Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from acdff95b38bb11c0e4eee782f546231492bf0bfe+d0bc3b104123489a76cc16a6f8c025e818c2e684 (0f7b5c682a4180cdc960a3a0014f57f0a9892e3d) 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-24798 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe Merge succeeded, producing 00b1540c032c84a1ae5c46b953681fb0b4946081 Checking out Revision 00b1540c032c84a1ae5c46b953681fb0b4946081 (PR-3112) > git config core.sparsecheckout # timeout=10 > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # 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 00b1540c032c84a1ae5c46b953681fb0b4946081 # timeout=10 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" > git rev-list --no-walk acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T00:31:26.609Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T00:31:26.845Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T00:31:26.950Z] ========================================================= [2021-02-04T00:31:26.950Z] EdgeX Global Pipelines Version Info [2021-02-04T00:31:26.950Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:31:29.252Z] ------------------- [2021-02-04T00:31:29.252Z] stable info: [2021-02-04T00:31:29.252Z] ------------------- [2021-02-04T00:31:29.252Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:31:29.252Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:31:29.252Z] Message: update stable to v1.0.179 [2021-02-04T00:31:29.875Z] ------------------- [2021-02-04T00:31:29.875Z] experimental info: [2021-02-04T00:31:29.875Z] ------------------- [2021-02-04T00:31:29.875Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:31:29.875Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:31:29.875Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T00:31:30.339Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T00:31:30.485Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T00:31:30.640Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T00:31:30.740Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T00:31:30.832Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T00:31:30.958Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T00:31:31.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T00:31:31.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T00:31:31.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T00:31:31.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T00:31:31.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T00:31:31.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T00:31:31.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T00:31:31.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T00:31:31.896Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:31:31.991Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:31:32.081Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T00:31:32.220Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T00:31:32.313Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T00:31:32.405Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T00:31:32.489Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T00:31:32.626Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T00:31:32.750Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T00:31:32.874Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3112 [Pipeline] echo [2021-02-04T00:31:32.972Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3112 [Pipeline] echo [2021-02-04T00:31:33.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3112 [Pipeline] echo [2021-02-04T00:31:33.159Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00b1540c032c84a1ae5c46b953681fb0b4946081 [Pipeline] echo [2021-02-04T00:31:33.312Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00b1540 [Pipeline] echo [2021-02-04T00:31:33.392Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T00:31:33.553Z] provisioning config files... [2021-02-04T00:31:33.589Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6230807882111459839tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:31:33.972Z] ---> docker-login.sh [2021-02-04T00:31:33.972Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:31:34.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:31:34.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:31:34.851Z] Configure a credential helper to remove this warning. See [2021-02-04T00:31:34.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:31:34.851Z] [2021-02-04T00:31:34.851Z] Login Succeeded [2021-02-04T00:31:34.851Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:31:35.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:31:35.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:31:35.125Z] Configure a credential helper to remove this warning. See [2021-02-04T00:31:35.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:31:35.125Z] [2021-02-04T00:31:35.125Z] Login Succeeded [2021-02-04T00:31:35.125Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:31:35.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:31:35.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:31:35.400Z] Configure a credential helper to remove this warning. See [2021-02-04T00:31:35.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:31:35.400Z] [2021-02-04T00:31:35.400Z] Login Succeeded [2021-02-04T00:31:35.400Z] nexus3.edgexfoundry.org:10004 [2021-02-04T00:31:35.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:31:35.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:31:35.674Z] Configure a credential helper to remove this warning. See [2021-02-04T00:31:35.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:31:35.674Z] [2021-02-04T00:31:35.674Z] Login Succeeded [2021-02-04T00:31:35.674Z] docker.io [2021-02-04T00:31:35.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:31:36.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:31:36.247Z] Configure a credential helper to remove this warning. See [2021-02-04T00:31:36.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:31:36.247Z] [2021-02-04T00:31:36.247Z] Login Succeeded [2021-02-04T00:31:36.247Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T00:31:36.282Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:31:36.859Z] ++ 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:31:36.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.859Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T00:31:36.859Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.859Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T00:31:36.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.859Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.859Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T00:31:36.859Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T00:31:36.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.859Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.859Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T00:31:36.859Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T00:31:36.859Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.859Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T00:31:36.860Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.860Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T00:31:36.860Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.860Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T00:31:36.860Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.860Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T00:31:36.860Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.860Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:31:36.860Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.860Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:31:36.860Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.860Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T00:31:36.860Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.860Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T00:31:36.860Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.860Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T00:31:36.860Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.860Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T00:31:36.860Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:31:36.860Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T00:31:36.860Z] ++ cut -d/ -f2 [2021-02-04T00:31:36.860Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T00:31:37.211Z] 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:31:38.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:31:38.347Z] [2021-02-04T00:31:38.347Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:31:38.805Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:31:38.805Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T00:31:38.805Z] 31603596830f: Pulling fs layer [2021-02-04T00:31:38.805Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T00:31:38.805Z] 6ca5941a6612: Pulling fs layer [2021-02-04T00:31:38.805Z] ecc8261a40a4: Pulling fs layer [2021-02-04T00:31:38.805Z] ecc8261a40a4: Waiting [2021-02-04T00:31:38.805Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T00:31:38.805Z] 2a8b12db71e7: Download complete [2021-02-04T00:31:39.096Z] 31603596830f: Verifying Checksum [2021-02-04T00:31:39.096Z] 31603596830f: Download complete [2021-02-04T00:31:39.372Z] ecc8261a40a4: Verifying Checksum [2021-02-04T00:31:39.372Z] ecc8261a40a4: Download complete [2021-02-04T00:31:39.372Z] 6ca5941a6612: Verifying Checksum [2021-02-04T00:31:39.372Z] 6ca5941a6612: Download complete [2021-02-04T00:31:39.676Z] 31603596830f: Pull complete [2021-02-04T00:31:39.978Z] 2a8b12db71e7: Pull complete [2021-02-04T00:31:41.007Z] 6ca5941a6612: Pull complete [2021-02-04T00:31:41.621Z] ecc8261a40a4: Pull complete [2021-02-04T00:31:41.621Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T00:31:41.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:31:41.621Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T00:31:41.903Z] prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container [2021-02-04T00:31:42.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T00:31:44.928Z] $ docker top 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T00:31:45.239Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:31:45.239Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:31:45.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:31:45.566Z] $ docker exec 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent [2021-02-04T00:31:45.846Z] SSH_AUTH_SOCK=/tmp/ssh-Ntnj91HEd2cX/agent.11 [2021-02-04T00:31:45.846Z] SSH_AGENT_PID=16 [2021-02-04T00:31:45.861Z] Running ssh-add (command line suppressed) [2021-02-04T00:31:46.116Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1405870108125644081.key (/w/workspace/edgex-go/4@tmp/private_key_1405870108125644081.key) [2021-02-04T00:31:46.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:31:46.546Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T00:31:46.581Z] $ docker exec --env ******** --env ******** 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent -k [2021-02-04T00:31:46.780Z] unset SSH_AUTH_SOCK; [2021-02-04T00:31:46.780Z] unset SSH_AGENT_PID; [2021-02-04T00:31:46.781Z] echo Agent pid 16 killed; [2021-02-04T00:31:46.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T00:31:47.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:31:47.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:31:47.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:31:47.270Z] $ docker exec 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent [2021-02-04T00:31:47.469Z] SSH_AUTH_SOCK=/tmp/ssh-XDQ9ZUGsOTA9/agent.45 [2021-02-04T00:31:47.469Z] SSH_AGENT_PID=51 [2021-02-04T00:31:47.476Z] Running ssh-add (command line suppressed) [2021-02-04T00:31:47.631Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6066649851963301982.key (/w/workspace/edgex-go/4@tmp/private_key_6066649851963301982.key) [2021-02-04T00:31:47.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:31:48.040Z] + git semver init [2021-02-04T00:31:48.040Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T00:31:48.040Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-04T00:31:48.040Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-04T00:31:48.040Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T00:31:48.040Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T00:31:48.040Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T00:31:48.040Z] # $SEMVER_BRANCH = PR-3112 [2021-02-04T00:31:48.040Z] # $SEMVER_TEMP = /tmp/semver-153515513 [2021-02-04T00:31:48.040Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T00:32:35.515Z] # '/tmp/semver-153515513' -> '/w/workspace/edgex-go/4/.semver' [2021-02-04T00:32:35.515Z] # -> Force: false [2021-02-04T00:32:35.515Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-04T00:32:35.533Z] $ docker exec --env ******** --env ******** 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 ssh-agent -k [2021-02-04T00:32:35.818Z] unset SSH_AUTH_SOCK; [2021-02-04T00:32:35.818Z] unset SSH_AGENT_PID; [2021-02-04T00:32:35.818Z] echo Agent pid 51 killed; [2021-02-04T00:32:35.918Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:32:36.457Z] + git semver [Pipeline] } [2021-02-04T00:32:36.479Z] $ docker stop --time=1 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 [2021-02-04T00:32:38.494Z] $ docker rm -f 0e99e4471d8f7493f8b873ddea708ef59ab74f225a7a92450f52d9a497084de6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:32:39.137Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T00:32:39.760Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T00:32:39.763Z] [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:32:40.763Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:32:41.065Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:32:41.372Z] + sudo service docker restart [2021-02-04T00:32:41.372Z] + true [2021-02-04T00:32:41.372Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T00:32:41.969Z] ========================================================= [2021-02-04T00:32:41.969Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T00:32:41.969Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:32:42.327Z] + 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:32:46.578Z] Sending build context to Docker daemon 327.5MB [2021-02-04T00:32:46.578Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:32:46.578Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:32:46.854Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T00:32:46.854Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T00:32:46.854Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T00:32:46.854Z] de9db76c5a1d: Pulling fs layer [2021-02-04T00:32:46.854Z] bca2f99d35d6: Pulling fs layer [2021-02-04T00:32:46.854Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T00:32:46.854Z] 7c6f9722023f: Pulling fs layer [2021-02-04T00:32:46.854Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T00:32:46.854Z] bca2f99d35d6: Waiting [2021-02-04T00:32:46.854Z] 93359f2a8cfa: Waiting [2021-02-04T00:32:46.854Z] 7c6f9722023f: Waiting [2021-02-04T00:32:46.854Z] a35cf1a2eb13: Waiting [2021-02-04T00:32:47.117Z] de9db76c5a1d: Verifying Checksum [2021-02-04T00:32:47.117Z] de9db76c5a1d: Download complete [2021-02-04T00:32:47.117Z] 0ef7d3d256c8: Download complete [2021-02-04T00:32:47.117Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T00:32:47.117Z] 93359f2a8cfa: Download complete [2021-02-04T00:32:47.117Z] 7c6f9722023f: Verifying Checksum [2021-02-04T00:32:47.117Z] 7c6f9722023f: Download complete [2021-02-04T00:32:47.708Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T00:32:47.708Z] 188c0c94c7c5: Download complete [2021-02-04T00:32:47.971Z] 188c0c94c7c5: Pull complete [2021-02-04T00:32:48.236Z] 0ef7d3d256c8: Pull complete [2021-02-04T00:32:49.197Z] de9db76c5a1d: Pull complete [2021-02-04T00:32:50.615Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T00:32:50.615Z] a35cf1a2eb13: Download complete [2021-02-04T00:32:51.569Z] bca2f99d35d6: Download complete [2021-02-04T00:32:55.223Z] Still waiting to schedule task [2021-02-04T00:32:55.223Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24790’ [2021-02-04T00:32:58.243Z] bca2f99d35d6: Pull complete [2021-02-04T00:32:58.243Z] 93359f2a8cfa: Pull complete [2021-02-04T00:32:58.243Z] 7c6f9722023f: Pull complete [2021-02-04T00:33:02.520Z] a35cf1a2eb13: Pull complete [2021-02-04T00:33:02.520Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T00:33:02.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T00:33:02.520Z] ---> a62c8e92a672 [2021-02-04T00:33:02.520Z] 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:33:02.789Z] ---> Running in 660ccd26428e [2021-02-04T00:33:03.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:33:04.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:33:05.733Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:33:05.733Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:33:05.733Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:33:05.998Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:33:28.019Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:33:28.019Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:33:28.019Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:33:28.019Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:33:28.019Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:33:28.019Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:33:28.019Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:33:28.019Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:33:28.019Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:33:28.019Z] OK: 233 MiB in 51 packages [2021-02-04T00:33:29.961Z] Removing intermediate container 660ccd26428e [2021-02-04T00:33:29.961Z] ---> 7fa75026c723 [2021-02-04T00:33:29.961Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:33:29.961Z] ---> Running in 7b4adab9c61f [2021-02-04T00:33:29.961Z] Removing intermediate container 7b4adab9c61f [2021-02-04T00:33:29.961Z] ---> 06b55d40697c [2021-02-04T00:33:29.961Z] Step 5/6 : COPY go.mod . [2021-02-04T00:33:30.229Z] ---> 42ae85dcf173 [2021-02-04T00:33:30.229Z] Step 6/6 : RUN go mod download [2021-02-04T00:33:30.229Z] ---> Running in 4960091b7a94 [2021-02-04T00:33:52.327Z] Removing intermediate container 4960091b7a94 [2021-02-04T00:33:52.327Z] ---> d2a1051fec89 [2021-02-04T00:33:52.327Z] Successfully built d2a1051fec89 [2021-02-04T00:33:52.327Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:33:52.677Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:33:52.677Z] . [Pipeline] withDockerContainer [2021-02-04T00:33:52.811Z] prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container [2021-02-04T00:33:52.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:33:53.910Z] $ docker top 201e2cc594fe0b43f4cba1d783b2925fb125d1f9f533775c368fd21084d8247d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:33:54.509Z] + go version [2021-02-04T00:33:54.510Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T00:33:54.530Z] $ docker stop --time=1 201e2cc594fe0b43f4cba1d783b2925fb125d1f9f533775c368fd21084d8247d [2021-02-04T00:33:55.916Z] $ docker rm -f 201e2cc594fe0b43f4cba1d783b2925fb125d1f9f533775c368fd21084d8247d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:33:56.808Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:33:56.808Z] . [Pipeline] withDockerContainer [2021-02-04T00:33:56.929Z] prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container [2021-02-04T00:33:56.995Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:33:57.946Z] $ docker top 1ef2656afb710afa59e833add5a75ea86eb6ec73fe2f155f4a638e67587b336d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T00:33:58.224Z] ========================================================= [2021-02-04T00:33:58.224Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:33:58.224Z] ========================================================= [Pipeline] sh [2021-02-04T00:33:58.622Z] + make test [2021-02-04T00:33:58.622Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:34:11.134Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:34:31.899Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:34:40.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:34:40.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:34:40.361Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:34:40.361Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:34:42.987Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:34:42.987Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:34:42.987Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:34:42.987Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:34:42.987Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:34:43.958Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:34:46.703Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:34:46.703Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:34:46.703Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:34:51.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.206s coverage: 46.0% of statements [2021-02-04T00:34:51.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:34:51.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:34:51.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:34:51.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:34:51.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:34:51.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:34:51.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:34:51.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-02-04T00:34:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.218s coverage: 27.1% of statements [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:34:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:34:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:34:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:34:54.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.3% of statements [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:34:54.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:34:58.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.505s coverage: 28.6% of statements [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:34:58.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:34:58.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:34:58.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:34:58.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:34:58.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:34:58.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.510s coverage: 92.8% of statements [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:35:01.438Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 45.5% of statements [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-02-04T00:35:01.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements [2021-02-04T00:35:13.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements [2021-02-04T00:35:13.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.236s coverage: 63.5% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.520s coverage: 68.9% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 37.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.335s coverage: 84.0% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.164s coverage: 47.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.078s coverage: 90.4% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.849s coverage: 29.1% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.106s coverage: 99.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:35:26.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-02-04T00:35:26.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.057s coverage: 100.0% of statements [2021-02-04T00:35:26.294Z] GO111MODULE=on go vet ./... [2021-02-04T00:35:44.414Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24811 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws [2021-02-04T00:35:44.471Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-04T00:35:49.857Z] using credential edgex-jenkins-ssh [2021-02-04T00:35:49.920Z] Cloning the remote Git repository [2021-02-04T00:35:49.986Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:35:50.104Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-04T00:35:50.234Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:35:50.235Z] > git --version # timeout=10 [2021-02-04T00:35:50.255Z] > git --version # 'git version 2.17.1' [2021-02-04T00:35:50.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:35:50.340Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:35:58.833Z] gofmt -l . [2021-02-04T00:35:58.833Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:35:58.833Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:35:58.833Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:35:59.430Z] + ls -al . [2021-02-04T00:35:59.430Z] total 684 [2021-02-04T00:35:59.430Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 00:35 . [2021-02-04T00:35:59.430Z] drwxr-xr-x 4 root root 28 Feb 4 00:33 .. [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:31 .dockerignore [2021-02-04T00:35:59.430Z] drwxrwxr-x 8 1001 1001 179 Feb 4 00:31 .git [2021-02-04T00:35:59.430Z] drwxrwxr-x 3 1001 1001 125 Feb 4 00:31 .github [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:31 .gitignore [2021-02-04T00:35:59.430Z] drwx------ 3 1001 1001 60 Feb 4 00:32 .semver [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:31 .sonarcloud.properties [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:31 Attribution.txt [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:31 CONTRIBUTING.md [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:31 Dockerfile.build [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:31 Jenkinsfile [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:31 LICENSE [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:31 Makefile [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:31 README.md [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:31 SECURITY.md [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:32 VERSION [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:31 ZMQWindows.md [2021-02-04T00:35:59.430Z] drwxrwxr-x 2 1001 1001 117 Feb 4 00:31 bin [2021-02-04T00:35:59.430Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:31 cmd [2021-02-04T00:35:59.430Z] -rw-r--r-- 1 root root 580808 Feb 4 00:35 coverage.out [2021-02-04T00:35:59.430Z] -rw-r--r-- 1 root root 1054 Feb 4 00:35 go.mod [2021-02-04T00:35:59.430Z] -rw-r--r-- 1 root root 19290 Feb 4 00:35 go.sum [2021-02-04T00:35:59.430Z] drwxrwxr-x 8 1001 1001 127 Feb 4 00:31 internal [2021-02-04T00:35:59.430Z] drwxrwxr-x 4 1001 1001 26 Feb 4 00:31 openapi [2021-02-04T00:35:59.430Z] drwxrwxr-x 4 1001 1001 71 Feb 4 00:31 snap [2021-02-04T00:35:59.430Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:31 version.go [Pipeline] sh [2021-02-04T00:35:59.743Z] + '[' -e coverage.out ] [2021-02-04T00:35:59.743Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:36:00.021Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:36:00.324Z] + make build [2021-02-04T00:36:00.324Z] 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:36:04.587Z] 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:36:12.926Z] 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:36:14.879Z] 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:36:15.545Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:36:15.564Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:36:15.598Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:36:15.680Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:36:15.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:36:16.379Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-04T00:36:16.818Z] 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:36:17.083Z] 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:36:17.129Z] Merge succeeded, producing 5dd8b7dac97e84d40b5f06afdefa4f580e356f2d [2021-02-04T00:36:17.129Z] Checking out Revision 5dd8b7dac97e84d40b5f06afdefa4f580e356f2d (PR-3112) [2021-02-04T00:36:15.703Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:36:16.398Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:36:16.424Z] > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [2021-02-04T00:36:16.732Z] > git remote # timeout=10 [2021-02-04T00:36:16.759Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:36:16.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:36:16.783Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:36:17.116Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:36:17.137Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:36:17.148Z] > git checkout -f 5dd8b7dac97e84d40b5f06afdefa4f580e356f2d # timeout=10 [2021-02-04T00:36:19.038Z] 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:36:21.019Z] 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:36:22.421Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:36:22.477Z] 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:36:22.431Z] > git rev-list --no-walk acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T00:36:23.909Z] 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:36:24.017Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:36:24.431Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:36:24.778Z] + true [2021-02-04T00:36:24.778Z] + sudo service docker restart [2021-02-04T00:36:24.876Z] 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:36:26.300Z] 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:36:26.844Z] provisioning config files... [2021-02-04T00:36:26.909Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6780815091596162356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:36:27.268Z] 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:36:27.343Z] ---> docker-login.sh [2021-02-04T00:36:27.343Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:36:28.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-02-04T00:36:29.289Z] $ docker stop --time=1 1ef2656afb710afa59e833add5a75ea86eb6ec73fe2f155f4a638e67587b336d [2021-02-04T00:36:29.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:36:29.784Z] Configure a credential helper to remove this warning. See [2021-02-04T00:36:29.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:36:29.784Z] [2021-02-04T00:36:29.784Z] Login Succeeded [2021-02-04T00:36:29.784Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:36:30.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:36:30.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:36:30.083Z] Configure a credential helper to remove this warning. See [2021-02-04T00:36:30.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:36:30.083Z] [2021-02-04T00:36:30.083Z] Login Succeeded [2021-02-04T00:36:30.083Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:36:30.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:36:30.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:36:30.680Z] Configure a credential helper to remove this warning. See [2021-02-04T00:36:30.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:36:30.680Z] [2021-02-04T00:36:30.680Z] Login Succeeded [2021-02-04T00:36:30.680Z] nexus3.edgexfoundry.org:10004 [2021-02-04T00:36:30.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:36:31.190Z] $ docker rm -f 1ef2656afb710afa59e833add5a75ea86eb6ec73fe2f155f4a638e67587b336d [2021-02-04T00:36:31.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:36:31.225Z] Configure a credential helper to remove this warning. See [2021-02-04T00:36:31.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:36:31.225Z] [2021-02-04T00:36:31.225Z] Login Succeeded [2021-02-04T00:36:31.225Z] docker.io [2021-02-04T00:36:31.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:36:31.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:36:31.772Z] Configure a credential helper to remove this warning. See [2021-02-04T00:36:31.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:36:31.772Z] [2021-02-04T00:36:31.772Z] Login Succeeded [2021-02-04T00:36:31.772Z] ---> docker-login.sh ends [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-02-04T00:36:31.884Z] 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:36:33.048Z] ========================================================= [2021-02-04T00:36:33.048Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T00:36:33.048Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:33.438Z] + 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:36:33.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:33.471Z] [2021-02-04T00:36:33.471Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:33.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:33.860Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T00:36:33.860Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T00:36:33.860Z] ca9280d653b3: Pulling fs layer [2021-02-04T00:36:33.860Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T00:36:34.138Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T00:36:34.138Z] cbdbe7a5bc2a: Download complete [2021-02-04T00:36:34.734Z] ca9280d653b3: Verifying Checksum [2021-02-04T00:36:34.734Z] ca9280d653b3: Download complete [2021-02-04T00:36:34.734Z] cbdbe7a5bc2a: Pull complete [2021-02-04T00:36:36.122Z] Sending build context to Docker daemon 166.1MB [2021-02-04T00:36:36.122Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:36:36.122Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:36:36.122Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T00:36:36.122Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T00:36:36.122Z] a4357932f1b6: Pulling fs layer [2021-02-04T00:36:36.122Z] 18c013af1878: Pulling fs layer [2021-02-04T00:36:36.122Z] 00ac8860ef70: Pulling fs layer [2021-02-04T00:36:36.122Z] 63d7cb157983: Pulling fs layer [2021-02-04T00:36:36.122Z] b116817d02f9: Pulling fs layer [2021-02-04T00:36:36.122Z] 745a02a5169b: Pulling fs layer [2021-02-04T00:36:36.122Z] 63d7cb157983: Waiting [2021-02-04T00:36:36.122Z] b116817d02f9: Waiting [2021-02-04T00:36:36.122Z] 745a02a5169b: Waiting [2021-02-04T00:36:36.122Z] 00ac8860ef70: Waiting [2021-02-04T00:36:36.122Z] 18c013af1878: Verifying Checksum [2021-02-04T00:36:36.122Z] 18c013af1878: Download complete [2021-02-04T00:36:36.122Z] a4357932f1b6: Download complete [2021-02-04T00:36:36.122Z] 63d7cb157983: Download complete [2021-02-04T00:36:36.122Z] b116817d02f9: Verifying Checksum [2021-02-04T00:36:36.122Z] b116817d02f9: Download complete [2021-02-04T00:36:36.397Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T00:36:36.397Z] 5f621e34cdf4: Download complete [2021-02-04T00:36:36.886Z] ca9280d653b3: Pull complete [2021-02-04T00:36:36.887Z] 7e9c9ca2126c: Download complete [2021-02-04T00:36:36.998Z] 5f621e34cdf4: Pull complete [2021-02-04T00:36:37.605Z] a4357932f1b6: Pull complete [2021-02-04T00:36:37.885Z] 18c013af1878: Pull complete [2021-02-04T00:36:39.325Z] 745a02a5169b: Verifying Checksum [2021-02-04T00:36:39.325Z] 745a02a5169b: Download complete [2021-02-04T00:36:41.317Z] 00ac8860ef70: Download complete [2021-02-04T00:36:45.351Z] 7e9c9ca2126c: Pull complete [2021-02-04T00:36:45.351Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T00:36:45.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:45.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T00:36:45.569Z] prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container [2021-02-04T00:36:45.677Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:48.327Z] $ docker top 5da0c5796b56b7bdc3cfeaf8b852e81970a92d95570e879ef344fe3c5e7048f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:36:48.980Z] + docker-compose build --help [2021-02-04T00:36:48.980Z] + grep parallel [2021-02-04T00:36:50.384Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:36:50.399Z] $ docker stop --time=1 5da0c5796b56b7bdc3cfeaf8b852e81970a92d95570e879ef344fe3c5e7048f1 [2021-02-04T00:36:51.564Z] 00ac8860ef70: Pull complete [2021-02-04T00:36:51.564Z] 63d7cb157983: Pull complete [2021-02-04T00:36:51.564Z] b116817d02f9: Pull complete [2021-02-04T00:36:51.939Z] $ docker rm -f 5da0c5796b56b7bdc3cfeaf8b852e81970a92d95570e879ef344fe3c5e7048f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:52.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:52.592Z] . [Pipeline] withDockerContainer [2021-02-04T00:36:52.735Z] prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container [2021-02-04T00:36:52.802Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T00:36:53.635Z] $ docker top 2db0bf4b619c67a90b229d683e2cb61159ebfbd5f45518ca215edc2840653386 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:36:54.147Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:36:54.993Z] 745a02a5169b: Pull complete [2021-02-04T00:36:54.993Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T00:36:55.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T00:36:55.267Z] ---> b7e6874047d6 [2021-02-04T00:36:55.267Z] 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:55.625Z] Building docker-core-command-go ... [2021-02-04T00:36:55.625Z] Building docker-core-data-go ... [2021-02-04T00:36:55.625Z] Building docker-core-metadata-go ... [2021-02-04T00:36:55.625Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:36:55.625Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:36:55.625Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:36:55.625Z] Building docker-support-notifications-go ... [2021-02-04T00:36:55.625Z] Building docker-support-scheduler-go ... [2021-02-04T00:36:55.625Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:36:55.625Z] Building docker-sys-mgmt-agent-go [2021-02-04T00:36:55.625Z] Building docker-security-secretstore-setup-go [2021-02-04T00:36:55.625Z] Building docker-security-bootstrapper-go [2021-02-04T00:36:55.625Z] Building docker-support-scheduler-go [2021-02-04T00:36:55.625Z] Building docker-core-command-go [2021-02-04T00:36:58.788Z] ---> Running in cfe36ae6fc43 [2021-02-04T00:37:00.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:37:00.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:37:01.427Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:37:01.703Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:37:01.703Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:37:01.703Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:37:07.116Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:37:07.116Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:37:07.116Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:37:07.116Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:37:07.116Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:37:07.116Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:37:07.116Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:37:07.116Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:37:07.116Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:37:07.116Z] OK: 217 MiB in 51 packages [2021-02-04T00:37:11.451Z] Removing intermediate container cfe36ae6fc43 [2021-02-04T00:37:11.451Z] ---> 185a9c69e6a6 [2021-02-04T00:37:11.451Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:37:11.451Z] ---> Running in 251eb920f782 [2021-02-04T00:37:12.047Z] Removing intermediate container 251eb920f782 [2021-02-04T00:37:12.047Z] ---> 78cc9f5c72f5 [2021-02-04T00:37:12.047Z] Step 5/6 : COPY go.mod . [2021-02-04T00:37:12.650Z] ---> 95f9a664a519 [2021-02-04T00:37:12.650Z] Step 6/6 : RUN go mod download [2021-02-04T00:37:12.927Z] ---> Running in 5e9d085a4e62 [2021-02-04T00:37:39.778Z] Removing intermediate container 5e9d085a4e62 [2021-02-04T00:37:39.778Z] ---> b4349cfd5a46 [2021-02-04T00:37:39.778Z] Successfully built b4349cfd5a46 [2021-02-04T00:37:39.778Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:37:40.125Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:37:40.125Z] . [Pipeline] withDockerContainer [2021-02-04T00:37:40.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container [2021-02-04T00:37:40.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:37:42.160Z] $ docker top a6392b0315f898e1214de1fa1028784ff5bb102557753e67d38df6c22843e00d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:37:42.630Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:42.630Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:42.630Z] ---> d2a1051fec89 [2021-02-04T00:37:42.630Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:37:42.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:42.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:42.631Z] ---> d2a1051fec89 [2021-02-04T00:37:42.631Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:37:42.631Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:42.631Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:42.631Z] ---> d2a1051fec89 [2021-02-04T00:37:42.631Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:37:42.631Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:42.631Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:42.631Z] ---> d2a1051fec89 [2021-02-04T00:37:42.631Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:37:42.631Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:42.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:42.631Z] ---> d2a1051fec89 [2021-02-04T00:37:42.631Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:37:42.631Z] ---> Running in 85212faab046 [2021-02-04T00:37:42.631Z] ---> Running in 08138d4ce455 [2021-02-04T00:37:42.631Z] ---> Running in 96b22b28ba55 [2021-02-04T00:37:42.631Z] ---> Running in e4cdefeaa1b1 [2021-02-04T00:37:42.631Z] ---> Running in b392ca5ce5fd [2021-02-04T00:37:42.631Z] Removing intermediate container 85212faab046 [2021-02-04T00:37:42.631Z] ---> f9d3c1ba9e2e [2021-02-04T00:37:42.631Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:42.631Z] Removing intermediate container b392ca5ce5fd [2021-02-04T00:37:42.631Z] ---> 242564db7f4c [2021-02-04T00:37:42.631Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:42.631Z] Removing intermediate container 96b22b28ba55 [2021-02-04T00:37:42.631Z] ---> 438713e764e8 [2021-02-04T00:37:42.631Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:42.631Z] Removing intermediate container 08138d4ce455 [2021-02-04T00:37:42.631Z] ---> 194c9068a363 [2021-02-04T00:37:42.631Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:42.631Z] Removing intermediate container e4cdefeaa1b1 [2021-02-04T00:37:42.631Z] ---> 4a416c56009c [2021-02-04T00:37:42.631Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:42.631Z] ---> Running in f14805c37c49 [2021-02-04T00:37:42.631Z] ---> Running in 6358c3f9d0ae [2021-02-04T00:37:42.631Z] ---> Running in 2cf951eae7a6 [2021-02-04T00:37:42.631Z] ---> Running in 0b385d96d509 [2021-02-04T00:37:42.631Z] ---> Running in 5a8d5f2bffd7 [2021-02-04T00:37:42.631Z] Removing intermediate container 2cf951eae7a6 [2021-02-04T00:37:42.631Z] ---> 039f6acbf9e9 [2021-02-04T00:37:42.631Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:37:42.631Z] Removing intermediate container f14805c37c49 [2021-02-04T00:37:42.631Z] ---> 3700f507d28c [2021-02-04T00:37:42.631Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:37:42.631Z] Removing intermediate container 6358c3f9d0ae [2021-02-04T00:37:42.631Z] ---> 64e3fe2d51ec [2021-02-04T00:37:42.631Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:37:42.631Z] ---> Running in 40583f817ed0 [2021-02-04T00:37:42.631Z] ---> Running in 2eb4f2008f9b [2021-02-04T00:37:42.631Z] Removing intermediate container 0b385d96d509 [2021-02-04T00:37:42.631Z] ---> 0fbe5eb3542e [2021-02-04T00:37:42.631Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:37:42.631Z] Removing intermediate container 5a8d5f2bffd7 [2021-02-04T00:37:42.631Z] ---> 2be7cd4c1051 [2021-02-04T00:37:42.631Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:37:42.631Z] ---> Running in 244d593061aa [2021-02-04T00:37:42.631Z] ---> Running in 4948bd98ecb9 [2021-02-04T00:37:42.631Z] ---> Running in cdef663e4d2a [2021-02-04T00:37:42.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:43.155Z] + go version [2021-02-04T00:37:43.155Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T00:37:43.180Z] $ docker stop --time=1 a6392b0315f898e1214de1fa1028784ff5bb102557753e67d38df6c22843e00d [2021-02-04T00:37:43.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:43.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:43.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:43.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:44.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:44.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:44.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:44.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:44.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:45.086Z] $ docker rm -f a6392b0315f898e1214de1fa1028784ff5bb102557753e67d38df6c22843e00d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:37:46.022Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:46.022Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:46.022Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:46.022Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:46.022Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:46.039Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:37:46.039Z] . [Pipeline] withDockerContainer [2021-02-04T00:37:46.271Z] prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container [2021-02-04T00:37:46.356Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:37:46.987Z] Removing intermediate container 2eb4f2008f9b [2021-02-04T00:37:46.987Z] ---> 66040147e5c3 [2021-02-04T00:37:46.987Z] Step 6/24 : COPY go.mod . [2021-02-04T00:37:46.987Z] Removing intermediate container 244d593061aa [2021-02-04T00:37:46.987Z] ---> ca29b9a52af2 [2021-02-04T00:37:46.987Z] Step 6/31 : COPY go.mod . [2021-02-04T00:37:47.260Z] Removing intermediate container 40583f817ed0 [2021-02-04T00:37:47.260Z] ---> 5be7c9673a0a [2021-02-04T00:37:47.260Z] Step 6/26 : COPY go.mod . [2021-02-04T00:37:47.260Z] Removing intermediate container 4948bd98ecb9 [2021-02-04T00:37:47.260Z] ---> 54164c0112b4 [2021-02-04T00:37:47.260Z] Step 6/23 : COPY go.mod . [2021-02-04T00:37:47.260Z] Removing intermediate container cdef663e4d2a [2021-02-04T00:37:47.260Z] ---> f1cae11928f4 [2021-02-04T00:37:47.260Z] Step 6/22 : COPY go.mod . [2021-02-04T00:37:47.260Z] ---> 982f6e107ffb [2021-02-04T00:37:47.260Z] Step 7/24 : RUN go mod download [2021-02-04T00:37:47.528Z] ---> Running in e4717fa51445 [2021-02-04T00:37:47.528Z] ---> 18fadcce9694 [2021-02-04T00:37:47.528Z] Step 7/31 : RUN go mod download [2021-02-04T00:37:47.644Z] $ docker top e30b44d4e4bc089c5c2b3e14726c8b433f090bc30f96bde08a006c40729329b8 -eo pid,comm [2021-02-04T00:37:47.812Z] ---> ae4957abfc77 [2021-02-04T00:37:47.812Z] Step 7/26 : RUN go mod download [2021-02-04T00:37:47.812Z] ---> Running in e2a73ac11edf [2021-02-04T00:37:47.812Z] ---> Running in b41a09ce69f6 [Pipeline] { [Pipeline] echo [2021-02-04T00:37:47.992Z] ========================================================= [2021-02-04T00:37:47.992Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:37:47.992Z] ========================================================= [Pipeline] sh [2021-02-04T00:37:48.081Z] ---> 61911a97d563 [2021-02-04T00:37:48.081Z] Step 7/23 : RUN go mod download [2021-02-04T00:37:48.081Z] ---> 5d5a1fbb3fe9 [2021-02-04T00:37:48.081Z] Step 7/22 : RUN go mod download [2021-02-04T00:37:48.081Z] ---> Running in 9c897dea0113 [2021-02-04T00:37:48.081Z] ---> Running in 7a19a0494228 [2021-02-04T00:37:48.630Z] + make test [2021-02-04T00:37:48.630Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:37:50.737Z] Removing intermediate container e4717fa51445 [2021-02-04T00:37:50.737Z] ---> c6158036162d [2021-02-04T00:37:50.737Z] Step 8/24 : COPY . . [2021-02-04T00:37:50.737Z] Removing intermediate container e2a73ac11edf [2021-02-04T00:37:50.737Z] ---> eb045e526140 [2021-02-04T00:37:50.737Z] Step 8/31 : COPY . . [2021-02-04T00:37:51.013Z] Removing intermediate container b41a09ce69f6 [2021-02-04T00:37:51.013Z] ---> 42f1954db383 [2021-02-04T00:37:51.013Z] Step 8/26 : COPY . . [2021-02-04T00:37:52.031Z] Removing intermediate container 9c897dea0113 [2021-02-04T00:37:52.031Z] ---> 7bdb2fc74b9c [2021-02-04T00:37:52.031Z] Step 8/22 : COPY . . [2021-02-04T00:37:53.476Z] Removing intermediate container 7a19a0494228 [2021-02-04T00:37:53.476Z] ---> c44a9e796bd5 [2021-02-04T00:37:53.476Z] Step 8/23 : COPY . . [2021-02-04T00:38:15.420Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:38:32.689Z] ---> ff09df4dc78e [2021-02-04T00:38:32.689Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T00:38:32.689Z] ---> 12fd5e1f9ad5 [2021-02-04T00:38:32.689Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:38:32.689Z] ---> Running in 94a203c48c99 [2021-02-04T00:38:32.689Z] ---> 18932c925863 [2021-02-04T00:38:32.689Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:38:32.689Z] ---> 6c41179eb144 [2021-02-04T00:38:32.689Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:38:32.689Z] ---> 8ca27ab1499b [2021-02-04T00:38:32.689Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T00:38:32.689Z] ---> Running in 235bcdb86ed1 [2021-02-04T00:38:32.689Z] ---> Running in 4c6cd8c462a0 [2021-02-04T00:38:32.689Z] ---> Running in 20bde0549ea5 [2021-02-04T00:38:32.689Z] ---> Running in 94e97b5a1efa [2021-02-04T00:38:32.689Z] 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:38:32.689Z] 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:38:32.689Z] 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:38:32.689Z] 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:38:32.690Z] 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:39:11.778Z] 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:39:11.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:39:12.168Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:39:12.454Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:39:13.826Z] Removing intermediate container 20bde0549ea5 [2021-02-04T00:39:13.827Z] ---> f77db1e161a5 [2021-02-04T00:39:13.827Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:39:14.791Z] ---> Running in 82f277aacaae [2021-02-04T00:39:16.193Z] Removing intermediate container 94e97b5a1efa [2021-02-04T00:39:16.193Z] ---> 428646bb7e3a [2021-02-04T00:39:16.193Z] [2021-02-04T00:39:16.193Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:39:16.193Z] 3.12: Pulling from library/alpine [2021-02-04T00:39:16.467Z] Removing intermediate container 94a203c48c99 [2021-02-04T00:39:16.467Z] ---> 3c206a126f92 [2021-02-04T00:39:16.467Z] [2021-02-04T00:39:16.467Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:39:16.467Z] 3.12: Pulling from library/alpine [2021-02-04T00:39:17.082Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:39:17.082Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:39:17.082Z] 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:39:17.082Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:39:17.082Z] ---> 389fef711851 [2021-02-04T00:39:17.082Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:39:17.082Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:39:17.082Z] ---> 389fef711851 [2021-02-04T00:39:17.082Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:39:19.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:39:19.239Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:39:19.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:39:21.406Z] ---> Running in 118bbd25a586 [2021-02-04T00:39:21.406Z] ---> Running in 59631209f99b [2021-02-04T00:39:21.406Z] Removing intermediate container 4c6cd8c462a0 [2021-02-04T00:39:21.406Z] ---> 5701431c2272 [2021-02-04T00:39:21.406Z] [2021-02-04T00:39:21.406Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:39:21.406Z] Removing intermediate container 235bcdb86ed1 [2021-02-04T00:39:21.406Z] ---> df20386bf9b9 [2021-02-04T00:39:21.406Z] [2021-02-04T00:39:21.406Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:39:21.406Z] ---> 389fef711851 [2021-02-04T00:39:21.406Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:39:21.406Z] ---> 389fef711851 [2021-02-04T00:39:21.406Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:39:21.406Z] Removing intermediate container 59631209f99b [2021-02-04T00:39:21.406Z] ---> 0a02799341cc [2021-02-04T00:39:21.406Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:39:21.406Z] ---> Running in 7b3ec7e026f1 [2021-02-04T00:39:21.406Z] ---> Running in db185e007faf [2021-02-04T00:39:21.718Z] ---> Running in 786b3b965eaf [2021-02-04T00:39:22.010Z] Removing intermediate container 82f277aacaae [2021-02-04T00:39:22.010Z] ---> fe580240f839 [2021-02-04T00:39:22.010Z] [2021-02-04T00:39:22.010Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:39:22.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:22.010Z] 20.10.0: Pulling from library/docker [2021-02-04T00:39:22.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:22.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:22.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:22.309Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:39:22.309Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:39:22.309Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:39:22.309Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:39:22.630Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:22.630Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:22.630Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:39:22.630Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:22.630Z] OK: 7 MiB in 19 packages [2021-02-04T00:39:22.630Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:22.630Z] OK: 6 MiB in 15 packages [2021-02-04T00:39:22.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:22.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:22.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:22.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:23.217Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:23.217Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:39:23.217Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:23.217Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:23.217Z] OK: 6 MiB in 16 packages [2021-02-04T00:39:23.217Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:23.217Z] OK: 6 MiB in 15 packages [2021-02-04T00:39:25.240Z] Removing intermediate container 7b3ec7e026f1 [2021-02-04T00:39:25.240Z] ---> 450bfc3e4762 [2021-02-04T00:39:25.240Z] 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:39:25.507Z] Removing intermediate container 118bbd25a586 [2021-02-04T00:39:25.507Z] ---> e631a55a30a8 [2021-02-04T00:39:25.507Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:39:25.507Z] Removing intermediate container db185e007faf [2021-02-04T00:39:25.507Z] ---> da6f073abb63 [2021-02-04T00:39:25.507Z] 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:25.507Z] Removing intermediate container 786b3b965eaf [2021-02-04T00:39:25.507Z] ---> ea7acb7e16d4 [2021-02-04T00:39:25.507Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:39:25.790Z] ---> Running in d9da5dea2032 [2021-02-04T00:39:25.790Z] ---> Running in 56d4a18ba5c4 [2021-02-04T00:39:25.790Z] ---> Running in 8c44e1c7c2e8 [2021-02-04T00:39:25.790Z] ---> Running in 7b1464184247 [2021-02-04T00:39:26.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:39:26.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:39:26.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:39:26.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:39:26.119Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:39:26.119Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:39:26.155Z] Removing intermediate container 56d4a18ba5c4 [2021-02-04T00:39:26.155Z] ---> 4b7581fa85e0 [2021-02-04T00:39:26.155Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T00:39:26.155Z] Removing intermediate container d9da5dea2032 [2021-02-04T00:39:26.155Z] ---> 67d737a8f3ad [2021-02-04T00:39:26.155Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:39:26.155Z] Removing intermediate container 8c44e1c7c2e8 [2021-02-04T00:39:26.155Z] ---> 418ee8312325 [2021-02-04T00:39:26.155Z] Step 13/24 : WORKDIR / [2021-02-04T00:39:26.603Z] ---> Running in 5d33c9cc9347 [2021-02-04T00:39:26.603Z] Removing intermediate container 7b1464184247 [2021-02-04T00:39:26.603Z] ---> a4987b11f305 [2021-02-04T00:39:26.603Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:39:26.603Z] ---> Running in 6039be7ab81d [2021-02-04T00:39:26.603Z] ---> Running in 5644ba8ba712 [2021-02-04T00:39:26.603Z] ---> Running in 9b1568f74e8b [2021-02-04T00:39:26.603Z] Removing intermediate container 5d33c9cc9347 [2021-02-04T00:39:26.603Z] ---> ebef601851ec [2021-02-04T00:39:26.603Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:39:26.959Z] Removing intermediate container 6039be7ab81d [2021-02-04T00:39:26.959Z] ---> fee5fdb3c624 [2021-02-04T00:39:26.959Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:39:26.959Z] ---> Running in 82a357e681bb [2021-02-04T00:39:27.289Z] Removing intermediate container 5644ba8ba712 [2021-02-04T00:39:27.290Z] ---> efdd85ef9acd [2021-02-04T00:39:27.290Z] 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:39:27.576Z] Removing intermediate container 9b1568f74e8b [2021-02-04T00:39:27.576Z] ---> c42f8c9249da [2021-02-04T00:39:27.576Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:39:27.864Z] ---> Running in 9f5478d98ecc [2021-02-04T00:39:27.864Z] ---> Running in edd29c2ce3da [2021-02-04T00:39:27.864Z] Removing intermediate container 82a357e681bb [2021-02-04T00:39:27.864Z] ---> 74ae4bfc5818 [2021-02-04T00:39:27.864Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:28.161Z] ---> ebd1b62114f1 [2021-02-04T00:39:28.161Z] 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:39:28.462Z] Removing intermediate container 9f5478d98ecc [2021-02-04T00:39:28.462Z] ---> 35c20eb312de [2021-02-04T00:39:28.462Z] Step 15/23 : WORKDIR / [2021-02-04T00:39:28.462Z] ---> 6321cc46cf3d [2021-02-04T00:39:28.462Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:39:28.462Z] ---> Running in 9c2b7ad7a79d [2021-02-04T00:39:28.462Z] ---> 9a737728a25a [2021-02-04T00:39:28.462Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:29.093Z] Removing intermediate container 9c2b7ad7a79d [2021-02-04T00:39:29.093Z] ---> d749fe65a240 [2021-02-04T00:39:29.093Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:29.093Z] ---> b865f2fe44db [2021-02-04T00:39:29.094Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:39:29.753Z] ---> 58057dde2031 [2021-02-04T00:39:29.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:29.753Z] ---> 314a04847567 [2021-02-04T00:39:29.753Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:39:30.068Z] Removing intermediate container edd29c2ce3da [2021-02-04T00:39:30.068Z] ---> d427ff695175 [2021-02-04T00:39:30.068Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:39:30.068Z] ---> 977ac8ed22b9 [2021-02-04T00:39:30.068Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:39:30.068Z] ---> Running in 10019f8e6fa0 [2021-02-04T00:39:30.387Z] ---> 42ed62427509 [2021-02-04T00:39:30.388Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T00:39:30.388Z] ---> Running in b374492eee55 [2021-02-04T00:39:30.704Z] Removing intermediate container 10019f8e6fa0 [2021-02-04T00:39:30.704Z] ---> cb4c3d3f9638 [2021-02-04T00:39:30.704Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:39:30.704Z] ---> c52976c73b9d [2021-02-04T00:39:30.704Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:31.014Z] Removing intermediate container b374492eee55 [2021-02-04T00:39:31.014Z] ---> 0f6e91623a76 [2021-02-04T00:39:31.014Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:31.014Z] ---> 02c6aef0e7af [2021-02-04T00:39:31.014Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:39:31.338Z] ---> Running in 504bb65c82d8 [2021-02-04T00:39:31.338Z] ---> 58c46db55e65 [2021-02-04T00:39:31.338Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:39:31.338Z] ---> 09362115d0d3 [2021-02-04T00:39:31.338Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:39:31.635Z] ---> Running in 777453e6131e [2021-02-04T00:39:31.635Z] ---> Running in 84d7bbb85ffe [2021-02-04T00:39:31.635Z] ---> 152e3218370c [2021-02-04T00:39:31.635Z] 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:39:31.635Z] Removing intermediate container 504bb65c82d8 [2021-02-04T00:39:31.635Z] ---> 52e3afeaf56c [2021-02-04T00:39:31.635Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:39:31.926Z] ---> Running in fd266210dabb [2021-02-04T00:39:31.926Z] ---> Running in 0c7f9be052ef [2021-02-04T00:39:32.213Z] Removing intermediate container 84d7bbb85ffe [2021-02-04T00:39:32.213Z] ---> e275e230b481 [2021-02-04T00:39:32.213Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:32.528Z] Removing intermediate container 0c7f9be052ef [2021-02-04T00:39:32.528Z] ---> fa16e26e5b24 [2021-02-04T00:39:32.528Z] Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:39:32.528Z] ---> Running in 0a60137f4943 [2021-02-04T00:39:32.528Z] ---> Running in a92882d47fc3 [2021-02-04T00:39:32.834Z] Removing intermediate container 0a60137f4943 [2021-02-04T00:39:32.834Z] ---> ddff874abe69 [2021-02-04T00:39:32.834Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:39:32.834Z] Removing intermediate container a92882d47fc3 [2021-02-04T00:39:32.834Z] ---> 0baa01f43082 [2021-02-04T00:39:32.834Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:39:33.124Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:39:33.124Z] ---> Running in 8343cf0a2add [2021-02-04T00:39:33.124Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:39:33.124Z] ---> aefe523efa57 [2021-02-04T00:39:33.124Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:39:33.124Z] ---> Running in 2eb2d6c44d86 [2021-02-04T00:39:33.124Z] ---> Running in 530fd21b00a6 [2021-02-04T00:39:33.416Z] Removing intermediate container 8343cf0a2add [2021-02-04T00:39:33.416Z] ---> 01a3d40b9545 [2021-02-04T00:39:33.416Z] Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:39:33.700Z] Removing intermediate container 2eb2d6c44d86 [2021-02-04T00:39:33.700Z] ---> 0f94a9b81497 [2021-02-04T00:39:33.700Z] [2021-02-04T00:39:33.700Z] ---> Running in deb6f9dbc582 [2021-02-04T00:39:33.993Z] Successfully built 0f94a9b81497 [2021-02-04T00:39:33.993Z] Removing intermediate container 777453e6131e [2021-02-04T00:39:33.993Z] ---> 5b60ecde0ab6 [2021-02-04T00:39:33.993Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:33.993Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T00:39:33.993Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-02-04T00:39:34.285Z] Removing intermediate container deb6f9dbc582 [2021-02-04T00:39:34.285Z] ---> 8d1ded249f5c [2021-02-04T00:39:34.285Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:39:34.285Z] Removing intermediate container fd266210dabb [2021-02-04T00:39:34.285Z] ---> 1faf7142b07d [2021-02-04T00:39:34.285Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:39:34.285Z] ---> Running in aa3ebb2f1538 [2021-02-04T00:39:34.285Z] ---> Running in 5cac42b0dab4 [2021-02-04T00:39:34.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:34.597Z] ---> d6eae81162d9 [2021-02-04T00:39:34.597Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:39:34.597Z] Removing intermediate container aa3ebb2f1538 [2021-02-04T00:39:34.597Z] ---> cb0c244d354e [2021-02-04T00:39:34.597Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T00:39:34.597Z] Removing intermediate container 5cac42b0dab4 [2021-02-04T00:39:34.597Z] ---> 90fde3b93b32 [2021-02-04T00:39:34.597Z] [2021-02-04T00:39:34.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:34.901Z] ---> Running in da60b7471600 [2021-02-04T00:39:34.901Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:39:34.901Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:39:35.196Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:39:35.196Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:35.196Z] OK: 12 MiB in 22 packages [2021-02-04T00:39:35.196Z] Successfully built 90fde3b93b32 [2021-02-04T00:39:35.196Z] Successfully tagged docker-core-command-go:latest [2021-02-04T00:39:35.196Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-04T00:39:35.492Z] Removing intermediate container da60b7471600 [2021-02-04T00:39:35.493Z] ---> 6baf11a2734f [2021-02-04T00:39:35.493Z] Step 23/24 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:39:35.817Z] ---> 138ac21f2233 [2021-02-04T00:39:35.817Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:39:35.817Z] ---> Running in 4d2b802b827d [2021-02-04T00:39:36.477Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:39:36.477Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:39:36.477Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:39:39.231Z] ---> ffd1f3bad999 [2021-02-04T00:39:39.231Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:39:39.231Z] Removing intermediate container 4d2b802b827d [2021-02-04T00:39:39.231Z] ---> a01a5fbb2e05 [2021-02-04T00:39:39.231Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:39:40.261Z] Removing intermediate container 530fd21b00a6 [2021-02-04T00:39:40.261Z] ---> eb4844c7e707 [2021-02-04T00:39:40.262Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:39:40.262Z] ---> Running in 7c4c7f7a371b [2021-02-04T00:39:40.262Z] ---> 994531962d5f [2021-02-04T00:39:40.262Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:39:40.532Z] ---> Running in a00d75788a8e [2021-02-04T00:39:41.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.408s coverage: 46.0% of statements [2021-02-04T00:39:41.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:39:41.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:39:41.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:39:41.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:39:41.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:39:41.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:39:41.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:39:41.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.138s coverage: 100.0% of statements [2021-02-04T00:39:41.970Z] Removing intermediate container 7c4c7f7a371b [2021-02-04T00:39:41.970Z] ---> 14c24dd81d75 [2021-02-04T00:39:41.970Z] [2021-02-04T00:39:42.256Z] ---> b44517ae4969 [2021-02-04T00:39:42.257Z] Removing intermediate container a00d75788a8e [2021-02-04T00:39:42.257Z] ---> 349e6344cab4 [2021-02-04T00:39:42.257Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:39:42.257Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:39:42.257Z] Successfully built 14c24dd81d75 [2021-02-04T00:39:42.257Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T00:39:42.257Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-04T00:39:42.551Z] ---> Running in c1223a752f6e [2021-02-04T00:39:43.525Z] ---> Running in 1a20ca76a966 [2021-02-04T00:39:43.811Z] Removing intermediate container c1223a752f6e [2021-02-04T00:39:43.811Z] ---> c3dff95de631 [2021-02-04T00:39:43.811Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:39:43.811Z] ---> Running in 0224ef8541ea [2021-02-04T00:39:44.093Z] Removing intermediate container 1a20ca76a966 [2021-02-04T00:39:44.093Z] ---> bf0e02150d92 [2021-02-04T00:39:44.093Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:39:44.381Z] Removing intermediate container 0224ef8541ea [2021-02-04T00:39:44.381Z] ---> 012c5f0bf1a8 [2021-02-04T00:39:44.381Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:39:46.367Z] ---> a6868c02a5c9 [2021-02-04T00:39:46.367Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:39:47.852Z] ---> Running in f41e1cf09e12 [2021-02-04T00:39:47.852Z] ---> 69633a6061e7 [2021-02-04T00:39:47.852Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:49.046Z] ---> 28d2670475dc [2021-02-04T00:39:49.046Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:39:50.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.598s coverage: 27.1% of statements [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:39:50.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:39:50.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:39:50.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.316s coverage: 65.8% of statements [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:39:50.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:39:51.056Z] ---> 79c4ea4dbe47 [2021-02-04T00:39:51.056Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:39:52.171Z] ---> Running in 808558a786f6 [2021-02-04T00:39:52.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.829s coverage: 82.3% of statements [2021-02-04T00:39:52.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:39:52.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:39:52.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:39:52.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:39:53.854Z] Removing intermediate container f41e1cf09e12 [2021-02-04T00:39:53.854Z] ---> 1c49d0dc093a [2021-02-04T00:39:53.854Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:39:53.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:53.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:54.446Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:39:54.446Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:39:54.446Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:39:54.446Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:39:54.867Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:39:54.867Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:39:54.867Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:39:54.867Z] ---> Running in 41a8ae089ca1 [2021-02-04T00:39:59.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.450s coverage: 28.6% of statements [2021-02-04T00:39:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:39:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:39:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:39:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:39:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:39:59.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements [2021-02-04T00:39:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:39:59.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-04T00:39:59.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:39:59.861Z] Removing intermediate container 41a8ae089ca1 [2021-02-04T00:39:59.861Z] ---> a0c702db0be7 [2021-02-04T00:39:59.861Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:39:59.861Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:40:00.131Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:40:00.131Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:40:00.131Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:40:00.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.512s coverage: 86.7% of statements [2021-02-04T00:40:00.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:40:00.740Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:40:00.740Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:40:00.740Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:40:00.740Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:40:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements [2021-02-04T00:40:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:40:01.013Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:40:01.013Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:40:02.034Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:40:02.034Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:40:02.034Z] ---> Running in 3630aac056fa [2021-02-04T00:40:02.034Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:40:02.034Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:40:02.034Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:40:02.323Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:40:02.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements [2021-02-04T00:40:02.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:40:02.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:40:02.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:40:02.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:40:02.639Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:40:02.639Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:40:02.639Z] ---> d2a1051fec89 [2021-02-04T00:40:02.639Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:40:02.639Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:40:02.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:40:02.639Z] ---> d2a1051fec89 [2021-02-04T00:40:02.639Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> 4a416c56009c [2021-02-04T00:40:02.639Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2021-02-04T00:40:02.639Z] [2021-02-04T00:40:02.639Z] ---> 4a416c56009c [2021-02-04T00:40:02.639Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> 2be7cd4c1051 [2021-02-04T00:40:02.639Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> 2be7cd4c1051 [2021-02-04T00:40:02.639Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> f1cae11928f4 [2021-02-04T00:40:02.639Z] Step 6/23 : COPY go.mod . [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> f1cae11928f4 [2021-02-04T00:40:02.639Z] Step 6/21 : COPY go.mod . [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> 5d5a1fbb3fe9 [2021-02-04T00:40:02.639Z] Step 7/23 : RUN go mod download [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> 5d5a1fbb3fe9 [2021-02-04T00:40:02.639Z] Step 7/21 : RUN go mod download [2021-02-04T00:40:02.639Z] ---> Using cache [2021-02-04T00:40:02.639Z] ---> 7bdb2fc74b9c [2021-02-04T00:40:02.910Z] Step 8/21 : COPY . . [2021-02-04T00:40:02.910Z] ---> Using cache [2021-02-04T00:40:02.910Z] ---> 7bdb2fc74b9c [2021-02-04T00:40:02.910Z] Step 8/23 : COPY . . [2021-02-04T00:40:02.910Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:40:02.910Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:40:02.910Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:40:02.910Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:40:03.174Z] ---> Using cache [2021-02-04T00:40:03.174Z] ---> 12fd5e1f9ad5 [2021-02-04T00:40:03.174Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:40:03.174Z] ---> Using cache [2021-02-04T00:40:03.174Z] ---> 12fd5e1f9ad5 [2021-02-04T00:40:03.174Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:40:03.587Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:40:03.587Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:40:03.587Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:40:04.550Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:40:04.550Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:40:04.818Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:40:05.091Z] Removing intermediate container 3630aac056fa [2021-02-04T00:40:05.091Z] ---> f2d6400cb286 [2021-02-04T00:40:05.091Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T00:40:06.107Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:06.107Z] ---> Running in 0cd84ca642b8 [2021-02-04T00:40:06.107Z] ---> Running in 78b1ec7e078a [2021-02-04T00:40:06.107Z] OK: 71 MiB in 55 packages [2021-02-04T00:40:07.559Z] ---> Running in 51b88163671f [2021-02-04T00:40:07.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:40:07.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:40:07.828Z] ---> d2a1051fec89 [2021-02-04T00:40:07.828Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:40:07.828Z] ---> Using cache [2021-02-04T00:40:07.828Z] ---> 4a416c56009c [2021-02-04T00:40:07.828Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:07.828Z] ---> Using cache [2021-02-04T00:40:07.828Z] ---> 2be7cd4c1051 [2021-02-04T00:40:07.828Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:40:08.098Z] ---> Running in 047102f94e4a [2021-02-04T00:40:08.098Z] Removing intermediate container 51b88163671f [2021-02-04T00:40:08.098Z] ---> 7747225c55ae [2021-02-04T00:40:08.098Z] Step 30/31 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:40:08.707Z] 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:08.707Z] ---> Running in 3d7e15b557f9 [2021-02-04T00:40:08.707Z] 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:40:10.149Z] Removing intermediate container 3d7e15b557f9 [2021-02-04T00:40:10.149Z] ---> 3f2c69837894 [2021-02-04T00:40:10.149Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:40:10.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:10.149Z] ---> Running in a611962cee70 [2021-02-04T00:40:10.764Z] Removing intermediate container a611962cee70 [2021-02-04T00:40:10.764Z] ---> 634adb1c186d [2021-02-04T00:40:10.764Z] [2021-02-04T00:40:11.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:11.315Z] Successfully built 634adb1c186d [2021-02-04T00:40:11.315Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T00:40:11.315Z] Building docker-support-notifications-go [2021-02-04T00:40:12.318Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.636s coverage: 92.8% of statements [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:40:12.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 45.5% of statements [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements [2021-02-04T00:40:12.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-02-04T00:40:16.846Z] Removing intermediate container 047102f94e4a [2021-02-04T00:40:16.846Z] ---> bfb0aecc4ddb [2021-02-04T00:40:16.846Z] Step 6/23 : COPY go.mod . [2021-02-04T00:40:18.065Z] ---> 3d3e7cc591b5 [2021-02-04T00:40:18.065Z] Step 7/23 : RUN go mod download [2021-02-04T00:40:18.065Z] ---> Running in 4afe7015da71 [2021-02-04T00:40:22.523Z] Removing intermediate container 4afe7015da71 [2021-02-04T00:40:22.523Z] ---> 714807402ad0 [2021-02-04T00:40:22.523Z] Step 8/23 : COPY . . [2021-02-04T00:40:25.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.099s coverage: 94.4% of statements [2021-02-04T00:40:25.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-02-04T00:40:35.400Z] Removing intermediate container 808558a786f6 [2021-02-04T00:40:35.400Z] ---> 05ccf7924520 [2021-02-04T00:40:35.400Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:40:38.857Z] ---> Running in afae639bb50e [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.643s coverage: 63.5% of statements [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-04T00:40:40.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.721s coverage: 68.9% of statements [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:40:40.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:40:41.543Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:40:41.543Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:40:41.543Z] ---> d2a1051fec89 [2021-02-04T00:40:41.543Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:40:41.543Z] ---> Using cache [2021-02-04T00:40:41.543Z] ---> 4a416c56009c [2021-02-04T00:40:41.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:41.543Z] ---> Using cache [2021-02-04T00:40:41.543Z] ---> 2be7cd4c1051 [2021-02-04T00:40:41.543Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:40:42.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.472s coverage: 37.0% of statements [2021-02-04T00:40:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:40:42.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:40:42.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.934s coverage: 84.0% of statements [2021-02-04T00:40:42.563Z] 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:40:42.910Z] ---> Running in fa93c9a33775 [2021-02-04T00:40:43.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-02-04T00:40:43.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:44.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:47.650Z] OK: 233 MiB in 51 packages [2021-02-04T00:40:48.312Z] Collecting docker-compose==1.23.2 [2021-02-04T00:40:48.312Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:40:49.321Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:40:49.321Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:40:50.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.499s coverage: 47.0% of statements [2021-02-04T00:40:50.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:40:50.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:40:50.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:40:50.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:40:50.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:40:50.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements [2021-02-04T00:40:50.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:40:50.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-02-04T00:40:50.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:40:50.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:40:50.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:40:50.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:40:50.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.348s coverage: 90.4% of statements [2021-02-04T00:40:50.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:40:50.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:40:50.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:40:50.311Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:40:50.311Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:40:50.590Z] Removing intermediate container fa93c9a33775 [2021-02-04T00:40:50.590Z] ---> 3721b75f8beb [2021-02-04T00:40:50.590Z] Step 6/22 : COPY go.mod . [2021-02-04T00:40:50.590Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:40:50.590Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:40:50.590Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:40:50.590Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:40:51.563Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T00:40:51.563Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:40:54.134Z] ---> e369b0b32cc4 [2021-02-04T00:40:54.134Z] Step 7/22 : RUN go mod download [2021-02-04T00:40:54.400Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:40:54.400Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:40:56.972Z] ---> Running in 167dc093832c [2021-02-04T00:40:56.972Z] Removing intermediate container 0cd84ca642b8 [2021-02-04T00:40:56.972Z] ---> 2317a874472f [2021-02-04T00:40:56.972Z] [2021-02-04T00:40:56.972Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:40:56.972Z] ---> 389fef711851 [2021-02-04T00:40:56.972Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:40:56.972Z] Removing intermediate container 78b1ec7e078a [2021-02-04T00:40:56.972Z] ---> f28641b456ce [2021-02-04T00:40:56.972Z] [2021-02-04T00:40:56.972Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:40:56.972Z] ---> 389fef711851 [2021-02-04T00:40:56.972Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:40:56.972Z] ---> Using cache [2021-02-04T00:40:56.972Z] ---> da6f073abb63 [2021-02-04T00:40:56.972Z] 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:56.972Z] ---> Using cache [2021-02-04T00:40:56.972Z] ---> 67d737a8f3ad [2021-02-04T00:40:56.972Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:40:56.972Z] ---> 8c3498a2f752 [2021-02-04T00:40:56.972Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:40:56.972Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:40:56.972Z] ---> Running in e737d1c6b273 [2021-02-04T00:40:56.972Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:40:56.972Z] ---> Running in 5c4243c60ec9 [2021-02-04T00:40:57.241Z] ---> Running in 3f92839bc9ba [2021-02-04T00:40:57.513Z] Removing intermediate container 5c4243c60ec9 [2021-02-04T00:40:57.513Z] ---> cb3029baddad [2021-02-04T00:40:57.513Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:40:57.513Z] ---> Running in 77f773c56e54 [2021-02-04T00:40:57.783Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:40:57.783Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:40:58.055Z] Removing intermediate container 77f773c56e54 [2021-02-04T00:40:58.055Z] ---> 596e275692d7 [2021-02-04T00:40:58.055Z] Step 15/23 : WORKDIR / [2021-02-04T00:40:58.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:58.055Z] ---> Running in 69c8c3d83e19 [2021-02-04T00:40:58.055Z] 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:58.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:58.602Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:40:58.602Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:40:58.602Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:40:58.602Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:40:58.602Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:58.602Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:40:59.048Z] OK: 7 MiB in 18 packages [2021-02-04T00:40:59.048Z] Removing intermediate container 69c8c3d83e19 [2021-02-04T00:40:59.048Z] ---> 143775182329 [2021-02-04T00:40:59.048Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:40:59.048Z] 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:40:59.362Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:40:59.362Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:41:00.173Z] ---> 727a02f4fdb7 [2021-02-04T00:41:00.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.702s coverage: 29.1% of statements [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.171s coverage: 100.0% of statements [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:41:00.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.090s coverage: 100.0% of statements [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-04T00:41:00.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-04T00:41:00.299Z] GO111MODULE=on go vet ./... [2021-02-04T00:41:00.855Z] Removing intermediate container 167dc093832c [2021-02-04T00:41:00.855Z] ---> 0f140512b040 [2021-02-04T00:41:00.855Z] Step 8/22 : COPY . . [2021-02-04T00:41:00.855Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:41:00.855Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:41:01.136Z] 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:41:01.136Z] 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:41:01.136Z] ---> 8391f21a4688 [2021-02-04T00:41:01.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:41:01.136Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:41:01.136Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:41:02.101Z] Removing intermediate container e737d1c6b273 [2021-02-04T00:41:02.101Z] ---> dcc1d2de69e6 [2021-02-04T00:41:02.101Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:41:02.721Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:41:02.721Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:41:02.721Z] ---> Running in 7623679c9f75 [2021-02-04T00:41:03.036Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:41:03.036Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:41:03.036Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:41:03.036Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:41:03.318Z] ---> a9164a440d1e [2021-02-04T00:41:03.318Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:41:03.318Z] Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, texttable, dockerpty, PyYAML, docopt, docker-compose [2021-02-04T00:41:06.742Z] Attempting uninstall: urllib3 [2021-02-04T00:41:06.742Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:41:06.742Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:41:06.742Z] ---> Running in d07312ebf9e5 [2021-02-04T00:41:06.742Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:41:07.015Z] Removing intermediate container 7623679c9f75 [2021-02-04T00:41:07.015Z] ---> f363b8de1809 [2021-02-04T00:41:07.015Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:41:07.979Z] Attempting uninstall: idna [2021-02-04T00:41:07.979Z] Found existing installation: idna 2.9 [2021-02-04T00:41:08.248Z] Uninstalling idna-2.9: [2021-02-04T00:41:08.537Z] Successfully uninstalled idna-2.9 [2021-02-04T00:41:08.537Z] ---> Running in 7b53541765b7 [2021-02-04T00:41:09.990Z] Attempting uninstall: requests [2021-02-04T00:41:09.990Z] Found existing installation: requests 2.23.0 [2021-02-04T00:41:09.990Z] Uninstalling requests-2.23.0: [2021-02-04T00:41:09.990Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:41:10.260Z] Removing intermediate container d07312ebf9e5 [2021-02-04T00:41:10.260Z] ---> e394ae852ac7 [2021-02-04T00:41:10.260Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:12.249Z] ---> Running in 7b100d1c399a [2021-02-04T00:41:12.249Z] Removing intermediate container 7b53541765b7 [2021-02-04T00:41:12.249Z] ---> 081c0e36d4bd [2021-02-04T00:41:12.249Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:41:14.224Z] Removing intermediate container 7b100d1c399a [2021-02-04T00:41:14.224Z] ---> d64a50e40f79 [2021-02-04T00:41:14.224Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:41:14.224Z] Running setup.py install for texttable: started [2021-02-04T00:41:14.224Z] ---> 9acd1bb3302d [2021-02-04T00:41:14.224Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:41:16.195Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:41:16.195Z] Running setup.py install for dockerpty: started [2021-02-04T00:41:16.460Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:41:16.460Z] Running setup.py install for PyYAML: started [2021-02-04T00:41:16.749Z] ---> Running in 51401b2cde87 [2021-02-04T00:41:17.725Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:41:18.304Z] Running setup.py install for docopt: started [2021-02-04T00:41:18.886Z] ---> f26317c042bd [2021-02-04T00:41:18.886Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:41:19.152Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:41:21.160Z] Removing intermediate container 51401b2cde87 [2021-02-04T00:41:21.160Z] ---> 1665c0d0497d [2021-02-04T00:41:21.160Z] Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:41:21.160Z] 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:41:23.773Z] ---> 1eb7ca274f05 [2021-02-04T00:41:23.773Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:41:23.773Z] ---> Running in bcf0df5e9296 [2021-02-04T00:41:24.746Z] ---> Running in 19c6be8329cf [2021-02-04T00:41:24.746Z] Removing intermediate container bcf0df5e9296 [2021-02-04T00:41:24.746Z] ---> f2bd588e5764 [2021-02-04T00:41:24.746Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:41:24.746Z] ---> Running in b8ce1f7dd918 [2021-02-04T00:41:25.022Z] Removing intermediate container 19c6be8329cf [2021-02-04T00:41:25.022Z] ---> 06c26077cea4 [2021-02-04T00:41:25.022Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:41:25.022Z] ---> Running in d8c43930f71d [2021-02-04T00:41:25.022Z] ---> 39980fc6d107 [2021-02-04T00:41:25.022Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T00:41:25.636Z] ---> Running in bebab8101335 [2021-02-04T00:41:27.038Z] Removing intermediate container b8ce1f7dd918 [2021-02-04T00:41:27.038Z] ---> 096fae810aed [2021-02-04T00:41:27.038Z] [2021-02-04T00:41:27.038Z] Removing intermediate container d8c43930f71d [2021-02-04T00:41:27.038Z] ---> e2c09e4b3e47 [2021-02-04T00:41:27.038Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T00:41:27.038Z] Successfully built 096fae810aed [2021-02-04T00:41:27.307Z] ---> Running in df3a25e301ad [2021-02-04T00:41:27.307Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T00:41:27.307Z]  Building docker-core-metadata-go ... done Removing intermediate container afae639bb50e [2021-02-04T00:41:27.307Z] ---> 9b21c8a5f99f [2021-02-04T00:41:27.307Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:41:27.584Z] ---> Running in 9e1766e5f67d [2021-02-04T00:41:27.584Z] Removing intermediate container df3a25e301ad [2021-02-04T00:41:27.584Z] ---> a1b5745c0fbe [2021-02-04T00:41:27.584Z] Step 20/21 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:41:27.883Z] 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:41:27.883Z] ---> Running in ada6791b482d [2021-02-04T00:41:30.478Z] Removing intermediate container ada6791b482d [2021-02-04T00:41:30.478Z] ---> ed5872fc69d2 [2021-02-04T00:41:30.478Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:41:30.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:30.478Z] ---> Running in 35dcb6100dc3 [2021-02-04T00:41:30.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:30.478Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:41:30.478Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:41:30.478Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:41:30.478Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:30.478Z] Removing intermediate container 35dcb6100dc3 [2021-02-04T00:41:30.478Z] ---> d74eeed57db9 [2021-02-04T00:41:30.478Z] [2021-02-04T00:41:30.478Z] OK: 72 MiB in 58 packages [2021-02-04T00:41:31.073Z] Successfully built d74eeed57db9 [2021-02-04T00:41:31.073Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T00:41:31.680Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9e1766e5f67d [2021-02-04T00:41:31.680Z] ---> 631a47835f10 [2021-02-04T00:41:31.680Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:41:32.284Z] ---> Running in 1baa18202d0d [2021-02-04T00:41:33.267Z] Removing intermediate container 1baa18202d0d [2021-02-04T00:41:33.267Z] ---> b55540047c30 [2021-02-04T00:41:33.267Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:33.931Z] ---> Running in 02b5d846829a [2021-02-04T00:41:34.269Z] Removing intermediate container 3f92839bc9ba [2021-02-04T00:41:34.269Z] ---> 6b0a0d8379f6 [2021-02-04T00:41:34.269Z] [2021-02-04T00:41:34.269Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:41:34.269Z] ---> 389fef711851 [2021-02-04T00:41:34.269Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:41:34.269Z] ---> Running in 55b9a4fb2c55 [2021-02-04T00:41:34.269Z] Removing intermediate container 02b5d846829a [2021-02-04T00:41:34.269Z] ---> c44cf0a683a5 [2021-02-04T00:41:34.269Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T00:41:34.582Z] ---> Running in 1923664bcf36 [2021-02-04T00:41:34.582Z] Removing intermediate container 55b9a4fb2c55 [2021-02-04T00:41:34.582Z] ---> c73db7b5a225 [2021-02-04T00:41:34.582Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:41:34.910Z] ---> Running in 8b56f0d7146f [2021-02-04T00:41:34.910Z] Removing intermediate container 1923664bcf36 [2021-02-04T00:41:34.910Z] ---> 65bf0387ab09 [2021-02-04T00:41:34.910Z] Step 25/26 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:41:34.910Z] ---> Running in bf19c0451eb5 [2021-02-04T00:41:34.910Z] Removing intermediate container 8b56f0d7146f [2021-02-04T00:41:34.910Z] ---> 775f8472c684 [2021-02-04T00:41:34.910Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:41:35.245Z] ---> Running in 9eb1b2a673c1 [2021-02-04T00:41:35.245Z] Removing intermediate container bf19c0451eb5 [2021-02-04T00:41:35.246Z] ---> 2f802aed3fd0 [2021-02-04T00:41:35.246Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:41:35.246Z] ---> Running in 233e005faba2 [2021-02-04T00:41:35.559Z] Removing intermediate container 9eb1b2a673c1 [2021-02-04T00:41:35.560Z] ---> 6d18058787ba [2021-02-04T00:41:35.560Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:41:35.560Z] ---> Running in b932af015f1a [2021-02-04T00:41:35.560Z] Removing intermediate container 233e005faba2 [2021-02-04T00:41:35.560Z] ---> c0ae4af14f38 [2021-02-04T00:41:35.560Z] [2021-02-04T00:41:36.244Z] Successfully built c0ae4af14f38 [2021-02-04T00:41:36.244Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T00:41:37.037Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b932af015f1a [2021-02-04T00:41:37.037Z] ---> e713bf33e506 [2021-02-04T00:41:37.037Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:41:37.358Z] ---> Running in 0fc36a237f32 [2021-02-04T00:41:38.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:40.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:41.135Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:41:41.431Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:41:41.431Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:41:41.699Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:41:42.761Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:41:43.058Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:41:43.058Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:43.058Z] OK: 8 MiB in 20 packages [2021-02-04T00:41:45.112Z] Removing intermediate container bebab8101335 [2021-02-04T00:41:45.112Z] ---> 4a53d6a55d3a [2021-02-04T00:41:45.112Z] [2021-02-04T00:41:45.112Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:41:45.112Z] ---> 389fef711851 [2021-02-04T00:41:45.112Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:41:45.112Z] Removing intermediate container 0fc36a237f32 [2021-02-04T00:41:45.112Z] ---> 88146da468d3 [2021-02-04T00:41:45.112Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:41:45.112Z] ---> Running in 268624ff18be [2021-02-04T00:41:45.112Z] ---> 7e800bf0e161 [2021-02-04T00:41:45.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:41:45.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:45.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:45.715Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:41:45.986Z] ---> 6774bc0a557a [2021-02-04T00:41:45.987Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:41:45.987Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:41:45.987Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:45.987Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:41:45.987Z] OK: 6 MiB in 16 packages [2021-02-04T00:41:46.573Z] ---> 6627ac27b6a8 [2021-02-04T00:41:46.573Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:41:46.573Z] ---> Running in c0ecd552e52f [2021-02-04T00:41:46.844Z] Removing intermediate container c0ecd552e52f [2021-02-04T00:41:46.844Z] ---> 20e4da7e9a8e [2021-02-04T00:41:46.844Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:47.114Z] ---> Running in e1cb00e2c92f [2021-02-04T00:41:47.114Z] Removing intermediate container 268624ff18be [2021-02-04T00:41:47.114Z] ---> 5f36fba0d834 [2021-02-04T00:41:47.114Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:41:47.390Z] ---> Running in 0fead179baa2 [2021-02-04T00:41:47.390Z] Removing intermediate container e1cb00e2c92f [2021-02-04T00:41:47.390Z] ---> 0b4de91477f8 [2021-02-04T00:41:47.390Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:41:47.390Z] ---> Running in b99fadb8b8f4 [2021-02-04T00:41:47.390Z] Removing intermediate container 0fead179baa2 [2021-02-04T00:41:47.390Z] ---> fa92cdbdc030 [2021-02-04T00:41:47.390Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:41:47.671Z] ---> Running in f107f65bb14c [2021-02-04T00:41:47.671Z] Removing intermediate container b99fadb8b8f4 [2021-02-04T00:41:47.671Z] ---> 42a08722806c [2021-02-04T00:41:47.671Z] Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:41:47.671Z] ---> Running in 36210944edd8 [2021-02-04T00:41:47.671Z] Removing intermediate container f107f65bb14c [2021-02-04T00:41:47.671Z] ---> 1996ecbb5b8f [2021-02-04T00:41:47.671Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:41:47.956Z] ---> Running in 8ca9eddac40b [2021-02-04T00:41:47.956Z] Removing intermediate container 36210944edd8 [2021-02-04T00:41:47.956Z] ---> 3b4a5c08687e [2021-02-04T00:41:47.956Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:41:47.956Z] ---> Running in 9f778b559bd3 [2021-02-04T00:41:48.278Z] Removing intermediate container 8ca9eddac40b [2021-02-04T00:41:48.278Z] ---> 4dd967cec22b [2021-02-04T00:41:48.278Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:41:48.278Z] Removing intermediate container 9f778b559bd3 [2021-02-04T00:41:48.278Z] ---> 9fc85af079a2 [2021-02-04T00:41:48.278Z] [2021-02-04T00:41:48.278Z] Successfully built 9fc85af079a2 [2021-02-04T00:41:48.278Z] Successfully tagged docker-core-data-go:latest [2021-02-04T00:41:48.550Z]  Building docker-core-data-go ... done  ---> c2bac15979bf [2021-02-04T00:41:48.550Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:41:49.124Z] ---> 1af109aef846 [2021-02-04T00:41:49.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:41:49.387Z] ---> 9deb93a54557 [2021-02-04T00:41:49.387Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:41:49.387Z] ---> Running in 904bf535b70a [2021-02-04T00:41:49.387Z] Removing intermediate container 904bf535b70a [2021-02-04T00:41:49.387Z] ---> 691f371f15ba [2021-02-04T00:41:49.387Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:49.650Z] ---> Running in dea39d882cba [2021-02-04T00:41:49.650Z] Removing intermediate container dea39d882cba [2021-02-04T00:41:49.650Z] ---> 4205f41e32a7 [2021-02-04T00:41:49.650Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:41:49.912Z] ---> Running in 02c1b03cb9c5 [2021-02-04T00:41:49.912Z] Removing intermediate container 02c1b03cb9c5 [2021-02-04T00:41:49.912Z] ---> 3a8a57894caa [2021-02-04T00:41:49.912Z] Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:41:49.912Z] ---> Running in c76dafc129e1 [2021-02-04T00:41:50.173Z] Removing intermediate container c76dafc129e1 [2021-02-04T00:41:50.173Z] ---> 386a2b0d39c9 [2021-02-04T00:41:50.173Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:41:50.173Z] ---> Running in 49cf67353502 [2021-02-04T00:41:50.436Z] Removing intermediate container 49cf67353502 [2021-02-04T00:41:50.436Z] ---> 1661462496a1 [2021-02-04T00:41:50.436Z] [2021-02-04T00:41:50.436Z] Successfully built 1661462496a1 [2021-02-04T00:41:50.698Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T00:41:50.993Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-04T00:41:51.040Z] $ docker stop --time=1 2db0bf4b619c67a90b229d683e2cb61159ebfbd5f45518ca215edc2840653386 [2021-02-04T00:41:53.240Z] $ docker rm -f 2db0bf4b619c67a90b229d683e2cb61159ebfbd5f45518ca215edc2840653386 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:41:53.851Z] + docker images [2021-02-04T00:41:53.851Z] + grep docker [2021-02-04T00:41:54.437Z] docker-support-notifications-go latest 1661462496a1 4 seconds ago 17.5MB [2021-02-04T00:41:54.437Z] docker-core-data-go latest 9fc85af079a2 6 seconds ago 22.3MB [2021-02-04T00:41:54.437Z] docker-sys-mgmt-agent-go latest c0ae4af14f38 19 seconds ago 313MB [2021-02-04T00:41:54.437Z] docker-security-proxy-setup-go latest d74eeed57db9 24 seconds ago 24.4MB [2021-02-04T00:41:54.437Z] docker-core-metadata-go latest 096fae810aed 29 seconds ago 18.8MB [2021-02-04T00:41:54.437Z] docker-security-bootstrapper-go latest 634adb1c186d About a minute ago 23.8MB [2021-02-04T00:41:54.437Z] docker-security-secretstore-setup-go latest 14c24dd81d75 2 minutes ago 24.6MB [2021-02-04T00:41:54.437Z] docker-core-command-go latest 90fde3b93b32 2 minutes ago 16.9MB [2021-02-04T00:41:54.437Z] docker-support-scheduler-go latest 0f94a9b81497 2 minutes ago 17MB [2021-02-04T00:41:54.437Z] 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:42:10.271Z] Still waiting to schedule task [2021-02-04T00:42:10.271Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-04T00:42:37.288Z] gofmt -l . [2021-02-04T00:42:37.288Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:42:37.288Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:42:37.288Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:42:38.094Z] + ls -al . [2021-02-04T00:42:38.095Z] total 712 [2021-02-04T00:42:38.095Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 00:42 . [2021-02-04T00:42:38.095Z] drwxr-xr-x 4 root root 4096 Feb 4 00:37 .. [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:36 .dockerignore [2021-02-04T00:42:38.095Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:36 .git [2021-02-04T00:42:38.095Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 00:36 .github [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:36 .gitignore [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:36 .sonarcloud.properties [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:36 Attribution.txt [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:36 CONTRIBUTING.md [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:36 Dockerfile.build [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:36 Jenkinsfile [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:36 LICENSE [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:36 Makefile [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:36 README.md [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:36 SECURITY.md [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:32 VERSION [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:36 ZMQWindows.md [2021-02-04T00:42:38.095Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 00:36 bin [2021-02-04T00:42:38.095Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:36 cmd [2021-02-04T00:42:38.095Z] -rw-r--r-- 1 root root 580808 Feb 4 00:40 coverage.out [2021-02-04T00:42:38.095Z] -rw-r--r-- 1 root root 1054 Feb 4 00:42 go.mod [2021-02-04T00:42:38.095Z] -rw-r--r-- 1 root root 19290 Feb 4 00:42 go.sum [2021-02-04T00:42:38.095Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:36 internal [2021-02-04T00:42:38.095Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:36 openapi [2021-02-04T00:42:38.095Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:36 snap [2021-02-04T00:42:38.095Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:36 version.go [Pipeline] sh [2021-02-04T00:42:38.851Z] + '[' -e coverage.out ] [2021-02-04T00:42:38.851Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:42:38.919Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T00:42:40.312Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:42:41.079Z] + make build [2021-02-04T00:42:41.079Z] 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:42:56.313Z] 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:43:23.263Z] 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:43:25.938Z] 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:43:34.263Z] 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:43:34.541Z] 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:43:41.273Z] 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:43:46.710Z] 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:43:51.016Z] 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:43:56.417Z] 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:44:01.841Z] 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:44:07.271Z] 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:44:12.857Z] 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:44:13.136Z] Running on prd-ubuntu18.04-docker-8c-8g-24824 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws [2021-02-04T00:44:13.186Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-04T00:44:16.237Z] using credential edgex-jenkins-ssh [2021-02-04T00:44:16.290Z] Cloning the remote Git repository [2021-02-04T00:44:16.317Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:44:16.382Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-04T00:44:16.420Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:44:16.421Z] > git --version # timeout=10 [2021-02-04T00:44:16.428Z] > git --version # 'git version 2.17.1' [2021-02-04T00:44:16.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:44:16.453Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-02-04T00:44:19.870Z] $ docker stop --time=1 e30b44d4e4bc089c5c2b3e14726c8b433f090bc30f96bde08a006c40729329b8 [2021-02-04T00:44:22.337Z] $ docker rm -f e30b44d4e4bc089c5c2b3e14726c8b433f090bc30f96bde08a006c40729329b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:44:24.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:44:24.498Z] [2021-02-04T00:44:24.498Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:44:25.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:44:25.281Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T00:44:25.281Z] 29e5d40040c1: Pulling fs layer [2021-02-04T00:44:25.281Z] 1ce36da41761: Pulling fs layer [2021-02-04T00:44:25.281Z] 25b303627fd3: Pulling fs layer [2021-02-04T00:44:25.876Z] 29e5d40040c1: Verifying Checksum [2021-02-04T00:44:25.876Z] 29e5d40040c1: Download complete [2021-02-04T00:44:26.487Z] 1ce36da41761: Verifying Checksum [2021-02-04T00:44:26.487Z] 1ce36da41761: Download complete [2021-02-04T00:44:26.487Z] 29e5d40040c1: Pull complete [2021-02-04T00:44:28.097Z] 1ce36da41761: Pull complete [2021-02-04T00:44:30.185Z] 25b303627fd3: Verifying Checksum [2021-02-04T00:44:30.185Z] 25b303627fd3: Download complete [2021-02-04T00:44:40.399Z] 25b303627fd3: Pull complete [2021-02-04T00:44:40.399Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T00:44:40.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:44:40.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T00:44:40.648Z] prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container [2021-02-04T00:44:40.733Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T00:44:44.044Z] $ docker top 8581dcad75a889c1d22e5efba8118d35d4e8a71847c6f606684ba9da72ebdb0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:44:45.147Z] + docker-compose build --help [2021-02-04T00:44:45.147Z] + grep parallel [2021-02-04T00:44:50.559Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:44:50.577Z] $ docker stop --time=1 8581dcad75a889c1d22e5efba8118d35d4e8a71847c6f606684ba9da72ebdb0a [2021-02-04T00:44:52.615Z] $ docker rm -f 8581dcad75a889c1d22e5efba8118d35d4e8a71847c6f606684ba9da72ebdb0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:44:53.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:44:53.475Z] . [Pipeline] withDockerContainer [2021-02-04T00:44:53.744Z] prd-ubuntu18.04-docker-arm64-4c-16g-24811 does not seem to be running inside a container [2021-02-04T00:44:53.824Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:44:55.349Z] $ docker top 03515115736ed81fde2671d7191bff4e574e3e26a4abce36555f2a60ae531c26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:44:56.411Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:45:01.850Z] Building docker-core-command-go ... [2021-02-04T00:45:01.850Z] Building docker-core-data-go ... [2021-02-04T00:45:01.850Z] Building docker-core-metadata-go ... [2021-02-04T00:45:01.850Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:45:01.850Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:45:01.850Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:45:01.850Z] Building docker-support-notifications-go ... [2021-02-04T00:45:01.850Z] Building docker-support-scheduler-go ... [2021-02-04T00:45:01.850Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:45:01.850Z] Building docker-support-scheduler-go [2021-02-04T00:45:01.850Z] Building docker-core-metadata-go [2021-02-04T00:45:01.850Z] Building docker-support-notifications-go [2021-02-04T00:45:01.850Z] Building docker-security-proxy-setup-go [2021-02-04T00:45:01.850Z] Building docker-security-bootstrapper-go [2021-02-04T00:45:11.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:45:11.108Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:45:11.120Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:45:11.130Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:45:11.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:45:11.134Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:45:11.800Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit acdff95b38bb11c0e4eee782f546231492bf0bfe [2021-02-04T00:45:11.975Z] Merge succeeded, producing c2415b65fb16ce673a05601e292a61bc4c09ca2e [2021-02-04T00:45:11.975Z] Checking out Revision c2415b65fb16ce673a05601e292a61bc4c09ca2e (PR-3112) [2021-02-04T00:45:11.816Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:45:11.822Z] > git checkout -f acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [2021-02-04T00:45:11.894Z] > git remote # timeout=10 [2021-02-04T00:45:11.901Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:45:11.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:45:11.911Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:45:11.974Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:45:11.985Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:45:11.989Z] > git checkout -f c2415b65fb16ce673a05601e292a61bc4c09ca2e # timeout=10 [2021-02-04T00:45:15.688Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:45:15.697Z] > git rev-list --no-walk acdff95b38bb11c0e4eee782f546231492bf0bfe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:45:16.830Z] + echo snap-build.sh [2021-02-04T00:45:16.830Z] snap-build.sh [2021-02-04T00:45:16.830Z] + SNAP_BASE_DIR=. [2021-02-04T00:45:16.830Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-04T00:45:16.830Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-04T00:45:16.830Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-04T00:45:16.830Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-04T00:45:16.830Z] + cd /w/workspace/edgex-go/4 [2021-02-04T00:45:16.830Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T00:45:16.830Z] Reading package lists... [2021-02-04T00:45:16.830Z] Building dependency tree... [2021-02-04T00:45:16.830Z] Reading state information... [2021-02-04T00:45:17.094Z] The following packages were automatically installed and are no longer required: [2021-02-04T00:45:17.094Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T00:45:17.094Z] uidmap xdelta3 [2021-02-04T00:45:17.094Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T00:45:17.094Z] The following packages will be REMOVED: [2021-02-04T00:45:17.094Z] lxd* lxd-client* [2021-02-04T00:45:17.357Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T00:45:17.357Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T00:45:18.487Z] (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:45:18.487Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:45:19.081Z] Removing lxd dnsmasq configuration [2021-02-04T00:45:19.081Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:45:19.373Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T00:45:20.341Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T00:45:20.608Z] (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:45:20.608Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:45:21.606Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T00:45:21.903Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T00:45:23.049Z] + sudo snap remove --purge lxd [2021-02-04T00:45:23.049Z] snap "lxd" is not installed [2021-02-04T00:45:23.049Z] + sudo groupadd --force --system lxd [2021-02-04T00:45:23.049Z] ++ whoami [2021-02-04T00:45:23.049Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T00:45:23.049Z] + newgrp - lxd [2021-02-04T00:45:23.049Z] + sudo snap install lxd [2021-02-04T00:45:30.504Z] 2021-02-04T00:45:28Z INFO Waiting for automatic snapd restart... [2021-02-04T00:45:42.898Z] lxd 4.10 from Canonical* installed [2021-02-04T00:45:42.898Z] + sudo lxd init --auto [2021-02-04T00:45:51.101Z] + sudo snap install --classic snapcraft [2021-02-04T00:45:56.503Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T00:45:56.503Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T00:45:56.503Z] + patch --verbose -p1 [2021-02-04T00:45:56.503Z] Hmm... Looks like a unified diff to me... [2021-02-04T00:45:56.503Z] The text leading up to this was: [2021-02-04T00:45:56.503Z] -------------------------- [2021-02-04T00:45:56.503Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T00:45:56.503Z] |From: Tony Espy [2021-02-04T00:45:56.503Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T00:45:56.503Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T00:45:56.503Z] | [2021-02-04T00:45:56.503Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T00:45:56.503Z] |optimize the snap CI check run for pull requests. When [2021-02-04T00:45:56.503Z] |applied, it essentially strips out everything (apps and [2021-02-04T00:45:56.503Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T00:45:56.503Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T00:45:56.503Z] |catch changes to edgex-go that break the snap build. [2021-02-04T00:45:56.503Z] | [2021-02-04T00:45:56.503Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T00:45:56.503Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T00:45:56.503Z] |resulting in a failed snap build CI check in the associated [2021-02-04T00:45:56.503Z] |pull request. [2021-02-04T00:45:56.503Z] | [2021-02-04T00:45:56.503Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T00:45:56.503Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T00:45:56.503Z] |need to build the finally binary .snap file (and it won't [2021-02-04T00:45:56.503Z] |work with the patch applied). This further reduces the build [2021-02-04T00:45:56.503Z] |time. [2021-02-04T00:45:56.503Z] |--- [2021-02-04T00:45:56.503Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T00:45:56.503Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T00:45:56.503Z] | [2021-02-04T00:45:56.503Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T00:45:56.503Z] |index 1e537489..faf42425 100644 [2021-02-04T00:45:56.503Z] |--- a/snap/snapcraft.yaml [2021-02-04T00:45:56.503Z] |+++ b/snap/snapcraft.yaml [2021-02-04T00:45:56.503Z] -------------------------- [2021-02-04T00:45:56.503Z] patching file snap/snapcraft.yaml [2021-02-04T00:45:56.503Z] Using Plan A... [2021-02-04T00:45:56.503Z] Hunk #1 succeeded at 73. [2021-02-04T00:45:56.503Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T00:45:56.503Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T00:45:56.503Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T00:45:56.503Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T00:45:56.503Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T00:45:56.503Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T00:45:56.503Z] Hunk #8 succeeded at 342. [2021-02-04T00:45:56.503Z] Hmm... Ignoring the trailing garbage. [2021-02-04T00:45:56.503Z] done [2021-02-04T00:45:56.503Z] + sudo snapcraft prime --use-lxd [2021-02-04T00:45:57.136Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T00:45:57.400Z] 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:57.400Z] - README.md [2021-02-04T00:45:57.400Z] - snapcraft.yaml.orig [2021-02-04T00:45:57.400Z] [2021-02-04T00:45:57.400Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T00:45:57.979Z] Launching a container. [2021-02-04T00:46:10.286Z] Waiting for container to be ready [2021-02-04T00:46:10.286Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T00:46:10.286Z] [2021-02-04T00:46:13.659Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T00:46:13.920Z] Waiting for network to be ready... [2021-02-04T00:46:14.181Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:46:14.182Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T00:46:14.761Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T00:46:14.761Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T00:46:14.761Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T00:46:15.023Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T00:46:15.023Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T00:46:15.023Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T00:46:15.023Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T00:46:15.023Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T00:46:15.023Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T00:46:15.023Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T00:46:15.023Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T00:46:15.023Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T00:46:15.023Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T00:46:15.023Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T00:46:15.023Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T00:46:15.283Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T00:46:15.283Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T00:46:15.550Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T00:46:15.812Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T00:46:15.812Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T00:46:15.812Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T00:46:15.812Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T00:46:15.812Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T00:46:15.812Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T00:46:16.072Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T00:46:18.634Z] Fetched 23.9 MB in 4s (5708 kB/s) [2021-02-04T00:46:19.205Z] Reading package lists... [2021-02-04T00:46:19.206Z] Reading package lists... [2021-02-04T00:46:19.467Z] Building dependency tree... [2021-02-04T00:46:19.467Z] Reading state information... [2021-02-04T00:46:19.467Z] The following additional packages will be installed: [2021-02-04T00:46:19.467Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T00:46:19.467Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T00:46:19.467Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T00:46:19.467Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T00:46:19.467Z] Suggested packages: [2021-02-04T00:46:19.467Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T00:46:19.467Z] Recommended packages: [2021-02-04T00:46:19.467Z] gnupg libsasl2-modules [2021-02-04T00:46:19.467Z] The following NEW packages will be installed: [2021-02-04T00:46:19.467Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T00:46:19.467Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T00:46:19.467Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T00:46:19.467Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T00:46:19.467Z] The following packages will be upgraded: [2021-02-04T00:46:19.467Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T00:46:19.727Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T00:46:19.727Z] Need to get 3533 kB of archives. [2021-02-04T00:46:19.727Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T00:46:19.727Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T00:46:19.727Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T00:46:19.988Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T00:46:20.250Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T00:46:20.250Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T00:46:20.250Z] Get:6 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:46:20.250Z] Get:7 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:46:20.250Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T00:46:20.250Z] Get:9 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:46:20.250Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T00:46:20.250Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T00:46:20.250Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T00:46:20.250Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T00:46:20.250Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T00:46:20.250Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T00:46:20.250Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T00:46:20.250Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T00:46:20.512Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T00:46:20.512Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T00:46:20.512Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T00:46:20.512Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T00:46:20.512Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T00:46:20.512Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:46:20.512Z] Fetched 3533 kB in 1s (3578 kB/s) [2021-02-04T00:46:20.772Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T00:46:20.772Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:46:20.772Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:46:20.772Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T00:46:21.034Z] Selecting previously unselected package udev. [2021-02-04T00:46:21.034Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T00:46:21.034Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:46:21.034Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T00:46:21.296Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T00:46:21.296Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T00:46:21.296Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T00:46:21.296Z] Selecting previously unselected package fuse. [2021-02-04T00:46:21.296Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T00:46:21.296Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T00:46:21.296Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:46:21.296Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:46:21.557Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:46:21.558Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:46:21.558Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:46:21.558Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:46:21.819Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T00:46:21.819Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T00:46:21.819Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T00:46:21.819Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T00:46:21.819Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:21.819Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.084Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T00:46:22.084Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.084Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.084Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T00:46:22.084Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.084Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.344Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T00:46:22.344Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.344Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.344Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T00:46:22.344Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.344Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.344Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T00:46:22.344Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.344Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.606Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T00:46:22.606Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.606Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.606Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T00:46:22.606Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.606Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.866Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T00:46:22.867Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:46:22.867Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:22.867Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T00:46:22.867Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T00:46:22.867Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:46:22.867Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T00:46:22.867Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T00:46:22.867Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:46:23.128Z] Selecting previously unselected package libldap-common. [2021-02-04T00:46:23.128Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T00:46:23.128Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:46:23.128Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T00:46:23.128Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T00:46:23.128Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:46:23.128Z] Selecting previously unselected package dirmngr. [2021-02-04T00:46:23.128Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:46:23.128Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T00:46:23.389Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:46:23.390Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T00:46:23.390Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T00:46:23.390Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:46:23.390Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:46:23.390Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T00:46:23.700Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:23.700Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T00:46:23.700Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:46:23.700Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T00:46:23.734Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:23.734Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:23.734Z] ---> b4349cfd5a46 [2021-02-04T00:46:23.734Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:46:23.734Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:23.734Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:23.734Z] ---> b4349cfd5a46 [2021-02-04T00:46:23.734Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:46:23.734Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:23.734Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:23.734Z] ---> b4349cfd5a46 [2021-02-04T00:46:23.734Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:46:23.734Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:23.734Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:23.734Z] ---> b4349cfd5a46 [2021-02-04T00:46:23.734Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:46:23.734Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:23.734Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:23.734Z] ---> b4349cfd5a46 [2021-02-04T00:46:23.734Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:46:23.734Z] ---> Running in 51305c0623cd [2021-02-04T00:46:23.734Z] ---> Running in 37c49610ba5c [2021-02-04T00:46:23.734Z] ---> Running in 7b76c55066ed [2021-02-04T00:46:23.734Z] ---> Running in 9189c0caf8a4 [2021-02-04T00:46:23.734Z] ---> Running in 1a98ef4404eb [2021-02-04T00:46:23.734Z] Removing intermediate container 9189c0caf8a4 [2021-02-04T00:46:23.734Z] ---> 4592cfd6aa33 [2021-02-04T00:46:23.734Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:23.734Z] Removing intermediate container 1a98ef4404eb [2021-02-04T00:46:23.734Z] ---> 3952c4e71082 [2021-02-04T00:46:23.734Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:23.734Z] ---> Running in c67d79e72cc9 [2021-02-04T00:46:23.734Z] Removing intermediate container 37c49610ba5c [2021-02-04T00:46:23.734Z] ---> be4d84026aae [2021-02-04T00:46:23.734Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:23.734Z] Removing intermediate container 7b76c55066ed [2021-02-04T00:46:23.734Z] ---> 0cb237cecbc8 [2021-02-04T00:46:23.734Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:23.734Z] Removing intermediate container 51305c0623cd [2021-02-04T00:46:23.734Z] ---> f576c074c7e7 [2021-02-04T00:46:23.734Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:23.734Z] ---> Running in fa7705052ecf [2021-02-04T00:46:23.734Z] ---> Running in ff454e23c94c [2021-02-04T00:46:23.734Z] ---> Running in 0787a1b7af43 [2021-02-04T00:46:23.734Z] ---> Running in 9a714fc8504e [2021-02-04T00:46:23.734Z] Removing intermediate container c67d79e72cc9 [2021-02-04T00:46:23.734Z] ---> 69e4f5fe0b8b [2021-02-04T00:46:23.734Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:46:23.734Z] Removing intermediate container fa7705052ecf [2021-02-04T00:46:23.734Z] ---> 6488f12f27b6 [2021-02-04T00:46:23.734Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:46:23.734Z] ---> Running in 738039008a99 [2021-02-04T00:46:23.734Z] ---> Running in 9d81aa5cd40a [2021-02-04T00:46:23.734Z] Removing intermediate container 0787a1b7af43 [2021-02-04T00:46:23.734Z] ---> b52bf32a6a3f [2021-02-04T00:46:23.734Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:46:23.734Z] ---> Running in 3577e7dba25f [2021-02-04T00:46:23.734Z] Removing intermediate container 9a714fc8504e [2021-02-04T00:46:23.734Z] ---> 2350b755df6d [2021-02-04T00:46:23.734Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:46:23.734Z] Removing intermediate container ff454e23c94c [2021-02-04T00:46:23.734Z] ---> 85ec40d06306 [2021-02-04T00:46:23.734Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:46:23.734Z] ---> Running in df0af8214238 [2021-02-04T00:46:23.734Z] ---> Running in c83a7c8b3314 [2021-02-04T00:46:23.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:23.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:23.966Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T00:46:23.967Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:23.967Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T00:46:24.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:24.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:24.228Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T00:46:24.228Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T00:46:24.228Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:24.228Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:24.228Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:24.228Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:24.228Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:24.228Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:24.228Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:46:24.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:24.489Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:46:24.489Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T00:46:24.489Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:46:25.061Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T00:46:25.061Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T00:46:25.061Z] This means they are not meant to be enabled using systemctl. [2021-02-04T00:46:25.061Z] Possible reasons for having this kind of units are: [2021-02-04T00:46:25.061Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T00:46:25.061Z] .wants/ or .requires/ directory. [2021-02-04T00:46:25.061Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T00:46:25.061Z] a requirement dependency on it. [2021-02-04T00:46:25.061Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T00:46:25.061Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T00:46:25.061Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T00:46:25.061Z] instance name specified. [2021-02-04T00:46:25.061Z] Reading package lists... [2021-02-04T00:46:25.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:25.323Z] Building dependency tree... [2021-02-04T00:46:25.323Z] Reading state information... [2021-02-04T00:46:25.323Z] The following additional packages will be installed: [2021-02-04T00:46:25.323Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T00:46:25.323Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T00:46:25.323Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T00:46:25.323Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T00:46:25.323Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T00:46:25.323Z] Suggested packages: [2021-02-04T00:46:25.323Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T00:46:25.323Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T00:46:25.323Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T00:46:25.323Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T00:46:25.323Z] systemd-container policykit-1 [2021-02-04T00:46:25.323Z] Recommended packages: [2021-02-04T00:46:25.323Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T00:46:25.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:25.585Z] The following NEW packages will be installed: [2021-02-04T00:46:25.585Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T00:46:25.585Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T00:46:25.585Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T00:46:25.585Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T00:46:25.585Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T00:46:25.585Z] The following packages will be upgraded: [2021-02-04T00:46:25.585Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T00:46:25.585Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T00:46:25.585Z] Need to get 35.2 MB of archives. [2021-02-04T00:46:25.585Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T00:46:25.585Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T00:46:25.585Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T00:46:26.158Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T00:46:26.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:26.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:26.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:26.420Z] 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:46:26.420Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T00:46:26.420Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T00:46:26.420Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T00:46:26.420Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T00:46:26.420Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T00:46:26.420Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T00:46:26.420Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T00:46:26.420Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T00:46:26.420Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T00:46:26.420Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T00:46:26.420Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T00:46:26.420Z] Get:16 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:46:26.420Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T00:46:26.420Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T00:46:26.681Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T00:46:26.681Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T00:46:26.681Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T00:46:26.681Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T00:46:26.681Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T00:46:26.681Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T00:46:26.681Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T00:46:26.681Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T00:46:26.681Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T00:46:26.681Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T00:46:26.681Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T00:46:26.681Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T00:46:27.172Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:27.473Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:27.776Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:28.081Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:46:28.081Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-02-04T00:46:28.081Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:46:28.081Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:46:28.081Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:46:28.419Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:28.680Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:46:28.680Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:46:28.727Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:28.965Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T00:46:29.020Z] Removing intermediate container 738039008a99 [2021-02-04T00:46:29.020Z] ---> fef342ab7f7d [2021-02-04T00:46:29.020Z] Step 6/22 : COPY go.mod . [2021-02-04T00:46:29.259Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:46:29.259Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T00:46:29.259Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T00:46:29.560Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T00:46:29.560Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:46:29.560Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T00:46:29.560Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T00:46:29.654Z] Removing intermediate container 3577e7dba25f [2021-02-04T00:46:29.654Z] ---> 0e23ab4538c3 [2021-02-04T00:46:29.654Z] Step 6/22 : COPY go.mod . [2021-02-04T00:46:29.654Z] Removing intermediate container 9d81aa5cd40a [2021-02-04T00:46:29.654Z] ---> a1983959e221 [2021-02-04T00:46:29.654Z] Step 6/21 : COPY go.mod . [2021-02-04T00:46:29.835Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T00:46:29.835Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T00:46:29.935Z] Removing intermediate container c83a7c8b3314 [2021-02-04T00:46:29.935Z] ---> f5494f466049 [2021-02-04T00:46:29.935Z] Step 6/31 : COPY go.mod . [2021-02-04T00:46:30.428Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T00:46:30.428Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T00:46:30.428Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T00:46:30.428Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T00:46:30.560Z] ---> 16fe2a86ecde [2021-02-04T00:46:30.560Z] Step 7/22 : RUN go mod download [2021-02-04T00:46:30.560Z] Removing intermediate container df0af8214238 [2021-02-04T00:46:30.560Z] ---> b423b90b5de1 [2021-02-04T00:46:30.560Z] Step 6/23 : COPY go.mod . [2021-02-04T00:46:30.724Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T00:46:30.724Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:46:30.724Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:30.724Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T00:46:30.724Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T00:46:30.724Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T00:46:30.839Z] ---> Running in ea86ab8fb22a [2021-02-04T00:46:30.839Z] ---> 7181c1d03108 [2021-02-04T00:46:30.839Z] Step 7/22 : RUN go mod download [2021-02-04T00:46:31.028Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T00:46:31.028Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:46:31.028Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:31.028Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T00:46:31.134Z] ---> 1a0f19b5b40f [2021-02-04T00:46:31.134Z] Step 7/21 : RUN go mod download [2021-02-04T00:46:31.134Z] ---> Running in c8c976cabab4 [2021-02-04T00:46:31.337Z] Checking for services that may need to be restarted...done. [2021-02-04T00:46:31.337Z] Checking for services that may need to be restarted...done. [2021-02-04T00:46:31.337Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:31.337Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T00:46:31.337Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:31.436Z] ---> f4489938e7fa [2021-02-04T00:46:31.436Z] Step 7/31 : RUN go mod download [2021-02-04T00:46:31.436Z] ---> Running in 1267ce87b33b [2021-02-04T00:46:31.750Z] ---> Running in 02d809f1f13f [2021-02-04T00:46:32.000Z] Selecting previously unselected package python3-minimal. [2021-02-04T00:46:32.001Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T00:46:32.001Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:46:32.001Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T00:46:32.001Z] Selecting previously unselected package mime-support. [2021-02-04T00:46:32.001Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T00:46:32.001Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T00:46:32.001Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T00:46:32.001Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T00:46:32.001Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T00:46:32.074Z] ---> 960b7763e877 [2021-02-04T00:46:32.074Z] Step 7/23 : RUN go mod download [2021-02-04T00:46:32.074Z] ---> Running in b3f19eeec5bf [2021-02-04T00:46:32.288Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T00:46:32.288Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:46:32.288Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:32.577Z] Selecting previously unselected package python3.6. [2021-02-04T00:46:32.577Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:46:32.577Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:32.578Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T00:46:32.578Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:46:32.578Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T00:46:32.578Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T00:46:32.856Z] Selecting previously unselected package python3. [2021-02-04T00:46:32.856Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T00:46:32.856Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:46:32.856Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T00:46:32.856Z] Selecting previously unselected package multiarch-support. [2021-02-04T00:46:32.856Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:46:32.856Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T00:46:33.142Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T00:46:33.142Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T00:46:33.142Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T00:46:33.142Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T00:46:33.142Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T00:46:33.142Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T00:46:33.142Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T00:46:33.142Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T00:46:33.418Z] Selecting previously unselected package sudo. [2021-02-04T00:46:33.418Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T00:46:33.418Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T00:46:33.418Z] Selecting previously unselected package apparmor. [2021-02-04T00:46:33.418Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T00:46:33.418Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T00:46:33.712Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T00:46:33.712Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T00:46:33.713Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T00:46:33.713Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T00:46:33.713Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:46:33.713Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:34.002Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T00:46:34.002Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:46:34.002Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:34.002Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T00:46:34.002Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T00:46:34.002Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T00:46:34.002Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T00:46:34.002Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:46:34.002Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:34.280Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T00:46:34.280Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:46:34.280Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:34.280Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T00:46:34.280Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T00:46:34.280Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T00:46:34.565Z] Selecting previously unselected package openssh-client. [2021-02-04T00:46:34.565Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T00:46:34.565Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T00:46:34.867Z] Selecting previously unselected package squashfs-tools. [2021-02-04T00:46:34.867Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T00:46:34.867Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T00:46:34.867Z] Selecting previously unselected package snapd. [2021-02-04T00:46:34.867Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T00:46:34.867Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T00:46:35.745Z] Removing intermediate container ea86ab8fb22a [2021-02-04T00:46:35.745Z] ---> ac6555616416 [2021-02-04T00:46:35.745Z] Step 8/22 : COPY . . [2021-02-04T00:46:36.435Z] Removing intermediate container c8c976cabab4 [2021-02-04T00:46:36.435Z] ---> 8a202f9e15d2 [2021-02-04T00:46:36.435Z] Step 8/22 : COPY . . [2021-02-04T00:46:36.880Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T00:46:36.880Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T00:46:36.880Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T00:46:36.880Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T00:46:36.880Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T00:46:37.162Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:37.162Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:46:37.162Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T00:46:37.162Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T00:46:37.510Z] Removing intermediate container 02d809f1f13f [2021-02-04T00:46:37.510Z] ---> a104ea9f1b39 [2021-02-04T00:46:37.510Z] Step 8/31 : COPY . . [2021-02-04T00:46:37.834Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T00:46:37.834Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T00:46:37.840Z] Removing intermediate container 1267ce87b33b [2021-02-04T00:46:37.840Z] ---> e37b6b4ae46e [2021-02-04T00:46:37.840Z] Step 8/21 : COPY . . [2021-02-04T00:46:38.125Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T00:46:38.125Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:38.125Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:38.125Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:46:38.132Z] Removing intermediate container b3f19eeec5bf [2021-02-04T00:46:38.132Z] ---> 533216d6391d [2021-02-04T00:46:38.132Z] Step 8/23 : COPY . . [2021-02-04T00:46:38.753Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T00:46:38.753Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:38.754Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T00:46:38.754Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T00:46:38.754Z] running python rtupdate hooks for python3.6... [2021-02-04T00:46:38.754Z] running python post-rtupdate hooks for python3.6... [2021-02-04T00:46:38.754Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T00:46:41.327Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T00:46:41.635Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:46:41.635Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T00:46:41.635Z] Setting up snapd (2.48+18.04) ... [2021-02-04T00:46:41.997Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T00:46:42.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T00:46:42.597Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T00:46:42.597Z] 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:46:42.863Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T00:46:42.863Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T00:46:42.863Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T00:46:43.128Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T00:46:43.403Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T00:46:43.403Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T00:46:43.673Z] /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:46:43.673Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:46:43.673Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T00:46:44.744Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T00:46:44.744Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:46:44.744Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:46:45.814Z] Reading package lists... [2021-02-04T00:46:45.814Z] Reading package lists... [2021-02-04T00:46:46.098Z] Building dependency tree... [2021-02-04T00:46:46.098Z] Reading state information... [2021-02-04T00:46:46.098Z] Calculating upgrade... [2021-02-04T00:46:46.414Z] The following packages will be upgraded: [2021-02-04T00:46:46.414Z] advancecomp base-files bash binutils binutils-common [2021-02-04T00:46:46.414Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T00:46:46.414Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T00:46:46.414Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T00:46:46.414Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T00:46:46.414Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T00:46:46.414Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T00:46:46.414Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T00:46:46.414Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T00:46:46.414Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T00:46:46.414Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T00:46:46.414Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T00:46:46.414Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T00:46:46.414Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T00:46:46.414Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T00:46:46.414Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:46:46.414Z] Need to get 63.8 MB of archives. [2021-02-04T00:46:46.414Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T00:46:46.414Z] 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:46:46.414Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T00:46:46.414Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T00:46:46.414Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T00:46:46.752Z] 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:46:46.752Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T00:46:46.752Z] 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:46:46.752Z] 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:46:46.752Z] 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:46:46.752Z] 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:46:46.753Z] 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:46:46.753Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T00:46:46.753Z] 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:46:46.753Z] 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:46:46.753Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T00:46:46.753Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T00:46:46.753Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T00:46:46.753Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T00:46:46.753Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T00:46:46.753Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T00:46:46.753Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T00:46:47.035Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T00:46:47.035Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T00:46:47.035Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T00:46:47.035Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T00:46:47.035Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T00:46:47.035Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T00:46:47.035Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T00:46:47.035Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T00:46:47.035Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T00:46:47.035Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T00:46:47.035Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T00:46:47.035Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T00:46:47.035Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T00:46:47.035Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T00:46:47.035Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T00:46:47.035Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T00:46:47.035Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T00:46:47.035Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T00:46:47.035Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T00:46:47.035Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T00:46:47.035Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T00:46:47.035Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T00:46:47.035Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T00:46:47.035Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T00:46:47.035Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T00:46:47.035Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T00:46:47.035Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T00:46:47.035Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T00:46:47.326Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T00:46:47.326Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T00:46:47.326Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T00:46:47.326Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T00:46:47.326Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T00:46:47.326Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T00:46:47.326Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T00:46:47.326Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T00:46:47.625Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T00:46:47.625Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T00:46:47.625Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T00:46:47.906Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T00:46:47.906Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T00:46:47.906Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T00:46:47.906Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T00:46:47.906Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T00:46:47.906Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T00:46:47.906Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T00:46:47.906Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T00:46:47.906Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T00:46:47.906Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T00:46:47.906Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T00:46:47.906Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T00:46:47.906Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T00:46:47.906Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T00:46:47.906Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T00:46:47.906Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T00:46:48.177Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T00:46:48.177Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T00:46:48.177Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T00:46:48.177Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T00:46:48.177Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T00:46:48.177Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T00:46:48.177Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-04T00:46:48.177Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T00:46:48.177Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T00:46:48.177Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T00:46:48.177Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T00:46:48.177Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T00:46:48.177Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T00:46:48.481Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T00:46:48.481Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T00:46:48.481Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T00:46:48.481Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-04T00:46:48.481Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T00:46:48.481Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T00:46:48.481Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T00:46:48.481Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T00:46:48.481Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T00:46:48.481Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T00:46:48.790Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:46:48.790Z] Fetched 63.8 MB in 2s (28.3 MB/s) [2021-02-04T00:46:48.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:48.790Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:46:48.790Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:46:49.427Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:46:49.427Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:46:49.427Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T00:46:49.427Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T00:46:50.451Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:50.451Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:50.451Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:50.451Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:50.720Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:50.983Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:50.983Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:50.983Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:51.266Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:51.266Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:51.266Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:51.266Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:51.555Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:51.555Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:51.555Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:46:51.555Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:46:51.555Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:51.555Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T00:46:51.873Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:46:51.873Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:46:51.873Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:51.873Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:51.873Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:52.160Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:52.160Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:46:52.160Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:46:52.454Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:46:52.454Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:46:52.454Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:46:52.794Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:46:53.085Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T00:46:53.357Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:46:53.357Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T00:46:53.357Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T00:46:53.357Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T00:46:53.357Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T00:46:53.621Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T00:46:53.621Z] Installing new version of config file /etc/issue ... [2021-02-04T00:46:53.621Z] Installing new version of config file /etc/issue.net ... [2021-02-04T00:46:53.621Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T00:46:53.621Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T00:46:53.891Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T00:46:53.891Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T00:46:53.891Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T00:46:54.168Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:54.168Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T00:46:54.168Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T00:46:54.456Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T00:46:54.456Z] 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:46:54.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:54.456Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:46:54.456Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T00:46:54.729Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:46:54.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:54.729Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T00:46:54.729Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T00:46:54.729Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T00:46:55.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:55.010Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T00:46:55.010Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:46:55.328Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T00:46:55.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:55.328Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:46:55.328Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:46:55.328Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:46:55.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:55.598Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:46:55.598Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:46:55.598Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T00:46:55.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:55.859Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T00:46:55.859Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T00:46:55.859Z] Setting up grep (3.1-2build1) ... [2021-02-04T00:46:55.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:55.859Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T00:46:56.120Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T00:46:56.120Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T00:46:56.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:56.382Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:46:56.382Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:46:56.382Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T00:46:56.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:56.649Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:46:56.649Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:46:57.241Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:46:57.242Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:46:57.242Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:46:57.242Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:46:57.868Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T00:46:57.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:57.868Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T00:46:57.868Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:46:58.851Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T00:46:58.851Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T00:46:59.182Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T00:46:59.182Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T00:46:59.182Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T00:46:59.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:59.182Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T00:46:59.182Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T00:46:59.463Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T00:46:59.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:59.758Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:46:59.758Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:46:59.758Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:46:59.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:46:59.758Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:47:00.055Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:47:00.055Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:47:00.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:00.055Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:47:00.055Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:47:00.332Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:47:00.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:00.332Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:47:00.332Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:47:00.610Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:47:00.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:00.610Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:47:00.610Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:47:00.879Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:47:00.879Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:47:00.879Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:47:00.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:00.879Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:47:01.145Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:47:01.145Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:47:01.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:01.145Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:47:01.145Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:47:01.408Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:47:01.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:01.409Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:47:01.409Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:47:01.693Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:47:01.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:01.693Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:47:01.693Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:47:02.294Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:47:02.585Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T00:47:02.870Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T00:47:02.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:02.870Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:47:02.870Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:47:03.221Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:47:03.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:47:03.221Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T00:47:03.221Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:47:03.524Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T00:47:03.524Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:03.524Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T00:47:03.524Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T00:47:03.807Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T00:47:03.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:03.807Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T00:47:04.101Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T00:47:04.388Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T00:47:04.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:04.389Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T00:47:04.389Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T00:47:04.389Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T00:47:04.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:04.679Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:47:04.679Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:47:04.679Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:47:04.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:04.951Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:47:04.951Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:47:04.951Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:47:05.244Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:05.244Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:47:05.244Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:47:05.458Z] ---> 649104e399b6 [2021-02-04T00:47:05.458Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T00:47:05.458Z] ---> 025b7bf2fdaf [2021-02-04T00:47:05.458Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:47:05.458Z] ---> e6e432c05fbf [2021-02-04T00:47:05.458Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:47:05.458Z] ---> 35a3e13827aa [2021-02-04T00:47:05.458Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T00:47:05.458Z] ---> 1c7e91351d01 [2021-02-04T00:47:05.458Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:47:05.458Z] ---> Running in 7240ff893d00 [2021-02-04T00:47:05.458Z] ---> Running in 384954b8cfd7 [2021-02-04T00:47:05.458Z] ---> Running in 6363bc1fa186 [2021-02-04T00:47:05.458Z] ---> Running in cef40d1bb069 [2021-02-04T00:47:05.458Z] ---> Running in 46628440891e [2021-02-04T00:47:05.523Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:47:05.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:05.787Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:47:05.787Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:47:05.787Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:47:05.787Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:47:05.787Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:47:06.049Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:47:06.049Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:47:06.049Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:06.049Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T00:47:06.049Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T00:47:06.310Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T00:47:06.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:06.573Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T00:47:06.573Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:47:06.573Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:47:06.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:06.847Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:47:06.847Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:47:07.141Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:47:07.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:07.141Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T00:47:07.141Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T00:47:07.416Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T00:47:07.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:07.416Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T00:47:07.416Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T00:47:07.697Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T00:47:07.713Z] 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:07.713Z] 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:07.713Z] 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:07.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:07.961Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:47:07.961Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:47:07.993Z] 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:08.223Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T00:47:08.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:08.223Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T00:47:08.223Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T00:47:08.277Z] 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:08.486Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T00:47:08.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:08.754Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T00:47:08.754Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T00:47:08.754Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T00:47:09.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:09.019Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T00:47:09.019Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T00:47:09.019Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T00:47:09.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:09.299Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T00:47:09.299Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T00:47:09.569Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T00:47:09.569Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:09.569Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T00:47:09.569Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T00:47:09.841Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T00:47:09.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:47:09.841Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T00:47:09.841Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T00:47:10.115Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T00:47:10.115Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T00:47:10.115Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T00:47:10.115Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T00:47:10.115Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T00:47:10.391Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T00:47:10.391Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T00:47:10.391Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T00:47:10.661Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T00:47:10.661Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T00:47:10.935Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T00:47:10.935Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T00:47:10.935Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T00:47:10.935Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T00:47:11.196Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T00:47:11.196Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T00:47:11.196Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T00:47:11.456Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T00:47:11.719Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T00:47:11.986Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T00:47:11.986Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T00:47:11.986Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T00:47:12.266Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T00:47:12.266Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T00:47:12.541Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T00:47:12.541Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T00:47:13.580Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T00:47:13.580Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T00:47:13.580Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T00:47:13.580Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T00:47:13.580Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:47:13.858Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:47:14.133Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:47:14.133Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:47:14.133Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:47:14.133Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:47:14.419Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:47:14.419Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:47:14.419Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:14.419Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:14.679Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:14.679Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:14.679Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:14.939Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:14.939Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:14.939Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:15.879Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:15.879Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:16.832Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:16.832Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:17.438Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:17.717Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:17.984Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:17.984Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:18.571Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:47:18.851Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:47:18.851Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:47:18.851Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:47:18.851Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T00:47:18.851Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:47:19.119Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T00:47:19.119Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:47:19.400Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T00:47:19.400Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T00:47:19.400Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:47:19.400Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:47:19.694Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:47:19.694Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:47:19.694Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T00:47:19.694Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T00:47:19.957Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:19.957Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:47:19.957Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:19.957Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:19.957Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:19.957Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T00:47:19.957Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T00:47:20.233Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T00:47:20.233Z] [2021-02-04T00:47:20.233Z] Current default time zone: 'Etc/UTC' [2021-02-04T00:47:20.233Z] Local time is now: Thu Feb 4 00:47:20 UTC 2021. [2021-02-04T00:47:20.233Z] Universal Time is now: Thu Feb 4 00:47:20 UTC 2021. [2021-02-04T00:47:20.233Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T00:47:20.233Z] [2021-02-04T00:47:20.233Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T00:47:20.233Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:20.233Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T00:47:20.233Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:47:20.233Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T00:47:20.529Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T00:47:20.529Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T00:47:20.529Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T00:47:20.529Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T00:47:20.529Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T00:47:20.529Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:20.529Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T00:47:20.814Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:20.814Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:47:20.814Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:20.814Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T00:47:20.814Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T00:47:20.814Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T00:47:20.814Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T00:47:20.814Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T00:47:21.125Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T00:47:21.125Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:47:21.125Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T00:47:22.647Z] Updating certificates in /etc/ssl/certs... [2021-02-04T00:47:23.607Z] 23 added, 27 removed; done. [2021-02-04T00:47:23.607Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T00:47:23.607Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:47:23.607Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T00:47:23.607Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T00:47:23.607Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T00:47:23.878Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:23.878Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:47:23.878Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:23.878Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:23.878Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:23.878Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:23.878Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:23.878Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T00:47:24.148Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:47:24.149Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:47:24.149Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T00:47:24.149Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:47:24.149Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:24.149Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:47:24.149Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:47:24.149Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T00:47:24.424Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:47:24.424Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:47:24.424Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T00:47:24.424Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T00:47:24.424Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T00:47:24.424Z] Updating certificates in /etc/ssl/certs... [2021-02-04T00:47:25.011Z] 0 added, 0 removed; done. [2021-02-04T00:47:25.011Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T00:47:25.011Z] done. [2021-02-04T00:47:25.598Z] Reading package lists... [2021-02-04T00:47:25.598Z] Building dependency tree... [2021-02-04T00:47:25.598Z] Reading state information... [2021-02-04T00:47:25.877Z] The following NEW packages will be installed: [2021-02-04T00:47:25.877Z] apt-transport-https [2021-02-04T00:47:25.877Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:47:25.877Z] Need to get 1696 B of archives. [2021-02-04T00:47:25.877Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T00:47:25.877Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T00:47:25.877Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:47:25.877Z] Fetched 1696 B in 0s (42.0 kB/s) [2021-02-04T00:47:25.877Z] Selecting previously unselected package apt-transport-https. [2021-02-04T00:47:25.877Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T00:47:25.877Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T00:47:25.877Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T00:47:26.159Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T00:47:26.432Z] Waiting for network to be ready... [2021-02-04T00:47:31.971Z] 2021-02-04T00:47:29Z INFO Waiting for automatic snapd restart... [2021-02-04T00:47:31.971Z] snapd 2.48.2 from Canonical* installed [2021-02-04T00:47:32.655Z] "snapd" switched to the "latest/stable" channel [2021-02-04T00:47:32.655Z] [2021-02-04T00:47:35.217Z] core18 20201210 from Canonical* installed [2021-02-04T00:47:35.218Z] "core18" switched to the "latest/stable" channel [2021-02-04T00:47:35.218Z] [2021-02-04T00:47:38.516Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T00:47:38.516Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T00:47:38.516Z] [2021-02-04T00:47:41.813Z] 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:47:41.813Z] - README.md [2021-02-04T00:47:41.813Z] - snapcraft.yaml.orig [2021-02-04T00:47:41.813Z] [2021-02-04T00:47:41.813Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T00:47:48.415Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:47:48.415Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T00:47:48.415Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:47:48.415Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:47:49.618Z] Reading package lists... [2021-02-04T00:47:49.879Z] 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:47:56.514Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:47:56.514Z] Reading package lists... [2021-02-04T00:47:56.514Z] Building dependency tree... [2021-02-04T00:47:56.514Z] Reading state information... [2021-02-04T00:47:56.514Z] Suggested packages: [2021-02-04T00:47:56.514Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T00:47:56.514Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T00:47:56.514Z] Recommended packages: [2021-02-04T00:47:56.514Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T00:47:56.514Z] The following NEW packages will be installed: [2021-02-04T00:47:56.514Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T00:47:56.514Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T00:47:56.514Z] pkg-config zip [2021-02-04T00:47:56.514Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:47:56.514Z] Need to get 7655 kB of archives. [2021-02-04T00:47:56.514Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T00:47:56.514Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-04T00:47:56.514Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T00:47:56.514Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T00:47:56.514Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T00:47:56.514Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T00:47:56.514Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T00:47:56.514Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T00:47:56.774Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T00:47:56.774Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T00:47:57.036Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T00:47:57.036Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T00:47:57.036Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T00:47:57.036Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T00:47:57.036Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T00:47:57.036Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T00:47:57.296Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:47:57.296Z] Fetched 7655 kB in 1s (8157 kB/s) [2021-02-04T00:47:57.296Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T00:47:57.296Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T00:47:57.296Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T00:47:57.296Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T00:47:57.560Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T00:47:57.560Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T00:47:57.560Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T00:47:57.560Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T00:47:57.560Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T00:47:57.560Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T00:47:57.827Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T00:47:57.827Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T00:47:57.827Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T00:47:57.827Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T00:47:57.827Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T00:47:57.827Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T00:47:57.827Z] Selecting previously unselected package liberror-perl. [2021-02-04T00:47:57.827Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T00:47:57.827Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T00:47:58.106Z] Selecting previously unselected package git-man. [2021-02-04T00:47:58.106Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T00:47:58.106Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:47:58.398Z] Selecting previously unselected package git. [2021-02-04T00:47:58.398Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T00:47:58.398Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:47:58.994Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T00:47:58.994Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T00:47:58.994Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T00:47:59.257Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T00:47:59.257Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T00:47:59.257Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T00:47:59.257Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T00:47:59.257Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T00:47:59.257Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T00:47:59.257Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T00:47:59.257Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T00:47:59.257Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:47:59.518Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T00:47:59.518Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T00:47:59.518Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:47:59.518Z] Selecting previously unselected package pkg-config. [2021-02-04T00:47:59.518Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T00:47:59.518Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T00:47:59.779Z] Selecting previously unselected package zip. [2021-02-04T00:47:59.779Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T00:47:59.779Z] Unpacking zip (3.0-11build1) ... [2021-02-04T00:47:59.779Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T00:47:59.779Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:47:59.779Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T00:47:59.779Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T00:48:00.041Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T00:48:00.041Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T00:48:00.041Z] No schema files found: doing nothing. [2021-02-04T00:48:00.041Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T00:48:00.041Z] Setting up zip (3.0-11build1) ... [2021-02-04T00:48:00.041Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T00:48:00.041Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T00:48:00.041Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T00:48:00.303Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:48:00.303Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T00:48:00.303Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:48:00.303Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:48:00.303Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:48:06.980Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:48:06.980Z] git set to automatically installed. [2021-02-04T00:48:06.980Z] git-man set to automatically installed. [2021-02-04T00:48:06.980Z] libcurl3-gnutls set to automatically installed. [2021-02-04T00:48:06.980Z] liberror-perl set to automatically installed. [2021-02-04T00:48:06.980Z] libglib2.0-0 set to automatically installed. [2021-02-04T00:48:06.980Z] libnghttp2-14 set to automatically installed. [2021-02-04T00:48:06.980Z] libnorm1 set to automatically installed. [2021-02-04T00:48:06.980Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T00:48:06.980Z] libpsl5 set to automatically installed. [2021-02-04T00:48:06.980Z] librtmp1 set to automatically installed. [2021-02-04T00:48:06.980Z] libsodium23 set to automatically installed. [2021-02-04T00:48:06.980Z] libzmq3-dev set to automatically installed. [2021-02-04T00:48:06.980Z] libzmq5 set to automatically installed. [2021-02-04T00:48:06.980Z] pkg-config set to automatically installed. [2021-02-04T00:48:06.980Z] zip set to automatically installed. [2021-02-04T00:48:08.535Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T00:48:15.159Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:48:15.159Z] snap "core18" has no updates available [2021-02-04T00:48:15.740Z] Pulling config-common [2021-02-04T00:48:16.688Z] Pulling go-build-helper [2021-02-04T00:48:38.790Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:48:38.790Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T00:48:38.790Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T00:48:38.790Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T00:48:38.791Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T00:48:38.791Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T00:48:38.791Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T00:48:38.791Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T00:48:38.791Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T00:48:38.791Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T00:48:38.791Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T00:48:38.791Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T00:48:38.791Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T00:48:38.791Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T00:48:38.791Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T00:48:38.791Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T00:48:38.791Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T00:48:38.791Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T00:48:38.791Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T00:48:38.791Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T00:48:38.791Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T00:48:38.791Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T00:48:38.791Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T00:48:38.791Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T00:48:38.791Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T00:48:38.791Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T00:48:38.791Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T00:48:38.791Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T00:48:38.791Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T00:48:38.791Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T00:48:38.791Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T00:48:38.791Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T00:48:38.791Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T00:48:38.791Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T00:48:38.791Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T00:48:38.791Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T00:48:38.791Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T00:48:38.791Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T00:48:38.791Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T00:48:38.791Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T00:48:38.791Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T00:48:38.791Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T00:48:38.791Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T00:48:38.791Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T00:48:38.791Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T00:48:38.791Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T00:48:38.791Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T00:48:38.791Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T00:48:38.791Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T00:48:38.791Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T00:48:38.791Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T00:48:38.791Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T00:48:38.791Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T00:48:38.791Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T00:48:38.791Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T00:48:38.791Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T00:48:38.791Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T00:48:38.791Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T00:48:38.791Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T00:48:38.791Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T00:48:38.791Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T00:48:38.791Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T00:48:38.791Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T00:48:38.791Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T00:48:40.701Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T00:48:40.701Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T00:48:40.701Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T00:48:40.701Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T00:48:40.701Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T00:48:40.701Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T00:48:40.701Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T00:48:40.701Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T00:48:40.701Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T00:48:40.701Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T00:48:40.701Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T00:48:40.701Z] Pulling static-packages [2021-02-04T00:48:41.643Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-04T00:48:41.643Z] Skipping pull go-build-helper (already ran) [2021-02-04T00:48:41.643Z] Skipping pull static-packages (already ran) [2021-02-04T00:48:41.643Z] Building go-build-helper [2021-02-04T00:48:44.948Z] Building static-packages [2021-02-04T00:48:46.863Z] Staging go-build-helper [2021-02-04T00:48:47.810Z] Staging static-packages [2021-02-04T00:48:48.751Z] Pulling go115 [2021-02-04T00:48:49.691Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T00:48:49.691Z] Skipping pull go115 (already ran) [2021-02-04T00:48:49.691Z] Building go115 [2021-02-04T00:48:49.691Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T00:48:49.691Z] Dload Upload Total Spent Left Speed [2021-02-04T00:48:52.179Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 2127k 0 0 9806k 0 0:00:12 --:--:-- 0:00:12 9761k 41 115M 41 47.7M 0 0 39.4M 0 0:00:02 0:00:01 0:00:01 39.4M 91 115M 91 105M 0 0 47.9M 0 0:00:02 0:00:02 --:--:-- 47.8M 100 115M 100 115M 0 0 47.9M 0 0:00:02 0:00:02 --:--:-- 47.9M [2021-02-04T00:48:52.750Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T00:48:56.064Z] Staging go115 [2021-02-04T00:49:00.538Z] 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:49:00.538Z] 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:49:01.401Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T00:49:01.401Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:49:01.401Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:49:01.401Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T00:49:01.401Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T00:49:01.401Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T00:49:01.401Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T00:49:01.401Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T00:49:01.401Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T00:49:01.401Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T00:49:01.401Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T00:49:01.401Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T00:49:01.401Z] Pulling edgex-go [2021-02-04T00:49:02.346Z] Pulling version [2021-02-04T00:49:03.285Z] Building config-common [2021-02-04T00:49:05.199Z] Skipping build go-build-helper (already ran) [2021-02-04T00:49:05.199Z] Skipping build static-packages (already ran) [2021-02-04T00:49:05.199Z] Skipping build go115 (already ran) [2021-02-04T00:49:05.199Z] Building edgex-go [2021-02-04T00:49:05.459Z] 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:06.400Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T00:49:06.400Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 [2021-02-04T00:49:06.400Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.6 [2021-02-04T00:49:06.400Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T00:49:06.400Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T00:49:06.663Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T00:49:06.663Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T00:49:06.663Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T00:49:06.663Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T00:49:06.663Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T00:49:06.663Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T00:49:06.663Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T00:49:06.663Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T00:49:06.663Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T00:49:06.663Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T00:49:06.663Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T00:49:06.663Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T00:49:06.663Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T00:49:06.663Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T00:49:06.663Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T00:49:06.926Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T00:49:06.926Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T00:49:06.926Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T00:49:06.926Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T00:49:06.926Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T00:49:06.926Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T00:49:06.926Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T00:49:07.187Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T00:49:07.187Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T00:49:07.187Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T00:49:13.000Z] Removing intermediate container cef40d1bb069 [2021-02-04T00:49:13.000Z] ---> bd2255b134f8 [2021-02-04T00:49:13.000Z] [2021-02-04T00:49:13.000Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:49:13.000Z] 3.12: Pulling from library/alpine [2021-02-04T00:49:13.000Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:49:13.000Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:49:13.000Z] ---> afeebe901d6b [2021-02-04T00:49:13.000Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:49:13.279Z] ---> Running in 0af7909a68ca [2021-02-04T00:49:13.780Z] 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:15.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:15.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:16.519Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:49:16.816Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:49:16.816Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:49:16.816Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:49:16.816Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:16.816Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:49:17.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:49:17.102Z] OK: 7 MiB in 18 packages [2021-02-04T00:49:18.013Z] 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:49:18.954Z] 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:49:19.524Z] 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:49:19.524Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T00:49:19.783Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T00:49:19.783Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T00:49:19.783Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T00:49:20.532Z] Removing intermediate container 0af7909a68ca [2021-02-04T00:49:20.532Z] ---> 60f3f0f88262 [2021-02-04T00:49:20.532Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:49:20.532Z] ---> Running in d69d7bc1dda5 [2021-02-04T00:49:21.140Z] Removing intermediate container d69d7bc1dda5 [2021-02-04T00:49:21.140Z] ---> 79d18894d8fe [2021-02-04T00:49:21.140Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:49:21.204Z] 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:49:21.204Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T00:49:21.204Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T00:49:21.421Z] ---> Running in b1b5f11b871b [2021-02-04T00:49:22.421Z] Removing intermediate container b1b5f11b871b [2021-02-04T00:49:22.421Z] ---> 091db5efb7f3 [2021-02-04T00:49:22.421Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:49:22.586Z] 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:49:23.156Z] 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:49:23.156Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T00:49:24.450Z] ---> 0792067d522b [2021-02-04T00:49:24.451Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:49:24.539Z] 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:49:25.113Z] 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:49:26.053Z] 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:49:26.053Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T00:49:27.000Z] 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:27.000Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T00:49:27.116Z] Removing intermediate container 6363bc1fa186 [2021-02-04T00:49:27.117Z] ---> 68ab6e21a3ae [2021-02-04T00:49:27.117Z] [2021-02-04T00:49:27.117Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:49:27.117Z] ---> afeebe901d6b [2021-02-04T00:49:27.117Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:49:27.732Z] ---> 06951ae16637 [2021-02-04T00:49:27.732Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:49:27.732Z] ---> Running in b7848b8cc610 [2021-02-04T00:49:29.201Z] Removing intermediate container b7848b8cc610 [2021-02-04T00:49:29.201Z] ---> 945381eb46f4 [2021-02-04T00:49:29.201Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:49:29.545Z] Building version [2021-02-04T00:49:29.805Z] ---> Running in 2935c094709d [2021-02-04T00:49:29.805Z] ---> f78c5ca593c8 [2021-02-04T00:49:29.805Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:49:30.790Z] ---> Running in 17cb25f6f122 [2021-02-04T00:49:31.459Z] Staging config-common [2021-02-04T00:49:31.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:31.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:32.054Z] Removing intermediate container 17cb25f6f122 [2021-02-04T00:49:32.054Z] ---> 9f47e00b9c07 [2021-02-04T00:49:32.054Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:49:32.402Z] Skipping stage go-build-helper (already ran) [2021-02-04T00:49:32.402Z] Skipping stage static-packages (already ran) [2021-02-04T00:49:32.402Z] Skipping stage go115 (already ran) [2021-02-04T00:49:32.402Z] Staging edgex-go [2021-02-04T00:49:32.662Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:32.662Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:49:32.662Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:32.662Z] OK: 5 MiB in 16 packages [2021-02-04T00:49:32.662Z] ---> Running in 3b05cf8d06b8 [2021-02-04T00:49:33.344Z] Staging version [2021-02-04T00:49:34.286Z] Priming config-common [2021-02-04T00:49:34.689Z] Removing intermediate container 3b05cf8d06b8 [2021-02-04T00:49:34.689Z] ---> ba621fee15ef [2021-02-04T00:49:34.975Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T00:49:35.226Z] Priming go-build-helper [2021-02-04T00:49:35.252Z] Removing intermediate container 46628440891e [2021-02-04T00:49:35.252Z] ---> 916506bcf8c8 [2021-02-04T00:49:35.252Z] [2021-02-04T00:49:35.252Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:49:35.252Z] ---> afeebe901d6b [2021-02-04T00:49:35.252Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:49:35.252Z] Removing intermediate container 7240ff893d00 [2021-02-04T00:49:35.252Z] ---> b9c7ab37713b [2021-02-04T00:49:35.252Z] [2021-02-04T00:49:35.252Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:49:35.252Z] ---> afeebe901d6b [2021-02-04T00:49:35.252Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:49:35.252Z] ---> Running in 771dccd34a96 [2021-02-04T00:49:35.531Z] Removing intermediate container 2935c094709d [2021-02-04T00:49:35.531Z] ---> 9c2c6339660a [2021-02-04T00:49:35.531Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:49:35.810Z] ---> Running in 3e4f90181032 [2021-02-04T00:49:35.810Z] ---> Running in cad29027e18c [2021-02-04T00:49:35.810Z] ---> Running in cfa2c623d3e5 [2021-02-04T00:49:36.165Z] Priming static-packages [2021-02-04T00:49:36.430Z] Removing intermediate container 771dccd34a96 [2021-02-04T00:49:36.430Z] ---> bfa637ef1b8e [2021-02-04T00:49:36.430Z] Step 20/21 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:49:36.714Z] ---> Running in bea60ca5f1f2 [2021-02-04T00:49:36.990Z] Removing intermediate container cad29027e18c [2021-02-04T00:49:36.991Z] ---> 611686c40a89 [2021-02-04T00:49:36.991Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:49:37.270Z] ---> Running in 5dd5a13da7a4 [2021-02-04T00:49:37.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:37.840Z] Removing intermediate container bea60ca5f1f2 [2021-02-04T00:49:37.840Z] ---> 41c09e0bb331 [2021-02-04T00:49:37.840Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:49:37.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:38.085Z] Priming go115 [2021-02-04T00:49:38.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:38.407Z] ---> Running in 6867be77eafe [2021-02-04T00:49:38.407Z] Removing intermediate container 5dd5a13da7a4 [2021-02-04T00:49:38.407Z] ---> 954bb0681ebc [2021-02-04T00:49:38.407Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:49:38.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:38.684Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:38.960Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:38.960Z] OK: 5 MiB in 15 packages [2021-02-04T00:49:38.960Z] ---> Running in 08d6dea8216e [2021-02-04T00:49:39.036Z] Priming edgex-go [2021-02-04T00:49:39.567Z] Removing intermediate container 6867be77eafe [2021-02-04T00:49:39.568Z] ---> 47b36aa1164b [2021-02-04T00:49:39.568Z] [2021-02-04T00:49:39.568Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:49:39.852Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:39.852Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:39.852Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:49:39.852Z] Removing intermediate container 384954b8cfd7 [2021-02-04T00:49:39.852Z] ---> 7741cb7db628 [2021-02-04T00:49:39.852Z] [2021-02-04T00:49:39.852Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:49:39.852Z] ---> afeebe901d6b [2021-02-04T00:49:39.852Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:49:39.977Z] Priming version [2021-02-04T00:49:40.133Z] OK: 6 MiB in 16 packages [2021-02-04T00:49:40.133Z] Successfully built 47b36aa1164b [2021-02-04T00:49:40.133Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T00:49:40.133Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T00:49:40.411Z] ---> Running in a15df418605a [2021-02-04T00:49:40.922Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-04T00:49:41.016Z] Removing intermediate container 3e4f90181032 [2021-02-04T00:49:41.016Z] ---> be27b2dd732a [2021-02-04T00:49:41.016Z] 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:49:41.299Z] ---> Running in 06c95edcb142 [2021-02-04T00:49:42.297Z] Removing intermediate container 06c95edcb142 [2021-02-04T00:49:42.297Z] ---> 1b85aa4460ad [2021-02-04T00:49:42.297Z] Step 13/22 : ENV APP_PORT=48085 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-02-04T00:49:42.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:42.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T00:49:43.216Z] ---> Running in e80c3647904e [2021-02-04T00:49:43.216Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:43.216Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:43.216Z] OK: 5 MiB in 15 packages [2021-02-04T00:49:43.489Z] Removing intermediate container cfa2c623d3e5 [2021-02-04T00:49:43.489Z] ---> 6e793e965446 [2021-02-04T00:49:43.489Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:49:44.484Z] ---> Running in 717ba6b3abcd [2021-02-04T00:49:44.763Z] Removing intermediate container e80c3647904e [2021-02-04T00:49:44.763Z] ---> 6b7bb3bb0cdd [2021-02-04T00:49:44.763Z] Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container 08d6dea8216e [2021-02-04T00:49:44.763Z] [2021-02-04T00:49:44.763Z] ---> 2b71ae7ad4a9 [2021-02-04T00:49:44.763Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:49:45.043Z] ---> Running in a8d8147e4ec6 [2021-02-04T00:49:45.043Z] ---> Running in 6e0d2f37e29e [2021-02-04T00:49:45.323Z] Removing intermediate container 717ba6b3abcd [2021-02-04T00:49:45.323Z] ---> 735ab7348751 [2021-02-04T00:49:45.323Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:49:45.607Z] Removing intermediate container a15df418605a [2021-02-04T00:49:45.607Z] ---> 79189baaf63a [2021-02-04T00:49:45.607Z] 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:49:46.217Z] ---> Running in bec507533964 [2021-02-04T00:49:46.217Z] Removing intermediate container 6e0d2f37e29e [2021-02-04T00:49:46.217Z] ---> e06ed5b41256 [2021-02-04T00:49:46.217Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:46.499Z] ---> Running in acdeff93f7a3 [2021-02-04T00:49:46.499Z] Removing intermediate container a8d8147e4ec6 [2021-02-04T00:49:46.499Z] ---> 38e7c3ef65b5 [2021-02-04T00:49:46.499Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:49:47.495Z] Removing intermediate container bec507533964 [2021-02-04T00:49:47.495Z] ---> 6ff6c28c4e29 [2021-02-04T00:49:47.495Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:49:47.772Z] Removing intermediate container acdeff93f7a3 [2021-02-04T00:49:47.772Z] ---> 3bf5c36b56b5 [2021-02-04T00:49:47.772Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:49:47.772Z] ---> 96c13442075f [2021-02-04T00:49:47.772Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:49:47.772Z] ---> Running in 736f98f4f888 [2021-02-04T00:49:48.052Z] ---> Running in c5cd0e0ff500 [2021-02-04T00:49:48.052Z] ---> 8d93940073ff [2021-02-04T00:49:48.052Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:49:48.333Z] ---> Running in d2711f217351 [2021-02-04T00:49:48.951Z] Removing intermediate container 736f98f4f888 [2021-02-04T00:49:48.951Z] ---> 67a19aa3d55e [2021-02-04T00:49:48.951Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:48.951Z] Removing intermediate container c5cd0e0ff500 [2021-02-04T00:49:48.951Z] ---> dd48355dd97c [2021-02-04T00:49:48.951Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:49:49.560Z] ---> Running in 6dc9e40a6432 [2021-02-04T00:49:49.840Z] ---> 485358d3b850 [2021-02-04T00:49:49.840Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:49:50.120Z] ---> c37f4ecd4642 [2021-02-04T00:49:50.120Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:49:50.409Z] Removing intermediate container 6dc9e40a6432 [2021-02-04T00:49:50.409Z] ---> 2bc3f790c955 [2021-02-04T00:49:50.409Z] Step 15/23 : WORKDIR / [2021-02-04T00:49:50.705Z] ---> Running in 600fed7851df [2021-02-04T00:49:51.711Z] ---> 15b879661c28 [2021-02-04T00:49:51.711Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T00:49:52.317Z] ---> Running in bad4813d456c [2021-02-04T00:49:52.317Z] Removing intermediate container 600fed7851df [2021-02-04T00:49:52.317Z] ---> 13b49b43402f [2021-02-04T00:49:52.317Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:52.594Z] Removing intermediate container d2711f217351 [2021-02-04T00:49:52.594Z] ---> 471cfb9f5539 [2021-02-04T00:49:52.594Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:52.869Z] ---> d83cadc0c74d [2021-02-04T00:49:52.869Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:49:53.149Z] Removing intermediate container bad4813d456c [2021-02-04T00:49:53.149Z] ---> 5595f1d81b76 [2021-02-04T00:49:53.149Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:49:53.767Z] ---> 4e192fa3a30c [2021-02-04T00:49:53.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:49:53.767Z] ---> Running in 4cbb8e606883 [2021-02-04T00:49:54.374Z] ---> bb3cbf2560ff [2021-02-04T00:49:54.374Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:49:54.973Z] ---> 3237bcb71a0d [2021-02-04T00:49:54.973Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:49:54.973Z] Removing intermediate container 4cbb8e606883 [2021-02-04T00:49:54.973Z] ---> dc387117c102 [2021-02-04T00:49:54.973Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:49:55.258Z] ---> Running in 4ff8e7fb13a1 [2021-02-04T00:49:55.535Z] ---> Running in 4b9b925d5731 [2021-02-04T00:49:55.820Z] ---> 9cbbbcfe98f6 [2021-02-04T00:49:56.104Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:49:56.104Z] Removing intermediate container 4ff8e7fb13a1 [2021-02-04T00:49:56.104Z] ---> 218fce208179 [2021-02-04T00:49:56.104Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:49:56.726Z] Removing intermediate container 4b9b925d5731 [2021-02-04T00:49:56.726Z] ---> f81c598b6df1 [2021-02-04T00:49:56.726Z] Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:49:56.726Z] ---> Running in ff846a1cf70c [2021-02-04T00:49:57.015Z] ---> Running in da5edc47fd0f [2021-02-04T00:49:57.291Z] ---> 171c3807b01f [2021-02-04T00:49:57.291Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:49:57.291Z] ---> 79f60d789a88 [2021-02-04T00:49:57.291Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:49:57.568Z] Removing intermediate container ff846a1cf70c [2021-02-04T00:49:57.568Z] ---> 6eabd668e100 [2021-02-04T00:49:57.568Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:49:57.845Z] ---> Running in 3633646b835a [2021-02-04T00:49:57.845Z] ---> Running in 49aecfa023d3 [2021-02-04T00:49:58.120Z] Removing intermediate container da5edc47fd0f [2021-02-04T00:49:58.120Z] ---> a11f02557798 [2021-02-04T00:49:58.120Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:49:58.720Z] ---> Running in 67b6769e4e8d [2021-02-04T00:49:59.317Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:49:59.317Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:49:59.317Z] ---> b4349cfd5a46 [2021-02-04T00:49:59.317Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:49:59.317Z] ---> Using cache [2021-02-04T00:49:59.317Z] ---> 0cb237cecbc8 [2021-02-04T00:49:59.317Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:49:59.317Z] ---> Using cache [2021-02-04T00:49:59.317Z] ---> b52bf32a6a3f [2021-02-04T00:49:59.317Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:49:59.317Z] ---> 4aa5b40af221 [2021-02-04T00:49:59.317Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:49:59.317Z] Removing intermediate container 3633646b835a [2021-02-04T00:49:59.317Z] ---> 3cdf0306efa6 [2021-02-04T00:49:59.317Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:49:59.597Z] ---> Running in b1003e399089 [2021-02-04T00:49:59.597Z] Removing intermediate container 49aecfa023d3 [2021-02-04T00:49:59.597Z] ---> 386badba2582 [2021-02-04T00:49:59.597Z] Step 21/22 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:49:59.597Z] ---> Running in 50536124dee7 [2021-02-04T00:49:59.874Z] Removing intermediate container 67b6769e4e8d [2021-02-04T00:49:59.874Z] ---> 4773e8acb334 [2021-02-04T00:49:59.874Z] [2021-02-04T00:49:59.874Z] ---> Running in 0e7e3828ff53 [2021-02-04T00:50:00.475Z] Removing intermediate container 50536124dee7 [2021-02-04T00:50:00.475Z] ---> b606989599b0 [2021-02-04T00:50:00.475Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:50:00.475Z] Successfully built 4773e8acb334 [2021-02-04T00:50:00.745Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T00:50:00.745Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-04T00:50:00.745Z] Removing intermediate container 0e7e3828ff53 [2021-02-04T00:50:00.745Z] ---> 50d2a8ac206f [2021-02-04T00:50:00.745Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:50:01.025Z] ---> Running in cb24bbf8c9ba [2021-02-04T00:50:01.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:01.026Z] ---> b520b710802a [2021-02-04T00:50:01.026Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:50:01.026Z] ---> Running in a5ee61cde588 [2021-02-04T00:50:01.631Z] Removing intermediate container cb24bbf8c9ba [2021-02-04T00:50:01.631Z] ---> 706c667210f7 [2021-02-04T00:50:01.631Z] Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:50:01.631Z] ---> Running in bf26aa29692b [2021-02-04T00:50:01.907Z] Removing intermediate container a5ee61cde588 [2021-02-04T00:50:01.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:01.907Z] ---> 0b4dec7d2f4d [2021-02-04T00:50:01.907Z] [2021-02-04T00:50:02.513Z] Successfully built 0b4dec7d2f4d [2021-02-04T00:50:02.513Z] ---> ef74e934623a [2021-02-04T00:50:02.513Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:50:02.513Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T00:50:02.513Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-04T00:50:02.785Z] OK: 217 MiB in 51 packages [2021-02-04T00:50:02.785Z] Removing intermediate container bf26aa29692b [2021-02-04T00:50:02.785Z] ---> cba5e7b8b79c [2021-02-04T00:50:02.785Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:50:03.387Z] ---> Running in 611602fc3f5f [2021-02-04T00:50:03.660Z] ---> Running in 05489fa5c1da [2021-02-04T00:50:04.641Z] Removing intermediate container 611602fc3f5f [2021-02-04T00:50:04.641Z] ---> 9badf1f856bc [2021-02-04T00:50:04.641Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:50:05.242Z] Removing intermediate container 05489fa5c1da [2021-02-04T00:50:05.242Z] ---> 0655382d38ea [2021-02-04T00:50:05.242Z] [2021-02-04T00:50:05.242Z] Removing intermediate container b1003e399089 [2021-02-04T00:50:05.242Z] ---> 8b906fa9658b [2021-02-04T00:50:05.242Z] Step 6/26 : COPY go.mod . [2021-02-04T00:50:06.232Z] Successfully built 0655382d38ea [2021-02-04T00:50:06.505Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T00:50:06.505Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-04T00:50:06.786Z] ---> 765957206500 [2021-02-04T00:50:06.786Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:50:07.072Z] ---> 6b3bf462db0a [2021-02-04T00:50:07.072Z] Step 7/26 : RUN go mod download [2021-02-04T00:50:07.362Z] ---> Running in 798e65c444df [2021-02-04T00:50:07.683Z] ---> Running in 8e1ba2b02a1d [2021-02-04T00:50:12.103Z] Removing intermediate container 798e65c444df [2021-02-04T00:50:12.103Z] ---> 2ccacee974b7 [2021-02-04T00:50:12.103Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:50:12.381Z] Removing intermediate container 8e1ba2b02a1d [2021-02-04T00:50:12.381Z] ---> 6a3cb7007159 [2021-02-04T00:50:12.381Z] Step 8/26 : COPY . . [2021-02-04T00:50:13.839Z] ---> Running in 89279e2dc062 [2021-02-04T00:50:15.864Z] Removing intermediate container 89279e2dc062 [2021-02-04T00:50:15.864Z] ---> 12a03e88936d [2021-02-04T00:50:15.864Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:50:17.344Z] ---> Running in 5733023ce3d7 [2021-02-04T00:50:18.342Z] Removing intermediate container 5733023ce3d7 [2021-02-04T00:50:18.342Z] ---> 49999f5037b6 [2021-02-04T00:50:18.342Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T00:50:18.954Z] ---> Running in 87d10acf2c12 [2021-02-04T00:50:19.952Z] Removing intermediate container 87d10acf2c12 [2021-02-04T00:50:19.952Z] ---> 65e3fe26d8f8 [2021-02-04T00:50:19.952Z] Step 30/31 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:50:20.950Z] ---> Running in 2b950acd4ce2 [2021-02-04T00:50:21.953Z] Removing intermediate container 2b950acd4ce2 [2021-02-04T00:50:21.953Z] ---> b11ce6fc132e [2021-02-04T00:50:21.953Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:50:23.411Z] ---> Running in 4b35239c8b53 [2021-02-04T00:50:24.873Z] Removing intermediate container 4b35239c8b53 [2021-02-04T00:50:24.873Z] ---> e8c20ab135ef [2021-02-04T00:50:24.873Z] [2021-02-04T00:50:25.870Z] Successfully built e8c20ab135ef [2021-02-04T00:50:25.870Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T00:50:28.514Z]  Building docker-security-bootstrapper-go ... done  ---> fdcd0fdf03a0 [2021-02-04T00:50:28.514Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T00:50:28.514Z] ---> Running in 8f2ebe389751 [2021-02-04T00:50:29.958Z] 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:50:42.432Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:42.432Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:42.432Z] ---> b4349cfd5a46 [2021-02-04T00:50:42.432Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> 0cb237cecbc8 [2021-02-04T00:50:42.432Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> b52bf32a6a3f [2021-02-04T00:50:42.432Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> 0e23ab4538c3 [2021-02-04T00:50:42.432Z] Step 6/23 : COPY go.mod . [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> 7181c1d03108 [2021-02-04T00:50:42.432Z] Step 7/23 : RUN go mod download [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> 8a202f9e15d2 [2021-02-04T00:50:42.432Z] Step 8/23 : COPY . . [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> 1c7e91351d01 [2021-02-04T00:50:42.432Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:50:42.432Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:42.432Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:42.432Z] ---> b4349cfd5a46 [2021-02-04T00:50:42.432Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> 0cb237cecbc8 [2021-02-04T00:50:42.432Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:42.432Z] ---> Using cache [2021-02-04T00:50:42.432Z] ---> b52bf32a6a3f [2021-02-04T00:50:42.432Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:50:44.442Z] ---> Running in 74d0d8902840 [2021-02-04T00:50:44.442Z] ---> Running in 3d5bc145259b [2021-02-04T00:50:47.123Z] 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:50:47.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:47.123Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:47.123Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:47.123Z] ---> b4349cfd5a46 [2021-02-04T00:50:47.123Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:50:47.123Z] ---> Using cache [2021-02-04T00:50:47.123Z] ---> 0cb237cecbc8 [2021-02-04T00:50:47.123Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:47.123Z] ---> Using cache [2021-02-04T00:50:47.123Z] ---> b52bf32a6a3f [2021-02-04T00:50:47.123Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:50:47.123Z] ---> Using cache [2021-02-04T00:50:47.123Z] ---> 0e23ab4538c3 [2021-02-04T00:50:47.123Z] Step 6/24 : COPY go.mod . [2021-02-04T00:50:47.123Z] ---> Using cache [2021-02-04T00:50:47.123Z] ---> 7181c1d03108 [2021-02-04T00:50:47.123Z] Step 7/24 : RUN go mod download [2021-02-04T00:50:47.123Z] ---> Using cache [2021-02-04T00:50:47.123Z] ---> 8a202f9e15d2 [2021-02-04T00:50:47.123Z] Step 8/24 : COPY . . [2021-02-04T00:50:47.123Z] ---> Using cache [2021-02-04T00:50:47.123Z] ---> 1c7e91351d01 [2021-02-04T00:50:47.123Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:50:49.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:49.061Z] ---> Running in 51f55d04e839 [2021-02-04T00:50:49.061Z] OK: 217 MiB in 51 packages [2021-02-04T00:50:49.666Z] 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:50:50.267Z] Removing intermediate container 3d5bc145259b [2021-02-04T00:50:50.267Z] ---> a798f65b0a0b [2021-02-04T00:50:50.267Z] Step 6/23 : COPY go.mod . [2021-02-04T00:50:51.257Z] ---> 018a21217cd5 [2021-02-04T00:50:51.257Z] Step 7/23 : RUN go mod download [2021-02-04T00:50:51.555Z] ---> Running in c10e22278b57 [2021-02-04T00:50:55.948Z] Removing intermediate container c10e22278b57 [2021-02-04T00:50:55.948Z] ---> 87b838a6e7eb [2021-02-04T00:50:55.948Z] Step 8/23 : COPY . . [2021-02-04T00:51:18.206Z] ---> 109751a1c46b [2021-02-04T00:51:18.206Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:51:18.206Z] ---> Running in f6f8e577c46a [2021-02-04T00:51:18.206Z] 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:51:40.465Z] Removing intermediate container 8f2ebe389751 [2021-02-04T00:51:40.465Z] ---> a634976959af [2021-02-04T00:51:40.465Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:51:40.465Z] ---> Running in 141efb2f8274 [2021-02-04T00:51:41.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:51:46.876Z] Removing intermediate container 141efb2f8274 [2021-02-04T00:51:46.876Z] ---> 7a3ee214440c [2021-02-04T00:51:46.876Z] [2021-02-04T00:51:46.876Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:51:46.876Z] 20.10.0: Pulling from library/docker [2021-02-04T00:51:59.332Z] 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:52:01.319Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:52:01.319Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:52:01.319Z] ---> eeaf43b92773 [2021-02-04T00:52:01.319Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:52:03.744Z] ---> Running in b44a1477bce7 [2021-02-04T00:52:05.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:05.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:06.057Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:52:06.057Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:52:06.332Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:52:06.332Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:52:06.332Z] OK: 12 MiB in 22 packages [2021-02-04T00:52:07.782Z] Removing intermediate container b44a1477bce7 [2021-02-04T00:52:07.782Z] ---> dc87d48802f5 [2021-02-04T00:52:07.782Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:52:08.060Z] ---> Running in a11217d7b352 [2021-02-04T00:52:09.054Z] Removing intermediate container a11217d7b352 [2021-02-04T00:52:09.054Z] ---> e565ac7349e0 [2021-02-04T00:52:09.054Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:52:09.054Z] ---> Running in fe631a5e7786 [2021-02-04T00:52:09.656Z] Removing intermediate container fe631a5e7786 [2021-02-04T00:52:09.656Z] ---> 3b75607b293a [2021-02-04T00:52:09.656Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:52:09.935Z] ---> Running in 37cd4d4d2c54 [2021-02-04T00:52:10.927Z] Removing intermediate container 37cd4d4d2c54 [2021-02-04T00:52:10.927Z] ---> e001fbe621a6 [2021-02-04T00:52:10.927Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:52:13.602Z] ---> 51eb701bf452 [2021-02-04T00:52:13.602Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:52:14.597Z] Removing intermediate container 51f55d04e839 [2021-02-04T00:52:14.597Z] ---> 0b460da77527 [2021-02-04T00:52:14.597Z] [2021-02-04T00:52:14.597Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:52:14.597Z] ---> afeebe901d6b [2021-02-04T00:52:14.597Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:52:14.874Z] ---> Running in 5d219a2dd094 [2021-02-04T00:52:15.154Z] ---> 240a6867d0df [2021-02-04T00:52:15.154Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:52:16.636Z] ---> 139a261b2eb8 [2021-02-04T00:52:16.636Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:52:16.917Z] ---> Running in 9257d1153e25 [2021-02-04T00:52:16.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:17.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:18.142Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:52:18.142Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:52:18.142Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:52:18.418Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:52:18.418Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:52:18.418Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:52:18.418Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:52:18.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:18.692Z] OK: 7 MiB in 19 packages [2021-02-04T00:52:18.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:19.568Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:52:19.568Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:52:19.568Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:52:19.568Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:52:19.568Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:52:19.845Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:52:19.845Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:52:22.496Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:52:22.496Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:52:22.496Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:52:22.496Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:52:22.496Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:52:22.496Z] Removing intermediate container 5d219a2dd094 [2021-02-04T00:52:22.496Z] ---> 9b4bb6f745f8 [2021-02-04T00:52:22.496Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:52:22.496Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:52:22.496Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:52:22.496Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:52:22.496Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:52:22.496Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:52:22.773Z] ---> Running in 12780f73f2cc [2021-02-04T00:52:22.773Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:52:22.773Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:52:22.773Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:52:22.773Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:52:22.773Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:52:22.773Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:52:22.773Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:52:23.050Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:52:23.050Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:52:23.050Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:52:23.050Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:52:23.050Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:52:23.050Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:52:23.050Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:52:23.050Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:52:23.050Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:52:23.329Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:52:23.329Z] OK: 71 MiB in 55 packages [2021-02-04T00:52:23.607Z] Removing intermediate container 12780f73f2cc [2021-02-04T00:52:23.607Z] ---> 2c6aac7d25f8 [2021-02-04T00:52:23.607Z] Step 13/24 : WORKDIR / [2021-02-04T00:52:24.214Z] ---> Running in ab42ad058b6d [2021-02-04T00:52:25.669Z] Removing intermediate container ab42ad058b6d [2021-02-04T00:52:25.669Z] ---> 9b3f3cc71492 [2021-02-04T00:52:25.669Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T00:52:27.658Z] ---> bf885ae3fadf [2021-02-04T00:52:27.658Z] 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:52:28.652Z] Removing intermediate container 74d0d8902840 [2021-02-04T00:52:28.652Z] ---> 4d5c8f8d9e1e [2021-02-04T00:52:28.652Z] [2021-02-04T00:52:28.652Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:52:28.652Z] ---> afeebe901d6b [2021-02-04T00:52:28.652Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:52:28.652Z] ---> Using cache [2021-02-04T00:52:28.652Z] ---> 79189baaf63a [2021-02-04T00:52:28.652Z] 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:52:28.652Z] ---> Using cache [2021-02-04T00:52:28.652Z] ---> 3bf5c36b56b5 [2021-02-04T00:52:28.652Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:52:29.262Z] ---> Running in 6df614d07864 [2021-02-04T00:52:29.546Z] ---> ad5f953179e5 [2021-02-04T00:52:29.546Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:52:30.156Z] Removing intermediate container 6df614d07864 [2021-02-04T00:52:30.156Z] ---> 6d0295618955 [2021-02-04T00:52:30.156Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:52:30.433Z] ---> Running in a0628b750547 [2021-02-04T00:52:31.431Z] Removing intermediate container a0628b750547 [2021-02-04T00:52:31.431Z] ---> 463e3ed48b7a [2021-02-04T00:52:31.431Z] Step 15/23 : WORKDIR / [2021-02-04T00:52:31.711Z] ---> 9fc7929a38dc [2021-02-04T00:52:31.711Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:52:31.711Z] ---> Running in 111ca49352ed [2021-02-04T00:52:33.171Z] Removing intermediate container 111ca49352ed [2021-02-04T00:52:33.171Z] ---> 0a577dbc172a [2021-02-04T00:52:33.171Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:52:35.176Z] ---> b52cd8f2558c [2021-02-04T00:52:35.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:52:35.176Z] ---> 15ca2fbbfc22 [2021-02-04T00:52:35.176Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:52:36.625Z] Removing intermediate container 9257d1153e25 [2021-02-04T00:52:36.625Z] ---> 347852e5c208 [2021-02-04T00:52:36.625Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:52:37.232Z] ---> 852e745ef7b5 [2021-02-04T00:52:37.232Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:52:37.232Z] ---> Running in e816f267cbf6 [2021-02-04T00:52:37.232Z] ---> e6f758112b45 [2021-02-04T00:52:37.232Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:52:38.230Z] ---> 644ddb16676f [2021-02-04T00:52:38.230Z] 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:52:38.512Z] ---> Running in d1844614ff71 [2021-02-04T00:52:38.789Z] ---> 0532361c3c21 [2021-02-04T00:52:38.789Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:52:38.789Z] ---> Running in 9cb577e3ed52 [2021-02-04T00:52:39.800Z] Removing intermediate container 9cb577e3ed52 [2021-02-04T00:52:39.800Z] ---> 8994b6cd762e [2021-02-04T00:52:39.800Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:52:39.800Z] ---> Running in 85688c839879 [2021-02-04T00:52:40.404Z] Removing intermediate container 85688c839879 [2021-02-04T00:52:40.404Z] ---> 9c99d69f90c5 [2021-02-04T00:52:40.404Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:52:40.698Z] ---> Running in 4c863f884c8e [2021-02-04T00:52:41.304Z] Removing intermediate container 4c863f884c8e [2021-02-04T00:52:41.304Z] ---> de8bb4d58b9d [2021-02-04T00:52:41.304Z] Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:52:41.583Z] ---> Running in cec17d711e21 [2021-02-04T00:52:41.858Z] Removing intermediate container d1844614ff71 [2021-02-04T00:52:41.858Z] ---> 53af60fb04e7 [2021-02-04T00:52:41.858Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:52:41.858Z] ---> Running in aebc7471bb1f [2021-02-04T00:52:42.455Z] Removing intermediate container cec17d711e21 [2021-02-04T00:52:42.455Z] ---> 34a4803acb2d [2021-02-04T00:52:42.455Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:52:42.736Z] ---> Running in 8fa473911674 [2021-02-04T00:52:42.736Z] Removing intermediate container aebc7471bb1f [2021-02-04T00:52:42.736Z] ---> c14c0658ef97 [2021-02-04T00:52:42.736Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T00:52:43.019Z] ---> Running in ea28d8b9ec9c [2021-02-04T00:52:43.296Z] Removing intermediate container 8fa473911674 [2021-02-04T00:52:43.296Z] ---> fb9c660cf9af [2021-02-04T00:52:43.296Z] [2021-02-04T00:52:43.584Z] Removing intermediate container ea28d8b9ec9c [2021-02-04T00:52:43.584Z] ---> bc43e5ffa9b5 [2021-02-04T00:52:43.584Z] Step 23/24 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:52:43.865Z] Successfully built fb9c660cf9af [2021-02-04T00:52:43.865Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T00:52:43.865Z]  Building docker-core-command-go ... done  ---> Running in 06830ae5be16 [2021-02-04T00:52:44.473Z] Removing intermediate container 06830ae5be16 [2021-02-04T00:52:44.473Z] ---> 63bce64cad0b [2021-02-04T00:52:44.473Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:52:44.473Z] ---> Running in 2ed0332dc438 [2021-02-04T00:52:45.075Z] Collecting docker-compose==1.23.2 [2021-02-04T00:52:45.075Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:52:45.351Z] Removing intermediate container 2ed0332dc438 [2021-02-04T00:52:45.351Z] ---> b38dd8629812 [2021-02-04T00:52:45.351Z] [2021-02-04T00:52:45.633Z] Successfully built b38dd8629812 [2021-02-04T00:52:45.905Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T00:52:46.500Z]  Building docker-security-secretstore-setup-go ... done Collecting docker<4.0,>=3.6.0 [2021-02-04T00:52:46.500Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:52:47.099Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:52:47.374Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:52:47.979Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:52:48.262Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:52:48.541Z] 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:52:48.817Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:52:48.817Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:52:51.453Z] Removing intermediate container f6f8e577c46a [2021-02-04T00:52:51.453Z] ---> 5116e371e909 [2021-02-04T00:52:51.453Z] [2021-02-04T00:52:51.453Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:52:51.453Z] ---> afeebe901d6b [2021-02-04T00:52:51.453Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:52:51.730Z] ---> Running in 3fbdd261e32f [2021-02-04T00:52:52.009Z] Removing intermediate container 3fbdd261e32f [2021-02-04T00:52:52.009Z] ---> 5ed63955d3eb [2021-02-04T00:52:52.009Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:52:52.288Z] ---> Running in 0a4b57122b74 [2021-02-04T00:52:52.566Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:52:52.566Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:52:52.844Z] Removing intermediate container 0a4b57122b74 [2021-02-04T00:52:52.844Z] ---> 239b8f2c61c8 [2021-02-04T00:52:52.844Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:52:52.844Z] ---> Running in 0e063343cb72 [2021-02-04T00:52:53.444Z] Removing intermediate container 0e063343cb72 [2021-02-04T00:52:53.444Z] ---> ccbf0b8d8f1c [2021-02-04T00:52:53.444Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:52:53.725Z] ---> Running in 156dca9eb81b [2021-02-04T00:52:56.370Z] Removing intermediate container 156dca9eb81b [2021-02-04T00:52:56.370Z] ---> 7b5f770ac266 [2021-02-04T00:52:56.370Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:52:56.370Z] ---> Running in 182196d8467a [2021-02-04T00:52:57.374Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:52:57.374Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:52:57.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:57.655Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:52:57.655Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:52:58.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:52:58.960Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:52:58.960Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:52:59.243Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:52:59.243Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:52:59.602Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:52:59.602Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:52:59.602Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:52:59.602Z] OK: 8 MiB in 20 packages [2021-02-04T00:53:01.062Z] Removing intermediate container 182196d8467a [2021-02-04T00:53:01.062Z] ---> bf7d8112f75e [2021-02-04T00:53:01.062Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:53:01.657Z] ---> 279b441ab665 [2021-02-04T00:53:01.657Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:53:01.657Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:53:01.657Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:53:02.253Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:53:02.253Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:53:03.233Z] ---> f15b59038b2f [2021-02-04T00:53:03.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:53:03.824Z] ---> 67a81025bede [2021-02-04T00:53:03.824Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:53:04.097Z] ---> Running in 5cbf4b957438 [2021-02-04T00:53:04.694Z] Removing intermediate container 5cbf4b957438 [2021-02-04T00:53:04.694Z] ---> ab3cf2b3500f [2021-02-04T00:53:04.694Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:53:04.694Z] ---> Running in f3084f726faa [2021-02-04T00:53:05.289Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:53:05.289Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:53:05.289Z] Removing intermediate container f3084f726faa [2021-02-04T00:53:05.289Z] ---> 7e2a7bf993cb [2021-02-04T00:53:05.289Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:53:05.289Z] ---> Running in dfe3ae6ebccf [2021-02-04T00:53:05.897Z] Removing intermediate container dfe3ae6ebccf [2021-02-04T00:53:05.897Z] ---> ae5e5190eca1 [2021-02-04T00:53:05.897Z] Step 22/23 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:53:05.897Z] ---> Running in 6706ae782558 [2021-02-04T00:53:06.172Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:53:06.172Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:53:06.444Z] 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:53:06.444Z] Removing intermediate container 6706ae782558 [2021-02-04T00:53:06.444Z] ---> 2359e312ba12 [2021-02-04T00:53:06.444Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:53:06.718Z] ---> Running in 03a362542f36 [2021-02-04T00:53:06.718Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:53:06.718Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:53:06.989Z] 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:53:06.989Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:53:06.989Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:53:06.989Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:53:06.989Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:53:07.262Z] Removing intermediate container 03a362542f36 [2021-02-04T00:53:07.262Z] ---> 41f2346dbcc0 [2021-02-04T00:53:07.262Z] [2021-02-04T00:53:07.532Z] Successfully built 41f2346dbcc0 [2021-02-04T00:53:07.532Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T00:53:08.128Z]  Building docker-core-data-go ... done Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, dockerpty, PyYAML, jsonschema, docopt, texttable, docker-compose [2021-02-04T00:53:08.397Z] Attempting uninstall: urllib3 [2021-02-04T00:53:08.397Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:53:08.397Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:53:08.672Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:53:09.264Z] Attempting uninstall: idna [2021-02-04T00:53:09.264Z] Found existing installation: idna 2.9 [2021-02-04T00:53:09.264Z] Uninstalling idna-2.9: [2021-02-04T00:53:09.264Z] Successfully uninstalled idna-2.9 [2021-02-04T00:53:10.238Z] Attempting uninstall: requests [2021-02-04T00:53:10.238Z] Found existing installation: requests 2.23.0 [2021-02-04T00:53:10.238Z] Uninstalling requests-2.23.0: [2021-02-04T00:53:10.238Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:53:11.667Z] Running setup.py install for dockerpty: started [2021-02-04T00:53:14.273Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:53:14.273Z] Running setup.py install for PyYAML: started [2021-02-04T00:53:16.877Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:53:16.877Z] Running setup.py install for docopt: started [2021-02-04T00:53:18.851Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:53:18.851Z] Running setup.py install for texttable: started [2021-02-04T00:53:21.463Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:53:22.438Z] 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:53:26.739Z] Removing intermediate container e816f267cbf6 [2021-02-04T00:53:26.739Z] ---> 35925a1d5447 [2021-02-04T00:53:26.739Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:53:26.739Z] ---> Running in 9e171c3e39ce [2021-02-04T00:53:27.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:27.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:28.301Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:53:28.301Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:53:28.301Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:53:28.301Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:28.301Z] OK: 71 MiB in 58 packages [2021-02-04T00:53:29.729Z] Removing intermediate container 9e171c3e39ce [2021-02-04T00:53:29.729Z] ---> 3b68ba7f5dbf [2021-02-04T00:53:29.729Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:53:29.729Z] ---> Running in 36cf0c71c7da [2021-02-04T00:53:30.001Z] Removing intermediate container 36cf0c71c7da [2021-02-04T00:53:30.001Z] ---> f05cc049078b [2021-02-04T00:53:30.001Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:53:30.275Z] ---> Running in 6e86fccb2da8 [2021-02-04T00:53:30.551Z] Removing intermediate container 6e86fccb2da8 [2021-02-04T00:53:30.551Z] ---> b5e6b7983898 [2021-02-04T00:53:30.551Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T00:53:30.824Z] ---> Running in da1938c9e562 [2021-02-04T00:53:31.421Z] Removing intermediate container da1938c9e562 [2021-02-04T00:53:31.421Z] ---> e9d54721b0b7 [2021-02-04T00:53:31.421Z] Step 25/26 : LABEL git_sha=00b1540c032c84a1ae5c46b953681fb0b4946081 [2021-02-04T00:53:31.421Z] ---> Running in 7288c97453d1 [2021-02-04T00:53:32.013Z] Removing intermediate container 7288c97453d1 [2021-02-04T00:53:32.013Z] ---> 86d2721e58a6 [2021-02-04T00:53:32.013Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:53:32.013Z] ---> Running in e25627e88ee3 [2021-02-04T00:53:32.609Z] Removing intermediate container e25627e88ee3 [2021-02-04T00:53:32.609Z] ---> 8b9c54f3d60b [2021-02-04T00:53:32.609Z] [2021-02-04T00:53:32.883Z] Successfully built 8b9c54f3d60b [2021-02-04T00:53:33.157Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T00:53:33.444Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T00:53:33.435Z] $ docker stop --time=1 03515115736ed81fde2671d7191bff4e574e3e26a4abce36555f2a60ae531c26 [2021-02-04T00:53:35.518Z] $ docker rm -f 03515115736ed81fde2671d7191bff4e574e3e26a4abce36555f2a60ae531c26 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:53:36.226Z] + + grep dockerdocker [2021-02-04T00:53:36.226Z] images [2021-02-04T00:53:36.497Z] docker-sys-mgmt-agent-go-arm64 latest 8b9c54f3d60b 4 seconds ago 300MB [2021-02-04T00:53:36.497Z] docker-core-data-go-arm64 latest 41f2346dbcc0 30 seconds ago 21MB [2021-02-04T00:53:36.497Z] docker-security-secretstore-setup-go-arm64 latest b38dd8629812 52 seconds ago 23.4MB [2021-02-04T00:53:36.497Z] docker-core-command-go-arm64 latest fb9c660cf9af 54 seconds ago 16MB [2021-02-04T00:53:36.497Z] docker-security-bootstrapper-go-arm64 latest e8c20ab135ef 3 minutes ago 22.6MB [2021-02-04T00:53:36.497Z] docker-core-metadata-go-arm64 latest 0655382d38ea 3 minutes ago 17.7MB [2021-02-04T00:53:36.497Z] docker-support-notifications-go-arm64 latest 0b4dec7d2f4d 3 minutes ago 16.7MB [2021-02-04T00:53:36.497Z] docker-support-scheduler-go-arm64 latest 4773e8acb334 3 minutes ago 16.1MB [2021-02-04T00:53:36.497Z] docker-security-proxy-setup-go-arm64 latest 47b36aa1164b 3 minutes ago 23.2MB [2021-02-04T00:53:36.497Z] 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:53:38.188Z] provisioning config files... [2021-02-04T00:53:38.217Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config9141942792434939632tmp [Pipeline] { [Pipeline] sh [2021-02-04T00:53:38.674Z] + set +x [2021-02-04T00:53:38.674Z] + bash -s -- [2021-02-04T00:53:38.674Z] + curl -s https://codecov.io/bash [2021-02-04T00:53:38.948Z] [2021-02-04T00:53:38.949Z] _____ _ [2021-02-04T00:53:38.949Z] / ____| | | [2021-02-04T00:53:38.949Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T00:53:38.949Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T00:53:38.949Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T00:53:38.949Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T00:53:38.949Z] Bash-20210129-7c25fce [2021-02-04T00:53:38.949Z] [2021-02-04T00:53:38.949Z] [2021-02-04T00:53:38.949Z] ==> git version 2.24.3 found [2021-02-04T00:53:38.949Z] ==> 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:53:38.949Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T00:53:38.949Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T00:53:39.211Z] ==> Jenkins CI detected. [2021-02-04T00:53:39.211Z] project root: . [2021-02-04T00:53:39.211Z] --> token set from env [2021-02-04T00:53:39.211Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T00:53:39.211Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T00:53:39.211Z] ==> Python coveragepy not found [2021-02-04T00:53:39.211Z] ==> Searching for coverage reports in: [2021-02-04T00:53:39.211Z] + . [2021-02-04T00:53:39.211Z] -> Found 1 reports [2021-02-04T00:53:39.211Z] ==> Detecting git/mercurial file structure [2021-02-04T00:53:39.211Z] ==> Reading reports [2021-02-04T00:53:39.211Z] + ./coverage.out bytes=580808 [2021-02-04T00:53:39.474Z] ==> Appending adjustments [2021-02-04T00:53:39.474Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T00:53:42.790Z] + Found adjustments [2021-02-04T00:53:42.790Z] ==> Gzipping contents [2021-02-04T00:53:42.790Z] 88K /tmp/codecov.K6dkWF.gz [2021-02-04T00:53:42.790Z] ==> Uploading reports [2021-02-04T00:53:42.790Z] url: https://codecov.io [2021-02-04T00:53:42.790Z] query: branch=PR-3112&commit=00b1540c032c84a1ae5c46b953681fb0b4946081&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= [2021-02-04T00:53:42.790Z] -> Pinging Codecov [2021-02-04T00:53:42.790Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3112&commit=00b1540c032c84a1ae5c46b953681fb0b4946081&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= [2021-02-04T00:53:43.363Z] -> Uploading to [2021-02-04T00:53:43.363Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/00b1540c032c84a1ae5c46b953681fb0b4946081/4fa35354-ce07-46d6-a6ef-38e109470df0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T005343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a64ce4ee6d102d17789d48269d05c81267ff2a247228cd00844731d52533046c [2021-02-04T00:53:43.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T00:53:43.363Z] Dload Upload Total Spent Left Speed [2021-02-04T00:53:43.888Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87708 0 0 100 87708 0 180k --:--:-- --:--:-- --:--:-- 180k [2021-02-04T00:53:43.888Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/00b1540c032c84a1ae5c46b953681fb0b4946081 [Pipeline] } [2021-02-04T00:53:43.899Z] 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:53:45.707Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:53:46.628Z] ---> package-listing.sh [2021-02-04T00:53:46.628Z] ++ facter osfamily [2021-02-04T00:53:46.628Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T00:53:46.628Z] + OS_FAMILY=redhat [2021-02-04T00:53:46.628Z] + workspace=/w/workspace/edgex-go/4 [2021-02-04T00:53:46.628Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T00:53:46.628Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T00:53:46.628Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T00:53:46.628Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T00:53:46.628Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-04T00:53:46.628Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T00:53:46.628Z] + case "${OS_FAMILY}" in [2021-02-04T00:53:46.628Z] + rpm -qa [2021-02-04T00:53:46.628Z] + sort [2021-02-04T00:53:51.944Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T00:53:51.944Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T00:53:51.944Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T00:53:51.944Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-04T00:53:51.944Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-04T00:53:51.944Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-04T00:53:51.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/4/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:53:52.275Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:53:52.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:53:52.602Z] [2021-02-04T00:53:52.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:53:52.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:53:52.974Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T00:53:52.974Z] df20fa9351a1: Pulling fs layer [2021-02-04T00:53:52.974Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T00:53:52.974Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T00:53:52.974Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T00:53:52.974Z] 93b61091891f: Pulling fs layer [2021-02-04T00:53:52.974Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T00:53:52.974Z] 5e14af77c1be: Pulling fs layer [2021-02-04T00:53:52.974Z] 01666e4c0597: Pulling fs layer [2021-02-04T00:53:52.974Z] aa168da1d23b: Pulling fs layer [2021-02-04T00:53:52.974Z] 46f8f816bc3b: Waiting [2021-02-04T00:53:52.974Z] 93b9cdb0e59b: Waiting [2021-02-04T00:53:52.974Z] 5e14af77c1be: Waiting [2021-02-04T00:53:52.974Z] 93b61091891f: Waiting [2021-02-04T00:53:52.974Z] aa168da1d23b: Waiting [2021-02-04T00:53:52.974Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T00:53:52.974Z] 36b3adc4ff6f: Download complete [2021-02-04T00:53:52.974Z] 46f8f816bc3b: Download complete [2021-02-04T00:53:53.241Z] df20fa9351a1: Verifying Checksum [2021-02-04T00:53:53.241Z] df20fa9351a1: Download complete [2021-02-04T00:53:53.241Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T00:53:53.241Z] 93b9cdb0e59b: Download complete [2021-02-04T00:53:53.241Z] 93b61091891f: Verifying Checksum [2021-02-04T00:53:53.241Z] 93b61091891f: Download complete [2021-02-04T00:53:53.241Z] 5e14af77c1be: Download complete [2021-02-04T00:53:53.241Z] 01666e4c0597: Verifying Checksum [2021-02-04T00:53:53.241Z] 01666e4c0597: Download complete [2021-02-04T00:53:53.514Z] df20fa9351a1: Pull complete [2021-02-04T00:53:53.784Z] 36b3adc4ff6f: Pull complete [2021-02-04T00:53:53.784Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T00:53:53.784Z] 8ad3a11d3b57: Download complete [2021-02-04T00:53:54.761Z] 8ad3a11d3b57: Pull complete [2021-02-04T00:53:55.025Z] 46f8f816bc3b: Pull complete [2021-02-04T00:53:55.605Z] aa168da1d23b: Verifying Checksum [2021-02-04T00:53:55.605Z] aa168da1d23b: Download complete [2021-02-04T00:53:57.525Z] 93b61091891f: Pull complete [2021-02-04T00:53:57.525Z] 93b9cdb0e59b: Pull complete [2021-02-04T00:53:57.525Z] 5e14af77c1be: Pull complete [2021-02-04T00:53:57.790Z] 01666e4c0597: Pull complete [2021-02-04T00:54:06.005Z] aa168da1d23b: Pull complete [2021-02-04T00:54:06.005Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T00:54:06.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:54:06.005Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T00:54:06.253Z] prd-centos7-docker-4c-2g-24798 does not seem to be running inside a container [2021-02-04T00:54:06.320Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T00:54:12.183Z] $ docker top 0d310e21b475eb8fa82c4d3ca9c1db0e3b2f490c8271fc3f53ac2728b8df0d33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:54:12.716Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T00:54:13.019Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T00:54:13.319Z] + ls /var/log/sa-host [2021-02-04T00:54:13.319Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T00:54:13.319Z] file_magic: OK [2021-02-04T00:54:13.319Z] HZ: Using current value: 100 [2021-02-04T00:54:13.319Z] file_header: OK [2021-02-04T00:54:13.319Z] 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:54:13.319Z] Statistics: [2021-02-04T00:54:13.319Z] 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...Hnuu...uuuununununu... [2021-02-04T00:54:13.319Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T00:54:13.319Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T00:54:13.319Z] file_magic: OK [2021-02-04T00:54:13.319Z] HZ: Using current value: 100 [2021-02-04T00:54:13.319Z] file_header: OK [2021-02-04T00:54:13.319Z] 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:54:13.319Z] Statistics: [2021-02-04T00:54:13.319Z] Hnuu...uuuununununu... [2021-02-04T00:54:13.319Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T00:54:13.533Z] provisioning config files... [2021-02-04T00:54:13.556Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4428852158108510437tmp [Pipeline] { [Pipeline] echo [2021-02-04T00:54:13.626Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:13.928Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T00:54:13.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T00:54:14.029Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:14.329Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T00:54:14.341Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:14.639Z] ---> sudo-logs.sh [2021-02-04T00:54:14.639Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T00:54:14.652Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:14.960Z] ---> job-cost.sh [2021-02-04T00:54:14.960Z] lf-activate-venv: SKIPPING [2021-02-04T00:54:14.960Z] INFO: No Stack... [2021-02-04T00:54:15.908Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T00:54:16.484Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T00:54:16.499Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:16.812Z] ---> logs-deploy.sh [2021-02-04T00:54:16.812Z] lf-activate-venv: SKIPPING [2021-02-04T00:54:16.812Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3112/4 [2021-02-04T00:54:16.812Z] INFO: archiving workspace using pattern(s): [2021-02-04T00:54:18.740Z] Archives upload complete. [2021-02-04T00:54:18.740Z] INFO: archiving logs to Nexus