Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at ba3f575de95cda6ffdeb8943f6d6d62c3955065b rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from ba3f575de95cda6ffdeb8943f6d6d62c3955065b 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-21783 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 Merge succeeded, producing 6cf058cd732fca0cf7a9ff88f05563070af5e202 Checking out Revision 6cf058cd732fca0cf7a9ff88f05563070af5e202 (PR-3034) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cf058cd732fca0cf7a9ff88f05563070af5e202 # timeout=10 Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T00:30:24.741Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T00:30:24.952Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 0f23783058a0cf3e0a89a45626a2d7220b018d34 # timeout=10 [Pipeline] echo [2021-01-21T00:30:25.041Z] ========================================================= [2021-01-21T00:30:25.041Z] EdgeX Global Pipelines Version Info [2021-01-21T00:30:25.041Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:30:26.604Z] ------------------- [2021-01-21T00:30:26.604Z] stable info: [2021-01-21T00:30:26.604Z] ------------------- [2021-01-21T00:30:26.604Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T00:30:26.604Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T00:30:26.604Z] Message: update stable to v1.0.179 [2021-01-21T00:30:27.551Z] ------------------- [2021-01-21T00:30:27.551Z] experimental info: [2021-01-21T00:30:27.551Z] ------------------- [2021-01-21T00:30:27.551Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T00:30:27.551Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T00:30:27.552Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T00:30:27.865Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T00:30:27.955Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T00:30:28.057Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T00:30:28.162Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T00:30:28.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T00:30:28.361Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T00:30:28.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T00:30:28.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T00:30:28.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T00:30:28.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T00:30:28.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T00:30:28.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T00:30:28.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T00:30:29.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T00:30:29.168Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T00:30:29.297Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T00:30:29.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T00:30:29.546Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T00:30:29.630Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T00:30:29.719Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T00:30:29.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T00:30:29.901Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T00:30:29.995Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T00:30:30.229Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-21T00:30:30.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-21T00:30:30.480Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-21T00:30:30.627Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cf058cd732fca0cf7a9ff88f05563070af5e202 [Pipeline] echo [2021-01-21T00:30:30.730Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cf058c [Pipeline] echo [2021-01-21T00:30:30.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T00:30:31.015Z] provisioning config files... [2021-01-21T00:30:31.044Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1141530569039008420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:30:31.397Z] ---> docker-login.sh [2021-01-21T00:30:31.397Z] nexus3.edgexfoundry.org:10001 [2021-01-21T00:30:31.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:30:31.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:30:31.662Z] Configure a credential helper to remove this warning. See [2021-01-21T00:30:31.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:30:31.662Z] [2021-01-21T00:30:31.662Z] Login Succeeded [2021-01-21T00:30:31.662Z] nexus3.edgexfoundry.org:10002 [2021-01-21T00:30:31.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:30:31.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:30:31.924Z] Configure a credential helper to remove this warning. See [2021-01-21T00:30:31.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:30:31.924Z] [2021-01-21T00:30:31.924Z] Login Succeeded [2021-01-21T00:30:31.924Z] nexus3.edgexfoundry.org:10003 [2021-01-21T00:30:32.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:30:32.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:30:32.189Z] Configure a credential helper to remove this warning. See [2021-01-21T00:30:32.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:30:32.189Z] [2021-01-21T00:30:32.189Z] Login Succeeded [2021-01-21T00:30:32.189Z] nexus3.edgexfoundry.org:10004 [2021-01-21T00:30:32.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:30:32.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:30:32.452Z] Configure a credential helper to remove this warning. See [2021-01-21T00:30:32.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:30:32.452Z] [2021-01-21T00:30:32.452Z] Login Succeeded [2021-01-21T00:30:32.452Z] docker.io [2021-01-21T00:30:32.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:30:32.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:30:32.715Z] Configure a credential helper to remove this warning. See [2021-01-21T00:30:32.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:30:32.715Z] [2021-01-21T00:30:32.715Z] Login Succeeded [2021-01-21T00:30:32.715Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T00:30:32.726Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:30:33.182Z] ++ 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-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T00:30:33.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T00:30:33.182Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T00:30:33.182Z] ++ cut -d/ -f2 [2021-01-21T00:30:33.182Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T00:30:33.253Z] 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-21T00:30:34.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:30:34.215Z] [2021-01-21T00:30:34.215Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:30:34.559Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:30:34.559Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T00:30:34.559Z] 31603596830f: Pulling fs layer [2021-01-21T00:30:34.559Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T00:30:34.559Z] 6ca5941a6612: Pulling fs layer [2021-01-21T00:30:34.559Z] ecc8261a40a4: Pulling fs layer [2021-01-21T00:30:34.559Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T00:30:34.559Z] 2a8b12db71e7: Download complete [2021-01-21T00:30:34.822Z] 31603596830f: Verifying Checksum [2021-01-21T00:30:34.822Z] 31603596830f: Download complete [2021-01-21T00:30:34.822Z] ecc8261a40a4: Verifying Checksum [2021-01-21T00:30:34.822Z] ecc8261a40a4: Download complete [2021-01-21T00:30:35.085Z] 31603596830f: Pull complete [2021-01-21T00:30:35.085Z] 6ca5941a6612: Verifying Checksum [2021-01-21T00:30:35.355Z] 2a8b12db71e7: Pull complete [2021-01-21T00:30:36.309Z] 6ca5941a6612: Pull complete [2021-01-21T00:30:36.309Z] ecc8261a40a4: Pull complete [2021-01-21T00:30:36.309Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T00:30:36.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:30:36.572Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T00:30:36.676Z] prd-centos7-docker-4c-2g-21783 does not seem to be running inside a container [2021-01-21T00:30:36.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T00:30:39.354Z] $ docker top 9b540ab03b3b5586766a53b7a2cd552872a0f0600224cfbcb5a77e48578c17c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T00:30:39.738Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:30:39.738Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:30:39.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:30:39.977Z] $ docker exec 9b540ab03b3b5586766a53b7a2cd552872a0f0600224cfbcb5a77e48578c17c4 ssh-agent [2021-01-21T00:30:40.223Z] SSH_AUTH_SOCK=/tmp/ssh-h6MruueSeCyU/agent.12 [2021-01-21T00:30:40.223Z] SSH_AGENT_PID=18 [2021-01-21T00:30:40.241Z] Running ssh-add (command line suppressed) [2021-01-21T00:30:40.371Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_3300842665205685412.key (/w/workspace/edgex-go/6@tmp/private_key_3300842665205685412.key) [2021-01-21T00:30:40.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:30:40.778Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T00:30:40.801Z] $ docker exec --env ******** --env ******** 9b540ab03b3b5586766a53b7a2cd552872a0f0600224cfbcb5a77e48578c17c4 ssh-agent -k [2021-01-21T00:30:40.931Z] unset SSH_AUTH_SOCK; [2021-01-21T00:30:40.932Z] unset SSH_AGENT_PID; [2021-01-21T00:30:40.932Z] echo Agent pid 18 killed; [2021-01-21T00:30:40.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T00:30:41.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:30:41.137Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:30:41.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:30:41.326Z] $ docker exec 9b540ab03b3b5586766a53b7a2cd552872a0f0600224cfbcb5a77e48578c17c4 ssh-agent [2021-01-21T00:30:41.527Z] SSH_AUTH_SOCK=/tmp/ssh-BOoIJEOdCst1/agent.47 [2021-01-21T00:30:41.527Z] SSH_AGENT_PID=52 [2021-01-21T00:30:41.535Z] Running ssh-add (command line suppressed) [2021-01-21T00:30:41.660Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8230146005452541770.key (/w/workspace/edgex-go/6@tmp/private_key_8230146005452541770.key) [2021-01-21T00:30:41.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:30:42.072Z] + git semver init [2021-01-21T00:30:42.072Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T00:30:42.072Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-01-21T00:30:42.072Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-01-21T00:30:42.072Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T00:30:42.072Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T00:30:42.072Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T00:30:42.072Z] # $SEMVER_BRANCH = PR-3034 [2021-01-21T00:30:42.073Z] # $SEMVER_TEMP = /tmp/semver-743364640 [2021-01-21T00:30:42.073Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T00:31:14.345Z] # '/tmp/semver-743364640' -> '/w/workspace/edgex-go/6/.semver' [2021-01-21T00:31:14.345Z] # -> Force: false [2021-01-21T00:31:14.345Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-01-21T00:31:14.358Z] $ docker exec --env ******** --env ******** 9b540ab03b3b5586766a53b7a2cd552872a0f0600224cfbcb5a77e48578c17c4 ssh-agent -k [2021-01-21T00:31:14.647Z] unset SSH_AUTH_SOCK; [2021-01-21T00:31:14.647Z] unset SSH_AGENT_PID; [2021-01-21T00:31:14.648Z] echo Agent pid 52 killed; [2021-01-21T00:31:14.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:31:15.231Z] + git semver [Pipeline] } [2021-01-21T00:31:15.247Z] $ docker stop --time=1 9b540ab03b3b5586766a53b7a2cd552872a0f0600224cfbcb5a77e48578c17c4 [2021-01-21T00:31:17.317Z] $ docker rm -f 9b540ab03b3b5586766a53b7a2cd552872a0f0600224cfbcb5a77e48578c17c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:31:17.900Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T00:31:18.448Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T00:31:18.450Z] [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-21T00:31:19.308Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:31:19.622Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:31:19.928Z] + sudo service docker restart [2021-01-21T00:31:19.928Z] + true [2021-01-21T00:31:19.928Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T00:31:20.909Z] ========================================================= [2021-01-21T00:31:20.909Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T00:31:20.909Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:31:21.273Z] + 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-21T00:31:24.604Z] Sending build context to Docker daemon 327.6MB [2021-01-21T00:31:24.604Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T00:31:24.604Z] Step 2/6 : FROM ${BASE} [2021-01-21T00:31:24.604Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T00:31:24.604Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T00:31:24.604Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T00:31:24.604Z] de9db76c5a1d: Pulling fs layer [2021-01-21T00:31:24.604Z] bca2f99d35d6: Pulling fs layer [2021-01-21T00:31:24.604Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T00:31:24.604Z] 7c6f9722023f: Pulling fs layer [2021-01-21T00:31:24.604Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T00:31:24.604Z] 93359f2a8cfa: Waiting [2021-01-21T00:31:24.604Z] 7c6f9722023f: Waiting [2021-01-21T00:31:24.604Z] a35cf1a2eb13: Waiting [2021-01-21T00:31:24.604Z] bca2f99d35d6: Waiting [2021-01-21T00:31:24.604Z] de9db76c5a1d: Verifying Checksum [2021-01-21T00:31:24.604Z] de9db76c5a1d: Download complete [2021-01-21T00:31:24.604Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T00:31:24.604Z] 188c0c94c7c5: Download complete [2021-01-21T00:31:24.604Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T00:31:24.604Z] 93359f2a8cfa: Download complete [2021-01-21T00:31:24.604Z] 7c6f9722023f: Verifying Checksum [2021-01-21T00:31:24.604Z] 7c6f9722023f: Download complete [2021-01-21T00:31:24.869Z] 0ef7d3d256c8: Download complete [2021-01-21T00:31:24.869Z] 188c0c94c7c5: Pull complete [2021-01-21T00:31:25.445Z] 0ef7d3d256c8: Pull complete [2021-01-21T00:31:26.025Z] de9db76c5a1d: Pull complete [2021-01-21T00:31:26.290Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T00:31:26.290Z] a35cf1a2eb13: Download complete [2021-01-21T00:31:27.248Z] bca2f99d35d6: Download complete [2021-01-21T00:31:32.591Z] bca2f99d35d6: Pull complete [2021-01-21T00:31:32.856Z] 93359f2a8cfa: Pull complete [2021-01-21T00:31:32.856Z] 7c6f9722023f: Pull complete [2021-01-21T00:31:33.804Z] Still waiting to schedule task [2021-01-21T00:31:33.804Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T00:31:38.171Z] a35cf1a2eb13: Pull complete [2021-01-21T00:31:38.171Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T00:31:38.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T00:31:38.171Z] ---> a62c8e92a672 [2021-01-21T00:31:38.171Z] 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-21T00:31:38.171Z] ---> Running in 928e030879ca [2021-01-21T00:31:38.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:31:39.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:31:39.383Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T00:31:39.645Z] (2/12) Installing file (5.38-r0) [2021-01-21T00:31:39.645Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T00:31:39.911Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T00:31:43.234Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T00:31:43.234Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T00:31:43.234Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T00:31:43.234Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T00:31:43.234Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T00:31:43.498Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T00:31:43.498Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T00:31:43.768Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T00:31:43.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:31:43.768Z] OK: 233 MiB in 51 packages [2021-01-21T00:31:47.092Z] Removing intermediate container 928e030879ca [2021-01-21T00:31:47.092Z] ---> 2f4d66408d5d [2021-01-21T00:31:47.092Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T00:31:47.092Z] ---> Running in 8b1fb00cde6f [2021-01-21T00:31:47.092Z] Removing intermediate container 8b1fb00cde6f [2021-01-21T00:31:47.092Z] ---> 368faab7e320 [2021-01-21T00:31:47.092Z] Step 5/6 : COPY go.mod . [2021-01-21T00:31:47.356Z] ---> 86a25ef8de64 [2021-01-21T00:31:47.356Z] Step 6/6 : RUN go mod download [2021-01-21T00:31:47.356Z] ---> Running in dfa5baa8d7e0 [2021-01-21T00:32:09.456Z] Removing intermediate container dfa5baa8d7e0 [2021-01-21T00:32:09.456Z] ---> 0bffe17b82ba [2021-01-21T00:32:09.456Z] Successfully built 0bffe17b82ba [2021-01-21T00:32:09.456Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:32:09.783Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:32:09.783Z] . [Pipeline] withDockerContainer [2021-01-21T00:32:09.915Z] prd-centos7-docker-4c-2g-21783 does not seem to be running inside a container [2021-01-21T00:32:09.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T00:32:10.931Z] $ docker top d8fbfa669b2a848d5290365248d7d8468fd6acb00fe35756950f6c2fa6296180 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:32:11.450Z] + go version [2021-01-21T00:32:11.450Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T00:32:11.462Z] $ docker stop --time=1 d8fbfa669b2a848d5290365248d7d8468fd6acb00fe35756950f6c2fa6296180 [2021-01-21T00:32:12.843Z] $ docker rm -f d8fbfa669b2a848d5290365248d7d8468fd6acb00fe35756950f6c2fa6296180 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:32:13.707Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:32:13.707Z] . [Pipeline] withDockerContainer [2021-01-21T00:32:13.846Z] prd-centos7-docker-4c-2g-21783 does not seem to be running inside a container [2021-01-21T00:32:13.906Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T00:32:14.890Z] $ docker top a7b9d02658d8933a8f50f279e5722112124fd2d2ff38c1404c540a22bd5f12fa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T00:32:15.142Z] ========================================================= [2021-01-21T00:32:15.142Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T00:32:15.142Z] ========================================================= [Pipeline] sh [2021-01-21T00:32:15.445Z] + make test [2021-01-21T00:32:15.445Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T00:32:25.567Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T00:32:40.654Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T00:32:47.328Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T00:32:47.328Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T00:32:47.328Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T00:32:47.328Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T00:32:47.328Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T00:32:47.328Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T00:32:47.328Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T00:32:47.606Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T00:32:48.198Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T00:32:50.812Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T00:32:50.812Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T00:32:50.812Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T00:32:52.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.8% of statements [2021-01-21T00:32:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T00:32:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T00:32:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T00:32:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T00:32:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T00:32:58.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T00:32:58.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T00:32:58.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T00:32:58.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 67.9% of statements [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T00:32:58.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.3% of statements [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T00:32:58.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T00:32:59.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T00:32:59.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T00:32:59.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T00:32:59.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-01-21T00:32:59.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T00:32:59.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-01-21T00:32:59.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T00:32:59.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements [2021-01-21T00:32:59.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T00:32:59.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T00:32:59.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T00:32:59.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T00:33:03.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.547s coverage: 92.8% of statements [2021-01-21T00:33:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T00:33:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:33:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T00:33:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T00:33:03.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T00:33:03.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T00:33:03.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T00:33:03.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T00:33:03.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-01-21T00:33:03.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T00:33:03.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-01-21T00:33:03.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2021-01-21T00:33:03.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-01-21T00:33:03.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements [2021-01-21T00:33:03.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T00:33:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-01-21T00:33:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T00:33:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T00:33:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-01-21T00:33:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-21T00:33:04.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-01-21T00:33:04.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-01-21T00:33:04.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-21T00:33:06.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 68.9% of statements [2021-01-21T00:33:06.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T00:33:06.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T00:33:06.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T00:33:06.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T00:33:06.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T00:33:06.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-01-21T00:33:06.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T00:33:06.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T00:33:06.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.303s coverage: 84.0% of statements [2021-01-21T00:33:06.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-01-21T00:33:08.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2021-01-21T00:33:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T00:33:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T00:33:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T00:33:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T00:33:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T00:33:08.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-01-21T00:33:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T00:33:08.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-01-21T00:33:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T00:33:09.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.759s coverage: 29.1% of statements [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T00:33:09.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T00:33:09.931Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T00:33:09.931Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T00:33:09.931Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T00:33:09.931Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T00:33:09.931Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T00:33:09.931Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-21T00:33:10.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-21T00:33:10.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-21T00:33:11.095Z] GO111MODULE=on go vet ./... [2021-01-21T00:33:37.814Z] gofmt -l . [2021-01-21T00:33:37.814Z] [ "`gofmt -l .`" = "" ] [2021-01-21T00:33:37.814Z] ./bin/test-go-mod-tidy.sh [2021-01-21T00:33:37.814Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T00:33:38.135Z] + ls -al . [2021-01-21T00:33:38.135Z] total 656 [2021-01-21T00:33:38.146Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 00:33 . [2021-01-21T00:33:38.146Z] drwxr-xr-x 4 root root 28 Jan 21 00:32 .. [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 00:30 .dockerignore [2021-01-21T00:33:38.146Z] drwxrwxr-x 8 1001 1001 179 Jan 21 00:30 .git [2021-01-21T00:33:38.146Z] drwxrwxr-x 3 1001 1001 125 Jan 21 00:30 .github [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 00:30 .gitignore [2021-01-21T00:33:38.146Z] drwx------ 3 1001 1001 47 Jan 21 00:31 .semver [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 00:30 .sonarcloud.properties [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 00:30 Attribution.txt [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 00:30 CONTRIBUTING.md [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 00:30 Dockerfile.build [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 00:30 Jenkinsfile [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 00:30 LICENSE [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 00:30 Makefile [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 00:30 README.md [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 00:30 SECURITY.md [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 00:31 VERSION [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 00:30 ZMQWindows.md [2021-01-21T00:33:38.146Z] drwxrwxr-x 2 1001 1001 117 Jan 21 00:30 bin [2021-01-21T00:33:38.146Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 00:30 cmd [2021-01-21T00:33:38.146Z] -rw-r--r-- 1 root root 550280 Jan 21 00:33 coverage.out [2021-01-21T00:33:38.146Z] -rw-r--r-- 1 root root 1027 Jan 21 00:33 go.mod [2021-01-21T00:33:38.146Z] -rw-r--r-- 1 root root 18725 Jan 21 00:33 go.sum [2021-01-21T00:33:38.146Z] drwxrwxr-x 8 1001 1001 127 Jan 21 00:30 internal [2021-01-21T00:33:38.146Z] drwxrwxr-x 4 1001 1001 26 Jan 21 00:30 openapi [2021-01-21T00:33:38.146Z] drwxrwxr-x 4 1001 1001 71 Jan 21 00:30 snap [2021-01-21T00:33:38.146Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 00:30 version.go [Pipeline] sh [2021-01-21T00:33:38.449Z] + '[' -e coverage.out ] [2021-01-21T00:33:38.449Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T00:33:38.709Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T00:33:39.011Z] + make build [2021-01-21T00:33:39.011Z] 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-21T00:33:43.258Z] 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-21T00:33:49.903Z] 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-21T00:33:51.306Z] 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-21T00:33:52.710Z] 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-21T00:33:52.976Z] 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-21T00:33:54.914Z] 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-21T00:33:55.890Z] 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-21T00:33:57.305Z] 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-21T00:33:58.266Z] 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-21T00:33:59.689Z] 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-21T00:34:00.646Z] 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-21T00:34:01.618Z] $ docker stop --time=1 a7b9d02658d8933a8f50f279e5722112124fd2d2ff38c1404c540a22bd5f12fa [2021-01-21T00:34:03.340Z] $ docker rm -f a7b9d02658d8933a8f50f279e5722112124fd2d2ff38c1404c540a22bd5f12fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:34:05.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:34:05.208Z] [2021-01-21T00:34:05.208Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:34:05.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:34:05.576Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T00:34:05.576Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T00:34:05.576Z] ca9280d653b3: Pulling fs layer [2021-01-21T00:34:05.576Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T00:34:06.540Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-21T00:34:06.540Z] cbdbe7a5bc2a: Download complete [2021-01-21T00:34:06.806Z] ca9280d653b3: Verifying Checksum [2021-01-21T00:34:06.806Z] ca9280d653b3: Download complete [2021-01-21T00:34:06.806Z] cbdbe7a5bc2a: Pull complete [2021-01-21T00:34:08.217Z] 7e9c9ca2126c: Download complete [2021-01-21T00:34:08.217Z] ca9280d653b3: Pull complete [2021-01-21T00:34:14.116Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21788 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-21T00:34:14.167Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-21T00:34:14.889Z] 7e9c9ca2126c: Pull complete [2021-01-21T00:34:14.889Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T00:34:14.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:34:14.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T00:34:15.109Z] prd-centos7-docker-4c-2g-21783 does not seem to be running inside a container [2021-01-21T00:34:15.168Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-21T00:34:17.180Z] $ docker top 26c92586828bb6316365184c3b060724e7e36824bbc1a50c9c363021e9bbeecf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:34:17.671Z] + docker-compose build --help [2021-01-21T00:34:17.671Z] + grep parallel [2021-01-21T00:34:18.657Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T00:34:18.949Z] $ docker stop --time=1 26c92586828bb6316365184c3b060724e7e36824bbc1a50c9c363021e9bbeecf [2021-01-21T00:34:19.808Z] using credential edgex-jenkins-ssh [2021-01-21T00:34:19.873Z] Cloning the remote Git repository [2021-01-21T00:34:20.328Z] $ docker rm -f 26c92586828bb6316365184c3b060724e7e36824bbc1a50c9c363021e9bbeecf [Pipeline] // withDockerContainer [2021-01-21T00:34:19.955Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:34:20.076Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-21T00:34:20.177Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:34:20.178Z] > git --version # timeout=10 [2021-01-21T00:34:20.201Z] > git --version # 'git version 2.17.1' [2021-01-21T00:34:20.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:34:20.249Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:34:20.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T00:34:20.959Z] . [Pipeline] withDockerContainer [2021-01-21T00:34:21.070Z] prd-centos7-docker-4c-2g-21783 does not seem to be running inside a container [2021-01-21T00:34:21.121Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-21T00:34:21.874Z] $ docker top c400ca166523c0454458928eed33e92a52b94c599da6ea977bfb0f6a147a29c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:34:22.454Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T00:34:23.403Z] Building docker-core-command-go ... [2021-01-21T00:34:23.403Z] Building docker-core-data-go ... [2021-01-21T00:34:23.403Z] Building docker-core-metadata-go ... [2021-01-21T00:34:23.403Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T00:34:23.403Z] Building docker-security-proxy-setup-go ... [2021-01-21T00:34:23.403Z] Building docker-security-secretstore-setup-go ... [2021-01-21T00:34:23.403Z] Building docker-support-notifications-go ... [2021-01-21T00:34:23.403Z] Building docker-support-scheduler-go ... [2021-01-21T00:34:23.403Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T00:34:23.403Z] Building docker-sys-mgmt-agent-go [2021-01-21T00:34:23.403Z] Building docker-security-bootstrap-redis-go [2021-01-21T00:34:23.403Z] Building docker-security-secretstore-setup-go [2021-01-21T00:34:23.403Z] Building docker-core-metadata-go [2021-01-21T00:34:23.403Z] Building docker-security-proxy-setup-go [2021-01-21T00:34:36.123Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:34:36.142Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:34:36.165Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:34:36.242Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:34:36.243Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:34:36.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T00:34:37.032Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-21T00:34:37.962Z] Merge succeeded, producing 565301af3d44e4f12fb9076ff65371b659378d7c [2021-01-21T00:34:37.963Z] Checking out Revision 565301af3d44e4f12fb9076ff65371b659378d7c (PR-3034) [2021-01-21T00:34:37.056Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:34:37.073Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-21T00:34:37.351Z] > git remote # timeout=10 [2021-01-21T00:34:37.367Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T00:34:37.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:34:37.389Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-21T00:34:37.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T00:34:37.975Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:34:37.986Z] > git checkout -f 565301af3d44e4f12fb9076ff65371b659378d7c # timeout=10 [2021-01-21T00:34:42.375Z] Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" [2021-01-21T00:34:42.398Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T00:34:42.389Z] > git rev-list --no-walk 0f23783058a0cf3e0a89a45626a2d7220b018d34 # timeout=10 [2021-01-21T00:34:43.860Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:34:44.281Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:34:44.622Z] + sudo service docker restart [2021-01-21T00:34:44.622Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T00:34:46.681Z] provisioning config files... [2021-01-21T00:34:46.739Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config209036184809742118tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:34:47.145Z] ---> docker-login.sh [2021-01-21T00:34:47.145Z] nexus3.edgexfoundry.org:10001 [2021-01-21T00:34:47.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:34:48.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:34:48.346Z] Configure a credential helper to remove this warning. See [2021-01-21T00:34:48.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:34:48.346Z] [2021-01-21T00:34:48.346Z] Login Succeeded [2021-01-21T00:34:48.346Z] nexus3.edgexfoundry.org:10002 [2021-01-21T00:34:48.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:34:48.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:34:48.621Z] Configure a credential helper to remove this warning. See [2021-01-21T00:34:48.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:34:48.621Z] [2021-01-21T00:34:48.621Z] Login Succeeded [2021-01-21T00:34:48.621Z] nexus3.edgexfoundry.org:10003 [2021-01-21T00:34:49.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:34:49.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:34:49.220Z] Configure a credential helper to remove this warning. See [2021-01-21T00:34:49.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:34:49.220Z] [2021-01-21T00:34:49.220Z] Login Succeeded [2021-01-21T00:34:49.220Z] nexus3.edgexfoundry.org:10004 [2021-01-21T00:34:49.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:34:49.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:34:49.821Z] Configure a credential helper to remove this warning. See [2021-01-21T00:34:49.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:34:49.821Z] [2021-01-21T00:34:49.821Z] Login Succeeded [2021-01-21T00:34:49.821Z] docker.io [2021-01-21T00:34:50.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T00:34:50.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T00:34:50.367Z] Configure a credential helper to remove this warning. See [2021-01-21T00:34:50.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T00:34:50.367Z] [2021-01-21T00:34:50.367Z] Login Succeeded [2021-01-21T00:34:50.367Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T00:34:50.386Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T00:34:50.830Z] ========================================================= [2021-01-21T00:34:50.830Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T00:34:50.830Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:34:51.218Z] + 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-21T00:34:53.909Z] Sending build context to Docker daemon 166MB [2021-01-21T00:34:53.909Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T00:34:53.909Z] Step 2/6 : FROM ${BASE} [2021-01-21T00:34:53.909Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T00:34:53.909Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T00:34:53.909Z] a4357932f1b6: Pulling fs layer [2021-01-21T00:34:53.909Z] 18c013af1878: Pulling fs layer [2021-01-21T00:34:53.909Z] 00ac8860ef70: Pulling fs layer [2021-01-21T00:34:53.909Z] 63d7cb157983: Pulling fs layer [2021-01-21T00:34:53.909Z] b116817d02f9: Pulling fs layer [2021-01-21T00:34:53.909Z] 745a02a5169b: Pulling fs layer [2021-01-21T00:34:53.909Z] b116817d02f9: Waiting [2021-01-21T00:34:53.909Z] 745a02a5169b: Waiting [2021-01-21T00:34:53.909Z] 00ac8860ef70: Waiting [2021-01-21T00:34:53.909Z] 63d7cb157983: Waiting [2021-01-21T00:34:53.909Z] 18c013af1878: Download complete [2021-01-21T00:34:53.909Z] a4357932f1b6: Verifying Checksum [2021-01-21T00:34:53.909Z] a4357932f1b6: Download complete [2021-01-21T00:34:53.909Z] 63d7cb157983: Verifying Checksum [2021-01-21T00:34:53.909Z] 63d7cb157983: Download complete [2021-01-21T00:34:53.909Z] b116817d02f9: Download complete [2021-01-21T00:34:53.909Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T00:34:53.909Z] 5f621e34cdf4: Download complete [2021-01-21T00:34:54.507Z] 5f621e34cdf4: Pull complete [2021-01-21T00:34:55.114Z] a4357932f1b6: Pull complete [2021-01-21T00:34:55.698Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:34:55.698Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:34:55.698Z] ---> 0bffe17b82ba [2021-01-21T00:34:55.698Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:34:55.698Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:34:55.698Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:34:55.698Z] ---> 0bffe17b82ba [2021-01-21T00:34:55.698Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:34:55.698Z] ---> Running in ece6ecfa0f4b [2021-01-21T00:34:55.698Z] ---> Running in 1a05956f1de7 [2021-01-21T00:34:55.698Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:34:55.698Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:34:55.698Z] ---> 0bffe17b82ba [2021-01-21T00:34:55.698Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:34:55.714Z] 18c013af1878: Pull complete [2021-01-21T00:34:55.714Z] 745a02a5169b: Download complete [2021-01-21T00:34:55.963Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:34:55.963Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:34:55.963Z] ---> 0bffe17b82ba [2021-01-21T00:34:55.963Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T00:34:55.963Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:34:55.963Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:34:55.963Z] ---> 0bffe17b82ba [2021-01-21T00:34:55.963Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:34:57.031Z] ---> Running in f0aa8ae2a54e [2021-01-21T00:34:57.031Z] ---> Running in a6bf34265ad2 [2021-01-21T00:34:57.031Z] ---> Running in ea5098864b67 [2021-01-21T00:34:57.312Z] Removing intermediate container a6bf34265ad2 [2021-01-21T00:34:57.312Z] ---> 79c655e6bfcd [2021-01-21T00:34:57.312Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:34:57.312Z] Removing intermediate container 1a05956f1de7 [2021-01-21T00:34:57.312Z] ---> bfc229470ad1 [2021-01-21T00:34:57.312Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:34:57.312Z] Removing intermediate container ece6ecfa0f4b [2021-01-21T00:34:57.312Z] ---> 6bee99a3f73e [2021-01-21T00:34:57.312Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:34:57.312Z] Removing intermediate container ea5098864b67 [2021-01-21T00:34:57.312Z] ---> 7e50a1cd2b97 [2021-01-21T00:34:57.312Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:34:57.312Z] Removing intermediate container f0aa8ae2a54e [2021-01-21T00:34:57.312Z] ---> 3840d5c90dd9 [2021-01-21T00:34:57.312Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:34:57.637Z] ---> Running in 14b08a918be1 [2021-01-21T00:34:57.637Z] ---> Running in 6e4d6b2881e9 [2021-01-21T00:34:57.637Z] ---> Running in dcf99030f562 [2021-01-21T00:34:57.637Z] ---> Running in 8b48b79e0538 [2021-01-21T00:34:57.637Z] ---> Running in 75b40f6e922a [2021-01-21T00:34:57.686Z] 00ac8860ef70: Verifying Checksum [2021-01-21T00:34:57.686Z] 00ac8860ef70: Download complete [2021-01-21T00:34:59.644Z] Removing intermediate container 14b08a918be1 [2021-01-21T00:34:59.644Z] ---> 81d950db138c [2021-01-21T00:34:59.644Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:34:59.644Z] Removing intermediate container dcf99030f562 [2021-01-21T00:34:59.644Z] ---> f96db8070207 [2021-01-21T00:34:59.644Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:34:59.909Z] ---> Running in 637018345b63 [2021-01-21T00:34:59.910Z] ---> Running in bb9acad18f30 [2021-01-21T00:34:59.910Z] Removing intermediate container 6e4d6b2881e9 [2021-01-21T00:34:59.910Z] ---> 6012e2f22357 [2021-01-21T00:34:59.910Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T00:34:59.910Z] Removing intermediate container 8b48b79e0538 [2021-01-21T00:34:59.910Z] ---> 767f3606429e [2021-01-21T00:34:59.910Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T00:35:00.173Z] Removing intermediate container 75b40f6e922a [2021-01-21T00:35:00.173Z] ---> 2db66ed81758 [2021-01-21T00:35:00.173Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:35:00.173Z] ---> Running in 6ec790b35cbd [2021-01-21T00:35:00.173Z] ---> Running in bc09901adad2 [2021-01-21T00:35:00.438Z] ---> Running in 8b0a25dd103d [2021-01-21T00:35:01.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:01.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:01.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:01.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:01.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:02.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:02.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:03.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:03.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:03.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:35:03.469Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:03.469Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:04.056Z] Removing intermediate container 637018345b63 [2021-01-21T00:35:04.056Z] ---> 878dcfd0c384 [2021-01-21T00:35:04.056Z] Step 6/21 : COPY go.mod . [2021-01-21T00:35:04.056Z] Removing intermediate container bb9acad18f30 [2021-01-21T00:35:04.056Z] ---> dcbaffbda798 [2021-01-21T00:35:04.056Z] Step 6/22 : COPY go.mod . [2021-01-21T00:35:04.326Z] ---> c04e9b9d8b28 [2021-01-21T00:35:04.326Z] Step 7/21 : RUN go mod download [2021-01-21T00:35:04.326Z] ---> 3d826585ed48 [2021-01-21T00:35:04.326Z] Step 7/22 : RUN go mod download [2021-01-21T00:35:04.326Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:04.326Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:04.326Z] OK: 233 MiB in 51 packages [2021-01-21T00:35:04.589Z] ---> Running in f360dbb0d521 [2021-01-21T00:35:04.589Z] ---> Running in 702bac522a56 [2021-01-21T00:35:05.557Z] Removing intermediate container 6ec790b35cbd [2021-01-21T00:35:05.557Z] ---> 96784803308b [2021-01-21T00:35:05.557Z] Step 6/24 : COPY go.mod . [2021-01-21T00:35:05.557Z] Removing intermediate container 8b0a25dd103d [2021-01-21T00:35:05.557Z] ---> 21124817b412 [2021-01-21T00:35:05.557Z] Step 6/22 : COPY go.mod . [2021-01-21T00:35:05.557Z] Removing intermediate container bc09901adad2 [2021-01-21T00:35:05.557Z] ---> 39ea410750d4 [2021-01-21T00:35:05.557Z] Step 6/26 : COPY go.mod . [2021-01-21T00:35:05.825Z] ---> 2210dc01569c [2021-01-21T00:35:05.825Z] Step 7/24 : RUN go mod download [2021-01-21T00:35:05.825Z] ---> Running in 42d80a0b7ea2 [2021-01-21T00:35:06.091Z] ---> 9d3424ab79f7 [2021-01-21T00:35:06.091Z] Step 7/22 : RUN go mod download [2021-01-21T00:35:06.091Z] ---> 77406b239266 [2021-01-21T00:35:06.091Z] Step 7/26 : RUN go mod download [2021-01-21T00:35:06.091Z] ---> Running in e5509762de8b [2021-01-21T00:35:06.362Z] ---> Running in 6b88eb3981d7 [2021-01-21T00:35:06.631Z] Removing intermediate container f360dbb0d521 [2021-01-21T00:35:06.631Z] ---> b8f79dd1dd7c [2021-01-21T00:35:06.631Z] Step 8/21 : COPY . . [2021-01-21T00:35:06.909Z] Removing intermediate container 702bac522a56 [2021-01-21T00:35:06.909Z] ---> 05bc426493ee [2021-01-21T00:35:06.909Z] Step 8/22 : COPY . . [2021-01-21T00:35:07.869Z] 00ac8860ef70: Pull complete [2021-01-21T00:35:07.869Z] 63d7cb157983: Pull complete [2021-01-21T00:35:08.144Z] b116817d02f9: Pull complete [2021-01-21T00:35:10.338Z] Removing intermediate container 42d80a0b7ea2 [2021-01-21T00:35:10.338Z] ---> 82d848c327d0 [2021-01-21T00:35:10.338Z] Step 8/24 : COPY . . [2021-01-21T00:35:11.538Z] 745a02a5169b: Pull complete [2021-01-21T00:35:11.538Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T00:35:11.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T00:35:11.538Z] ---> b7e6874047d6 [2021-01-21T00:35:11.538Z] 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-21T00:35:14.939Z] ---> Running in b9c49935ae57 [2021-01-21T00:35:15.734Z] Removing intermediate container e5509762de8b [2021-01-21T00:35:15.734Z] ---> 89447f5285d6 [2021-01-21T00:35:15.734Z] Step 8/22 : COPY . . [2021-01-21T00:35:15.734Z] Removing intermediate container 6b88eb3981d7 [2021-01-21T00:35:15.734Z] ---> d47208243e5b [2021-01-21T00:35:15.734Z] Step 8/26 : COPY . . [2021-01-21T00:35:16.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:35:16.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:35:17.955Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T00:35:17.955Z] (2/12) Installing file (5.38-r0) [2021-01-21T00:35:18.226Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T00:35:18.226Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T00:35:33.287Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T00:35:33.287Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T00:35:33.287Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T00:35:33.287Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T00:35:33.287Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T00:35:33.287Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T00:35:33.287Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T00:35:33.287Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T00:35:33.287Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:35:33.287Z] OK: 217 MiB in 51 packages [2021-01-21T00:35:35.918Z] Removing intermediate container b9c49935ae57 [2021-01-21T00:35:35.918Z] ---> 532cff94277c [2021-01-21T00:35:35.918Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T00:35:35.918Z] ---> Running in 3fa75f4b7be6 [2021-01-21T00:35:36.511Z] Removing intermediate container 3fa75f4b7be6 [2021-01-21T00:35:36.511Z] ---> 9bde0365f0de [2021-01-21T00:35:36.511Z] Step 5/6 : COPY go.mod . [2021-01-21T00:35:37.108Z] ---> 201df47adbb4 [2021-01-21T00:35:37.108Z] Step 6/6 : RUN go mod download [2021-01-21T00:35:37.386Z] ---> Running in 06f77efd2b2a [2021-01-21T00:35:48.055Z] ---> 87ddbbbb34ab [2021-01-21T00:35:48.055Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T00:35:48.055Z] ---> 6a331fdd13bb [2021-01-21T00:35:48.055Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T00:35:48.055Z] ---> Running in d16baf1ef8c0 [2021-01-21T00:35:48.055Z] ---> df62459431aa [2021-01-21T00:35:48.055Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T00:35:48.055Z] ---> Running in c865e8266472 [2021-01-21T00:35:48.055Z] ---> 46149be75b60 [2021-01-21T00:35:48.055Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T00:35:48.055Z] ---> 2f600a66d950 [2021-01-21T00:35:48.055Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T00:35:48.055Z] ---> Running in eef97a48b7b2 [2021-01-21T00:35:48.055Z] ---> Running in 17f9c7d3f726 [2021-01-21T00:35:48.055Z] ---> Running in 9be1425f346a [2021-01-21T00:35:48.659Z] 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-21T00:35:48.659Z] 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-21T00:35:48.933Z] 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-21T00:35:48.933Z] 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-21T00:35:48.933Z] 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-21T00:36:04.201Z] Removing intermediate container 06f77efd2b2a [2021-01-21T00:36:04.201Z] ---> 34e58a5abaa2 [2021-01-21T00:36:04.201Z] Successfully built 34e58a5abaa2 [2021-01-21T00:36:04.201Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:36:04.550Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:36:04.550Z] . [Pipeline] withDockerContainer [2021-01-21T00:36:04.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-21788 does not seem to be running inside a container [2021-01-21T00:36:04.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T00:36:06.477Z] $ docker top 6f58c5e068f5d6e757885c3bcef9ee0ce43d94114a948617b1c2f22501601877 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:36:07.530Z] + go version [2021-01-21T00:36:07.530Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T00:36:07.566Z] $ docker stop --time=1 6f58c5e068f5d6e757885c3bcef9ee0ce43d94114a948617b1c2f22501601877 [2021-01-21T00:36:09.618Z] $ docker rm -f 6f58c5e068f5d6e757885c3bcef9ee0ce43d94114a948617b1c2f22501601877 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:36:10.780Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:36:10.780Z] . [Pipeline] withDockerContainer [2021-01-21T00:36:11.041Z] prd-ubuntu18.04-docker-arm64-4c-16g-21788 does not seem to be running inside a container [2021-01-21T00:36:11.128Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T00:36:12.589Z] $ docker top c28261103db6321e1ee59738b9e4e744c7655c6ec54c74e0b125275638d3f8a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T00:36:12.954Z] ========================================================= [2021-01-21T00:36:12.954Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T00:36:12.954Z] ========================================================= [Pipeline] sh [2021-01-21T00:36:13.604Z] + make test [2021-01-21T00:36:13.604Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T00:36:15.678Z] 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-21T00:36:15.678Z] 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-21T00:36:21.068Z] Removing intermediate container 9be1425f346a [2021-01-21T00:36:21.068Z] ---> 55d52d759953 [2021-01-21T00:36:21.068Z] [2021-01-21T00:36:21.068Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T00:36:21.068Z] 3.12: Pulling from library/alpine [2021-01-21T00:36:22.037Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T00:36:22.037Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T00:36:22.037Z] ---> 389fef711851 [2021-01-21T00:36:22.037Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:36:22.037Z] Removing intermediate container 17f9c7d3f726 [2021-01-21T00:36:22.037Z] ---> 413b50ba312f [2021-01-21T00:36:22.037Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T00:36:22.037Z] ---> Running in 441dc59082d3 [2021-01-21T00:36:22.624Z] ---> Running in dee7de776cfc [2021-01-21T00:36:23.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:23.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:23.597Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T00:36:23.862Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:36:23.862Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T00:36:23.862Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T00:36:23.862Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T00:36:23.862Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:36:23.862Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:36:23.862Z] OK: 7 MiB in 19 packages [2021-01-21T00:36:25.806Z] 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-21T00:36:25.806Z] Removing intermediate container eef97a48b7b2 [2021-01-21T00:36:25.806Z] ---> b782867b0237 [2021-01-21T00:36:25.806Z] [2021-01-21T00:36:25.806Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T00:36:25.806Z] ---> 389fef711851 [2021-01-21T00:36:25.806Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:36:25.806Z] Removing intermediate container c865e8266472 [2021-01-21T00:36:25.806Z] ---> d2b73dc9a040 [2021-01-21T00:36:25.806Z] [2021-01-21T00:36:25.806Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T00:36:25.806Z] ---> 389fef711851 [2021-01-21T00:36:25.806Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T00:36:26.077Z] ---> Running in 875137f77ff3 [2021-01-21T00:36:26.077Z] ---> Running in 399673d801b1 [2021-01-21T00:36:27.034Z] Removing intermediate container 441dc59082d3 [2021-01-21T00:36:27.034Z] ---> 079147ff1ad7 [2021-01-21T00:36:27.034Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T00:36:27.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:27.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:28.246Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T00:36:28.246Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:36:28.246Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T00:36:28.510Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T00:36:28.510Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T00:36:28.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:36:28.510Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:36:28.510Z] OK: 7 MiB in 19 packages [2021-01-21T00:36:29.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:29.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:29.098Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T00:36:29.098Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:36:29.366Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T00:36:29.366Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T00:36:29.366Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:36:29.366Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:36:29.366Z] OK: 7 MiB in 18 packages [2021-01-21T00:36:29.366Z] ---> Running in 02dbd9226779 [2021-01-21T00:36:30.784Z] Removing intermediate container d16baf1ef8c0 [2021-01-21T00:36:30.784Z] ---> 890b3fcb4ed9 [2021-01-21T00:36:30.784Z] [2021-01-21T00:36:30.784Z] Step 10/22 : FROM scratch [2021-01-21T00:36:30.784Z] ---> [2021-01-21T00:36:30.784Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:36:30.784Z] Removing intermediate container dee7de776cfc [2021-01-21T00:36:30.784Z] ---> dc0ea74759a1 [2021-01-21T00:36:30.784Z] [2021-01-21T00:36:30.784Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T00:36:30.784Z] 20.10.0: Pulling from library/docker [2021-01-21T00:36:30.784Z] Removing intermediate container 02dbd9226779 [2021-01-21T00:36:30.784Z] ---> c4e0cb49b130 [2021-01-21T00:36:30.784Z] Step 13/22 : WORKDIR / [2021-01-21T00:36:31.062Z] ---> Running in ad1bfff89b8f [2021-01-21T00:36:31.062Z] ---> Running in 574b0f1cadc3 [2021-01-21T00:36:32.993Z] Removing intermediate container ad1bfff89b8f [2021-01-21T00:36:32.993Z] ---> 78afc6ebf7fc [2021-01-21T00:36:32.993Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T00:36:33.943Z] ---> Running in 522529a9e653 [2021-01-21T00:36:33.943Z] Removing intermediate container 574b0f1cadc3 [2021-01-21T00:36:33.943Z] ---> cfefc46ece2d [2021-01-21T00:36:33.943Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:36:33.943Z] Removing intermediate container 399673d801b1 [2021-01-21T00:36:33.943Z] ---> f3e236625826 [2021-01-21T00:36:33.943Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:36:33.943Z] Removing intermediate container 875137f77ff3 [2021-01-21T00:36:33.943Z] ---> 51b47cd2739f [2021-01-21T00:36:33.943Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:36:33.943Z] ---> Running in c09e1961ea20 [2021-01-21T00:36:33.943Z] ---> Running in e0ee59722ff2 [2021-01-21T00:36:33.943Z] Removing intermediate container 522529a9e653 [2021-01-21T00:36:33.943Z] ---> aa2cc8803f86 [2021-01-21T00:36:33.943Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:36:34.209Z] ---> c9645e14e8de [2021-01-21T00:36:34.209Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T00:36:34.209Z] ---> Running in d2fd7a6a1674 [2021-01-21T00:36:34.474Z] Removing intermediate container c09e1961ea20 [2021-01-21T00:36:34.474Z] ---> edded2b4298e [2021-01-21T00:36:34.474Z] Step 13/24 : WORKDIR / [2021-01-21T00:36:34.474Z] Removing intermediate container e0ee59722ff2 [2021-01-21T00:36:34.474Z] ---> 0acec24c1ba3 [2021-01-21T00:36:34.474Z] Step 13/21 : WORKDIR /edgex [2021-01-21T00:36:34.474Z] ---> Running in 4fc700376d69 [2021-01-21T00:36:34.474Z] Removing intermediate container d2fd7a6a1674 [2021-01-21T00:36:34.474Z] ---> 1e247f7d8253 [2021-01-21T00:36:34.474Z] Step 14/22 : WORKDIR / [2021-01-21T00:36:34.474Z] ---> Running in 1d5b8201eb6c [2021-01-21T00:36:34.743Z] ---> Running in 90d65c4f1ec3 [2021-01-21T00:36:34.743Z] ---> 7f66d871be80 [2021-01-21T00:36:34.743Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T00:36:35.010Z] Removing intermediate container 4fc700376d69 [2021-01-21T00:36:35.010Z] ---> f4dfd113f411 [2021-01-21T00:36:35.010Z] 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-21T00:36:35.010Z] Removing intermediate container 1d5b8201eb6c [2021-01-21T00:36:35.010Z] ---> b6f433d2a2b1 [2021-01-21T00:36:35.010Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T00:36:35.010Z] Removing intermediate container 90d65c4f1ec3 [2021-01-21T00:36:35.010Z] ---> fe075b91ab84 [2021-01-21T00:36:35.010Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:36:35.277Z] ---> 92ca870555b3 [2021-01-21T00:36:35.277Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T00:36:35.544Z] ---> 9d3523cbf870 [2021-01-21T00:36:35.544Z] 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-21T00:36:35.544Z] ---> 4dc9efdf3fee [2021-01-21T00:36:35.544Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T00:36:35.544Z] ---> 79013c977110 [2021-01-21T00:36:35.544Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T00:36:35.811Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T00:36:35.811Z] ---> 5623d90bb106 [2021-01-21T00:36:35.811Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T00:36:35.811Z] ---> Running in 52f9e4ade22a [2021-01-21T00:36:36.075Z] ---> 8dbc68388b1f [2021-01-21T00:36:36.075Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T00:36:37.502Z] ---> f01628426b2d [2021-01-21T00:36:37.502Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T00:36:37.502Z] ---> 3f04bf095622 [2021-01-21T00:36:37.502Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T00:36:37.502Z] ---> 2b84121f0ffd [2021-01-21T00:36:37.502Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T00:36:38.926Z] ---> 393d13d01af9 [2021-01-21T00:36:38.926Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T00:36:38.926Z] ---> Running in 8c206684f491 [2021-01-21T00:36:38.926Z] ---> df72225812f3 [2021-01-21T00:36:38.926Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T00:36:38.926Z] ---> 5836428cb466 [2021-01-21T00:36:38.926Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T00:36:38.926Z] ---> Running in 744e416cd185 [2021-01-21T00:36:39.189Z] Removing intermediate container 52f9e4ade22a [2021-01-21T00:36:39.189Z] ---> b9f748080947 [2021-01-21T00:36:39.189Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T00:36:39.189Z] Removing intermediate container 8c206684f491 [2021-01-21T00:36:39.189Z] ---> 5a90c9ff953b [2021-01-21T00:36:39.189Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:36:39.189Z] ---> Running in 7032175709ea [2021-01-21T00:36:39.452Z] Removing intermediate container 744e416cd185 [2021-01-21T00:36:39.452Z] ---> 6a0598d19ed1 [2021-01-21T00:36:39.452Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T00:36:39.452Z] ---> Running in 69e6db332f0d [2021-01-21T00:36:39.452Z] ---> 02eb2920271a [2021-01-21T00:36:39.452Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T00:36:39.717Z] ---> Running in d2d1e4b0c7c7 [2021-01-21T00:36:39.717Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T00:36:39.717Z] Removing intermediate container 7032175709ea [2021-01-21T00:36:39.717Z] ---> 748c341f1f5a [2021-01-21T00:36:39.717Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T00:36:39.717Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T00:36:39.717Z] ---> aefe523efa57 [2021-01-21T00:36:39.717Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T00:36:39.717Z] Removing intermediate container 69e6db332f0d [2021-01-21T00:36:39.717Z] ---> 3a4835fbc80f [2021-01-21T00:36:39.717Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T00:36:39.981Z] ---> Running in 98f53f0bca74 [2021-01-21T00:36:39.981Z] ---> Running in 3910dcbbe550 [2021-01-21T00:36:39.981Z] ---> Running in 1ee9b3ae4e3f [2021-01-21T00:36:39.981Z] ---> ad655e3acd66 [2021-01-21T00:36:39.981Z] 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-21T00:36:40.247Z] Removing intermediate container d2d1e4b0c7c7 [2021-01-21T00:36:40.247Z] ---> 6066704a22a7 [2021-01-21T00:36:40.247Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T00:36:40.247Z] ---> Running in 4e92a76379a2 [2021-01-21T00:36:40.515Z] ---> Running in defab9d4765c [2021-01-21T00:36:40.515Z] Removing intermediate container 98f53f0bca74 [2021-01-21T00:36:40.515Z] ---> c62af27706ff [2021-01-21T00:36:40.515Z] Step 21/22 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:36:40.789Z] Removing intermediate container 1ee9b3ae4e3f [2021-01-21T00:36:40.789Z] ---> b725e4cfc692 [2021-01-21T00:36:40.789Z] Step 21/22 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:36:40.789Z] ---> Running in 8f0a7c2f655c [2021-01-21T00:36:40.789Z] ---> Running in 1acd033d8b11 [2021-01-21T00:36:40.789Z] Removing intermediate container defab9d4765c [2021-01-21T00:36:40.789Z] ---> d08b1ae53ed0 [2021-01-21T00:36:40.789Z] Step 20/21 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:36:41.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:41.059Z] ---> Running in 153f9a1ab4b7 [2021-01-21T00:36:41.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:41.059Z] Removing intermediate container 1acd033d8b11 [2021-01-21T00:36:41.059Z] ---> 9532a0b0ff64 [2021-01-21T00:36:41.059Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:36:41.059Z] Removing intermediate container 8f0a7c2f655c [2021-01-21T00:36:41.059Z] ---> d754414c21f7 [2021-01-21T00:36:41.059Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:36:41.326Z] Removing intermediate container 153f9a1ab4b7 [2021-01-21T00:36:41.326Z] ---> 76e776b66ac2 [2021-01-21T00:36:41.326Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:36:41.326Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T00:36:41.326Z] ---> Running in 30e5b0f27e10 [2021-01-21T00:36:41.326Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T00:36:41.326Z] ---> Running in d8f5146d4a16 [2021-01-21T00:36:41.326Z] Executing bash-5.0.17-r0.post-install [2021-01-21T00:36:41.326Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:36:41.326Z] OK: 12 MiB in 22 packages [2021-01-21T00:36:41.590Z] ---> Running in 58163cdc96f7 [2021-01-21T00:36:41.590Z] Removing intermediate container 30e5b0f27e10 [2021-01-21T00:36:41.590Z] ---> b65dd4884ad5 [2021-01-21T00:36:41.590Z] [2021-01-21T00:36:41.863Z] Removing intermediate container d8f5146d4a16 [2021-01-21T00:36:41.863Z] ---> cb7697302c9d [2021-01-21T00:36:41.863Z] [2021-01-21T00:36:41.863Z] Removing intermediate container 58163cdc96f7 [2021-01-21T00:36:41.863Z] ---> 9307826e5914 [2021-01-21T00:36:41.863Z] [2021-01-21T00:36:41.863Z] Successfully built cb7697302c9d [2021-01-21T00:36:42.128Z] Successfully built b65dd4884ad5 [2021-01-21T00:36:42.128Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T00:36:42.128Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-21T00:36:42.128Z] Building docker-support-scheduler-go [2021-01-21T00:36:42.128Z] Successfully built 9307826e5914 [2021-01-21T00:36:42.128Z] Building docker-support-notifications-go [2021-01-21T00:36:42.128Z]  Building docker-security-bootstrap-redis-go ... done  Building docker-core-metadata-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T00:36:42.128Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-21T00:36:42.394Z] Removing intermediate container 4e92a76379a2 [2021-01-21T00:36:42.394Z] ---> 4918a6a757fa [2021-01-21T00:36:42.394Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T00:36:42.394Z] Removing intermediate container 3910dcbbe550 [2021-01-21T00:36:42.394Z] ---> d214f13ee7fb [2021-01-21T00:36:42.394Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T00:36:42.394Z] ---> Running in 9ee1525d37ab [2021-01-21T00:36:42.394Z] ---> Running in d38bc2d92934 [2021-01-21T00:36:42.656Z] Removing intermediate container 9ee1525d37ab [2021-01-21T00:36:42.656Z] ---> 160d4fefe3d1 [2021-01-21T00:36:42.656Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T00:36:42.656Z] Removing intermediate container d38bc2d92934 [2021-01-21T00:36:42.656Z] ---> 47333c66ac3b [2021-01-21T00:36:42.656Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T00:36:42.656Z] ---> Running in 97a87c320144 [2021-01-21T00:36:42.656Z] ---> Running in 28f72343e9ac [2021-01-21T00:36:42.920Z] Removing intermediate container 97a87c320144 [2021-01-21T00:36:42.920Z] ---> 0350032e1eb6 [2021-01-21T00:36:42.920Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T00:36:42.920Z] Removing intermediate container 28f72343e9ac [2021-01-21T00:36:42.920Z] ---> f04ea7b266dd [2021-01-21T00:36:42.920Z] Step 23/24 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:36:42.920Z] ---> Running in 56c6cdca2f44 [2021-01-21T00:36:42.920Z] ---> Running in 7b40490c80bf [2021-01-21T00:36:43.194Z] Removing intermediate container 7b40490c80bf [2021-01-21T00:36:43.194Z] ---> faa7dbb319b5 [2021-01-21T00:36:43.194Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:36:43.194Z] Removing intermediate container 56c6cdca2f44 [2021-01-21T00:36:43.194Z] ---> 6579a907ae40 [2021-01-21T00:36:43.194Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T00:36:47.432Z] ---> Running in 079a872af79e [2021-01-21T00:36:50.002Z] ---> 9649e92cbb98 [2021-01-21T00:36:50.002Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T00:36:50.002Z] Removing intermediate container 079a872af79e [2021-01-21T00:36:50.002Z] ---> 769617dc7f25 [2021-01-21T00:36:50.002Z] [2021-01-21T00:36:50.970Z] Successfully built 769617dc7f25 [2021-01-21T00:36:52.365Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T00:36:52.365Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-21T00:36:52.629Z] ---> 201dd26cd694 [2021-01-21T00:36:52.629Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T00:36:53.206Z] ---> c0e896bad3bd [2021-01-21T00:36:53.206Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T00:36:53.206Z] ---> Running in 884b0b0ec6a0 [2021-01-21T00:36:56.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:56.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:36:56.602Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T00:36:56.602Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T00:36:56.602Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T00:36:56.602Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T00:36:56.874Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T00:36:56.874Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T00:36:56.874Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T00:37:07.113Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:37:07.113Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:37:07.113Z] ---> 0bffe17b82ba [2021-01-21T00:37:07.113Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:37:07.113Z] ---> Using cache [2021-01-21T00:37:07.113Z] ---> 3840d5c90dd9 [2021-01-21T00:37:07.113Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:37:07.113Z] ---> Using cache [2021-01-21T00:37:07.113Z] ---> 767f3606429e [2021-01-21T00:37:07.113Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:37:07.113Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:37:07.113Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:37:07.113Z] ---> 0bffe17b82ba [2021-01-21T00:37:07.113Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:37:07.113Z] ---> Using cache [2021-01-21T00:37:07.113Z] ---> 3840d5c90dd9 [2021-01-21T00:37:07.113Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:37:07.113Z] ---> Using cache [2021-01-21T00:37:07.113Z] ---> 767f3606429e [2021-01-21T00:37:07.113Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:37:07.113Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:37:07.113Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:37:07.113Z] ---> 0bffe17b82ba [2021-01-21T00:37:07.113Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:37:07.113Z] ---> Using cache [2021-01-21T00:37:07.113Z] ---> 3840d5c90dd9 [2021-01-21T00:37:07.113Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:37:07.113Z] ---> Using cache [2021-01-21T00:37:07.113Z] ---> 767f3606429e [2021-01-21T00:37:07.113Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T00:37:09.038Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T00:37:09.038Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T00:37:09.038Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T00:37:09.038Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T00:37:09.038Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T00:37:09.038Z] ---> Running in 28cb21088aee [2021-01-21T00:37:09.038Z] ---> Running in 35352dfc6de6 [2021-01-21T00:37:09.038Z] ---> Running in a149e7f93868 [2021-01-21T00:37:09.038Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T00:37:09.038Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T00:37:09.038Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T00:37:09.038Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T00:37:09.038Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T00:37:09.038Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T00:37:09.038Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T00:37:09.038Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T00:37:09.317Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T00:37:09.317Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T00:37:09.317Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T00:37:09.317Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T00:37:09.317Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T00:37:09.317Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T00:37:09.317Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T00:37:09.317Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T00:37:09.600Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T00:37:09.600Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T00:37:09.600Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T00:37:09.600Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T00:37:09.600Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T00:37:09.600Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:37:09.874Z] OK: 71 MiB in 55 packages [2021-01-21T00:37:10.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:10.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:10.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:11.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:11.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:11.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:11.605Z] OK: 233 MiB in 51 packages [2021-01-21T00:37:12.223Z] OK: 233 MiB in 51 packages [2021-01-21T00:37:12.223Z] OK: 233 MiB in 51 packages [2021-01-21T00:37:14.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T00:37:15.584Z] Removing intermediate container 35352dfc6de6 [2021-01-21T00:37:15.584Z] ---> 8d590ac77d37 [2021-01-21T00:37:15.584Z] Step 6/22 : COPY go.mod . [2021-01-21T00:37:16.552Z] Removing intermediate container a149e7f93868 [2021-01-21T00:37:16.552Z] ---> 8cd077f943c4 [2021-01-21T00:37:16.552Z] Step 6/21 : COPY go.mod . [2021-01-21T00:37:16.552Z] Removing intermediate container 28cb21088aee [2021-01-21T00:37:16.552Z] ---> 15d5f315ed8e [2021-01-21T00:37:16.552Z] Step 6/24 : COPY go.mod . [2021-01-21T00:37:17.135Z] ---> a5579d08f1a7 [2021-01-21T00:37:17.135Z] Step 7/22 : RUN go mod download [2021-01-21T00:37:18.537Z] ---> Running in 2800f10b744c [2021-01-21T00:37:18.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:37:18.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:37:18.537Z] ---> bba4a21b4059 [2021-01-21T00:37:18.537Z] Step 7/24 : RUN go mod download [2021-01-21T00:37:18.537Z] ---> 0bffe17b82ba [2021-01-21T00:37:18.537Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T00:37:18.537Z] ---> Using cache [2021-01-21T00:37:18.537Z] ---> 3840d5c90dd9 [2021-01-21T00:37:18.537Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:37:18.537Z] ---> Using cache [2021-01-21T00:37:18.537Z] ---> 767f3606429e [2021-01-21T00:37:18.537Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T00:37:19.485Z] ---> ddbb3b6ec0da [2021-01-21T00:37:19.485Z] Step 7/21 : RUN go mod download [2021-01-21T00:37:20.958Z] ---> Running in e550596d4536 [2021-01-21T00:37:20.958Z] ---> Running in 6c6914e713ca [2021-01-21T00:37:20.958Z] ---> Running in 268416d510a6 [2021-01-21T00:37:22.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:23.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:37:24.527Z] OK: 233 MiB in 51 packages [2021-01-21T00:37:24.527Z] Removing intermediate container 6c6914e713ca [2021-01-21T00:37:24.527Z] ---> 296be1c00b54 [2021-01-21T00:37:24.527Z] Step 8/24 : COPY . . [2021-01-21T00:37:25.109Z] Removing intermediate container 268416d510a6 [2021-01-21T00:37:25.109Z] ---> 5801dee8b8c3 [2021-01-21T00:37:25.109Z] Step 8/21 : COPY . . [2021-01-21T00:37:25.109Z] Removing intermediate container 2800f10b744c [2021-01-21T00:37:25.109Z] ---> b3a734ed167d [2021-01-21T00:37:25.109Z] Step 8/22 : COPY . . [2021-01-21T00:37:25.109Z] Removing intermediate container 884b0b0ec6a0 [2021-01-21T00:37:25.109Z] ---> bd91b47af029 [2021-01-21T00:37:25.109Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T00:37:27.696Z] ---> Running in 17597e36a809 [2021-01-21T00:37:34.352Z] Removing intermediate container e550596d4536 [2021-01-21T00:37:34.352Z] ---> c8a029cdd669 [2021-01-21T00:37:34.352Z] Step 6/23 : COPY go.mod . [2021-01-21T00:37:37.087Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T00:37:37.087Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T00:37:37.087Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T00:37:37.087Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T00:37:37.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T00:37:37.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T00:37:37.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T00:37:37.088Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T00:37:37.088Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T00:37:38.596Z] ---> 57fe724bdb3b [2021-01-21T00:37:38.596Z] Step 7/23 : RUN go mod download [2021-01-21T00:37:41.463Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T00:37:41.463Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T00:37:41.464Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T00:37:42.913Z] ---> Running in cf4a374d481b [2021-01-21T00:37:43.909Z] Collecting docker-compose==1.23.2 [2021-01-21T00:37:43.909Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T00:37:44.505Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T00:37:44.505Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T00:37:44.777Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T00:37:44.777Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T00:37:45.049Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T00:37:45.049Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T00:37:46.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.240s coverage: 46.8% of statements [2021-01-21T00:37:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T00:37:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T00:37:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T00:37:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T00:37:46.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T00:37:49.374Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T00:37:49.374Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T00:37:51.317Z] Removing intermediate container cf4a374d481b [2021-01-21T00:37:51.317Z] ---> 27849c3d56de [2021-01-21T00:37:51.317Z] Step 8/23 : COPY . . [2021-01-21T00:37:51.317Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T00:37:51.317Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T00:37:51.901Z] 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-21T00:37:53.325Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T00:37:53.325Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T00:37:55.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.0% of statements [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T00:37:55.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T00:37:55.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T00:37:55.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 67.9% of statements [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T00:37:55.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.3% of statements [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T00:37:55.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T00:37:55.291Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T00:37:55.291Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T00:37:58.634Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T00:37:58.634Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T00:38:01.198Z] Collecting PyYAML<4,>=3.10 [2021-01-21T00:38:01.198Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T00:38:01.198Z] ---> 3739ec6fabc6 [2021-01-21T00:38:01.198Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T00:38:01.198Z] ---> be5163933424 [2021-01-21T00:38:01.198Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T00:38:01.198Z] ---> 0e5064f993af [2021-01-21T00:38:01.198Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T00:38:01.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T00:38:01.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T00:38:01.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T00:38:01.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements [2021-01-21T00:38:01.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T00:38:03.149Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T00:38:03.149Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T00:38:03.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements [2021-01-21T00:38:03.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T00:38:03.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-01-21T00:38:03.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T00:38:03.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T00:38:03.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T00:38:03.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T00:38:04.557Z] ---> Running in d10adf9ed012 [2021-01-21T00:38:04.557Z] ---> Running in 84042868cac9 [2021-01-21T00:38:04.557Z] ---> Running in 7df9a6ae5577 [2021-01-21T00:38:04.557Z] Collecting idna<2.8,>=2.5 [2021-01-21T00:38:04.842Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T00:38:04.842Z] 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-21T00:38:04.842Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T00:38:04.842Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T00:38:05.107Z] 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-21T00:38:05.107Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T00:38:05.107Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T00:38:05.107Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T00:38:05.107Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T00:38:05.375Z] Installing collected packages: jsonschema, websocket-client, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docker-compose [2021-01-21T00:38:06.604Z] Running setup.py install for texttable: started [2021-01-21T00:38:07.589Z] 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-21T00:38:07.589Z] 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-21T00:38:07.589Z] 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-21T00:38:07.589Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T00:38:07.589Z] Running setup.py install for docopt: started [2021-01-21T00:38:08.601Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T00:38:08.601Z] Attempting uninstall: idna [2021-01-21T00:38:08.601Z] Found existing installation: idna 2.9 [2021-01-21T00:38:08.601Z] Uninstalling idna-2.9: [2021-01-21T00:38:08.601Z] Successfully uninstalled idna-2.9 [2021-01-21T00:38:08.909Z] Attempting uninstall: urllib3 [2021-01-21T00:38:08.909Z] Found existing installation: urllib3 1.25.9 [2021-01-21T00:38:08.909Z] Uninstalling urllib3-1.25.9: [2021-01-21T00:38:09.189Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T00:38:10.170Z] Attempting uninstall: requests [2021-01-21T00:38:10.170Z] Found existing installation: requests 2.23.0 [2021-01-21T00:38:10.170Z] Uninstalling requests-2.23.0: [2021-01-21T00:38:10.441Z] Successfully uninstalled requests-2.23.0 [2021-01-21T00:38:11.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.151s coverage: 92.8% of statements [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T00:38:11.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T00:38:11.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.261s coverage: 0.1% of statements [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T00:38:11.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T00:38:11.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 75.5% of statements [2021-01-21T00:38:11.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T00:38:11.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-01-21T00:38:11.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-01-21T00:38:12.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.178s coverage: 84.2% of statements [2021-01-21T00:38:12.414Z] ---> b669f9b0b87f [2021-01-21T00:38:12.414Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T00:38:13.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-01-21T00:38:13.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T00:38:13.420Z] ---> Running in 8be8fe224667 [2021-01-21T00:38:13.420Z] Running setup.py install for dockerpty: started [2021-01-21T00:38:14.429Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T00:38:14.429Z] Running setup.py install for PyYAML: started [2021-01-21T00:38:14.430Z] 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-21T00:38:15.923Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T00:38:15.923Z] 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-21T00:38:17.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.655s coverage: 63.5% of statements [2021-01-21T00:38:17.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T00:38:17.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T00:38:17.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements [2021-01-21T00:38:17.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.173s coverage: 91.3% of statements [2021-01-21T00:38:17.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2021-01-21T00:38:18.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-01-21T00:38:18.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-01-21T00:38:21.384Z] Removing intermediate container 17597e36a809 [2021-01-21T00:38:21.384Z] ---> 6226b23796e2 [2021-01-21T00:38:21.384Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T00:38:21.385Z] ---> Running in 53ea6920144a [2021-01-21T00:38:21.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:21.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:22.258Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:38:22.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 68.9% of statements [2021-01-21T00:38:22.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T00:38:22.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T00:38:22.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T00:38:22.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T00:38:22.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T00:38:22.532Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T00:38:22.532Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T00:38:22.532Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:38:22.532Z] OK: 72 MiB in 58 packages [2021-01-21T00:38:23.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.350s coverage: 37.0% of statements [2021-01-21T00:38:23.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T00:38:23.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T00:38:23.931Z] Removing intermediate container 53ea6920144a [2021-01-21T00:38:23.931Z] ---> 125f9b4cd758 [2021-01-21T00:38:23.931Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T00:38:23.931Z] ---> Running in 0028472fa8f2 [2021-01-21T00:38:24.206Z] Removing intermediate container 0028472fa8f2 [2021-01-21T00:38:24.206Z] ---> 7dba6937c082 [2021-01-21T00:38:24.206Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:38:24.206Z] ---> Running in d14e8818f282 [2021-01-21T00:38:25.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.515s coverage: 84.0% of statements [2021-01-21T00:38:25.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2021-01-21T00:38:26.163Z] Removing intermediate container d14e8818f282 [2021-01-21T00:38:26.163Z] ---> 5278d014219b [2021-01-21T00:38:26.163Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T00:38:26.163Z] ---> Running in 01716b26bfa9 [2021-01-21T00:38:26.438Z] Removing intermediate container 01716b26bfa9 [2021-01-21T00:38:26.438Z] ---> d66ed95fe68f [2021-01-21T00:38:26.438Z] Step 25/26 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:38:26.438Z] ---> Running in aea4467b941c [2021-01-21T00:38:27.017Z] Removing intermediate container aea4467b941c [2021-01-21T00:38:27.017Z] ---> 1036fe6bab72 [2021-01-21T00:38:27.017Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T00:38:27.017Z] ---> Running in c59f7c628446 [2021-01-21T00:38:27.282Z] Removing intermediate container c59f7c628446 [2021-01-21T00:38:27.282Z] ---> 102981dfa354 [2021-01-21T00:38:27.282Z] [2021-01-21T00:38:27.546Z] Successfully built 102981dfa354 [2021-01-21T00:38:27.546Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T00:38:30.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.381s coverage: 47.1% of statements [2021-01-21T00:38:30.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T00:38:30.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T00:38:30.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T00:38:30.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T00:38:30.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T00:38:30.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-01-21T00:38:30.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T00:38:30.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements [2021-01-21T00:38:30.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.753s coverage: 29.1% of statements [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T00:38:35.957Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements [2021-01-21T00:38:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-01-21T00:38:36.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-21T00:38:36.825Z] GO111MODULE=on go vet ./... [2021-01-21T00:38:42.557Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d10adf9ed012 [2021-01-21T00:38:42.557Z] Removing intermediate container 84042868cac9 [2021-01-21T00:38:42.557Z] ---> 42f3a81c6357 [2021-01-21T00:38:42.557Z] ---> 3975772f1d49 [2021-01-21T00:38:42.557Z] [2021-01-21T00:38:42.557Z] [2021-01-21T00:38:42.557Z] Step 10/21 : FROM scratchStep 10/24 : FROM scratch [2021-01-21T00:38:42.557Z] ---> [2021-01-21T00:38:42.557Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T00:38:42.557Z] [2021-01-21T00:38:42.557Z] ---> [2021-01-21T00:38:42.558Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:38:42.558Z] Removing intermediate container 7df9a6ae5577 [2021-01-21T00:38:42.558Z] ---> 103f576fd0a9 [2021-01-21T00:38:42.558Z] [2021-01-21T00:38:42.558Z] Step 10/22 : FROM scratch [2021-01-21T00:38:42.558Z] ---> [2021-01-21T00:38:42.558Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:38:42.558Z] ---> Using cache [2021-01-21T00:38:42.558Z] ---> 78afc6ebf7fc [2021-01-21T00:38:42.558Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T00:38:42.558Z] ---> Using cache [2021-01-21T00:38:42.558Z] ---> 78afc6ebf7fc [2021-01-21T00:38:42.558Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T00:38:42.558Z] ---> Running in a0c3e507f0cc [2021-01-21T00:38:42.558Z] ---> Running in 9b900c71b592 [2021-01-21T00:38:42.558Z] ---> Running in f09703352163 [2021-01-21T00:38:42.827Z] Removing intermediate container a0c3e507f0cc [2021-01-21T00:38:42.827Z] ---> 2a300a50d923 [2021-01-21T00:38:42.827Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T00:38:42.827Z] Removing intermediate container f09703352163 [2021-01-21T00:38:42.827Z] ---> eb67b327d96c [2021-01-21T00:38:42.827Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:38:42.827Z] Removing intermediate container 9b900c71b592 [2021-01-21T00:38:42.827Z] ---> 9dfe71edab5a [2021-01-21T00:38:42.827Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T00:38:42.827Z] ---> Running in b1c7279a3c2b [2021-01-21T00:38:42.827Z] ---> Running in 447c00a5768d [2021-01-21T00:38:42.827Z] ---> Running in 33db14339e0e [2021-01-21T00:38:43.092Z] Removing intermediate container b1c7279a3c2b [2021-01-21T00:38:43.092Z] ---> f9108316d947 [2021-01-21T00:38:43.092Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:38:43.092Z] Removing intermediate container 447c00a5768d [2021-01-21T00:38:43.092Z] ---> 5ea6bda38c97 [2021-01-21T00:38:43.092Z] Step 14/22 : WORKDIR / [2021-01-21T00:38:43.359Z] Removing intermediate container 33db14339e0e [2021-01-21T00:38:43.359Z] ---> 87728a5f6a60 [2021-01-21T00:38:43.359Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T00:38:43.359Z] ---> Running in c32eda18e5ec [2021-01-21T00:38:43.359Z] ---> Running in 0f78e017d002 [2021-01-21T00:38:43.359Z] ---> 8f10e7a8f140 [2021-01-21T00:38:43.359Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T00:38:43.624Z] Removing intermediate container c32eda18e5ec [2021-01-21T00:38:43.624Z] ---> 3ffdfbbb24df [2021-01-21T00:38:43.624Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:38:45.023Z] Removing intermediate container 0f78e017d002 [2021-01-21T00:38:45.023Z] ---> 1d1fb9abace9 [2021-01-21T00:38:45.023Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T00:38:45.973Z] ---> cbdb338ca68e [2021-01-21T00:38:45.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T00:38:46.550Z] ---> 071272f7a4d6 [2021-01-21T00:38:46.550Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T00:38:46.814Z] ---> bc377eeba95d [2021-01-21T00:38:46.814Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T00:38:46.814Z] ---> ee66bb406a4a [2021-01-21T00:38:46.814Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T00:38:46.814Z] Removing intermediate container 8be8fe224667 [2021-01-21T00:38:46.814Z] ---> 78de44c1a359 [2021-01-21T00:38:46.814Z] [2021-01-21T00:38:46.814Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T00:38:46.814Z] ---> 389fef711851 [2021-01-21T00:38:46.814Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:38:47.762Z] ---> Running in a6554fb507f3 [2021-01-21T00:38:47.762Z] ---> 64d585dc968a [2021-01-21T00:38:47.762Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T00:38:47.762Z] ---> 57e39e82b070 [2021-01-21T00:38:47.762Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T00:38:47.762Z] ---> 874fc3d2d5b2 [2021-01-21T00:38:47.762Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T00:38:48.710Z] ---> Running in 7defe6577e89 [2021-01-21T00:38:48.710Z] ---> Running in a5a0f06b25a8 [2021-01-21T00:38:48.710Z] Removing intermediate container a6554fb507f3 [2021-01-21T00:38:48.710Z] ---> aee45c6f74ce [2021-01-21T00:38:48.710Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T00:38:48.710Z] ---> Running in 9edb057c417f [2021-01-21T00:38:48.710Z] Removing intermediate container 7defe6577e89 [2021-01-21T00:38:48.710Z] ---> 4a9bb16dbba4 [2021-01-21T00:38:48.710Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:38:48.980Z] Removing intermediate container a5a0f06b25a8 [2021-01-21T00:38:48.980Z] ---> 47e13d538d11 [2021-01-21T00:38:48.980Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:38:48.980Z] ---> 8a0c4031d989 [2021-01-21T00:38:48.980Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:38:48.980Z] ---> Running in 8606b16125fa [2021-01-21T00:38:48.980Z] ---> Running in 4426fd42da52 [2021-01-21T00:38:48.980Z] Removing intermediate container 9edb057c417f [2021-01-21T00:38:48.980Z] ---> 5e7ac771b6dd [2021-01-21T00:38:48.980Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T00:38:49.246Z] ---> Running in af461f494649 [2021-01-21T00:38:49.246Z] ---> 935b7d73c5fb [2021-01-21T00:38:49.246Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T00:38:49.512Z] Removing intermediate container 4426fd42da52 [2021-01-21T00:38:49.512Z] ---> 246362a90982 [2021-01-21T00:38:49.512Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T00:38:49.512Z] Removing intermediate container 8606b16125fa [2021-01-21T00:38:49.512Z] ---> 9f7cf5b594f8 [2021-01-21T00:38:49.512Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T00:38:49.512Z] Removing intermediate container af461f494649 [2021-01-21T00:38:49.512Z] ---> b11a8a11d00c [2021-01-21T00:38:49.512Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:38:49.512Z] ---> Running in 0da5ca3200ed [2021-01-21T00:38:49.512Z] ---> Running in ccb8dcb366b1 [2021-01-21T00:38:49.774Z] ---> Running in 57c4863f1ae8 [2021-01-21T00:38:50.037Z] Removing intermediate container ccb8dcb366b1 [2021-01-21T00:38:50.037Z] ---> b53aec605254 [2021-01-21T00:38:50.037Z] Step 20/21 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:38:50.037Z] Removing intermediate container 0da5ca3200ed [2021-01-21T00:38:50.037Z] ---> ff482927607d [2021-01-21T00:38:50.037Z] Step 21/22 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:38:50.303Z] ---> de14130374aa [2021-01-21T00:38:50.303Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T00:38:50.303Z] ---> Running in 0bd83881618c [2021-01-21T00:38:50.303Z] ---> Running in 71cf13835be0 [2021-01-21T00:38:50.585Z] Removing intermediate container 0bd83881618c [2021-01-21T00:38:50.585Z] ---> f32d47a0413a [2021-01-21T00:38:50.585Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:38:50.585Z] Removing intermediate container 71cf13835be0 [2021-01-21T00:38:50.585Z] ---> 16072406408d [2021-01-21T00:38:50.585Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:38:50.585Z] ---> Running in f6905dd666ad [2021-01-21T00:38:51.166Z] ---> Running in 8d59a7732c93 [2021-01-21T00:38:51.166Z] ---> ba0f3fe040ed [2021-01-21T00:38:51.166Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T00:38:51.166Z] ---> Running in 176e09868544 [2021-01-21T00:38:51.435Z] Removing intermediate container f6905dd666ad [2021-01-21T00:38:51.435Z] ---> 9ac062ba0629 [2021-01-21T00:38:51.435Z] [2021-01-21T00:38:51.435Z] Removing intermediate container 8d59a7732c93 [2021-01-21T00:38:51.435Z] ---> d30b86e8ad05 [2021-01-21T00:38:51.435Z] [2021-01-21T00:38:51.699Z] Removing intermediate container 176e09868544 [2021-01-21T00:38:51.699Z] ---> cd8aac49062d [2021-01-21T00:38:51.699Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:38:51.699Z] Successfully built 9ac062ba0629 [2021-01-21T00:38:51.962Z] Successfully built d30b86e8ad05 [2021-01-21T00:38:51.962Z] Successfully tagged docker-core-command-go:latest [2021-01-21T00:38:51.962Z]  Building docker-core-command-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-01-21T00:38:52.225Z]  Building docker-support-scheduler-go ... done  ---> Running in 4d29864d8ef2 [2021-01-21T00:38:52.225Z] Removing intermediate container 57c4863f1ae8 [2021-01-21T00:38:52.225Z] ---> b2a4ff313cd7 [2021-01-21T00:38:52.225Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T00:38:52.225Z] ---> Running in 2e8876e1d158 [2021-01-21T00:38:52.500Z] Removing intermediate container 4d29864d8ef2 [2021-01-21T00:38:52.500Z] ---> 1381fe369db6 [2021-01-21T00:38:52.500Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T00:38:52.500Z] ---> Running in 082b78c56e94 [2021-01-21T00:38:52.774Z] Removing intermediate container 082b78c56e94 [2021-01-21T00:38:52.774Z] ---> 4b3d8cf57900 [2021-01-21T00:38:52.774Z] Step 23/24 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:38:52.774Z] ---> Running in 2ab822c5ce36 [2021-01-21T00:38:53.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:53.039Z] Removing intermediate container 2ab822c5ce36 [2021-01-21T00:38:53.039Z] ---> a7b305632fa8 [2021-01-21T00:38:53.039Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:38:53.039Z] ---> Running in 74270c6984cd [2021-01-21T00:38:53.301Z] Removing intermediate container 74270c6984cd [2021-01-21T00:38:53.301Z] ---> 93aa77d2e224 [2021-01-21T00:38:53.301Z] [2021-01-21T00:38:53.588Z] Successfully built 93aa77d2e224 [2021-01-21T00:38:53.588Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T00:38:53.903Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:38:54.899Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T00:38:54.899Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T00:38:55.172Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T00:38:55.440Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T00:38:55.440Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T00:38:55.703Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:38:55.703Z] OK: 8 MiB in 19 packages [2021-01-21T00:38:56.279Z] Removing intermediate container 2e8876e1d158 [2021-01-21T00:38:56.279Z] ---> 2eca0462441f [2021-01-21T00:38:56.279Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:38:56.541Z] ---> d26d24b69ae0 [2021-01-21T00:38:56.541Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T00:38:57.131Z] ---> d3ffd41f92fc [2021-01-21T00:38:57.131Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T00:38:57.393Z] ---> 0fd3571551aa [2021-01-21T00:38:57.393Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T00:38:57.393Z] ---> Running in 8430cd34e70d [2021-01-21T00:38:57.654Z] Removing intermediate container 8430cd34e70d [2021-01-21T00:38:57.654Z] ---> 35f9e68b6ddb [2021-01-21T00:38:57.654Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:38:57.654Z] ---> Running in acd0789ee894 [2021-01-21T00:38:57.916Z] Removing intermediate container acd0789ee894 [2021-01-21T00:38:57.916Z] ---> 060152992123 [2021-01-21T00:38:57.916Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T00:38:57.916Z] ---> Running in 40a533f0347f [2021-01-21T00:38:57.916Z] Removing intermediate container 40a533f0347f [2021-01-21T00:38:57.916Z] ---> 943c989d4d75 [2021-01-21T00:38:57.916Z] Step 22/23 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:38:58.179Z] ---> Running in 6444f66d9056 [2021-01-21T00:38:58.179Z] Removing intermediate container 6444f66d9056 [2021-01-21T00:38:58.179Z] ---> 1ffc694a8410 [2021-01-21T00:38:58.179Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T00:38:58.179Z] ---> Running in 985a36915151 [2021-01-21T00:38:58.461Z] Removing intermediate container 985a36915151 [2021-01-21T00:38:58.461Z] ---> 817611fa3e67 [2021-01-21T00:38:58.461Z] [2021-01-21T00:38:58.461Z] Successfully built 817611fa3e67 [2021-01-21T00:38:58.725Z] Successfully tagged docker-core-data-go:latest [2021-01-21T00:39:00.141Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-21T00:39:00.144Z] $ docker stop --time=1 c400ca166523c0454458928eed33e92a52b94c599da6ea977bfb0f6a147a29c6 [2021-01-21T00:39:01.702Z] $ docker rm -f c400ca166523c0454458928eed33e92a52b94c599da6ea977bfb0f6a147a29c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:39:02.298Z] + docker images [2021-01-21T00:39:02.298Z] + grep docker [2021-01-21T00:39:02.298Z] docker-core-data-go latest 817611fa3e67 4 seconds ago 22.3MB [2021-01-21T00:39:02.298Z] docker-support-notifications-go latest 93aa77d2e224 9 seconds ago 12MB [2021-01-21T00:39:02.298Z] docker-support-scheduler-go latest d30b86e8ad05 11 seconds ago 10.7MB [2021-01-21T00:39:02.298Z] docker-core-command-go latest 9ac062ba0629 11 seconds ago 10.6MB [2021-01-21T00:39:02.298Z] docker-sys-mgmt-agent-go latest 102981dfa354 35 seconds ago 313MB [2021-01-21T00:39:02.298Z] docker-security-secretstore-setup-go latest 769617dc7f25 2 minutes ago 24.6MB [2021-01-21T00:39:02.298Z] docker-security-proxy-setup-go latest 9307826e5914 2 minutes ago 24.4MB [2021-01-21T00:39:02.298Z] docker-security-bootstrap-redis-go latest b65dd4884ad5 2 minutes ago 15.8MB [2021-01-21T00:39:02.298Z] docker-core-metadata-go latest cb7697302c9d 2 minutes ago 13.1MB [2021-01-21T00:39:02.298Z] 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-21T00:39:17.963Z] Still waiting to schedule task [2021-01-21T00:39:17.964Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21793’ [2021-01-21T00:39:44.858Z] gofmt -l . [2021-01-21T00:39:44.858Z] [ "`gofmt -l .`" = "" ] [2021-01-21T00:39:44.858Z] ./bin/test-go-mod-tidy.sh [2021-01-21T00:39:45.456Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T00:39:47.114Z] + ls -al . [2021-01-21T00:39:47.114Z] total 684 [2021-01-21T00:39:47.114Z] drwxrwxr-x 9 1001 1001 4096 Jan 21 00:39 . [2021-01-21T00:39:47.114Z] drwxr-xr-x 4 root root 4096 Jan 21 00:36 .. [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 00:34 .dockerignore [2021-01-21T00:39:47.114Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 00:34 .git [2021-01-21T00:39:47.114Z] drwxrwxr-x 3 1001 1001 4096 Jan 21 00:34 .github [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 00:34 .gitignore [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 00:34 .sonarcloud.properties [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 00:34 Attribution.txt [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 00:34 CONTRIBUTING.md [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 00:34 Dockerfile.build [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 00:34 Jenkinsfile [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 00:34 LICENSE [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 00:34 Makefile [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 00:34 README.md [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 00:34 SECURITY.md [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 00:31 VERSION [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 00:34 ZMQWindows.md [2021-01-21T00:39:47.114Z] drwxrwxr-x 2 1001 1001 4096 Jan 21 00:34 bin [2021-01-21T00:39:47.114Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 00:34 cmd [2021-01-21T00:39:47.114Z] -rw-r--r-- 1 root root 550280 Jan 21 00:38 coverage.out [2021-01-21T00:39:47.114Z] -rw-r--r-- 1 root root 1027 Jan 21 00:39 go.mod [2021-01-21T00:39:47.114Z] -rw-r--r-- 1 root root 18725 Jan 21 00:39 go.sum [2021-01-21T00:39:47.114Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 00:34 internal [2021-01-21T00:39:47.114Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 00:34 openapi [2021-01-21T00:39:47.114Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 00:34 snap [2021-01-21T00:39:47.114Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 00:34 version.go [Pipeline] sh [2021-01-21T00:39:47.786Z] + '[' -e coverage.out ] [2021-01-21T00:39:47.786Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T00:39:47.806Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T00:39:48.934Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T00:39:49.600Z] + make build [2021-01-21T00:39:49.600Z] 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-21T00:39:59.756Z] 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-21T00:40:21.979Z] 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-21T00:40:23.961Z] 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-21T00:40:29.667Z] 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-21T00:40:29.942Z] 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-21T00:40:34.247Z] 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-21T00:40:39.654Z] 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-21T00:40:43.053Z] 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-21T00:40:46.448Z] 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-21T00:40:49.550Z] Running on prd-ubuntu18.04-docker-8c-8g-21797 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-21T00:40:49.652Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-21T00:40:49.865Z] 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-21T00:40:51.747Z] using credential edgex-jenkins-ssh [2021-01-21T00:40:51.796Z] Cloning the remote Git repository [2021-01-21T00:40:51.803Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:40:51.875Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-21T00:40:51.904Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:40:51.904Z] > git --version # timeout=10 [2021-01-21T00:40:51.911Z] > git --version # 'git version 2.17.1' [2021-01-21T00:40:51.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:40:51.944Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:40:54.176Z] 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-21T00:40:57.613Z] $ docker stop --time=1 c28261103db6321e1ee59738b9e4e744c7655c6ec54c74e0b125275638d3f8a7 [2021-01-21T00:41:00.170Z] $ docker rm -f c28261103db6321e1ee59738b9e4e744c7655c6ec54c74e0b125275638d3f8a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:41:01.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:41:01.891Z] [2021-01-21T00:41:01.891Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:41:02.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:41:02.275Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T00:41:02.275Z] 29e5d40040c1: Pulling fs layer [2021-01-21T00:41:02.275Z] 1ce36da41761: Pulling fs layer [2021-01-21T00:41:02.275Z] 25b303627fd3: Pulling fs layer [2021-01-21T00:41:02.546Z] 29e5d40040c1: Verifying Checksum [2021-01-21T00:41:02.546Z] 29e5d40040c1: Download complete [2021-01-21T00:41:03.144Z] 1ce36da41761: Verifying Checksum [2021-01-21T00:41:03.144Z] 1ce36da41761: Download complete [2021-01-21T00:41:03.420Z] 29e5d40040c1: Pull complete [2021-01-21T00:41:04.859Z] 1ce36da41761: Pull complete [2021-01-21T00:41:04.859Z] 25b303627fd3: Verifying Checksum [2021-01-21T00:41:04.859Z] 25b303627fd3: Download complete [2021-01-21T00:41:15.102Z] 25b303627fd3: Pull complete [2021-01-21T00:41:15.102Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T00:41:15.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:41:15.102Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T00:41:15.364Z] prd-ubuntu18.04-docker-arm64-4c-16g-21788 does not seem to be running inside a container [2021-01-21T00:41:15.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T00:41:15.693Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-21T00:41:15.035Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:41:15.041Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:41:15.052Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T00:41:15.068Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T00:41:15.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:41:15.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T00:41:15.697Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:41:15.702Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-21T00:41:15.771Z] > git remote # timeout=10 [2021-01-21T00:41:15.778Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T00:41:15.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:41:15.787Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-21T00:41:15.909Z] Merge succeeded, producing c59e595e1b3c1d67d07acb36a21c6b415b52b50b [2021-01-21T00:41:15.909Z] Checking out Revision c59e595e1b3c1d67d07acb36a21c6b415b52b50b (PR-3034) [2021-01-21T00:41:15.899Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T00:41:15.907Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:41:15.912Z] > git checkout -f c59e595e1b3c1d67d07acb36a21c6b415b52b50b # timeout=10 [2021-01-21T00:41:18.664Z] $ docker top e911b148fd8a708338b90aa93a7b0ab5eeffb5727531fe7ef3598093b93ae2e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:41:19.591Z] Commit message: "Merge commit 'ba3f575de95cda6ffdeb8943f6d6d62c3955065b' into HEAD" [2021-01-21T00:41:19.602Z] First time build. Skipping changelog. [2021-01-21T00:41:19.702Z] + docker-compose build --help [2021-01-21T00:41:19.702Z] + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:41:19.593Z] > git rev-list --no-walk 0f23783058a0cf3e0a89a45626a2d7220b018d34 # timeout=10 [2021-01-21T00:41:20.746Z] + echo snap-build.sh [2021-01-21T00:41:20.746Z] snap-build.sh [2021-01-21T00:41:20.746Z] + SNAP_BASE_DIR=. [2021-01-21T00:41:20.746Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-01-21T00:41:20.746Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-01-21T00:41:20.746Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-01-21T00:41:20.746Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-01-21T00:41:20.746Z] + cd /w/workspace/edgex-go/6 [2021-01-21T00:41:20.746Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-21T00:41:20.746Z] Reading package lists... [2021-01-21T00:41:20.746Z] Building dependency tree... [2021-01-21T00:41:20.746Z] Reading state information... [2021-01-21T00:41:21.009Z] The following packages were automatically installed and are no longer required: [2021-01-21T00:41:21.009Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-21T00:41:21.009Z] uidmap xdelta3 [2021-01-21T00:41:21.009Z] Use 'sudo apt autoremove' to remove them. [2021-01-21T00:41:21.009Z] The following packages will be REMOVED: [2021-01-21T00:41:21.009Z] lxd* lxd-client* [2021-01-21T00:41:21.582Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-21T00:41:21.582Z] After this operation, 31.7 MB disk space will be freed. [2021-01-21T00:41:22.368Z] (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-21T00:41:22.368Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T00:41:23.086Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T00:41:23.134Z] $ docker stop --time=1 e911b148fd8a708338b90aa93a7b0ab5eeffb5727531fe7ef3598093b93ae2e5 [2021-01-21T00:41:23.316Z] Removing lxd dnsmasq configuration [2021-01-21T00:41:23.316Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T00:41:23.577Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-21T00:41:24.525Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-21T00:41:24.525Z] (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-21T00:41:24.791Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T00:41:25.080Z] $ docker rm -f e911b148fd8a708338b90aa93a7b0ab5eeffb5727531fe7ef3598093b93ae2e5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:41:25.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T00:41:25.953Z] . [Pipeline] withDockerContainer [2021-01-21T00:41:26.186Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-21T00:41:26.186Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-21T00:41:26.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-21788 does not seem to be running inside a container [2021-01-21T00:41:26.325Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T00:41:27.581Z] + sudo snap remove --purge lxd [2021-01-21T00:41:27.835Z] $ docker top e492f9e9da3f1e0a8595aac8600aa1b3cfe4ccd7853d395d920b263be57c5394 -eo pid,comm [2021-01-21T00:41:27.845Z] snap "lxd" is not installed [2021-01-21T00:41:27.845Z] + sudo groupadd --force --system lxd [2021-01-21T00:41:27.845Z] ++ whoami [2021-01-21T00:41:27.845Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-21T00:41:27.845Z] + newgrp - lxd [2021-01-21T00:41:27.845Z] + sudo snap install lxd [Pipeline] { [Pipeline] sh [2021-01-21T00:41:28.869Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T00:41:33.149Z] Building docker-core-command-go ... [2021-01-21T00:41:33.149Z] Building docker-core-data-go ... [2021-01-21T00:41:33.149Z] Building docker-core-metadata-go ... [2021-01-21T00:41:33.149Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T00:41:33.149Z] Building docker-security-proxy-setup-go ... [2021-01-21T00:41:33.149Z] Building docker-security-secretstore-setup-go ... [2021-01-21T00:41:33.149Z] Building docker-support-notifications-go ... [2021-01-21T00:41:33.149Z] Building docker-support-scheduler-go ... [2021-01-21T00:41:33.149Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T00:41:33.149Z] Building docker-sys-mgmt-agent-go [2021-01-21T00:41:33.149Z] Building docker-core-data-go [2021-01-21T00:41:33.149Z] Building docker-support-scheduler-go [2021-01-21T00:41:33.149Z] Building docker-support-notifications-go [2021-01-21T00:41:33.149Z] Building docker-security-bootstrap-redis-go [2021-01-21T00:41:37.885Z] 2021-01-21T00:41:34Z INFO Waiting for automatic snapd restart... [2021-01-21T00:41:52.926Z] lxd 4.10 from Canonical* installed [2021-01-21T00:41:52.926Z] + sudo lxd init --auto [2021-01-21T00:42:01.184Z] + sudo snap install --classic snapcraft [2021-01-21T00:42:09.402Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T00:42:09.402Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-21T00:42:09.402Z] + patch --verbose -p1 [2021-01-21T00:42:09.402Z] Hmm... Looks like a unified diff to me... [2021-01-21T00:42:09.402Z] The text leading up to this was: [2021-01-21T00:42:09.402Z] -------------------------- [2021-01-21T00:42:09.402Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-21T00:42:09.402Z] |From: Tony Espy [2021-01-21T00:42:09.402Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-21T00:42:09.402Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-21T00:42:09.402Z] | [2021-01-21T00:42:09.402Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-21T00:42:09.402Z] |optimize the snap CI check run for pull requests. When [2021-01-21T00:42:09.402Z] |applied, it essentially strips out everything (apps and [2021-01-21T00:42:09.402Z] |parts) from the snapcraft.yaml file except those required [2021-01-21T00:42:09.402Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-21T00:42:09.402Z] |catch changes to edgex-go that break the snap build. [2021-01-21T00:42:09.402Z] | [2021-01-21T00:42:09.402Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-21T00:42:09.402Z] |to update this patch file, otherwise it may fail to apply, [2021-01-21T00:42:09.403Z] |resulting in a failed snap build CI check in the associated [2021-01-21T00:42:09.403Z] |pull request. [2021-01-21T00:42:09.403Z] | [2021-01-21T00:42:09.403Z] |Note - in addition to applying this patch, the pipeline also [2021-01-21T00:42:09.403Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-21T00:42:09.403Z] |need to build the finally binary .snap file (and it won't [2021-01-21T00:42:09.403Z] |work with the patch applied). This further reduces the build [2021-01-21T00:42:09.403Z] |time. [2021-01-21T00:42:09.403Z] |--- [2021-01-21T00:42:09.403Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-21T00:42:09.403Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-21T00:42:09.403Z] | [2021-01-21T00:42:09.403Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-21T00:42:09.403Z] |index 1e537489..faf42425 100644 [2021-01-21T00:42:09.403Z] |--- a/snap/snapcraft.yaml [2021-01-21T00:42:09.403Z] |+++ b/snap/snapcraft.yaml [2021-01-21T00:42:09.403Z] -------------------------- [2021-01-21T00:42:09.403Z] patching file snap/snapcraft.yaml [2021-01-21T00:42:09.403Z] Using Plan A... [2021-01-21T00:42:09.403Z] Hunk #1 succeeded at 73. [2021-01-21T00:42:09.403Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-21T00:42:09.403Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-21T00:42:09.403Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-21T00:42:09.403Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-21T00:42:09.403Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-21T00:42:09.403Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-21T00:42:09.403Z] Hunk #8 succeeded at 342. [2021-01-21T00:42:09.403Z] Hmm... Ignoring the trailing garbage. [2021-01-21T00:42:09.403Z] done [2021-01-21T00:42:09.403Z] + sudo snapcraft prime --use-lxd [2021-01-21T00:42:09.973Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-21T00:42:09.973Z] 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-21T00:42:09.973Z] - README.md [2021-01-21T00:42:09.973Z] - snapcraft.yaml.orig [2021-01-21T00:42:09.973Z] [2021-01-21T00:42:09.974Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T00:42:10.544Z] Launching a container. [2021-01-21T00:42:22.786Z] Waiting for container to be ready [2021-01-21T00:42:22.786Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-21T00:42:22.786Z] [2021-01-21T00:42:25.343Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-21T00:42:25.927Z] Waiting for network to be ready... [2021-01-21T00:42:26.514Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T00:42:26.515Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T00:42:26.783Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T00:42:26.783Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T00:42:26.783Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T00:42:27.044Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T00:42:27.044Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T00:42:27.044Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T00:42:27.305Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T00:42:27.305Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T00:42:27.305Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T00:42:27.305Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T00:42:27.305Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T00:42:27.305Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T00:42:27.305Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T00:42:27.305Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T00:42:27.305Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T00:42:27.305Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T00:42:27.567Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T00:42:27.827Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T00:42:27.827Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T00:42:28.088Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T00:42:28.088Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T00:42:28.088Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T00:42:28.088Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T00:42:28.088Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T00:42:28.088Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T00:42:30.633Z] Fetched 23.8 MB in 4s (5520 kB/s) [2021-01-21T00:42:31.205Z] Reading package lists... [2021-01-21T00:42:31.466Z] Reading package lists... [2021-01-21T00:42:31.728Z] Building dependency tree... [2021-01-21T00:42:31.728Z] Reading state information... [2021-01-21T00:42:31.728Z] The following additional packages will be installed: [2021-01-21T00:42:31.728Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T00:42:31.728Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T00:42:31.728Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T00:42:31.728Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-21T00:42:31.728Z] Suggested packages: [2021-01-21T00:42:31.728Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-21T00:42:31.728Z] Recommended packages: [2021-01-21T00:42:31.728Z] gnupg libsasl2-modules [2021-01-21T00:42:31.728Z] The following NEW packages will be installed: [2021-01-21T00:42:31.728Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T00:42:31.728Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T00:42:31.728Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T00:42:31.728Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-21T00:42:31.728Z] The following packages will be upgraded: [2021-01-21T00:42:31.728Z] gpg gpg-agent gpgconf libudev1 [2021-01-21T00:42:31.728Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-21T00:42:31.728Z] Need to get 3533 kB of archives. [2021-01-21T00:42:31.728Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-21T00:42:31.728Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-21T00:42:31.988Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-21T00:42:31.989Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-21T00:42:31.989Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-21T00:42:31.989Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-21T00:42:31.989Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-21T00:42:31.989Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-21T00:42:31.989Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-21T00:42:31.989Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-21T00:42:32.249Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-21T00:42:32.511Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-21T00:42:32.511Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-21T00:42:32.511Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-21T00:42:32.511Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-21T00:42:32.511Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-21T00:42:32.770Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-21T00:42:32.770Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-21T00:42:32.770Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-21T00:42:32.770Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-21T00:42:32.770Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-21T00:42:32.770Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-21T00:42:32.770Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-21T00:42:32.770Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T00:42:32.770Z] Fetched 3533 kB in 1s (3471 kB/s) [2021-01-21T00:42:33.030Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T00:42:33.030Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-21T00:42:33.030Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T00:42:33.030Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-21T00:42:33.294Z] Selecting previously unselected package udev. [2021-01-21T00:42:33.294Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T00:42:33.294Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-21T00:42:33.294Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-21T00:42:33.557Z] Selecting previously unselected package libfuse2:amd64. [2021-01-21T00:42:33.557Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T00:42:33.557Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T00:42:33.557Z] Selecting previously unselected package fuse. [2021-01-21T00:42:33.557Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T00:42:33.557Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-21T00:42:33.557Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T00:42:33.819Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T00:42:33.819Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T00:42:33.819Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T00:42:33.819Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T00:42:34.081Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T00:42:34.081Z] Selecting previously unselected package libksba8:amd64. [2021-01-21T00:42:34.081Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-21T00:42:34.081Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-21T00:42:34.081Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-21T00:42:34.081Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.081Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:34.346Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-21T00:42:34.346Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.346Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:34.346Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-21T00:42:34.346Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.346Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:34.607Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-21T00:42:34.607Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.607Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:34.607Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-21T00:42:34.607Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.607Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:34.607Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-21T00:42:34.607Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.607Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:34.868Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-21T00:42:34.868Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.868Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:34.868Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-21T00:42:34.868Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:34.868Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:35.130Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-21T00:42:35.130Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T00:42:35.130Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:35.130Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-21T00:42:35.130Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T00:42:35.130Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T00:42:35.391Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-21T00:42:35.391Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T00:42:35.391Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T00:42:35.391Z] Selecting previously unselected package libldap-common. [2021-01-21T00:42:35.391Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-21T00:42:35.391Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T00:42:35.391Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-21T00:42:35.391Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-21T00:42:35.391Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T00:42:35.653Z] Selecting previously unselected package dirmngr. [2021-01-21T00:42:35.653Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T00:42:35.653Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T00:42:35.653Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T00:42:35.653Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-21T00:42:35.913Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T00:42:35.913Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T00:42:35.913Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T00:42:35.913Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-21T00:42:35.913Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:35.913Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-21T00:42:35.913Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T00:42:35.913Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-21T00:42:36.494Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-21T00:42:36.494Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.494Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-21T00:42:36.494Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-21T00:42:36.755Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-21T00:42:36.755Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.755Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.755Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.755Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.755Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.755Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.755Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T00:42:36.755Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T00:42:37.017Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T00:42:37.017Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T00:42:37.278Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-21T00:42:37.278Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-21T00:42:37.278Z] This means they are not meant to be enabled using systemctl. [2021-01-21T00:42:37.278Z] Possible reasons for having this kind of units are: [2021-01-21T00:42:37.278Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-21T00:42:37.278Z] .wants/ or .requires/ directory. [2021-01-21T00:42:37.278Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-21T00:42:37.278Z] a requirement dependency on it. [2021-01-21T00:42:37.278Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-21T00:42:37.278Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-21T00:42:37.278Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-21T00:42:37.278Z] instance name specified. [2021-01-21T00:42:37.538Z] Reading package lists... [2021-01-21T00:42:37.798Z] Building dependency tree... [2021-01-21T00:42:37.798Z] Reading state information... [2021-01-21T00:42:37.798Z] The following additional packages will be installed: [2021-01-21T00:42:37.798Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-21T00:42:37.798Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-21T00:42:37.798Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-21T00:42:37.798Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-21T00:42:37.798Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-21T00:42:37.798Z] Suggested packages: [2021-01-21T00:42:37.798Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-21T00:42:37.798Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-21T00:42:37.798Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-21T00:42:37.798Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-21T00:42:37.798Z] systemd-container policykit-1 [2021-01-21T00:42:37.798Z] Recommended packages: [2021-01-21T00:42:37.798Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-21T00:42:37.798Z] The following NEW packages will be installed: [2021-01-21T00:42:37.798Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-21T00:42:37.798Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-21T00:42:37.798Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-21T00:42:37.798Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-21T00:42:37.798Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-21T00:42:37.798Z] The following packages will be upgraded: [2021-01-21T00:42:37.798Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-21T00:42:38.060Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-21T00:42:38.060Z] Need to get 35.2 MB of archives. [2021-01-21T00:42:38.060Z] After this operation, 141 MB of additional disk space will be used. [2021-01-21T00:42:38.060Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-21T00:42:38.060Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-21T00:42:38.629Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-21T00:42:38.891Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-21T00:42:38.891Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-21T00:42:38.891Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-21T00:42:38.891Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-21T00:42:38.891Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-21T00:42:38.892Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-21T00:42:38.892Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-21T00:42:38.892Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-21T00:42:38.892Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-21T00:42:38.892Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-21T00:42:38.892Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-21T00:42:38.892Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-21T00:42:38.892Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-21T00:42:38.892Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-21T00:42:39.153Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-21T00:42:39.153Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-21T00:42:39.153Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-21T00:42:39.153Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-21T00:42:39.414Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-21T00:42:39.414Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-21T00:42:39.414Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-21T00:42:39.414Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-21T00:42:39.414Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-21T00:42:39.414Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-21T00:42:39.414Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-21T00:42:39.414Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-21T00:42:39.414Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-21T00:42:40.355Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T00:42:40.355Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2021-01-21T00:42:40.615Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T00:42:40.615Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-21T00:42:40.615Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T00:42:41.186Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-21T00:42:41.186Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T00:42:41.221Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:42:41.221Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:42:41.221Z] ---> 34e58a5abaa2 [2021-01-21T00:42:41.221Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:42:41.447Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-21T00:42:41.447Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T00:42:41.447Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T00:42:41.447Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T00:42:41.510Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:42:41.510Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:42:41.510Z] ---> 34e58a5abaa2 [2021-01-21T00:42:41.510Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:42:41.708Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-21T00:42:41.708Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T00:42:41.708Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T00:42:41.708Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T00:42:41.783Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:42:41.783Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:42:41.783Z] ---> 34e58a5abaa2 [2021-01-21T00:42:41.783Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T00:42:41.783Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:42:41.783Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:42:41.783Z] ---> 34e58a5abaa2 [2021-01-21T00:42:41.783Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T00:42:41.783Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:42:41.783Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:42:41.783Z] ---> 34e58a5abaa2 [2021-01-21T00:42:41.783Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:42:41.973Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-21T00:42:42.235Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-21T00:42:42.498Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-21T00:42:42.498Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-21T00:42:42.498Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T00:42:42.758Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T00:42:42.758Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-21T00:42:42.758Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T00:42:42.758Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:43.018Z] Selecting previously unselected package libexpat1:amd64. [2021-01-21T00:42:43.018Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-21T00:42:43.018Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T00:42:43.018Z] Selecting previously unselected package python3.6-minimal. [2021-01-21T00:42:43.018Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T00:42:43.018Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:43.283Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T00:42:43.643Z] Checking for services that may need to be restarted...done. [2021-01-21T00:42:43.643Z] Checking for services that may need to be restarted...done. [2021-01-21T00:42:43.643Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:43.643Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T00:42:43.906Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:44.480Z] Selecting previously unselected package python3-minimal. [2021-01-21T00:42:44.480Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-21T00:42:44.480Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-21T00:42:44.480Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-21T00:42:44.480Z] Selecting previously unselected package mime-support. [2021-01-21T00:42:44.480Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-21T00:42:44.480Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-21T00:42:44.480Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-21T00:42:44.480Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-21T00:42:44.480Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T00:42:44.740Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-21T00:42:44.740Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T00:42:44.740Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:45.004Z] Selecting previously unselected package python3.6. [2021-01-21T00:42:45.004Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T00:42:45.004Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:45.004Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-21T00:42:45.004Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-21T00:42:45.004Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T00:42:45.004Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-21T00:42:45.179Z] ---> Running in 2e5cc95c1d37 [2021-01-21T00:42:45.179Z] ---> Running in b62cc9d85320 [2021-01-21T00:42:45.179Z] ---> Running in 64df4005ff3c [2021-01-21T00:42:45.179Z] ---> Running in eed350fb42aa [2021-01-21T00:42:45.179Z] ---> Running in 34d06207e4b7 [2021-01-21T00:42:45.265Z] Selecting previously unselected package python3. [2021-01-21T00:42:45.265Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-21T00:42:45.265Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-21T00:42:45.526Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-21T00:42:45.526Z] Selecting previously unselected package multiarch-support. [2021-01-21T00:42:45.526Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T00:42:45.526Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T00:42:45.526Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T00:42:45.787Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-21T00:42:45.787Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-21T00:42:45.787Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-21T00:42:45.787Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T00:42:45.787Z] Selecting previously unselected package libbsd0:amd64. [2021-01-21T00:42:45.787Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-21T00:42:45.787Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T00:42:45.787Z] Selecting previously unselected package sudo. [2021-01-21T00:42:45.787Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-21T00:42:46.046Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T00:42:46.046Z] Selecting previously unselected package apparmor. [2021-01-21T00:42:46.046Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T00:42:46.046Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-21T00:42:46.158Z] Removing intermediate container 64df4005ff3c [2021-01-21T00:42:46.158Z] ---> 4a43d4ed0b58 [2021-01-21T00:42:46.158Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:42:46.158Z] Removing intermediate container eed350fb42aa [2021-01-21T00:42:46.158Z] ---> 96df1f4861c8 [2021-01-21T00:42:46.158Z] Removing intermediate container b62cc9d85320 [2021-01-21T00:42:46.158Z] ---> 9b9df6895c4a [2021-01-21T00:42:46.158Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:42:46.158Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:42:46.158Z] Removing intermediate container 2e5cc95c1d37 [2021-01-21T00:42:46.158Z] ---> e09ed404b956 [2021-01-21T00:42:46.158Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:42:46.158Z] Removing intermediate container 34d06207e4b7 [2021-01-21T00:42:46.158Z] ---> 26f0590fc535 [2021-01-21T00:42:46.158Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:42:46.310Z] Selecting previously unselected package libedit2:amd64. [2021-01-21T00:42:46.310Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-21T00:42:46.310Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T00:42:46.310Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-21T00:42:46.310Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T00:42:46.310Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:46.434Z] ---> Running in e8b3f2556cd2 [2021-01-21T00:42:46.434Z] ---> Running in 9f304211f6ed [2021-01-21T00:42:46.434Z] ---> Running in 4f8213103b2b [2021-01-21T00:42:46.434Z] ---> Running in cdb5332b1da1 [2021-01-21T00:42:46.434Z] ---> Running in c7f2ab3936bd [2021-01-21T00:42:46.571Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-21T00:42:46.571Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T00:42:46.571Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:46.571Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-21T00:42:46.571Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-21T00:42:46.571Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T00:42:46.854Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-21T00:42:46.854Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T00:42:46.854Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:46.854Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-21T00:42:46.854Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T00:42:46.854Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:47.116Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-21T00:42:47.116Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-21T00:42:47.116Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T00:42:47.116Z] Selecting previously unselected package openssh-client. [2021-01-21T00:42:47.116Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-21T00:42:47.116Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T00:42:47.378Z] Selecting previously unselected package squashfs-tools. [2021-01-21T00:42:47.379Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-21T00:42:47.379Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T00:42:47.640Z] Selecting previously unselected package snapd. [2021-01-21T00:42:47.640Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-21T00:42:47.640Z] Unpacking snapd (2.48+18.04) ... [2021-01-21T00:42:50.183Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T00:42:50.183Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T00:42:50.444Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-21T00:42:50.444Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T00:42:50.444Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T00:42:50.444Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:50.704Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T00:42:50.704Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-21T00:42:50.704Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-21T00:42:50.769Z] Removing intermediate container 9f304211f6ed [2021-01-21T00:42:50.769Z] ---> c535aae867f9 [2021-01-21T00:42:50.769Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:42:50.769Z] Removing intermediate container 4f8213103b2b [2021-01-21T00:42:50.769Z] ---> d144fe89532a [2021-01-21T00:42:50.769Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:42:50.769Z] ---> Running in 640e4cae231b [2021-01-21T00:42:50.769Z] ---> Running in b9e1d6c55fbd [2021-01-21T00:42:50.769Z] Removing intermediate container c7f2ab3936bd [2021-01-21T00:42:50.769Z] ---> dce03d043c0f [2021-01-21T00:42:50.769Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T00:42:50.769Z] Removing intermediate container cdb5332b1da1 [2021-01-21T00:42:50.769Z] ---> b737543bac3a [2021-01-21T00:42:50.769Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T00:42:51.042Z] ---> Running in adc44773ba04 [2021-01-21T00:42:51.042Z] Removing intermediate container e8b3f2556cd2 [2021-01-21T00:42:51.042Z] ---> a9166e19eca9 [2021-01-21T00:42:51.042Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T00:42:51.275Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T00:42:51.315Z] ---> Running in 5202f4fca841 [2021-01-21T00:42:51.315Z] ---> Running in 575fa0a0fb9b [2021-01-21T00:42:51.534Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T00:42:51.534Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T00:42:51.534Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:51.534Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:51.534Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T00:42:52.104Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T00:42:52.104Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:52.104Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T00:42:52.104Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-21T00:42:52.104Z] running python rtupdate hooks for python3.6... [2021-01-21T00:42:52.104Z] running python post-rtupdate hooks for python3.6... [2021-01-21T00:42:52.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:52.368Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-21T00:42:52.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:52.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.756Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-21T00:42:53.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:42:53.947Z] OK: 217 MiB in 51 packages [2021-01-21T00:42:54.018Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T00:42:54.018Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T00:42:54.223Z] OK: 217 MiB in 51 packages [2021-01-21T00:42:54.281Z] Setting up snapd (2.48+18.04) ... [2021-01-21T00:42:54.543Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-21T00:42:54.804Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-21T00:42:54.804Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-21T00:42:54.834Z] OK: 217 MiB in 51 packages [2021-01-21T00:42:54.835Z] OK: 217 MiB in 51 packages [2021-01-21T00:42:54.835Z] OK: 217 MiB in 51 packages [2021-01-21T00:42:55.064Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-21T00:42:55.325Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T00:42:55.325Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T00:42:55.325Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-21T00:42:55.586Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-21T00:42:55.808Z] Removing intermediate container 640e4cae231b [2021-01-21T00:42:55.808Z] ---> 9de23718a3e5 [2021-01-21T00:42:55.808Z] Step 6/22 : COPY go.mod . [2021-01-21T00:42:55.846Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-21T00:42:56.089Z] Removing intermediate container b9e1d6c55fbd [2021-01-21T00:42:56.089Z] ---> 5bec0c977460 [2021-01-21T00:42:56.089Z] Step 6/21 : COPY go.mod . [2021-01-21T00:42:56.106Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-21T00:42:56.106Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-21T00:42:56.106Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T00:42:56.106Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T00:42:56.360Z] Removing intermediate container adc44773ba04 [2021-01-21T00:42:56.360Z] ---> f18311044e27 [2021-01-21T00:42:56.360Z] Step 6/23 : COPY go.mod . [2021-01-21T00:42:56.636Z] Removing intermediate container 575fa0a0fb9b [2021-01-21T00:42:56.636Z] ---> 6fa65bb75d1f [2021-01-21T00:42:56.636Z] Step 6/26 : COPY go.mod . [2021-01-21T00:42:56.636Z] Removing intermediate container 5202f4fca841 [2021-01-21T00:42:56.636Z] ---> 483cbc77e3c5 [2021-01-21T00:42:56.636Z] Step 6/24 : COPY go.mod . [2021-01-21T00:42:56.918Z] ---> 5b8f3cb31dfd [2021-01-21T00:42:56.918Z] Step 7/22 : RUN go mod download [2021-01-21T00:42:57.046Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T00:42:57.047Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T00:42:57.190Z] ---> Running in b45baf395e67 [2021-01-21T00:42:57.190Z] ---> a274e2b5aab5 [2021-01-21T00:42:57.190Z] Step 7/21 : RUN go mod download [2021-01-21T00:42:57.307Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T00:42:57.473Z] ---> Running in 895e40945527 [2021-01-21T00:42:57.473Z] ---> 3927129c958e [2021-01-21T00:42:57.473Z] Step 7/23 : RUN go mod download [2021-01-21T00:42:57.752Z] ---> 36558fe3477c [2021-01-21T00:42:57.752Z] Step 7/24 : RUN go mod download [2021-01-21T00:42:57.752Z] ---> 4fee9f7f31d6 [2021-01-21T00:42:57.752Z] Step 7/26 : RUN go mod download [2021-01-21T00:42:57.752Z] ---> Running in 242201acfdd3 [2021-01-21T00:42:58.027Z] ---> Running in 9908c836a1f8 [2021-01-21T00:42:58.027Z] ---> Running in 3759d4951ce6 [2021-01-21T00:42:58.512Z] Reading package lists... [2021-01-21T00:42:58.512Z] Reading package lists... [2021-01-21T00:42:58.773Z] Building dependency tree... [2021-01-21T00:42:58.773Z] Reading state information... [2021-01-21T00:42:58.773Z] Calculating upgrade... [2021-01-21T00:42:58.773Z] The following packages will be upgraded: [2021-01-21T00:42:58.773Z] advancecomp base-files bash binutils binutils-common [2021-01-21T00:42:58.773Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-21T00:42:58.773Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-21T00:42:58.773Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-21T00:42:58.773Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-21T00:42:58.773Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-21T00:42:58.773Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-21T00:42:58.773Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-21T00:42:58.773Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-21T00:42:58.773Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-21T00:42:58.773Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-21T00:42:58.773Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-21T00:42:58.773Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-21T00:42:58.773Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-21T00:42:58.773Z] ubuntu-keyring util-linux [2021-01-21T00:42:59.035Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T00:42:59.035Z] Need to get 63.7 MB of archives. [2021-01-21T00:42:59.035Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-21T00:42:59.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-21T00:42:59.035Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-21T00:42:59.035Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-21T00:42:59.035Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-21T00:42:59.035Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-21T00:42:59.035Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-21T00:42:59.035Z] 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-21T00:42:59.035Z] 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-21T00:42:59.035Z] 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-21T00:42:59.035Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-21T00:42:59.035Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-21T00:42:59.035Z] 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-21T00:42:59.035Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-21T00:42:59.035Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-21T00:42:59.035Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-21T00:42:59.035Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-21T00:42:59.035Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-21T00:42:59.035Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-21T00:42:59.035Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-21T00:42:59.295Z] 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-21T00:42:59.295Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-21T00:42:59.295Z] 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-21T00:42:59.295Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-21T00:42:59.295Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-21T00:42:59.295Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-21T00:42:59.295Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-21T00:42:59.295Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-21T00:42:59.295Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-21T00:42:59.295Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-21T00:42:59.295Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-21T00:42:59.295Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-21T00:42:59.295Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-21T00:42:59.295Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-21T00:42:59.295Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-21T00:42:59.295Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-21T00:42:59.295Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-21T00:42:59.295Z] 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-21T00:42:59.295Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-21T00:42:59.295Z] 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-21T00:42:59.295Z] 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-21T00:42:59.295Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-21T00:42:59.295Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-21T00:42:59.295Z] 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-21T00:42:59.295Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-21T00:42:59.295Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-21T00:42:59.295Z] 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-21T00:42:59.295Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-21T00:42:59.295Z] 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-21T00:42:59.295Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-21T00:42:59.295Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-21T00:42:59.295Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-21T00:42:59.295Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-21T00:42:59.295Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-21T00:42:59.295Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-21T00:42:59.295Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-21T00:42:59.556Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-21T00:42:59.556Z] 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-21T00:42:59.817Z] 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-21T00:42:59.817Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-21T00:42:59.817Z] 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-21T00:42:59.817Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-21T00:42:59.817Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-21T00:42:59.817Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-21T00:42:59.817Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-21T00:43:00.080Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-21T00:43:00.080Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-21T00:43:00.346Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-21T00:43:00.346Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-21T00:43:00.347Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-21T00:43:00.609Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-21T00:43:00.609Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-21T00:43:00.609Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-21T00:43:00.609Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-21T00:43:00.609Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-21T00:43:00.609Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-21T00:43:00.609Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-21T00:43:00.609Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-21T00:43:00.609Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-21T00:43:00.609Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-21T00:43:00.872Z] 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-21T00:43:00.872Z] 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-21T00:43:00.872Z] 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-21T00:43:00.872Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-21T00:43:00.872Z] 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-21T00:43:00.872Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-21T00:43:01.146Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-21T00:43:01.146Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-21T00:43:01.146Z] 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-21T00:43:01.146Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-21T00:43:01.146Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-21T00:43:01.146Z] 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-21T00:43:01.146Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-21T00:43:01.146Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-21T00:43:01.146Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-21T00:43:01.146Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-21T00:43:01.146Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-21T00:43:01.146Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-21T00:43:01.410Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T00:43:01.410Z] Fetched 63.7 MB in 2s (26.9 MB/s) [2021-01-21T00:43:01.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:01.410Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T00:43:01.410Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T00:43:01.417Z] Removing intermediate container b45baf395e67 [2021-01-21T00:43:01.417Z] ---> b8563b4cc671 [2021-01-21T00:43:01.417Z] Step 8/22 : COPY . . [2021-01-21T00:43:01.688Z] Removing intermediate container 895e40945527 [2021-01-21T00:43:01.688Z] ---> f86f1f013c7e [2021-01-21T00:43:01.688Z] Step 8/21 : COPY . . [2021-01-21T00:43:02.289Z] Removing intermediate container 242201acfdd3 [2021-01-21T00:43:02.289Z] ---> 23c09c33edb7 [2021-01-21T00:43:02.289Z] Step 8/23 : COPY . . [2021-01-21T00:43:02.355Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T00:43:02.355Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T00:43:02.355Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-21T00:43:02.355Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-21T00:43:02.884Z] Removing intermediate container 3759d4951ce6 [2021-01-21T00:43:02.884Z] ---> fa49723d104a [2021-01-21T00:43:02.884Z] Step 8/24 : COPY . . [2021-01-21T00:43:02.926Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.157Z] Removing intermediate container 9908c836a1f8 [2021-01-21T00:43:03.157Z] ---> 568a418ece1b [2021-01-21T00:43:03.157Z] Step 8/26 : COPY . . [2021-01-21T00:43:03.188Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:03.188Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.188Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:03.450Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.450Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:03.450Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.450Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:03.712Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.712Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:03.712Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.712Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:03.975Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.975Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:03.975Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:03.975Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T00:43:03.975Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:03.975Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-21T00:43:04.240Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:04.240Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T00:43:04.240Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:04.240Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:04.501Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:04.501Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:04.501Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:04.761Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T00:43:04.762Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:05.022Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T00:43:05.022Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T00:43:05.022Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T00:43:05.599Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T00:43:05.861Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T00:43:05.861Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-21T00:43:05.861Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-21T00:43:05.861Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-21T00:43:05.861Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-21T00:43:06.122Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-21T00:43:06.122Z] Installing new version of config file /etc/issue ... [2021-01-21T00:43:06.122Z] Installing new version of config file /etc/issue.net ... [2021-01-21T00:43:06.122Z] Installing new version of config file /etc/lsb-release ... [2021-01-21T00:43:06.122Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-21T00:43:06.383Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-21T00:43:06.383Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-21T00:43:06.383Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-21T00:43:06.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:06.644Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-21T00:43:06.644Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-21T00:43:06.644Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-21T00:43:06.904Z] 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-21T00:43:06.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:06.904Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:06.904Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:07.167Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:07.168Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:07.168Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-21T00:43:07.168Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-21T00:43:07.430Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-21T00:43:07.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:07.430Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-21T00:43:07.430Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T00:43:07.691Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-21T00:43:07.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:07.691Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T00:43:07.691Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T00:43:07.957Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T00:43:07.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:07.957Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T00:43:07.957Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T00:43:08.218Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-21T00:43:08.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:08.218Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-21T00:43:08.218Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-21T00:43:08.479Z] Setting up grep (3.1-2build1) ... [2021-01-21T00:43:08.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:08.479Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T00:43:08.479Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T00:43:08.740Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-21T00:43:08.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:08.740Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T00:43:08.740Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T00:43:09.004Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-21T00:43:09.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:09.004Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T00:43:09.004Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T00:43:09.577Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T00:43:09.577Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T00:43:09.577Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T00:43:09.577Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T00:43:10.156Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-21T00:43:10.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:10.424Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-21T00:43:10.424Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T00:43:11.391Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T00:43:11.391Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T00:43:11.391Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T00:43:11.655Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T00:43:11.655Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T00:43:11.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:11.933Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-21T00:43:11.933Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-21T00:43:11.933Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-21T00:43:12.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:12.194Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:12.194Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:12.194Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:12.459Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:12.459Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:12.459Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:12.459Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:12.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:12.731Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:12.731Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:12.731Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:12.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:12.992Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:12.992Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:12.992Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:13.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:13.252Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T00:43:13.252Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T00:43:13.252Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T00:43:13.252Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T00:43:13.513Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T00:43:13.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:13.513Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T00:43:13.513Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T00:43:13.513Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T00:43:13.776Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:13.776Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:13.776Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:13.776Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:14.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:14.043Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:14.043Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:14.043Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:14.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:14.311Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:14.311Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:14.573Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:14.834Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-21T00:43:15.096Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-21T00:43:15.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:15.358Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T00:43:15.358Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T00:43:15.621Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T00:43:15.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T00:43:15.621Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-21T00:43:15.621Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T00:43:15.890Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-21T00:43:15.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:15.890Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-21T00:43:15.890Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-21T00:43:16.153Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-21T00:43:16.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:16.413Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T00:43:16.413Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T00:43:16.413Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T00:43:16.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:16.675Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T00:43:16.675Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T00:43:16.935Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T00:43:16.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:16.935Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T00:43:16.935Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T00:43:17.206Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T00:43:17.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:17.469Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T00:43:17.469Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T00:43:17.469Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-21T00:43:17.469Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T00:43:17.730Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T00:43:17.730Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T00:43:17.730Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T00:43:17.998Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:17.998Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-21T00:43:17.998Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-21T00:43:17.998Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-21T00:43:18.260Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:18.260Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-21T00:43:18.260Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T00:43:18.260Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T00:43:18.522Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:18.522Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T00:43:18.522Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T00:43:18.783Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T00:43:18.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:18.783Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-21T00:43:18.783Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-21T00:43:18.783Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-21T00:43:19.043Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:19.043Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T00:43:19.043Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T00:43:19.308Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-21T00:43:19.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:19.595Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T00:43:19.595Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T00:43:19.595Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-21T00:43:19.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:19.858Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-21T00:43:19.858Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-21T00:43:19.858Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-21T00:43:20.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:20.120Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-21T00:43:20.120Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-21T00:43:20.120Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-21T00:43:20.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:20.379Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-21T00:43:20.379Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-21T00:43:20.379Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-21T00:43:20.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:20.639Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-21T00:43:20.639Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-21T00:43:20.639Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-21T00:43:20.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:20.902Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T00:43:20.902Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-21T00:43:20.902Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-21T00:43:20.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T00:43:20.902Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-21T00:43:20.902Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-21T00:43:21.169Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-21T00:43:21.169Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-21T00:43:21.169Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T00:43:21.169Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T00:43:21.429Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T00:43:21.429Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T00:43:21.429Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T00:43:21.689Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T00:43:21.689Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-21T00:43:21.689Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-21T00:43:21.950Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T00:43:21.951Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-21T00:43:21.951Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T00:43:22.211Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-21T00:43:22.211Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-21T00:43:22.211Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-21T00:43:22.212Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-21T00:43:22.472Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-21T00:43:22.472Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-21T00:43:22.472Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-21T00:43:22.732Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-21T00:43:22.732Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-21T00:43:22.732Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-21T00:43:22.732Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-21T00:43:22.996Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-21T00:43:22.996Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-21T00:43:23.950Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-21T00:43:23.950Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-21T00:43:23.950Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-21T00:43:23.950Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-21T00:43:24.232Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T00:43:24.232Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T00:43:24.495Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T00:43:24.495Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T00:43:24.766Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T00:43:24.766Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T00:43:24.766Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T00:43:24.766Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T00:43:25.042Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:25.042Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:25.042Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:25.042Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:25.306Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:25.306Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:25.306Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:25.306Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:26.289Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:26.289Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:27.236Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:27.236Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:27.819Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:27.819Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:28.080Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:28.341Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:28.913Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T00:43:28.913Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T00:43:29.174Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T00:43:29.174Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T00:43:29.174Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T00:43:29.174Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T00:43:29.435Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T00:43:29.435Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T00:43:29.697Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-21T00:43:29.697Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-21T00:43:29.697Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T00:43:29.697Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T00:43:29.697Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T00:43:29.959Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T00:43:29.959Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-21T00:43:29.959Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-21T00:43:29.959Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:29.959Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T00:43:29.974Z] ---> 53b1881782b7 [2021-01-21T00:43:29.974Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T00:43:29.974Z] ---> f41571ab5348 [2021-01-21T00:43:29.974Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T00:43:29.974Z] ---> 0c8fc10bd12a [2021-01-21T00:43:29.974Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T00:43:29.974Z] ---> 7942b80f07a3 [2021-01-21T00:43:29.974Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T00:43:29.974Z] ---> 254f0c096aa9 [2021-01-21T00:43:29.974Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T00:43:29.974Z] ---> Running in 32bcf842a2a0 [2021-01-21T00:43:29.974Z] ---> Running in c8b8e85e55bc [2021-01-21T00:43:29.974Z] ---> Running in 7f868d31b19d [2021-01-21T00:43:29.974Z] ---> Running in 399ac5044cc8 [2021-01-21T00:43:29.974Z] ---> Running in c20582e6d9fe [2021-01-21T00:43:29.974Z] 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-21T00:43:29.975Z] 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-21T00:43:29.975Z] 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-21T00:43:29.975Z] 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-21T00:43:29.975Z] 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-21T00:43:30.221Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:30.221Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:30.221Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:30.221Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-21T00:43:30.222Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-21T00:43:30.222Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-21T00:43:30.222Z] [2021-01-21T00:43:30.222Z] Current default time zone: 'Etc/UTC' [2021-01-21T00:43:30.222Z] Local time is now: Thu Jan 21 00:43:30 UTC 2021. [2021-01-21T00:43:30.222Z] Universal Time is now: Thu Jan 21 00:43:30 UTC 2021. [2021-01-21T00:43:30.222Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-21T00:43:30.222Z] [2021-01-21T00:43:30.222Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-21T00:43:30.222Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:32.227Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-21T00:43:32.228Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-21T00:43:32.228Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-21T00:43:32.228Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-21T00:43:32.228Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-21T00:43:32.228Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-21T00:43:32.228Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-21T00:43:32.228Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T00:43:32.228Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:32.228Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-21T00:43:32.228Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:32.228Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T00:43:32.228Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:32.228Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-21T00:43:32.228Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-21T00:43:32.228Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-21T00:43:32.228Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T00:43:32.228Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-21T00:43:32.228Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-21T00:43:32.228Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-21T00:43:32.228Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T00:43:32.805Z] Updating certificates in /etc/ssl/certs... [2021-01-21T00:43:33.750Z] 22 added, 17 removed; done. [2021-01-21T00:43:33.750Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T00:43:33.750Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T00:43:33.750Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-21T00:43:33.750Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-21T00:43:33.750Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-21T00:43:34.013Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.013Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T00:43:34.013Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.013Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.013Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.013Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.013Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.013Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-21T00:43:34.276Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-21T00:43:34.276Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-21T00:43:34.276Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-21T00:43:34.276Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-21T00:43:34.276Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.276Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T00:43:34.276Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-21T00:43:34.276Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-21T00:43:34.538Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-21T00:43:34.538Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T00:43:34.538Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T00:43:34.800Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-21T00:43:34.800Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T00:43:34.800Z] Updating certificates in /etc/ssl/certs... [2021-01-21T00:43:35.371Z] 0 added, 0 removed; done. [2021-01-21T00:43:35.371Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-21T00:43:35.371Z] done. [2021-01-21T00:43:35.639Z] Reading package lists... [2021-01-21T00:43:35.923Z] Building dependency tree... [2021-01-21T00:43:35.923Z] Reading state information... [2021-01-21T00:43:35.923Z] The following NEW packages will be installed: [2021-01-21T00:43:35.923Z] apt-transport-https [2021-01-21T00:43:35.923Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T00:43:35.923Z] Need to get 1696 B of archives. [2021-01-21T00:43:35.923Z] After this operation, 153 kB of additional disk space will be used. [2021-01-21T00:43:35.923Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-21T00:43:36.191Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T00:43:36.191Z] Fetched 1696 B in 0s (29.5 kB/s) [2021-01-21T00:43:36.191Z] Selecting previously unselected package apt-transport-https. [2021-01-21T00:43:36.191Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-21T00:43:36.191Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-21T00:43:36.191Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T00:43:36.191Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T00:43:36.456Z] Waiting for network to be ready... [2021-01-21T00:43:43.058Z] 2021-01-21T00:43:39Z INFO Waiting for automatic snapd restart... [2021-01-21T00:43:43.058Z] snapd 2.48.2 from Canonical* installed [2021-01-21T00:43:43.636Z] "snapd" switched to the "latest/stable" channel [2021-01-21T00:43:43.636Z] [2021-01-21T00:43:46.184Z] core18 20201210 from Canonical* installed [2021-01-21T00:43:46.184Z] "core18" switched to the "latest/stable" channel [2021-01-21T00:43:46.184Z] [2021-01-21T00:43:49.498Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T00:43:49.498Z] "snapcraft" switched to the "latest/stable" channel [2021-01-21T00:43:49.498Z] [2021-01-21T00:43:52.798Z] 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-21T00:43:52.798Z] - README.md [2021-01-21T00:43:52.798Z] - snapcraft.yaml.orig [2021-01-21T00:43:52.798Z] [2021-01-21T00:43:52.798Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T00:43:59.390Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T00:43:59.390Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T00:43:59.390Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T00:43:59.390Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T00:44:00.599Z] Reading package lists... [2021-01-21T00:44:00.860Z] 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-21T00:44:07.452Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T00:44:07.453Z] Reading package lists... [2021-01-21T00:44:07.453Z] Building dependency tree... [2021-01-21T00:44:07.453Z] Reading state information... [2021-01-21T00:44:07.453Z] Suggested packages: [2021-01-21T00:44:07.453Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-21T00:44:07.453Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-21T00:44:07.453Z] Recommended packages: [2021-01-21T00:44:07.453Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-21T00:44:07.453Z] The following NEW packages will be installed: [2021-01-21T00:44:07.453Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-21T00:44:07.453Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-21T00:44:07.453Z] pkg-config zip [2021-01-21T00:44:07.453Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T00:44:07.453Z] Need to get 7655 kB of archives. [2021-01-21T00:44:07.453Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-21T00:44:07.453Z] 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-21T00:44:07.453Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-21T00:44:07.453Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-21T00:44:07.453Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-21T00:44:07.453Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-21T00:44:07.453Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-21T00:44:07.453Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-21T00:44:07.453Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-21T00:44:07.714Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-21T00:44:07.714Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-21T00:44:07.714Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-21T00:44:07.976Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-21T00:44:07.976Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-21T00:44:07.976Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-21T00:44:07.976Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-21T00:44:07.976Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T00:44:07.976Z] Fetched 7655 kB in 1s (9480 kB/s) [2021-01-21T00:44:08.237Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-21T00:44:08.237Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-21T00:44:08.237Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-21T00:44:08.237Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T00:44:08.237Z] Selecting previously unselected package libpsl5:amd64. [2021-01-21T00:44:08.237Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-21T00:44:08.237Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T00:44:08.497Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-21T00:44:08.497Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-21T00:44:08.497Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T00:44:08.497Z] Selecting previously unselected package librtmp1:amd64. [2021-01-21T00:44:08.497Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-21T00:44:08.497Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T00:44:08.757Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-21T00:44:08.757Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-21T00:44:08.757Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T00:44:08.757Z] Selecting previously unselected package liberror-perl. [2021-01-21T00:44:08.757Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-21T00:44:08.757Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-21T00:44:09.017Z] Selecting previously unselected package git-man. [2021-01-21T00:44:09.017Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-21T00:44:09.017Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T00:44:09.017Z] Selecting previously unselected package git. [2021-01-21T00:44:09.017Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-21T00:44:09.017Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T00:44:09.979Z] Selecting previously unselected package libnorm1:amd64. [2021-01-21T00:44:09.979Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-21T00:44:09.979Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T00:44:09.979Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-21T00:44:09.979Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-21T00:44:09.979Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T00:44:09.979Z] Selecting previously unselected package libsodium23:amd64. [2021-01-21T00:44:09.979Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-21T00:44:09.979Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-21T00:44:10.239Z] Selecting previously unselected package libzmq5:amd64. [2021-01-21T00:44:10.239Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T00:44:10.239Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T00:44:10.239Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-21T00:44:10.239Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T00:44:10.239Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T00:44:10.501Z] Selecting previously unselected package pkg-config. [2021-01-21T00:44:10.501Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-21T00:44:10.501Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T00:44:10.501Z] Selecting previously unselected package zip. [2021-01-21T00:44:10.501Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-21T00:44:10.501Z] Unpacking zip (3.0-11build1) ... [2021-01-21T00:44:10.501Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T00:44:10.762Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T00:44:10.762Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T00:44:10.762Z] Setting up liberror-perl (0.17025-1) ... [2021-01-21T00:44:10.762Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T00:44:10.762Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T00:44:10.762Z] No schema files found: doing nothing. [2021-01-21T00:44:10.762Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T00:44:10.762Z] Setting up zip (3.0-11build1) ... [2021-01-21T00:44:10.762Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T00:44:11.027Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-21T00:44:11.027Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T00:44:11.027Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T00:44:11.027Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T00:44:11.027Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T00:44:11.027Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T00:44:11.292Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T00:44:17.890Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T00:44:17.890Z] git set to automatically installed. [2021-01-21T00:44:17.890Z] git-man set to automatically installed. [2021-01-21T00:44:17.890Z] libcurl3-gnutls set to automatically installed. [2021-01-21T00:44:17.890Z] liberror-perl set to automatically installed. [2021-01-21T00:44:17.890Z] libglib2.0-0 set to automatically installed. [2021-01-21T00:44:17.890Z] libnghttp2-14 set to automatically installed. [2021-01-21T00:44:17.890Z] libnorm1 set to automatically installed. [2021-01-21T00:44:17.890Z] libpgm-5.2-0 set to automatically installed. [2021-01-21T00:44:17.890Z] libpsl5 set to automatically installed. [2021-01-21T00:44:17.890Z] librtmp1 set to automatically installed. [2021-01-21T00:44:17.890Z] libsodium23 set to automatically installed. [2021-01-21T00:44:17.890Z] libzmq3-dev set to automatically installed. [2021-01-21T00:44:17.890Z] libzmq5 set to automatically installed. [2021-01-21T00:44:17.890Z] pkg-config set to automatically installed. [2021-01-21T00:44:17.890Z] zip set to automatically installed. [2021-01-21T00:44:19.280Z] snapd is not logged in, snap install commands will use sudo [2021-01-21T00:44:25.878Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T00:44:25.878Z] snap "core18" has no updates available [2021-01-21T00:44:26.819Z] Pulling config-common [2021-01-21T00:44:27.776Z] Pulling go-build-helper [2021-01-21T00:44:49.768Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T00:44:49.768Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T00:44:49.768Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T00:44:49.768Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T00:44:49.768Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T00:44:49.768Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T00:44:49.768Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T00:44:49.768Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T00:44:49.768Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T00:44:49.768Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T00:44:49.768Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T00:44:49.768Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T00:44:49.768Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T00:44:49.768Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T00:44:49.768Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T00:44:49.768Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T00:44:49.768Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T00:44:49.768Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T00:44:49.768Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T00:44:49.768Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T00:44:49.768Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T00:44:49.768Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T00:44:49.768Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T00:44:49.768Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T00:44:49.768Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T00:44:49.768Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-21T00:44:49.768Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T00:44:49.768Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-21T00:44:49.768Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-21T00:44:49.768Z] Fetched 279 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-21T00:44:49.768Z] Fetched 122 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-21T00:44:49.768Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-21T00:44:49.768Z] Fetched 8848 B in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-21T00:44:49.768Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-21T00:44:49.768Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-21T00:44:49.768Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-21T00:44:49.768Z] Fetched 214 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-21T00:44:49.768Z] Fetched 155 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-21T00:44:49.768Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-21T00:44:49.768Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-21T00:44:49.768Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-21T00:44:49.768Z] Fetched 499 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-21T00:44:49.768Z] Fetched 111 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-21T00:44:49.768Z] Fetched 240 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-21T00:44:49.768Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-21T00:44:49.768Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-21T00:44:49.768Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-21T00:44:49.768Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-21T00:44:49.768Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-21T00:44:49.768Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-21T00:44:49.768Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-21T00:44:49.768Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-21T00:44:49.768Z] Fetched 8720 B in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-21T00:44:49.768Z] Fetched 137 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-21T00:44:49.768Z] Fetched 119 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-21T00:44:49.768Z] Fetched 109 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-21T00:44:49.768Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-21T00:44:49.768Z] Fetched 645 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-21T00:44:49.768Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-21T00:44:49.768Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-21T00:44:49.768Z] Fetched 368 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-21T00:44:49.768Z] Fetched 187 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-21T00:44:49.768Z] Fetched 175 kB in 0s (0 B/s) [2021-01-21T00:44:49.768Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-21T00:44:51.680Z] Fetched 206 kB in 0s (0 B/s) [2021-01-21T00:44:51.680Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-21T00:44:51.680Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-21T00:44:51.680Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-21T00:44:51.680Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-21T00:44:51.680Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-21T00:44:51.680Z] Fetched 159 kB in 0s (0 B/s) [2021-01-21T00:44:51.680Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-21T00:44:51.680Z] Fetched 107 kB in 0s (0 B/s) [2021-01-21T00:44:51.680Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-21T00:44:51.680Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-21T00:44:51.680Z] Pulling static-packages [2021-01-21T00:44:52.623Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-21T00:44:52.623Z] Skipping pull go-build-helper (already ran) [2021-01-21T00:44:52.623Z] Skipping pull static-packages (already ran) [2021-01-21T00:44:52.623Z] Building go-build-helper [2021-01-21T00:44:55.927Z] Building static-packages [2021-01-21T00:44:57.838Z] Staging go-build-helper [2021-01-21T00:44:58.793Z] Staging static-packages [2021-01-21T00:44:59.746Z] Pulling go115 [2021-01-21T00:45:00.689Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-21T00:45:00.689Z] Skipping pull go115 (already ran) [2021-01-21T00:45:00.689Z] Building go115 [2021-01-21T00:45:00.689Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T00:45:00.689Z] Dload Upload Total Spent Left Speed [2021-01-21T00:45:03.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 888k 0 0 4055k 0 0:00:29 --:--:-- 0:00:29 4036k 36 115M 36 42.0M 0 0 34.4M 0 0:00:03 0:00:01 0:00:02 34.4M 68 115M 68 79.1M 0 0 35.5M 0 0:00:03 0:00:02 0:00:01 35.5M 100 115M 100 115M 0 0 36.4M 0 0:00:03 0:00:03 --:--:-- 36.4M [2021-01-21T00:45:04.257Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-21T00:45:08.464Z] Staging go115 [2021-01-21T00:45:08.532Z] Removing intermediate container 32bcf842a2a0 [2021-01-21T00:45:08.532Z] ---> 8afee14cea08 [2021-01-21T00:45:08.532Z] [2021-01-21T00:45:08.532Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T00:45:08.532Z] 3.12: Pulling from library/alpine [2021-01-21T00:45:08.532Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T00:45:08.532Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T00:45:08.533Z] ---> afeebe901d6b [2021-01-21T00:45:08.533Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:45:08.533Z] ---> Running in df854449f3dd [2021-01-21T00:45:08.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:08.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:08.533Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T00:45:08.533Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:45:08.533Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T00:45:08.533Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T00:45:08.533Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T00:45:08.533Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:45:08.533Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:45:08.533Z] OK: 7 MiB in 19 packages [2021-01-21T00:45:08.533Z] Removing intermediate container 7f868d31b19d [2021-01-21T00:45:08.533Z] ---> 201f73819042 [2021-01-21T00:45:08.533Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T00:45:08.533Z] Removing intermediate container c20582e6d9fe [2021-01-21T00:45:08.533Z] ---> 42afefc2c9e4 [2021-01-21T00:45:08.533Z] [2021-01-21T00:45:08.533Z] Step 10/24 : FROM scratch [2021-01-21T00:45:08.533Z] ---> [2021-01-21T00:45:08.533Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T00:45:08.533Z] Removing intermediate container c8b8e85e55bc [2021-01-21T00:45:08.533Z] ---> e830efa6ed8d [2021-01-21T00:45:08.533Z] [2021-01-21T00:45:08.533Z] Step 10/21 : FROM scratch [2021-01-21T00:45:08.533Z] ---> [2021-01-21T00:45:08.533Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:45:08.533Z] ---> Running in 3abd50c2cbab [2021-01-21T00:45:08.533Z] ---> Running in 9a3aaff68b03 [2021-01-21T00:45:08.533Z] ---> Running in 4356452e054a [2021-01-21T00:45:09.140Z] Removing intermediate container df854449f3dd [2021-01-21T00:45:09.140Z] ---> f0af30407495 [2021-01-21T00:45:09.140Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T00:45:09.140Z] ---> Running in 6aa7d461f043 [2021-01-21T00:45:09.447Z] Removing intermediate container 9a3aaff68b03 [2021-01-21T00:45:09.447Z] ---> 61727d2a351a [2021-01-21T00:45:09.447Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T00:45:09.447Z] Removing intermediate container 4356452e054a [2021-01-21T00:45:09.447Z] ---> 431a33d4a693 [2021-01-21T00:45:09.447Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T00:45:09.447Z] ---> Running in f35947716813 [2021-01-21T00:45:09.447Z] ---> Running in 87685a46248d [2021-01-21T00:45:10.049Z] Removing intermediate container 6aa7d461f043 [2021-01-21T00:45:10.049Z] ---> 407c60e0a6f1 [2021-01-21T00:45:10.049Z] Step 13/22 : WORKDIR / [2021-01-21T00:45:10.049Z] 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-21T00:45:10.049Z] Removing intermediate container f35947716813 [2021-01-21T00:45:10.049Z] ---> 4e954b388bba [2021-01-21T00:45:10.049Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T00:45:10.318Z] ---> Running in 8b4c4ae8a9ee [2021-01-21T00:45:10.318Z] ---> Running in 75a14ae727c6 [2021-01-21T00:45:10.318Z] Removing intermediate container 87685a46248d [2021-01-21T00:45:10.318Z] ---> 9b1228bbe4e0 [2021-01-21T00:45:10.318Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T00:45:10.591Z] ---> Running in f4d54649b560 [2021-01-21T00:45:11.185Z] Removing intermediate container 75a14ae727c6 [2021-01-21T00:45:11.185Z] ---> df41ccc52534 [2021-01-21T00:45:11.185Z] Removing intermediate container 8b4c4ae8a9ee [2021-01-21T00:45:11.185Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh ---> 1aa55f57e520 [2021-01-21T00:45:11.185Z] [2021-01-21T00:45:11.185Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:45:11.185Z] Removing intermediate container f4d54649b560 [2021-01-21T00:45:11.185Z] ---> 7b709c2a8dee [2021-01-21T00:45:11.185Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:45:12.166Z] ---> 9b31e8d95c41 [2021-01-21T00:45:12.166Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T00:45:12.438Z] ---> d87f30924957 [2021-01-21T00:45:12.438Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T00:45:12.438Z] ---> d675e9b57d13 [2021-01-21T00:45:12.438Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T00:45:13.779Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T00:45:13.779Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T00:45:13.779Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T00:45:13.779Z] Fetched 0 B in 0s (0 B/s) [2021-01-21T00:45:13.779Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-21T00:45:13.779Z] Fetched 224 kB in 0s (0 B/s) [2021-01-21T00:45:13.779Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-21T00:45:13.779Z] Fetched 157 kB in 0s (0 B/s) [2021-01-21T00:45:13.779Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-21T00:45:13.779Z] Fetched 221 kB in 0s (0 B/s) [2021-01-21T00:45:13.779Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-21T00:45:13.779Z] Fetched 143 kB in 0s (0 B/s) [2021-01-21T00:45:13.779Z] Pulling edgex-go [2021-01-21T00:45:14.361Z] Pulling version [2021-01-21T00:45:14.445Z] ---> 7088553927fb [2021-01-21T00:45:14.446Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T00:45:14.722Z] Removing intermediate container 3abd50c2cbab [2021-01-21T00:45:14.722Z] ---> 8d41845f5d08 [2021-01-21T00:45:14.722Z] [2021-01-21T00:45:14.722Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T00:45:14.722Z] ---> 552bf0eacc25 [2021-01-21T00:45:14.722Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T00:45:14.722Z] ---> efd66fc5baef [2021-01-21T00:45:14.722Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T00:45:14.722Z] 20.10.0: Pulling from library/docker [2021-01-21T00:45:15.303Z] Building config-common [2021-01-21T00:45:16.710Z] ---> dca4daf0f311 [2021-01-21T00:45:16.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T00:45:16.710Z] ---> 48859b867511 [2021-01-21T00:45:16.710Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T00:45:16.985Z] ---> Running in 16f379918afc [2021-01-21T00:45:17.217Z] Skipping build go-build-helper (already ran) [2021-01-21T00:45:17.217Z] Skipping build static-packages (already ran) [2021-01-21T00:45:17.217Z] Skipping build go115 (already ran) [2021-01-21T00:45:17.217Z] Building edgex-go [2021-01-21T00:45:17.479Z] 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-21T00:45:18.053Z] ---> bf2f8281534e [2021-01-21T00:45:18.053Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:45:18.053Z] ---> 9f2768402543 [2021-01-21T00:45:18.053Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T00:45:18.691Z] Removing intermediate container 16f379918afc [2021-01-21T00:45:18.691Z] ---> fe49aecc960c [2021-01-21T00:45:18.691Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:45:18.691Z] ---> Running in ba2cb1fd1c29 [2021-01-21T00:45:18.995Z] ---> Running in 14d108525c01 [2021-01-21T00:45:19.400Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-21T00:45:19.400Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-21T00:45:19.400Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-21T00:45:19.400Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-21T00:45:19.400Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-21T00:45:19.400Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-21T00:45:19.400Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-21T00:45:19.400Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-21T00:45:19.400Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-21T00:45:19.660Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-21T00:45:19.660Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-21T00:45:19.660Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-21T00:45:19.660Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-21T00:45:19.660Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-21T00:45:19.660Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-21T00:45:19.660Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-21T00:45:19.660Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-21T00:45:19.660Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-21T00:45:19.660Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-21T00:45:19.660Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-21T00:45:19.660Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-21T00:45:19.660Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-21T00:45:19.660Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-21T00:45:19.660Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-21T00:45:19.660Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-21T00:45:19.660Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-21T00:45:19.660Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-21T00:45:19.920Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-21T00:45:19.920Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-21T00:45:20.184Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-21T00:45:20.184Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-21T00:45:20.457Z] Removing intermediate container 14d108525c01 [2021-01-21T00:45:20.458Z] ---> 4d14410b1475 [2021-01-21T00:45:20.458Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T00:45:20.731Z] ---> 7f62442df95b [2021-01-21T00:45:20.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T00:45:20.731Z] ---> Running in ee4cfd3a7bc9 [2021-01-21T00:45:21.716Z] Removing intermediate container ee4cfd3a7bc9 [2021-01-21T00:45:21.716Z] ---> 8a17654864e8 [2021-01-21T00:45:21.716Z] Step 20/21 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:45:21.994Z] ---> Running in 72a7b9e1e3e3 [2021-01-21T00:45:22.592Z] Removing intermediate container ba2cb1fd1c29 [2021-01-21T00:45:22.592Z] ---> 16985094abb3 [2021-01-21T00:45:22.592Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T00:45:23.222Z] ---> 8d2058d7f27a [2021-01-21T00:45:23.222Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T00:45:23.222Z] Removing intermediate container 72a7b9e1e3e3 [2021-01-21T00:45:23.222Z] ---> d134139072ff [2021-01-21T00:45:23.222Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:45:23.820Z] ---> Running in 779f0cad9905 [2021-01-21T00:45:24.098Z] ---> Running in 8a8264677d95 [2021-01-21T00:45:24.705Z] Removing intermediate container 779f0cad9905 [2021-01-21T00:45:24.705Z] ---> b7907fa0b8e1 [2021-01-21T00:45:24.705Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T00:45:24.976Z] ---> d7ff1ae203f6 [2021-01-21T00:45:24.976Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T00:45:25.575Z] Removing intermediate container 399ac5044cc8 [2021-01-21T00:45:25.575Z] ---> 43e19ff312cb [2021-01-21T00:45:25.575Z] [2021-01-21T00:45:25.575Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T00:45:25.575Z] ---> afeebe901d6b [2021-01-21T00:45:25.575Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:45:25.575Z] Removing intermediate container 8a8264677d95 [2021-01-21T00:45:25.575Z] ---> 99c220cb803d [2021-01-21T00:45:25.575Z] [2021-01-21T00:45:25.860Z] ---> Running in 8797b815f139 [2021-01-21T00:45:25.860Z] ---> Running in 9483fbdd8e0d [2021-01-21T00:45:26.145Z] Successfully built 99c220cb803d [2021-01-21T00:45:26.145Z] ---> Running in 2ad264948c0b [2021-01-21T00:45:26.145Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T00:45:26.422Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-21T00:45:26.694Z] Removing intermediate container 8797b815f139 [2021-01-21T00:45:26.694Z] ---> e48e9827418b [2021-01-21T00:45:26.694Z] Step 21/22 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:45:26.694Z] Removing intermediate container 9483fbdd8e0d [2021-01-21T00:45:26.694Z] ---> 1227e291442d [2021-01-21T00:45:26.694Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:45:26.771Z] 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-21T00:45:26.987Z] Removing intermediate container 2ad264948c0b [2021-01-21T00:45:26.987Z] ---> 60097d9bc3d2 [2021-01-21T00:45:26.987Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T00:45:27.303Z] ---> Running in 6b1085b79e24 [2021-01-21T00:45:27.303Z] ---> Running in e788b4b2c2cd [2021-01-21T00:45:27.904Z] ---> Running in ebb030badc30 [2021-01-21T00:45:28.503Z] Removing intermediate container e788b4b2c2cd [2021-01-21T00:45:28.503Z] ---> 5340c527d987 [2021-01-21T00:45:28.503Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T00:45:28.503Z] Removing intermediate container 6b1085b79e24 [2021-01-21T00:45:28.503Z] ---> e3ce6c9fff95 [2021-01-21T00:45:28.503Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:45:29.132Z] Removing intermediate container ebb030badc30 [2021-01-21T00:45:29.132Z] ---> 485533f5880a [2021-01-21T00:45:29.132Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T00:45:29.435Z] ---> Running in 15612a1dd85c [2021-01-21T00:45:29.435Z] ---> Running in 899f8b1e76e4 [2021-01-21T00:45:29.723Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T00:45:29.723Z] ---> Running in 2a0830cf23a6 [2021-01-21T00:45:29.723Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T00:45:29.723Z] ---> eeaf43b92773 [2021-01-21T00:45:29.723Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T00:45:29.999Z] ---> Running in c681ab65732a [2021-01-21T00:45:30.283Z] Removing intermediate container 899f8b1e76e4 [2021-01-21T00:45:30.283Z] ---> 380902947f00 [2021-01-21T00:45:30.283Z] [2021-01-21T00:45:30.283Z] Removing intermediate container 15612a1dd85c [2021-01-21T00:45:30.283Z] ---> b9f6c1603f9f [2021-01-21T00:45:30.283Z] Step 23/24 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:45:30.564Z] Successfully built 380902947f00 [2021-01-21T00:45:30.848Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-21T00:45:30.848Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2021-01-21T00:45:30.977Z] 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-21T00:45:31.125Z] ---> Running in 3a55ff338554 [2021-01-21T00:45:31.125Z] Removing intermediate container 2a0830cf23a6 [2021-01-21T00:45:31.125Z] ---> 02a54ca1c316 [2021-01-21T00:45:31.125Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:45:31.237Z] 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-21T00:45:31.401Z] ---> Running in 1d8267af895c [2021-01-21T00:45:31.676Z] Removing intermediate container 3a55ff338554 [2021-01-21T00:45:31.676Z] ---> 7f0e077c7523 [2021-01-21T00:45:31.676Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:45:31.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:31.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:31.950Z] ---> Running in 678f23f92d5f [2021-01-21T00:45:32.178Z] 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-21T00:45:32.544Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T00:45:32.544Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T00:45:32.544Z] Executing bash-5.0.17-r0.post-install [2021-01-21T00:45:32.544Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:45:32.544Z] OK: 12 MiB in 22 packages [2021-01-21T00:45:32.750Z] 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-21T00:45:32.750Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-21T00:45:33.010Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-21T00:45:33.010Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-21T00:45:33.010Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-21T00:45:33.142Z] Removing intermediate container 678f23f92d5f [2021-01-21T00:45:33.142Z] ---> 90db112e0ace [2021-01-21T00:45:33.142Z] [2021-01-21T00:45:33.742Z] Successfully built 90db112e0ace [2021-01-21T00:45:34.016Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T00:45:34.016Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-21T00:45:34.399Z] 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-21T00:45:34.399Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-21T00:45:34.399Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-21T00:45:34.615Z] Removing intermediate container c681ab65732a [2021-01-21T00:45:34.615Z] ---> 19e511bf96aa [2021-01-21T00:45:34.615Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T00:45:34.615Z] ---> Running in 14c8548ee7af [2021-01-21T00:45:34.888Z] Removing intermediate container 1d8267af895c [2021-01-21T00:45:34.888Z] ---> 7bd0f7b89099 [2021-01-21T00:45:34.888Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T00:45:35.175Z] ---> Running in 39b6db6b8a5c [2021-01-21T00:45:35.175Z] Removing intermediate container 14c8548ee7af [2021-01-21T00:45:35.175Z] ---> 199f08edb72a [2021-01-21T00:45:35.175Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T00:45:35.774Z] ---> Running in 5b4a96f6a0aa [2021-01-21T00:45:35.781Z] 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-21T00:45:36.352Z] 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-21T00:45:36.352Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-21T00:45:36.373Z] Removing intermediate container 5b4a96f6a0aa [2021-01-21T00:45:36.373Z] ---> 4584722b79a8 [2021-01-21T00:45:36.373Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T00:45:36.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:36.934Z] ---> Running in 32b9949b96f0 [2021-01-21T00:45:37.736Z] 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-21T00:45:37.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:37.923Z] Removing intermediate container 32b9949b96f0 [2021-01-21T00:45:37.923Z] ---> c0c0e6ce6622 [2021-01-21T00:45:37.923Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T00:45:38.688Z] 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-21T00:45:38.919Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T00:45:38.919Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T00:45:39.202Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T00:45:39.261Z] 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-21T00:45:39.261Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-21T00:45:39.478Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T00:45:39.752Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T00:45:39.752Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:45:39.752Z] OK: 8 MiB in 19 packages [2021-01-21T00:45:40.026Z] ---> 196f0a9e78d3 [2021-01-21T00:45:40.026Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T00:45:41.474Z] ---> d98484fc5ee2 [2021-01-21T00:45:41.474Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T00:45:41.754Z] Removing intermediate container 39b6db6b8a5c [2021-01-21T00:45:41.754Z] ---> 77f0a1d8449f [2021-01-21T00:45:41.754Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:45:41.803Z] Building version [2021-01-21T00:45:43.207Z] ---> 8996c3c5e3af [2021-01-21T00:45:43.207Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T00:45:43.207Z] ---> 1e5a66eeef44 [2021-01-21T00:45:43.207Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T00:45:43.207Z] ---> Running in f11ee0beffdc [2021-01-21T00:45:43.226Z] Staging config-common [2021-01-21T00:45:44.182Z] Skipping stage go-build-helper (already ran) [2021-01-21T00:45:44.182Z] Skipping stage static-packages (already ran) [2021-01-21T00:45:44.182Z] Skipping stage go115 (already ran) [2021-01-21T00:45:44.182Z] Staging edgex-go [2021-01-21T00:45:44.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:44.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:45:45.145Z] Staging version [2021-01-21T00:45:45.547Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T00:45:45.547Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T00:45:45.547Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T00:45:45.547Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T00:45:45.547Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T00:45:45.547Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T00:45:45.547Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T00:45:45.824Z] ---> 033d89274e2f [2021-01-21T00:45:45.824Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T00:45:46.090Z] Priming config-common [2021-01-21T00:45:47.050Z] Priming go-build-helper [2021-01-21T00:45:47.816Z] ---> bfd1f3e6ec59 [2021-01-21T00:45:47.816Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T00:45:47.816Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T00:45:47.816Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T00:45:47.816Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T00:45:47.816Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T00:45:47.816Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T00:45:47.816Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T00:45:47.816Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T00:45:47.816Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T00:45:47.816Z] ---> Running in efee62bc5ffe [2021-01-21T00:45:47.816Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T00:45:47.816Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T00:45:47.816Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T00:45:47.993Z] Priming static-packages [2021-01-21T00:45:48.092Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T00:45:48.092Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T00:45:48.092Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T00:45:48.092Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T00:45:48.092Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T00:45:48.092Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T00:45:48.092Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T00:45:48.092Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T00:45:48.092Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T00:45:48.092Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T00:45:48.365Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T00:45:48.365Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T00:45:48.365Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T00:45:48.365Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T00:45:48.365Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T00:45:48.365Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:45:48.365Z] Removing intermediate container efee62bc5ffe [2021-01-21T00:45:48.365Z] ---> 59b8801a61f6 [2021-01-21T00:45:48.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:45:48.644Z] OK: 71 MiB in 55 packages [2021-01-21T00:45:48.922Z] ---> Running in bc1e2c958000 [2021-01-21T00:45:49.910Z] Removing intermediate container bc1e2c958000 [2021-01-21T00:45:49.910Z] ---> 85210bb5c35f [2021-01-21T00:45:49.910Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T00:45:49.932Z] Priming go115 [2021-01-21T00:45:50.508Z] ---> Running in 857d7f278c06 [2021-01-21T00:45:50.875Z] Priming edgex-go [2021-01-21T00:45:51.104Z] Removing intermediate container 857d7f278c06 [2021-01-21T00:45:51.104Z] ---> 1be3ee98901e [2021-01-21T00:45:51.104Z] Step 22/23 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:45:51.694Z] ---> Running in d69d7413e665 [2021-01-21T00:45:52.260Z] Priming version [2021-01-21T00:45:52.292Z] Removing intermediate container d69d7413e665 [2021-01-21T00:45:52.292Z] ---> cfe7dddb097f [2021-01-21T00:45:52.292Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T00:45:52.830Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-21T00:45:52.893Z] ---> Running in 5532ae424e55 [2021-01-21T00:45:53.880Z] Removing intermediate container 5532ae424e55 [2021-01-21T00:45:53.880Z] ---> 301723fdc0a5 [2021-01-21T00:45:53.880Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-21T00:45:54.862Z] Successfully built 301723fdc0a5 [2021-01-21T00:45:54.862Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T00:45:54.862Z] Building docker-core-metadata-go [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T00:45:57.515Z]  Building docker-core-data-go ... done Removing intermediate container f11ee0beffdc [2021-01-21T00:45:57.515Z] ---> 5054c8a3087f [2021-01-21T00:45:57.515Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T00:45:58.110Z] ---> Running in ab7af79f4805 [2021-01-21T00:46:00.086Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:46:00.086Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:46:00.086Z] ---> 34e58a5abaa2 [2021-01-21T00:46:00.086Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:46:00.086Z] ---> Using cache [2021-01-21T00:46:00.086Z] ---> 26f0590fc535 [2021-01-21T00:46:00.086Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:46:00.086Z] ---> Using cache [2021-01-21T00:46:00.086Z] ---> dce03d043c0f [2021-01-21T00:46:00.086Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:46:01.525Z] ---> Running in 3c5c70c3c21f [2021-01-21T00:46:02.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:03.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:03.957Z] Collecting docker-compose==1.23.2 [2021-01-21T00:46:04.229Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T00:46:04.504Z] OK: 217 MiB in 51 packages [2021-01-21T00:46:04.776Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T00:46:05.053Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T00:46:05.328Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T00:46:05.328Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T00:46:08.757Z] Removing intermediate container 3c5c70c3c21f [2021-01-21T00:46:08.757Z] ---> 1e65bdf48f39 [2021-01-21T00:46:08.757Z] Step 6/22 : COPY go.mod . [2021-01-21T00:46:08.757Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:46:08.757Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:46:08.758Z] ---> 34e58a5abaa2 [2021-01-21T00:46:08.758Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T00:46:08.758Z] ---> Using cache [2021-01-21T00:46:08.758Z] ---> 26f0590fc535 [2021-01-21T00:46:08.758Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:46:08.758Z] ---> Using cache [2021-01-21T00:46:08.758Z] ---> dce03d043c0f [2021-01-21T00:46:08.758Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T00:46:08.758Z] ---> Using cache [2021-01-21T00:46:08.758Z] ---> 1e65bdf48f39 [2021-01-21T00:46:08.758Z] Step 6/24 : COPY go.mod . [2021-01-21T00:46:08.758Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T00:46:08.758Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T00:46:09.359Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T00:46:09.359Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T00:46:09.961Z] ---> ce174e8aff8a [2021-01-21T00:46:09.961Z] Step 7/24 : RUN go mod download [2021-01-21T00:46:10.240Z] ---> 0a79fb4341a4 [2021-01-21T00:46:10.240Z] Step 7/22 : RUN go mod download [2021-01-21T00:46:10.240Z] ---> Running in f2cad184f355 [2021-01-21T00:46:10.517Z] ---> Running in 8f4d2b3388c3 [2021-01-21T00:46:10.789Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T00:46:10.789Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T00:46:11.390Z] 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-21T00:46:11.665Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T00:46:11.665Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T00:46:12.268Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:46:12.268Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:46:12.268Z] ---> 34e58a5abaa2 [2021-01-21T00:46:12.268Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T00:46:12.268Z] ---> Using cache [2021-01-21T00:46:12.268Z] ---> 26f0590fc535 [2021-01-21T00:46:12.268Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:46:12.268Z] ---> Using cache [2021-01-21T00:46:12.268Z] ---> dce03d043c0f [2021-01-21T00:46:12.268Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T00:46:12.268Z] ---> Using cache [2021-01-21T00:46:12.268Z] ---> 1e65bdf48f39 [2021-01-21T00:46:12.268Z] Step 6/21 : COPY go.mod . [2021-01-21T00:46:12.268Z] ---> Using cache [2021-01-21T00:46:12.268Z] ---> 0a79fb4341a4 [2021-01-21T00:46:12.268Z] Step 7/21 : RUN go mod download [2021-01-21T00:46:12.268Z] ---> Running in 47819153fbf8 [2021-01-21T00:46:14.892Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T00:46:14.892Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T00:46:15.891Z] Removing intermediate container f2cad184f355 [2021-01-21T00:46:15.891Z] ---> 73cf5fdc6e16 [2021-01-21T00:46:15.891Z] Step 8/24 : COPY . . [2021-01-21T00:46:16.215Z] Removing intermediate container 8f4d2b3388c3 [2021-01-21T00:46:16.215Z] ---> 40ead16ee1f1 [2021-01-21T00:46:16.215Z] Step 8/22 : COPY . . [2021-01-21T00:46:16.542Z] Removing intermediate container 47819153fbf8 [2021-01-21T00:46:16.542Z] ---> a54408feee31 [2021-01-21T00:46:16.542Z] Step 8/21 : COPY . . [2021-01-21T00:46:18.653Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T00:46:18.653Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T00:46:20.090Z] Collecting PyYAML<4,>=3.10 [2021-01-21T00:46:20.090Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T00:46:23.497Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T00:46:23.497Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T00:46:23.497Z] 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-21T00:46:23.497Z] 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-21T00:46:23.772Z] Collecting idna<2.8,>=2.5 [2021-01-21T00:46:23.772Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T00:46:24.366Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T00:46:24.366Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T00:46:24.640Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T00:46:24.641Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T00:46:24.641Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T00:46:24.641Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T00:46:25.234Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T00:46:25.234Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T00:46:25.234Z] ---> 34e58a5abaa2 [2021-01-21T00:46:25.234Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T00:46:25.234Z] ---> Using cache [2021-01-21T00:46:25.234Z] ---> 26f0590fc535 [2021-01-21T00:46:25.234Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T00:46:25.234Z] ---> Using cache [2021-01-21T00:46:25.234Z] ---> dce03d043c0f [2021-01-21T00:46:25.234Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T00:46:25.234Z] ---> Using cache [2021-01-21T00:46:25.234Z] ---> 1e65bdf48f39 [2021-01-21T00:46:25.234Z] Step 6/22 : COPY go.mod . [2021-01-21T00:46:25.234Z] ---> Using cache [2021-01-21T00:46:25.234Z] ---> 0a79fb4341a4 [2021-01-21T00:46:25.234Z] Step 7/22 : RUN go mod download [2021-01-21T00:46:25.234Z] ---> Using cache [2021-01-21T00:46:25.234Z] ---> a54408feee31 [2021-01-21T00:46:25.234Z] Step 8/22 : COPY . . [2021-01-21T00:46:25.832Z] Installing collected packages: cached-property, texttable, jsonschema, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, docker-compose [2021-01-21T00:46:25.832Z] Running setup.py install for texttable: started [2021-01-21T00:46:28.457Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T00:46:29.067Z] Attempting uninstall: idna [2021-01-21T00:46:29.067Z] Found existing installation: idna 2.9 [2021-01-21T00:46:29.067Z] Uninstalling idna-2.9: [2021-01-21T00:46:29.067Z] Successfully uninstalled idna-2.9 [2021-01-21T00:46:29.663Z] Attempting uninstall: urllib3 [2021-01-21T00:46:29.663Z] Found existing installation: urllib3 1.25.9 [2021-01-21T00:46:29.663Z] Uninstalling urllib3-1.25.9: [2021-01-21T00:46:29.938Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T00:46:30.533Z] Attempting uninstall: requests [2021-01-21T00:46:30.533Z] Found existing installation: requests 2.23.0 [2021-01-21T00:46:30.533Z] Uninstalling requests-2.23.0: [2021-01-21T00:46:30.533Z] Successfully uninstalled requests-2.23.0 [2021-01-21T00:46:31.970Z] Running setup.py install for docopt: started [2021-01-21T00:46:33.966Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T00:46:33.966Z] Running setup.py install for dockerpty: started [2021-01-21T00:46:35.949Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T00:46:35.949Z] Running setup.py install for PyYAML: started [2021-01-21T00:46:39.348Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T00:46:40.789Z] 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-21T00:46:47.537Z] ---> 5e6b92236b05 [2021-01-21T00:46:47.537Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T00:46:47.537Z] ---> 4f766e15cf19 [2021-01-21T00:46:47.537Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T00:46:47.537Z] ---> 19d930a88aad [2021-01-21T00:46:47.537Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T00:46:47.537Z] ---> 994015d9b56d [2021-01-21T00:46:47.537Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T00:46:47.537Z] ---> Running in f01205a85228 [2021-01-21T00:46:47.537Z] ---> Running in df4da8260aee [2021-01-21T00:46:47.537Z] ---> Running in a36b3e282894 [2021-01-21T00:46:47.537Z] ---> Running in 25617786703c [2021-01-21T00:46:48.981Z] Removing intermediate container ab7af79f4805 [2021-01-21T00:46:48.981Z] ---> 3e339f13da81 [2021-01-21T00:46:48.981Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T00:46:48.981Z] ---> Running in 892952449a56 [2021-01-21T00:46:49.260Z] 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-21T00:46:49.260Z] 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-21T00:46:49.260Z] 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-21T00:46:49.536Z] 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-21T00:46:50.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:51.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:52.183Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:46:52.183Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T00:46:52.183Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T00:46:52.183Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:46:52.183Z] OK: 71 MiB in 58 packages [2021-01-21T00:46:54.182Z] Removing intermediate container 892952449a56 [2021-01-21T00:46:54.182Z] ---> b8cbe8534cc2 [2021-01-21T00:46:54.182Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T00:46:54.182Z] ---> Running in 7c2d5c9ad2dc [2021-01-21T00:46:54.791Z] Removing intermediate container 7c2d5c9ad2dc [2021-01-21T00:46:54.791Z] ---> 0700e92439d6 [2021-01-21T00:46:54.791Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:46:55.077Z] ---> Running in 939e88d215fd [2021-01-21T00:46:55.688Z] Removing intermediate container 939e88d215fd [2021-01-21T00:46:55.688Z] ---> 733b697b2b98 [2021-01-21T00:46:55.688Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T00:46:55.966Z] ---> Running in 31f3cc47aabb [2021-01-21T00:46:56.585Z] Removing intermediate container 31f3cc47aabb [2021-01-21T00:46:56.585Z] ---> 22351d538a21 [2021-01-21T00:46:56.585Z] Step 25/26 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:46:56.585Z] ---> Running in 0df29e65c4f1 [2021-01-21T00:46:57.592Z] Removing intermediate container 0df29e65c4f1 [2021-01-21T00:46:57.592Z] ---> b5589934e7f5 [2021-01-21T00:46:57.592Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T00:46:57.592Z] ---> Running in c1aa28b745bb [2021-01-21T00:46:58.202Z] Removing intermediate container c1aa28b745bb [2021-01-21T00:46:58.202Z] ---> 76e519a2cff0 [2021-01-21T00:46:58.202Z] [2021-01-21T00:46:58.808Z] Successfully built 76e519a2cff0 [2021-01-21T00:46:58.808Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T00:47:55.417Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T00:47:55.417Z] 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-21T00:48:07.861Z] Removing intermediate container df4da8260aee [2021-01-21T00:48:07.861Z] ---> 7917ab58a199 [2021-01-21T00:48:07.861Z] [2021-01-21T00:48:07.861Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T00:48:07.861Z] ---> afeebe901d6b [2021-01-21T00:48:07.861Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T00:48:07.861Z] ---> Using cache [2021-01-21T00:48:07.861Z] ---> f0af30407495 [2021-01-21T00:48:07.861Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:48:07.861Z] ---> Running in 7de85fb4a263 [2021-01-21T00:48:07.861Z] Removing intermediate container 25617786703c [2021-01-21T00:48:07.861Z] ---> 759a197cf808 [2021-01-21T00:48:07.861Z] [2021-01-21T00:48:08.131Z] Step 10/22 : FROM scratch [2021-01-21T00:48:08.131Z] ---> [2021-01-21T00:48:08.131Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:48:08.131Z] ---> Using cache [2021-01-21T00:48:08.131Z] ---> 431a33d4a693 [2021-01-21T00:48:08.131Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T00:48:08.414Z] ---> Running in ad6e6d232c39 [2021-01-21T00:48:08.707Z] Removing intermediate container f01205a85228 [2021-01-21T00:48:08.707Z] ---> d88573ba9bb8 [2021-01-21T00:48:08.707Z] [2021-01-21T00:48:08.707Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T00:48:08.707Z] ---> afeebe901d6b [2021-01-21T00:48:08.707Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T00:48:08.707Z] Removing intermediate container 7de85fb4a263 [2021-01-21T00:48:08.707Z] ---> c2159d4e78c3 [2021-01-21T00:48:08.707Z] Step 13/24 : WORKDIR / [2021-01-21T00:48:08.993Z] ---> Running in 32efe723587f [2021-01-21T00:48:08.993Z] ---> Running in aa0925fc334a [2021-01-21T00:48:09.270Z] Removing intermediate container ad6e6d232c39 [2021-01-21T00:48:09.270Z] ---> fe396b78c243 [2021-01-21T00:48:09.270Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:48:09.270Z] ---> Running in b2f999ef8ad5 [2021-01-21T00:48:09.870Z] Removing intermediate container aa0925fc334a [2021-01-21T00:48:09.870Z] ---> 5e1b53218920 [2021-01-21T00:48:09.870Z] 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-21T00:48:09.870Z] Removing intermediate container b2f999ef8ad5 [2021-01-21T00:48:09.870Z] ---> 6899720da22d [2021-01-21T00:48:09.870Z] Step 14/22 : WORKDIR / [2021-01-21T00:48:10.147Z] ---> Running in d91aae1c3fcd [2021-01-21T00:48:10.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:48:10.692Z] ---> c500c50d0319 [2021-01-21T00:48:10.692Z] 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-21T00:48:10.692Z] Removing intermediate container d91aae1c3fcd [2021-01-21T00:48:10.692Z] ---> bb7ac8e2b572 [2021-01-21T00:48:10.692Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:48:10.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:48:11.686Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T00:48:11.686Z] ---> 94cd3394ade0 [2021-01-21T00:48:11.686Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T00:48:11.686Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T00:48:11.686Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T00:48:11.686Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T00:48:11.686Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T00:48:11.686Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T00:48:11.686Z] ---> a2f6ef77ec8b [2021-01-21T00:48:11.686Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T00:48:11.972Z] OK: 7 MiB in 18 packages [2021-01-21T00:48:12.961Z] ---> 097b9980bb71 [2021-01-21T00:48:12.961Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T00:48:13.571Z] ---> e62aace68036 [2021-01-21T00:48:13.571Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T00:48:14.562Z] ---> 5cc5bf0db73d [2021-01-21T00:48:14.562Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T00:48:14.839Z] ---> 11fdb10f789f [2021-01-21T00:48:14.839Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T00:48:14.839Z] Removing intermediate container 32efe723587f [2021-01-21T00:48:14.839Z] ---> f2d9e217190a [2021-01-21T00:48:14.839Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T00:48:15.108Z] ---> Running in 6afd31aaa9e4 [2021-01-21T00:48:15.108Z] ---> Running in b9179adb1633 [2021-01-21T00:48:16.084Z] Removing intermediate container 6afd31aaa9e4 [2021-01-21T00:48:16.084Z] ---> 90568e6fc0a7 [2021-01-21T00:48:16.084Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:48:16.084Z] ---> 92ee4d6cb5a4 [2021-01-21T00:48:16.084Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T00:48:16.084Z] Removing intermediate container b9179adb1633 [2021-01-21T00:48:16.084Z] ---> 71fc8591959c [2021-01-21T00:48:16.084Z] Step 13/21 : WORKDIR /edgex [2021-01-21T00:48:16.734Z] ---> Running in 58d46631e1a3 [2021-01-21T00:48:16.734Z] ---> Running in cd660fd46fc3 [2021-01-21T00:48:17.351Z] Removing intermediate container a36b3e282894 [2021-01-21T00:48:17.351Z] ---> db2069bc2155 [2021-01-21T00:48:17.351Z] [2021-01-21T00:48:17.351Z] Step 10/22 : FROM scratch [2021-01-21T00:48:17.351Z] ---> [2021-01-21T00:48:17.351Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T00:48:17.351Z] Removing intermediate container 58d46631e1a3 [2021-01-21T00:48:17.351Z] ---> f2b4ace242b6 [2021-01-21T00:48:17.351Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T00:48:17.351Z] ---> 7c16acf883d4 [2021-01-21T00:48:17.351Z] 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-21T00:48:17.638Z] ---> Using cache [2021-01-21T00:48:17.638Z] ---> 431a33d4a693 [2021-01-21T00:48:17.638Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T00:48:17.638Z] ---> Running in 0cb371e3918b [2021-01-21T00:48:17.638Z] ---> Running in 37ab77695629 [2021-01-21T00:48:17.638Z] ---> Running in 840704f8998e [2021-01-21T00:48:17.638Z] Removing intermediate container cd660fd46fc3 [2021-01-21T00:48:17.638Z] ---> 3ad3fed88e90 [2021-01-21T00:48:17.638Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T00:48:18.635Z] Removing intermediate container 840704f8998e [2021-01-21T00:48:18.635Z] ---> fc9947a9d02a [2021-01-21T00:48:18.635Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T00:48:18.635Z] Removing intermediate container 0cb371e3918b [2021-01-21T00:48:18.635Z] ---> 567f047ae9d8 [2021-01-21T00:48:18.635Z] Step 21/22 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:48:18.635Z] ---> Running in 0c38a011bfa0 [2021-01-21T00:48:18.635Z] ---> Running in 86e5d9412fa6 [2021-01-21T00:48:19.231Z] ---> 533be78739ce [2021-01-21T00:48:19.231Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T00:48:19.231Z] Removing intermediate container 0c38a011bfa0 [2021-01-21T00:48:19.231Z] ---> cf6490074b47 [2021-01-21T00:48:19.231Z] Step 14/22 : WORKDIR / [2021-01-21T00:48:19.231Z] Removing intermediate container 86e5d9412fa6 [2021-01-21T00:48:19.231Z] ---> 6a7ccf774c56 [2021-01-21T00:48:19.231Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:48:19.231Z] ---> Running in e1ae3e00cfa1 [2021-01-21T00:48:19.834Z] ---> Running in 8d79c0a7dbb3 [2021-01-21T00:48:20.114Z] Removing intermediate container e1ae3e00cfa1 [2021-01-21T00:48:20.114Z] ---> afa12f66fbd4 [2021-01-21T00:48:20.114Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T00:48:20.385Z] Removing intermediate container 8d79c0a7dbb3 [2021-01-21T00:48:20.385Z] ---> 5697680b7e8f [2021-01-21T00:48:20.385Z] [2021-01-21T00:48:20.385Z] ---> 786ef79346ec [2021-01-21T00:48:20.385Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T00:48:20.656Z] Removing intermediate container 37ab77695629 [2021-01-21T00:48:20.656Z] ---> 0b197bf5b5fd [2021-01-21T00:48:20.656Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T00:48:20.927Z] Successfully built 5697680b7e8f [2021-01-21T00:48:20.927Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T00:48:20.927Z]  Building docker-core-command-go ... done  ---> Running in d31b29c091d8 [2021-01-21T00:48:20.927Z] ---> af19bfc2df45 [2021-01-21T00:48:20.927Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T00:48:21.900Z] Removing intermediate container d31b29c091d8 [2021-01-21T00:48:21.900Z] ---> ae451bc33f3f [2021-01-21T00:48:21.900Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T00:48:21.900Z] ---> 7c3507bcd8b3 [2021-01-21T00:48:21.900Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T00:48:21.900Z] ---> Running in b03c1177798b [2021-01-21T00:48:22.174Z] ---> Running in db717c25cc56 [2021-01-21T00:48:22.451Z] Removing intermediate container b03c1177798b [2021-01-21T00:48:22.452Z] ---> 4d482baab740 [2021-01-21T00:48:22.452Z] Step 23/24 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:48:22.452Z] ---> 352a33ed71c9 [2021-01-21T00:48:22.452Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T00:48:22.452Z] ---> Running in 9b5d89ef5e20 [2021-01-21T00:48:22.728Z] Removing intermediate container db717c25cc56 [2021-01-21T00:48:22.728Z] ---> aaf18e7f187c [2021-01-21T00:48:22.728Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T00:48:23.004Z] ---> Running in d88f4bad8f2c [2021-01-21T00:48:23.004Z] Removing intermediate container 9b5d89ef5e20 [2021-01-21T00:48:23.004Z] ---> bd26c9e66347 [2021-01-21T00:48:23.004Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T00:48:23.285Z] ---> d6a8d9a3c024 [2021-01-21T00:48:23.285Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T00:48:23.285Z] ---> Running in 7d77995fe56f [2021-01-21T00:48:23.555Z] ---> Running in e4917b22bea6 [2021-01-21T00:48:23.555Z] Removing intermediate container d88f4bad8f2c [2021-01-21T00:48:23.555Z] ---> 40524c96f686 [2021-01-21T00:48:23.555Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T00:48:23.827Z] ---> Running in 989bdcf20306 [2021-01-21T00:48:23.828Z] Removing intermediate container 7d77995fe56f [2021-01-21T00:48:23.828Z] ---> 644e6f0fa223 [2021-01-21T00:48:23.828Z] [2021-01-21T00:48:24.100Z] Removing intermediate container e4917b22bea6 [2021-01-21T00:48:24.100Z] ---> 6d00c1252756 [2021-01-21T00:48:24.100Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T00:48:24.100Z] Successfully built 644e6f0fa223 [2021-01-21T00:48:24.378Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T00:48:24.378Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 279d098d7ffb [2021-01-21T00:48:24.378Z] Removing intermediate container 989bdcf20306 [2021-01-21T00:48:24.378Z] ---> 9305802e3891 [2021-01-21T00:48:24.378Z] Step 20/21 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:48:24.650Z] ---> Running in 24b3516979c8 [2021-01-21T00:48:24.650Z] Removing intermediate container 279d098d7ffb [2021-01-21T00:48:24.650Z] ---> 7c2835d08d47 [2021-01-21T00:48:24.650Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T00:48:24.925Z] ---> Running in ff12624c0aed [2021-01-21T00:48:24.925Z] Removing intermediate container 24b3516979c8 [2021-01-21T00:48:24.925Z] ---> c48dee976d55 [2021-01-21T00:48:24.925Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T00:48:25.213Z] ---> Running in 599d035d61b9 [2021-01-21T00:48:25.487Z] Removing intermediate container ff12624c0aed [2021-01-21T00:48:25.487Z] ---> 9a28e5b177dd [2021-01-21T00:48:25.487Z] Step 21/22 : LABEL git_sha=6cf058cd732fca0cf7a9ff88f05563070af5e202 [2021-01-21T00:48:25.487Z] ---> Running in 50f5551f5d52 [2021-01-21T00:48:25.757Z] Removing intermediate container 599d035d61b9 [2021-01-21T00:48:25.757Z] ---> b35034660cf6 [2021-01-21T00:48:25.757Z] [2021-01-21T00:48:26.029Z] Successfully built b35034660cf6 [2021-01-21T00:48:26.029Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T00:48:26.303Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 50f5551f5d52 [2021-01-21T00:48:26.303Z] ---> f7082385de4e [2021-01-21T00:48:26.303Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T00:48:26.303Z] ---> Running in 579bd69d70cc [2021-01-21T00:48:26.899Z] Removing intermediate container 579bd69d70cc [2021-01-21T00:48:26.899Z] ---> 2a29e3c4dc17 [2021-01-21T00:48:26.899Z] [2021-01-21T00:48:27.171Z] Successfully built 2a29e3c4dc17 [2021-01-21T00:48:27.171Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T00:48:27.455Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-21T00:48:27.498Z] $ docker stop --time=1 e492f9e9da3f1e0a8595aac8600aa1b3cfe4ccd7853d395d920b263be57c5394 [2021-01-21T00:48:29.450Z] $ docker rm -f e492f9e9da3f1e0a8595aac8600aa1b3cfe4ccd7853d395d920b263be57c5394 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:48:30.052Z] + + docker images [2021-01-21T00:48:30.052Z] grep docker [2021-01-21T00:48:30.322Z] docker-core-metadata-go-arm64 latest 2a29e3c4dc17 4 seconds ago 12.3MB [2021-01-21T00:48:30.322Z] docker-security-proxy-setup-go-arm64 latest b35034660cf6 5 seconds ago 23.2MB [2021-01-21T00:48:30.322Z] docker-security-secretstore-setup-go-arm64 latest 644e6f0fa223 7 seconds ago 23.4MB [2021-01-21T00:48:30.322Z] docker-core-command-go-arm64 latest 5697680b7e8f 10 seconds ago 9.98MB [2021-01-21T00:48:30.322Z] docker-sys-mgmt-agent-go-arm64 latest 76e519a2cff0 About a minute ago 300MB [2021-01-21T00:48:30.322Z] docker-core-data-go-arm64 latest 301723fdc0a5 2 minutes ago 21MB [2021-01-21T00:48:30.322Z] docker-support-notifications-go-arm64 latest 90db112e0ace 2 minutes ago 11.4MB [2021-01-21T00:48:30.322Z] docker-security-bootstrap-redis-go-arm64 latest 380902947f00 3 minutes ago 15.1MB [2021-01-21T00:48:30.322Z] docker-support-scheduler-go-arm64 latest 99c220cb803d 3 minutes ago 10.1MB [2021-01-21T00:48:30.322Z] 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-21T00:48:31.960Z] provisioning config files... [2021-01-21T00:48:31.975Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config3146353911574579586tmp [Pipeline] { [Pipeline] sh [2021-01-21T00:48:32.348Z] + set +x [2021-01-21T00:48:32.348Z] + curl -s https://codecov.io/bash [2021-01-21T00:48:32.348Z] + bash -s -- [2021-01-21T00:48:32.612Z] [2021-01-21T00:48:32.612Z] _____ _ [2021-01-21T00:48:32.612Z] / ____| | | [2021-01-21T00:48:32.612Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T00:48:32.612Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T00:48:32.612Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T00:48:32.612Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T00:48:32.612Z] Bash-20210115-cec3c92 [2021-01-21T00:48:32.612Z] [2021-01-21T00:48:32.612Z] [2021-01-21T00:48:32.612Z] ==> git version 2.24.3 found [2021-01-21T00:48:32.876Z] ==> 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-21T00:48:32.876Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T00:48:32.876Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T00:48:32.876Z] ==> Jenkins CI detected. [2021-01-21T00:48:32.876Z] project root: . [2021-01-21T00:48:32.876Z] --> token set from env [2021-01-21T00:48:32.876Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T00:48:32.876Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T00:48:32.876Z] ==> Python coveragepy not found [2021-01-21T00:48:32.876Z] ==> Searching for coverage reports in: [2021-01-21T00:48:32.876Z] + . [2021-01-21T00:48:32.876Z] -> Found 1 reports [2021-01-21T00:48:32.876Z] ==> Detecting git/mercurial file structure [2021-01-21T00:48:33.138Z] ==> Reading reports [2021-01-21T00:48:33.138Z] + ./coverage.out bytes=550280 [2021-01-21T00:48:33.138Z] ==> Appending adjustments [2021-01-21T00:48:33.138Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T00:48:36.450Z] + Found adjustments [2021-01-21T00:48:36.450Z] ==> Gzipping contents [2021-01-21T00:48:36.450Z] 84K /tmp/codecov.gysbFd.gz [2021-01-21T00:48:36.450Z] ==> Uploading reports [2021-01-21T00:48:36.450Z] url: https://codecov.io [2021-01-21T00:48:36.450Z] query: branch=PR-3034&commit=6cf058cd732fca0cf7a9ff88f05563070af5e202&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-21T00:48:36.450Z] -> Pinging Codecov [2021-01-21T00:48:36.450Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=6cf058cd732fca0cf7a9ff88f05563070af5e202&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-21T00:48:36.713Z] -> Uploading to [2021-01-21T00:48:36.713Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/6cf058cd732fca0cf7a9ff88f05563070af5e202/8cf57166-8544-4e7c-9066-ccc7166623ce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T004836Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=780980a537cce9c2e0d9e79e33e883bf2ca3d1dfc55f9bfe958d279109537e94 [2021-01-21T00:48:36.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T00:48:36.713Z] Dload Upload Total Spent Left Speed [2021-01-21T00:48:37.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83542 0 0 100 83542 0 142k --:--:-- --:--:-- --:--:-- 141k [2021-01-21T00:48:37.239Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6cf058cd732fca0cf7a9ff88f05563070af5e202 [Pipeline] } [2021-01-21T00:48:37.249Z] 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-21T00:48:39.057Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:48:39.942Z] ---> package-listing.sh [2021-01-21T00:48:39.942Z] ++ facter osfamily [2021-01-21T00:48:39.942Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T00:48:39.942Z] + OS_FAMILY=redhat [2021-01-21T00:48:39.942Z] + workspace=/w/workspace/edgex-go/6 [2021-01-21T00:48:39.942Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T00:48:39.942Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T00:48:39.942Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T00:48:39.942Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T00:48:39.942Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-21T00:48:39.942Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T00:48:39.942Z] + case "${OS_FAMILY}" in [2021-01-21T00:48:39.942Z] + rpm -qa [2021-01-21T00:48:39.942Z] + sort [2021-01-21T00:48:45.265Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T00:48:45.265Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T00:48:45.265Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T00:48:45.265Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-21T00:48:45.265Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-01-21T00:48:45.265Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-01-21T00:48:45.283Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T00:48:45.582Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:48:45.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:48:45.888Z] [2021-01-21T00:48:45.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:48:46.236Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:48:46.236Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T00:48:46.236Z] df20fa9351a1: Pulling fs layer [2021-01-21T00:48:46.236Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T00:48:46.236Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T00:48:46.236Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T00:48:46.236Z] 93b61091891f: Pulling fs layer [2021-01-21T00:48:46.236Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T00:48:46.236Z] 5e14af77c1be: Pulling fs layer [2021-01-21T00:48:46.236Z] 01666e4c0597: Pulling fs layer [2021-01-21T00:48:46.236Z] aa168da1d23b: Pulling fs layer [2021-01-21T00:48:46.236Z] 5e14af77c1be: Waiting [2021-01-21T00:48:46.236Z] 01666e4c0597: Waiting [2021-01-21T00:48:46.236Z] 46f8f816bc3b: Waiting [2021-01-21T00:48:46.236Z] 93b61091891f: Waiting [2021-01-21T00:48:46.236Z] 93b9cdb0e59b: Waiting [2021-01-21T00:48:46.236Z] aa168da1d23b: Waiting [2021-01-21T00:48:46.236Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T00:48:46.236Z] 36b3adc4ff6f: Download complete [2021-01-21T00:48:46.236Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T00:48:46.236Z] 46f8f816bc3b: Download complete [2021-01-21T00:48:46.505Z] 93b61091891f: Verifying Checksum [2021-01-21T00:48:46.505Z] 93b61091891f: Download complete [2021-01-21T00:48:46.505Z] 93b9cdb0e59b: Download complete [2021-01-21T00:48:46.505Z] 5e14af77c1be: Verifying Checksum [2021-01-21T00:48:46.505Z] 5e14af77c1be: Download complete [2021-01-21T00:48:46.505Z] 01666e4c0597: Verifying Checksum [2021-01-21T00:48:46.505Z] 01666e4c0597: Download complete [2021-01-21T00:48:46.505Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T00:48:46.505Z] 8ad3a11d3b57: Download complete [2021-01-21T00:48:46.505Z] df20fa9351a1: Verifying Checksum [2021-01-21T00:48:46.505Z] df20fa9351a1: Download complete [2021-01-21T00:48:47.084Z] df20fa9351a1: Pull complete [2021-01-21T00:48:47.350Z] 36b3adc4ff6f: Pull complete [2021-01-21T00:48:48.751Z] aa168da1d23b: Verifying Checksum [2021-01-21T00:48:48.751Z] aa168da1d23b: Download complete [2021-01-21T00:48:48.751Z] 8ad3a11d3b57: Pull complete [2021-01-21T00:48:49.012Z] 46f8f816bc3b: Pull complete [2021-01-21T00:48:49.274Z] 93b61091891f: Pull complete [2021-01-21T00:48:49.536Z] 93b9cdb0e59b: Pull complete [2021-01-21T00:48:49.536Z] 5e14af77c1be: Pull complete [2021-01-21T00:48:49.798Z] 01666e4c0597: Pull complete [2021-01-21T00:48:59.846Z] aa168da1d23b: Pull complete [2021-01-21T00:49:00.110Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T00:49:00.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:49:00.110Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T00:49:00.387Z] prd-centos7-docker-4c-2g-21783 does not seem to be running inside a container [2021-01-21T00:49:00.438Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat [2021-01-21T00:49:04.514Z] $ docker top f91ee9ac20824459ba1c6d038b253c46553ca72238ee0374138b216b6dd2b292 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:49:05.027Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T00:49:05.329Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T00:49:05.635Z] + ls /var/log/sa-host [2021-01-21T00:49:05.635Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T00:49:05.635Z] file_magic: OK [2021-01-21T00:49:05.635Z] HZ: Using current value: 100 [2021-01-21T00:49:05.635Z] file_header: OK [2021-01-21T00:49:05.635Z] 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-21T00:49:05.635Z] Statistics: [2021-01-21T00:49:05.635Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T00:49:05.635Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T00:49:05.635Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T00:49:05.635Z] file_magic: OK [2021-01-21T00:49:05.635Z] HZ: Using current value: 100 [2021-01-21T00:49:05.635Z] file_header: OK [2021-01-21T00:49:05.635Z] 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-21T00:49:05.635Z] Statistics: [2021-01-21T00:49:05.635Z] Hnuu...uuuununununu... [2021-01-21T00:49:05.635Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T00:49:05.830Z] provisioning config files... [2021-01-21T00:49:05.844Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config3630874709066137323tmp [Pipeline] { [Pipeline] echo [2021-01-21T00:49:05.915Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:49:06.215Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T00:49:06.225Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T00:49:06.315Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:49:06.612Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T00:49:06.623Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:49:06.921Z] ---> sudo-logs.sh [2021-01-21T00:49:06.921Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T00:49:06.937Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:49:07.253Z] ---> job-cost.sh [2021-01-21T00:49:07.253Z] lf-activate-venv: SKIPPING [2021-01-21T00:49:07.253Z] INFO: No Stack... [2021-01-21T00:49:08.226Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T00:49:08.879Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T00:49:08.903Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:49:09.201Z] ---> logs-deploy.sh [2021-01-21T00:49:09.201Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/6 [2021-01-21T00:49:09.201Z] INFO: archiving workspace using pattern(s): [2021-01-21T00:49:10.588Z] Archives upload complete. [2021-01-21T00:49:10.588Z] INFO: archiving logs to Nexus