Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 570dbe12e9057e8a964dbddb1dc146d66991ebe2+d0bc3b104123489a76cc16a6f8c025e818c2e684 (0ad0dab63a745e36a209451b35f68756874d909d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24795 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 570dbe12e9057e8a964dbddb1dc146d66991ebe2 Merge succeeded, producing 85fdef72c86947ae3489f2679876a1a983078480 Checking out Revision 85fdef72c86947ae3489f2679876a1a983078480 (PR-3116) > 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/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 570dbe12e9057e8a964dbddb1dc146d66991ebe2 # 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 d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85fdef72c86947ae3489f2679876a1a983078480 # timeout=10 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" > git rev-list --no-walk 570dbe12e9057e8a964dbddb1dc146d66991ebe2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T00:30:40.211Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T00:30:40.650Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T00:30:40.744Z] ========================================================= [2021-02-04T00:30:40.744Z] EdgeX Global Pipelines Version Info [2021-02-04T00:30:40.744Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:30:43.012Z] ------------------- [2021-02-04T00:30:43.012Z] stable info: [2021-02-04T00:30:43.012Z] ------------------- [2021-02-04T00:30:43.012Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:30:43.012Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:30:43.012Z] Message: update stable to v1.0.179 [2021-02-04T00:30:44.040Z] ------------------- [2021-02-04T00:30:44.040Z] experimental info: [2021-02-04T00:30:44.040Z] ------------------- [2021-02-04T00:30:44.040Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:30:44.040Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:30:44.040Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T00:30:44.582Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T00:30:44.740Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T00:30:44.841Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T00:30:44.954Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T00:30:45.083Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T00:30:45.184Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T00:30:45.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T00:30:45.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T00:30:45.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T00:30:45.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T00:30:45.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T00:30:46.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T00:30:46.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T00:30:46.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T00:30:46.568Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:30:46.693Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:30:46.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T00:30:46.908Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T00:30:47.002Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T00:30:47.172Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T00:30:47.358Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T00:30:47.514Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T00:30:47.641Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T00:30:47.883Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T00:30:47.980Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T00:30:48.115Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3116 [Pipeline] echo [2021-02-04T00:30:48.269Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85fdef72c86947ae3489f2679876a1a983078480 [Pipeline] echo [2021-02-04T00:30:48.367Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85fdef7 [Pipeline] echo [2021-02-04T00:30:48.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T00:30:48.698Z] provisioning config files... [2021-02-04T00:30:48.788Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5973012347914792825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:30:49.231Z] ---> docker-login.sh [2021-02-04T00:30:49.231Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:30:49.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:30:49.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:30:49.821Z] Configure a credential helper to remove this warning. See [2021-02-04T00:30:49.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:30:49.821Z] [2021-02-04T00:30:49.821Z] Login Succeeded [2021-02-04T00:30:49.821Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:30:50.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:30:50.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:30:50.096Z] Configure a credential helper to remove this warning. See [2021-02-04T00:30:50.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:30:50.096Z] [2021-02-04T00:30:50.096Z] Login Succeeded [2021-02-04T00:30:50.096Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:30:50.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:30:50.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:30:50.372Z] Configure a credential helper to remove this warning. See [2021-02-04T00:30:50.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:30:50.372Z] [2021-02-04T00:30:50.372Z] Login Succeeded [2021-02-04T00:30:50.372Z] nexus3.edgexfoundry.org:10004 [2021-02-04T00:30:50.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:30:50.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:30:50.661Z] Configure a credential helper to remove this warning. See [2021-02-04T00:30:50.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:30:50.661Z] [2021-02-04T00:30:50.661Z] Login Succeeded [2021-02-04T00:30:50.661Z] docker.io [2021-02-04T00:30:50.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:30:51.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:30:51.240Z] Configure a credential helper to remove this warning. See [2021-02-04T00:30:51.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:30:51.240Z] [2021-02-04T00:30:51.240Z] Login Succeeded [2021-02-04T00:30:51.240Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T00:30:51.270Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:30:51.805Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T00:30:51.805Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.805Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T00:30:51.805Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.805Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T00:30:51.805Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:30:51.806Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T00:30:51.806Z] ++ cut -d/ -f2 [2021-02-04T00:30:51.806Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T00:30:51.951Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:30:52.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:30:52.897Z] [2021-02-04T00:30:52.897Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:30:53.304Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:30:53.304Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T00:30:53.304Z] 31603596830f: Pulling fs layer [2021-02-04T00:30:53.304Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T00:30:53.304Z] 6ca5941a6612: Pulling fs layer [2021-02-04T00:30:53.304Z] ecc8261a40a4: Pulling fs layer [2021-02-04T00:30:53.304Z] ecc8261a40a4: Waiting [2021-02-04T00:30:53.304Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T00:30:53.304Z] 2a8b12db71e7: Download complete [2021-02-04T00:30:53.594Z] 31603596830f: Download complete [2021-02-04T00:30:53.864Z] ecc8261a40a4: Verifying Checksum [2021-02-04T00:30:53.864Z] ecc8261a40a4: Download complete [2021-02-04T00:30:53.864Z] 6ca5941a6612: Verifying Checksum [2021-02-04T00:30:53.864Z] 6ca5941a6612: Download complete [2021-02-04T00:30:53.864Z] 31603596830f: Pull complete [2021-02-04T00:30:54.136Z] 2a8b12db71e7: Pull complete [2021-02-04T00:30:55.092Z] 6ca5941a6612: Pull complete [2021-02-04T00:30:55.356Z] ecc8261a40a4: Pull complete [2021-02-04T00:30:55.356Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T00:30:55.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:30:55.356Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T00:30:55.474Z] prd-centos7-docker-4c-2g-24795 does not seem to be running inside a container [2021-02-04T00:30:55.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T00:30:58.245Z] $ docker top 71084ae70b73c7a7013fc860f0365f1107578f54ce1a88f3a0bf4d3461ce15b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T00:30:58.672Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:30:58.672Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:30:58.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:30:58.998Z] $ docker exec 71084ae70b73c7a7013fc860f0365f1107578f54ce1a88f3a0bf4d3461ce15b2 ssh-agent [2021-02-04T00:30:59.278Z] SSH_AUTH_SOCK=/tmp/ssh-MyXlGqNcYqrX/agent.12 [2021-02-04T00:30:59.278Z] SSH_AGENT_PID=17 [2021-02-04T00:30:59.301Z] Running ssh-add (command line suppressed) [2021-02-04T00:30:59.462Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_335618686512224868.key (/w/workspace/edgex-go/2@tmp/private_key_335618686512224868.key) [2021-02-04T00:30:59.529Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:30:59.887Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T00:30:59.916Z] $ docker exec --env ******** --env ******** 71084ae70b73c7a7013fc860f0365f1107578f54ce1a88f3a0bf4d3461ce15b2 ssh-agent -k [2021-02-04T00:31:00.056Z] unset SSH_AUTH_SOCK; [2021-02-04T00:31:00.056Z] unset SSH_AGENT_PID; [2021-02-04T00:31:00.057Z] echo Agent pid 17 killed; [2021-02-04T00:31:00.141Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T00:31:00.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:31:00.307Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:31:00.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:31:00.537Z] $ docker exec 71084ae70b73c7a7013fc860f0365f1107578f54ce1a88f3a0bf4d3461ce15b2 ssh-agent [2021-02-04T00:31:00.775Z] SSH_AUTH_SOCK=/tmp/ssh-xzE1AgZYLyqC/agent.48 [2021-02-04T00:31:00.775Z] SSH_AGENT_PID=53 [2021-02-04T00:31:00.784Z] Running ssh-add (command line suppressed) [2021-02-04T00:31:00.973Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_748482408530887580.key (/w/workspace/edgex-go/2@tmp/private_key_748482408530887580.key) [2021-02-04T00:31:01.088Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:31:01.431Z] + git semver init [2021-02-04T00:31:01.707Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T00:31:01.707Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-04T00:31:01.707Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-04T00:31:01.707Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T00:31:01.707Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T00:31:01.707Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T00:31:01.707Z] # $SEMVER_BRANCH = PR-3116 [2021-02-04T00:31:01.707Z] # $SEMVER_TEMP = /tmp/semver-801367774 [2021-02-04T00:31:01.707Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T00:31:40.711Z] # '/tmp/semver-801367774' -> '/w/workspace/edgex-go/2/.semver' [2021-02-04T00:31:40.711Z] # -> Force: false [2021-02-04T00:31:40.711Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-04T00:31:40.738Z] $ docker exec --env ******** --env ******** 71084ae70b73c7a7013fc860f0365f1107578f54ce1a88f3a0bf4d3461ce15b2 ssh-agent -k [2021-02-04T00:31:41.089Z] unset SSH_AUTH_SOCK; [2021-02-04T00:31:41.089Z] unset SSH_AGENT_PID; [2021-02-04T00:31:41.089Z] echo Agent pid 53 killed; [2021-02-04T00:31:41.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:31:41.930Z] + git semver [Pipeline] } [2021-02-04T00:31:41.981Z] $ docker stop --time=1 71084ae70b73c7a7013fc860f0365f1107578f54ce1a88f3a0bf4d3461ce15b2 [2021-02-04T00:31:43.981Z] $ docker rm -f 71084ae70b73c7a7013fc860f0365f1107578f54ce1a88f3a0bf4d3461ce15b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:31:44.736Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T00:31:45.516Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T00:31:45.519Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T00:31:46.416Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:31:46.730Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:31:47.060Z] + sudo service docker restart [2021-02-04T00:31:47.060Z] + true [2021-02-04T00:31:47.060Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T00:31:48.035Z] ========================================================= [2021-02-04T00:31:48.035Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T00:31:48.035Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:31:48.386Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-04T00:31:52.689Z] Sending build context to Docker daemon 327.5MB [2021-02-04T00:31:52.689Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:31:52.689Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:31:52.689Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T00:31:52.689Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T00:31:52.689Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T00:31:52.689Z] de9db76c5a1d: Pulling fs layer [2021-02-04T00:31:52.689Z] bca2f99d35d6: Pulling fs layer [2021-02-04T00:31:52.689Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T00:31:52.689Z] 7c6f9722023f: Pulling fs layer [2021-02-04T00:31:52.689Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T00:31:52.689Z] bca2f99d35d6: Waiting [2021-02-04T00:31:52.689Z] 93359f2a8cfa: Waiting [2021-02-04T00:31:52.689Z] 7c6f9722023f: Waiting [2021-02-04T00:31:52.689Z] a35cf1a2eb13: Waiting [2021-02-04T00:31:52.689Z] de9db76c5a1d: Verifying Checksum [2021-02-04T00:31:52.689Z] de9db76c5a1d: Download complete [2021-02-04T00:31:52.689Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T00:31:52.689Z] 0ef7d3d256c8: Download complete [2021-02-04T00:31:52.689Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T00:31:52.689Z] 93359f2a8cfa: Download complete [2021-02-04T00:31:53.286Z] 7c6f9722023f: Download complete [2021-02-04T00:31:53.286Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T00:31:53.286Z] 188c0c94c7c5: Download complete [2021-02-04T00:31:53.905Z] 188c0c94c7c5: Pull complete [2021-02-04T00:31:53.905Z] 0ef7d3d256c8: Pull complete [2021-02-04T00:31:54.175Z] de9db76c5a1d: Pull complete [2021-02-04T00:31:56.456Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T00:31:56.456Z] a35cf1a2eb13: Download complete [2021-02-04T00:31:57.417Z] bca2f99d35d6: Verifying Checksum [2021-02-04T00:31:57.417Z] bca2f99d35d6: Download complete [2021-02-04T00:32:00.903Z] Still waiting to schedule task [2021-02-04T00:32:00.903Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24790’ [2021-02-04T00:32:04.082Z] bca2f99d35d6: Pull complete [2021-02-04T00:32:04.082Z] 93359f2a8cfa: Pull complete [2021-02-04T00:32:04.082Z] 7c6f9722023f: Pull complete [2021-02-04T00:32:08.328Z] a35cf1a2eb13: Pull complete [2021-02-04T00:32:08.328Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T00:32:08.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T00:32:08.328Z] ---> a62c8e92a672 [2021-02-04T00:32:08.328Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T00:32:08.328Z] ---> Running in 58bc4de4ca75 [2021-02-04T00:32:08.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:32:09.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:32:10.941Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:32:11.516Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:32:11.516Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:32:11.781Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:32:43.987Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:32:43.987Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:32:43.987Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:32:43.987Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:32:43.987Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:32:43.987Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:32:43.987Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:32:43.987Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:32:43.987Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:32:43.987Z] OK: 233 MiB in 51 packages [2021-02-04T00:32:47.321Z] Removing intermediate container 58bc4de4ca75 [2021-02-04T00:32:47.321Z] ---> 8c239ec052cb [2021-02-04T00:32:47.321Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:32:47.585Z] ---> Running in 1961593efb50 [2021-02-04T00:32:47.585Z] Removing intermediate container 1961593efb50 [2021-02-04T00:32:47.585Z] ---> 8f4122965c88 [2021-02-04T00:32:47.585Z] Step 5/6 : COPY go.mod . [2021-02-04T00:32:47.864Z] ---> ba5a616f8cdb [2021-02-04T00:32:47.864Z] Step 6/6 : RUN go mod download [2021-02-04T00:32:47.864Z] ---> Running in 343f83dbf50f [2021-02-04T00:33:09.942Z] Removing intermediate container 343f83dbf50f [2021-02-04T00:33:09.942Z] ---> fbc931059017 [2021-02-04T00:33:09.942Z] Successfully built fbc931059017 [2021-02-04T00:33:09.942Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:33:10.267Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:33:10.267Z] . [Pipeline] withDockerContainer [2021-02-04T00:33:10.405Z] prd-centos7-docker-4c-2g-24795 does not seem to be running inside a container [2021-02-04T00:33:10.460Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:33:11.477Z] $ docker top 6f69b76efea9467959536995d822ade77a009f6337bb42f0df66d0002da5b19b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:33:11.967Z] + go version [2021-02-04T00:33:11.968Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T00:33:11.983Z] $ docker stop --time=1 6f69b76efea9467959536995d822ade77a009f6337bb42f0df66d0002da5b19b [2021-02-04T00:33:13.420Z] $ docker rm -f 6f69b76efea9467959536995d822ade77a009f6337bb42f0df66d0002da5b19b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:33:14.387Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:33:14.387Z] . [Pipeline] withDockerContainer [2021-02-04T00:33:14.578Z] prd-centos7-docker-4c-2g-24795 does not seem to be running inside a container [2021-02-04T00:33:14.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:33:15.493Z] $ docker top 2b08b141039b220986bb366fb4b593da380247ba2fdfca9dedaa0f8953edfbc3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T00:33:15.730Z] ========================================================= [2021-02-04T00:33:15.730Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:33:15.730Z] ========================================================= [Pipeline] sh [2021-02-04T00:33:16.033Z] + make test [2021-02-04T00:33:16.033Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:33:26.134Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:33:48.423Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:33:49.856Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:33:51.830Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:33:51.830Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:33:51.830Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:33:54.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:33:54.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:33:54.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:33:54.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:33:54.466Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:33:54.466Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:33:57.812Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:33:57.812Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:33:57.812Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:34:01.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.0% of statements [2021-02-04T00:34:01.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:34:01.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:34:01.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:34:01.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:34:01.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:34:01.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:34:01.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:34:01.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.073s coverage: 100.0% of statements [2021-02-04T00:34:05.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.317s coverage: 27.1% of statements [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:34:05.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:34:05.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:34:05.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 65.8% of statements [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:34:05.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.3% of statements [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:34:05.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:34:09.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.575s coverage: 28.6% of statements [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:34:09.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:34:09.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:34:09.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:34:09.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:34:09.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:34:09.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.600s coverage: 92.8% of statements [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:34:13.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 45.5% of statements [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2021-02-04T00:34:13.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-02-04T00:34:26.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-02-04T00:34:26.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.113s coverage: 92.9% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.091s coverage: 87.2% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.108s coverage: 84.2% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.182s coverage: 91.4% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.236s coverage: 63.5% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 91.3% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.096s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 68.9% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 37.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.532s coverage: 84.0% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.212s coverage: 47.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.094s coverage: 90.4% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.874s coverage: 29.1% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:34:38.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-02-04T00:34:38.451Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-02-04T00:34:38.451Z] GO111MODULE=on go vet ./... [2021-02-04T00:35:00.834Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24808 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-04T00:35:00.887Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-04T00:35:06.899Z] using credential edgex-jenkins-ssh [2021-02-04T00:35:06.995Z] Cloning the remote Git repository [2021-02-04T00:35:07.044Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:35:07.162Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-04T00:35:07.267Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:35:07.267Z] > git --version # timeout=10 [2021-02-04T00:35:07.287Z] > git --version # 'git version 2.17.1' [2021-02-04T00:35:07.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:35:07.350Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:35:10.965Z] gofmt -l . [2021-02-04T00:35:10.965Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:35:10.965Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:35:11.558Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:35:12.772Z] + ls -al . [2021-02-04T00:35:12.772Z] total 684 [2021-02-04T00:35:12.772Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 00:35 . [2021-02-04T00:35:12.772Z] drwxr-xr-x 4 root root 28 Feb 4 00:33 .. [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:30 .dockerignore [2021-02-04T00:35:12.772Z] drwxrwxr-x 8 1001 1001 179 Feb 4 00:30 .git [2021-02-04T00:35:12.772Z] drwxrwxr-x 3 1001 1001 125 Feb 4 00:30 .github [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:30 .gitignore [2021-02-04T00:35:12.772Z] drwx------ 3 1001 1001 60 Feb 4 00:31 .semver [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:30 .sonarcloud.properties [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:30 Attribution.txt [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:30 CONTRIBUTING.md [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:30 Dockerfile.build [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:30 Jenkinsfile [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:30 LICENSE [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:30 Makefile [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:30 README.md [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:30 SECURITY.md [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:31 VERSION [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:30 ZMQWindows.md [2021-02-04T00:35:12.772Z] drwxrwxr-x 2 1001 1001 117 Feb 4 00:30 bin [2021-02-04T00:35:12.772Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:30 cmd [2021-02-04T00:35:12.772Z] -rw-r--r-- 1 root root 580808 Feb 4 00:34 coverage.out [2021-02-04T00:35:12.772Z] -rw-r--r-- 1 root root 1054 Feb 4 00:35 go.mod [2021-02-04T00:35:12.772Z] -rw-r--r-- 1 root root 19510 Feb 4 00:35 go.sum [2021-02-04T00:35:12.772Z] drwxrwxr-x 8 1001 1001 127 Feb 4 00:30 internal [2021-02-04T00:35:12.772Z] drwxrwxr-x 4 1001 1001 26 Feb 4 00:30 openapi [2021-02-04T00:35:12.772Z] drwxrwxr-x 4 1001 1001 71 Feb 4 00:30 snap [2021-02-04T00:35:12.772Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:30 version.go [Pipeline] sh [2021-02-04T00:35:13.083Z] + '[' -e coverage.out ] [2021-02-04T00:35:13.083Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:35:13.354Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:35:13.720Z] + make build [2021-02-04T00:35:13.720Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:35:17.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:35:26.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:35:28.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:35:29.043Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:35:29.118Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:35:29.179Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:35:29.304Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:35:29.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:35:29.348Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:35:30.066Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 570dbe12e9057e8a964dbddb1dc146d66991ebe2 [2021-02-04T00:35:30.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:35:30.941Z] Merge succeeded, producing 549de6837c16099e6e31ea6d827091e459545d02 [2021-02-04T00:35:30.942Z] Checking out Revision 549de6837c16099e6e31ea6d827091e459545d02 (PR-3116) [2021-02-04T00:35:31.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:35:30.087Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:35:30.101Z] > git checkout -f 570dbe12e9057e8a964dbddb1dc146d66991ebe2 # timeout=10 [2021-02-04T00:35:30.458Z] > git remote # timeout=10 [2021-02-04T00:35:30.481Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:35:30.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:35:30.512Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:35:30.917Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:35:30.947Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:35:30.960Z] > git checkout -f 549de6837c16099e6e31ea6d827091e459545d02 # timeout=10 [2021-02-04T00:35:33.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:35:35.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:35:36.340Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:35:36.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:35:36.367Z] > git rev-list --no-walk 570dbe12e9057e8a964dbddb1dc146d66991ebe2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T00:35:37.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:35:38.340Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:35:38.868Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:35:38.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:35:39.292Z] + sudo service docker restart+ [2021-02-04T00:35:39.292Z] true [2021-02-04T00:35:40.521Z] 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] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T00:35:41.416Z] provisioning config files... [2021-02-04T00:35:41.464Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config227042399795481397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:35:41.885Z] ---> docker-login.sh [2021-02-04T00:35:41.885Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:35:41.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:35:42.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:35:43.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:35:43.166Z] Configure a credential helper to remove this warning. See [2021-02-04T00:35:43.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:35:43.166Z] [2021-02-04T00:35:43.166Z] Login Succeeded [2021-02-04T00:35:43.166Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:35:43.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:35:43.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:35:43.790Z] Configure a credential helper to remove this warning. See [2021-02-04T00:35:43.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:35:43.790Z] [2021-02-04T00:35:43.790Z] Login Succeeded [2021-02-04T00:35:43.790Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:35:44.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:35:44.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:35:44.407Z] Configure a credential helper to remove this warning. See [2021-02-04T00:35:44.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:35:44.407Z] [2021-02-04T00:35:44.407Z] Login Succeeded [2021-02-04T00:35:44.407Z] nexus3.edgexfoundry.org:10004 [Pipeline] } [2021-02-04T00:35:44.661Z] $ docker stop --time=1 2b08b141039b220986bb366fb4b593da380247ba2fdfca9dedaa0f8953edfbc3 [2021-02-04T00:35:45.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:35:45.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:35:45.007Z] Configure a credential helper to remove this warning. See [2021-02-04T00:35:45.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:35:45.007Z] [2021-02-04T00:35:45.007Z] Login Succeeded [2021-02-04T00:35:45.007Z] docker.io [2021-02-04T00:35:45.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:35:45.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:35:45.882Z] Configure a credential helper to remove this warning. See [2021-02-04T00:35:45.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:35:45.882Z] [2021-02-04T00:35:45.882Z] Login Succeeded [2021-02-04T00:35:45.882Z] ---> docker-login.sh ends [2021-02-04T00:35:46.499Z] $ docker rm -f 2b08b141039b220986bb366fb4b593da380247ba2fdfca9dedaa0f8953edfbc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-02-04T00:35:47.278Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-02-04T00:35:50.412Z] ========================================================= [2021-02-04T00:35:50.412Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T00:35:50.412Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:35:50.800Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T00:35:50.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:35:50.832Z] [2021-02-04T00:35:50.832Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:35:51.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:35:51.261Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T00:35:51.261Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T00:35:51.261Z] ca9280d653b3: Pulling fs layer [2021-02-04T00:35:51.261Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T00:35:51.840Z] cbdbe7a5bc2a: Download complete [2021-02-04T00:35:52.107Z] cbdbe7a5bc2a: Pull complete [2021-02-04T00:35:52.107Z] ca9280d653b3: Verifying Checksum [2021-02-04T00:35:52.107Z] ca9280d653b3: Download complete [2021-02-04T00:35:53.466Z] Sending build context to Docker daemon 166.1MB [2021-02-04T00:35:53.466Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:35:53.466Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:35:53.466Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T00:35:53.466Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T00:35:53.466Z] a4357932f1b6: Pulling fs layer [2021-02-04T00:35:53.466Z] 18c013af1878: Pulling fs layer [2021-02-04T00:35:53.466Z] 00ac8860ef70: Pulling fs layer [2021-02-04T00:35:53.466Z] 63d7cb157983: Pulling fs layer [2021-02-04T00:35:53.466Z] b116817d02f9: Pulling fs layer [2021-02-04T00:35:53.466Z] 745a02a5169b: Pulling fs layer [2021-02-04T00:35:53.466Z] 00ac8860ef70: Waiting [2021-02-04T00:35:53.466Z] 63d7cb157983: Waiting [2021-02-04T00:35:53.466Z] 745a02a5169b: Waiting [2021-02-04T00:35:53.466Z] b116817d02f9: Waiting [2021-02-04T00:35:53.466Z] 18c013af1878: Verifying Checksum [2021-02-04T00:35:53.466Z] 18c013af1878: Download complete [2021-02-04T00:35:53.466Z] a4357932f1b6: Verifying Checksum [2021-02-04T00:35:53.466Z] a4357932f1b6: Download complete [2021-02-04T00:35:53.466Z] 63d7cb157983: Download complete [2021-02-04T00:35:53.466Z] b116817d02f9: Verifying Checksum [2021-02-04T00:35:53.466Z] b116817d02f9: Download complete [2021-02-04T00:35:53.466Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T00:35:53.466Z] 5f621e34cdf4: Download complete [2021-02-04T00:35:53.529Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T00:35:53.529Z] 7e9c9ca2126c: Download complete [2021-02-04T00:35:53.529Z] ca9280d653b3: Pull complete [2021-02-04T00:35:54.080Z] 5f621e34cdf4: Pull complete [2021-02-04T00:35:55.093Z] a4357932f1b6: Pull complete [2021-02-04T00:35:55.385Z] 745a02a5169b: Verifying Checksum [2021-02-04T00:35:55.386Z] 745a02a5169b: Download complete [2021-02-04T00:35:55.386Z] 18c013af1878: Pull complete [2021-02-04T00:35:56.831Z] 00ac8860ef70: Verifying Checksum [2021-02-04T00:35:56.831Z] 00ac8860ef70: Download complete [2021-02-04T00:36:01.721Z] 7e9c9ca2126c: Pull complete [2021-02-04T00:36:01.721Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T00:36:01.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:01.721Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T00:36:01.893Z] prd-centos7-docker-4c-2g-24795 does not seem to be running inside a container [2021-02-04T00:36:02.020Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T00:36:04.473Z] $ docker top 1cd98a5e1f68f31d111cb3210d62702827d33205c4af35232c35359227a16fa2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:36:05.094Z] + docker-compose build --help [2021-02-04T00:36:05.094Z] + grep parallel [2021-02-04T00:36:06.498Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:36:06.524Z] $ docker stop --time=1 1cd98a5e1f68f31d111cb3210d62702827d33205c4af35232c35359227a16fa2 [2021-02-04T00:36:07.026Z] 00ac8860ef70: Pull complete [2021-02-04T00:36:07.026Z] 63d7cb157983: Pull complete [2021-02-04T00:36:07.643Z] b116817d02f9: Pull complete [2021-02-04T00:36:07.950Z] $ docker rm -f 1cd98a5e1f68f31d111cb3210d62702827d33205c4af35232c35359227a16fa2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:08.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:08.651Z] . [Pipeline] withDockerContainer [2021-02-04T00:36:08.773Z] prd-centos7-docker-4c-2g-24795 does not seem to be running inside a container [2021-02-04T00:36:08.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T00:36:09.821Z] $ docker top d2d6b74ba855eea480c4543e7f5846701112c6f28f366282cf1c42a126d33fe3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:36:10.342Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:36:11.304Z] Building docker-core-command-go ... [2021-02-04T00:36:11.304Z] Building docker-core-data-go ... [2021-02-04T00:36:11.304Z] Building docker-core-metadata-go ... [2021-02-04T00:36:11.304Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:36:11.304Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:36:11.304Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:36:11.304Z] Building docker-support-notifications-go ... [2021-02-04T00:36:11.304Z] Building docker-support-scheduler-go ... [2021-02-04T00:36:11.304Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:36:11.304Z] Building docker-sys-mgmt-agent-go [2021-02-04T00:36:11.304Z] Building docker-security-secretstore-setup-go [2021-02-04T00:36:11.304Z] Building docker-support-scheduler-go [2021-02-04T00:36:11.304Z] Building docker-security-proxy-setup-go [2021-02-04T00:36:11.304Z] Building docker-security-bootstrapper-go [2021-02-04T00:36:11.984Z] 745a02a5169b: Pull complete [2021-02-04T00:36:11.985Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T00:36:11.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T00:36:11.985Z] ---> b7e6874047d6 [2021-02-04T00:36:11.985Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T00:36:14.613Z] ---> Running in fbf3952ecd38 [2021-02-04T00:36:16.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:36:16.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:36:17.650Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:36:18.246Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:36:18.246Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:36:18.246Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:36:45.872Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:36:45.872Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:36:45.872Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:36:45.872Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:36:45.872Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:36:45.872Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:36:45.872Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:36:46.476Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:36:46.476Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:36:46.476Z] OK: 217 MiB in 51 packages [2021-02-04T00:36:50.267Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:36:50.267Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:36:50.267Z] ---> fbc931059017 [2021-02-04T00:36:50.267Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:36:50.267Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:36:50.267Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:36:50.267Z] ---> fbc931059017 [2021-02-04T00:36:50.267Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:36:50.267Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:36:50.267Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:36:50.267Z] ---> fbc931059017 [2021-02-04T00:36:50.267Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:36:50.267Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:36:50.267Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:36:50.267Z] ---> fbc931059017 [2021-02-04T00:36:50.267Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:36:50.267Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:36:50.267Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:36:50.267Z] ---> fbc931059017 [2021-02-04T00:36:50.267Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:36:50.540Z] ---> Running in 0a46f3f19988 [2021-02-04T00:36:50.540Z] ---> Running in 7a00949dcedd [2021-02-04T00:36:50.540Z] ---> Running in 0e5b4cc1a4c7 [2021-02-04T00:36:50.540Z] ---> Running in 33effa558b06 [2021-02-04T00:36:50.540Z] ---> Running in 8c94267265cf [2021-02-04T00:36:50.791Z] Removing intermediate container fbf3952ecd38 [2021-02-04T00:36:50.791Z] ---> 09b77bdb2279 [2021-02-04T00:36:50.791Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:36:50.791Z] ---> Running in 090c911dcaf6 [2021-02-04T00:36:51.138Z] Removing intermediate container 0a46f3f19988 [2021-02-04T00:36:51.138Z] ---> 6770e31fcde1 [2021-02-04T00:36:51.138Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:36:51.138Z] Removing intermediate container 7a00949dcedd [2021-02-04T00:36:51.138Z] ---> 7ad62ca14dda [2021-02-04T00:36:51.138Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:36:51.138Z] Removing intermediate container 0e5b4cc1a4c7 [2021-02-04T00:36:51.138Z] ---> 09c29b9f30b3 [2021-02-04T00:36:51.138Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:36:51.138Z] Removing intermediate container 33effa558b06 [2021-02-04T00:36:51.138Z] ---> 073d81fd2129 [2021-02-04T00:36:51.138Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:36:51.138Z] Removing intermediate container 8c94267265cf [2021-02-04T00:36:51.138Z] ---> 18dac026d5f2 [2021-02-04T00:36:51.138Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:36:51.138Z] ---> Running in ffb8c381e030 [2021-02-04T00:36:51.138Z] ---> Running in fc0c294416b8 [2021-02-04T00:36:51.138Z] ---> Running in bd6ca636dd38 [2021-02-04T00:36:51.138Z] ---> Running in 9ff1a0c126df [2021-02-04T00:36:51.138Z] ---> Running in 91dd8ea11ef2 [2021-02-04T00:36:51.390Z] Removing intermediate container 090c911dcaf6 [2021-02-04T00:36:51.390Z] ---> b69f47009075 [2021-02-04T00:36:51.390Z] Step 5/6 : COPY go.mod . [2021-02-04T00:36:51.989Z] ---> acfc677d305a [2021-02-04T00:36:51.989Z] Step 6/6 : RUN go mod download [2021-02-04T00:36:52.266Z] ---> Running in 805019ce4170 [2021-02-04T00:36:53.803Z] Removing intermediate container fc0c294416b8 [2021-02-04T00:36:53.803Z] ---> d56bfe10a106 [2021-02-04T00:36:53.803Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:36:53.803Z] Removing intermediate container ffb8c381e030 [2021-02-04T00:36:53.803Z] ---> 168b64c704bc [2021-02-04T00:36:53.803Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:36:53.803Z] ---> Running in f68b9eb8ad65 [2021-02-04T00:36:53.803Z] ---> Running in 4e3d89da5d38 [2021-02-04T00:36:53.803Z] Removing intermediate container bd6ca636dd38 [2021-02-04T00:36:53.803Z] ---> 32d7b0ee4023 [2021-02-04T00:36:53.803Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:36:54.073Z] Removing intermediate container 91dd8ea11ef2 [2021-02-04T00:36:54.073Z] ---> ee17710d728b [2021-02-04T00:36:54.073Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:36:54.073Z] ---> Running in 8521c913bd8c [2021-02-04T00:36:54.694Z] Removing intermediate container 9ff1a0c126df [2021-02-04T00:36:54.694Z] ---> e25f1025ef55 [2021-02-04T00:36:54.694Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:36:54.694Z] ---> Running in c42a46364fb1 [2021-02-04T00:36:54.694Z] ---> Running in 38c6de8d135e [2021-02-04T00:36:55.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:55.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:55.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:55.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:55.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:55.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:55.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:55.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:56.263Z] OK: 233 MiB in 51 packages [2021-02-04T00:36:56.536Z] OK: 233 MiB in 51 packages [2021-02-04T00:36:56.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:56.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:36:56.536Z] OK: 233 MiB in 51 packages [2021-02-04T00:36:57.158Z] OK: 233 MiB in 51 packages [2021-02-04T00:36:57.158Z] OK: 233 MiB in 51 packages [2021-02-04T00:36:57.158Z] Removing intermediate container f68b9eb8ad65 [2021-02-04T00:36:57.158Z] ---> 571ab2723d82 [2021-02-04T00:36:57.158Z] Step 6/22 : COPY go.mod . [2021-02-04T00:36:57.158Z] Removing intermediate container 4e3d89da5d38 [2021-02-04T00:36:57.158Z] ---> 5ee7b43aab5b [2021-02-04T00:36:57.158Z] Step 6/26 : COPY go.mod . [2021-02-04T00:36:57.773Z] Removing intermediate container 8521c913bd8c [2021-02-04T00:36:57.773Z] ---> e244123c5100 [2021-02-04T00:36:57.773Z] Step 6/31 : COPY go.mod . [2021-02-04T00:36:57.773Z] ---> 466b4c6c6d64 [2021-02-04T00:36:57.773Z] Step 7/22 : RUN go mod download [2021-02-04T00:36:57.773Z] ---> 8c4e7d82cb18 [2021-02-04T00:36:57.773Z] Step 7/26 : RUN go mod download [2021-02-04T00:36:57.773Z] ---> Running in 62de887e9692 [2021-02-04T00:36:58.104Z] ---> Running in 535c62828ae5 [2021-02-04T00:36:58.104Z] Removing intermediate container c42a46364fb1 [2021-02-04T00:36:58.104Z] ---> a7038f31957e [2021-02-04T00:36:58.104Z] Step 6/24 : COPY go.mod . [2021-02-04T00:36:58.104Z] ---> 6e36fd784b9b [2021-02-04T00:36:58.104Z] Step 7/31 : RUN go mod download [2021-02-04T00:36:58.104Z] Removing intermediate container 38c6de8d135e [2021-02-04T00:36:58.104Z] ---> 79b62f5f0f26 [2021-02-04T00:36:58.104Z] Step 6/21 : COPY go.mod . [2021-02-04T00:36:58.385Z] ---> Running in ed334e92ae6b [2021-02-04T00:36:58.659Z] ---> 7a44bcf9aaf6 [2021-02-04T00:36:58.659Z] Step 7/24 : RUN go mod download [2021-02-04T00:36:58.659Z] ---> 47f3cfc5dd82 [2021-02-04T00:36:58.659Z] Step 7/21 : RUN go mod download [2021-02-04T00:36:58.949Z] ---> Running in 8c447368bc0d [2021-02-04T00:36:58.949Z] ---> Running in 89b6207340ef [2021-02-04T00:37:01.563Z] Removing intermediate container ed334e92ae6b [2021-02-04T00:37:01.563Z] ---> e421426f22c7 [2021-02-04T00:37:01.563Z] Step 8/31 : COPY . . [2021-02-04T00:37:01.563Z] Removing intermediate container 62de887e9692 [2021-02-04T00:37:01.563Z] ---> 85cf4b85093d [2021-02-04T00:37:01.563Z] Step 8/22 : COPY . . [2021-02-04T00:37:01.563Z] Removing intermediate container 535c62828ae5 [2021-02-04T00:37:01.563Z] ---> 83f00f197b42 [2021-02-04T00:37:01.563Z] Step 8/26 : COPY . . [2021-02-04T00:37:01.841Z] Removing intermediate container 89b6207340ef [2021-02-04T00:37:01.841Z] ---> 7dc5e1c9325a [2021-02-04T00:37:01.841Z] Step 8/21 : COPY . . [2021-02-04T00:37:01.841Z] Removing intermediate container 8c447368bc0d [2021-02-04T00:37:01.841Z] ---> fee50d2f37dc [2021-02-04T00:37:01.841Z] Step 8/24 : COPY . . [2021-02-04T00:37:19.167Z] Removing intermediate container 805019ce4170 [2021-02-04T00:37:19.167Z] ---> 73a670f010a3 [2021-02-04T00:37:19.167Z] Successfully built 73a670f010a3 [2021-02-04T00:37:19.167Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:37:19.524Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:37:19.524Z] . [Pipeline] withDockerContainer [2021-02-04T00:37:19.833Z] prd-ubuntu18.04-docker-arm64-4c-16g-24808 does not seem to be running inside a container [2021-02-04T00:37:19.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:37:21.642Z] $ docker top 06d404897c15a74cfb04ee351c345ce254a0cb66b81292bd417b560967cec46d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:37:22.708Z] + go version [2021-02-04T00:37:22.709Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T00:37:22.744Z] $ docker stop --time=1 06d404897c15a74cfb04ee351c345ce254a0cb66b81292bd417b560967cec46d [2021-02-04T00:37:24.820Z] $ docker rm -f 06d404897c15a74cfb04ee351c345ce254a0cb66b81292bd417b560967cec46d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:37:26.006Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:37:26.006Z] . [Pipeline] withDockerContainer [2021-02-04T00:37:26.326Z] prd-ubuntu18.04-docker-arm64-4c-16g-24808 does not seem to be running inside a container [2021-02-04T00:37:26.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:37:28.006Z] $ docker top 7ee5126626d17bc4e6871d98494ff4671add7e7cae9ce47d0975ad458a5172e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T00:37:28.426Z] ========================================================= [2021-02-04T00:37:28.426Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:37:28.426Z] ========================================================= [Pipeline] sh [2021-02-04T00:37:29.085Z] + make test [2021-02-04T00:37:29.085Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:37:49.010Z] ---> d71afbf32a5c [2021-02-04T00:37:49.010Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:37:49.010Z] ---> b674f6389a30 [2021-02-04T00:37:49.010Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:37:49.010Z] ---> 693db7ae0473 [2021-02-04T00:37:49.010Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T00:37:49.010Z] ---> 2841cb9fe9ab [2021-02-04T00:37:49.010Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T00:37:49.010Z] ---> 80fe1d8f938b [2021-02-04T00:37:49.010Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:37:49.010Z] ---> Running in ffbd8de7736b [2021-02-04T00:37:49.010Z] ---> Running in c1ca92c95a32 [2021-02-04T00:37:49.010Z] ---> Running in 8714ef8fc172 [2021-02-04T00:37:49.010Z] ---> Running in e765bde6dae3 [2021-02-04T00:37:49.010Z] ---> Running in 0e330c01f197 [2021-02-04T00:37:49.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:37:49.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:37:49.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:37:49.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:37:49.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:37:56.015Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:38:21.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:38:21.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:38:21.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:38:25.112Z] Removing intermediate container 8714ef8fc172 [2021-02-04T00:38:25.112Z] ---> 6e8502b66d41 [2021-02-04T00:38:25.112Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:38:25.112Z] ---> Running in 935bb504a8a6 [2021-02-04T00:38:26.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:38:29.467Z] Removing intermediate container c1ca92c95a32 [2021-02-04T00:38:29.467Z] ---> d93edc683353 [2021-02-04T00:38:29.467Z] [2021-02-04T00:38:29.467Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:38:29.467Z] Removing intermediate container ffbd8de7736b [2021-02-04T00:38:29.467Z] ---> d3cf3efe2959 [2021-02-04T00:38:29.467Z] [2021-02-04T00:38:29.467Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:38:29.467Z] 3.12: Pulling from library/alpine [2021-02-04T00:38:29.467Z] 3.12: Pulling from library/alpine [2021-02-04T00:38:30.885Z] Removing intermediate container 935bb504a8a6 [2021-02-04T00:38:30.885Z] ---> 009223a9dcfd [2021-02-04T00:38:30.885Z] [2021-02-04T00:38:30.885Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:38:30.885Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:38:30.885Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:38:30.885Z] 20.10.0: Pulling from library/docker [2021-02-04T00:38:30.885Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:38:30.885Z] ---> 389fef711851 [2021-02-04T00:38:30.885Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:38:30.885Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:38:30.885Z] ---> 389fef711851 [2021-02-04T00:38:30.885Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:38:35.473Z] Removing intermediate container e765bde6dae3 [2021-02-04T00:38:35.473Z] ---> 2678298ee514 [2021-02-04T00:38:35.473Z] [2021-02-04T00:38:35.473Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:38:35.473Z] ---> 389fef711851 [2021-02-04T00:38:35.473Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:38:35.473Z] ---> Running in 568eee559a87 [2021-02-04T00:38:35.473Z] ---> Running in 15da30a0d85b [2021-02-04T00:38:35.473Z] Removing intermediate container 0e330c01f197 [2021-02-04T00:38:35.473Z] ---> 4a46d784038d [2021-02-04T00:38:35.473Z] [2021-02-04T00:38:35.473Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:38:35.473Z] ---> 389fef711851 [2021-02-04T00:38:35.473Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:38:35.768Z] ---> Running in f12512916ed2 [2021-02-04T00:38:35.768Z] ---> Running in cb13715e3a3b [2021-02-04T00:38:36.370Z] Removing intermediate container cb13715e3a3b [2021-02-04T00:38:36.370Z] ---> 252266746184 [2021-02-04T00:38:36.370Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:38:36.370Z] ---> Running in 2177ca605792 [2021-02-04T00:38:36.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:36.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:36.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:37.179Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:38:37.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:37.179Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:38:37.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:37.180Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:38:37.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:37.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:37.180Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:38:37.180Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:38:37.180Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:38:37.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:37.180Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:38:37.445Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:38:37.445Z] OK: 7 MiB in 19 packages [2021-02-04T00:38:37.445Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:38:37.445Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:38:37.445Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:38:37.445Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:38:37.445Z] OK: 6 MiB in 15 packages [2021-02-04T00:38:37.445Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:38:37.445Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:38:37.445Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:38:37.445Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:38:37.723Z] OK: 7 MiB in 18 packages [2021-02-04T00:38:37.723Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:38:37.723Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:38:37.723Z] OK: 6 MiB in 16 packages [2021-02-04T00:38:39.134Z] Removing intermediate container f12512916ed2 [2021-02-04T00:38:39.134Z] ---> 4af223d03db7 [2021-02-04T00:38:39.134Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:38:40.105Z] Removing intermediate container 568eee559a87 [2021-02-04T00:38:40.105Z] ---> fbd5b78b02ac [2021-02-04T00:38:40.105Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:38:40.105Z] ---> Running in 29c8839fa2cc [2021-02-04T00:38:40.105Z] Removing intermediate container 15da30a0d85b [2021-02-04T00:38:40.105Z] ---> d3b31405eeb9 [2021-02-04T00:38:40.105Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:38:40.105Z] Removing intermediate container 2177ca605792 [2021-02-04T00:38:40.105Z] ---> f7370f974e2e [2021-02-04T00:38:40.105Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:38:40.376Z] ---> Running in 7f4f62b959b4 [2021-02-04T00:38:40.376Z] ---> Running in d302a349f1ae [2021-02-04T00:38:40.376Z] ---> Running in 711d3b0f17e7 [2021-02-04T00:38:40.376Z] Removing intermediate container 29c8839fa2cc [2021-02-04T00:38:40.376Z] ---> f057121299d8 [2021-02-04T00:38:40.376Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T00:38:40.642Z] ---> Running in 62d24af069fb [2021-02-04T00:38:40.642Z] Removing intermediate container d302a349f1ae [2021-02-04T00:38:40.642Z] ---> b932f552ac58 [2021-02-04T00:38:40.642Z] Step 13/24 : WORKDIR / [2021-02-04T00:38:40.642Z] Removing intermediate container 7f4f62b959b4 [2021-02-04T00:38:40.642Z] ---> 37dcc85ea3cb [2021-02-04T00:38:40.642Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:38:40.916Z] Removing intermediate container 711d3b0f17e7 [2021-02-04T00:38:40.916Z] ---> c5a293caffc0 [2021-02-04T00:38:40.916Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:38:40.916Z] ---> Running in e175ffd36248 [2021-02-04T00:38:40.916Z] ---> Running in 25f978054e92 [2021-02-04T00:38:40.916Z] ---> Running in 49289524946c [2021-02-04T00:38:40.916Z] Removing intermediate container 62d24af069fb [2021-02-04T00:38:40.916Z] ---> 92a6ffdfac54 [2021-02-04T00:38:40.916Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:38:41.178Z] ---> Running in 15eeabdb82e0 [2021-02-04T00:38:41.178Z] Removing intermediate container e175ffd36248 [2021-02-04T00:38:41.178Z] ---> bbd42ceceef1 [2021-02-04T00:38:41.178Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T00:38:41.451Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:38:41.451Z] Removing intermediate container 49289524946c [2021-02-04T00:38:41.451Z] ---> e4516c1f831a [2021-02-04T00:38:41.451Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:38:41.451Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:38:41.451Z] Removing intermediate container 25f978054e92 [2021-02-04T00:38:41.451Z] ---> 45c9b4636c06 [2021-02-04T00:38:41.451Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:38:41.451Z] ---> aefe523efa57 [2021-02-04T00:38:41.451Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:38:41.451Z] Removing intermediate container 15eeabdb82e0 [2021-02-04T00:38:41.451Z] ---> 52060df066d1 [2021-02-04T00:38:41.451Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:38:41.451Z] ---> Running in 5ad07e8384a1 [2021-02-04T00:38:41.725Z] ---> Running in dae5de9fc9c2 [2021-02-04T00:38:41.991Z] ---> f5f023f29a68 [2021-02-04T00:38:41.991Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T00:38:41.991Z] ---> 1ca6ae9b45db [2021-02-04T00:38:41.991Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:38:42.260Z] ---> a2d25fa57b5f [2021-02-04T00:38:42.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:38:42.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:42.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:38:43.099Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:38:43.099Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:38:43.099Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:38:43.099Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:38:43.099Z] OK: 12 MiB in 22 packages [2021-02-04T00:38:43.373Z] ---> 263adaea49cd [2021-02-04T00:38:43.373Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:38:43.373Z] ---> a699027a1e75 [2021-02-04T00:38:43.373Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:38:43.373Z] ---> 767b36fd39b7 [2021-02-04T00:38:43.373Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:38:43.643Z] ---> 246856b404c6 [2021-02-04T00:38:43.643Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:38:43.906Z] ---> 4e6bf5f81388 [2021-02-04T00:38:43.906Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T00:38:43.906Z] Removing intermediate container 5ad07e8384a1 [2021-02-04T00:38:43.906Z] ---> 475947c537e5 [2021-02-04T00:38:43.906Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:38:44.174Z] Removing intermediate container dae5de9fc9c2 [2021-02-04T00:38:44.174Z] ---> d32c0ab98bef [2021-02-04T00:38:44.174Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:38:44.174Z] ---> f6ba12f18d30 [2021-02-04T00:38:44.174Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:38:44.174Z] ---> Running in 2e1b049bfbbe [2021-02-04T00:38:44.174Z] ---> Running in 5e877961a3f8 [2021-02-04T00:38:44.438Z] ---> Running in e4a295ed63da [2021-02-04T00:38:44.438Z] ---> Running in b1bdb3225fb3 [2021-02-04T00:38:44.438Z] ---> c5b9d6f32676 [2021-02-04T00:38:44.438Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:38:44.438Z] Removing intermediate container 5e877961a3f8 [2021-02-04T00:38:44.438Z] ---> c3e31a22f3ec [2021-02-04T00:38:44.438Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:38:44.703Z] Removing intermediate container b1bdb3225fb3 [2021-02-04T00:38:44.703Z] ---> 22fb3843431b [2021-02-04T00:38:44.703Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:38:44.703Z] ---> Running in c57338ae971e [2021-02-04T00:38:44.972Z] Removing intermediate container e4a295ed63da [2021-02-04T00:38:44.972Z] ---> f2b26e05a7c7 [2021-02-04T00:38:44.972Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:38:44.972Z] Removing intermediate container 2e1b049bfbbe [2021-02-04T00:38:44.972Z] ---> e399403882d7 [2021-02-04T00:38:44.972Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:38:44.972Z] ---> Running in 56e4817609b4 [2021-02-04T00:38:44.972Z] ---> Running in 524a5b1abf1b [2021-02-04T00:38:44.972Z] ---> 7ff31dd3ca5f [2021-02-04T00:38:44.972Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:38:45.236Z] Removing intermediate container c57338ae971e [2021-02-04T00:38:45.236Z] ---> 8dfc9dc17dd1 [2021-02-04T00:38:45.236Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:38:45.500Z] Removing intermediate container 56e4817609b4 [2021-02-04T00:38:45.500Z] ---> db96730f1baa [2021-02-04T00:38:45.500Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T00:38:45.500Z] ---> Running in d2f58db5751c [2021-02-04T00:38:45.500Z] Removing intermediate container 524a5b1abf1b [2021-02-04T00:38:45.500Z] ---> e8cb2ddc22d1 [2021-02-04T00:38:45.500Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:38:45.763Z] ---> Running in d7b945d9a4dd [2021-02-04T00:38:45.763Z] ---> e8d8c07ae4ec [2021-02-04T00:38:45.763Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:38:45.763Z] ---> 70d1662ea40c [2021-02-04T00:38:45.763Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T00:38:46.027Z] ---> Running in dbd548c71549 [2021-02-04T00:38:46.028Z] ---> Running in 40191fc10b01 [2021-02-04T00:38:46.028Z] ---> Running in 9960a9fc24f9 [2021-02-04T00:38:46.028Z] Removing intermediate container d2f58db5751c [2021-02-04T00:38:46.028Z] ---> a248a1fed51f [2021-02-04T00:38:46.028Z] Step 21/22 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:38:46.028Z] Removing intermediate container d7b945d9a4dd [2021-02-04T00:38:46.028Z] ---> a40771776ec2 [2021-02-04T00:38:46.028Z] Step 20/21 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:38:46.290Z] ---> Running in 95ffd5fe5637 [2021-02-04T00:38:46.290Z] ---> Running in fa4130dc711b [2021-02-04T00:38:46.290Z] Removing intermediate container dbd548c71549 [2021-02-04T00:38:46.290Z] ---> 84cd7d921ccc [2021-02-04T00:38:46.290Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:38:46.875Z] Removing intermediate container 95ffd5fe5637 [2021-02-04T00:38:46.875Z] ---> 1c62e20209fa [2021-02-04T00:38:46.875Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:38:46.875Z] Removing intermediate container fa4130dc711b [2021-02-04T00:38:46.875Z] ---> 9af359ce22e5 [2021-02-04T00:38:46.875Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:38:46.875Z] ---> Running in 367d974bc1d8 [2021-02-04T00:38:46.875Z] ---> Running in b794f5509baf [2021-02-04T00:38:47.141Z] ---> 379bb1abd4de [2021-02-04T00:38:47.141Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:38:47.141Z] Removing intermediate container b794f5509baf [2021-02-04T00:38:47.141Z] ---> 4681fe6186dd [2021-02-04T00:38:47.141Z] [2021-02-04T00:38:47.141Z] Removing intermediate container 367d974bc1d8 [2021-02-04T00:38:47.141Z] ---> 249c7fa29d54 [2021-02-04T00:38:47.141Z] [2021-02-04T00:38:47.409Z] Successfully built 4681fe6186dd [2021-02-04T00:38:47.409Z] Successfully built 249c7fa29d54 [2021-02-04T00:38:47.680Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T00:38:47.680Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-04T00:38:47.680Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T00:38:47.680Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-04T00:38:47.680Z] ---> 6722beba1a1d [2021-02-04T00:38:47.680Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:38:47.950Z] Removing intermediate container 9960a9fc24f9 [2021-02-04T00:38:47.950Z] ---> 53c209d306a4 [2021-02-04T00:38:47.950Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:38:48.216Z] Removing intermediate container 40191fc10b01 [2021-02-04T00:38:48.216Z] ---> a9998c08a5ee [2021-02-04T00:38:48.216Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:38:48.216Z] ---> Running in f6e56cf5e43f [2021-02-04T00:38:48.216Z] ---> 9c18ccbc0122 [2021-02-04T00:38:48.216Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:38:48.216Z] ---> Running in f4d4f11fcc09 [2021-02-04T00:38:48.479Z] Removing intermediate container f6e56cf5e43f [2021-02-04T00:38:48.479Z] ---> 694653149bf9 [2021-02-04T00:38:48.479Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T00:38:48.747Z] ---> e0dc17c43589 [2021-02-04T00:38:48.747Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:38:51.347Z] ---> Running in e302e6371c3e [2021-02-04T00:38:51.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:51.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:38:51.614Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:38:51.614Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:38:51.614Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:38:51.614Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:38:51.888Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:38:51.888Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:38:51.888Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:38:53.282Z] ---> 5d637d56f650 [2021-02-04T00:38:53.282Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:38:56.627Z] Removing intermediate container e302e6371c3e [2021-02-04T00:38:56.627Z] ---> b026fd035574 [2021-02-04T00:38:56.627Z] Step 23/24 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:38:56.900Z] ---> 25c5dc386811 [2021-02-04T00:38:56.900Z] ---> Running in 4fc178d6ffa9 [2021-02-04T00:38:56.900Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:38:57.849Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:38:57.849Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:38:57.849Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:38:57.849Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:38:58.122Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:38:58.122Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:38:58.388Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:38:58.662Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:38:59.252Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:38:59.835Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:39:01.283Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:39:01.418Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:39:01.549Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:39:02.176Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:39:02.176Z] ---> 5903e1ea9cf1 [2021-02-04T00:39:02.176Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:39:02.176Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:39:02.176Z] Removing intermediate container 4fc178d6ffa9 [2021-02-04T00:39:02.176Z] ---> 444154281ace [2021-02-04T00:39:02.176Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:39:02.176Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:39:02.176Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:39:03.140Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:39:03.725Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:39:03.725Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:39:04.683Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:39:04.683Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:39:04.683Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:39:04.962Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:39:05.545Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:39:05.829Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:39:05.829Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:39:05.829Z] ---> Running in 271e837f3a08 [2021-02-04T00:39:07.781Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:07.781Z] OK: 71 MiB in 55 packages [2021-02-04T00:39:08.046Z] ---> 41806afd6f04 [2021-02-04T00:39:08.046Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:39:08.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:39:08.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:39:08.151Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:39:09.147Z] Removing intermediate container 271e837f3a08 [2021-02-04T00:39:09.147Z] ---> e0eec9f7b036 [2021-02-04T00:39:09.147Z] [2021-02-04T00:39:09.872Z] ---> Running in 411cbe80cb84 [2021-02-04T00:39:09.872Z] Successfully built e0eec9f7b036 [2021-02-04T00:39:09.872Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T00:39:09.872Z] Building docker-core-data-go [2021-02-04T00:39:10.532Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:10.532Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:10.532Z] ---> fbc931059017 [2021-02-04T00:39:10.532Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:39:10.532Z] ---> Using cache [2021-02-04T00:39:10.532Z] ---> 18dac026d5f2 [2021-02-04T00:39:10.532Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:10.532Z] ---> Using cache [2021-02-04T00:39:10.532Z] ---> ee17710d728b [2021-02-04T00:39:10.532Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:39:11.519Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:11.519Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:11.519Z] ---> fbc931059017 [2021-02-04T00:39:11.519Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:39:11.519Z] ---> Using cache [2021-02-04T00:39:11.519Z] ---> 18dac026d5f2 [2021-02-04T00:39:11.519Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:11.519Z] ---> Using cache [2021-02-04T00:39:11.519Z] ---> ee17710d728b [2021-02-04T00:39:11.519Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:39:11.519Z] ---> Using cache [2021-02-04T00:39:11.519Z] ---> a7038f31957e [2021-02-04T00:39:11.519Z] Step 6/23 : COPY go.mod . [2021-02-04T00:39:11.519Z] ---> Using cache [2021-02-04T00:39:11.519Z] ---> 7a44bcf9aaf6 [2021-02-04T00:39:11.519Z] Step 7/23 : RUN go mod download [2021-02-04T00:39:11.519Z] ---> Using cache [2021-02-04T00:39:11.519Z] ---> fee50d2f37dc [2021-02-04T00:39:11.519Z] Step 8/23 : COPY . . [2021-02-04T00:39:11.519Z] ---> Using cache [2021-02-04T00:39:11.519Z] ---> b674f6389a30 [2021-02-04T00:39:11.519Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:39:12.988Z] ---> Running in aa0591e1f1b0 [2021-02-04T00:39:12.988Z] ---> Running in 06bb4982f9b8 [2021-02-04T00:39:12.988Z] Removing intermediate container 411cbe80cb84 [2021-02-04T00:39:12.988Z] ---> d32467eee78d [2021-02-04T00:39:12.988Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:39:13.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.357s coverage: 46.0% of statements [2021-02-04T00:39:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:39:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:39:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:39:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:39:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:39:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:39:13.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:39:13.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.151s coverage: 100.0% of statements [2021-02-04T00:39:16.319Z] ---> d4cc5fd251a2 [2021-02-04T00:39:16.319Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:39:17.808Z] ---> Running in a4d52574a678 [2021-02-04T00:39:17.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:39:17.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:18.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:18.990Z] OK: 233 MiB in 51 packages [2021-02-04T00:39:20.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.1% of statements [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:39:20.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:39:20.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:39:20.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 65.8% of statements [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:39:20.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:39:23.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.690s coverage: 82.3% of statements [2021-02-04T00:39:23.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:39:23.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:39:23.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:39:23.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:39:23.347Z] Removing intermediate container 06bb4982f9b8 [2021-02-04T00:39:23.347Z] ---> 8d3c4402fbf8 [2021-02-04T00:39:23.347Z] Step 6/22 : COPY go.mod . [2021-02-04T00:39:23.347Z] Removing intermediate container a4d52574a678 [2021-02-04T00:39:23.347Z] ---> 0b9b8931bfe7 [2021-02-04T00:39:23.347Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:39:24.882Z] ---> db12a3ebf263 [2021-02-04T00:39:24.882Z] Step 7/22 : RUN go mod download [2021-02-04T00:39:25.164Z] ---> Running in 6b575e34dc08 [2021-02-04T00:39:25.804Z] ---> Running in 2b33cbe35bc0 [2021-02-04T00:39:26.865Z] Removing intermediate container 6b575e34dc08 [2021-02-04T00:39:26.865Z] ---> 046b5728c616 [2021-02-04T00:39:26.865Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:39:27.199Z] ---> Running in 441c51c84c4b [2021-02-04T00:39:28.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.177s coverage: 28.6% of statements [2021-02-04T00:39:28.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:39:28.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:39:28.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:39:28.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:39:28.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:39:28.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements [2021-02-04T00:39:28.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:39:28.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-02-04T00:39:28.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:39:28.778Z] Removing intermediate container 441c51c84c4b [2021-02-04T00:39:28.778Z] ---> 2c6144987df7 [2021-02-04T00:39:28.778Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T00:39:29.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.381s coverage: 86.7% of statements [2021-02-04T00:39:29.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:39:29.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-02-04T00:39:29.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:39:29.878Z] ---> Running in 3091ec6ab0aa [2021-02-04T00:39:30.514Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:30.514Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:30.514Z] ---> fbc931059017 [2021-02-04T00:39:30.514Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:39:30.514Z] ---> Using cache [2021-02-04T00:39:30.514Z] ---> 18dac026d5f2 [2021-02-04T00:39:30.514Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:30.514Z] ---> Using cache [2021-02-04T00:39:30.514Z] ---> ee17710d728b [2021-02-04T00:39:30.514Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:39:31.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.190s coverage: 78.3% of statements [2021-02-04T00:39:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:39:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:39:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:39:31.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:39:31.160Z] ---> Running in 64e88856e05d [2021-02-04T00:39:31.160Z] Removing intermediate container 3091ec6ab0aa [2021-02-04T00:39:31.160Z] ---> 1f8a153c6863 [2021-02-04T00:39:31.160Z] Step 30/31 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:39:31.886Z] ---> Running in 593efa618af3 [2021-02-04T00:39:31.886Z] Removing intermediate container 2b33cbe35bc0 [2021-02-04T00:39:31.886Z] ---> c246e811bbcd [2021-02-04T00:39:31.886Z] Step 8/22 : COPY . . [2021-02-04T00:39:32.197Z] Removing intermediate container f4d4f11fcc09 [2021-02-04T00:39:32.197Z] ---> 6a4eaccc45cc [2021-02-04T00:39:32.197Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:39:32.499Z] ---> Running in 1739c404507e [2021-02-04T00:39:32.499Z] Removing intermediate container 593efa618af3 [2021-02-04T00:39:32.499Z] ---> c337118fe861 [2021-02-04T00:39:32.499Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:39:33.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:33.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:34.366Z] OK: 233 MiB in 51 packages [2021-02-04T00:39:35.065Z] ---> Running in 266523b3b638 [2021-02-04T00:39:37.173Z] Removing intermediate container 266523b3b638 [2021-02-04T00:39:37.173Z] ---> 60ef68207dcb [2021-02-04T00:39:37.173Z] [2021-02-04T00:39:37.173Z] Successfully built 60ef68207dcb [2021-02-04T00:39:37.173Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T00:39:37.173Z] Removing intermediate container 64e88856e05d [2021-02-04T00:39:37.173Z] ---> 21ce97c4199b [2021-02-04T00:39:37.173Z] Step 6/23 : COPY go.mod . [2021-02-04T00:39:37.173Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-04T00:39:41.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.320s coverage: 92.8% of statements [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:39:41.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:39:41.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.229s coverage: 0.1% of statements [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:39:41.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:39:41.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements [2021-02-04T00:39:41.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.106s coverage: 79.5% of statements [2021-02-04T00:39:41.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-02-04T00:39:41.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-02-04T00:39:41.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements [2021-02-04T00:39:42.561Z] ---> 6bd67f241148 [2021-02-04T00:39:42.561Z] Step 7/23 : RUN go mod download [2021-02-04T00:39:42.840Z] ---> Running in 5f00a6c2aedd [2021-02-04T00:39:44.306Z] Collecting docker-compose==1.23.2 [2021-02-04T00:39:44.306Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:39:45.810Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:39:45.810Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:39:46.106Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:39:46.106Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:39:51.552Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:39:51.552Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:39:51.552Z] Removing intermediate container 5f00a6c2aedd [2021-02-04T00:39:51.552Z] ---> 0743fbd3cddf [2021-02-04T00:39:51.552Z] Step 8/23 : COPY . . [2021-02-04T00:39:53.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements [2021-02-04T00:39:53.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.083s coverage: 44.8% of statements [2021-02-04T00:39:55.897Z] Removing intermediate container aa0591e1f1b0 [2021-02-04T00:39:55.898Z] ---> 5b79698ef4f9 [2021-02-04T00:39:55.898Z] [2021-02-04T00:39:55.898Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:39:55.898Z] ---> 389fef711851 [2021-02-04T00:39:55.898Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:39:55.898Z] ---> Using cache [2021-02-04T00:39:55.898Z] ---> 4af223d03db7 [2021-02-04T00:39:55.898Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:39:55.898Z] ---> Using cache [2021-02-04T00:39:55.898Z] ---> f057121299d8 [2021-02-04T00:39:55.898Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:39:55.898Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:39:55.898Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:39:56.665Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:39:56.937Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:39:57.918Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T00:39:58.524Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T00:39:58.524Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:39:59.141Z] ---> Running in d7c2c0dd70d6 [2021-02-04T00:39:59.763Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:39:59.763Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:40:01.202Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:40:01.202Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:40:01.202Z] ---> fbc931059017 [2021-02-04T00:40:01.202Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:40:01.202Z] ---> Using cache [2021-02-04T00:40:01.202Z] ---> 18dac026d5f2 [2021-02-04T00:40:01.202Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:01.202Z] ---> Using cache [2021-02-04T00:40:01.202Z] ---> ee17710d728b [2021-02-04T00:40:01.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:40:01.202Z] ---> Using cache [2021-02-04T00:40:01.202Z] ---> a7038f31957e [2021-02-04T00:40:01.202Z] Step 6/23 : COPY go.mod . [2021-02-04T00:40:01.202Z] ---> Using cache [2021-02-04T00:40:01.202Z] ---> 7a44bcf9aaf6 [2021-02-04T00:40:01.202Z] Step 7/23 : RUN go mod download [2021-02-04T00:40:01.202Z] ---> Using cache [2021-02-04T00:40:01.202Z] ---> fee50d2f37dc [2021-02-04T00:40:01.202Z] Step 8/23 : COPY . . [2021-02-04T00:40:01.202Z] ---> Using cache [2021-02-04T00:40:01.202Z] ---> b674f6389a30 [2021-02-04T00:40:01.202Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:40:02.666Z] Removing intermediate container d7c2c0dd70d6 [2021-02-04T00:40:02.666Z] ---> 32b7d291eb58 [2021-02-04T00:40:02.666Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:40:02.666Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:40:02.666Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:40:04.078Z] ---> Running in 9001bf308921 [2021-02-04T00:40:04.078Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:40:04.078Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:40:04.078Z] ---> Running in 4d054ba48e54 [2021-02-04T00:40:05.525Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:40:05.525Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:40:05.796Z] ---> 2acdb7b87d38 [2021-02-04T00:40:05.796Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T00:40:06.079Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:40:06.352Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:40:06.352Z] Removing intermediate container 4d054ba48e54 [2021-02-04T00:40:06.352Z] ---> e7e5deb6824d [2021-02-04T00:40:06.352Z] Step 15/23 : WORKDIR / [2021-02-04T00:40:06.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:40:06.943Z] ---> Running in 59be0bf677fc [2021-02-04T00:40:06.943Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:40:06.943Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:40:07.217Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T00:40:07.217Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T00:40:07.217Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:40:07.217Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:40:07.217Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:40:07.217Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:40:07.217Z] ---> Running in 56d35dd654fd [2021-02-04T00:40:07.823Z] Installing collected packages: jsonschema, dockerpty, PyYAML, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, docopt, texttable, docker-compose [2021-02-04T00:40:08.824Z] Running setup.py install for dockerpty: started [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.178s coverage: 84.2% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.527s coverage: 63.5% of statements [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.737s coverage: 68.9% of statements [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:40:08.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:40:08.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.291s coverage: 37.0% of statements [2021-02-04T00:40:08.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:40:08.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:40:08.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.582s coverage: 84.0% of statements [2021-02-04T00:40:08.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2021-02-04T00:40:09.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:40:09.853Z] Removing intermediate container 56d35dd654fd [2021-02-04T00:40:09.853Z] ---> be9cf9708e1b [2021-02-04T00:40:09.853Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:40:10.135Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:40:10.135Z] Running setup.py install for PyYAML: started [2021-02-04T00:40:11.194Z] ---> ddd58dc927f8 [2021-02-04T00:40:11.194Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:40:12.197Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:40:12.502Z] Attempting uninstall: idna [2021-02-04T00:40:12.502Z] Found existing installation: idna 2.9 [2021-02-04T00:40:12.502Z] Uninstalling idna-2.9: [2021-02-04T00:40:12.796Z] Successfully uninstalled idna-2.9 [2021-02-04T00:40:13.786Z] ---> 48657f528d09 [2021-02-04T00:40:13.786Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:40:13.786Z] Attempting uninstall: urllib3 [2021-02-04T00:40:13.786Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:40:13.786Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:40:14.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.523s coverage: 47.0% of statements [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:40:14.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:40:14.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:40:14.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.232s coverage: 90.4% of statements [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:40:14.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:40:15.007Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:40:16.218Z] ---> 5d02a4a4b5bd [2021-02-04T00:40:16.218Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:40:16.218Z] Attempting uninstall: requests [2021-02-04T00:40:16.218Z] Found existing installation: requests 2.23.0 [2021-02-04T00:40:16.218Z] Uninstalling requests-2.23.0: [2021-02-04T00:40:16.848Z] ---> Running in 22528b02774c [2021-02-04T00:40:16.848Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:40:18.348Z] Removing intermediate container 22528b02774c [2021-02-04T00:40:18.348Z] ---> 9a5a5630064b [2021-02-04T00:40:18.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:40:18.348Z] ---> Running in 0c3e2c63fab1 [2021-02-04T00:40:19.006Z] Running setup.py install for docopt: started [2021-02-04T00:40:19.608Z] Removing intermediate container 0c3e2c63fab1 [2021-02-04T00:40:19.608Z] ---> b6dc4814c81a [2021-02-04T00:40:19.608Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:40:19.905Z] ---> Running in 922c2d65ef0a [2021-02-04T00:40:20.499Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:40:20.499Z] Running setup.py install for texttable: started [2021-02-04T00:40:21.112Z] Removing intermediate container 922c2d65ef0a [2021-02-04T00:40:21.112Z] ---> 90d5e4c26149 [2021-02-04T00:40:21.112Z] Step 22/23 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:40:21.412Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:40:21.723Z] ---> Running in dc622c8c6c01 [2021-02-04T00:40:22.005Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T00:40:22.306Z] Removing intermediate container dc622c8c6c01 [2021-02-04T00:40:22.306Z] ---> 70d9ae1baaaa [2021-02-04T00:40:22.306Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.991s coverage: 29.1% of statements [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.193s coverage: 100.0% of statements [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:40:22.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:40:22.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-02-04T00:40:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-04T00:40:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-04T00:40:22.646Z] ---> Running in 5f144ac5c048 [2021-02-04T00:40:23.297Z] Removing intermediate container 5f144ac5c048 [2021-02-04T00:40:23.297Z] ---> 298f9452e4f7 [2021-02-04T00:40:23.297Z] [2021-02-04T00:40:23.297Z] ---> e2583b02c6d6 [2021-02-04T00:40:23.297Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:40:23.579Z] GO111MODULE=on go vet ./... [2021-02-04T00:40:23.582Z] ---> Running in c7ad427dc147 [2021-02-04T00:40:23.868Z] Successfully built 298f9452e4f7 [2021-02-04T00:40:23.868Z] Successfully tagged docker-core-command-go:latest [2021-02-04T00:40:24.883Z]  Building docker-core-command-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:40:26.397Z] Removing intermediate container 1739c404507e [2021-02-04T00:40:26.397Z] ---> 05f935f1879e [2021-02-04T00:40:26.397Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:40:26.397Z] ---> Running in d814e3c63fc2 [2021-02-04T00:40:27.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:27.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:27.710Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:40:27.710Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:40:27.710Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:40:27.710Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:27.987Z] OK: 72 MiB in 58 packages [2021-02-04T00:40:29.462Z] Removing intermediate container d814e3c63fc2 [2021-02-04T00:40:29.462Z] ---> f899c2933b75 [2021-02-04T00:40:29.462Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:40:29.462Z] ---> Running in 737098f63d32 [2021-02-04T00:40:29.794Z] Removing intermediate container 737098f63d32 [2021-02-04T00:40:29.794Z] ---> 18e751fd6cc8 [2021-02-04T00:40:29.794Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:40:30.119Z] ---> Running in 63a0dfea89bc [2021-02-04T00:40:30.763Z] Removing intermediate container 63a0dfea89bc [2021-02-04T00:40:30.763Z] ---> 162f1ddcb719 [2021-02-04T00:40:30.763Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T00:40:31.768Z] ---> Running in 8f1621467e7e [2021-02-04T00:40:32.388Z] Removing intermediate container 8f1621467e7e [2021-02-04T00:40:32.388Z] ---> 93a503935f08 [2021-02-04T00:40:32.388Z] Step 25/26 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:40:32.388Z] ---> Running in 87e46723e252 [2021-02-04T00:40:34.399Z] Removing intermediate container 87e46723e252 [2021-02-04T00:40:34.399Z] ---> f6d53dd34fd0 [2021-02-04T00:40:34.399Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:40:34.667Z] ---> Running in 1d2523dbaa88 [2021-02-04T00:40:34.945Z] Removing intermediate container 1d2523dbaa88 [2021-02-04T00:40:34.945Z] ---> 42df7951c14b [2021-02-04T00:40:34.945Z] [2021-02-04T00:40:34.945Z] Successfully built 42df7951c14b [2021-02-04T00:40:35.222Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T00:40:50.420Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 59be0bf677fc [2021-02-04T00:40:50.420Z] ---> 772a775e241c [2021-02-04T00:40:50.420Z] [2021-02-04T00:40:50.420Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:40:50.420Z] ---> 389fef711851 [2021-02-04T00:40:50.420Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:40:50.420Z] Removing intermediate container 9001bf308921 [2021-02-04T00:40:50.420Z] ---> a87630228b0c [2021-02-04T00:40:50.420Z] [2021-02-04T00:40:50.420Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:40:50.420Z] ---> 389fef711851 [2021-02-04T00:40:50.420Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:40:50.420Z] ---> Using cache [2021-02-04T00:40:50.420Z] ---> 4af223d03db7 [2021-02-04T00:40:50.420Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:40:50.420Z] ---> Using cache [2021-02-04T00:40:50.420Z] ---> f057121299d8 [2021-02-04T00:40:50.420Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:40:50.420Z] ---> Running in 6a159e437eca [2021-02-04T00:40:50.420Z] ---> Running in 44a6931efda1 [2021-02-04T00:40:50.420Z] Removing intermediate container 44a6931efda1 [2021-02-04T00:40:50.421Z] ---> 2bb3bb5e95f2 [2021-02-04T00:40:50.421Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:40:50.421Z] ---> Running in 5ab38aaa6724 [2021-02-04T00:40:50.421Z] Removing intermediate container 5ab38aaa6724 [2021-02-04T00:40:50.421Z] ---> 05ca92b1b65c [2021-02-04T00:40:50.421Z] Step 15/23 : WORKDIR / [2021-02-04T00:40:50.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:50.421Z] ---> Running in 39ae3e684573 [2021-02-04T00:40:50.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:50.421Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:40:50.421Z] Removing intermediate container 39ae3e684573 [2021-02-04T00:40:50.421Z] ---> fdf4a2dd5605 [2021-02-04T00:40:50.421Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:40:50.421Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:40:50.421Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:50.421Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:40:50.421Z] OK: 6 MiB in 16 packages [2021-02-04T00:40:50.421Z] ---> 605b7bd116c2 [2021-02-04T00:40:50.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:40:52.395Z] Removing intermediate container 6a159e437eca [2021-02-04T00:40:52.395Z] ---> 0094a2667a0b [2021-02-04T00:40:52.395Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:40:52.658Z] ---> 718f8bdfa47b [2021-02-04T00:40:52.658Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:40:52.658Z] ---> Running in ae9a2d27da82 [2021-02-04T00:40:52.922Z] Removing intermediate container ae9a2d27da82 [2021-02-04T00:40:52.922Z] ---> 47e603101d06 [2021-02-04T00:40:52.922Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:40:52.922Z] ---> Running in 28902e90f341 [2021-02-04T00:40:52.922Z] ---> e82bd83aa7e7 [2021-02-04T00:40:52.922Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:40:53.188Z] ---> Running in 6409222d5d6f [2021-02-04T00:40:53.452Z] Removing intermediate container 28902e90f341 [2021-02-04T00:40:53.452Z] ---> d95fe4c55a64 [2021-02-04T00:40:53.452Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:40:55.382Z] Removing intermediate container 6409222d5d6f [2021-02-04T00:40:55.382Z] ---> c3ed2917ce10 [2021-02-04T00:40:55.382Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:40:55.382Z] ---> Running in 068e63402d6f [2021-02-04T00:40:55.382Z] ---> Running in c598c6c354a5 [2021-02-04T00:40:55.382Z] Removing intermediate container c7ad427dc147 [2021-02-04T00:40:55.382Z] ---> a61de4c70654 [2021-02-04T00:40:55.382Z] [2021-02-04T00:40:55.382Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:40:55.382Z] ---> 389fef711851 [2021-02-04T00:40:55.382Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:40:55.382Z] ---> Running in eee0265a02f5 [2021-02-04T00:40:55.382Z] Removing intermediate container 068e63402d6f [2021-02-04T00:40:55.382Z] ---> bb4acaa79751 [2021-02-04T00:40:55.382Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:40:55.654Z] Removing intermediate container c598c6c354a5 [2021-02-04T00:40:55.654Z] ---> 6be19fd120ed [2021-02-04T00:40:55.654Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:40:55.654Z] Removing intermediate container eee0265a02f5 [2021-02-04T00:40:55.654Z] ---> 74dacfdb2e32 [2021-02-04T00:40:55.654Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:40:55.654Z] ---> Running in d4cd9856f0a6 [2021-02-04T00:40:55.917Z] ---> cf60ccba3be7 [2021-02-04T00:40:55.918Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:40:55.918Z] ---> Running in 664b0243a293 [2021-02-04T00:40:55.918Z] Removing intermediate container 664b0243a293 [2021-02-04T00:40:55.918Z] ---> d734ffcd9a54 [2021-02-04T00:40:55.918Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:40:55.918Z] Removing intermediate container d4cd9856f0a6 [2021-02-04T00:40:55.918Z] ---> 3b91a0f64fb8 [2021-02-04T00:40:55.918Z] Step 22/23 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:40:56.182Z] ---> Running in 0f3ddc443861 [2021-02-04T00:40:56.182Z] ---> Running in 6054df80b5b2 [2021-02-04T00:40:56.453Z] Removing intermediate container 0f3ddc443861 [2021-02-04T00:40:56.453Z] ---> 63be105bef61 [2021-02-04T00:40:56.453Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:56.453Z] Removing intermediate container 6054df80b5b2 [2021-02-04T00:40:56.453Z] ---> f79e060ca9ca [2021-02-04T00:40:56.453Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:40:56.453Z] ---> Running in abfb3961e752 [2021-02-04T00:40:56.453Z] ---> 5be6f13df7b6 [2021-02-04T00:40:56.453Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:40:56.453Z] ---> Running in 6b6cbe6e3615 [2021-02-04T00:40:56.720Z] Removing intermediate container 6b6cbe6e3615 [2021-02-04T00:40:56.720Z] ---> 594d69ba2c24 [2021-02-04T00:40:56.720Z] [2021-02-04T00:40:56.990Z] ---> b01144937fff [2021-02-04T00:40:56.990Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:40:56.990Z] ---> Running in 06ad5db66b50 [2021-02-04T00:40:56.990Z] Successfully built 594d69ba2c24 [2021-02-04T00:40:56.990Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T00:40:57.257Z]  Building docker-core-metadata-go ... done Removing intermediate container 06ad5db66b50 [2021-02-04T00:40:57.257Z] ---> e22a8da24b09 [2021-02-04T00:40:57.257Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:40:57.257Z] ---> Running in 7f70c3bf1fa6 [2021-02-04T00:40:57.521Z] Removing intermediate container 7f70c3bf1fa6 [2021-02-04T00:40:57.521Z] ---> f1ec5b82318a [2021-02-04T00:40:57.521Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:40:57.783Z] ---> Running in 05dc73ab890b [2021-02-04T00:40:57.783Z] Removing intermediate container abfb3961e752 [2021-02-04T00:40:57.783Z] ---> 41257fa7ff52 [2021-02-04T00:40:57.783Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:40:58.732Z] ---> Running in 865faa891dc2 [2021-02-04T00:40:58.732Z] Removing intermediate container 05dc73ab890b [2021-02-04T00:40:58.732Z] ---> 5b08d9303d92 [2021-02-04T00:40:58.732Z] Step 21/22 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:40:58.732Z] ---> Running in ed504a6e524b [2021-02-04T00:40:58.999Z] Removing intermediate container ed504a6e524b [2021-02-04T00:40:59.000Z] ---> dcce54629795 [2021-02-04T00:40:59.000Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:40:59.000Z] ---> Running in 93b31ec5162f [2021-02-04T00:40:59.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:59.267Z] Removing intermediate container 93b31ec5162f [2021-02-04T00:40:59.267Z] ---> 8a397e08b2e3 [2021-02-04T00:40:59.267Z] [2021-02-04T00:40:59.529Z] Successfully built 8a397e08b2e3 [2021-02-04T00:40:59.530Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T00:41:00.480Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:01.876Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:41:01.876Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:41:01.876Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:41:01.876Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:41:02.450Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:41:02.450Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:41:02.713Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:02.713Z] OK: 8 MiB in 20 packages [2021-02-04T00:41:04.650Z] Removing intermediate container 865faa891dc2 [2021-02-04T00:41:04.650Z] ---> 1bcd01e6ac9c [2021-02-04T00:41:04.650Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:41:04.650Z] ---> 6c3ee6468704 [2021-02-04T00:41:04.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:41:05.235Z] ---> 3b99be909539 [2021-02-04T00:41:05.235Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:41:05.503Z] ---> c5728d0189a9 [2021-02-04T00:41:05.503Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:41:05.773Z] ---> Running in 1d24d4566486 [2021-02-04T00:41:05.773Z] Removing intermediate container 1d24d4566486 [2021-02-04T00:41:05.773Z] ---> 2c7bf68f2770 [2021-02-04T00:41:05.773Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:06.041Z] ---> Running in f41dd94814f9 [2021-02-04T00:41:06.041Z] Removing intermediate container f41dd94814f9 [2021-02-04T00:41:06.041Z] ---> e034549f92f4 [2021-02-04T00:41:06.041Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:41:06.304Z] ---> Running in c0c0ff3c9e6e [2021-02-04T00:41:06.304Z] Removing intermediate container c0c0ff3c9e6e [2021-02-04T00:41:06.304Z] ---> 6989c75cfb17 [2021-02-04T00:41:06.304Z] Step 22/23 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:41:06.567Z] ---> Running in 629a17581514 [2021-02-04T00:41:06.567Z] Removing intermediate container 629a17581514 [2021-02-04T00:41:06.567Z] ---> 544a1a3abe7c [2021-02-04T00:41:06.567Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:41:06.831Z] ---> Running in e5236d44184f [2021-02-04T00:41:06.831Z] Removing intermediate container e5236d44184f [2021-02-04T00:41:06.831Z] ---> 3a1fb352756f [2021-02-04T00:41:06.831Z] [2021-02-04T00:41:07.098Z] Successfully built 3a1fb352756f [2021-02-04T00:41:07.098Z] Successfully tagged docker-core-data-go:latest [2021-02-04T00:41:07.380Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T00:41:07.414Z] $ docker stop --time=1 d2d6b74ba855eea480c4543e7f5846701112c6f28f366282cf1c42a126d33fe3 [2021-02-04T00:41:09.169Z] $ docker rm -f d2d6b74ba855eea480c4543e7f5846701112c6f28f366282cf1c42a126d33fe3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:41:09.752Z] + docker images [2021-02-04T00:41:09.753Z] + grep docker [2021-02-04T00:41:10.015Z] docker-core-data-go latest 3a1fb352756f 3 seconds ago 22.3MB [2021-02-04T00:41:10.015Z] docker-support-notifications-go latest 8a397e08b2e3 10 seconds ago 17.5MB [2021-02-04T00:41:10.015Z] docker-core-metadata-go latest 594d69ba2c24 13 seconds ago 18.8MB [2021-02-04T00:41:10.015Z] docker-sys-mgmt-agent-go latest 42df7951c14b 35 seconds ago 313MB [2021-02-04T00:41:10.015Z] docker-core-command-go latest 298f9452e4f7 47 seconds ago 16.9MB [2021-02-04T00:41:10.015Z] docker-security-bootstrapper-go latest 60ef68207dcb About a minute ago 23.8MB [2021-02-04T00:41:10.015Z] docker-security-secretstore-setup-go latest e0eec9f7b036 2 minutes ago 24.6MB [2021-02-04T00:41:10.015Z] docker-support-scheduler-go latest 249c7fa29d54 2 minutes ago 17MB [2021-02-04T00:41:10.015Z] docker-security-proxy-setup-go latest 4681fe6186dd 2 minutes ago 24.4MB [2021-02-04T00:41:10.015Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-04T00:41:25.886Z] Still waiting to schedule task [2021-02-04T00:41:25.886Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-04T00:41:45.421Z] gofmt -l . [2021-02-04T00:41:45.421Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:41:45.421Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:41:45.421Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:41:45.874Z] + ls -al . [2021-02-04T00:41:45.874Z] total 712 [2021-02-04T00:41:45.874Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 00:41 . [2021-02-04T00:41:45.874Z] drwxr-xr-x 4 root root 4096 Feb 4 00:37 .. [2021-02-04T00:41:45.874Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:35 .dockerignore [2021-02-04T00:41:45.874Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:35 .git [2021-02-04T00:41:45.874Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 00:35 .github [2021-02-04T00:41:45.874Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:35 .gitignore [2021-02-04T00:41:45.874Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:35 .sonarcloud.properties [2021-02-04T00:41:45.874Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:35 Attribution.txt [2021-02-04T00:41:45.874Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:35 CONTRIBUTING.md [2021-02-04T00:41:45.874Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:35 Dockerfile.build [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:35 Jenkinsfile [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:35 LICENSE [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:35 Makefile [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:35 README.md [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:35 SECURITY.md [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:31 VERSION [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:35 ZMQWindows.md [2021-02-04T00:41:45.875Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 00:35 bin [2021-02-04T00:41:45.875Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:35 cmd [2021-02-04T00:41:45.875Z] -rw-r--r-- 1 root root 580808 Feb 4 00:40 coverage.out [2021-02-04T00:41:45.875Z] -rw-r--r-- 1 root root 1054 Feb 4 00:41 go.mod [2021-02-04T00:41:45.875Z] -rw-r--r-- 1 root root 19510 Feb 4 00:41 go.sum [2021-02-04T00:41:45.875Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:35 internal [2021-02-04T00:41:45.875Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:35 openapi [2021-02-04T00:41:45.875Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:35 snap [2021-02-04T00:41:45.875Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:35 version.go [Pipeline] sh [2021-02-04T00:41:46.625Z] + '[' -e coverage.out ] [2021-02-04T00:41:46.625Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:41:46.685Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T00:41:47.836Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:41:48.350Z] + make build [2021-02-04T00:41:48.350Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:41:58.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:42:20.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:42:25.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:42:25.565Z] Running on prd-ubuntu18.04-docker-8c-8g-24819 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-04T00:42:25.689Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-04T00:42:27.942Z] using credential edgex-jenkins-ssh [2021-02-04T00:42:28.003Z] Cloning the remote Git repository [2021-02-04T00:42:28.074Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:42:28.196Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-04T00:42:28.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:42:28.235Z] > git --version # timeout=10 [2021-02-04T00:42:28.261Z] > git --version # 'git version 2.17.1' [2021-02-04T00:42:28.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:42:28.321Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:42:29.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:42:30.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:42:36.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:42:40.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:42:44.266Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 570dbe12e9057e8a964dbddb1dc146d66991ebe2 [2021-02-04T00:42:44.491Z] Merge succeeded, producing 6a52debd1d1e56b19a34fa9bd1d084655fe3a4d0 [2021-02-04T00:42:44.491Z] Checking out Revision 6a52debd1d1e56b19a34fa9bd1d084655fe3a4d0 (PR-3116) [2021-02-04T00:42:45.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:42:43.770Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:42:43.779Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:42:43.797Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:42:43.815Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:42:43.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:42:43.821Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:42:44.324Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:42:44.332Z] > git checkout -f 570dbe12e9057e8a964dbddb1dc146d66991ebe2 # timeout=10 [2021-02-04T00:42:44.435Z] > git remote # timeout=10 [2021-02-04T00:42:44.444Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:42:44.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:42:44.455Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:42:44.517Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:42:44.529Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:42:44.533Z] > git checkout -f 6a52debd1d1e56b19a34fa9bd1d084655fe3a4d0 # timeout=10 [2021-02-04T00:42:48.336Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:42:48.368Z] > git rev-list --no-walk 570dbe12e9057e8a964dbddb1dc146d66991ebe2 # timeout=10 [2021-02-04T00:42:48.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:42:49.631Z] + echo snap-build.sh [2021-02-04T00:42:49.631Z] snap-build.sh [2021-02-04T00:42:49.631Z] + SNAP_BASE_DIR=. [2021-02-04T00:42:49.631Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-04T00:42:49.631Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-04T00:42:49.631Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-04T00:42:49.631Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-04T00:42:49.631Z] + cd /w/workspace/edgex-go/2 [2021-02-04T00:42:49.631Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T00:42:49.631Z] Reading package lists... [2021-02-04T00:42:49.631Z] Building dependency tree... [2021-02-04T00:42:49.631Z] Reading state information... [2021-02-04T00:42:49.892Z] The following packages were automatically installed and are no longer required: [2021-02-04T00:42:49.892Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T00:42:49.892Z] uidmap xdelta3 [2021-02-04T00:42:49.892Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T00:42:49.892Z] The following packages will be REMOVED: [2021-02-04T00:42:49.892Z] lxd* lxd-client* [2021-02-04T00:42:50.155Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T00:42:50.155Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T00:42:51.466Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-04T00:42:51.466Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:42:51.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:42:52.408Z] Removing lxd dnsmasq configuration [2021-02-04T00:42:52.408Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:42:52.670Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T00:42:53.616Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T00:42:53.616Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-04T00:42:53.616Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:42:55.070Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T00:42:55.070Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T00:42:56.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:42:56.514Z] + sudo snap remove --purge lxd [2021-02-04T00:42:56.514Z] snap "lxd" is not installed [2021-02-04T00:42:56.514Z] + sudo groupadd --force --system lxd [2021-02-04T00:42:56.792Z] ++ whoami [2021-02-04T00:42:56.792Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T00:42:56.792Z] + newgrp - lxd [2021-02-04T00:42:56.792Z] + sudo snap install lxd [2021-02-04T00:42:59.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T00:43:05.322Z] $ docker stop --time=1 7ee5126626d17bc4e6871d98494ff4671add7e7cae9ce47d0975ad458a5172e9 [2021-02-04T00:43:06.889Z] 2021-02-04T00:43:04Z INFO Waiting for automatic snapd restart... [2021-02-04T00:43:07.811Z] $ docker rm -f 7ee5126626d17bc4e6871d98494ff4671add7e7cae9ce47d0975ad458a5172e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:43:09.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:43:09.764Z] [2021-02-04T00:43:09.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:43:10.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:43:10.162Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T00:43:10.162Z] 29e5d40040c1: Pulling fs layer [2021-02-04T00:43:10.162Z] 1ce36da41761: Pulling fs layer [2021-02-04T00:43:10.162Z] 25b303627fd3: Pulling fs layer [2021-02-04T00:43:11.142Z] 29e5d40040c1: Verifying Checksum [2021-02-04T00:43:11.142Z] 29e5d40040c1: Download complete [2021-02-04T00:43:11.415Z] 1ce36da41761: Verifying Checksum [2021-02-04T00:43:11.415Z] 1ce36da41761: Download complete [2021-02-04T00:43:11.687Z] 29e5d40040c1: Pull complete [2021-02-04T00:43:13.117Z] 1ce36da41761: Pull complete [2021-02-04T00:43:13.388Z] 25b303627fd3: Verifying Checksum [2021-02-04T00:43:13.388Z] 25b303627fd3: Download complete [2021-02-04T00:43:21.839Z] lxd 4.10 from Canonical* installed [2021-02-04T00:43:21.839Z] + sudo lxd init --auto [2021-02-04T00:43:23.549Z] 25b303627fd3: Pull complete [2021-02-04T00:43:23.549Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T00:43:23.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:43:23.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T00:43:23.814Z] prd-ubuntu18.04-docker-arm64-4c-16g-24808 does not seem to be running inside a container [2021-02-04T00:43:23.956Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T00:43:27.387Z] $ docker top d28b9c5134741afe71dc73d3263b014708e9fa06a3ba0025a77e55787e42aec8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:43:28.413Z] + + docker-composegrep build parallel [2021-02-04T00:43:28.413Z] --help [2021-02-04T00:43:30.049Z] + sudo snap install --classic snapcraft [2021-02-04T00:43:32.764Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:43:32.802Z] $ docker stop --time=1 d28b9c5134741afe71dc73d3263b014708e9fa06a3ba0025a77e55787e42aec8 [2021-02-04T00:43:34.794Z] $ docker rm -f d28b9c5134741afe71dc73d3263b014708e9fa06a3ba0025a77e55787e42aec8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:43:35.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:43:35.652Z] . [Pipeline] withDockerContainer [2021-02-04T00:43:35.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-24808 does not seem to be running inside a container [2021-02-04T00:43:36.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T00:43:36.667Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T00:43:36.667Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T00:43:36.667Z] + patch --verbose -p1 [2021-02-04T00:43:36.667Z] Hmm... Looks like a unified diff to me... [2021-02-04T00:43:36.667Z] The text leading up to this was: [2021-02-04T00:43:36.667Z] -------------------------- [2021-02-04T00:43:36.667Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T00:43:36.667Z] |From: Tony Espy [2021-02-04T00:43:36.667Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T00:43:36.667Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T00:43:36.667Z] | [2021-02-04T00:43:36.667Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T00:43:36.667Z] |optimize the snap CI check run for pull requests. When [2021-02-04T00:43:36.667Z] |applied, it essentially strips out everything (apps and [2021-02-04T00:43:36.667Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T00:43:36.667Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T00:43:36.667Z] |catch changes to edgex-go that break the snap build. [2021-02-04T00:43:36.667Z] | [2021-02-04T00:43:36.667Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T00:43:36.667Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T00:43:36.667Z] |resulting in a failed snap build CI check in the associated [2021-02-04T00:43:36.667Z] |pull request. [2021-02-04T00:43:36.667Z] | [2021-02-04T00:43:36.667Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T00:43:36.667Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T00:43:36.667Z] |need to build the finally binary .snap file (and it won't [2021-02-04T00:43:36.667Z] |work with the patch applied). This further reduces the build [2021-02-04T00:43:36.667Z] |time. [2021-02-04T00:43:36.667Z] |--- [2021-02-04T00:43:36.667Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T00:43:36.667Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T00:43:36.667Z] | [2021-02-04T00:43:36.667Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T00:43:36.667Z] |index 1e537489..faf42425 100644 [2021-02-04T00:43:36.667Z] |--- a/snap/snapcraft.yaml [2021-02-04T00:43:36.667Z] |+++ b/snap/snapcraft.yaml [2021-02-04T00:43:36.667Z] -------------------------- [2021-02-04T00:43:36.667Z] patching file snap/snapcraft.yaml [2021-02-04T00:43:36.667Z] Using Plan A... [2021-02-04T00:43:36.667Z] Hunk #1 succeeded at 73. [2021-02-04T00:43:36.667Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T00:43:36.667Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T00:43:36.667Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T00:43:36.667Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T00:43:36.667Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T00:43:36.667Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T00:43:36.667Z] Hunk #8 succeeded at 342. [2021-02-04T00:43:36.667Z] Hmm... Ignoring the trailing garbage. [2021-02-04T00:43:36.667Z] done [2021-02-04T00:43:36.667Z] + sudo snapcraft prime --use-lxd [2021-02-04T00:43:37.433Z] $ docker top 410a076cb4563b6a8e2c0277cd421fe5fa50b7228ae8e27d35560f559d5776ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:43:38.060Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T00:43:38.061Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-04T00:43:38.061Z] - README.md [2021-02-04T00:43:38.061Z] - snapcraft.yaml.orig [2021-02-04T00:43:38.061Z] [2021-02-04T00:43:38.061Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T00:43:38.447Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:43:38.641Z] Launching a container. [2021-02-04T00:43:42.810Z] Building docker-core-command-go ... [2021-02-04T00:43:42.810Z] Building docker-core-data-go ... [2021-02-04T00:43:42.810Z] Building docker-core-metadata-go ... [2021-02-04T00:43:42.810Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:43:42.810Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:43:42.810Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:43:42.810Z] Building docker-support-notifications-go ... [2021-02-04T00:43:42.810Z] Building docker-support-scheduler-go ... [2021-02-04T00:43:42.810Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:43:42.810Z] Building docker-security-proxy-setup-go [2021-02-04T00:43:42.810Z] Building docker-sys-mgmt-agent-go [2021-02-04T00:43:42.810Z] Building docker-security-secretstore-setup-go [2021-02-04T00:43:42.810Z] Building docker-support-scheduler-go [2021-02-04T00:43:42.810Z] Building docker-core-command-go [2021-02-04T00:43:50.911Z] Waiting for container to be ready [2021-02-04T00:43:50.912Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T00:43:50.912Z] [2021-02-04T00:43:55.118Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T00:43:55.118Z] Waiting for network to be ready... [2021-02-04T00:43:55.384Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:43:55.647Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T00:43:55.647Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T00:43:55.907Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T00:43:55.907Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T00:43:55.907Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T00:43:55.907Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T00:43:55.907Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T00:43:55.907Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T00:43:55.907Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T00:43:56.168Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T00:43:56.428Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T00:43:56.428Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T00:43:56.688Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T00:43:56.688Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T00:43:56.688Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T00:43:56.688Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T00:43:56.688Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T00:43:57.263Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T00:43:57.528Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T00:43:57.529Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T00:43:57.798Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T00:43:57.798Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T00:43:57.798Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T00:43:57.798Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T00:43:57.798Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T00:43:57.798Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T00:43:59.768Z] Fetched 23.9 MB in 4s (5560 kB/s) [2021-02-04T00:44:00.715Z] Reading package lists... [2021-02-04T00:44:00.715Z] Reading package lists... [2021-02-04T00:44:00.979Z] Building dependency tree... [2021-02-04T00:44:00.979Z] Reading state information... [2021-02-04T00:44:01.242Z] The following additional packages will be installed: [2021-02-04T00:44:01.242Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T00:44:01.242Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T00:44:01.242Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T00:44:01.242Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T00:44:01.242Z] Suggested packages: [2021-02-04T00:44:01.242Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T00:44:01.242Z] Recommended packages: [2021-02-04T00:44:01.242Z] gnupg libsasl2-modules [2021-02-04T00:44:01.242Z] The following NEW packages will be installed: [2021-02-04T00:44:01.242Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T00:44:01.242Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T00:44:01.242Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T00:44:01.242Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T00:44:01.242Z] The following packages will be upgraded: [2021-02-04T00:44:01.242Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T00:44:01.242Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T00:44:01.242Z] Need to get 3533 kB of archives. [2021-02-04T00:44:01.242Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T00:44:01.242Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T00:44:01.506Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T00:44:01.507Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T00:44:01.507Z] 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-02-04T00:44:01.507Z] 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-02-04T00:44:01.507Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T00:44:01.507Z] 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-02-04T00:44:01.507Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T00:44:01.507Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T00:44:01.770Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T00:44:02.358Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T00:44:02.358Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T00:44:02.358Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T00:44:02.358Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T00:44:02.358Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T00:44:02.358Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T00:44:02.358Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T00:44:02.358Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T00:44:02.358Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T00:44:02.358Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T00:44:02.358Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T00:44:02.358Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T00:44:02.622Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:44:02.622Z] Fetched 3533 kB in 1s (3196 kB/s) [2021-02-04T00:44:02.622Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T00:44:02.622Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:02.622Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:44:02.885Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T00:44:02.885Z] Selecting previously unselected package udev. [2021-02-04T00:44:02.885Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T00:44:02.885Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:02.885Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T00:44:03.149Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T00:44:03.149Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T00:44:03.149Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T00:44:03.412Z] Selecting previously unselected package fuse. [2021-02-04T00:44:03.412Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T00:44:03.412Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T00:44:03.412Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:03.412Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:44:03.676Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:03.676Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:44:03.676Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:03.676Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:44:03.944Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T00:44:03.944Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T00:44:03.944Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T00:44:03.944Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T00:44:03.944Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:03.944Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:03.944Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T00:44:03.944Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:03.944Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.211Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T00:44:04.211Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:04.211Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.211Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T00:44:04.211Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:04.211Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.476Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T00:44:04.476Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:04.476Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.476Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T00:44:04.476Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:04.476Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.476Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T00:44:04.476Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:04.476Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.744Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T00:44:04.744Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:04.744Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.744Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T00:44:04.744Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:04.744Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:04.744Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T00:44:04.744Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T00:44:04.744Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:05.015Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T00:44:05.015Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T00:44:05.015Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:05.015Z] Selecting previously unselected package libldap-common. [2021-02-04T00:44:05.015Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T00:44:05.015Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:05.015Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T00:44:05.015Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T00:44:05.303Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:05.303Z] Selecting previously unselected package dirmngr. [2021-02-04T00:44:05.303Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:05.303Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:05.610Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:05.610Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:05.610Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T00:44:05.610Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:05.610Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:05.610Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:05.880Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:05.880Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T00:44:05.880Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:44:05.880Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T00:44:06.144Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T00:44:06.407Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.407Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T00:44:06.407Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T00:44:06.407Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:06.407Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.407Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.671Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.671Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.671Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.671Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.671Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:06.671Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:06.671Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:06.945Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:44:07.208Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T00:44:07.208Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T00:44:07.208Z] This means they are not meant to be enabled using systemctl. [2021-02-04T00:44:07.208Z] Possible reasons for having this kind of units are: [2021-02-04T00:44:07.208Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T00:44:07.208Z] .wants/ or .requires/ directory. [2021-02-04T00:44:07.208Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T00:44:07.208Z] a requirement dependency on it. [2021-02-04T00:44:07.208Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T00:44:07.208Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T00:44:07.208Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T00:44:07.208Z] instance name specified. [2021-02-04T00:44:07.471Z] Reading package lists... [2021-02-04T00:44:07.769Z] Building dependency tree... [2021-02-04T00:44:07.769Z] Reading state information... [2021-02-04T00:44:08.063Z] The following additional packages will be installed: [2021-02-04T00:44:08.063Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T00:44:08.063Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T00:44:08.063Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T00:44:08.063Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T00:44:08.063Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T00:44:08.063Z] Suggested packages: [2021-02-04T00:44:08.063Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T00:44:08.063Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T00:44:08.063Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T00:44:08.063Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T00:44:08.063Z] systemd-container policykit-1 [2021-02-04T00:44:08.063Z] Recommended packages: [2021-02-04T00:44:08.063Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T00:44:08.063Z] The following NEW packages will be installed: [2021-02-04T00:44:08.063Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T00:44:08.063Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T00:44:08.063Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T00:44:08.063Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T00:44:08.064Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T00:44:08.064Z] The following packages will be upgraded: [2021-02-04T00:44:08.064Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T00:44:08.064Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T00:44:08.064Z] Need to get 35.2 MB of archives. [2021-02-04T00:44:08.064Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T00:44:08.064Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T00:44:08.378Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T00:44:08.378Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T00:44:08.378Z] 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-02-04T00:44:08.378Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T00:44:08.378Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T00:44:08.378Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T00:44:08.378Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T00:44:08.663Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T00:44:08.663Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T00:44:08.663Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T00:44:08.663Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T00:44:08.663Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T00:44:08.663Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T00:44:08.663Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T00:44:08.663Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T00:44:08.663Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T00:44:08.663Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T00:44:09.255Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T00:44:09.255Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T00:44:09.255Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T00:44:09.255Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T00:44:09.255Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T00:44:09.255Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T00:44:09.255Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T00:44:09.255Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T00:44:09.255Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T00:44:09.255Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T00:44:09.255Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T00:44:09.524Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T00:44:10.962Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:44:10.962Z] Fetched 35.2 MB in 3s (14.1 MB/s) [2021-02-04T00:44:10.962Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:44:10.962Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:10.962Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:44:11.550Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:11.550Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:44:11.832Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T00:44:11.832Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:44:11.832Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T00:44:11.832Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T00:44:12.110Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T00:44:12.110Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:44:12.110Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T00:44:12.374Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T00:44:12.642Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T00:44:12.642Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T00:44:12.907Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T00:44:13.167Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T00:44:13.167Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T00:44:13.167Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T00:44:13.436Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T00:44:13.436Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:44:13.436Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:13.698Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T00:44:13.698Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T00:44:13.698Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T00:44:13.698Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T00:44:13.698Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:44:13.698Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:13.983Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T00:44:14.276Z] Checking for services that may need to be restarted...done. [2021-02-04T00:44:14.276Z] Checking for services that may need to be restarted...done. [2021-02-04T00:44:14.276Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:14.276Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T00:44:14.276Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:14.897Z] Selecting previously unselected package python3-minimal. [2021-02-04T00:44:14.897Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T00:44:14.897Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:44:14.897Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T00:44:14.897Z] Selecting previously unselected package mime-support. [2021-02-04T00:44:14.897Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T00:44:14.897Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T00:44:15.198Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T00:44:15.198Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T00:44:15.198Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T00:44:15.198Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T00:44:15.198Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:44:15.198Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:15.500Z] Selecting previously unselected package python3.6. [2021-02-04T00:44:15.500Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:44:15.500Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:15.500Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T00:44:15.500Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:44:15.500Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T00:44:15.846Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T00:44:15.846Z] Selecting previously unselected package python3. [2021-02-04T00:44:15.846Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T00:44:15.846Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:44:15.846Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T00:44:16.117Z] Selecting previously unselected package multiarch-support. [2021-02-04T00:44:16.117Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:44:16.117Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T00:44:16.117Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T00:44:16.382Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T00:44:16.382Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T00:44:16.382Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T00:44:16.382Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T00:44:16.382Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T00:44:16.382Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T00:44:16.382Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T00:44:16.643Z] Selecting previously unselected package sudo. [2021-02-04T00:44:16.643Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T00:44:16.643Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T00:44:16.922Z] Selecting previously unselected package apparmor. [2021-02-04T00:44:16.922Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T00:44:16.922Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T00:44:16.922Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T00:44:16.922Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T00:44:17.210Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T00:44:17.210Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T00:44:17.210Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:44:17.210Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:17.210Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T00:44:17.210Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:44:17.210Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:17.504Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T00:44:17.504Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T00:44:17.504Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T00:44:17.504Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T00:44:17.504Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:44:17.504Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:17.504Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T00:44:17.504Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:44:17.772Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:17.772Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T00:44:17.772Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T00:44:17.772Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T00:44:18.034Z] Selecting previously unselected package openssh-client. [2021-02-04T00:44:18.034Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T00:44:18.034Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T00:44:18.294Z] Selecting previously unselected package squashfs-tools. [2021-02-04T00:44:18.294Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T00:44:18.294Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T00:44:18.294Z] Selecting previously unselected package snapd. [2021-02-04T00:44:18.294Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T00:44:18.294Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T00:44:20.225Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T00:44:20.225Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T00:44:20.509Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T00:44:20.509Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T00:44:20.509Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T00:44:20.509Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:20.509Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:44:20.509Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T00:44:20.509Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T00:44:21.927Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T00:44:22.187Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T00:44:22.188Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T00:44:22.188Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:22.188Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:22.188Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:44:22.760Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T00:44:22.760Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:22.760Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T00:44:23.022Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T00:44:23.022Z] running python rtupdate hooks for python3.6... [2021-02-04T00:44:23.022Z] running python post-rtupdate hooks for python3.6... [2021-02-04T00:44:23.022Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T00:44:25.062Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T00:44:25.062Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:44:25.062Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T00:44:25.322Z] Setting up snapd (2.48+18.04) ... [2021-02-04T00:44:25.583Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T00:44:25.844Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T00:44:26.106Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T00:44:26.106Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T00:44:26.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T00:44:26.387Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T00:44:26.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T00:44:26.677Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T00:44:26.994Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T00:44:26.994Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T00:44:27.279Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-04T00:44:27.279Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:44:27.279Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T00:44:28.309Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:44:28.309Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:44:28.309Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:44:28.605Z] Fetched 88.7 kB in 1s (152 kB/s) [2021-02-04T00:44:29.582Z] Reading package lists... [2021-02-04T00:44:29.847Z] Reading package lists... [2021-02-04T00:44:29.847Z] Building dependency tree... [2021-02-04T00:44:29.847Z] Reading state information... [2021-02-04T00:44:30.110Z] Calculating upgrade... [2021-02-04T00:44:30.110Z] The following packages will be upgraded: [2021-02-04T00:44:30.110Z] advancecomp base-files bash binutils binutils-common [2021-02-04T00:44:30.110Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T00:44:30.110Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T00:44:30.110Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T00:44:30.110Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T00:44:30.110Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T00:44:30.110Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T00:44:30.110Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T00:44:30.110Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T00:44:30.110Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T00:44:30.110Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T00:44:30.110Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T00:44:30.110Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T00:44:30.110Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T00:44:30.110Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T00:44:30.370Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:44:30.370Z] Need to get 63.8 MB of archives. [2021-02-04T00:44:30.370Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T00:44:30.370Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T00:44:30.370Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T00:44:30.950Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T00:44:30.950Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T00:44:30.950Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T00:44:30.950Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T00:44:30.950Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T00:44:30.950Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T00:44:30.950Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-04T00:44:30.950Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T00:44:31.223Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T00:44:31.223Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T00:44:31.223Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T00:44:31.223Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T00:44:31.223Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T00:44:31.223Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T00:44:31.223Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T00:44:31.223Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T00:44:31.497Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T00:44:31.497Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T00:44:31.497Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T00:44:31.497Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T00:44:31.497Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T00:44:31.774Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T00:44:31.774Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T00:44:31.774Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T00:44:31.774Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T00:44:31.774Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T00:44:31.774Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T00:44:31.774Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T00:44:32.036Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T00:44:32.036Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T00:44:32.036Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T00:44:32.036Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T00:44:32.036Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T00:44:32.036Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T00:44:32.036Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T00:44:32.036Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T00:44:32.036Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T00:44:32.036Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T00:44:32.036Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T00:44:32.036Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T00:44:32.036Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T00:44:32.036Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T00:44:32.036Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T00:44:32.036Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T00:44:32.036Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T00:44:32.036Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T00:44:32.036Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T00:44:32.036Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T00:44:32.296Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T00:44:32.296Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T00:44:32.296Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T00:44:32.296Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T00:44:32.296Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T00:44:32.296Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T00:44:32.296Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T00:44:32.296Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T00:44:32.296Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T00:44:32.296Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T00:44:32.296Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T00:44:32.296Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T00:44:32.296Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T00:44:32.296Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-04T00:44:32.296Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T00:44:32.296Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T00:44:32.296Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T00:44:32.296Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T00:44:32.296Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T00:44:32.296Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T00:44:32.296Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T00:44:32.296Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T00:44:32.296Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T00:44:32.296Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T00:44:32.556Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T00:44:32.556Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T00:44:32.556Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T00:44:32.556Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T00:44:32.556Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T00:44:32.556Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T00:44:32.556Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T00:44:32.556Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T00:44:32.556Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T00:44:32.556Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-04T00:44:32.556Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T00:44:32.556Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T00:44:32.556Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T00:44:32.556Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T00:44:32.817Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T00:44:32.817Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T00:44:33.078Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T00:44:33.647Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T00:44:33.648Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T00:44:33.909Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T00:44:34.481Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T00:44:34.481Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T00:44:34.481Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T00:44:34.481Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T00:44:34.481Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T00:44:34.481Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:44:34.481Z] Fetched 63.8 MB in 4s (15.1 MB/s) [2021-02-04T00:44:34.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:34.481Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:44:34.481Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:44:35.422Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:44:35.422Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:44:35.422Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T00:44:35.422Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T00:44:36.365Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:36.365Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:36.365Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:36.365Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:36.365Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:36.365Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:36.625Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:36.625Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:36.625Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:36.886Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:36.886Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:36.886Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:36.886Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:37.148Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:37.148Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:44:37.148Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:44:37.148Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:37.410Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T00:44:37.410Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:44:37.410Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:44:37.410Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:37.410Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:37.671Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:37.671Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:37.671Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:44:37.671Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:44:37.932Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:44:38.194Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:44:38.194Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:44:38.194Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:44:38.765Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T00:44:39.025Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:44:39.025Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T00:44:39.025Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T00:44:39.025Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T00:44:39.025Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T00:44:39.290Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T00:44:39.290Z] Installing new version of config file /etc/issue ... [2021-02-04T00:44:39.290Z] Installing new version of config file /etc/issue.net ... [2021-02-04T00:44:39.552Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T00:44:39.552Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T00:44:39.813Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T00:44:39.813Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T00:44:39.813Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T00:44:39.813Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:39.813Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T00:44:40.074Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T00:44:40.074Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T00:44:40.074Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-04T00:44:40.335Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:40.335Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:40.335Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:40.335Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:40.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:40.336Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T00:44:40.597Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T00:44:40.597Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T00:44:40.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:40.860Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T00:44:40.860Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:44:41.121Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T00:44:41.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:41.121Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:41.121Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:44:41.382Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:44:41.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:41.382Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:41.382Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:44:41.643Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T00:44:41.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:41.904Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T00:44:41.904Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T00:44:41.904Z] Setting up grep (3.1-2build1) ... [2021-02-04T00:44:42.165Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:42.165Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T00:44:42.165Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T00:44:42.165Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T00:44:42.425Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:42.425Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:44:42.425Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:44:42.685Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T00:44:42.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:42.685Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:44:42.685Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:44:43.258Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:44:43.258Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:44:43.258Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:44:43.258Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:44:43.830Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T00:44:44.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:44.091Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T00:44:44.091Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:44:45.036Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T00:44:45.036Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T00:44:45.297Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T00:44:45.297Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T00:44:45.297Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T00:44:45.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:45.560Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T00:44:45.560Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T00:44:45.831Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T00:44:45.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:45.831Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:45.831Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:46.094Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:46.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:46.094Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:46.094Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:46.356Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:46.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:46.356Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:46.356Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:46.623Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:46.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:46.623Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:46.884Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:46.884Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:46.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:46.884Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:44:47.145Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:44:47.145Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:44:47.145Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:44:47.405Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:44:47.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:47.405Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:44:47.405Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:44:47.673Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:44:47.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:47.673Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:47.673Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:47.934Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:47.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:47.934Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:47.934Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:48.195Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:48.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:48.195Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:48.195Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:48.767Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:44:49.028Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T00:44:49.291Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T00:44:49.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:49.291Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:44:49.291Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:44:49.550Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:44:49.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:44:49.817Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T00:44:49.817Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:44:50.077Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T00:44:50.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:50.077Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T00:44:50.077Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T00:44:50.338Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T00:44:50.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:50.600Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T00:44:50.600Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T00:44:50.863Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T00:44:50.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:50.863Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T00:44:50.863Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T00:44:50.877Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:44:50.877Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:44:50.877Z] ---> 73a670f010a3 [2021-02-04T00:44:50.877Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:44:50.877Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:44:50.877Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:44:50.877Z] ---> 73a670f010a3 [2021-02-04T00:44:50.877Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:44:50.877Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:44:50.877Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:44:50.877Z] ---> 73a670f010a3 [2021-02-04T00:44:50.877Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:44:50.877Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:44:50.877Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:44:50.877Z] ---> 73a670f010a3 [2021-02-04T00:44:50.877Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:44:50.877Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:44:50.877Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:44:50.877Z] ---> 73a670f010a3 [2021-02-04T00:44:50.877Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:44:51.125Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T00:44:51.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:51.125Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:44:51.125Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:44:51.386Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:44:51.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:51.386Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:44:51.386Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:44:51.648Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:44:51.648Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:51.648Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:44:51.910Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:44:52.171Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:44:52.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:52.171Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:44:52.432Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:44:52.432Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:52.432Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:44:52.692Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:52.692Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:44:52.692Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:44:52.856Z] ---> Running in 83c9bf834a61 [2021-02-04T00:44:52.856Z] ---> Running in cd196bb3de14 [2021-02-04T00:44:52.856Z] ---> Running in 7ef303c10ef8 [2021-02-04T00:44:52.856Z] ---> Running in e92d365a7891 [2021-02-04T00:44:52.856Z] ---> Running in 6744c5843817 [2021-02-04T00:44:52.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:52.955Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T00:44:52.955Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T00:44:53.528Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T00:44:53.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:53.528Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T00:44:53.788Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:44:53.788Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:44:53.835Z] Removing intermediate container e92d365a7891 [2021-02-04T00:44:53.835Z] ---> 99fb9563cbb5 [2021-02-04T00:44:53.835Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:44:53.835Z] Removing intermediate container 83c9bf834a61 [2021-02-04T00:44:53.835Z] ---> abc8fdb9c96b [2021-02-04T00:44:53.835Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:44:53.835Z] Removing intermediate container 6744c5843817 [2021-02-04T00:44:53.835Z] ---> 0cd907da0ac2 [2021-02-04T00:44:53.835Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:44:53.835Z] Removing intermediate container cd196bb3de14 [2021-02-04T00:44:53.835Z] ---> c4ad7d8440e9 [2021-02-04T00:44:53.835Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:44:53.835Z] Removing intermediate container 7ef303c10ef8 [2021-02-04T00:44:53.835Z] ---> bc50e2e7db84 [2021-02-04T00:44:53.836Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:44:53.836Z] ---> Running in fa6f6008412f [2021-02-04T00:44:53.836Z] ---> Running in 685a805794b3 [2021-02-04T00:44:53.836Z] ---> Running in 1397b80a4109 [2021-02-04T00:44:53.836Z] ---> Running in 56f4dcdcd98f [2021-02-04T00:44:53.836Z] ---> Running in 0c68ae6b36bb [2021-02-04T00:44:54.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:54.051Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:54.051Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:44:54.346Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:44:54.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:54.346Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T00:44:54.346Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T00:44:54.346Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T00:44:54.608Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:54.608Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T00:44:54.608Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T00:44:54.871Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T00:44:55.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:55.134Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:55.134Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:44:55.395Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:55.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:55.395Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T00:44:55.395Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T00:44:55.657Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T00:44:55.657Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:55.657Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T00:44:55.657Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T00:44:55.917Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T00:44:55.918Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:55.918Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T00:44:55.918Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T00:44:56.180Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T00:44:56.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:56.180Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T00:44:56.440Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T00:44:56.440Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T00:44:56.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:56.701Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T00:44:56.701Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T00:44:56.701Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T00:44:56.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:44:56.701Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T00:44:56.701Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T00:44:56.963Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T00:44:56.963Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T00:44:56.963Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T00:44:56.963Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T00:44:57.224Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T00:44:57.224Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T00:44:57.491Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T00:44:57.491Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T00:44:57.491Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T00:44:57.753Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T00:44:57.753Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T00:44:57.753Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T00:44:58.014Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T00:44:58.014Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T00:44:58.014Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T00:44:58.014Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T00:44:58.184Z] Removing intermediate container 685a805794b3 [2021-02-04T00:44:58.184Z] ---> 34c9d7922450 [2021-02-04T00:44:58.184Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:44:58.184Z] ---> Running in 1c5c39c28ebb [2021-02-04T00:44:58.184Z] Removing intermediate container fa6f6008412f [2021-02-04T00:44:58.184Z] ---> f6471d450139 [2021-02-04T00:44:58.184Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:44:58.184Z] Removing intermediate container 1397b80a4109 [2021-02-04T00:44:58.184Z] ---> a0b484a8ceb0 [2021-02-04T00:44:58.184Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:44:58.184Z] Removing intermediate container 0c68ae6b36bb [2021-02-04T00:44:58.184Z] ---> 2f9132a02d6b [2021-02-04T00:44:58.184Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:44:58.184Z] ---> Running in 079c07301294 [2021-02-04T00:44:58.184Z] ---> Running in 9889c386c590 [2021-02-04T00:44:58.184Z] ---> Running in cd1401b03682 [2021-02-04T00:44:58.184Z] Removing intermediate container 56f4dcdcd98f [2021-02-04T00:44:58.184Z] ---> 98c998588d43 [2021-02-04T00:44:58.184Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:44:58.277Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T00:44:58.278Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T00:44:58.278Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T00:44:58.278Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T00:44:58.462Z] ---> Running in ebfd5e4c01c1 [2021-02-04T00:44:58.539Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T00:44:58.539Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T00:44:58.539Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T00:44:58.801Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T00:44:58.801Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T00:44:58.801Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T00:44:59.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:44:59.751Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T00:44:59.751Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T00:44:59.751Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T00:44:59.751Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T00:45:00.017Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:00.017Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:00.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:00.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:00.277Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:00.277Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:00.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:00.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:00.538Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:00.538Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:00.538Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:00.801Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:00.801Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:00.801Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:01.061Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:01.061Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:01.061Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:01.061Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:01.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:01.330Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:01.330Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:01.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:02.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:02.296Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:02.297Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:02.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:02.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:45:03.249Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:03.249Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:03.752Z] OK: 217 MiB in 51 packages [2021-02-04T00:45:03.824Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:04.089Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:04.351Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:04.351Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:04.740Z] OK: 217 MiB in 51 packages [2021-02-04T00:45:05.013Z] Removing intermediate container 079c07301294 [2021-02-04T00:45:05.013Z] ---> a6d29d66b9c1 [2021-02-04T00:45:05.013Z] Step 6/23 : COPY go.mod . [2021-02-04T00:45:05.291Z] OK: 217 MiB in 51 packages [2021-02-04T00:45:05.295Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:05.295Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:05.295Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:45:05.295Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:45:05.556Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T00:45:05.556Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:45:05.565Z] OK: 217 MiB in 51 packages [2021-02-04T00:45:05.818Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T00:45:05.818Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:45:05.818Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T00:45:05.818Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T00:45:06.079Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:45:06.079Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:45:06.079Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:45:06.167Z] ---> 23a97db7ed38 [2021-02-04T00:45:06.167Z] Step 7/23 : RUN go mod download [2021-02-04T00:45:06.167Z] OK: 217 MiB in 51 packages [2021-02-04T00:45:06.341Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:45:06.341Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T00:45:06.341Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T00:45:06.442Z] ---> Running in 9ea85235da89 [2021-02-04T00:45:06.442Z] Removing intermediate container 1c5c39c28ebb [2021-02-04T00:45:06.442Z] ---> 4e065b022636 [2021-02-04T00:45:06.442Z] Step 6/21 : COPY go.mod . [2021-02-04T00:45:06.604Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:06.604Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:45:06.604Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:06.604Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:06.604Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:06.604Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T00:45:06.604Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T00:45:06.604Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T00:45:06.872Z] [2021-02-04T00:45:06.872Z] Current default time zone: 'Etc/UTC' [2021-02-04T00:45:06.872Z] Local time is now: Thu Feb 4 00:45:06 UTC 2021. [2021-02-04T00:45:06.872Z] Universal Time is now: Thu Feb 4 00:45:06 UTC 2021. [2021-02-04T00:45:06.872Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T00:45:06.872Z] [2021-02-04T00:45:06.872Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T00:45:06.872Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:06.872Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T00:45:06.872Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:06.872Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T00:45:07.051Z] Removing intermediate container 9889c386c590 [2021-02-04T00:45:07.051Z] ---> 349adbc036d5 [2021-02-04T00:45:07.051Z] Step 6/24 : COPY go.mod . [2021-02-04T00:45:07.139Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T00:45:07.139Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T00:45:07.139Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T00:45:07.139Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T00:45:07.140Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T00:45:07.140Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:07.140Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T00:45:07.329Z] Removing intermediate container ebfd5e4c01c1 [2021-02-04T00:45:07.330Z] ---> c69ffa5686f5 [2021-02-04T00:45:07.330Z] Step 6/22 : COPY go.mod . [2021-02-04T00:45:07.403Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:07.403Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:07.606Z] ---> 5ff8b536c9b4 [2021-02-04T00:45:07.606Z] Step 7/21 : RUN go mod download [2021-02-04T00:45:07.665Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:07.665Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T00:45:07.665Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T00:45:07.665Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T00:45:07.665Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T00:45:07.665Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T00:45:07.665Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T00:45:07.665Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:45:07.665Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T00:45:07.894Z] ---> Running in ebdd52b55f58 [2021-02-04T00:45:07.894Z] Removing intermediate container cd1401b03682 [2021-02-04T00:45:07.894Z] ---> 2fab2c471cd0 [2021-02-04T00:45:07.894Z] Step 6/26 : COPY go.mod . [2021-02-04T00:45:08.188Z] ---> 32bc4a432d00 [2021-02-04T00:45:08.188Z] Step 7/24 : RUN go mod download [2021-02-04T00:45:08.464Z] ---> aca90b699d98 [2021-02-04T00:45:08.464Z] Step 7/22 : RUN go mod download [2021-02-04T00:45:08.464Z] ---> Running in e47d2526ad38 [2021-02-04T00:45:08.748Z] ---> Running in 228e79ebd0e0 [2021-02-04T00:45:09.367Z] ---> 0d1f0ee8100d [2021-02-04T00:45:09.368Z] Step 7/26 : RUN go mod download [2021-02-04T00:45:09.589Z] Updating certificates in /etc/ssl/certs... [2021-02-04T00:45:09.650Z] ---> Running in ec5650fd4baf [2021-02-04T00:45:10.544Z] 23 added, 27 removed; done. [2021-02-04T00:45:10.645Z] Removing intermediate container 9ea85235da89 [2021-02-04T00:45:10.645Z] ---> 1dfcbabadc52 [2021-02-04T00:45:10.645Z] Step 8/23 : COPY . . [2021-02-04T00:45:10.810Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T00:45:10.810Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:10.810Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T00:45:10.810Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T00:45:10.810Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T00:45:11.073Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.073Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:11.073Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.073Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.073Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.073Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.073Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.073Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T00:45:11.073Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:11.335Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:45:11.335Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T00:45:11.335Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:11.335Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.335Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:11.335Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:45:11.335Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T00:45:11.335Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:45:11.598Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:45:11.598Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T00:45:11.598Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T00:45:11.598Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T00:45:11.598Z] Updating certificates in /etc/ssl/certs... [2021-02-04T00:45:12.547Z] 0 added, 0 removed; done. [2021-02-04T00:45:12.548Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T00:45:12.548Z] done. [2021-02-04T00:45:12.657Z] Removing intermediate container ebdd52b55f58 [2021-02-04T00:45:12.657Z] ---> 92025f065152 [2021-02-04T00:45:12.657Z] Step 8/21 : COPY . . [2021-02-04T00:45:12.847Z] Reading package lists... [2021-02-04T00:45:13.109Z] Building dependency tree... [2021-02-04T00:45:13.109Z] Reading state information... [2021-02-04T00:45:13.109Z] The following NEW packages will be installed: [2021-02-04T00:45:13.109Z] apt-transport-https [2021-02-04T00:45:13.378Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:45:13.378Z] Need to get 1696 B of archives. [2021-02-04T00:45:13.378Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T00:45:13.378Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T00:45:13.378Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:45:13.675Z] Removing intermediate container e47d2526ad38 [2021-02-04T00:45:13.675Z] ---> 160356fe2be1 [2021-02-04T00:45:13.675Z] Step 8/24 : COPY . . [2021-02-04T00:45:13.685Z] Fetched 1696 B in 0s (9368 B/s) [2021-02-04T00:45:13.685Z] Selecting previously unselected package apt-transport-https. [2021-02-04T00:45:13.685Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T00:45:13.685Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T00:45:13.685Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T00:45:13.685Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T00:45:13.956Z] Removing intermediate container 228e79ebd0e0 [2021-02-04T00:45:13.956Z] ---> dffd39a135be [2021-02-04T00:45:13.956Z] Step 8/22 : COPY . . [2021-02-04T00:45:13.957Z] Waiting for network to be ready... [2021-02-04T00:45:14.946Z] Removing intermediate container ec5650fd4baf [2021-02-04T00:45:14.946Z] ---> 60ff2d8fac18 [2021-02-04T00:45:14.946Z] Step 8/26 : COPY . . [2021-02-04T00:45:19.367Z] 2021-02-04T00:45:17Z INFO Waiting for automatic snapd restart... [2021-02-04T00:45:19.643Z] snapd 2.48.2 from Canonical* installed [2021-02-04T00:45:20.659Z] "snapd" switched to the "latest/stable" channel [2021-02-04T00:45:20.659Z] [2021-02-04T00:45:23.492Z] core18 20201210 from Canonical* installed [2021-02-04T00:45:23.492Z] "core18" switched to the "latest/stable" channel [2021-02-04T00:45:23.492Z] [2021-02-04T00:45:27.226Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T00:45:27.226Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T00:45:27.226Z] [2021-02-04T00:45:30.805Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-04T00:45:30.805Z] - README.md [2021-02-04T00:45:30.805Z] - snapcraft.yaml.orig [2021-02-04T00:45:30.805Z] [2021-02-04T00:45:30.805Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T00:45:37.486Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:45:37.486Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T00:45:37.486Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:45:37.486Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:45:38.062Z] Reading package lists... [2021-02-04T00:45:38.642Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-04T00:45:42.073Z] ---> 82652e12f031 [2021-02-04T00:45:42.073Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:45:42.073Z] ---> 4baaab60da6a [2021-02-04T00:45:42.073Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:45:42.073Z] ---> 7cde17c9cd59 [2021-02-04T00:45:42.073Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:45:42.073Z] ---> Running in 7f11994c2117 [2021-02-04T00:45:42.073Z] ---> Running in 93ca31e4bfe0 [2021-02-04T00:45:42.073Z] ---> Running in 33678d80bba5 [2021-02-04T00:45:42.073Z] ---> 1712a0e6eb1b [2021-02-04T00:45:42.073Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:45:42.073Z] ---> 86be9a41ddc2 [2021-02-04T00:45:42.073Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T00:45:42.073Z] ---> Running in 7d0c0481f786 [2021-02-04T00:45:42.073Z] ---> Running in 8ac32a45c8d7 [2021-02-04T00:45:42.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:45:42.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:45:42.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:45:42.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:45:42.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:45:45.338Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:45:45.338Z] Reading package lists... [2021-02-04T00:45:45.338Z] Building dependency tree... [2021-02-04T00:45:45.338Z] Reading state information... [2021-02-04T00:45:45.338Z] Suggested packages: [2021-02-04T00:45:45.338Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T00:45:45.338Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T00:45:45.338Z] Recommended packages: [2021-02-04T00:45:45.338Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T00:45:45.338Z] The following NEW packages will be installed: [2021-02-04T00:45:45.338Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T00:45:45.338Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T00:45:45.338Z] pkg-config zip [2021-02-04T00:45:45.338Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:45:45.338Z] Need to get 7655 kB of archives. [2021-02-04T00:45:45.338Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T00:45:45.338Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T00:45:45.338Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-04T00:45:45.338Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T00:45:45.338Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T00:45:45.338Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T00:45:45.338Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T00:45:45.650Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T00:45:45.650Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T00:45:45.950Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T00:45:45.950Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T00:45:46.237Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T00:45:46.237Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T00:45:46.503Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T00:45:46.766Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T00:45:46.766Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T00:45:47.029Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:45:47.029Z] Fetched 7655 kB in 2s (3886 kB/s) [2021-02-04T00:45:47.029Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T00:45:47.029Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T00:45:47.029Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T00:45:47.029Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T00:45:47.291Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T00:45:47.291Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T00:45:47.291Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T00:45:47.291Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T00:45:47.291Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T00:45:47.291Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T00:45:47.555Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T00:45:47.555Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T00:45:47.555Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T00:45:47.555Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T00:45:47.555Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T00:45:47.555Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T00:45:47.817Z] Selecting previously unselected package liberror-perl. [2021-02-04T00:45:47.817Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T00:45:47.817Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T00:45:47.817Z] Selecting previously unselected package git-man. [2021-02-04T00:45:47.817Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T00:45:47.817Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:45:48.080Z] Selecting previously unselected package git. [2021-02-04T00:45:48.080Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T00:45:48.080Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:45:48.656Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T00:45:48.656Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T00:45:48.656Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T00:45:48.919Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T00:45:48.919Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T00:45:48.919Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T00:45:48.919Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T00:45:48.919Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T00:45:48.919Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T00:45:49.182Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T00:45:49.183Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T00:45:49.183Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:45:49.183Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T00:45:49.183Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T00:45:49.183Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:45:49.445Z] Selecting previously unselected package pkg-config. [2021-02-04T00:45:49.445Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T00:45:49.445Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T00:45:49.445Z] Selecting previously unselected package zip. [2021-02-04T00:45:49.445Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T00:45:49.445Z] Unpacking zip (3.0-11build1) ... [2021-02-04T00:45:49.708Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T00:45:49.708Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:45:49.708Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T00:45:49.708Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T00:45:49.708Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T00:45:49.708Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T00:45:49.708Z] No schema files found: doing nothing. [2021-02-04T00:45:49.708Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T00:45:49.708Z] Setting up zip (3.0-11build1) ... [2021-02-04T00:45:49.973Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T00:45:49.973Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T00:45:49.973Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T00:45:49.973Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:45:49.973Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T00:45:49.973Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:45:49.973Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:45:50.238Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:45:56.957Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:45:56.957Z] git set to automatically installed. [2021-02-04T00:45:56.957Z] git-man set to automatically installed. [2021-02-04T00:45:56.957Z] libcurl3-gnutls set to automatically installed. [2021-02-04T00:45:56.957Z] liberror-perl set to automatically installed. [2021-02-04T00:45:56.957Z] libglib2.0-0 set to automatically installed. [2021-02-04T00:45:56.957Z] libnghttp2-14 set to automatically installed. [2021-02-04T00:45:56.957Z] libnorm1 set to automatically installed. [2021-02-04T00:45:56.957Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T00:45:56.957Z] libpsl5 set to automatically installed. [2021-02-04T00:45:56.957Z] librtmp1 set to automatically installed. [2021-02-04T00:45:56.957Z] libsodium23 set to automatically installed. [2021-02-04T00:45:56.957Z] libzmq3-dev set to automatically installed. [2021-02-04T00:45:56.957Z] libzmq5 set to automatically installed. [2021-02-04T00:45:56.957Z] pkg-config set to automatically installed. [2021-02-04T00:45:56.957Z] zip set to automatically installed. [2021-02-04T00:45:58.898Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T00:46:05.530Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:46:05.803Z] snap "core18" has no updates available [2021-02-04T00:46:06.394Z] Pulling config-common [2021-02-04T00:46:07.342Z] Pulling go-build-helper [2021-02-04T00:46:29.432Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:46:29.432Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T00:46:29.432Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T00:46:29.432Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T00:46:29.432Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T00:46:29.432Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T00:46:29.432Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T00:46:29.432Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T00:46:29.432Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T00:46:29.432Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T00:46:29.432Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T00:46:29.432Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T00:46:29.432Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T00:46:29.432Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T00:46:29.432Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T00:46:29.432Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T00:46:29.432Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T00:46:29.432Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T00:46:29.432Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T00:46:29.432Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T00:46:29.432Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T00:46:29.432Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T00:46:29.433Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T00:46:29.433Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T00:46:29.433Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T00:46:29.433Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T00:46:29.433Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T00:46:29.433Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T00:46:29.433Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T00:46:29.433Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T00:46:29.433Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T00:46:29.433Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T00:46:29.433Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T00:46:29.433Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T00:46:29.433Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T00:46:29.433Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T00:46:29.433Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T00:46:29.433Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T00:46:29.433Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T00:46:29.433Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T00:46:29.433Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T00:46:29.433Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T00:46:29.433Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T00:46:29.433Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T00:46:29.433Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T00:46:29.433Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T00:46:29.433Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T00:46:29.433Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T00:46:29.433Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T00:46:29.433Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T00:46:29.433Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T00:46:29.433Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T00:46:29.433Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T00:46:29.433Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T00:46:29.433Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T00:46:29.433Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T00:46:29.433Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T00:46:29.433Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T00:46:29.433Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T00:46:29.433Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T00:46:29.433Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T00:46:29.433Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T00:46:29.433Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T00:46:29.433Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T00:46:31.418Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T00:46:31.418Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T00:46:31.418Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T00:46:31.418Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T00:46:31.418Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T00:46:31.418Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T00:46:31.418Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T00:46:31.418Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T00:46:31.418Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T00:46:31.418Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T00:46:31.418Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T00:46:31.418Z] Pulling static-packages [2021-02-04T00:46:32.448Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T00:46:32.448Z] Skipping pull go-build-helper (already ran) [2021-02-04T00:46:32.448Z] Skipping pull static-packages (already ran) [2021-02-04T00:46:32.448Z] Building go-build-helper [2021-02-04T00:46:35.975Z] Building static-packages [2021-02-04T00:46:38.079Z] Staging go-build-helper [2021-02-04T00:46:39.095Z] Staging static-packages [2021-02-04T00:46:40.044Z] Pulling go115 [2021-02-04T00:46:41.515Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T00:46:41.515Z] Skipping pull go115 (already ran) [2021-02-04T00:46:41.515Z] Building go115 [2021-02-04T00:46:41.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T00:46:41.515Z] Dload Upload Total Spent Left Speed [2021-02-04T00:46:46.378Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 11.6M 0 0 16.7M 0 0:00:06 --:--:-- 0:00:06 16.7M 27 115M 27 32.2M 0 0 19.0M 0 0:00:06 0:00:01 0:00:05 19.0M 52 115M 52 60.7M 0 0 22.5M 0 0:00:05 0:00:02 0:00:03 22.5M 68 115M 68 78.8M 0 0 21.3M 0 0:00:05 0:00:03 0:00:02 21.3M 85 115M 85 99.2M 0 0 21.1M 0 0:00:05 0:00:04 0:00:01 21.1M 100 115M 100 115M 0 0 22.4M 0 0:00:05 0:00:05 --:--:-- 23.2M [2021-02-04T00:46:46.998Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T00:46:51.383Z] Staging go115 [2021-02-04T00:46:56.832Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T00:46:56.832Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:46:56.832Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:46:56.832Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T00:46:56.832Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T00:46:56.832Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T00:46:56.832Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T00:46:56.832Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T00:46:56.832Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T00:46:56.832Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T00:46:56.832Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T00:46:56.832Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T00:46:56.832Z] Pulling edgex-go [2021-02-04T00:46:57.865Z] Pulling version [2021-02-04T00:46:58.864Z] Building config-common [2021-02-04T00:47:00.917Z] Skipping build go-build-helper (already ran) [2021-02-04T00:47:00.917Z] Skipping build static-packages (already ran) [2021-02-04T00:47:00.917Z] Skipping build go115 (already ran) [2021-02-04T00:47:01.181Z] Building edgex-go [2021-02-04T00:47:01.448Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:47:02.452Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T00:47:02.452Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T00:47:02.452Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T00:47:02.745Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T00:47:02.745Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T00:47:02.745Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 [2021-02-04T00:47:02.745Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T00:47:02.745Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T00:47:02.745Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T00:47:02.745Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T00:47:02.745Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T00:47:02.745Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T00:47:02.745Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T00:47:02.745Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T00:47:02.745Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T00:47:02.745Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T00:47:02.745Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T00:47:02.745Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.2 [2021-02-04T00:47:02.745Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T00:47:02.745Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T00:47:02.745Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T00:47:03.047Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T00:47:03.047Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T00:47:03.047Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T00:47:03.047Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T00:47:03.047Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T00:47:03.047Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T00:47:03.047Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T00:47:03.047Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T00:47:03.047Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T00:47:03.344Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T00:47:03.344Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T00:47:04.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:47:04.301Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:47:11.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:47:14.544Z] Removing intermediate container 93ca31e4bfe0 [2021-02-04T00:47:14.544Z] ---> ce23a3f5de62 [2021-02-04T00:47:14.544Z] [2021-02-04T00:47:14.544Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:47:14.544Z] 3.12: Pulling from library/alpine [2021-02-04T00:47:15.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:47:16.537Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:47:16.537Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:47:16.537Z] ---> afeebe901d6b [2021-02-04T00:47:16.537Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:47:16.831Z] Removing intermediate container 7d0c0481f786 [2021-02-04T00:47:16.831Z] ---> e1acaae0e91e [2021-02-04T00:47:16.831Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:47:17.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:47:17.850Z] ---> Running in b56956821009 [2021-02-04T00:47:17.850Z] ---> Running in d60ea55f3caf [2021-02-04T00:47:18.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:47:18.463Z] Removing intermediate container 33678d80bba5 [2021-02-04T00:47:18.463Z] ---> 3204dfe6b1b2 [2021-02-04T00:47:18.463Z] [2021-02-04T00:47:18.463Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:47:18.463Z] ---> afeebe901d6b [2021-02-04T00:47:18.463Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:47:18.755Z] ---> Running in 9405f6946ffd [2021-02-04T00:47:19.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:47:19.037Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T00:47:19.037Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T00:47:19.037Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T00:47:19.037Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T00:47:20.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:47:20.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:20.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:20.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:21.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:47:21.013Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T00:47:21.013Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T00:47:21.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:21.405Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:47:21.405Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:47:21.724Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:47:21.724Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:47:21.724Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:47:21.724Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:47:21.724Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:47:21.724Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:47:21.724Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:47:21.724Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:47:21.724Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:47:21.724Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:47:22.026Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:47:22.026Z] OK: 7 MiB in 19 packages [2021-02-04T00:47:22.320Z] OK: 7 MiB in 18 packages [2021-02-04T00:47:22.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:47:23.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:47:23.665Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T00:47:25.007Z] Removing intermediate container d60ea55f3caf [2021-02-04T00:47:25.007Z] ---> d3108f421d0a [2021-02-04T00:47:25.007Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:47:25.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:47:25.623Z] Removing intermediate container 9405f6946ffd [2021-02-04T00:47:25.623Z] ---> 1f01102f301e [2021-02-04T00:47:25.623Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:47:25.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:47:25.906Z] ---> Running in 2cdd2e170687 [2021-02-04T00:47:25.907Z] Removing intermediate container b56956821009 [2021-02-04T00:47:25.907Z] ---> 314177c61f36 [2021-02-04T00:47:25.907Z] [2021-02-04T00:47:25.907Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:47:26.190Z] 20.10.0: Pulling from library/docker [2021-02-04T00:47:26.190Z] ---> Running in fdbd142e8932 [2021-02-04T00:47:26.829Z] Removing intermediate container 2cdd2e170687 [2021-02-04T00:47:26.829Z] ---> d1b286186b55 [2021-02-04T00:47:26.829Z] Step 13/24 : WORKDIR / [2021-02-04T00:47:26.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:47:26.932Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T00:47:27.471Z] Removing intermediate container fdbd142e8932 [2021-02-04T00:47:27.471Z] ---> beb840e270cf [2021-02-04T00:47:27.471Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:47:27.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:47:27.987Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T00:47:28.123Z] ---> Running in 02f04c9eb83c [2021-02-04T00:47:28.437Z] ---> Running in 809ebcfd4b72 [2021-02-04T00:47:28.740Z] Removing intermediate container 7f11994c2117 [2021-02-04T00:47:28.740Z] ---> 948ca84dc107 [2021-02-04T00:47:28.740Z] [2021-02-04T00:47:28.740Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:47:28.740Z] ---> afeebe901d6b [2021-02-04T00:47:28.740Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:47:29.721Z] Removing intermediate container 8ac32a45c8d7 [2021-02-04T00:47:29.721Z] ---> c41d4b5816c1 [2021-02-04T00:47:29.721Z] [2021-02-04T00:47:29.721Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:47:29.721Z] ---> afeebe901d6b [2021-02-04T00:47:29.721Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:47:30.001Z] ---> Running in 670e251a7a9b [2021-02-04T00:47:30.001Z] Removing intermediate container 02f04c9eb83c [2021-02-04T00:47:30.001Z] ---> e6526a6fd247 [2021-02-04T00:47:30.001Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T00:47:30.278Z] ---> Running in dbd5209d0f6b [2021-02-04T00:47:30.278Z] Removing intermediate container 809ebcfd4b72 [2021-02-04T00:47:30.278Z] ---> 0babb6d8373c [2021-02-04T00:47:30.278Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:47:31.280Z] ---> 9feba7334c9a [2021-02-04T00:47:31.280Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T00:47:31.422Z] Building version [2021-02-04T00:47:31.563Z] ---> 337e076b5388 [2021-02-04T00:47:31.563Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:47:31.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:31.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:32.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:32.970Z] ---> 5a82a33f1e91 [2021-02-04T00:47:32.970Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:47:33.047Z] Staging config-common [2021-02-04T00:47:33.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:33.531Z] ---> 377afe68e95d [2021-02-04T00:47:33.531Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:47:33.819Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:47:33.819Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:47:33.819Z] OK: 5 MiB in 15 packages [2021-02-04T00:47:33.993Z] Skipping stage go-build-helper (already ran) [2021-02-04T00:47:33.993Z] Skipping stage static-packages (already ran) [2021-02-04T00:47:33.993Z] Skipping stage go115 (already ran) [2021-02-04T00:47:33.993Z] Staging edgex-go [2021-02-04T00:47:34.096Z] ---> 69321aa47cea [2021-02-04T00:47:34.096Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:47:34.379Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:47:34.379Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:47:34.379Z] OK: 5 MiB in 15 packages [2021-02-04T00:47:34.937Z] Staging version [2021-02-04T00:47:35.878Z] Priming config-common [2021-02-04T00:47:36.401Z] ---> 11435268101d [2021-02-04T00:47:36.401Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:47:36.401Z] Removing intermediate container 670e251a7a9b [2021-02-04T00:47:36.401Z] ---> 90cf37854caf [2021-02-04T00:47:36.401Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:47:36.401Z] ---> Running in ea8cd9bf3e48 [2021-02-04T00:47:36.674Z] ---> Running in 9e2550ba72e7 [2021-02-04T00:47:36.674Z] ---> 7df28af87ab1 [2021-02-04T00:47:36.674Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:47:36.948Z] Removing intermediate container dbd5209d0f6b [2021-02-04T00:47:36.948Z] ---> fec1e5e99fe9 [2021-02-04T00:47:36.948Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:47:37.223Z] Removing intermediate container ea8cd9bf3e48 [2021-02-04T00:47:37.223Z] ---> a868861cb490 [2021-02-04T00:47:37.223Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:47:37.223Z] ---> Running in 1cb2f6397cf1 [2021-02-04T00:47:37.263Z] Priming go-build-helper [2021-02-04T00:47:37.511Z] ---> Running in e47f28d6b872 [2021-02-04T00:47:37.511Z] Removing intermediate container 9e2550ba72e7 [2021-02-04T00:47:37.511Z] ---> e0d9e955b852 [2021-02-04T00:47:37.511Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:47:37.832Z] Priming static-packages [2021-02-04T00:47:38.491Z] ---> Running in 5a84b1421409 [2021-02-04T00:47:38.491Z] Removing intermediate container 1cb2f6397cf1 [2021-02-04T00:47:38.491Z] ---> e72f7e8c0491 [2021-02-04T00:47:38.491Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T00:47:38.764Z] Removing intermediate container e47f28d6b872 [2021-02-04T00:47:38.764Z] ---> 683efe1f5510 [2021-02-04T00:47:38.764Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T00:47:38.764Z] ---> fd0b83f7b6ff [2021-02-04T00:47:38.764Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:47:38.764Z] ---> Running in 5899590ef0d5 [2021-02-04T00:47:39.039Z] ---> Running in 41d260a21cc3 [2021-02-04T00:47:39.039Z] Removing intermediate container 5a84b1421409 [2021-02-04T00:47:39.039Z] ---> dafc8a960aab [2021-02-04T00:47:39.039Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:47:39.316Z] ---> Running in f3b875dad3fd [2021-02-04T00:47:39.592Z] Removing intermediate container 5899590ef0d5 [2021-02-04T00:47:39.592Z] ---> cd991de512e0 [2021-02-04T00:47:39.592Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:47:39.592Z] ---> Running in 6839027ffcd9 [2021-02-04T00:47:39.866Z] Removing intermediate container 41d260a21cc3 [2021-02-04T00:47:39.866Z] ---> 4db2f9bc2cd0 [2021-02-04T00:47:39.866Z] Step 20/21 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:47:39.866Z] ---> 0b96ff092afb [2021-02-04T00:47:39.866Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T00:47:39.866Z] ---> Running in 28e80fed183f [2021-02-04T00:47:40.139Z] ---> Running in 8ed24a17cfc2 [2021-02-04T00:47:40.139Z] Removing intermediate container f3b875dad3fd [2021-02-04T00:47:40.139Z] ---> 0d418c451faf [2021-02-04T00:47:40.139Z] Step 15/23 : WORKDIR / [2021-02-04T00:47:40.375Z] Priming go115 [2021-02-04T00:47:40.421Z] ---> Running in 4c8f12db1e56 [2021-02-04T00:47:40.421Z] Removing intermediate container 6839027ffcd9 [2021-02-04T00:47:40.421Z] ---> 375b11b52364 [2021-02-04T00:47:40.421Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:47:40.702Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:47:40.702Z] Removing intermediate container 28e80fed183f [2021-02-04T00:47:40.702Z] ---> ddfabb0918b2 [2021-02-04T00:47:40.702Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:47:40.702Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:47:40.702Z] ---> eeaf43b92773 [2021-02-04T00:47:40.702Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:47:41.006Z] ---> Running in b63ae117b3f3 [2021-02-04T00:47:41.006Z] ---> Running in 007cfd28f59c [2021-02-04T00:47:41.311Z] Removing intermediate container 4c8f12db1e56 [2021-02-04T00:47:41.311Z] ---> 8d157771e642 [2021-02-04T00:47:41.311Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:47:41.353Z] Priming edgex-go [2021-02-04T00:47:41.919Z] Removing intermediate container 007cfd28f59c [2021-02-04T00:47:41.919Z] ---> e8cf688b1487 [2021-02-04T00:47:41.919Z] [2021-02-04T00:47:41.919Z] ---> 51905cedb17b [2021-02-04T00:47:41.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:47:42.302Z] Priming version [2021-02-04T00:47:42.521Z] Successfully built e8cf688b1487 [2021-02-04T00:47:42.521Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T00:47:42.521Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-04T00:47:42.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:42.795Z] ---> fb1828a6ec84 [2021-02-04T00:47:42.795Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:47:43.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:43.256Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-04T00:47:43.348Z] Removing intermediate container 8ed24a17cfc2 [2021-02-04T00:47:43.349Z] ---> a751b9fed94f [2021-02-04T00:47:43.349Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:47:43.626Z] ---> f026e42cebb2 [2021-02-04T00:47:43.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:47:43.626Z] ---> Running in 6336a61c11b8 [2021-02-04T00:47:43.626Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:47:43.626Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:47:43.899Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:47:43.899Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:47:43.899Z] OK: 12 MiB in 22 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-04T00:47:44.884Z] Removing intermediate container 6336a61c11b8 [2021-02-04T00:47:44.884Z] ---> 0f3018680013 [2021-02-04T00:47:44.884Z] Step 22/24 : LABEL arch=arm64 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T00:47:45.878Z] ---> 9047addc0bc2 [2021-02-04T00:47:45.878Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] ---> 8f329efe75e1 [2021-02-04T00:47:45.878Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:47:45.878Z] [2021-02-04T00:47:46.145Z] ---> Running in 467d6feee7ab [2021-02-04T00:47:46.145Z] ---> Running in 2ccf8e3129b7 [2021-02-04T00:47:47.126Z] Removing intermediate container 467d6feee7ab [2021-02-04T00:47:47.126Z] ---> 5f4af9b81573 [2021-02-04T00:47:47.126Z] Step 23/24 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:47:48.129Z] ---> Running in 5bab2c3f346e [2021-02-04T00:47:48.129Z] ---> af10ffae2397 [2021-02-04T00:47:48.129Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:47:48.129Z] Removing intermediate container 2ccf8e3129b7 [2021-02-04T00:47:48.129Z] Removing intermediate container b63ae117b3f3 [2021-02-04T00:47:48.129Z] ---> 10cbc5bea8e7 [2021-02-04T00:47:48.129Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:47:48.129Z] ---> ee69064db0d5 [2021-02-04T00:47:48.129Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:47:48.401Z] ---> Running in e1870cf53b02 [2021-02-04T00:47:48.401Z] ---> Running in 27f4f49965bc [2021-02-04T00:47:48.401Z] ---> Running in 7d3b46a22ff3 [2021-02-04T00:47:48.672Z] Removing intermediate container 5bab2c3f346e [2021-02-04T00:47:48.672Z] ---> 2a27b00715e2 [2021-02-04T00:47:48.672Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:47:48.945Z] ---> Running in 2adceacc3c7c [2021-02-04T00:47:48.945Z] Removing intermediate container e1870cf53b02 [2021-02-04T00:47:48.945Z] ---> e6b9818ed540 [2021-02-04T00:47:48.945Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:47:48.945Z] Removing intermediate container 27f4f49965bc [2021-02-04T00:47:48.945Z] ---> b7ed0cafa29a [2021-02-04T00:47:48.945Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:47:49.216Z] ---> Running in aa1c981c8ff4 [2021-02-04T00:47:49.216Z] Removing intermediate container 7d3b46a22ff3 [2021-02-04T00:47:49.216Z] ---> 458fd1402b6b [2021-02-04T00:47:49.216Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:47:49.216Z] ---> Running in c37d39950139 [2021-02-04T00:47:49.488Z] ---> Running in b5037d0daaca [2021-02-04T00:47:49.488Z] Removing intermediate container 2adceacc3c7c [2021-02-04T00:47:49.488Z] ---> a6cf6dea5880 [2021-02-04T00:47:49.488Z] [2021-02-04T00:47:49.761Z] Removing intermediate container aa1c981c8ff4 [2021-02-04T00:47:49.761Z] ---> 047d270f4222 [2021-02-04T00:47:49.761Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:47:50.036Z] Removing intermediate container c37d39950139 [2021-02-04T00:47:50.036Z] ---> bab30add79e4 [2021-02-04T00:47:50.036Z] Step 21/22 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:47:50.036Z] ---> Running in 0ff9581188cb [2021-02-04T00:47:50.036Z] Removing intermediate container b5037d0daaca [2021-02-04T00:47:50.036Z] ---> 95d3b1526d3f [2021-02-04T00:47:50.036Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:47:50.036Z] Successfully built a6cf6dea5880 [2021-02-04T00:47:50.337Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T00:47:50.337Z] Building docker-core-metadata-go [2021-02-04T00:47:50.337Z] ---> Running in 9e84b224b0b5 [2021-02-04T00:47:50.624Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 9733e33142ac [2021-02-04T00:47:50.624Z] Removing intermediate container 0ff9581188cb [2021-02-04T00:47:50.624Z] ---> 7af76574cb7e [2021-02-04T00:47:50.624Z] Step 22/23 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:47:50.899Z] ---> Running in 51b71be8510d [2021-02-04T00:47:50.899Z] Removing intermediate container 9e84b224b0b5 [2021-02-04T00:47:50.899Z] ---> f51f1a1d51ec [2021-02-04T00:47:50.899Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:47:51.173Z] ---> Running in 1fadcb6a2b4f [2021-02-04T00:47:51.173Z] Removing intermediate container 9733e33142ac [2021-02-04T00:47:51.173Z] ---> de2550e5e507 [2021-02-04T00:47:51.173Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:47:51.445Z] Removing intermediate container 51b71be8510d [2021-02-04T00:47:51.445Z] ---> deb2e0131f33 [2021-02-04T00:47:51.445Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:47:51.718Z] ---> Running in b634d29d86b7 [2021-02-04T00:47:51.988Z] Removing intermediate container 1fadcb6a2b4f [2021-02-04T00:47:51.988Z] ---> 313dea6a3f12 [2021-02-04T00:47:51.988Z] [2021-02-04T00:47:52.588Z] Successfully built 313dea6a3f12 [2021-02-04T00:47:52.861Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T00:47:52.861Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-04T00:47:52.861Z] Removing intermediate container b634d29d86b7 [2021-02-04T00:47:52.861Z] ---> b45b2a5c3134 [2021-02-04T00:47:52.861Z] [2021-02-04T00:47:53.135Z] ---> 95ceed241950 [2021-02-04T00:47:53.135Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:47:53.418Z] Successfully built b45b2a5c3134 [2021-02-04T00:47:53.418Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T00:47:53.418Z] Building docker-security-bootstrapper-go [2021-02-04T00:47:54.017Z]  Building docker-core-command-go ... done  ---> d83cfd5744f1 [2021-02-04T00:47:54.017Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:47:55.450Z] ---> b464cc88b274 [2021-02-04T00:47:55.450Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:47:55.450Z] ---> Running in 98444f1014dc [2021-02-04T00:47:56.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:56.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:57.491Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:47:57.491Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:47:57.491Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:47:57.491Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:47:57.491Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:47:57.491Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:47:57.491Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:47:59.506Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:47:59.506Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:47:59.506Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:47:59.506Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:47:59.506Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:47:59.506Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:47:59.506Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:47:59.506Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:47:59.506Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:47:59.506Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:47:59.778Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:47:59.778Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:47:59.778Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:47:59.778Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:47:59.778Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:47:59.778Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:47:59.778Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:47:59.778Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:47:59.778Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:48:00.049Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:48:00.049Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:48:00.049Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:48:00.049Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:48:00.049Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:48:00.049Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:48:00.049Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:48:00.325Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:48:00.325Z] OK: 71 MiB in 55 packages [2021-02-04T00:48:12.826Z] Removing intermediate container 98444f1014dc [2021-02-04T00:48:12.826Z] ---> 42312ef15561 [2021-02-04T00:48:12.826Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:48:12.826Z] ---> Running in 7f045ad7b968 [2021-02-04T00:48:17.139Z] Collecting docker-compose==1.23.2 [2021-02-04T00:48:17.139Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:48:17.736Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:48:17.736Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:48:18.407Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:48:18.407Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:48:21.359Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T00:48:21.359Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:48:22.133Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:48:22.133Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:48:22.133Z] ---> 73a670f010a3 [2021-02-04T00:48:22.133Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:48:22.133Z] ---> Using cache [2021-02-04T00:48:22.133Z] ---> bc50e2e7db84 [2021-02-04T00:48:22.133Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:48:22.133Z] ---> Using cache [2021-02-04T00:48:22.133Z] ---> 2f9132a02d6b [2021-02-04T00:48:22.133Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:48:24.183Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:48:24.183Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:48:25.181Z] ---> Running in e9b0f0022bc7 [2021-02-04T00:48:25.478Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:48:25.478Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:48:25.478Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T00:48:26.548Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:48:26.548Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:48:26.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:27.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:29.152Z] OK: 217 MiB in 51 packages [2021-02-04T00:48:31.155Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:48:31.155Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:48:31.762Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:48:31.762Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:48:32.778Z] Removing intermediate container e9b0f0022bc7 [2021-02-04T00:48:32.778Z] ---> 4c0b067c7cda [2021-02-04T00:48:32.778Z] Step 6/22 : COPY go.mod . [2021-02-04T00:48:34.779Z] ---> 5d1e26e31b38 [2021-02-04T00:48:34.779Z] Step 7/22 : RUN go mod download [2021-02-04T00:48:34.779Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:48:34.779Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:48:35.056Z] ---> Running in 7b2eed166671 [2021-02-04T00:48:37.052Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:48:37.052Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:48:37.052Z] ---> 73a670f010a3 [2021-02-04T00:48:37.052Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:48:37.052Z] ---> Using cache [2021-02-04T00:48:37.052Z] ---> bc50e2e7db84 [2021-02-04T00:48:37.052Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:48:37.052Z] ---> Using cache [2021-02-04T00:48:37.052Z] ---> 2f9132a02d6b [2021-02-04T00:48:37.052Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:48:37.341Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:48:37.618Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:48:37.899Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:48:37.899Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:48:37.899Z] ---> 73a670f010a3 [2021-02-04T00:48:37.899Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:48:37.899Z] ---> Using cache [2021-02-04T00:48:37.899Z] ---> bc50e2e7db84 [2021-02-04T00:48:37.899Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:48:37.899Z] ---> Using cache [2021-02-04T00:48:37.899Z] ---> 2f9132a02d6b [2021-02-04T00:48:37.899Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:48:37.899Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T00:48:37.899Z] ---> Running in f3fe5a48ce9f [2021-02-04T00:48:37.899Z] ---> Running in 3d837d558cea [2021-02-04T00:48:38.186Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:48:38.186Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:48:38.492Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T00:48:38.783Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:48:38.783Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:48:38.783Z] ---> 73a670f010a3 [2021-02-04T00:48:38.783Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:48:38.783Z] ---> Using cache [2021-02-04T00:48:38.783Z] ---> bc50e2e7db84 [2021-02-04T00:48:38.783Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:48:38.783Z] ---> Using cache [2021-02-04T00:48:38.783Z] ---> 2f9132a02d6b [2021-02-04T00:48:38.783Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:48:38.783Z] ---> Running in 4820fefa61b9 [2021-02-04T00:48:39.399Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:48:39.399Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:48:39.399Z] Removing intermediate container 7b2eed166671 [2021-02-04T00:48:39.399Z] ---> c815bfd7fda0 [2021-02-04T00:48:39.399Z] Step 8/22 : COPY . . [2021-02-04T00:48:39.677Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:48:39.677Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:48:39.677Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:48:39.677Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:48:40.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:40.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:40.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:40.833Z] Installing collected packages: jsonschema, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, PyYAML, docopt, texttable, docker-compose [2021-02-04T00:48:41.108Z] Running setup.py install for dockerpty: started [2021-02-04T00:48:41.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:41.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:41.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:48:42.376Z] OK: 217 MiB in 51 packages [2021-02-04T00:48:42.376Z] OK: 217 MiB in 51 packages [2021-02-04T00:48:42.376Z] OK: 217 MiB in 51 packages [2021-02-04T00:48:43.825Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:48:45.271Z] Attempting uninstall: idna [2021-02-04T00:48:45.271Z] Found existing installation: idna 2.9 [2021-02-04T00:48:45.271Z] Uninstalling idna-2.9: [2021-02-04T00:48:45.271Z] Successfully uninstalled idna-2.9 [2021-02-04T00:48:45.882Z] Attempting uninstall: urllib3 [2021-02-04T00:48:45.882Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:48:45.882Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:48:46.180Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:48:46.777Z] Removing intermediate container 3d837d558cea [2021-02-04T00:48:46.777Z] ---> 39363abdc874 [2021-02-04T00:48:46.777Z] Step 6/23 : COPY go.mod . [2021-02-04T00:48:47.055Z] Removing intermediate container 4820fefa61b9 [2021-02-04T00:48:47.055Z] ---> ea50f3b7bfe5 [2021-02-04T00:48:47.055Z] Step 6/31 : COPY go.mod . [2021-02-04T00:48:47.055Z] Attempting uninstall: requests [2021-02-04T00:48:47.055Z] Found existing installation: requests 2.23.0 [2021-02-04T00:48:47.055Z] Uninstalling requests-2.23.0: [2021-02-04T00:48:47.333Z] Removing intermediate container f3fe5a48ce9f [2021-02-04T00:48:47.333Z] ---> fdf26e65aa72 [2021-02-04T00:48:47.333Z] Step 6/23 : COPY go.mod . [2021-02-04T00:48:47.333Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:48:47.958Z] ---> 038f1ed15ec7 [2021-02-04T00:48:47.958Z] Step 7/23 : RUN go mod download [2021-02-04T00:48:48.568Z] ---> 43f7e08229be [2021-02-04T00:48:48.568Z] Step 7/31 : RUN go mod download [2021-02-04T00:48:48.568Z] ---> Running in 18c5e5cbcab6 [2021-02-04T00:48:48.845Z] ---> b2b831321e33 [2021-02-04T00:48:48.845Z] Step 7/23 : RUN go mod download [2021-02-04T00:48:49.457Z] ---> Running in df69bfd6f449 [2021-02-04T00:48:50.072Z] Running setup.py install for PyYAML: started [2021-02-04T00:48:50.072Z] ---> Running in cefe6ef47b8a [2021-02-04T00:48:52.754Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:48:52.754Z] Running setup.py install for docopt: started [2021-02-04T00:48:54.204Z] ---> b9c9814ec3bb [2021-02-04T00:48:54.205Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T00:48:54.205Z] Removing intermediate container 18c5e5cbcab6 [2021-02-04T00:48:54.205Z] ---> 016a5b872aa1 [2021-02-04T00:48:54.205Z] Step 8/23 : COPY . . [2021-02-04T00:48:54.205Z] ---> Running in be16bd08a7a0 [2021-02-04T00:48:54.901Z] Removing intermediate container cefe6ef47b8a [2021-02-04T00:48:54.901Z] ---> 40500c00feb3 [2021-02-04T00:48:54.901Z] Step 8/23 : COPY . . [2021-02-04T00:48:54.901Z] Removing intermediate container df69bfd6f449 [2021-02-04T00:48:54.901Z] ---> d3b7eb5eb003 [2021-02-04T00:48:54.901Z] Step 8/31 : COPY . . [2021-02-04T00:48:55.515Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:48:55.515Z] Running setup.py install for texttable: started [2021-02-04T00:48:55.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:48:57.815Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:48:58.814Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T00:49:11.256Z] Removing intermediate container 7f045ad7b968 [2021-02-04T00:49:11.256Z] ---> b1aa12d96cad [2021-02-04T00:49:11.256Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:49:11.256Z] ---> Running in 92e9c220ef04 [2021-02-04T00:49:13.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:13.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:14.480Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:49:14.480Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:49:14.480Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:49:14.480Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:14.480Z] OK: 71 MiB in 58 packages [2021-02-04T00:49:18.814Z] Removing intermediate container 92e9c220ef04 [2021-02-04T00:49:18.814Z] ---> 160c760bdf71 [2021-02-04T00:49:18.814Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:49:19.422Z] ---> Running in 3641fa6e0142 [2021-02-04T00:49:20.917Z] Removing intermediate container 3641fa6e0142 [2021-02-04T00:49:20.917Z] ---> 407d143d3a8b [2021-02-04T00:49:20.917Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:49:21.514Z] ---> Running in f2c1fd8422a0 [2021-02-04T00:49:22.963Z] Removing intermediate container f2c1fd8422a0 [2021-02-04T00:49:22.963Z] ---> 8ab8d6a1c8fd [2021-02-04T00:49:22.963Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T00:49:23.246Z] ---> Running in 2c85f2116c43 [2021-02-04T00:49:25.230Z] Removing intermediate container 2c85f2116c43 [2021-02-04T00:49:25.230Z] ---> cc9b55c304ca [2021-02-04T00:49:25.230Z] Step 25/26 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:49:25.580Z] ---> Running in 391366e61e96 [2021-02-04T00:49:28.332Z] Removing intermediate container 391366e61e96 [2021-02-04T00:49:28.332Z] ---> 990a68cb00cb [2021-02-04T00:49:28.332Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:49:28.607Z] ---> Running in 7f24bc621903 [2021-02-04T00:49:30.055Z] ---> b338b8dfb9d5 [2021-02-04T00:49:30.055Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:49:30.333Z] Removing intermediate container 7f24bc621903 [2021-02-04T00:49:30.334Z] ---> 09e7dc8bcc2f [2021-02-04T00:49:30.334Z] [2021-02-04T00:49:30.610Z] ---> Running in a31fab95a421 [2021-02-04T00:49:32.065Z] Successfully built 09e7dc8bcc2f [2021-02-04T00:49:32.065Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T00:49:32.345Z]  Building docker-sys-mgmt-agent-go ... done  ---> 90139a5db1cd [2021-02-04T00:49:32.345Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T00:49:32.345Z] ---> 0a2de998627f [2021-02-04T00:49:32.345Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:49:32.626Z] ---> Running in 6c6560c29c59 [2021-02-04T00:49:32.626Z] ---> Running in fc03880f06fa [2021-02-04T00:49:32.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:49:34.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:49:34.912Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:49:57.107Z] Removing intermediate container be16bd08a7a0 [2021-02-04T00:49:57.107Z] ---> c34602f78436 [2021-02-04T00:49:57.107Z] [2021-02-04T00:49:57.107Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:49:57.107Z] ---> afeebe901d6b [2021-02-04T00:49:57.107Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:49:57.107Z] ---> Running in d0ff829281eb [2021-02-04T00:49:57.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:57.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:57.712Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:49:57.712Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:57.990Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:57.990Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:49:58.271Z] OK: 6 MiB in 16 packages [2021-02-04T00:50:00.970Z] Removing intermediate container d0ff829281eb [2021-02-04T00:50:00.970Z] ---> eff8594e8f69 [2021-02-04T00:50:00.970Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:50:00.970Z] ---> Running in 32cf943919ff [2021-02-04T00:50:01.583Z] Removing intermediate container 32cf943919ff [2021-02-04T00:50:01.583Z] ---> 0cdd257038ea [2021-02-04T00:50:01.583Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:50:01.583Z] ---> Running in 32f1076b5673 [2021-02-04T00:50:02.192Z] Removing intermediate container 32f1076b5673 [2021-02-04T00:50:02.192Z] ---> 46aeb46bb45b [2021-02-04T00:50:02.192Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:50:02.470Z] ---> Running in 6a957c62d6c2 [2021-02-04T00:50:03.074Z] Removing intermediate container 6a957c62d6c2 [2021-02-04T00:50:03.074Z] ---> e95e314338ff [2021-02-04T00:50:03.074Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:50:04.069Z] ---> 0e7b6756ae7a [2021-02-04T00:50:04.069Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:50:06.075Z] ---> 6baa4bc2fa89 [2021-02-04T00:50:06.075Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:50:07.088Z] ---> 1e01e029545f [2021-02-04T00:50:07.088Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:50:07.088Z] ---> Running in caaeb6176005 [2021-02-04T00:50:07.687Z] Removing intermediate container caaeb6176005 [2021-02-04T00:50:07.687Z] ---> 05cc6bcc71c1 [2021-02-04T00:50:07.687Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:50:07.961Z] ---> Running in 0971196af855 [2021-02-04T00:50:08.558Z] Removing intermediate container 0971196af855 [2021-02-04T00:50:08.558Z] ---> 0d01f35cba6f [2021-02-04T00:50:08.558Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:50:08.831Z] ---> Running in 632f31611d20 [2021-02-04T00:50:09.424Z] Removing intermediate container 632f31611d20 [2021-02-04T00:50:09.425Z] ---> 1f7abe3a4a7e [2021-02-04T00:50:09.425Z] Step 21/22 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:50:09.696Z] ---> Running in 23e908806c06 [2021-02-04T00:50:10.300Z] Removing intermediate container 23e908806c06 [2021-02-04T00:50:10.300Z] ---> d5f4e0da9b31 [2021-02-04T00:50:10.300Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:50:10.300Z] ---> Running in fee501fe75c1 [2021-02-04T00:50:10.904Z] Removing intermediate container fee501fe75c1 [2021-02-04T00:50:10.904Z] ---> 6927a438f8d7 [2021-02-04T00:50:10.904Z] [2021-02-04T00:50:11.503Z] Successfully built 6927a438f8d7 [2021-02-04T00:50:11.503Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T00:50:38.331Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:50:54.068Z] Removing intermediate container 6c6560c29c59 [2021-02-04T00:50:54.068Z] ---> 217ff6664031 [2021-02-04T00:50:54.068Z] [2021-02-04T00:50:54.068Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:50:54.068Z] ---> afeebe901d6b [2021-02-04T00:50:54.068Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:50:54.068Z] ---> Running in 11aef7fc0f55 [2021-02-04T00:50:54.693Z] Removing intermediate container 11aef7fc0f55 [2021-02-04T00:50:54.693Z] ---> c6ae83c5d4bf [2021-02-04T00:50:54.693Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:50:54.973Z] ---> Running in ca1c276447cf [2021-02-04T00:50:56.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:56.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:57.287Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:50:57.287Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:50:57.287Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:50:57.567Z] OK: 5 MiB in 16 packages [2021-02-04T00:50:58.168Z] Removing intermediate container a31fab95a421 [2021-02-04T00:50:58.168Z] ---> d29bd8fbe500 [2021-02-04T00:50:58.168Z] [2021-02-04T00:50:58.168Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:50:58.168Z] ---> afeebe901d6b [2021-02-04T00:50:58.168Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:50:58.168Z] ---> Using cache [2021-02-04T00:50:58.168Z] ---> fec1e5e99fe9 [2021-02-04T00:50:58.168Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:50:58.168Z] ---> Using cache [2021-02-04T00:50:58.168Z] ---> e72f7e8c0491 [2021-02-04T00:50:58.168Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:50:58.168Z] ---> Running in 79c872667147 [2021-02-04T00:50:58.780Z] Removing intermediate container ca1c276447cf [2021-02-04T00:50:58.780Z] ---> f61d8fd6940b [2021-02-04T00:50:58.780Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:50:58.780Z] Removing intermediate container 79c872667147 [2021-02-04T00:50:58.780Z] ---> 2a3b329bf1fc [2021-02-04T00:50:58.780Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:50:59.055Z] ---> Running in 7638f6c61e0e [2021-02-04T00:50:59.055Z] ---> Running in 3de468a259cd [2021-02-04T00:50:59.656Z] Removing intermediate container 7638f6c61e0e [2021-02-04T00:50:59.656Z] ---> ba8e97939462 [2021-02-04T00:50:59.656Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:50:59.656Z] Removing intermediate container 3de468a259cd [2021-02-04T00:50:59.656Z] ---> e68275a31b62 [2021-02-04T00:50:59.656Z] Step 15/23 : WORKDIR / [2021-02-04T00:50:59.656Z] ---> Running in 62e07d46fa43 [2021-02-04T00:50:59.656Z] ---> Running in 175b1b3f5ef0 [2021-02-04T00:51:00.256Z] Removing intermediate container 175b1b3f5ef0 [2021-02-04T00:51:00.256Z] ---> f1c97453261d [2021-02-04T00:51:00.256Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:51:00.256Z] Removing intermediate container 62e07d46fa43 [2021-02-04T00:51:00.256Z] ---> 16ecc3d7fe90 [2021-02-04T00:51:00.256Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:51:00.538Z] ---> Running in bfa37293042c [2021-02-04T00:51:01.136Z] ---> d08798dd12da [2021-02-04T00:51:01.136Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:51:03.762Z] ---> c6aaf8de751a [2021-02-04T00:51:03.762Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:51:03.762Z] Removing intermediate container bfa37293042c [2021-02-04T00:51:03.762Z] ---> c1329630393e [2021-02-04T00:51:03.762Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:51:03.762Z] ---> Running in b0ea0c6a7729 [2021-02-04T00:51:03.762Z] Removing intermediate container fc03880f06fa [2021-02-04T00:51:03.762Z] ---> 3a5d4fd37efd [2021-02-04T00:51:03.762Z] [2021-02-04T00:51:03.762Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:51:03.762Z] ---> afeebe901d6b [2021-02-04T00:51:03.762Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:51:04.037Z] ---> Running in 1ba55b6b98f0 [2021-02-04T00:51:04.037Z] ---> 755fe601d77f [2021-02-04T00:51:04.037Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:51:04.322Z] ---> Running in 3cd9f111578d [2021-02-04T00:51:04.622Z] Removing intermediate container b0ea0c6a7729 [2021-02-04T00:51:04.622Z] ---> 5d03e057c4ad [2021-02-04T00:51:04.622Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:51:04.622Z] Removing intermediate container 1ba55b6b98f0 [2021-02-04T00:51:04.622Z] ---> eae3bc2fd7be [2021-02-04T00:51:04.622Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:51:04.894Z] ---> Running in d8b3a3e0023d [2021-02-04T00:51:04.894Z] Removing intermediate container 3cd9f111578d [2021-02-04T00:51:04.894Z] ---> 4c7d1f64525b [2021-02-04T00:51:04.894Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:51:05.180Z] ---> Running in 62ed1cf5ecad [2021-02-04T00:51:05.180Z] Removing intermediate container d8b3a3e0023d [2021-02-04T00:51:05.180Z] ---> 3705025f6028 [2021-02-04T00:51:05.180Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:51:05.453Z] ---> 901dfc0e30d4 [2021-02-04T00:51:05.453Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:51:05.453Z] ---> Running in 09ee8a8f4479 [2021-02-04T00:51:05.727Z] ---> Running in 6ebf95f25451 [2021-02-04T00:51:05.727Z] Removing intermediate container 62ed1cf5ecad [2021-02-04T00:51:05.727Z] ---> 37da75572639 [2021-02-04T00:51:05.728Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:51:05.728Z] ---> Running in 7f3c46ed2378 [2021-02-04T00:51:05.996Z] Removing intermediate container 09ee8a8f4479 [2021-02-04T00:51:05.996Z] ---> 7d63d7f35b18 [2021-02-04T00:51:05.996Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:51:06.269Z] ---> Running in b8c4d81cb7fb [2021-02-04T00:51:06.544Z] Removing intermediate container 7f3c46ed2378 [2021-02-04T00:51:06.544Z] ---> 05f9f5b8c0a4 [2021-02-04T00:51:06.544Z] Step 22/23 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:51:06.544Z] ---> Running in 2b276e834158 [2021-02-04T00:51:07.135Z] Removing intermediate container 2b276e834158 [2021-02-04T00:51:07.135Z] ---> 805550db8ac6 [2021-02-04T00:51:07.135Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:51:07.409Z] ---> Running in d725aa2cc630 [2021-02-04T00:51:08.004Z] Removing intermediate container d725aa2cc630 [2021-02-04T00:51:08.004Z] ---> 1c9386b14ae9 [2021-02-04T00:51:08.004Z] [2021-02-04T00:51:08.280Z] Removing intermediate container 6ebf95f25451 [2021-02-04T00:51:08.280Z] ---> 27305e7cece2 [2021-02-04T00:51:08.280Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:51:08.280Z] Successfully built 1c9386b14ae9 [2021-02-04T00:51:08.553Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T00:51:08.832Z]  Building docker-core-metadata-go ... done Removing intermediate container b8c4d81cb7fb [2021-02-04T00:51:08.832Z] ---> f8fa956709e0 [2021-02-04T00:51:08.832Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:51:08.832Z] ---> Running in 84778fccd873 [2021-02-04T00:51:09.109Z] ---> 4c061b4f3cfc [2021-02-04T00:51:09.109Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:51:10.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:10.437Z] ---> 548ff5950a0b [2021-02-04T00:51:10.437Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:51:11.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:11.145Z] ---> ffae5cb50d02 [2021-02-04T00:51:11.145Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:51:11.780Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:51:11.780Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:51:11.780Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:51:12.055Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:51:12.055Z] ---> 1e46429afcfe [2021-02-04T00:51:12.055Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:51:12.331Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:51:12.331Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:51:12.331Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:51:12.331Z] OK: 8 MiB in 20 packages [2021-02-04T00:51:13.317Z] ---> cf1005224c12 [2021-02-04T00:51:13.317Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:51:13.591Z] ---> Running in a0362b1d933d [2021-02-04T00:51:13.870Z] Removing intermediate container 84778fccd873 [2021-02-04T00:51:13.870Z] ---> de340cce5a25 [2021-02-04T00:51:13.870Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:51:14.146Z] Removing intermediate container a0362b1d933d [2021-02-04T00:51:14.146Z] ---> d09a3bfd4895 [2021-02-04T00:51:14.146Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:51:14.427Z] ---> 36bba87e1c8b [2021-02-04T00:51:14.427Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:51:15.027Z] ---> 0e0696f89864 [2021-02-04T00:51:15.027Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:51:15.636Z] ---> Running in 15bc44163f90 [2021-02-04T00:51:15.911Z] ---> f04c51ea74f3 [2021-02-04T00:51:15.911Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:51:16.902Z] ---> be7100de9061 [2021-02-04T00:51:16.903Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:51:16.903Z] ---> Running in 0d4e899537cc [2021-02-04T00:51:17.510Z] Removing intermediate container 0d4e899537cc [2021-02-04T00:51:17.510Z] ---> ed1829cb59fb [2021-02-04T00:51:17.510Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:51:17.783Z] ---> Running in 44ddb8dcefd6 [2021-02-04T00:51:17.783Z] Removing intermediate container 15bc44163f90 [2021-02-04T00:51:17.783Z] ---> 02bb7c0694af [2021-02-04T00:51:17.783Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:51:18.382Z] ---> Running in e17948a083b8 [2021-02-04T00:51:18.382Z] Removing intermediate container 44ddb8dcefd6 [2021-02-04T00:51:18.382Z] ---> 78061f6142c1 [2021-02-04T00:51:18.382Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:51:18.659Z] ---> Running in 64ab559d6c2c [2021-02-04T00:51:18.659Z] Removing intermediate container e17948a083b8 [2021-02-04T00:51:18.659Z] ---> 2715c69946b6 [2021-02-04T00:51:18.659Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:51:19.261Z] ---> Running in 4d42dd9eb09f [2021-02-04T00:51:19.261Z] Removing intermediate container 64ab559d6c2c [2021-02-04T00:51:19.261Z] ---> 45e78597cc6d [2021-02-04T00:51:19.261Z] Step 22/23 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:51:19.541Z] ---> Running in 8ad84d975bc2 [2021-02-04T00:51:19.541Z] Removing intermediate container 4d42dd9eb09f [2021-02-04T00:51:19.541Z] ---> 1e42a7a46cd3 [2021-02-04T00:51:19.541Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T00:51:20.147Z] ---> Running in e44a520dd87a [2021-02-04T00:51:20.147Z] Removing intermediate container 8ad84d975bc2 [2021-02-04T00:51:20.147Z] ---> 67b283d32beb [2021-02-04T00:51:20.147Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:51:20.743Z] ---> Running in 3c78af840d48 [2021-02-04T00:51:20.743Z] Removing intermediate container e44a520dd87a [2021-02-04T00:51:20.743Z] ---> 10c3ee7c6ded [2021-02-04T00:51:20.743Z] Step 30/31 : LABEL git_sha=85fdef72c86947ae3489f2679876a1a983078480 [2021-02-04T00:51:21.021Z] ---> Running in 209cf9ea1a03 [2021-02-04T00:51:21.294Z] Removing intermediate container 3c78af840d48 [2021-02-04T00:51:21.294Z] ---> 576a50f24b1c [2021-02-04T00:51:21.294Z] [2021-02-04T00:51:21.567Z] Successfully built 576a50f24b1c [2021-02-04T00:51:21.567Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T00:51:21.839Z]  Building docker-core-data-go ... done Removing intermediate container 209cf9ea1a03 [2021-02-04T00:51:21.839Z] ---> cb6f09db07fd [2021-02-04T00:51:21.839Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:51:22.114Z] ---> Running in 48f1d46b6d07 [2021-02-04T00:51:22.709Z] Removing intermediate container 48f1d46b6d07 [2021-02-04T00:51:22.709Z] ---> 2197b7908f82 [2021-02-04T00:51:22.709Z] [2021-02-04T00:51:22.983Z] Successfully built 2197b7908f82 [2021-02-04T00:51:22.983Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T00:51:23.595Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-04T00:51:23.617Z] $ docker stop --time=1 410a076cb4563b6a8e2c0277cd421fe5fa50b7228ae8e27d35560f559d5776ab [2021-02-04T00:51:25.567Z] $ docker rm -f 410a076cb4563b6a8e2c0277cd421fe5fa50b7228ae8e27d35560f559d5776ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:51:26.244Z] + + docker images [2021-02-04T00:51:26.244Z] grep docker [2021-02-04T00:51:26.515Z] docker-security-bootstrapper-go-arm64 latest 2197b7908f82 4 seconds ago 22.6MB [2021-02-04T00:51:26.515Z] docker-core-data-go-arm64 latest 576a50f24b1c 5 seconds ago 21MB [2021-02-04T00:51:26.515Z] docker-core-metadata-go-arm64 latest 1c9386b14ae9 19 seconds ago 17.7MB [2021-02-04T00:51:26.515Z] docker-support-notifications-go-arm64 latest 6927a438f8d7 About a minute ago 16.7MB [2021-02-04T00:51:26.515Z] docker-sys-mgmt-agent-go-arm64 latest 09e7dc8bcc2f About a minute ago 300MB [2021-02-04T00:51:26.515Z] docker-core-command-go-arm64 latest b45b2a5c3134 3 minutes ago 16MB [2021-02-04T00:51:26.515Z] docker-support-scheduler-go-arm64 latest 313dea6a3f12 3 minutes ago 16.1MB [2021-02-04T00:51:26.515Z] docker-security-secretstore-setup-go-arm64 latest a6cf6dea5880 3 minutes ago 23.4MB [2021-02-04T00:51:26.515Z] docker-security-proxy-setup-go-arm64 latest e8cf688b1487 3 minutes ago 23.2MB [2021-02-04T00:51:26.515Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T00:51:28.631Z] provisioning config files... [2021-02-04T00:51:28.705Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3268749263240711320tmp [Pipeline] { [Pipeline] sh [2021-02-04T00:51:29.124Z] + set +x [2021-02-04T00:51:29.124Z] + curl -s https://codecov.io/bash [2021-02-04T00:51:29.124Z] + bash -s -- [2021-02-04T00:51:29.412Z] [2021-02-04T00:51:29.412Z] _____ _ [2021-02-04T00:51:29.412Z] / ____| | | [2021-02-04T00:51:29.412Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T00:51:29.412Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T00:51:29.412Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T00:51:29.412Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T00:51:29.412Z] Bash-20210129-7c25fce [2021-02-04T00:51:29.412Z] [2021-02-04T00:51:29.412Z] [2021-02-04T00:51:29.412Z] ==> git version 2.24.3 found [2021-02-04T00:51:29.412Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-04T00:51:29.412Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T00:51:29.412Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T00:51:29.412Z] ==> Jenkins CI detected. [2021-02-04T00:51:29.412Z] project root: . [2021-02-04T00:51:29.412Z] --> token set from env [2021-02-04T00:51:29.675Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T00:51:29.675Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T00:51:29.675Z] ==> Python coveragepy not found [2021-02-04T00:51:29.675Z] ==> Searching for coverage reports in: [2021-02-04T00:51:29.675Z] + . [2021-02-04T00:51:29.675Z] -> Found 1 reports [2021-02-04T00:51:29.675Z] ==> Detecting git/mercurial file structure [2021-02-04T00:51:29.675Z] ==> Reading reports [2021-02-04T00:51:29.675Z] + ./coverage.out bytes=580808 [2021-02-04T00:51:29.675Z] ==> Appending adjustments [2021-02-04T00:51:29.675Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T00:51:33.897Z] + Found adjustments [2021-02-04T00:51:33.898Z] ==> Gzipping contents [2021-02-04T00:51:33.898Z] 88K /tmp/codecov.Wa5bcY.gz [2021-02-04T00:51:33.898Z] ==> Uploading reports [2021-02-04T00:51:33.898Z] url: https://codecov.io [2021-02-04T00:51:33.898Z] query: branch=PR-3116&commit=85fdef72c86947ae3489f2679876a1a983078480&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-04T00:51:33.898Z] -> Pinging Codecov [2021-02-04T00:51:33.898Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3116&commit=85fdef72c86947ae3489f2679876a1a983078480&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-04T00:51:33.898Z] -> Uploading to [2021-02-04T00:51:33.898Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/85fdef72c86947ae3489f2679876a1a983078480/f1b4769a-174b-4f31-a0c4-c55211cf1ec9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T005133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abaac98ca24235e7df220520bd8cdd41bab5298ec573fc6f5ba036caf86869a4 [2021-02-04T00:51:33.898Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T00:51:33.898Z] Dload Upload Total Spent Left Speed [2021-02-04T00:51:34.158Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87691 0 0 100 87691 0 145k --:--:-- --:--:-- --:--:-- 145k [2021-02-04T00:51:34.420Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/85fdef72c86947ae3489f2679876a1a983078480 [Pipeline] } [2021-02-04T00:51:34.431Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:51:36.475Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:51:37.376Z] ---> package-listing.sh [2021-02-04T00:51:37.376Z] ++ facter osfamily [2021-02-04T00:51:37.376Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T00:51:37.642Z] + OS_FAMILY=redhat [2021-02-04T00:51:37.642Z] + workspace=/w/workspace/edgex-go/2 [2021-02-04T00:51:37.642Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T00:51:37.642Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T00:51:37.642Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T00:51:37.642Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T00:51:37.642Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-04T00:51:37.642Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T00:51:37.642Z] + case "${OS_FAMILY}" in [2021-02-04T00:51:37.642Z] + rpm -qa [2021-02-04T00:51:37.642Z] + sort [2021-02-04T00:51:42.947Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T00:51:42.947Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T00:51:42.947Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T00:51:42.947Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-04T00:51:42.947Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-04T00:51:42.947Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-04T00:51:42.961Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T00:51:43.256Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:51:43.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:51:43.569Z] [2021-02-04T00:51:43.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:51:43.915Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:51:43.915Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T00:51:43.915Z] df20fa9351a1: Pulling fs layer [2021-02-04T00:51:43.915Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T00:51:43.915Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T00:51:43.915Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T00:51:43.915Z] 93b61091891f: Pulling fs layer [2021-02-04T00:51:43.915Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T00:51:43.915Z] 5e14af77c1be: Pulling fs layer [2021-02-04T00:51:43.915Z] 01666e4c0597: Pulling fs layer [2021-02-04T00:51:43.915Z] aa168da1d23b: Pulling fs layer [2021-02-04T00:51:43.915Z] 93b61091891f: Waiting [2021-02-04T00:51:43.915Z] 93b9cdb0e59b: Waiting [2021-02-04T00:51:43.915Z] 5e14af77c1be: Waiting [2021-02-04T00:51:43.915Z] 01666e4c0597: Waiting [2021-02-04T00:51:43.915Z] aa168da1d23b: Waiting [2021-02-04T00:51:43.915Z] 46f8f816bc3b: Waiting [2021-02-04T00:51:43.915Z] 36b3adc4ff6f: Download complete [2021-02-04T00:51:43.915Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T00:51:43.915Z] 46f8f816bc3b: Download complete [2021-02-04T00:51:43.915Z] df20fa9351a1: Download complete [2021-02-04T00:51:44.179Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T00:51:44.179Z] 93b9cdb0e59b: Download complete [2021-02-04T00:51:44.179Z] 5e14af77c1be: Verifying Checksum [2021-02-04T00:51:44.179Z] 5e14af77c1be: Download complete [2021-02-04T00:51:44.179Z] 93b61091891f: Verifying Checksum [2021-02-04T00:51:44.179Z] 93b61091891f: Download complete [2021-02-04T00:51:44.179Z] 01666e4c0597: Verifying Checksum [2021-02-04T00:51:44.179Z] 01666e4c0597: Download complete [2021-02-04T00:51:44.444Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T00:51:44.444Z] 8ad3a11d3b57: Download complete [2021-02-04T00:51:44.444Z] df20fa9351a1: Pull complete [2021-02-04T00:51:44.709Z] 36b3adc4ff6f: Pull complete [2021-02-04T00:51:45.677Z] 8ad3a11d3b57: Pull complete [2021-02-04T00:51:45.677Z] 46f8f816bc3b: Pull complete [2021-02-04T00:51:46.625Z] aa168da1d23b: Download complete [2021-02-04T00:51:47.197Z] 93b61091891f: Pull complete [2021-02-04T00:51:47.460Z] 93b9cdb0e59b: Pull complete [2021-02-04T00:51:47.723Z] 5e14af77c1be: Pull complete [2021-02-04T00:51:47.723Z] 01666e4c0597: Pull complete [2021-02-04T00:51:55.894Z] aa168da1d23b: Pull complete [2021-02-04T00:51:56.166Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T00:51:56.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:51:56.429Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T00:51:56.639Z] prd-centos7-docker-4c-2g-24795 does not seem to be running inside a container [2021-02-04T00:51:56.689Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T00:52:01.100Z] $ docker top 9f03747f5c4d163312c7e5486b1c929869190d1cb0f07f3d8415ed48aa16a229 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:52:01.643Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T00:52:01.945Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T00:52:02.247Z] + ls /var/log/sa-host [2021-02-04T00:52:02.247Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T00:52:02.247Z] file_magic: OK [2021-02-04T00:52:02.247Z] HZ: Using current value: 100 [2021-02-04T00:52:02.247Z] file_header: OK [2021-02-04T00:52:02.247Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T00:52:02.247Z] Statistics: [2021-02-04T00:52:02.247Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T00:52:02.247Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T00:52:02.247Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T00:52:02.247Z] file_magic: OK [2021-02-04T00:52:02.247Z] HZ: Using current value: 100 [2021-02-04T00:52:02.247Z] file_header: OK [2021-02-04T00:52:02.247Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T00:52:02.247Z] Statistics: [2021-02-04T00:52:02.247Z] Hnuu...uuuununununu... [2021-02-04T00:52:02.247Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T00:52:02.852Z] provisioning config files... [2021-02-04T00:52:02.872Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5684089527490584722tmp [Pipeline] { [Pipeline] echo [2021-02-04T00:52:02.941Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:52:03.246Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T00:52:03.256Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T00:52:03.352Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:52:03.659Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T00:52:03.670Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:52:03.975Z] ---> sudo-logs.sh [2021-02-04T00:52:03.975Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T00:52:03.987Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:52:04.288Z] ---> job-cost.sh [2021-02-04T00:52:04.288Z] lf-activate-venv: SKIPPING [2021-02-04T00:52:04.288Z] INFO: No Stack... [2021-02-04T00:52:05.235Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T00:52:05.497Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T00:52:05.512Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:52:05.811Z] ---> logs-deploy.sh [2021-02-04T00:52:05.811Z] lf-activate-venv: SKIPPING [2021-02-04T00:52:05.811Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3116/2 [2021-02-04T00:52:05.811Z] INFO: archiving workspace using pattern(s): [2021-02-04T00:52:07.814Z] Archives upload complete. [2021-02-04T00:52:07.814Z] INFO: archiving logs to Nexus