Pull request #3125 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c250855f865f8c62af0409146ed617a84f3308da rather than 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 Obtained Jenkinsfile from c250855f865f8c62af0409146ed617a84f3308da 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-25044 in /w/workspace/edgexfoundry_edgex-go_PR-3125 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3125/head:refs/remotes/origin/PR-3125 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 Merge succeeded, producing 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 Checking out Revision 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 (PR-3125) > git config core.sparsecheckout # timeout=10 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 Commit message: "Merge branch 'master' into issue-3122" > git rev-list --no-walk 0d8161928b0b8e8e98c92ebc5d1e68d7d0919953 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T18:53:12.132Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T18:53:12.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T18:53:12.534Z] ========================================================= [2021-02-04T18:53:12.534Z] EdgeX Global Pipelines Version Info [2021-02-04T18:53:12.534Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:13.984Z] ------------------- [2021-02-04T18:53:13.984Z] stable info: [2021-02-04T18:53:13.984Z] ------------------- [2021-02-04T18:53:13.984Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:53:13.984Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:53:13.984Z] Message: update stable to v1.0.179 [2021-02-04T18:53:14.936Z] ------------------- [2021-02-04T18:53:14.936Z] experimental info: [2021-02-04T18:53:14.936Z] ------------------- [2021-02-04T18:53:14.936Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:53:14.936Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:53:14.936Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T18:53:15.248Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T18:53:16.850Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T18:53:16.990Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T18:53:17.146Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T18:53:17.262Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T18:53:17.368Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T18:53:17.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T18:53:17.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T18:53:17.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T18:53:17.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T18:53:17.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T18:53:17.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T18:53:18.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T18:53:18.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T18:53:18.275Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T18:53:18.360Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T18:53:18.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T18:53:18.542Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T18:53:18.638Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T18:53:18.725Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T18:53:18.811Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T18:53:18.898Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T18:53:18.984Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T18:53:19.071Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3125 [Pipeline] echo [2021-02-04T18:53:19.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3125 [Pipeline] echo [2021-02-04T18:53:19.247Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3125 [Pipeline] echo [2021-02-04T18:53:19.357Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [Pipeline] echo [2021-02-04T18:53:19.463Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b3e582 [Pipeline] echo [2021-02-04T18:53:19.545Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T18:53:19.706Z] provisioning config files... [2021-02-04T18:53:19.742Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1042451711707108291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:20.142Z] ---> docker-login.sh [2021-02-04T18:53:20.142Z] nexus3.edgexfoundry.org:10001 [2021-02-04T18:53:20.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:53:20.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:53:20.405Z] Configure a credential helper to remove this warning. See [2021-02-04T18:53:20.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:53:20.405Z] [2021-02-04T18:53:20.405Z] Login Succeeded [2021-02-04T18:53:20.405Z] nexus3.edgexfoundry.org:10002 [2021-02-04T18:53:20.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:53:20.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:53:20.667Z] Configure a credential helper to remove this warning. See [2021-02-04T18:53:20.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:53:20.667Z] [2021-02-04T18:53:20.667Z] Login Succeeded [2021-02-04T18:53:20.667Z] nexus3.edgexfoundry.org:10003 [2021-02-04T18:53:20.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:53:20.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:53:20.933Z] Configure a credential helper to remove this warning. See [2021-02-04T18:53:20.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:53:20.933Z] [2021-02-04T18:53:20.933Z] Login Succeeded [2021-02-04T18:53:20.933Z] nexus3.edgexfoundry.org:10004 [2021-02-04T18:53:20.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:53:20.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:53:20.933Z] Configure a credential helper to remove this warning. See [2021-02-04T18:53:20.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:53:20.933Z] [2021-02-04T18:53:20.933Z] Login Succeeded [2021-02-04T18:53:20.933Z] docker.io [2021-02-04T18:53:21.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:53:21.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:53:21.473Z] Configure a credential helper to remove this warning. See [2021-02-04T18:53:21.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:53:21.473Z] [2021-02-04T18:53:21.473Z] Login Succeeded [2021-02-04T18:53:21.473Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T18:53:21.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:53:21.961Z] ++ 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-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T18:53:21.961Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:53:21.961Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T18:53:21.961Z] ++ cut -d/ -f2 [2021-02-04T18:53:21.961Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T18:53:22.028Z] 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-04T18:53:23.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:53:23.573Z] [2021-02-04T18:53:23.573Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:53:23.922Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:53:23.923Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T18:53:23.923Z] 31603596830f: Pulling fs layer [2021-02-04T18:53:23.923Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T18:53:23.923Z] 6ca5941a6612: Pulling fs layer [2021-02-04T18:53:23.923Z] ecc8261a40a4: Pulling fs layer [2021-02-04T18:53:23.923Z] ecc8261a40a4: Waiting [2021-02-04T18:53:23.923Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T18:53:23.923Z] 2a8b12db71e7: Download complete [2021-02-04T18:53:23.923Z] 31603596830f: Verifying Checksum [2021-02-04T18:53:23.923Z] 31603596830f: Download complete [2021-02-04T18:53:24.185Z] ecc8261a40a4: Verifying Checksum [2021-02-04T18:53:24.185Z] ecc8261a40a4: Download complete [2021-02-04T18:53:24.185Z] 6ca5941a6612: Verifying Checksum [2021-02-04T18:53:24.185Z] 6ca5941a6612: Download complete [2021-02-04T18:53:24.447Z] 31603596830f: Pull complete [2021-02-04T18:53:24.714Z] 2a8b12db71e7: Pull complete [2021-02-04T18:53:25.298Z] 6ca5941a6612: Pull complete [2021-02-04T18:53:25.561Z] ecc8261a40a4: Pull complete [2021-02-04T18:53:25.561Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T18:53:25.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:53:25.561Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T18:53:25.663Z] prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container [2021-02-04T18:53:25.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:53:28.174Z] $ docker top a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:53:28.507Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:53:28.507Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:53:28.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:53:28.729Z] $ docker exec a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent [2021-02-04T18:53:28.896Z] SSH_AUTH_SOCK=/tmp/ssh-0wbwrtijfBkg/agent.11 [2021-02-04T18:53:28.896Z] SSH_AGENT_PID=16 [2021-02-04T18:53:28.907Z] Running ssh-add (command line suppressed) [2021-02-04T18:53:29.033Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2173856994357919471.key (/w/workspace/edgex-go/3@tmp/private_key_2173856994357919471.key) [2021-02-04T18:53:29.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:53:29.424Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T18:53:29.444Z] $ docker exec --env ******** --env ******** a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent -k [2021-02-04T18:53:29.569Z] unset SSH_AUTH_SOCK; [2021-02-04T18:53:29.569Z] unset SSH_AGENT_PID; [2021-02-04T18:53:29.569Z] echo Agent pid 16 killed; [2021-02-04T18:53:29.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T18:53:29.764Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:53:29.764Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:53:29.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:53:29.938Z] $ docker exec a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent [2021-02-04T18:53:30.108Z] SSH_AUTH_SOCK=/tmp/ssh-Ebh4HRHAS3z4/agent.46 [2021-02-04T18:53:30.108Z] SSH_AGENT_PID=52 [2021-02-04T18:53:30.114Z] Running ssh-add (command line suppressed) [2021-02-04T18:53:30.241Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_368714085935205966.key (/w/workspace/edgex-go/3@tmp/private_key_368714085935205966.key) [2021-02-04T18:53:30.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:53:30.646Z] + git semver init [2021-02-04T18:53:30.646Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:53:30.646Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-04T18:53:30.646Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-04T18:53:30.646Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:53:30.646Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:53:30.646Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:53:30.646Z] # $SEMVER_BRANCH = PR-3125 [2021-02-04T18:53:30.646Z] # $SEMVER_TEMP = /tmp/semver-892457758 [2021-02-04T18:53:30.646Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T18:53:57.273Z] # '/tmp/semver-892457758' -> '/w/workspace/edgex-go/3/.semver' [2021-02-04T18:53:57.847Z] # -> Force: false [2021-02-04T18:53:57.847Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-04T18:53:57.862Z] $ docker exec --env ******** --env ******** a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent -k [2021-02-04T18:53:58.050Z] unset SSH_AUTH_SOCK; [2021-02-04T18:53:58.051Z] unset SSH_AGENT_PID; [2021-02-04T18:53:58.051Z] echo Agent pid 52 killed; [2021-02-04T18:53:58.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:53:58.603Z] + git semver [Pipeline] } [2021-02-04T18:53:58.621Z] $ docker stop --time=1 a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 [2021-02-04T18:54:00.211Z] $ docker rm -f a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:54:00.734Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T18:54:01.318Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T18:54:01.321Z] [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-04T18:54:02.281Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:54:02.580Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:54:02.883Z] + true [2021-02-04T18:54:02.883Z] + sudo service docker restart [2021-02-04T18:54:02.883Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T18:54:03.476Z] ========================================================= [2021-02-04T18:54:03.476Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T18:54:03.476Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:54:03.830Z] + 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-04T18:54:08.061Z] Sending build context to Docker daemon 327.5MB [2021-02-04T18:54:08.061Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T18:54:08.061Z] Step 2/6 : FROM ${BASE} [2021-02-04T18:54:08.061Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T18:54:08.061Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T18:54:08.061Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T18:54:08.061Z] de9db76c5a1d: Pulling fs layer [2021-02-04T18:54:08.061Z] bca2f99d35d6: Pulling fs layer [2021-02-04T18:54:08.061Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T18:54:08.061Z] 7c6f9722023f: Pulling fs layer [2021-02-04T18:54:08.061Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T18:54:08.061Z] 93359f2a8cfa: Waiting [2021-02-04T18:54:08.061Z] 7c6f9722023f: Waiting [2021-02-04T18:54:08.061Z] a35cf1a2eb13: Waiting [2021-02-04T18:54:08.061Z] bca2f99d35d6: Waiting [2021-02-04T18:54:08.061Z] de9db76c5a1d: Verifying Checksum [2021-02-04T18:54:08.061Z] de9db76c5a1d: Download complete [2021-02-04T18:54:08.061Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T18:54:08.061Z] 0ef7d3d256c8: Download complete [2021-02-04T18:54:08.061Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T18:54:08.061Z] 93359f2a8cfa: Download complete [2021-02-04T18:54:08.061Z] 188c0c94c7c5: Download complete [2021-02-04T18:54:08.061Z] 7c6f9722023f: Verifying Checksum [2021-02-04T18:54:08.061Z] 7c6f9722023f: Download complete [2021-02-04T18:54:08.324Z] 188c0c94c7c5: Pull complete [2021-02-04T18:54:08.585Z] 0ef7d3d256c8: Pull complete [2021-02-04T18:54:08.585Z] de9db76c5a1d: Pull complete [2021-02-04T18:54:09.987Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T18:54:09.987Z] a35cf1a2eb13: Download complete [2021-02-04T18:54:10.567Z] bca2f99d35d6: Verifying Checksum [2021-02-04T18:54:10.567Z] bca2f99d35d6: Download complete [2021-02-04T18:54:15.892Z] bca2f99d35d6: Pull complete [2021-02-04T18:54:15.892Z] 93359f2a8cfa: Pull complete [2021-02-04T18:54:15.892Z] 7c6f9722023f: Pull complete [2021-02-04T18:54:16.750Z] Still waiting to schedule task [2021-02-04T18:54:16.750Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T18:54:21.206Z] a35cf1a2eb13: Pull complete [2021-02-04T18:54:21.206Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T18:54:21.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T18:54:21.206Z] ---> a62c8e92a672 [2021-02-04T18:54:21.206Z] 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-04T18:54:21.206Z] ---> Running in 7c8bf75aee29 [2021-02-04T18:54:21.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:54:22.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:54:22.929Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T18:54:22.929Z] (2/12) Installing file (5.38-r0) [2021-02-04T18:54:22.929Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T18:54:23.191Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T18:54:26.500Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T18:54:26.500Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T18:54:26.500Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T18:54:26.500Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T18:54:26.500Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T18:54:26.500Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T18:54:26.763Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T18:54:26.763Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T18:54:26.763Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:54:26.763Z] OK: 233 MiB in 51 packages [2021-02-04T18:54:30.983Z] Removing intermediate container 7c8bf75aee29 [2021-02-04T18:54:30.983Z] ---> a7fded08200c [2021-02-04T18:54:30.983Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T18:54:30.983Z] ---> Running in 8c45d90a394e [2021-02-04T18:54:30.983Z] Removing intermediate container 8c45d90a394e [2021-02-04T18:54:30.983Z] ---> 84d0958dd723 [2021-02-04T18:54:30.983Z] Step 5/6 : COPY go.mod . [2021-02-04T18:54:30.983Z] ---> d0e627265dd1 [2021-02-04T18:54:30.983Z] Step 6/6 : RUN go mod download [2021-02-04T18:54:31.245Z] ---> Running in 8093a3677c6b [2021-02-04T18:54:53.336Z] Removing intermediate container 8093a3677c6b [2021-02-04T18:54:53.336Z] ---> a56218bc674c [2021-02-04T18:54:53.336Z] Successfully built a56218bc674c [2021-02-04T18:54:53.336Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:54:53.686Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:54:53.686Z] . [Pipeline] withDockerContainer [2021-02-04T18:54:53.783Z] prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container [2021-02-04T18:54:53.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T18:54:54.580Z] $ docker top d39a6508e5bc0478a6899cff30e7418c8c0ef12ad99a41a5d33b1763eb3abc33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:54:55.062Z] + go version [2021-02-04T18:54:55.062Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T18:54:55.079Z] $ docker stop --time=1 d39a6508e5bc0478a6899cff30e7418c8c0ef12ad99a41a5d33b1763eb3abc33 [2021-02-04T18:54:56.467Z] $ docker rm -f d39a6508e5bc0478a6899cff30e7418c8c0ef12ad99a41a5d33b1763eb3abc33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:54:57.252Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:54:57.252Z] . [Pipeline] withDockerContainer [2021-02-04T18:54:57.358Z] prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container [2021-02-04T18:54:57.408Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T18:54:58.051Z] $ docker top b8803b7ca88a1237017c485e7ed2e82a9f7d2854984a3d1299daa87304939183 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T18:54:58.235Z] ========================================================= [2021-02-04T18:54:58.235Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T18:54:58.235Z] ========================================================= [Pipeline] sh [2021-02-04T18:54:58.530Z] + make test [2021-02-04T18:54:58.530Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T18:55:08.575Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T18:55:23.596Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T18:55:30.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T18:55:30.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T18:55:30.306Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T18:55:30.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T18:55:31.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T18:55:31.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T18:55:31.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T18:55:31.740Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T18:55:32.014Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T18:55:32.615Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T18:55:34.555Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T18:55:34.556Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T18:55:34.556Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T18:55:36.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.0% of statements [2021-02-04T18:55:36.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T18:55:36.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T18:55:36.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T18:55:36.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T18:55:36.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T18:55:36.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T18:55:36.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T18:55:36.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.059s coverage: 100.0% of statements [2021-02-04T18:55:39.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T18:55:39.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T18:55:39.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T18:55:39.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T18:55:39.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T18:55:40.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.3% of statements [2021-02-04T18:55:40.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T18:55:40.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:55:40.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T18:55:40.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T18:55:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T18:55:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T18:55:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T18:55:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T18:55:42.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-02-04T18:55:42.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T18:55:43.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-02-04T18:55:43.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T18:55:43.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T18:55:43.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T18:55:43.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 92.8% of statements [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T18:55:45.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-02-04T18:55:45.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-02-04T18:55:57.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-02-04T18:55:57.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.040s coverage: 87.2% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 63.5% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.079s coverage: 87.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.755s coverage: 29.1% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 100.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T18:56:08.211Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-02-04T18:56:08.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T18:56:08.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-04T18:56:08.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T18:56:08.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T18:56:08.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T18:56:08.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T18:56:08.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-04T18:56:08.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T18:56:08.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T18:56:08.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-04T18:56:08.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-04T18:56:08.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-04T18:56:08.787Z] GO111MODULE=on go vet ./... [2021-02-04T18:56:11.335Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25045 in /w/workspace/edgexfoundry_edgex-go_PR-3125 [Pipeline] { [Pipeline] ws [2021-02-04T18:56:11.425Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-04T18:56:16.336Z] using credential edgex-jenkins-ssh [2021-02-04T18:56:16.397Z] Cloning the remote Git repository [2021-02-04T18:56:16.478Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:56:16.590Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-04T18:56:16.688Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:56:16.689Z] > git --version # timeout=10 [2021-02-04T18:56:16.709Z] > git --version # 'git version 2.17.1' [2021-02-04T18:56:16.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:56:16.782Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:56:35.170Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T18:56:35.466Z] gofmt -l . [2021-02-04T18:56:35.466Z] [ "`gofmt -l .`" = "" ] [2021-02-04T18:56:35.466Z] ./bin/test-go-mod-tidy.sh [2021-02-04T18:56:35.466Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T18:56:35.710Z] Merge succeeded, producing 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T18:56:35.710Z] Checking out Revision 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 (PR-3125) [2021-02-04T18:56:35.770Z] + ls -al . [2021-02-04T18:56:35.770Z] total 688 [2021-02-04T18:56:35.770Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 18:56 . [2021-02-04T18:56:35.770Z] drwxr-xr-x 4 root root 28 Feb 4 18:54 .. [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 18:53 .dockerignore [2021-02-04T18:56:35.770Z] drwxrwxr-x 8 1001 1001 179 Feb 4 18:53 .git [2021-02-04T18:56:35.770Z] drwxrwxr-x 3 1001 1001 125 Feb 4 18:53 .github [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 18:53 .gitignore [2021-02-04T18:56:35.770Z] drwx------ 3 1001 1001 60 Feb 4 18:53 .semver [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 18:53 .sonarcloud.properties [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:53 Attribution.txt [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:53 CONTRIBUTING.md [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 18:53 Dockerfile.build [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 18:53 Jenkinsfile [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:53 LICENSE [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:53 Makefile [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:53 README.md [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:53 SECURITY.md [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 18:54 VERSION [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:53 ZMQWindows.md [2021-02-04T18:56:35.770Z] drwxrwxr-x 2 1001 1001 117 Feb 4 18:53 bin [2021-02-04T18:56:35.770Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 18:53 cmd [2021-02-04T18:56:35.770Z] -rw-r--r-- 1 root root 583066 Feb 4 18:56 coverage.out [2021-02-04T18:56:35.770Z] -rw-r--r-- 1 root root 1054 Feb 4 18:56 go.mod [2021-02-04T18:56:35.770Z] -rw-r--r-- 1 root root 19290 Feb 4 18:56 go.sum [2021-02-04T18:56:35.770Z] drwxrwxr-x 8 1001 1001 127 Feb 4 18:53 internal [2021-02-04T18:56:35.770Z] drwxrwxr-x 4 1001 1001 26 Feb 4 18:53 openapi [2021-02-04T18:56:35.770Z] drwxrwxr-x 4 1001 1001 71 Feb 4 18:53 snap [2021-02-04T18:56:35.770Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 18:53 version.go [Pipeline] sh [2021-02-04T18:56:34.267Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T18:56:34.283Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:56:34.314Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T18:56:34.360Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:56:34.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:56:34.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3125/head:refs/remotes/origin/PR-3125 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T18:56:35.193Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:56:35.208Z] > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 [2021-02-04T18:56:35.532Z] > git remote # timeout=10 [2021-02-04T18:56:35.550Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T18:56:35.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:56:35.622Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T18:56:35.661Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T18:56:35.722Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:56:35.757Z] > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 [2021-02-04T18:56:36.077Z] + '[' -e coverage.out ] [2021-02-04T18:56:36.077Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T18:56:36.315Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T18:56:36.609Z] + make build [2021-02-04T18:56:36.609Z] 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-04T18:56:40.221Z] Commit message: "Merge branch 'master' into issue-3122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-02-04T18:56:40.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:56:41.963Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:56:42.397Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:56:42.757Z] + sudo service docker restart [2021-02-04T18:56:42.757Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T18:56:44.827Z] provisioning config files... [2021-02-04T18:56:44.875Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1200071342276503574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:56:45.289Z] ---> docker-login.sh [2021-02-04T18:56:45.289Z] nexus3.edgexfoundry.org:10001 [2021-02-04T18:56:45.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:56:46.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:56:46.495Z] Configure a credential helper to remove this warning. See [2021-02-04T18:56:46.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:56:46.495Z] [2021-02-04T18:56:46.495Z] Login Succeeded [2021-02-04T18:56:46.495Z] nexus3.edgexfoundry.org:10002 [2021-02-04T18:56:46.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:56:47.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:56:47.040Z] Configure a credential helper to remove this warning. See [2021-02-04T18:56:47.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:56:47.040Z] [2021-02-04T18:56:47.040Z] Login Succeeded [2021-02-04T18:56:47.040Z] nexus3.edgexfoundry.org:10003 [2021-02-04T18:56:47.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:56:47.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:56:47.314Z] Configure a credential helper to remove this warning. See [2021-02-04T18:56:47.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:56:47.314Z] [2021-02-04T18:56:47.314Z] Login Succeeded [2021-02-04T18:56:47.314Z] nexus3.edgexfoundry.org:10004 [2021-02-04T18:56:47.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:56:47.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:56:47.912Z] Configure a credential helper to remove this warning. See [2021-02-04T18:56:47.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:56:47.912Z] [2021-02-04T18:56:47.912Z] Login Succeeded [2021-02-04T18:56:47.912Z] docker.io [2021-02-04T18:56:48.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:56:48.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:56:48.465Z] Configure a credential helper to remove this warning. See [2021-02-04T18:56:48.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:56:48.465Z] [2021-02-04T18:56:48.465Z] Login Succeeded [2021-02-04T18:56:48.736Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T18:56:48.752Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-04T18:56:49.072Z] 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 [Pipeline] echo [2021-02-04T18:56:49.182Z] ========================================================= [2021-02-04T18:56:49.183Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T18:56:49.183Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:56:49.334Z] 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-04T18:56:49.565Z] + 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-04T18:56:51.264Z] 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-04T18:56:51.529Z] 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-04T18:56:52.215Z] Sending build context to Docker daemon 166.1MB [2021-02-04T18:56:52.216Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T18:56:52.216Z] Step 2/6 : FROM ${BASE} [2021-02-04T18:56:52.216Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T18:56:52.216Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T18:56:52.216Z] a4357932f1b6: Pulling fs layer [2021-02-04T18:56:52.216Z] 18c013af1878: Pulling fs layer [2021-02-04T18:56:52.216Z] 00ac8860ef70: Pulling fs layer [2021-02-04T18:56:52.216Z] 63d7cb157983: Pulling fs layer [2021-02-04T18:56:52.216Z] b116817d02f9: Pulling fs layer [2021-02-04T18:56:52.216Z] 745a02a5169b: Pulling fs layer [2021-02-04T18:56:52.216Z] 00ac8860ef70: Waiting [2021-02-04T18:56:52.216Z] 63d7cb157983: Waiting [2021-02-04T18:56:52.216Z] b116817d02f9: Waiting [2021-02-04T18:56:52.216Z] 745a02a5169b: Waiting [2021-02-04T18:56:52.216Z] 18c013af1878: Verifying Checksum [2021-02-04T18:56:52.216Z] 18c013af1878: Download complete [2021-02-04T18:56:52.216Z] a4357932f1b6: Download complete [2021-02-04T18:56:52.216Z] 63d7cb157983: Verifying Checksum [2021-02-04T18:56:52.216Z] 63d7cb157983: Download complete [2021-02-04T18:56:52.216Z] b116817d02f9: Verifying Checksum [2021-02-04T18:56:52.216Z] b116817d02f9: Download complete [2021-02-04T18:56:52.216Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T18:56:52.216Z] 5f621e34cdf4: Download complete [2021-02-04T18:56:52.819Z] 5f621e34cdf4: Pull complete [2021-02-04T18:56:52.945Z] 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-04T18:56:53.420Z] a4357932f1b6: Pull complete [2021-02-04T18:56:53.693Z] 18c013af1878: Pull complete [2021-02-04T18:56:54.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T18:56:55.133Z] 745a02a5169b: Verifying Checksum [2021-02-04T18:56:55.133Z] 745a02a5169b: Download complete [2021-02-04T18:56:55.728Z] 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-04T18:56:56.118Z] 00ac8860ef70: Verifying Checksum [2021-02-04T18:56:56.118Z] 00ac8860ef70: Download complete [2021-02-04T18:56:56.675Z] 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-04T18:56:57.630Z] 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-04T18:56:59.032Z] 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-04T18:56:59.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T18:57:01.404Z] $ docker stop --time=1 b8803b7ca88a1237017c485e7ed2e82a9f7d2854984a3d1299daa87304939183 [2021-02-04T18:57:03.008Z] $ docker rm -f b8803b7ca88a1237017c485e7ed2e82a9f7d2854984a3d1299daa87304939183 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-04T18:57:06.298Z] 00ac8860ef70: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:57:06.574Z] 63d7cb157983: Pull complete [2021-02-04T18:57:06.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:57:06.719Z] [2021-02-04T18:57:06.719Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:57:06.851Z] b116817d02f9: Pull complete [2021-02-04T18:57:07.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:57:07.102Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T18:57:07.102Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T18:57:07.102Z] ca9280d653b3: Pulling fs layer [2021-02-04T18:57:07.102Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T18:57:07.369Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T18:57:07.369Z] cbdbe7a5bc2a: Download complete [2021-02-04T18:57:07.631Z] cbdbe7a5bc2a: Pull complete [2021-02-04T18:57:07.899Z] ca9280d653b3: Download complete [2021-02-04T18:57:08.856Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T18:57:08.856Z] 7e9c9ca2126c: Download complete [2021-02-04T18:57:08.856Z] ca9280d653b3: Pull complete [2021-02-04T18:57:11.173Z] 745a02a5169b: Pull complete [2021-02-04T18:57:11.173Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T18:57:11.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T18:57:11.173Z] ---> b7e6874047d6 [2021-02-04T18:57:11.173Z] 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-04T18:57:14.572Z] ---> Running in 67de1ff7781a [2021-02-04T18:57:15.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:57:16.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:57:16.738Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T18:57:17.010Z] (2/12) Installing file (5.38-r0) [2021-02-04T18:57:17.010Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T18:57:17.096Z] 7e9c9ca2126c: Pull complete [2021-02-04T18:57:17.096Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T18:57:17.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:57:17.096Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T18:57:17.223Z] prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container [2021-02-04T18:57:17.272Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T18:57:17.281Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T18:57:18.104Z] $ docker top efcbe4e17c06e01a1db516e87622af73e79287698e92de163a4c7c071fb6208e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:57:18.577Z] + docker-compose build --help [2021-02-04T18:57:18.577Z] + grep parallel [2021-02-04T18:57:19.520Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T18:57:19.535Z] $ docker stop --time=1 efcbe4e17c06e01a1db516e87622af73e79287698e92de163a4c7c071fb6208e [2021-02-04T18:57:20.890Z] $ docker rm -f efcbe4e17c06e01a1db516e87622af73e79287698e92de163a4c7c071fb6208e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:57:21.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:57:21.559Z] . [Pipeline] withDockerContainer [2021-02-04T18:57:21.659Z] prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container [2021-02-04T18:57:21.709Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T18:57:22.753Z] $ docker top bca101dc001f9ea27d535eaf122fdfd175a84ce73da5b725a4c432ad27af0b04 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:57:23.237Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T18:57:23.996Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T18:57:23.996Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T18:57:23.996Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T18:57:23.996Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T18:57:23.996Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T18:57:23.996Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T18:57:24.181Z] Building docker-core-command-go ... [2021-02-04T18:57:24.181Z] Building docker-core-data-go ... [2021-02-04T18:57:24.181Z] Building docker-core-metadata-go ... [2021-02-04T18:57:24.181Z] Building docker-security-bootstrapper-go ... [2021-02-04T18:57:24.181Z] Building docker-security-proxy-setup-go ... [2021-02-04T18:57:24.181Z] Building docker-security-secretstore-setup-go ... [2021-02-04T18:57:24.181Z] Building docker-support-notifications-go ... [2021-02-04T18:57:24.181Z] Building docker-support-scheduler-go ... [2021-02-04T18:57:24.181Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T18:57:24.181Z] Building docker-security-bootstrapper-go [2021-02-04T18:57:24.181Z] Building docker-sys-mgmt-agent-go [2021-02-04T18:57:24.181Z] Building docker-core-command-go [2021-02-04T18:57:24.181Z] Building docker-support-notifications-go [2021-02-04T18:57:24.181Z] Building docker-security-secretstore-setup-go [2021-02-04T18:57:24.270Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T18:57:24.270Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T18:57:24.270Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:57:24.270Z] OK: 217 MiB in 51 packages [2021-02-04T18:57:28.585Z] Removing intermediate container 67de1ff7781a [2021-02-04T18:57:28.585Z] ---> 69cc596cb04b [2021-02-04T18:57:28.585Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T18:57:28.585Z] ---> Running in 85853ce89ce1 [2021-02-04T18:57:28.860Z] Removing intermediate container 85853ce89ce1 [2021-02-04T18:57:28.860Z] ---> 4621bb3a85a2 [2021-02-04T18:57:28.860Z] Step 5/6 : COPY go.mod . [2021-02-04T18:57:29.458Z] ---> ac1c16dd4e80 [2021-02-04T18:57:29.458Z] Step 6/6 : RUN go mod download [2021-02-04T18:57:29.731Z] ---> Running in c3fc6f2d064e [2021-02-04T18:57:56.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:57:56.398Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:57:56.398Z] ---> a56218bc674c [2021-02-04T18:57:56.398Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T18:57:56.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:57:56.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:57:56.398Z] ---> a56218bc674c [2021-02-04T18:57:56.398Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T18:57:56.398Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:57:56.398Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:57:56.398Z] ---> a56218bc674c [2021-02-04T18:57:56.398Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T18:57:56.398Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:57:56.398Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:57:56.398Z] ---> a56218bc674c [2021-02-04T18:57:56.398Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T18:57:56.398Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:57:56.398Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:57:56.398Z] ---> a56218bc674c [2021-02-04T18:57:56.398Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T18:57:56.535Z] Removing intermediate container c3fc6f2d064e [2021-02-04T18:57:56.535Z] ---> bfc572c9b425 [2021-02-04T18:57:56.535Z] Successfully built bfc572c9b425 [2021-02-04T18:57:56.535Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:57:56.906Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:57:56.906Z] . [Pipeline] withDockerContainer [2021-02-04T18:57:57.185Z] prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container [2021-02-04T18:57:57.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T18:57:57.347Z] ---> Running in b0b012caa231 [2021-02-04T18:57:57.347Z] ---> Running in 8f6a3a264ae6 [2021-02-04T18:57:57.347Z] ---> Running in e5369b35a076 [2021-02-04T18:57:57.347Z] ---> Running in aeeebdb64447 [2021-02-04T18:57:57.347Z] ---> Running in dff8aa5ed5c9 [2021-02-04T18:57:57.614Z] Removing intermediate container 8f6a3a264ae6 [2021-02-04T18:57:57.614Z] ---> 36109bc50482 [2021-02-04T18:57:57.614Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:57:57.614Z] Removing intermediate container aeeebdb64447 [2021-02-04T18:57:57.614Z] ---> 9350be67863b [2021-02-04T18:57:57.614Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:57:57.614Z] Removing intermediate container e5369b35a076 [2021-02-04T18:57:57.614Z] ---> d41ee2d6aa7e [2021-02-04T18:57:57.614Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:57:57.882Z] Removing intermediate container dff8aa5ed5c9 [2021-02-04T18:57:57.882Z] ---> b88c5a468fe0 [2021-02-04T18:57:57.882Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:57:57.882Z] Removing intermediate container b0b012caa231 [2021-02-04T18:57:57.882Z] ---> ee90f5faa11b [2021-02-04T18:57:57.882Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:57:57.882Z] ---> Running in c962c8740a16 [2021-02-04T18:57:57.882Z] ---> Running in e9a7913099f7 [2021-02-04T18:57:57.882Z] ---> Running in 43e40f70c57f [2021-02-04T18:57:57.882Z] ---> Running in 01fada6e5a30 [2021-02-04T18:57:58.144Z] ---> Running in 802c3b510a2d [2021-02-04T18:57:58.678Z] $ docker top e5d478700f0e3c4dffbc54d16bd0e6c4ef2cc8210cd785786f095b3111b4c577 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:57:59.705Z] + go version [2021-02-04T18:57:59.705Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T18:57:59.734Z] $ docker stop --time=1 e5d478700f0e3c4dffbc54d16bd0e6c4ef2cc8210cd785786f095b3111b4c577 [2021-02-04T18:58:00.073Z] Removing intermediate container 43e40f70c57f [2021-02-04T18:58:00.073Z] ---> af7775a7f6c2 [2021-02-04T18:58:00.073Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T18:58:00.073Z] Removing intermediate container e9a7913099f7 [2021-02-04T18:58:00.073Z] ---> c0dd91b26e36 [2021-02-04T18:58:00.073Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T18:58:00.073Z] ---> Running in 0823c697a18a [2021-02-04T18:58:00.335Z] ---> Running in 8c454eed85e3 [2021-02-04T18:58:00.335Z] Removing intermediate container 01fada6e5a30 [2021-02-04T18:58:00.335Z] ---> 27ea713fe99d [2021-02-04T18:58:00.335Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T18:58:00.335Z] Removing intermediate container 802c3b510a2d [2021-02-04T18:58:00.335Z] ---> 3e9286e83bb9 [2021-02-04T18:58:00.335Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T18:58:00.596Z] ---> Running in c298e12aad1d [2021-02-04T18:58:00.596Z] Removing intermediate container c962c8740a16 [2021-02-04T18:58:00.596Z] ---> 9d5e3aacda9f [2021-02-04T18:58:00.596Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T18:58:00.596Z] ---> Running in e330911057b6 [2021-02-04T18:58:00.862Z] ---> Running in e6a059827726 [2021-02-04T18:58:01.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:01.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:01.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:01.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:01.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:01.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:01.684Z] $ docker rm -f e5d478700f0e3c4dffbc54d16bd0e6c4ef2cc8210cd785786f095b3111b4c577 [2021-02-04T18:58:01.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:01.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:58:02.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:02.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:58:02.770Z] OK: 233 MiB in 51 packages [2021-02-04T18:58:02.770Z] OK: 233 MiB in 51 packages [2021-02-04T18:58:02.770Z] OK: 233 MiB in 51 packages [2021-02-04T18:58:02.770Z] OK: 233 MiB in 51 packages [2021-02-04T18:58:02.798Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:58:02.798Z] . [Pipeline] withDockerContainer [2021-02-04T18:58:03.039Z] OK: 233 MiB in 51 packages [2021-02-04T18:58:03.059Z] prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container [2021-02-04T18:58:03.138Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T18:58:03.617Z] Removing intermediate container 8c454eed85e3 [2021-02-04T18:58:03.617Z] ---> 424aa16db0c3 [2021-02-04T18:58:03.617Z] Step 6/24 : COPY go.mod . [2021-02-04T18:58:03.879Z] Removing intermediate container c298e12aad1d [2021-02-04T18:58:03.879Z] ---> 03ac38fbde51 [2021-02-04T18:58:03.879Z] Step 6/23 : COPY go.mod . [2021-02-04T18:58:03.879Z] ---> d5950125f99a [2021-02-04T18:58:03.879Z] Step 7/24 : RUN go mod download [2021-02-04T18:58:04.151Z] Removing intermediate container 0823c697a18a [2021-02-04T18:58:04.151Z] ---> 9ecbd396a40a [2021-02-04T18:58:04.151Z] Step 6/22 : COPY go.mod . [2021-02-04T18:58:04.151Z] Removing intermediate container e330911057b6 [2021-02-04T18:58:04.151Z] ---> d194e8be99ec [2021-02-04T18:58:04.151Z] Step 6/26 : COPY go.mod . [2021-02-04T18:58:04.151Z] Removing intermediate container e6a059827726 [2021-02-04T18:58:04.151Z] ---> 393ed113b83d [2021-02-04T18:58:04.151Z] Step 6/31 : COPY go.mod . [2021-02-04T18:58:04.151Z] ---> 2e2c27323e4f [2021-02-04T18:58:04.151Z] Step 7/23 : RUN go mod download [2021-02-04T18:58:04.151Z] ---> Running in 0f2fcb7557c9 [2021-02-04T18:58:04.417Z] ---> Running in a735da0ea4e8 [2021-02-04T18:58:04.576Z] $ docker top 094fe32ed825b515b2420e513bd161f1ccf9d68f3306f583faafd7de7149ee84 -eo pid,comm [2021-02-04T18:58:04.680Z] ---> 59adbc462a73 [2021-02-04T18:58:04.680Z] Step 7/22 : RUN go mod download [2021-02-04T18:58:04.680Z] ---> 3c90ee8db2c8 [2021-02-04T18:58:04.680Z] Step 7/31 : RUN go mod download [2021-02-04T18:58:04.680Z] ---> e0e6a7e9cf0a [2021-02-04T18:58:04.680Z] Step 7/26 : RUN go mod download [Pipeline] { [2021-02-04T18:58:04.943Z] ---> Running in 80e1d3862f74 [2021-02-04T18:58:04.943Z] ---> Running in e65802289a6e [2021-02-04T18:58:04.943Z] ---> Running in b96b0b4c58d0 [Pipeline] echo [2021-02-04T18:58:04.952Z] ========================================================= [2021-02-04T18:58:04.952Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T18:58:04.952Z] ========================================================= [Pipeline] sh [2021-02-04T18:58:05.595Z] + make test [2021-02-04T18:58:05.595Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T18:58:06.891Z] Removing intermediate container a735da0ea4e8 [2021-02-04T18:58:06.891Z] ---> a4cd4a133a7f [2021-02-04T18:58:06.891Z] Step 8/23 : COPY . . [2021-02-04T18:58:07.840Z] Removing intermediate container 0f2fcb7557c9 [2021-02-04T18:58:07.840Z] ---> 01f66d05bd0e [2021-02-04T18:58:07.840Z] Step 8/24 : COPY . . [2021-02-04T18:58:08.416Z] Removing intermediate container 80e1d3862f74 [2021-02-04T18:58:08.416Z] ---> 5477099dfef9 [2021-02-04T18:58:08.416Z] Step 8/22 : COPY . . [2021-02-04T18:58:12.648Z] Removing intermediate container e65802289a6e [2021-02-04T18:58:12.648Z] ---> 26e735db68d1 [2021-02-04T18:58:12.648Z] Step 8/26 : COPY . . [2021-02-04T18:58:12.919Z] Removing intermediate container b96b0b4c58d0 [2021-02-04T18:58:12.919Z] ---> 0c2656641b82 [2021-02-04T18:58:12.919Z] Step 8/31 : COPY . . [2021-02-04T18:58:27.786Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T18:58:52.156Z] ---> 190f997082e4 [2021-02-04T18:58:52.156Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T18:58:52.156Z] ---> Running in bb7f114375f6 [2021-02-04T18:58:52.156Z] ---> 70cdc6e6ba4b [2021-02-04T18:58:52.156Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T18:58:52.156Z] ---> a6f03f409f8d [2021-02-04T18:58:52.156Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T18:58:52.156Z] ---> 8867f392684a [2021-02-04T18:58:52.156Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T18:58:52.156Z] ---> 51996efa9115 [2021-02-04T18:58:52.156Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T18:58:52.156Z] ---> Running in 2b50fd7d1410 [2021-02-04T18:58:52.156Z] ---> Running in 5f15d39df393 [2021-02-04T18:58:52.156Z] ---> Running in 8997bd611334 [2021-02-04T18:58:52.156Z] ---> Running in 86f5d8ad99b4 [2021-02-04T18:58:52.156Z] 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-04T18:58:52.156Z] 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-04T18:58:52.156Z] 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-04T18:58:52.156Z] 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-04T18:58:52.156Z] 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-04T18:59:14.476Z] 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-04T18:59:14.476Z] 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-04T18:59:14.799Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T18:59:18.772Z] Removing intermediate container 86f5d8ad99b4 [2021-02-04T18:59:18.773Z] ---> 2ee618d2e6b3 [2021-02-04T18:59:18.773Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T18:59:18.773Z] ---> Running in edc764ecf754 [2021-02-04T18:59:19.156Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T18:59:19.768Z] 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-04T18:59:24.035Z] Removing intermediate container 8997bd611334 [2021-02-04T18:59:24.035Z] ---> 069b3a782198 [2021-02-04T18:59:24.035Z] [2021-02-04T18:59:24.035Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T18:59:24.035Z] Removing intermediate container bb7f114375f6 [2021-02-04T18:59:24.035Z] ---> a3cc2588e3ef [2021-02-04T18:59:24.035Z] [2021-02-04T18:59:24.035Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T18:59:24.297Z] 3.12: Pulling from library/alpine [2021-02-04T18:59:24.297Z] 3.12: Pulling from library/alpine [2021-02-04T18:59:24.731Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T18:59:24.731Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T18:59:24.731Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T18:59:25.696Z] Removing intermediate container 2b50fd7d1410 [2021-02-04T18:59:25.696Z] ---> d9519a53d962 [2021-02-04T18:59:25.696Z] [2021-02-04T18:59:25.696Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T18:59:25.696Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:59:25.696Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:59:25.696Z] 3.12: Pulling from library/alpine [2021-02-04T18:59:25.696Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T18:59:25.696Z] ---> 389fef711851 [2021-02-04T18:59:25.696Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T18:59:25.696Z] Status: Image is up to date for alpine:3.12 [2021-02-04T18:59:25.696Z] ---> 389fef711851 [2021-02-04T18:59:25.696Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T18:59:25.696Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:59:25.696Z] Status: Image is up to date for alpine:3.12 [2021-02-04T18:59:25.696Z] ---> 389fef711851 [2021-02-04T18:59:25.696Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T18:59:26.647Z] ---> Running in fd8b639df487 [2021-02-04T18:59:26.647Z] ---> Running in 44535c37f0c6 [2021-02-04T18:59:26.647Z] ---> Running in 866a8801eff5 [2021-02-04T18:59:27.597Z] Removing intermediate container edc764ecf754 [2021-02-04T18:59:27.597Z] ---> d250bda28e6b [2021-02-04T18:59:27.597Z] [2021-02-04T18:59:27.597Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T18:59:27.860Z] 20.10.0: Pulling from library/docker [2021-02-04T18:59:27.860Z] Removing intermediate container 5f15d39df393 [2021-02-04T18:59:27.860Z] ---> cbce834dbfe4 [2021-02-04T18:59:27.860Z] [2021-02-04T18:59:27.860Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T18:59:27.860Z] ---> 389fef711851 [2021-02-04T18:59:27.860Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T18:59:27.860Z] Removing intermediate container 866a8801eff5 [2021-02-04T18:59:27.860Z] ---> e3abd9094a8e [2021-02-04T18:59:27.860Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T18:59:28.138Z] ---> Running in 2662717718f1 [2021-02-04T18:59:28.138Z] ---> Running in fda5b922f1f5 [2021-02-04T18:59:28.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:28.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:28.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:28.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:28.747Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T18:59:28.747Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:59:28.747Z] OK: 6 MiB in 15 packages [2021-02-04T18:59:29.025Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T18:59:29.025Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T18:59:29.025Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T18:59:29.025Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T18:59:29.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:29.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T18:59:29.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:29.025Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:59:29.025Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:59:29.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:29.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:29.321Z] OK: 7 MiB in 19 packages [2021-02-04T18:59:29.321Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T18:59:29.321Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T18:59:29.321Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:59:29.321Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T18:59:29.321Z] OK: 6 MiB in 16 packages [2021-02-04T18:59:29.321Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T18:59:29.321Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:59:29.321Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:59:29.601Z] OK: 6 MiB in 16 packages [2021-02-04T18:59:30.591Z] Removing intermediate container 44535c37f0c6 [2021-02-04T18:59:30.591Z] ---> a86e17a673d8 [2021-02-04T18:59:30.591Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:59:31.559Z] ---> Running in 419697ae6bf4 [2021-02-04T18:59:32.994Z] Removing intermediate container fd8b639df487 [2021-02-04T18:59:32.994Z] ---> d97a5eff5553 [2021-02-04T18:59:32.994Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T18:59:32.994Z] Removing intermediate container 2662717718f1 [2021-02-04T18:59:32.994Z] ---> 9c86aae7de8f [2021-02-04T18:59:32.994Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T18:59:32.994Z] Removing intermediate container fda5b922f1f5 [2021-02-04T18:59:32.994Z] ---> 0a8233c80e1a [2021-02-04T18:59:32.994Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:59:33.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T18:59:33.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T18:59:33.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T18:59:33.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T18:59:33.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T18:59:33.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T18:59:33.262Z] ---> Running in 516e4ad46c16 [2021-02-04T18:59:33.262Z] Removing intermediate container 419697ae6bf4 [2021-02-04T18:59:33.262Z] ---> 09d8fac7f758 [2021-02-04T18:59:33.262Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T18:59:33.262Z] ---> Running in ffba4e0ecfc5 [2021-02-04T18:59:33.262Z] ---> Running in 093c571878eb [2021-02-04T18:59:33.262Z] ---> Running in 561d8f3191f7 [2021-02-04T18:59:33.536Z] Removing intermediate container 516e4ad46c16 [2021-02-04T18:59:33.536Z] ---> a172b05fff69 [2021-02-04T18:59:33.536Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T18:59:33.536Z] Removing intermediate container ffba4e0ecfc5 [2021-02-04T18:59:33.536Z] ---> 4d15264d621a [2021-02-04T18:59:33.536Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T18:59:33.536Z] ---> Running in 1b2eae0e610d [2021-02-04T18:59:33.536Z] Removing intermediate container 093c571878eb [2021-02-04T18:59:33.536Z] ---> c2712e6b654f [2021-02-04T18:59:33.536Z] Step 13/24 : WORKDIR / [2021-02-04T18:59:33.804Z] Removing intermediate container 561d8f3191f7 [2021-02-04T18:59:33.804Z] ---> 5dbb56189931 [2021-02-04T18:59:33.804Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T18:59:33.804Z] ---> Running in f2c814c077f8 [2021-02-04T18:59:33.804Z] ---> Running in 6bd9193636d8 [2021-02-04T18:59:33.804Z] ---> Running in 65f62fb67bb5 [2021-02-04T18:59:34.073Z] Removing intermediate container 1b2eae0e610d [2021-02-04T18:59:34.073Z] ---> 97563540c893 [2021-02-04T18:59:34.073Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T18:59:34.073Z] Removing intermediate container f2c814c077f8 [2021-02-04T18:59:34.073Z] ---> 6395bde2e6ea [2021-02-04T18:59:34.073Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T18:59:34.657Z] ---> Running in 8af7f3b6150e [2021-02-04T18:59:34.657Z] Removing intermediate container 65f62fb67bb5 [2021-02-04T18:59:34.657Z] ---> be6736f2a130 [2021-02-04T18:59:34.657Z] Step 15/23 : WORKDIR / [2021-02-04T18:59:34.657Z] ---> Running in 919e0f6a2acb [2021-02-04T18:59:34.657Z] Removing intermediate container 6bd9193636d8 [2021-02-04T18:59:34.657Z] ---> 521550e78a83 [2021-02-04T18:59:34.657Z] 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-04T18:59:34.930Z] ---> Running in 7ad0fd0e0048 [2021-02-04T18:59:34.930Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T18:59:34.930Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T18:59:34.930Z] ---> aefe523efa57 [2021-02-04T18:59:34.930Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T18:59:34.930Z] Removing intermediate container 919e0f6a2acb [2021-02-04T18:59:34.930Z] ---> 12d2d923084c [2021-02-04T18:59:34.930Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:59:35.209Z] ---> 1ebd9372d474 [2021-02-04T18:59:35.209Z] 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-04T18:59:35.209Z] ---> Running in 2318541afda1 [2021-02-04T18:59:35.209Z] Removing intermediate container 7ad0fd0e0048 [2021-02-04T18:59:35.209Z] ---> a9211dbd3c10 [2021-02-04T18:59:35.209Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:59:35.478Z] ---> a1edc41dc7a2 [2021-02-04T18:59:35.478Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T18:59:35.746Z] ---> 3c17f1752f89 [2021-02-04T18:59:35.746Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T18:59:36.012Z] ---> f442a476745e [2021-02-04T18:59:36.012Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T18:59:36.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:36.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:36.280Z] ---> 6a01263d4ff5 [2021-02-04T18:59:36.280Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T18:59:36.280Z] ---> 6904eca484da [2021-02-04T18:59:36.280Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T18:59:36.550Z] Removing intermediate container 8af7f3b6150e [2021-02-04T18:59:36.550Z] ---> 19aa5fede185 [2021-02-04T18:59:36.550Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T18:59:36.550Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T18:59:36.550Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T18:59:36.550Z] Executing bash-5.0.17-r0.post-install [2021-02-04T18:59:36.550Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:59:36.550Z] OK: 12 MiB in 22 packages [2021-02-04T18:59:36.550Z] ---> Running in a767e3cf346d [2021-02-04T18:59:36.813Z] ---> 81e040645e65 [2021-02-04T18:59:36.813Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T18:59:36.813Z] ---> d6c61e3f6659 [2021-02-04T18:59:36.813Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T18:59:36.813Z] ---> 1a52e9e329b8 [2021-02-04T18:59:36.813Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T18:59:37.081Z] ---> Running in 469b8b0bdbe2 [2021-02-04T18:59:37.081Z] Removing intermediate container a767e3cf346d [2021-02-04T18:59:37.081Z] ---> 021113e44e84 [2021-02-04T18:59:37.081Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T18:59:37.343Z] ---> bc52f37ac8b8 [2021-02-04T18:59:37.343Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T18:59:37.919Z] ---> Running in aed87a5e4cdd [2021-02-04T18:59:37.919Z] Removing intermediate container 469b8b0bdbe2 [2021-02-04T18:59:37.919Z] ---> a6e9166c0c74 [2021-02-04T18:59:37.919Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:59:37.919Z] ---> dec8eeb5efe6 [2021-02-04T18:59:37.919Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T18:59:37.919Z] Removing intermediate container 2318541afda1 [2021-02-04T18:59:37.919Z] ---> 4f48f74401c4 [2021-02-04T18:59:37.919Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T18:59:38.184Z] ---> 8241e45dbc84 [2021-02-04T18:59:38.184Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T18:59:38.184Z] ---> Running in 3574e98048df [2021-02-04T18:59:38.184Z] ---> Running in 26c13cea230a [2021-02-04T18:59:38.184Z] ---> Running in 8e43bc5d28fc [2021-02-04T18:59:38.449Z] Removing intermediate container aed87a5e4cdd [2021-02-04T18:59:38.449Z] ---> 74fc1c97cd6d [2021-02-04T18:59:38.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:59:38.449Z] ---> e640c52376fa [2021-02-04T18:59:38.449Z] 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-04T18:59:38.449Z] ---> Running in 86ffc1425388 [2021-02-04T18:59:38.711Z] ---> Running in 27eb32b3b670 [2021-02-04T18:59:38.711Z] Removing intermediate container 3574e98048df [2021-02-04T18:59:38.711Z] ---> 6711d8d97944 [2021-02-04T18:59:38.711Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T18:59:38.981Z] Removing intermediate container 26c13cea230a [2021-02-04T18:59:38.981Z] ---> fe48705de0d6 [2021-02-04T18:59:38.981Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T18:59:38.981Z] ---> Running in 1c25983a80ca [2021-02-04T18:59:39.246Z] ---> Running in c155427c2fb7 [2021-02-04T18:59:39.246Z] Removing intermediate container 86ffc1425388 [2021-02-04T18:59:39.246Z] ---> 45cdeab4ca1a [2021-02-04T18:59:39.246Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T18:59:39.246Z] ---> Running in 9bab61dc95fb [2021-02-04T18:59:39.510Z] Removing intermediate container 1c25983a80ca [2021-02-04T18:59:39.510Z] ---> 233d3c3a0840 [2021-02-04T18:59:39.510Z] Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T18:59:39.510Z] Removing intermediate container c155427c2fb7 [2021-02-04T18:59:39.510Z] ---> 42f15705087c [2021-02-04T18:59:39.510Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T18:59:39.773Z] ---> Running in e5b7cab5aa8d [2021-02-04T18:59:39.773Z] ---> Running in d7e8e98ba73b [2021-02-04T18:59:39.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T18:59:39.833Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T18:59:39.833Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T18:59:40.036Z] Removing intermediate container 9bab61dc95fb [2021-02-04T18:59:40.036Z] ---> 6339ec52e8c7 [2021-02-04T18:59:40.036Z] Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T18:59:40.299Z] ---> Running in 985237a89621 [2021-02-04T18:59:40.299Z] Removing intermediate container e5b7cab5aa8d [2021-02-04T18:59:40.299Z] ---> 42cd95442ffa [2021-02-04T18:59:40.299Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T18:59:40.299Z] Removing intermediate container d7e8e98ba73b [2021-02-04T18:59:40.299Z] ---> fe59877bbaa2 [2021-02-04T18:59:40.299Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T18:59:40.299Z] Removing intermediate container 8e43bc5d28fc [2021-02-04T18:59:40.299Z] ---> 1e12bc461efd [2021-02-04T18:59:40.299Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:59:40.566Z] ---> Running in 9028007de989 [2021-02-04T18:59:40.566Z] Removing intermediate container 985237a89621 [2021-02-04T18:59:40.566Z] ---> a10555734d15 [2021-02-04T18:59:40.566Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T18:59:40.566Z] Removing intermediate container 27eb32b3b670 [2021-02-04T18:59:40.566Z] ---> bc61bfd4f774 [2021-02-04T18:59:40.566Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T18:59:40.829Z] ---> Running in 19c3b877cdab [2021-02-04T18:59:40.829Z] ---> Running in f645f0bba3f2 [2021-02-04T18:59:40.829Z] Removing intermediate container 9028007de989 [2021-02-04T18:59:40.829Z] ---> 664742123a7e [2021-02-04T18:59:40.829Z] [2021-02-04T18:59:40.829Z] ---> fbe803597807 [2021-02-04T18:59:40.829Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T18:59:41.092Z] ---> 87dea4919cd8 [2021-02-04T18:59:41.092Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T18:59:41.355Z] Removing intermediate container 19c3b877cdab [2021-02-04T18:59:41.355Z] ---> 6b6b55c8ab4a [2021-02-04T18:59:41.355Z] [2021-02-04T18:59:41.355Z] Removing intermediate container f645f0bba3f2 [2021-02-04T18:59:41.355Z] ---> af57bd7f85a0 [2021-02-04T18:59:41.355Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T18:59:41.355Z] Successfully built 664742123a7e [2021-02-04T18:59:41.355Z] Successfully built 6b6b55c8ab4a [2021-02-04T18:59:41.624Z] ---> bb4305fb185c [2021-02-04T18:59:41.624Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T18:59:41.624Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T18:59:41.624Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-02-04T18:59:41.624Z] Successfully tagged docker-core-command-go:latest [2021-02-04T18:59:41.624Z] Building docker-core-metadata-go [2021-02-04T18:59:41.624Z]  Building docker-core-command-go ... done  ---> Running in 8912aa1f673c [2021-02-04T18:59:41.624Z] ---> 19bf47afe841 [2021-02-04T18:59:41.624Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T18:59:41.888Z] Removing intermediate container 8912aa1f673c [2021-02-04T18:59:41.888Z] ---> b43c99699a28 [2021-02-04T18:59:41.888Z] Step 23/24 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T18:59:41.888Z] ---> Running in 16f7e353fdf2 [2021-02-04T18:59:41.888Z] ---> a94fb93e7fb3 [2021-02-04T18:59:41.888Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T18:59:41.888Z] ---> 3015a903cde7 [2021-02-04T18:59:41.888Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T18:59:42.153Z] ---> Running in 75a1eceb4f8c [2021-02-04T18:59:42.153Z] Removing intermediate container 16f7e353fdf2 [2021-02-04T18:59:42.153Z] ---> 976e46b75a3c [2021-02-04T18:59:42.153Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T18:59:46.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.370s coverage: 46.0% of statements [2021-02-04T18:59:46.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T18:59:46.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T18:59:46.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T18:59:46.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T18:59:46.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T18:59:46.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T18:59:46.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T18:59:46.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements [2021-02-04T18:59:47.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:47.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:59:47.459Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T18:59:47.459Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T18:59:47.459Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T18:59:47.459Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T18:59:47.459Z] ---> Running in d58710d54e8f [2021-02-04T18:59:47.459Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T18:59:47.459Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T18:59:47.459Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T18:59:49.526Z] ---> 2302c46b0445 [2021-02-04T18:59:49.526Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T18:59:52.216Z] Removing intermediate container d58710d54e8f [2021-02-04T18:59:52.216Z] ---> e19f27f7db41 [2021-02-04T18:59:52.216Z] [2021-02-04T18:59:52.216Z] ---> e5eca5107d66 [2021-02-04T18:59:52.216Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T18:59:53.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.500s coverage: 27.1% of statements [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T18:59:53.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T18:59:53.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T18:59:53.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.329s coverage: 65.8% of statements [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T18:59:53.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T18:59:53.813Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T18:59:53.813Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T18:59:53.813Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T18:59:54.082Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T18:59:54.360Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T18:59:54.662Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T18:59:54.662Z] ---> Running in e29707a6b31a [2021-02-04T18:59:54.662Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T18:59:55.160Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T18:59:55.160Z] Successfully built e19f27f7db41 [2021-02-04T18:59:55.160Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T18:59:55.160Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T18:59:55.160Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T18:59:55.160Z] Building docker-security-proxy-setup-go [2021-02-04T18:59:55.510Z]  Building docker-security-secretstore-setup-go ... done (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T18:59:55.510Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T18:59:56.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.723s coverage: 82.3% of statements [2021-02-04T18:59:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T18:59:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:59:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T18:59:56.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T18:59:56.293Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T18:59:57.117Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T18:59:59.019Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T19:00:01.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.141s coverage: 28.6% of statements [2021-02-04T19:00:01.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T19:00:01.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T19:00:01.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T19:00:01.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T19:00:01.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T19:00:01.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2021-02-04T19:00:01.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T19:00:01.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-02-04T19:00:01.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T19:00:01.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements [2021-02-04T19:00:01.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T19:00:02.022Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T19:00:02.022Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T19:00:02.022Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T19:00:02.577Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T19:00:02.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-02-04T19:00:02.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T19:00:03.247Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T19:00:03.528Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T19:00:03.528Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T19:00:03.528Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T19:00:03.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.151s coverage: 78.3% of statements [2021-02-04T19:00:03.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T19:00:03.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T19:00:03.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T19:00:03.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T19:00:04.926Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T19:00:05.189Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T19:00:05.189Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T19:00:05.452Z] Removing intermediate container e29707a6b31a [2021-02-04T19:00:05.452Z] ---> 41d9869f45b8 [2021-02-04T19:00:05.452Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T19:00:07.395Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:00:07.395Z] OK: 71 MiB in 55 packages [2021-02-04T19:00:07.659Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:00:07.659Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:00:07.659Z] ---> a56218bc674c [2021-02-04T19:00:07.659Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T19:00:07.659Z] ---> Using cache [2021-02-04T19:00:07.659Z] ---> ee90f5faa11b [2021-02-04T19:00:07.659Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:00:07.659Z] ---> Using cache [2021-02-04T19:00:07.659Z] ---> 3e9286e83bb9 [2021-02-04T19:00:07.659Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T19:00:09.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:00:09.056Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:00:09.056Z] ---> a56218bc674c [2021-02-04T19:00:09.056Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T19:00:09.056Z] ---> Using cache [2021-02-04T19:00:09.056Z] ---> ee90f5faa11b [2021-02-04T19:00:09.056Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:00:09.056Z] ---> Using cache [2021-02-04T19:00:09.056Z] ---> 3e9286e83bb9 [2021-02-04T19:00:09.056Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T19:00:09.638Z] ---> Running in 4cf6a96aeb71 [2021-02-04T19:00:09.638Z] ---> 36e09302e346 [2021-02-04T19:00:09.638Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T19:00:09.904Z] ---> Running in 1b359c9cb321 [2021-02-04T19:00:10.523Z] ---> Running in 1ab341d52c22 [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.278s coverage: 92.8% of statements [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T19:00:12.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 45.5% of statements [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 79.5% of statements [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-02-04T19:00:12.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-02-04T19:00:12.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T19:00:12.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T19:00:12.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T19:00:12.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T19:00:13.339Z] OK: 233 MiB in 51 packages [2021-02-04T19:00:13.339Z] OK: 233 MiB in 51 packages [2021-02-04T19:00:14.735Z] Removing intermediate container 1ab341d52c22 [2021-02-04T19:00:14.735Z] ---> d8b3f88e82f2 [2021-02-04T19:00:14.735Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T19:00:18.082Z] ---> Running in da967479320a [2021-02-04T19:00:18.082Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:00:18.082Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:00:18.082Z] ---> a56218bc674c [2021-02-04T19:00:18.082Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T19:00:18.082Z] ---> Using cache [2021-02-04T19:00:18.082Z] ---> ee90f5faa11b [2021-02-04T19:00:18.082Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:00:18.082Z] ---> Using cache [2021-02-04T19:00:18.082Z] ---> 3e9286e83bb9 [2021-02-04T19:00:18.082Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T19:00:18.082Z] ---> Using cache [2021-02-04T19:00:18.082Z] ---> b69cea3ffe6f [2021-02-04T19:00:18.082Z] Step 6/21 : COPY go.mod . [2021-02-04T19:00:19.030Z] Removing intermediate container 1b359c9cb321 [2021-02-04T19:00:19.030Z] ---> b69cea3ffe6f [2021-02-04T19:00:19.030Z] Step 6/22 : COPY go.mod . [2021-02-04T19:00:20.423Z] ---> a5a74aaa5e82 [2021-02-04T19:00:20.423Z] Step 7/21 : RUN go mod download [2021-02-04T19:00:20.423Z] Removing intermediate container 4cf6a96aeb71 [2021-02-04T19:00:20.423Z] ---> 6915aa185e5a [2021-02-04T19:00:20.423Z] Step 6/23 : COPY go.mod . [2021-02-04T19:00:20.694Z] Removing intermediate container da967479320a [2021-02-04T19:00:20.695Z] ---> 5e23b8f729e8 [2021-02-04T19:00:20.695Z] Step 28/31 : CMD ["gate"] [2021-02-04T19:00:21.272Z] ---> 647491f81286 [2021-02-04T19:00:21.272Z] Step 7/22 : RUN go mod download [2021-02-04T19:00:21.846Z] ---> Running in 96b99183c205 [2021-02-04T19:00:22.802Z] ---> Running in 487b77f222d4 [2021-02-04T19:00:22.802Z] ---> Running in 2f56fdbe6f52 [2021-02-04T19:00:22.802Z] ---> b62d4ffa60ee [2021-02-04T19:00:22.802Z] Step 7/23 : RUN go mod download [2021-02-04T19:00:23.072Z] ---> Running in 061ca6b20fb1 [2021-02-04T19:00:24.471Z] Removing intermediate container 75a1eceb4f8c [2021-02-04T19:00:24.471Z] ---> 230cd0bceedf [2021-02-04T19:00:24.471Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T19:00:24.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-02-04T19:00:24.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-02-04T19:00:24.739Z] Removing intermediate container 2f56fdbe6f52 [2021-02-04T19:00:24.739Z] ---> fe6b3780ed88 [2021-02-04T19:00:24.739Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T19:00:24.739Z] ---> Running in 4efa27fc38ec [2021-02-04T19:00:25.021Z] ---> Running in dd560234b86a [2021-02-04T19:00:25.292Z] Removing intermediate container dd560234b86a [2021-02-04T19:00:25.292Z] ---> d94e3e46814b [2021-02-04T19:00:25.292Z] Step 30/31 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:00:25.558Z] ---> Running in 5a1a1b22c6c3 [2021-02-04T19:00:25.820Z] Removing intermediate container 5a1a1b22c6c3 [2021-02-04T19:00:25.820Z] ---> 1d33d53776ab [2021-02-04T19:00:25.820Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T19:00:26.088Z] ---> Running in 11a1476dc5cc [2021-02-04T19:00:26.088Z] Removing intermediate container 96b99183c205 [2021-02-04T19:00:26.088Z] ---> de9eb1672810 [2021-02-04T19:00:26.088Z] Step 8/21 : COPY . . [2021-02-04T19:00:26.357Z] Removing intermediate container 487b77f222d4 [2021-02-04T19:00:26.357Z] ---> d17c08acee36 [2021-02-04T19:00:26.357Z] Step 8/22 : COPY . . [2021-02-04T19:00:26.357Z] Removing intermediate container 061ca6b20fb1 [2021-02-04T19:00:26.357Z] ---> 6d7dbfddd74c [2021-02-04T19:00:26.357Z] Step 8/23 : COPY . . [2021-02-04T19:00:26.357Z] Removing intermediate container 11a1476dc5cc [2021-02-04T19:00:26.357Z] ---> 56e83badb57e [2021-02-04T19:00:26.357Z] [2021-02-04T19:00:26.937Z] Successfully built 56e83badb57e [2021-02-04T19:00:27.204Z] Collecting docker-compose==1.23.2 [2021-02-04T19:00:27.204Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T19:00:29.136Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T19:00:29.136Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-02-04T19:00:30.551Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T19:00:30.551Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T19:00:33.135Z] Collecting PyYAML<4,>=3.10 [2021-02-04T19:00:33.135Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T19:00:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.197s coverage: 91.4% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.500s coverage: 63.5% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.780s coverage: 68.9% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.323s coverage: 37.0% of statements [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T19:00:39.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.454s coverage: 84.0% of statements [2021-02-04T19:00:39.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements [2021-02-04T19:00:39.790Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T19:00:39.790Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T19:00:41.093Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T19:00:41.093Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T19:00:45.362Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T19:00:45.362Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T19:00:45.940Z] 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-04T19:00:46.917Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T19:00:47.187Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T19:00:48.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.0% of statements [2021-02-04T19:00:48.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T19:00:48.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T19:00:48.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T19:00:48.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.098s coverage: 100.0% of statements [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T19:00:48.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T19:00:48.048Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.231s coverage: 87.0% of statements [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T19:00:48.048Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T19:00:48.766Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T19:00:48.766Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T19:00:49.131Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T19:00:49.131Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T19:00:51.175Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T19:00:51.175Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T19:00:54.571Z] 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-04T19:00:54.571Z] Collecting idna<2.8,>=2.5 [2021-02-04T19:00:54.571Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.873s coverage: 29.1% of statements [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 100.0% of statements [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.096s coverage: 100.0% of statements [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T19:00:54.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-04T19:00:54.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-04T19:00:55.165Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T19:00:55.165Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T19:00:55.165Z] 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-04T19:00:55.165Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T19:00:55.427Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T19:00:55.427Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T19:00:55.427Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T19:00:55.427Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T19:00:55.427Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T19:00:55.818Z] GO111MODULE=on go vet ./... [2021-02-04T19:00:56.007Z] Installing collected packages: idna, urllib3, requests, PyYAML, jsonschema, texttable, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docopt, docker-compose [2021-02-04T19:00:56.007Z] Attempting uninstall: idna [2021-02-04T19:00:56.007Z] Found existing installation: idna 2.9 [2021-02-04T19:00:56.275Z] Uninstalling idna-2.9: [2021-02-04T19:00:57.670Z] Successfully uninstalled idna-2.9 [2021-02-04T19:00:58.270Z] Attempting uninstall: urllib3 [2021-02-04T19:00:58.270Z] Found existing installation: urllib3 1.25.9 [2021-02-04T19:00:58.270Z] Uninstalling urllib3-1.25.9: [2021-02-04T19:00:59.712Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T19:01:00.683Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:01:00.683Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:01:00.683Z] ---> a56218bc674c [2021-02-04T19:01:00.683Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T19:01:00.683Z] ---> Using cache [2021-02-04T19:01:00.683Z] ---> ee90f5faa11b [2021-02-04T19:01:00.683Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:01:00.683Z] ---> Using cache [2021-02-04T19:01:00.683Z] ---> 3e9286e83bb9 [2021-02-04T19:01:00.683Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T19:01:01.291Z] Attempting uninstall: requests [2021-02-04T19:01:01.291Z] Found existing installation: requests 2.23.0 [2021-02-04T19:01:01.291Z] Uninstalling requests-2.23.0: [2021-02-04T19:01:01.554Z] Successfully uninstalled requests-2.23.0 [2021-02-04T19:01:02.137Z] ---> Running in 3474ac4e6213 [2021-02-04T19:01:02.138Z] Running setup.py install for PyYAML: started [2021-02-04T19:01:04.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T19:01:04.073Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T19:01:04.073Z] ---> 6ba0be056456 [2021-02-04T19:01:04.073Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T19:01:04.073Z] ---> b9b63f1ecd15 [2021-02-04T19:01:04.073Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T19:01:04.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T19:01:04.910Z] Running setup.py install for texttable: started [2021-02-04T19:01:04.910Z] ---> Running in 2e9e6fa06f33 [2021-02-04T19:01:04.910Z] OK: 233 MiB in 51 packages [2021-02-04T19:01:04.910Z] ---> Running in 95aa080de038 [2021-02-04T19:01:05.172Z] ---> 0fe195678323 [2021-02-04T19:01:05.172Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T19:01:05.441Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T19:01:05.441Z] ---> Running in 9b2857d9e42d [2021-02-04T19:01:05.721Z] 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-04T19:01:06.008Z] Running setup.py install for dockerpty: started [2021-02-04T19:01:06.008Z] 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-04T19:01:06.296Z] Removing intermediate container 3474ac4e6213 [2021-02-04T19:01:06.296Z] ---> 4b355d5db7b6 [2021-02-04T19:01:06.296Z] Step 6/23 : COPY go.mod . [2021-02-04T19:01:06.296Z] 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-04T19:01:06.571Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T19:01:06.571Z] Running setup.py install for docopt: started [2021-02-04T19:01:06.571Z] ---> 2d433899be9e [2021-02-04T19:01:06.571Z] Step 7/23 : RUN go mod download [2021-02-04T19:01:06.842Z] ---> Running in 909e8d566b99 [2021-02-04T19:01:07.113Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T19:01:07.703Z] 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-04T19:01:10.344Z] Removing intermediate container 909e8d566b99 [2021-02-04T19:01:10.344Z] ---> 3e34e6b4c191 [2021-02-04T19:01:10.344Z] Step 8/23 : COPY . . [2021-02-04T19:01:14.660Z] Removing intermediate container 4efa27fc38ec [2021-02-04T19:01:14.660Z] ---> aeff014903b6 [2021-02-04T19:01:14.660Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T19:01:17.272Z] ---> Running in b9815f6809f2 [2021-02-04T19:01:19.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T19:01:19.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T19:01:19.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T19:01:19.837Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T19:01:19.837Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T19:01:19.837Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:01:19.837Z] OK: 72 MiB in 58 packages [2021-02-04T19:01:24.170Z] Removing intermediate container b9815f6809f2 [2021-02-04T19:01:24.170Z] ---> fe74e695579a [2021-02-04T19:01:24.170Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T19:01:24.170Z] ---> Running in d682c213f81c [2021-02-04T19:01:24.443Z] Removing intermediate container d682c213f81c [2021-02-04T19:01:24.443Z] ---> 7194bb20f435 [2021-02-04T19:01:24.443Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:01:25.044Z] ---> Running in 24f80abb9a72 [2021-02-04T19:01:25.314Z] Removing intermediate container 24f80abb9a72 [2021-02-04T19:01:25.314Z] ---> 814c3a30109a [2021-02-04T19:01:25.314Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T19:01:25.589Z] ---> Running in b49eb45f8e25 [2021-02-04T19:01:27.038Z] Removing intermediate container b49eb45f8e25 [2021-02-04T19:01:27.038Z] ---> 22760b84128e [2021-02-04T19:01:27.038Z] Step 25/26 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:01:27.630Z] ---> Running in e053323f8882 [2021-02-04T19:01:28.219Z] Removing intermediate container e053323f8882 [2021-02-04T19:01:28.219Z] ---> 9db918780250 [2021-02-04T19:01:28.219Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T19:01:29.200Z] ---> Running in a4b9d6e1e6fc [2021-02-04T19:01:32.571Z] Removing intermediate container a4b9d6e1e6fc [2021-02-04T19:01:32.572Z] ---> c7199084268f [2021-02-04T19:01:32.572Z] [2021-02-04T19:01:32.572Z] 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-04T19:01:32.572Z] Successfully built c7199084268f [2021-02-04T19:01:32.572Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T19:01:35.965Z]  Building docker-sys-mgmt-agent-go ... done  ---> 1f433174c5d3 [2021-02-04T19:01:35.965Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T19:01:35.965Z] ---> Running in 70eb72d09d65 [2021-02-04T19:01:37.012Z] 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-04T19:01:40.745Z] Removing intermediate container 2e9e6fa06f33 [2021-02-04T19:01:40.745Z] ---> e4168231d55b [2021-02-04T19:01:40.745Z] [2021-02-04T19:01:40.745Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T19:01:40.745Z] ---> 389fef711851 [2021-02-04T19:01:40.745Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T19:01:40.745Z] ---> Using cache [2021-02-04T19:01:40.745Z] ---> a86e17a673d8 [2021-02-04T19:01:40.745Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T19:01:40.745Z] ---> Using cache [2021-02-04T19:01:40.745Z] ---> 09d8fac7f758 [2021-02-04T19:01:40.745Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T19:01:42.684Z] ---> Running in f68836761d46 [2021-02-04T19:01:42.964Z] Removing intermediate container 95aa080de038 [2021-02-04T19:01:42.964Z] ---> d3b1f27ff2b0 [2021-02-04T19:01:42.964Z] [2021-02-04T19:01:42.964Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T19:01:42.964Z] ---> 389fef711851 [2021-02-04T19:01:42.964Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T19:01:42.964Z] ---> Using cache [2021-02-04T19:01:42.964Z] ---> a86e17a673d8 [2021-02-04T19:01:42.964Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T19:01:42.964Z] ---> Using cache [2021-02-04T19:01:42.964Z] ---> 09d8fac7f758 [2021-02-04T19:01:42.964Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T19:01:42.964Z] ---> Running in ac26c55ecc98 [2021-02-04T19:01:42.964Z] Removing intermediate container 9b2857d9e42d [2021-02-04T19:01:42.964Z] ---> 5327fed80c83 [2021-02-04T19:01:42.964Z] [2021-02-04T19:01:42.964Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T19:01:43.229Z] ---> 389fef711851 [2021-02-04T19:01:43.229Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T19:01:43.229Z] Removing intermediate container f68836761d46 [2021-02-04T19:01:43.229Z] ---> dfb2f6236c5f [2021-02-04T19:01:43.229Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T19:01:44.197Z] ---> Running in 18d694d73b98 [2021-02-04T19:01:44.197Z] ---> Running in b67b05dc32dd [2021-02-04T19:01:44.474Z] Removing intermediate container ac26c55ecc98 [2021-02-04T19:01:44.474Z] ---> 219e01978526 [2021-02-04T19:01:44.474Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T19:01:44.757Z] ---> Running in 8b830cd5e108 [2021-02-04T19:01:44.757Z] Removing intermediate container b67b05dc32dd [2021-02-04T19:01:44.757Z] ---> 1118db5450ec [2021-02-04T19:01:44.757Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:01:45.035Z] Removing intermediate container 8b830cd5e108 [2021-02-04T19:01:45.035Z] ---> ae2757e78c5c [2021-02-04T19:01:45.035Z] Step 15/23 : WORKDIR / [2021-02-04T19:01:45.035Z] ---> Running in d088e4d6ec17 [2021-02-04T19:01:46.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T19:01:46.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T19:01:46.499Z] ---> 665558cae711 [2021-02-04T19:01:46.499Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T19:01:46.775Z] Removing intermediate container d088e4d6ec17 [2021-02-04T19:01:46.775Z] ---> e43f4e02e808 [2021-02-04T19:01:46.775Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:01:46.775Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T19:01:46.775Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T19:01:46.775Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T19:01:46.775Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T19:01:46.775Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:01:46.775Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T19:01:47.051Z] OK: 7 MiB in 18 packages [2021-02-04T19:01:48.013Z] ---> 41bef2cb45bf [2021-02-04T19:01:48.013Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T19:01:48.013Z] ---> b70639163847 [2021-02-04T19:01:48.013Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T19:01:48.621Z] ---> 0f70d0e7a44f [2021-02-04T19:01:48.621Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T19:01:48.901Z] ---> Running in 10ba6db29c2f [2021-02-04T19:01:48.901Z] Removing intermediate container 18d694d73b98 [2021-02-04T19:01:48.901Z] ---> 9b9313da3b74 [2021-02-04T19:01:48.901Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T19:01:48.901Z] ---> ad367a039ca5 [2021-02-04T19:01:48.901Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T19:01:49.171Z] ---> Running in 239f354dd3d9 [2021-02-04T19:01:49.171Z] Removing intermediate container 10ba6db29c2f [2021-02-04T19:01:49.171Z] ---> de95e2bec8a5 [2021-02-04T19:01:49.171Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:01:49.441Z] ---> Running in f0c14a3087aa [2021-02-04T19:01:49.717Z] Removing intermediate container 239f354dd3d9 [2021-02-04T19:01:49.717Z] ---> 2ea4d67f624e [2021-02-04T19:01:49.717Z] Step 13/21 : WORKDIR /edgex [2021-02-04T19:01:49.717Z] ---> 2baab2177397 [2021-02-04T19:01:49.717Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T19:01:49.985Z] ---> Running in 90517c7072e9 [2021-02-04T19:01:50.257Z] Removing intermediate container f0c14a3087aa [2021-02-04T19:01:50.257Z] ---> 10e1f1ed2e7c [2021-02-04T19:01:50.257Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T19:01:50.257Z] ---> Running in 7c52e9efccf6 [2021-02-04T19:01:50.257Z] ---> Running in e2925a18922d [2021-02-04T19:01:50.539Z] Removing intermediate container 90517c7072e9 [2021-02-04T19:01:50.539Z] ---> cd52915a9976 [2021-02-04T19:01:50.539Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T19:01:50.539Z] Removing intermediate container 7c52e9efccf6 [2021-02-04T19:01:50.539Z] ---> aaa539c28c34 [2021-02-04T19:01:50.539Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:01:50.810Z] ---> Running in 47b1afc39b91 [2021-02-04T19:01:50.810Z] Removing intermediate container e2925a18922d [2021-02-04T19:01:50.810Z] ---> ad9cb29ea5d7 [2021-02-04T19:01:50.810Z] Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:01:51.092Z] ---> Running in 16b2ceedbbc0 [2021-02-04T19:01:51.092Z] ---> fb7a80cabb18 [2021-02-04T19:01:51.092Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T19:01:51.092Z] Removing intermediate container 47b1afc39b91 [2021-02-04T19:01:51.092Z] ---> ebd53abc5081 [2021-02-04T19:01:51.092Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T19:01:51.367Z] ---> Running in 24c5b50c0902 [2021-02-04T19:01:51.367Z] Removing intermediate container 16b2ceedbbc0 [2021-02-04T19:01:51.367Z] ---> d04473c2fc8c [2021-02-04T19:01:51.367Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T19:01:51.645Z] ---> Running in 7a2f3a8d3dc1 [2021-02-04T19:01:51.645Z] Removing intermediate container 24c5b50c0902 [2021-02-04T19:01:51.645Z] ---> 3df5d0c16f11 [2021-02-04T19:01:51.645Z] Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:01:51.920Z] ---> Running in 17b059bd5493 [2021-02-04T19:01:51.920Z] ---> a3a91226621f [2021-02-04T19:01:51.920Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T19:01:52.190Z] Removing intermediate container 7a2f3a8d3dc1 [2021-02-04T19:01:52.190Z] ---> 5ee4edca9f4b [2021-02-04T19:01:52.190Z] [2021-02-04T19:01:52.190Z] Removing intermediate container 17b059bd5493 [2021-02-04T19:01:52.190Z] ---> 1b456db811dd [2021-02-04T19:01:52.190Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T19:01:52.777Z] Successfully built 5ee4edca9f4b [2021-02-04T19:01:52.777Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T19:01:53.058Z]  Building docker-support-scheduler-go ... done  ---> Running in 4142d5a2f187 [2021-02-04T19:01:53.058Z] ---> b2bdb5241525 [2021-02-04T19:01:53.058Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T19:01:53.058Z] ---> Running in 0e9f56f22fe9 [2021-02-04T19:01:53.058Z] Removing intermediate container 4142d5a2f187 [2021-02-04T19:01:53.058Z] ---> 95db24566032 [2021-02-04T19:01:53.058Z] [2021-02-04T19:01:53.322Z] Removing intermediate container 0e9f56f22fe9 [2021-02-04T19:01:53.322Z] ---> c12f26b02edd [2021-02-04T19:01:53.322Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T19:01:53.322Z] Successfully built 95db24566032 [2021-02-04T19:01:53.322Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T19:01:54.718Z]  Building docker-core-metadata-go ... done  ---> Running in b6e9563be10e [2021-02-04T19:01:54.982Z] Removing intermediate container b6e9563be10e [2021-02-04T19:01:54.982Z] ---> 3eca018e6125 [2021-02-04T19:01:54.982Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T19:01:55.252Z] ---> Running in cccf449dae6d [2021-02-04T19:01:55.252Z] Removing intermediate container cccf449dae6d [2021-02-04T19:01:55.252Z] ---> f3394d2e2c80 [2021-02-04T19:01:55.252Z] Step 20/21 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:01:55.518Z] ---> Running in 19dc434de515 [2021-02-04T19:01:55.518Z] Removing intermediate container 19dc434de515 [2021-02-04T19:01:55.518Z] ---> 85a55dcdaac7 [2021-02-04T19:01:55.518Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T19:01:55.782Z] ---> Running in 793cb85d23a4 [2021-02-04T19:01:56.362Z] Removing intermediate container 793cb85d23a4 [2021-02-04T19:01:56.362Z] ---> 3a97b27f7151 [2021-02-04T19:01:56.362Z] [2021-02-04T19:01:56.362Z] Successfully built 3a97b27f7151 [2021-02-04T19:01:56.627Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T19:01:57.574Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 70eb72d09d65 [2021-02-04T19:01:57.574Z] ---> c683f70d63be [2021-02-04T19:01:57.574Z] [2021-02-04T19:01:57.574Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T19:01:57.574Z] ---> 389fef711851 [2021-02-04T19:01:57.574Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T19:01:57.574Z] ---> Running in db46ce6fd45d [2021-02-04T19:01:57.836Z] Removing intermediate container db46ce6fd45d [2021-02-04T19:01:57.836Z] ---> b0c4dd5d4014 [2021-02-04T19:01:57.836Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T19:01:57.836Z] ---> Running in ea70c6489bd3 [2021-02-04T19:01:58.098Z] Removing intermediate container ea70c6489bd3 [2021-02-04T19:01:58.098Z] ---> b8037100081c [2021-02-04T19:01:58.098Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T19:01:58.098Z] ---> Running in 96dbbc85bf1f [2021-02-04T19:01:58.360Z] Removing intermediate container 96dbbc85bf1f [2021-02-04T19:01:58.360Z] ---> 9e7448ccfcda [2021-02-04T19:01:58.360Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:01:58.360Z] ---> Running in dc49703d23b3 [2021-02-04T19:01:59.314Z] Removing intermediate container dc49703d23b3 [2021-02-04T19:01:59.314Z] ---> 71933952a233 [2021-02-04T19:01:59.314Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T19:01:59.314Z] ---> Running in 729f67e84d10 [2021-02-04T19:01:59.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T19:02:00.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T19:02:01.777Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T19:02:01.777Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T19:02:01.777Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T19:02:02.040Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T19:02:02.301Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T19:02:02.563Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T19:02:02.563Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:02:02.563Z] OK: 8 MiB in 20 packages [2021-02-04T19:02:03.136Z] Removing intermediate container 729f67e84d10 [2021-02-04T19:02:03.136Z] ---> 46d197247871 [2021-02-04T19:02:03.136Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:02:03.398Z] ---> 2578cf0d46e0 [2021-02-04T19:02:03.398Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T19:02:03.975Z] ---> 811e5c230363 [2021-02-04T19:02:03.975Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T19:02:04.237Z] ---> b6e535670d9a [2021-02-04T19:02:04.237Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T19:02:04.499Z] ---> Running in c9ef6b7c2665 [2021-02-04T19:02:04.499Z] Removing intermediate container c9ef6b7c2665 [2021-02-04T19:02:04.499Z] ---> 3011401c4cb3 [2021-02-04T19:02:04.499Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:02:04.762Z] ---> Running in f3d39e76a5a0 [2021-02-04T19:02:04.762Z] Removing intermediate container f3d39e76a5a0 [2021-02-04T19:02:04.762Z] ---> 667b826a70bd [2021-02-04T19:02:04.762Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T19:02:05.025Z] ---> Running in 140e619c3e0d [2021-02-04T19:02:05.025Z] Removing intermediate container 140e619c3e0d [2021-02-04T19:02:05.025Z] ---> 1cb2b472323a [2021-02-04T19:02:05.025Z] Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:02:05.025Z] ---> Running in df8077dc8b12 [2021-02-04T19:02:05.287Z] Removing intermediate container df8077dc8b12 [2021-02-04T19:02:05.287Z] ---> ec14ec70fd8e [2021-02-04T19:02:05.287Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T19:02:05.287Z] ---> Running in 8960196f1693 [2021-02-04T19:02:05.551Z] Removing intermediate container 8960196f1693 [2021-02-04T19:02:05.551Z] ---> a897f65792be [2021-02-04T19:02:05.551Z] [2021-02-04T19:02:05.814Z] Successfully built a897f65792be [2021-02-04T19:02:05.814Z] Successfully tagged docker-core-data-go:latest [2021-02-04T19:02:06.133Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T19:02:06.212Z] $ docker stop --time=1 bca101dc001f9ea27d535eaf122fdfd175a84ce73da5b725a4c432ad27af0b04 [2021-02-04T19:02:07.966Z] $ docker rm -f bca101dc001f9ea27d535eaf122fdfd175a84ce73da5b725a4c432ad27af0b04 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T19:02:08.639Z] + docker images [2021-02-04T19:02:08.640Z] + grep docker [2021-02-04T19:02:09.214Z] docker-core-data-go latest a897f65792be 3 seconds ago 22.3MB [2021-02-04T19:02:09.214Z] docker-security-proxy-setup-go latest 3a97b27f7151 13 seconds ago 24.4MB [2021-02-04T19:02:09.214Z] docker-core-metadata-go latest 95db24566032 16 seconds ago 18.8MB [2021-02-04T19:02:09.214Z] docker-support-scheduler-go latest 5ee4edca9f4b 17 seconds ago 17MB [2021-02-04T19:02:09.214Z] docker-sys-mgmt-agent-go latest c7199084268f 38 seconds ago 313MB [2021-02-04T19:02:09.214Z] docker-security-bootstrapper-go latest 56e83badb57e About a minute ago 23.8MB [2021-02-04T19:02:09.214Z] docker-security-secretstore-setup-go latest e19f27f7db41 2 minutes ago 24.6MB [2021-02-04T19:02:09.214Z] docker-support-notifications-go latest 664742123a7e 2 minutes ago 17.6MB [2021-02-04T19:02:09.214Z] docker-core-command-go latest 6b6b55c8ab4a 2 minutes ago 16.9MB [2021-02-04T19:02:09.214Z] 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-04T19:02:17.651Z] gofmt -l . [2021-02-04T19:02:17.651Z] [ "`gofmt -l .`" = "" ] [2021-02-04T19:02:17.651Z] ./bin/test-go-mod-tidy.sh [2021-02-04T19:02:17.651Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T19:02:18.307Z] + ls -al . [2021-02-04T19:02:18.307Z] total 716 [2021-02-04T19:02:18.307Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 19:02 . [2021-02-04T19:02:18.307Z] drwxr-xr-x 4 root root 4096 Feb 4 18:58 .. [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 18:56 .dockerignore [2021-02-04T19:02:18.307Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 18:56 .git [2021-02-04T19:02:18.307Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 18:56 .github [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 18:56 .gitignore [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 18:56 .sonarcloud.properties [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:56 Attribution.txt [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:56 CONTRIBUTING.md [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 18:56 Dockerfile.build [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 18:56 Jenkinsfile [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:56 LICENSE [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:56 Makefile [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:56 README.md [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:56 SECURITY.md [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 18:54 VERSION [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:56 ZMQWindows.md [2021-02-04T19:02:18.307Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 18:56 bin [2021-02-04T19:02:18.307Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 18:56 cmd [2021-02-04T19:02:18.307Z] -rw-r--r-- 1 root root 583066 Feb 4 19:00 coverage.out [2021-02-04T19:02:18.307Z] -rw-r--r-- 1 root root 1054 Feb 4 19:02 go.mod [2021-02-04T19:02:18.307Z] -rw-r--r-- 1 root root 19290 Feb 4 19:02 go.sum [2021-02-04T19:02:18.307Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 18:56 internal [2021-02-04T19:02:18.307Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 18:56 openapi [2021-02-04T19:02:18.307Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 18:56 snap [2021-02-04T19:02:18.307Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 18:56 version.go [Pipeline] sh [2021-02-04T19:02:18.969Z] + '[' -e coverage.out ] [2021-02-04T19:02:18.969Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T19:02:19.046Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T19:02:20.192Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T19:02:20.882Z] + make build [2021-02-04T19:02:20.882Z] 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-04T19:02:25.370Z] Still waiting to schedule task [2021-02-04T19:02:25.371Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-04T19:02:31.043Z] 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-04T19:02:53.250Z] 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-04T19:02:56.638Z] 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-04T19:03:03.350Z] 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-04T19:03:04.327Z] 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-04T19:03:09.741Z] 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-04T19:03:14.047Z] 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-04T19:03:16.837Z] Running on prd-ubuntu18.04-docker-8c-8g-25046 in /w/workspace/edgexfoundry_edgex-go_PR-3125 [Pipeline] { [Pipeline] ws [2021-02-04T19:03:16.901Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-04T19:03:17.482Z] 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-04T19:03:18.939Z] using credential edgex-jenkins-ssh [2021-02-04T19:03:19.004Z] Cloning the remote Git repository [2021-02-04T19:03:19.030Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T19:03:19.099Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-04T19:03:19.127Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T19:03:19.127Z] > git --version # timeout=10 [2021-02-04T19:03:19.133Z] > git --version # 'git version 2.17.1' [2021-02-04T19:03:19.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T19:03:19.160Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T19:03:21.801Z] 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-04T19:03:24.795Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:03:24.908Z] Merge succeeded, producing 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:03:24.908Z] Checking out Revision 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 (PR-3125) [2021-02-04T19:03:25.203Z] 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-04T19:03:24.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T19:03:24.158Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T19:03:24.168Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T19:03:24.179Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T19:03:24.179Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T19:03:24.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3125/head:refs/remotes/origin/PR-3125 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T19:03:24.807Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T19:03:24.813Z] > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 [2021-02-04T19:03:24.883Z] > git remote # timeout=10 [2021-02-04T19:03:24.891Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T19:03:24.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T19:03:24.899Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T19:03:24.906Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T19:03:24.915Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T19:03:24.921Z] > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 [2021-02-04T19:03:28.575Z] Commit message: "Merge branch 'master' into issue-3122" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T19:03:29.795Z] + echo snap-build.sh [2021-02-04T19:03:29.795Z] snap-build.sh [2021-02-04T19:03:29.795Z] + SNAP_BASE_DIR=. [2021-02-04T19:03:29.795Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-04T19:03:29.795Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-04T19:03:29.795Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-04T19:03:29.795Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-04T19:03:29.795Z] + cd /w/workspace/edgex-go/3 [2021-02-04T19:03:29.795Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T19:03:29.795Z] Reading package lists... [2021-02-04T19:03:29.795Z] Building dependency tree... [2021-02-04T19:03:29.795Z] Reading state information... [2021-02-04T19:03:30.058Z] The following packages were automatically installed and are no longer required: [2021-02-04T19:03:30.058Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T19:03:30.058Z] uidmap xdelta3 [2021-02-04T19:03:30.058Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T19:03:30.058Z] The following packages will be REMOVED: [2021-02-04T19:03:30.058Z] lxd* lxd-client* [2021-02-04T19:03:30.631Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T19:03:30.631Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T19:03:31.680Z] (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-04T19:03:31.680Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T19:03:31.929Z] 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-04T19:03:32.253Z] Removing lxd dnsmasq configuration [2021-02-04T19:03:32.515Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T19:03:32.515Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T19:03:33.461Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T19:03:33.724Z] (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-04T19:03:33.724Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T19:03:34.542Z] 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-04T19:03:35.112Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T19:03:35.112Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T19:03:36.498Z] + sudo snap remove --purge lxd [2021-02-04T19:03:36.498Z] snap "lxd" is not installed [2021-02-04T19:03:36.498Z] + sudo groupadd --force --system lxd [2021-02-04T19:03:36.498Z] ++ whoami [2021-02-04T19:03:36.498Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T19:03:36.498Z] + newgrp - lxd [2021-02-04T19:03:36.498Z] + sudo snap install lxd [Pipeline] } [2021-02-04T19:03:41.284Z] $ docker stop --time=1 094fe32ed825b515b2420e513bd161f1ccf9d68f3306f583faafd7de7149ee84 [2021-02-04T19:03:43.806Z] $ docker rm -f 094fe32ed825b515b2420e513bd161f1ccf9d68f3306f583faafd7de7149ee84 [2021-02-04T19:03:44.639Z] 2021-02-04T19:03:41Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T19:03:45.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T19:03:45.873Z] [2021-02-04T19:03:45.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T19:03:46.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T19:03:46.804Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T19:03:46.804Z] 29e5d40040c1: Pulling fs layer [2021-02-04T19:03:46.804Z] 1ce36da41761: Pulling fs layer [2021-02-04T19:03:46.804Z] 25b303627fd3: Pulling fs layer [2021-02-04T19:03:47.400Z] 29e5d40040c1: Verifying Checksum [2021-02-04T19:03:47.400Z] 29e5d40040c1: Download complete [2021-02-04T19:03:47.675Z] 1ce36da41761: Verifying Checksum [2021-02-04T19:03:47.675Z] 1ce36da41761: Download complete [2021-02-04T19:03:47.951Z] 29e5d40040c1: Pull complete [2021-02-04T19:03:49.390Z] 1ce36da41761: Pull complete [2021-02-04T19:03:49.390Z] 25b303627fd3: Verifying Checksum [2021-02-04T19:03:49.390Z] 25b303627fd3: Download complete [2021-02-04T19:03:59.642Z] 25b303627fd3: Pull complete [2021-02-04T19:03:59.642Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T19:03:59.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T19:03:59.642Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T19:03:59.753Z] lxd 4.10 from Canonical* installed [2021-02-04T19:03:59.754Z] + sudo lxd init --auto [2021-02-04T19:03:59.954Z] prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container [2021-02-04T19:04:00.106Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T19:04:03.118Z] $ docker top 88ca4f901d096c1a6ef18f2d475cc03c1422540907ad8f61d59cafd462b93450 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T19:04:04.179Z] + docker-compose build --help [2021-02-04T19:04:04.179Z] + grep parallel [2021-02-04T19:04:07.550Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T19:04:07.591Z] $ docker stop --time=1 88ca4f901d096c1a6ef18f2d475cc03c1422540907ad8f61d59cafd462b93450 [2021-02-04T19:04:07.963Z] + sudo snap install --classic snapcraft [2021-02-04T19:04:09.541Z] $ docker rm -f 88ca4f901d096c1a6ef18f2d475cc03c1422540907ad8f61d59cafd462b93450 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T19:04:10.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T19:04:10.448Z] . [Pipeline] withDockerContainer [2021-02-04T19:04:10.764Z] prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container [2021-02-04T19:04:10.924Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T19:04:11.298Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T19:04:11.298Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T19:04:11.298Z] + patch --verbose -p1 [2021-02-04T19:04:11.298Z] Hmm... Looks like a unified diff to me... [2021-02-04T19:04:11.298Z] The text leading up to this was: [2021-02-04T19:04:11.298Z] -------------------------- [2021-02-04T19:04:11.298Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T19:04:11.298Z] |From: Tony Espy [2021-02-04T19:04:11.298Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T19:04:11.298Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T19:04:11.298Z] | [2021-02-04T19:04:11.298Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T19:04:11.298Z] |optimize the snap CI check run for pull requests. When [2021-02-04T19:04:11.298Z] |applied, it essentially strips out everything (apps and [2021-02-04T19:04:11.298Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T19:04:11.298Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T19:04:11.298Z] |catch changes to edgex-go that break the snap build. [2021-02-04T19:04:11.298Z] | [2021-02-04T19:04:11.298Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T19:04:11.298Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T19:04:11.298Z] |resulting in a failed snap build CI check in the associated [2021-02-04T19:04:11.298Z] |pull request. [2021-02-04T19:04:11.298Z] | [2021-02-04T19:04:11.298Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T19:04:11.298Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T19:04:11.298Z] |need to build the finally binary .snap file (and it won't [2021-02-04T19:04:11.298Z] |work with the patch applied). This further reduces the build [2021-02-04T19:04:11.298Z] |time. [2021-02-04T19:04:11.298Z] |--- [2021-02-04T19:04:11.298Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T19:04:11.298Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T19:04:11.298Z] | [2021-02-04T19:04:11.298Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T19:04:11.298Z] |index 1e537489..faf42425 100644 [2021-02-04T19:04:11.298Z] |--- a/snap/snapcraft.yaml [2021-02-04T19:04:11.298Z] |+++ b/snap/snapcraft.yaml [2021-02-04T19:04:11.298Z] -------------------------- [2021-02-04T19:04:11.298Z] patching file snap/snapcraft.yaml [2021-02-04T19:04:11.298Z] Using Plan A... [2021-02-04T19:04:11.298Z] Hunk #1 succeeded at 73. [2021-02-04T19:04:11.298Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T19:04:11.298Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T19:04:11.298Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T19:04:11.298Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T19:04:11.298Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T19:04:11.298Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T19:04:11.298Z] Hunk #8 succeeded at 342. [2021-02-04T19:04:11.298Z] Hmm... Ignoring the trailing garbage. [2021-02-04T19:04:11.298Z] done [2021-02-04T19:04:11.298Z] + sudo snapcraft prime --use-lxd [2021-02-04T19:04:12.308Z] $ docker top 89d2c13e0ad86f456a7b7ce7feeba54f0a7cb5a71d70744ae8360324006c66a2 -eo pid,comm [2021-02-04T19:04:12.686Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T19:04:12.686Z] 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-04T19:04:12.686Z] - README.md [2021-02-04T19:04:12.686Z] - snapcraft.yaml.orig [2021-02-04T19:04:12.686Z] [2021-02-04T19:04:12.686Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] { [Pipeline] sh [2021-02-04T19:04:13.266Z] Launching a container. [2021-02-04T19:04:13.400Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T19:04:17.688Z] Building docker-core-command-go ... [2021-02-04T19:04:17.688Z] Building docker-core-data-go ... [2021-02-04T19:04:17.688Z] Building docker-core-metadata-go ... [2021-02-04T19:04:17.688Z] Building docker-security-bootstrapper-go ... [2021-02-04T19:04:17.688Z] Building docker-security-proxy-setup-go ... [2021-02-04T19:04:17.688Z] Building docker-security-secretstore-setup-go ... [2021-02-04T19:04:17.688Z] Building docker-support-notifications-go ... [2021-02-04T19:04:17.688Z] Building docker-support-scheduler-go ... [2021-02-04T19:04:17.688Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T19:04:17.688Z] Building docker-support-notifications-go [2021-02-04T19:04:17.688Z] Building docker-sys-mgmt-agent-go [2021-02-04T19:04:17.688Z] Building docker-core-metadata-go [2021-02-04T19:04:17.688Z] Building docker-security-proxy-setup-go [2021-02-04T19:04:17.688Z] Building docker-support-scheduler-go [2021-02-04T19:04:25.505Z] Waiting for container to be ready [2021-02-04T19:04:25.505Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T19:04:25.505Z] [2021-02-04T19:04:28.069Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T19:04:28.069Z] Waiting for network to be ready... [2021-02-04T19:04:28.646Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T19:04:28.646Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T19:04:28.911Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T19:04:28.911Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T19:04:29.173Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T19:04:29.435Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T19:04:29.435Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T19:04:29.435Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T19:04:29.435Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T19:04:29.435Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T19:04:29.435Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T19:04:29.695Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T19:04:29.956Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T19:04:29.956Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T19:04:30.217Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T19:04:30.217Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T19:04:30.217Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T19:04:30.217Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T19:04:30.217Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T19:04:30.217Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T19:04:30.217Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T19:04:30.217Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T19:04:30.217Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T19:04:30.217Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T19:04:30.478Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T19:04:30.478Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T19:04:30.738Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T19:04:32.661Z] Fetched 23.9 MB in 4s (5512 kB/s) [2021-02-04T19:04:33.601Z] Reading package lists... [2021-02-04T19:04:33.601Z] Reading package lists... [2021-02-04T19:04:33.862Z] Building dependency tree... [2021-02-04T19:04:33.862Z] Reading state information... [2021-02-04T19:04:33.862Z] The following additional packages will be installed: [2021-02-04T19:04:33.862Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T19:04:33.862Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T19:04:33.862Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T19:04:33.862Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T19:04:33.862Z] Suggested packages: [2021-02-04T19:04:33.862Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T19:04:33.862Z] Recommended packages: [2021-02-04T19:04:33.862Z] gnupg libsasl2-modules [2021-02-04T19:04:33.862Z] The following NEW packages will be installed: [2021-02-04T19:04:33.862Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T19:04:33.862Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T19:04:33.862Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T19:04:33.862Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T19:04:33.862Z] The following packages will be upgraded: [2021-02-04T19:04:33.862Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T19:04:33.862Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T19:04:33.862Z] Need to get 3533 kB of archives. [2021-02-04T19:04:33.862Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T19:04:33.862Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T19:04:34.122Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T19:04:34.122Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T19:04:34.122Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T19:04:34.122Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-04T19:04:34.122Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T19:04:34.122Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T19:04:34.122Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T19:04:34.122Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T19:04:34.382Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T19:04:34.643Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T19:04:34.643Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T19:04:34.643Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T19:04:34.643Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T19:04:34.643Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T19:04:34.643Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T19:04:34.643Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T19:04:34.904Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T19:04:34.904Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T19:04:34.904Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T19:04:34.904Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T19:04:34.904Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T19:04:34.904Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T19:04:34.904Z] Fetched 3533 kB in 1s (3524 kB/s) [2021-02-04T19:04:35.165Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T19:04:35.165Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T19:04:35.165Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T19:04:35.165Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T19:04:35.427Z] Selecting previously unselected package udev. [2021-02-04T19:04:35.427Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T19:04:35.427Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T19:04:35.427Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T19:04:35.691Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T19:04:35.691Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T19:04:35.691Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T19:04:35.691Z] Selecting previously unselected package fuse. [2021-02-04T19:04:35.691Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T19:04:35.691Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T19:04:35.951Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T19:04:35.951Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T19:04:35.951Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T19:04:35.951Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T19:04:36.212Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T19:04:36.212Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T19:04:36.212Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T19:04:36.212Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T19:04:36.212Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T19:04:36.473Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T19:04:36.473Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:36.473Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:36.473Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T19:04:36.473Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:36.473Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:36.735Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T19:04:36.735Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:36.735Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:36.735Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T19:04:36.735Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:36.735Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:36.997Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T19:04:36.997Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:36.997Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:36.997Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T19:04:36.997Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:36.997Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:37.259Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T19:04:37.259Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:37.259Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:37.259Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T19:04:37.259Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:37.259Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:37.522Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T19:04:37.522Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T19:04:37.522Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:37.522Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T19:04:37.522Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T19:04:37.522Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T19:04:37.522Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T19:04:37.522Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T19:04:37.522Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T19:04:37.783Z] Selecting previously unselected package libldap-common. [2021-02-04T19:04:37.783Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T19:04:37.783Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T19:04:37.783Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T19:04:37.783Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T19:04:37.783Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T19:04:37.783Z] Selecting previously unselected package dirmngr. [2021-02-04T19:04:38.044Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T19:04:38.044Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T19:04:38.044Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T19:04:38.044Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T19:04:38.044Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T19:04:38.044Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T19:04:38.304Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T19:04:38.304Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T19:04:38.304Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:38.304Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T19:04:38.304Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T19:04:38.304Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T19:04:38.565Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T19:04:38.825Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:38.825Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T19:04:38.825Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T19:04:38.825Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T19:04:38.825Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:38.825Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:39.086Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:39.086Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:39.086Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:39.086Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:39.086Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T19:04:39.086Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T19:04:39.087Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T19:04:39.087Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T19:04:39.658Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T19:04:39.658Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T19:04:39.658Z] This means they are not meant to be enabled using systemctl. [2021-02-04T19:04:39.658Z] Possible reasons for having this kind of units are: [2021-02-04T19:04:39.658Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T19:04:39.658Z] .wants/ or .requires/ directory. [2021-02-04T19:04:39.658Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T19:04:39.658Z] a requirement dependency on it. [2021-02-04T19:04:39.658Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T19:04:39.658Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T19:04:39.658Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T19:04:39.658Z] instance name specified. [2021-02-04T19:04:39.918Z] Reading package lists... [2021-02-04T19:04:39.918Z] Building dependency tree... [2021-02-04T19:04:39.918Z] Reading state information... [2021-02-04T19:04:40.180Z] The following additional packages will be installed: [2021-02-04T19:04:40.180Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T19:04:40.180Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T19:04:40.180Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T19:04:40.180Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T19:04:40.180Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T19:04:40.180Z] Suggested packages: [2021-02-04T19:04:40.180Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T19:04:40.180Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T19:04:40.180Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T19:04:40.180Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T19:04:40.180Z] systemd-container policykit-1 [2021-02-04T19:04:40.180Z] Recommended packages: [2021-02-04T19:04:40.180Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T19:04:40.180Z] The following NEW packages will be installed: [2021-02-04T19:04:40.180Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T19:04:40.180Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T19:04:40.180Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T19:04:40.180Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T19:04:40.180Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T19:04:40.180Z] The following packages will be upgraded: [2021-02-04T19:04:40.180Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T19:04:40.441Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T19:04:40.441Z] Need to get 35.2 MB of archives. [2021-02-04T19:04:40.441Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T19:04:40.441Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T19:04:40.441Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T19:04:41.014Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T19:04:41.014Z] 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-04T19:04:41.014Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T19:04:41.014Z] 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-04T19:04:41.014Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T19:04:41.014Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T19:04:41.014Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T19:04:41.014Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T19:04:41.014Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T19:04:41.014Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T19:04:41.014Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T19:04:41.014Z] 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-04T19:04:41.276Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T19:04:41.276Z] 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-04T19:04:41.276Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T19:04:41.276Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T19:04:41.276Z] 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-04T19:04:41.276Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T19:04:41.276Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T19:04:41.276Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T19:04:41.276Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T19:04:41.276Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T19:04:41.276Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T19:04:41.276Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T19:04:41.276Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T19:04:41.276Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T19:04:41.276Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T19:04:41.541Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T19:04:42.482Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T19:04:42.482Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-02-04T19:04:42.482Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T19:04:42.482Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T19:04:42.742Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T19:04:43.314Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T19:04:43.314Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T19:04:43.576Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T19:04:43.576Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T19:04:43.576Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T19:04:43.576Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T19:04:43.837Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T19:04:43.837Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T19:04:43.837Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T19:04:44.097Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T19:04:44.357Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T19:04:44.357Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T19:04:44.625Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T19:04:44.885Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T19:04:44.885Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T19:04:44.885Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T19:04:45.147Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T19:04:45.147Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T19:04:45.147Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:45.147Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T19:04:45.147Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T19:04:45.147Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T19:04:45.420Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T19:04:45.420Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T19:04:45.420Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:45.681Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T19:04:45.681Z] Checking for services that may need to be restarted...done. [2021-02-04T19:04:45.681Z] Checking for services that may need to be restarted...done. [2021-02-04T19:04:45.681Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:45.681Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T19:04:45.681Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:46.252Z] Selecting previously unselected package python3-minimal. [2021-02-04T19:04:46.252Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T19:04:46.252Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T19:04:46.252Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T19:04:46.252Z] Selecting previously unselected package mime-support. [2021-02-04T19:04:46.252Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T19:04:46.252Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T19:04:46.516Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T19:04:46.516Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T19:04:46.516Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T19:04:46.516Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T19:04:46.516Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T19:04:46.516Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:47.086Z] Selecting previously unselected package python3.6. [2021-02-04T19:04:47.086Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T19:04:47.086Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:47.086Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T19:04:47.086Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T19:04:47.086Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T19:04:47.086Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T19:04:47.347Z] Selecting previously unselected package python3. [2021-02-04T19:04:47.347Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T19:04:47.347Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T19:04:47.347Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T19:04:47.607Z] Selecting previously unselected package multiarch-support. [2021-02-04T19:04:47.607Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T19:04:47.607Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T19:04:47.607Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T19:04:47.869Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T19:04:47.869Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T19:04:47.869Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T19:04:47.869Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T19:04:47.869Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T19:04:47.869Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T19:04:47.869Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T19:04:47.869Z] Selecting previously unselected package sudo. [2021-02-04T19:04:47.869Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T19:04:47.869Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T19:04:48.130Z] Selecting previously unselected package apparmor. [2021-02-04T19:04:48.130Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T19:04:48.130Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T19:04:48.390Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T19:04:48.390Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T19:04:48.390Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T19:04:48.390Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T19:04:48.390Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T19:04:48.390Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:48.390Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T19:04:48.390Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T19:04:48.651Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:48.651Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T19:04:48.651Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T19:04:48.651Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T19:04:48.651Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T19:04:48.651Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T19:04:48.651Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:48.913Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T19:04:48.913Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T19:04:48.913Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:49.174Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T19:04:49.174Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T19:04:49.174Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T19:04:49.174Z] Selecting previously unselected package openssh-client. [2021-02-04T19:04:49.174Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T19:04:49.174Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T19:04:49.434Z] Selecting previously unselected package squashfs-tools. [2021-02-04T19:04:49.434Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T19:04:49.434Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T19:04:49.434Z] Selecting previously unselected package snapd. [2021-02-04T19:04:49.434Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T19:04:49.694Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T19:04:51.613Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T19:04:51.613Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T19:04:51.613Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T19:04:51.874Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T19:04:51.874Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T19:04:51.874Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:51.874Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T19:04:51.874Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T19:04:51.874Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T19:04:53.264Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T19:04:53.264Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T19:04:53.264Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T19:04:53.264Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:53.264Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:53.264Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T19:04:53.836Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T19:04:53.836Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:53.836Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T19:04:53.836Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T19:04:53.836Z] running python rtupdate hooks for python3.6... [2021-02-04T19:04:53.836Z] running python post-rtupdate hooks for python3.6... [2021-02-04T19:04:54.096Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T19:04:55.482Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T19:04:55.482Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T19:04:55.741Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T19:04:55.741Z] Setting up snapd (2.48+18.04) ... [2021-02-04T19:04:56.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T19:04:56.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T19:04:56.578Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T19:04:56.578Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T19:04:56.839Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T19:04:56.839Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T19:04:57.100Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T19:04:57.100Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T19:04:57.362Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T19:04:57.362Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T19:04:57.637Z] /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-04T19:04:57.637Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T19:04:57.637Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T19:04:59.043Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T19:04:59.043Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T19:04:59.043Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T19:04:59.984Z] Reading package lists... [2021-02-04T19:05:00.245Z] Reading package lists... [2021-02-04T19:05:00.245Z] Building dependency tree... [2021-02-04T19:05:00.245Z] Reading state information... [2021-02-04T19:05:00.505Z] Calculating upgrade... [2021-02-04T19:05:00.505Z] The following packages will be upgraded: [2021-02-04T19:05:00.505Z] advancecomp base-files bash binutils binutils-common [2021-02-04T19:05:00.505Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T19:05:00.505Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T19:05:00.505Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T19:05:00.505Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T19:05:00.505Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T19:05:00.505Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T19:05:00.505Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T19:05:00.505Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T19:05:00.505Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T19:05:00.505Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T19:05:00.505Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T19:05:00.505Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T19:05:00.505Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T19:05:00.505Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T19:05:00.769Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T19:05:00.769Z] Need to get 63.8 MB of archives. [2021-02-04T19:05:00.769Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T19:05:00.769Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T19:05:00.769Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T19:05:00.769Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T19:05:00.769Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T19:05:00.769Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T19:05:00.769Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T19:05:00.769Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T19:05:00.769Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T19:05:00.769Z] 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-04T19:05:00.769Z] 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-04T19:05:00.769Z] 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-04T19:05:00.769Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T19:05:00.769Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T19:05:00.769Z] 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-04T19:05:00.769Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T19:05:00.769Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T19:05:00.769Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T19:05:00.769Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T19:05:01.031Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T19:05:01.031Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T19:05:01.031Z] 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-04T19:05:01.031Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T19:05:01.031Z] 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-04T19:05:01.031Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T19:05:01.031Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T19:05:01.031Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T19:05:01.031Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T19:05:01.031Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T19:05:01.031Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T19:05:01.031Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T19:05:01.031Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T19:05:01.031Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T19:05:01.031Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T19:05:01.031Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T19:05:01.031Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T19:05:01.031Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T19:05:01.031Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T19:05:01.031Z] 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-04T19:05:01.031Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T19:05:01.031Z] 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-04T19:05:01.031Z] 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-04T19:05:01.031Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T19:05:01.031Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T19:05:01.031Z] 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-04T19:05:01.031Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T19:05:01.031Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T19:05:01.031Z] 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-04T19:05:01.031Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T19:05:01.031Z] 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-04T19:05:01.295Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T19:05:01.295Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T19:05:01.295Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T19:05:01.295Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T19:05:01.295Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T19:05:01.295Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T19:05:01.295Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T19:05:01.295Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T19:05:01.555Z] 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-04T19:05:01.555Z] 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-04T19:05:01.555Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T19:05:01.817Z] 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-04T19:05:01.817Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T19:05:01.817Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T19:05:01.817Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T19:05:01.817Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T19:05:01.817Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T19:05:01.817Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T19:05:02.079Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T19:05:02.079Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T19:05:02.079Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T19:05:02.079Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T19:05:02.079Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T19:05:02.079Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T19:05:02.079Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T19:05:02.080Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T19:05:02.080Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T19:05:02.080Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T19:05:02.080Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T19:05:02.080Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T19:05:02.343Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T19:05:02.343Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T19:05:02.343Z] 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-04T19:05:02.343Z] 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-04T19:05:02.343Z] 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-04T19:05:02.343Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T19:05:02.343Z] 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-04T19:05:02.343Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T19:05:02.343Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T19:05:02.343Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T19:05:02.343Z] 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-04T19:05:02.343Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T19:05:02.343Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T19:05:02.613Z] 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-04T19:05:02.613Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T19:05:02.613Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T19:05:02.613Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T19:05:02.613Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T19:05:02.613Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T19:05:02.613Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T19:05:02.613Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T19:05:02.874Z] Fetched 63.8 MB in 2s (31.6 MB/s) [2021-02-04T19:05:02.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:02.874Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T19:05:02.874Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T19:05:03.817Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T19:05:03.817Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T19:05:03.817Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T19:05:03.817Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T19:05:04.764Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:04.764Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:04.764Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:04.764Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:05.025Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:05.025Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:05.289Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:05.289Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:05.289Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:05.289Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:05.549Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:05.549Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:05.549Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:05.549Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:05.811Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:05.811Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T19:05:05.811Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:05.811Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T19:05:05.811Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:06.072Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T19:05:06.072Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:06.072Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:06.072Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:06.072Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:06.333Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:06.333Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T19:05:06.598Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:06.598Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T19:05:06.598Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T19:05:06.859Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T19:05:07.119Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T19:05:07.697Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T19:05:07.697Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T19:05:07.697Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T19:05:07.697Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T19:05:07.697Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T19:05:07.964Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T19:05:07.964Z] Installing new version of config file /etc/issue ... [2021-02-04T19:05:07.964Z] Installing new version of config file /etc/issue.net ... [2021-02-04T19:05:07.964Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T19:05:07.964Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T19:05:08.225Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T19:05:08.225Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T19:05:08.225Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T19:05:08.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:08.486Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T19:05:08.486Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T19:05:08.745Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T19:05:08.745Z] 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-04T19:05:08.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:08.745Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:08.745Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:09.007Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:09.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:09.007Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T19:05:09.269Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T19:05:09.269Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T19:05:09.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:09.269Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T19:05:09.531Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T19:05:09.793Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T19:05:09.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:09.793Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T19:05:09.793Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T19:05:10.053Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T19:05:10.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:10.053Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T19:05:10.053Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T19:05:10.325Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T19:05:10.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:10.325Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T19:05:10.325Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T19:05:10.590Z] Setting up grep (3.1-2build1) ... [2021-02-04T19:05:10.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:10.590Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T19:05:10.590Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T19:05:10.852Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T19:05:11.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:11.113Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T19:05:11.113Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T19:05:11.113Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T19:05:11.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:11.373Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T19:05:11.373Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T19:05:11.946Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T19:05:11.946Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T19:05:11.946Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T19:05:11.946Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T19:05:12.519Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T19:05:12.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:12.781Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T19:05:12.781Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T19:05:14.169Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T19:05:14.169Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T19:05:14.169Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T19:05:14.169Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T19:05:14.169Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T19:05:14.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:14.432Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T19:05:14.432Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T19:05:14.432Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T19:05:14.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:14.693Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:14.693Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:14.693Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:14.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:14.954Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:14.954Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:14.954Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:15.215Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:15.215Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:15.215Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:15.215Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:15.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:15.525Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:15.525Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:15.525Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:15.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:15.525Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T19:05:15.525Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T19:05:15.791Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T19:05:15.791Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T19:05:15.791Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T19:05:16.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:16.060Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T19:05:16.060Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T19:05:16.060Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T19:05:16.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:16.333Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:16.333Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:16.333Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:16.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:16.599Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:16.599Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:16.864Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:16.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:16.864Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:17.129Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:17.390Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:17.657Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T19:05:17.933Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T19:05:17.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:17.933Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T19:05:18.204Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T19:05:18.204Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T19:05:18.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T19:05:18.469Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T19:05:18.469Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T19:05:18.469Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T19:05:18.736Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:18.736Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T19:05:18.736Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T19:05:19.021Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T19:05:19.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:19.295Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T19:05:19.295Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T19:05:19.295Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T19:05:19.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:19.555Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T19:05:19.555Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T19:05:19.555Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T19:05:19.824Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:19.824Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T19:05:19.824Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T19:05:19.824Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T19:05:20.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:20.103Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T19:05:20.103Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T19:05:20.104Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T19:05:20.376Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:20.376Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T19:05:20.376Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T19:05:20.376Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T19:05:20.647Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:20.647Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T19:05:20.647Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T19:05:20.647Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T19:05:20.926Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T19:05:20.926Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T19:05:20.926Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T19:05:20.926Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T19:05:21.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:21.218Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T19:05:21.218Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T19:05:21.218Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T19:05:21.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:21.218Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T19:05:21.218Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T19:05:21.485Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T19:05:21.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:21.769Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T19:05:21.769Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T19:05:21.769Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T19:05:22.042Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:22.042Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T19:05:22.042Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T19:05:22.042Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T19:05:22.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:22.330Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T19:05:22.330Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T19:05:22.620Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T19:05:22.620Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:22.620Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T19:05:22.620Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T19:05:22.900Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T19:05:22.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:22.900Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T19:05:22.900Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T19:05:23.190Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T19:05:23.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:23.190Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T19:05:23.190Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T19:05:23.466Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T19:05:23.467Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:23.467Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T19:05:23.467Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T19:05:23.744Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T19:05:23.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:23.744Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T19:05:23.744Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T19:05:24.036Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T19:05:24.036Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:24.036Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T19:05:24.036Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T19:05:24.312Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T19:05:24.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T19:05:24.312Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T19:05:24.312Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T19:05:24.613Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T19:05:24.613Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T19:05:24.613Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T19:05:24.613Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T19:05:24.613Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T19:05:24.911Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T19:05:24.911Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T19:05:24.911Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T19:05:25.200Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T19:05:25.200Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T19:05:25.200Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T19:05:25.494Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T19:05:25.494Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T19:05:25.494Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T19:05:25.494Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T19:05:25.779Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T19:05:25.779Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T19:05:25.779Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T19:05:26.089Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T19:05:26.089Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T19:05:26.089Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T19:05:26.089Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T19:05:26.089Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T19:05:26.360Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T19:05:26.360Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T19:05:26.360Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T19:05:27.325Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T19:05:27.325Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T19:05:27.325Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T19:05:27.325Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T19:05:27.588Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T19:05:27.588Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T19:05:27.851Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T19:05:27.851Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T19:05:28.114Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T19:05:28.114Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T19:05:28.387Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T19:05:28.387Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T19:05:28.387Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:28.387Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:28.651Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:28.651Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:28.914Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:28.914Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:28.914Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:28.914Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:29.861Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:29.862Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:30.807Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:30.807Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:31.383Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:31.383Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:31.958Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:31.958Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:32.974Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T19:05:32.974Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T19:05:32.974Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T19:05:32.974Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T19:05:32.974Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T19:05:32.974Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T19:05:33.257Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T19:05:33.257Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T19:05:33.522Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T19:05:33.522Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T19:05:33.522Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T19:05:33.522Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T19:05:33.864Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T19:05:33.864Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T19:05:33.864Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T19:05:33.864Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T19:05:34.156Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:34.156Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T19:05:34.156Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:34.156Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:34.156Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:34.156Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T19:05:34.156Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T19:05:34.156Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T19:05:34.448Z] [2021-02-04T19:05:34.448Z] Current default time zone: 'Etc/UTC' [2021-02-04T19:05:34.448Z] Local time is now: Thu Feb 4 19:05:34 UTC 2021. [2021-02-04T19:05:34.448Z] Universal Time is now: Thu Feb 4 19:05:34 UTC 2021. [2021-02-04T19:05:34.448Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T19:05:34.448Z] [2021-02-04T19:05:34.448Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T19:05:34.448Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:34.448Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T19:05:34.448Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T19:05:34.448Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T19:05:34.711Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T19:05:34.711Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T19:05:34.711Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T19:05:34.711Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T19:05:34.975Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T19:05:34.975Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:34.975Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T19:05:35.238Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:35.238Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T19:05:35.238Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:35.238Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T19:05:35.238Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T19:05:35.509Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T19:05:35.509Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T19:05:35.509Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T19:05:35.509Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T19:05:35.509Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T19:05:35.509Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T19:05:37.433Z] Updating certificates in /etc/ssl/certs... [2021-02-04T19:05:38.008Z] 23 added, 27 removed; done. [2021-02-04T19:05:38.271Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T19:05:38.271Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T19:05:38.271Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T19:05:38.271Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T19:05:38.271Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T19:05:38.271Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.534Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T19:05:38.534Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.534Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.534Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.534Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.534Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.534Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T19:05:38.534Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T19:05:38.796Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T19:05:38.796Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T19:05:38.796Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T19:05:38.796Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.796Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T19:05:38.796Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T19:05:38.796Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T19:05:38.796Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T19:05:39.058Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T19:05:39.058Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T19:05:39.058Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T19:05:39.058Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T19:05:39.058Z] Updating certificates in /etc/ssl/certs... [2021-02-04T19:05:39.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:05:39.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:05:39.457Z] ---> bfc572c9b425 [2021-02-04T19:05:39.457Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T19:05:39.457Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:05:39.457Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:05:39.457Z] ---> bfc572c9b425 [2021-02-04T19:05:39.457Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T19:05:39.457Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:05:39.457Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:05:39.457Z] ---> bfc572c9b425 [2021-02-04T19:05:39.457Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T19:05:39.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:05:39.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:05:39.457Z] ---> bfc572c9b425 [2021-02-04T19:05:39.457Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T19:05:39.457Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:05:39.457Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:05:39.457Z] ---> bfc572c9b425 [2021-02-04T19:05:39.457Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T19:05:39.457Z] ---> Running in bcd752a0d20f [2021-02-04T19:05:39.457Z] ---> Running in a11a1913652e [2021-02-04T19:05:39.457Z] ---> Running in 03adcee70d94 [2021-02-04T19:05:39.457Z] ---> Running in 598b58d0c52b [2021-02-04T19:05:39.457Z] ---> Running in ce349f13d90c [2021-02-04T19:05:39.457Z] Removing intermediate container bcd752a0d20f [2021-02-04T19:05:39.457Z] ---> cd951be6b295 [2021-02-04T19:05:39.457Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:05:39.457Z] Removing intermediate container 03adcee70d94 [2021-02-04T19:05:39.457Z] ---> 5a1b24ef22a2 [2021-02-04T19:05:39.457Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:05:39.457Z] Removing intermediate container a11a1913652e [2021-02-04T19:05:39.457Z] ---> 5a18ed1a96cb [2021-02-04T19:05:39.457Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:05:39.457Z] Removing intermediate container ce349f13d90c [2021-02-04T19:05:39.457Z] ---> 257e6e19ca76 [2021-02-04T19:05:39.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:05:39.457Z] Removing intermediate container 598b58d0c52b [2021-02-04T19:05:39.457Z] ---> 3e3c6146d5b3 [2021-02-04T19:05:39.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:05:39.457Z] ---> Running in 20d15b376ecc [2021-02-04T19:05:39.457Z] ---> Running in 0a6b53e54e73 [2021-02-04T19:05:39.457Z] ---> Running in 097130c50961 [2021-02-04T19:05:39.457Z] ---> Running in 39c2dd299810 [2021-02-04T19:05:39.457Z] ---> Running in 7a6573e09438 [2021-02-04T19:05:39.457Z] Removing intermediate container 0a6b53e54e73 [2021-02-04T19:05:39.457Z] ---> a94ff4fb46a2 [2021-02-04T19:05:39.457Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T19:05:39.457Z] Removing intermediate container 20d15b376ecc [2021-02-04T19:05:39.457Z] ---> e8dd989bc451 [2021-02-04T19:05:39.457Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T19:05:39.457Z] ---> Running in 17a46c0c6ae2 [2021-02-04T19:05:39.457Z] Removing intermediate container 097130c50961 [2021-02-04T19:05:39.457Z] ---> 084f1c314bfa [2021-02-04T19:05:39.457Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T19:05:39.457Z] ---> Running in 9fee6a5b1665 [2021-02-04T19:05:39.457Z] Removing intermediate container 39c2dd299810 [2021-02-04T19:05:39.457Z] ---> 33df636d38f0 [2021-02-04T19:05:39.457Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T19:05:39.457Z] ---> Running in f48f51b8da83 [2021-02-04T19:05:39.457Z] ---> Running in 153f23776d6f [2021-02-04T19:05:39.457Z] Removing intermediate container 7a6573e09438 [2021-02-04T19:05:39.457Z] ---> 879cdc6d351c [2021-02-04T19:05:39.457Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T19:05:39.457Z] ---> Running in 725758fe5d29 [2021-02-04T19:05:40.008Z] 0 added, 0 removed; done. [2021-02-04T19:05:40.008Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T19:05:40.008Z] done. [2021-02-04T19:05:40.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:40.270Z] Reading package lists... [2021-02-04T19:05:40.270Z] Building dependency tree... [2021-02-04T19:05:40.270Z] Reading state information... [2021-02-04T19:05:40.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:40.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:40.532Z] The following NEW packages will be installed: [2021-02-04T19:05:40.532Z] apt-transport-https [2021-02-04T19:05:40.532Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T19:05:40.532Z] Need to get 1696 B of archives. [2021-02-04T19:05:40.532Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T19:05:40.532Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T19:05:40.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:40.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:40.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:40.796Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T19:05:40.796Z] Fetched 1696 B in 0s (27.7 kB/s) [2021-02-04T19:05:40.796Z] Selecting previously unselected package apt-transport-https. [2021-02-04T19:05:40.796Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T19:05:40.796Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T19:05:40.796Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T19:05:40.796Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T19:05:40.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:41.058Z] Waiting for network to be ready... [2021-02-04T19:05:41.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:41.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:41.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:05:41.425Z] OK: 217 MiB in 51 packages [2021-02-04T19:05:42.055Z] OK: 217 MiB in 51 packages [2021-02-04T19:05:42.336Z] OK: 217 MiB in 51 packages [2021-02-04T19:05:42.612Z] OK: 217 MiB in 51 packages [2021-02-04T19:05:42.612Z] OK: 217 MiB in 51 packages [2021-02-04T19:05:43.624Z] Removing intermediate container 17a46c0c6ae2 [2021-02-04T19:05:43.624Z] ---> a94ec674ad74 [2021-02-04T19:05:43.624Z] Step 6/21 : COPY go.mod . [2021-02-04T19:05:43.898Z] Removing intermediate container 9fee6a5b1665 [2021-02-04T19:05:43.898Z] ---> cc74766525ac [2021-02-04T19:05:43.898Z] Step 6/23 : COPY go.mod . [2021-02-04T19:05:44.177Z] Removing intermediate container 153f23776d6f [2021-02-04T19:05:44.177Z] ---> 704a7ef8ab73 [2021-02-04T19:05:44.177Z] Step 6/22 : COPY go.mod . [2021-02-04T19:05:44.450Z] Removing intermediate container 725758fe5d29 [2021-02-04T19:05:44.450Z] ---> 37ee5170a828 [2021-02-04T19:05:44.450Z] Step 6/22 : COPY go.mod . [2021-02-04T19:05:44.450Z] ---> ae63dfdeb7c2 [2021-02-04T19:05:44.450Z] Step 7/21 : RUN go mod download [2021-02-04T19:05:44.724Z] Removing intermediate container f48f51b8da83 [2021-02-04T19:05:44.724Z] ---> df63e295581f [2021-02-04T19:05:44.724Z] Step 6/26 : COPY go.mod . [2021-02-04T19:05:44.995Z] ---> Running in 3ae25b22e42c [2021-02-04T19:05:44.995Z] ---> b53564fc294b [2021-02-04T19:05:44.995Z] Step 7/23 : RUN go mod download [2021-02-04T19:05:45.269Z] ---> 3ce920e63af8 [2021-02-04T19:05:45.269Z] Step 7/22 : RUN go mod download ---> Running in cb18d2d587af [2021-02-04T19:05:45.269Z] [2021-02-04T19:05:45.542Z] ---> adf1ef129030 [2021-02-04T19:05:45.542Z] Step 7/22 : RUN go mod download [2021-02-04T19:05:45.817Z] ---> Running in cf2221903a9d [2021-02-04T19:05:45.817Z] ---> Running in f2d2683ee4e5 [2021-02-04T19:05:45.817Z] ---> b109c792fb17 [2021-02-04T19:05:45.817Z] Step 7/26 : RUN go mod download [2021-02-04T19:05:46.419Z] ---> Running in a04bfb4b2174 [2021-02-04T19:05:47.670Z] 2021-02-04T19:05:44Z INFO Waiting for automatic snapd restart... [2021-02-04T19:05:47.670Z] snapd 2.48.2 from Canonical* installed [2021-02-04T19:05:48.616Z] "snapd" switched to the "latest/stable" channel [2021-02-04T19:05:48.616Z] [2021-02-04T19:05:49.837Z] Removing intermediate container 3ae25b22e42c [2021-02-04T19:05:49.837Z] ---> 87c48c5a5fab [2021-02-04T19:05:49.837Z] Step 8/21 : COPY . . [2021-02-04T19:05:49.837Z] Removing intermediate container cb18d2d587af [2021-02-04T19:05:49.837Z] ---> 9be861b9f3bb [2021-02-04T19:05:49.837Z] Step 8/23 : COPY . . [2021-02-04T19:05:50.883Z] Removing intermediate container f2d2683ee4e5 [2021-02-04T19:05:50.883Z] ---> 43571734aaeb [2021-02-04T19:05:50.883Z] Step 8/22 : COPY . . [2021-02-04T19:05:51.190Z] core18 20201210 from Canonical* installed [2021-02-04T19:05:51.453Z] "core18" switched to the "latest/stable" channel [2021-02-04T19:05:51.453Z] [2021-02-04T19:05:51.492Z] Removing intermediate container a04bfb4b2174 [2021-02-04T19:05:51.492Z] ---> 9d63071b116f [2021-02-04T19:05:51.492Z] Step 8/26 : COPY . . [2021-02-04T19:05:51.492Z] Removing intermediate container cf2221903a9d [2021-02-04T19:05:51.492Z] ---> 18aac6bdc1d4 [2021-02-04T19:05:51.492Z] Step 8/22 : COPY . . [2021-02-04T19:05:54.767Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T19:05:54.767Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T19:05:54.767Z] [2021-02-04T19:05:58.985Z] 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-04T19:05:58.985Z] - README.md [2021-02-04T19:05:58.985Z] - snapcraft.yaml.orig [2021-02-04T19:05:58.985Z] [2021-02-04T19:05:58.985Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T19:06:05.605Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T19:06:05.605Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T19:06:05.605Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T19:06:05.605Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T19:06:06.181Z] Reading package lists... [2021-02-04T19:06:06.444Z] 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-04T19:06:13.049Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T19:06:13.049Z] Reading package lists... [2021-02-04T19:06:13.049Z] Building dependency tree... [2021-02-04T19:06:13.049Z] Reading state information... [2021-02-04T19:06:13.049Z] Suggested packages: [2021-02-04T19:06:13.049Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T19:06:13.049Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T19:06:13.049Z] Recommended packages: [2021-02-04T19:06:13.049Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T19:06:13.049Z] The following NEW packages will be installed: [2021-02-04T19:06:13.049Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T19:06:13.049Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T19:06:13.049Z] pkg-config zip [2021-02-04T19:06:13.049Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T19:06:13.049Z] Need to get 7655 kB of archives. [2021-02-04T19:06:13.049Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T19:06:13.049Z] 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-04T19:06:13.049Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T19:06:13.049Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T19:06:13.049Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T19:06:13.049Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T19:06:13.049Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T19:06:13.049Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T19:06:13.049Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T19:06:13.312Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T19:06:13.312Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T19:06:13.312Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T19:06:13.312Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T19:06:13.574Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T19:06:13.574Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T19:06:13.574Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T19:06:13.574Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T19:06:13.574Z] Fetched 7655 kB in 1s (10.8 MB/s) [2021-02-04T19:06:13.837Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T19:06:13.837Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T19:06:13.837Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T19:06:13.837Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T19:06:13.837Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T19:06:13.838Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T19:06:13.838Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T19:06:14.099Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T19:06:14.099Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T19:06:14.099Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T19:06:14.099Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T19:06:14.099Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T19:06:14.099Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T19:06:14.362Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T19:06:14.362Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T19:06:14.362Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T19:06:14.362Z] Selecting previously unselected package liberror-perl. [2021-02-04T19:06:14.362Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T19:06:14.362Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T19:06:14.625Z] Selecting previously unselected package git-man. [2021-02-04T19:06:14.625Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T19:06:14.625Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T19:06:14.625Z] Selecting previously unselected package git. [2021-02-04T19:06:14.625Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T19:06:14.887Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T19:06:15.461Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T19:06:15.461Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T19:06:15.461Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T19:06:15.723Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T19:06:15.723Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T19:06:15.723Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T19:06:15.985Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T19:06:15.985Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T19:06:15.985Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T19:06:15.985Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T19:06:15.985Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T19:06:15.985Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T19:06:16.247Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T19:06:16.247Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T19:06:16.247Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T19:06:16.247Z] Selecting previously unselected package pkg-config. [2021-02-04T19:06:16.247Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T19:06:16.247Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T19:06:16.247Z] Selecting previously unselected package zip. [2021-02-04T19:06:16.247Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T19:06:16.248Z] Unpacking zip (3.0-11build1) ... [2021-02-04T19:06:16.509Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T19:06:16.509Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T19:06:16.509Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T19:06:16.509Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T19:06:16.509Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T19:06:16.509Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T19:06:16.509Z] No schema files found: doing nothing. [2021-02-04T19:06:16.772Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T19:06:16.772Z] Setting up zip (3.0-11build1) ... [2021-02-04T19:06:16.772Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T19:06:16.772Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T19:06:16.772Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T19:06:16.772Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T19:06:16.772Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T19:06:16.772Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T19:06:16.772Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T19:06:17.035Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T19:06:18.295Z] ---> 0741c4e4c0b1 [2021-02-04T19:06:18.295Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T19:06:18.295Z] ---> 75d3ddbeb1bc [2021-02-04T19:06:18.295Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T19:06:18.295Z] ---> 37d13f592b8c [2021-02-04T19:06:18.296Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T19:06:18.296Z] ---> a3b83506c68e [2021-02-04T19:06:18.296Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T19:06:18.296Z] ---> 241f688b7a59 [2021-02-04T19:06:18.296Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T19:06:18.296Z] ---> Running in 94a85d2dceaa [2021-02-04T19:06:18.296Z] ---> Running in e66b35a6bda9 [2021-02-04T19:06:18.296Z] ---> Running in 3188cdac6edc [2021-02-04T19:06:18.296Z] ---> Running in 22b50efa2c1b [2021-02-04T19:06:18.296Z] ---> Running in fd11d0264ba5 [2021-02-04T19:06:18.296Z] 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-04T19:06:18.296Z] 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-04T19:06:18.570Z] 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-04T19:06:18.570Z] 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-04T19:06:18.845Z] 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-04T19:06:23.641Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T19:06:23.641Z] git set to automatically installed. [2021-02-04T19:06:23.641Z] git-man set to automatically installed. [2021-02-04T19:06:23.641Z] libcurl3-gnutls set to automatically installed. [2021-02-04T19:06:23.641Z] liberror-perl set to automatically installed. [2021-02-04T19:06:23.641Z] libglib2.0-0 set to automatically installed. [2021-02-04T19:06:23.641Z] libnghttp2-14 set to automatically installed. [2021-02-04T19:06:23.641Z] libnorm1 set to automatically installed. [2021-02-04T19:06:23.641Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T19:06:23.641Z] libpsl5 set to automatically installed. [2021-02-04T19:06:23.641Z] librtmp1 set to automatically installed. [2021-02-04T19:06:23.641Z] libsodium23 set to automatically installed. [2021-02-04T19:06:23.641Z] libzmq3-dev set to automatically installed. [2021-02-04T19:06:23.641Z] libzmq5 set to automatically installed. [2021-02-04T19:06:23.641Z] pkg-config set to automatically installed. [2021-02-04T19:06:23.641Z] zip set to automatically installed. [2021-02-04T19:06:26.196Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T19:06:32.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T19:06:42.824Z] snap "core18" has no updates available [2021-02-04T19:06:43.400Z] Pulling config-common [2021-02-04T19:06:44.348Z] Pulling go-build-helper [2021-02-04T19:07:06.337Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T19:07:06.337Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T19:07:06.337Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T19:07:06.337Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T19:07:06.337Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T19:07:06.337Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T19:07:06.337Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T19:07:06.337Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T19:07:06.337Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T19:07:06.337Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T19:07:06.337Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T19:07:06.337Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T19:07:06.337Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T19:07:06.337Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T19:07:06.337Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T19:07:06.337Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T19:07:06.337Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T19:07:06.337Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T19:07:06.337Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T19:07:06.337Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T19:07:06.337Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T19:07:06.337Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T19:07:06.337Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T19:07:06.337Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T19:07:06.337Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T19:07:06.337Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T19:07:06.337Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T19:07:06.337Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T19:07:06.337Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T19:07:06.337Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T19:07:06.337Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T19:07:06.337Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T19:07:06.337Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T19:07:06.337Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T19:07:06.337Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T19:07:06.337Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T19:07:06.337Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T19:07:06.337Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T19:07:06.337Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T19:07:06.337Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T19:07:06.337Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T19:07:06.337Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T19:07:06.337Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T19:07:06.337Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T19:07:06.337Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T19:07:06.337Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T19:07:06.337Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T19:07:06.337Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T19:07:06.337Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T19:07:06.337Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T19:07:06.337Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T19:07:06.337Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T19:07:06.338Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T19:07:06.338Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T19:07:06.338Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T19:07:06.338Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T19:07:06.338Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T19:07:06.338Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T19:07:06.338Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T19:07:06.338Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T19:07:06.338Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T19:07:06.338Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T19:07:06.338Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T19:07:06.338Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T19:07:06.338Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T19:07:09.670Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T19:07:09.670Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T19:07:09.670Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T19:07:09.670Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T19:07:09.670Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T19:07:09.670Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T19:07:09.670Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T19:07:09.670Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T19:07:09.670Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T19:07:09.670Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T19:07:09.670Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T19:07:09.670Z] Pulling static-packages [2021-02-04T19:07:09.949Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-04T19:07:09.949Z] Skipping pull go-build-helper (already ran) [2021-02-04T19:07:09.949Z] Skipping pull static-packages (already ran) [2021-02-04T19:07:09.949Z] Building go-build-helper [2021-02-04T19:07:14.230Z] Building static-packages [2021-02-04T19:07:15.619Z] Staging go-build-helper [2021-02-04T19:07:16.188Z] Staging static-packages [2021-02-04T19:07:17.130Z] Pulling go115 [2021-02-04T19:07:18.069Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T19:07:18.069Z] Skipping pull go115 (already ran) [2021-02-04T19:07:18.069Z] Building go115 [2021-02-04T19:07:18.069Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T19:07:18.069Z] Dload Upload Total Spent Left Speed [2021-02-04T19:07:24.071Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 137k 0 0 387k 0 0:05:05 --:--:-- 0:05:05 386k 16 115M 16 19.3M 0 0 14.1M 0 0:00:08 0:00:01 0:00:07 14.1M 35 115M 35 40.8M 0 0 17.2M 0 0:00:06 0:00:02 0:00:04 17.2M 52 115M 52 60.6M 0 0 18.0M 0 0:00:06 0:00:03 0:00:03 18.0M 70 115M 70 81.5M 0 0 18.6M 0 0:00:06 0:00:04 0:00:02 18.6M 88 115M 88 101M 0 0 18.9M 0 0:00:06 0:00:05 0:00:01 20.3M 100 115M 100 115M 0 0 19.1M 0 0:00:06 0:00:06 --:--:-- 20.6M [2021-02-04T19:07:24.640Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T19:07:28.842Z] Staging go115 [2021-02-04T19:07:34.133Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T19:07:34.133Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T19:07:34.133Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T19:07:34.133Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T19:07:34.133Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T19:07:34.133Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T19:07:34.133Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T19:07:34.133Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T19:07:34.133Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T19:07:34.133Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T19:07:34.133Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T19:07:34.133Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T19:07:34.133Z] Pulling edgex-go [2021-02-04T19:07:35.075Z] Pulling version [2021-02-04T19:07:35.644Z] Building config-common [2021-02-04T19:07:37.560Z] Skipping build go-build-helper (already ran) [2021-02-04T19:07:37.560Z] Skipping build static-packages (already ran) [2021-02-04T19:07:37.560Z] Skipping build go115 (already ran) [2021-02-04T19:07:37.821Z] Building edgex-go [2021-02-04T19:07:38.084Z] 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-04T19:07:39.469Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T19:07:39.469Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T19:07:39.469Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T19:07:39.469Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T19:07:39.469Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-04T19:07:39.469Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-04T19:07:39.469Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T19:07:39.469Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T19:07:39.744Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T19:07:39.744Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T19:07:39.744Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T19:07:39.744Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T19:07:39.744Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T19:07:39.744Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T19:07:39.744Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T19:07:39.744Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T19:07:39.744Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T19:07:39.744Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T19:07:39.744Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T19:07:39.744Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T19:07:39.744Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T19:07:39.744Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T19:07:39.744Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T19:07:39.744Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T19:07:39.744Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T19:07:40.014Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T19:07:40.014Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T19:07:40.014Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T19:07:40.642Z] 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-04T19:07:48.154Z] 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-04T19:07:52.355Z] 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-04T19:07:52.925Z] 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-04T19:07:53.864Z] 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-04T19:07:54.448Z] 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-04T19:07:54.448Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T19:07:54.709Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T19:07:54.709Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T19:07:54.709Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T19:07:55.760Z] Removing intermediate container fd11d0264ba5 [2021-02-04T19:07:55.760Z] ---> d642fe63677b [2021-02-04T19:07:55.760Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T19:07:55.760Z] Removing intermediate container 94a85d2dceaa [2021-02-04T19:07:55.760Z] ---> 14ab4fc4e0dd [2021-02-04T19:07:55.760Z] [2021-02-04T19:07:55.760Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T19:07:55.760Z] 3.12: Pulling from library/alpine [2021-02-04T19:07:55.760Z] ---> Running in c86cd941c6e7 [2021-02-04T19:07:56.089Z] 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-04T19:07:56.089Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T19:07:56.089Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T19:07:57.471Z] 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-04T19:07:57.750Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T19:07:57.750Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T19:07:57.750Z] ---> afeebe901d6b [2021-02-04T19:07:57.750Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T19:07:57.750Z] 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-04T19:07:58.031Z] ---> Running in e5b9da0bd126 [2021-02-04T19:07:58.413Z] 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-04T19:07:58.413Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T19:07:59.798Z] 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-04T19:08:00.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:00.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:00.368Z] 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-04T19:08:00.622Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T19:08:00.900Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T19:08:00.900Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T19:08:00.900Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T19:08:00.900Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:08:00.900Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T19:08:01.177Z] OK: 7 MiB in 18 packages [2021-02-04T19:08:01.314Z] 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-04T19:08:01.314Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T19:08:02.256Z] 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-04T19:08:02.256Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T19:08:04.590Z] Removing intermediate container e5b9da0bd126 [2021-02-04T19:08:04.591Z] ---> 2483c4d3e570 [2021-02-04T19:08:04.591Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T19:08:04.591Z] Removing intermediate container c86cd941c6e7 [2021-02-04T19:08:04.591Z] ---> 97c4c5b98984 [2021-02-04T19:08:04.591Z] [2021-02-04T19:08:04.591Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T19:08:04.591Z] 20.10.0: Pulling from library/docker [2021-02-04T19:08:04.591Z] ---> Running in d69bbb08248e [2021-02-04T19:08:05.196Z] Removing intermediate container d69bbb08248e [2021-02-04T19:08:05.196Z] ---> f86b82bb8c65 [2021-02-04T19:08:05.196Z] Step 13/21 : WORKDIR /edgex [2021-02-04T19:08:05.473Z] ---> Running in 0abd537d52fc [2021-02-04T19:08:05.553Z] Building version [2021-02-04T19:08:06.935Z] Staging config-common [2021-02-04T19:08:07.475Z] Removing intermediate container 0abd537d52fc [2021-02-04T19:08:07.476Z] ---> 47d4c54e3508 [2021-02-04T19:08:07.476Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T19:08:07.881Z] Skipping stage go-build-helper (already ran) [2021-02-04T19:08:07.881Z] Skipping stage static-packages (already ran) [2021-02-04T19:08:07.881Z] Skipping stage go115 (already ran) [2021-02-04T19:08:07.881Z] Staging edgex-go [2021-02-04T19:08:08.824Z] Staging version [2021-02-04T19:08:09.472Z] ---> 644df300d8f7 [2021-02-04T19:08:09.472Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T19:08:09.764Z] Priming config-common [2021-02-04T19:08:10.705Z] Priming go-build-helper [2021-02-04T19:08:11.647Z] Priming static-packages [2021-02-04T19:08:12.877Z] Removing intermediate container 22b50efa2c1b [2021-02-04T19:08:12.878Z] ---> 68be2e1ad0ef [2021-02-04T19:08:12.878Z] [2021-02-04T19:08:12.878Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T19:08:12.878Z] ---> afeebe901d6b [2021-02-04T19:08:12.878Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T19:08:13.580Z] Priming go115 [2021-02-04T19:08:13.884Z] ---> 43866216e398 [2021-02-04T19:08:13.885Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T19:08:13.885Z] ---> Running in a6abc3e6145b [2021-02-04T19:08:14.584Z] Priming edgex-go [2021-02-04T19:08:14.887Z] Removing intermediate container 3188cdac6edc [2021-02-04T19:08:14.887Z] ---> 114962d4c415 [2021-02-04T19:08:14.887Z] [2021-02-04T19:08:14.887Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T19:08:14.887Z] ---> afeebe901d6b [2021-02-04T19:08:14.887Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T19:08:15.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:15.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:15.986Z] Priming version [2021-02-04T19:08:16.040Z] ---> Running in 1cc6503f8e62 [2021-02-04T19:08:16.319Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T19:08:16.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:08:16.319Z] OK: 5 MiB in 15 packages [2021-02-04T19:08:16.319Z] ---> 7f8dd784fbbe [2021-02-04T19:08:16.319Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T19:08:16.562Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-04T19:08:16.925Z] ---> Running in db9fd657e651 [2021-02-04T19:08:17.930Z] Removing intermediate container db9fd657e651 [2021-02-04T19:08:17.930Z] ---> 5715b5ac1fb9 [2021-02-04T19:08:17.930Z] Step 18/21 : CMD ["--init=true"] [Pipeline] } [Pipeline] // withEnv [2021-02-04T19:08:18.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:18.208Z] Removing intermediate container e66b35a6bda9 [2021-02-04T19:08:18.208Z] ---> cd55693e54dd [2021-02-04T19:08:18.208Z] [2021-02-04T19:08:18.208Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T19:08:18.208Z] ---> afeebe901d6b [2021-02-04T19:08:18.208Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T19:08:18.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-04T19:08:18.496Z] ---> Running in bbd1575ade5b [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T19:08:18.783Z] ---> Running in 8574464ce369 [2021-02-04T19:08:18.783Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T19:08:18.783Z] Removing intermediate container a6abc3e6145b [2021-02-04T19:08:18.783Z] ---> 36590f87b6b8 [2021-02-04T19:08:18.783Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T19:08:19.065Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T19:08:19.065Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:08:19.065Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T19:08:19.342Z] OK: 6 MiB in 16 packages [2021-02-04T19:08:19.617Z] ---> Running in c17d9ed14fae [2021-02-04T19:08:19.903Z] Removing intermediate container bbd1575ade5b [2021-02-04T19:08:19.903Z] ---> 862f70a98e31 [2021-02-04T19:08:19.903Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T19:08:20.178Z] ---> Running in e56566c6d8b4 [2021-02-04T19:08:20.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:20.451Z] Removing intermediate container c17d9ed14fae [2021-02-04T19:08:20.451Z] ---> abd5d0a69afc [2021-02-04T19:08:20.451Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T19:08:20.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:20.720Z] ---> Running in de3374264112 [2021-02-04T19:08:20.994Z] Removing intermediate container e56566c6d8b4 [2021-02-04T19:08:20.994Z] ---> 26daa744f665 [2021-02-04T19:08:20.994Z] Step 20/21 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:08:21.268Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T19:08:21.268Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:08:21.268Z] OK: 5 MiB in 15 packages [2021-02-04T19:08:21.268Z] ---> Running in 1171181d0d0b [2021-02-04T19:08:21.544Z] Removing intermediate container 1cc6503f8e62 [2021-02-04T19:08:21.544Z] ---> b76ccfe40aab [2021-02-04T19:08:21.544Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T19:08:21.544Z] Removing intermediate container de3374264112 [2021-02-04T19:08:21.544Z] ---> 32870df148f4 [2021-02-04T19:08:21.544Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T19:08:21.824Z] ---> Running in bd6a5e48f4fa [2021-02-04T19:08:21.824Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T19:08:21.824Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T19:08:22.104Z] ---> eeaf43b92773 [2021-02-04T19:08:22.104Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T19:08:22.104Z] ---> Running in 9c8bfab971a6 [2021-02-04T19:08:22.104Z] Removing intermediate container 1171181d0d0b [2021-02-04T19:08:22.104Z] ---> 7386c3234885 [2021-02-04T19:08:22.104Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T19:08:22.381Z] ---> Running in b0d99307f29c [2021-02-04T19:08:22.381Z] ---> Running in 3c673a8df87d [2021-02-04T19:08:22.667Z] Removing intermediate container bd6a5e48f4fa [2021-02-04T19:08:22.667Z] ---> 6c453645d18d [2021-02-04T19:08:22.667Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T19:08:22.942Z] Removing intermediate container 9c8bfab971a6 [2021-02-04T19:08:22.942Z] ---> ca3c2fa26507 [2021-02-04T19:08:22.942Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:08:22.942Z] ---> Running in 47532c6e1d1a [2021-02-04T19:08:22.942Z] Removing intermediate container 8574464ce369 [2021-02-04T19:08:22.942Z] ---> 258b3f17007f [2021-02-04T19:08:22.942Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T19:08:23.220Z] Removing intermediate container 3c673a8df87d [2021-02-04T19:08:23.220Z] ---> f36016a30f1f [2021-02-04T19:08:23.220Z] [2021-02-04T19:08:23.220Z] ---> Running in 6e8816542891 [2021-02-04T19:08:23.497Z] Removing intermediate container 47532c6e1d1a [2021-02-04T19:08:23.497Z] ---> 7782b7c6168c [2021-02-04T19:08:23.497Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T19:08:23.771Z] Successfully built f36016a30f1f [2021-02-04T19:08:24.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:24.047Z] ---> Running in 7ae891036894 [2021-02-04T19:08:24.047Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T19:08:24.047Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-04T19:08:24.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:24.047Z] Removing intermediate container 6e8816542891 [2021-02-04T19:08:24.047Z] ---> 7709c59e20cb [2021-02-04T19:08:24.047Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T19:08:24.047Z] ---> 9a3131f2b1b3 [2021-02-04T19:08:24.047Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T19:08:24.330Z] ---> Running in b8fe19c4d755 [2021-02-04T19:08:24.631Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T19:08:24.631Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T19:08:24.631Z] Removing intermediate container 7ae891036894 [2021-02-04T19:08:24.631Z] ---> 01eb7b0f3449 [2021-02-04T19:08:24.631Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:08:24.937Z] Executing bash-5.0.17-r0.post-install [2021-02-04T19:08:24.937Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:08:24.937Z] OK: 12 MiB in 22 packages [2021-02-04T19:08:25.241Z] Removing intermediate container b8fe19c4d755 [2021-02-04T19:08:25.241Z] ---> 8f49e780aa9a [2021-02-04T19:08:25.241Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T19:08:26.285Z] ---> Running in 5ea44115c0e9 [2021-02-04T19:08:27.332Z] ---> 3c3d59ea3557 [2021-02-04T19:08:27.332Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> 3eef1e8e00a7 [2021-02-04T19:08:27.332Z] [2021-02-04T19:08:27.332Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T19:08:27.613Z] Removing intermediate container 5ea44115c0e9 [2021-02-04T19:08:27.613Z] ---> beaea2fcdeed [2021-02-04T19:08:27.613Z] Step 15/23 : WORKDIR / [2021-02-04T19:08:27.613Z] Removing intermediate container b0d99307f29c [2021-02-04T19:08:27.613Z] ---> 296d9813d396 [2021-02-04T19:08:27.889Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T19:08:28.523Z] ---> Running in b1b670cdfedb [2021-02-04T19:08:28.523Z] ---> Running in ad375934aee1 [2021-02-04T19:08:28.795Z] ---> 07ca7ea3726c [2021-02-04T19:08:28.795Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T19:08:29.393Z] ---> fa73dce0c611 [2021-02-04T19:08:29.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T19:08:29.666Z] ---> Running in 46a57ff70e19 [2021-02-04T19:08:29.940Z] Removing intermediate container ad375934aee1 [2021-02-04T19:08:29.940Z] ---> 33b08503a972 [2021-02-04T19:08:29.940Z] Step 14/26 : ENV APP_PORT=48090Removing intermediate container b1b670cdfedb [2021-02-04T19:08:29.940Z] ---> cffc7d3022a0 [2021-02-04T19:08:29.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:08:29.940Z] [2021-02-04T19:08:30.212Z] ---> Running in db0832f974eb [2021-02-04T19:08:30.213Z] ---> acb2ce13ffcb [2021-02-04T19:08:30.213Z] Removing intermediate container 46a57ff70e19 [2021-02-04T19:08:30.213Z] ---> eed51050275b [2021-02-04T19:08:30.213Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:08:30.213Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T19:08:30.495Z] ---> Running in b1a9648c2a74 [2021-02-04T19:08:30.495Z] ---> Running in 7259e7d05896 [2021-02-04T19:08:31.091Z] ---> 6857fea7ee46 [2021-02-04T19:08:31.091Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T19:08:31.091Z] Removing intermediate container db0832f974eb [2021-02-04T19:08:31.091Z] ---> 511c600f89bf [2021-02-04T19:08:31.091Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T19:08:31.368Z] ---> Running in 3502ac128a97 [2021-02-04T19:08:31.368Z] Removing intermediate container b1a9648c2a74 [2021-02-04T19:08:31.368Z] ---> ffde9bd75eab [2021-02-04T19:08:31.368Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:08:31.368Z] Removing intermediate container 7259e7d05896 [2021-02-04T19:08:31.368Z] ---> 084c4b56c900 [2021-02-04T19:08:31.368Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T19:08:31.975Z] ---> Running in 1c7a578e791a [2021-02-04T19:08:31.975Z] ---> Running in fe8a7ec62b29 [2021-02-04T19:08:32.264Z] Removing intermediate container 3502ac128a97 [2021-02-04T19:08:32.264Z] ---> e94a7ae74364 [2021-02-04T19:08:32.264Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T19:08:32.547Z] ---> 26cc50d86497 [2021-02-04T19:08:32.547Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T19:08:32.824Z] Removing intermediate container fe8a7ec62b29 [2021-02-04T19:08:32.824Z] ---> 432c58af1ab1 [2021-02-04T19:08:32.824Z] Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:08:33.109Z] Removing intermediate container 1c7a578e791a [2021-02-04T19:08:33.109Z] ---> d7e0fff2abf5 [2021-02-04T19:08:33.109Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T19:08:33.405Z] ---> Running in 650b4cfee0be [2021-02-04T19:08:33.690Z] ---> Running in bf58fb59c04a [2021-02-04T19:08:34.294Z] ---> 2feb60d60211 [2021-02-04T19:08:34.294Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T19:08:34.574Z] ---> Running in 2743d09c60f0 [2021-02-04T19:08:34.574Z] Removing intermediate container 650b4cfee0be [2021-02-04T19:08:34.574Z] ---> 42c80d3ab9e2 [2021-02-04T19:08:34.574Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T19:08:34.851Z] ---> cfea5b28bbaf [2021-02-04T19:08:34.851Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T19:08:35.124Z] Removing intermediate container bf58fb59c04a [2021-02-04T19:08:35.124Z] ---> 3be34a9f843a [2021-02-04T19:08:35.124Z] Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:08:35.399Z] ---> Running in 41235f8dd6e2 [2021-02-04T19:08:35.673Z] ---> Running in 624b13e50bbe [2021-02-04T19:08:35.673Z] Removing intermediate container 2743d09c60f0 [2021-02-04T19:08:35.673Z] ---> 61370f2bf4a3 [2021-02-04T19:08:35.673Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:08:36.281Z] ---> Running in ad7cf1ee69f5 [2021-02-04T19:08:36.893Z] Removing intermediate container 624b13e50bbe [2021-02-04T19:08:36.893Z] ---> 018641bab7d0 [2021-02-04T19:08:36.893Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T19:08:36.893Z] ---> c65ccd3896c8 [2021-02-04T19:08:36.893Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T19:08:36.893Z] Removing intermediate container 41235f8dd6e2 [2021-02-04T19:08:36.893Z] ---> 4340bb72f31c [2021-02-04T19:08:36.893Z] [2021-02-04T19:08:37.173Z] Successfully built 4340bb72f31c [2021-02-04T19:08:37.453Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T19:08:37.454Z] Building docker-core-data-go [2021-02-04T19:08:37.454Z]  Building docker-support-scheduler-go ... done  ---> Running in 7648d15ef1eb [2021-02-04T19:08:37.454Z] Removing intermediate container ad7cf1ee69f5 [2021-02-04T19:08:37.454Z] ---> fe5d5e7ec22c [2021-02-04T19:08:37.454Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T19:08:38.055Z] ---> Running in c94bf78fc2fc [2021-02-04T19:08:38.055Z] ---> 8efc9e61be99 [2021-02-04T19:08:38.055Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T19:08:38.055Z] Removing intermediate container 7648d15ef1eb [2021-02-04T19:08:38.055Z] ---> 2059d61cdea9 [2021-02-04T19:08:38.055Z] [2021-02-04T19:08:38.330Z] ---> Running in ec78429d62a2 [2021-02-04T19:08:38.330Z] Removing intermediate container c94bf78fc2fc [2021-02-04T19:08:38.331Z] ---> d7829c6a90bf [2021-02-04T19:08:38.331Z] Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:08:38.617Z] Successfully built 2059d61cdea9 [2021-02-04T19:08:38.893Z] ---> Running in f33ac7727ea3 [2021-02-04T19:08:38.893Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T19:08:38.893Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-04T19:08:39.495Z] Removing intermediate container f33ac7727ea3 [2021-02-04T19:08:39.495Z] ---> 2c2fed1f6d1e [2021-02-04T19:08:39.495Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T19:08:39.788Z] ---> Running in 7af1c8b0552f [2021-02-04T19:08:39.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:40.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:40.400Z] Removing intermediate container 7af1c8b0552f [2021-02-04T19:08:40.400Z] ---> d22fd67c1c9d [2021-02-04T19:08:40.400Z] [2021-02-04T19:08:40.400Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T19:08:40.682Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T19:08:40.682Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T19:08:40.682Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T19:08:40.682Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T19:08:40.682Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T19:08:40.682Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T19:08:40.682Z] Successfully built d22fd67c1c9d [2021-02-04T19:08:40.682Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T19:08:40.682Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-04T19:08:42.680Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T19:08:42.680Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T19:08:42.680Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T19:08:42.680Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T19:08:42.680Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T19:08:42.680Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T19:08:42.680Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T19:08:42.680Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T19:08:42.680Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T19:08:42.680Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T19:08:42.680Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T19:08:42.680Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T19:08:42.680Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T19:08:42.680Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T19:08:42.680Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T19:08:42.680Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T19:08:42.680Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T19:08:42.961Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T19:08:42.961Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T19:08:42.961Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T19:08:42.961Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T19:08:42.961Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T19:08:42.961Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T19:08:42.961Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T19:08:42.961Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T19:08:42.961Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T19:08:43.242Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:08:43.242Z] OK: 71 MiB in 55 packages [2021-02-04T19:08:44.777Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:08:44.777Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:08:44.777Z] ---> bfc572c9b425 [2021-02-04T19:08:44.777Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T19:08:44.777Z] ---> Using cache [2021-02-04T19:08:44.777Z] ---> 3e3c6146d5b3 [2021-02-04T19:08:44.777Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:08:44.777Z] ---> Using cache [2021-02-04T19:08:44.777Z] ---> 879cdc6d351c [2021-02-04T19:08:44.777Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T19:08:46.828Z] ---> Running in 32f1e6fe5816 [2021-02-04T19:08:48.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:49.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:08:49.901Z] OK: 217 MiB in 51 packages [2021-02-04T19:08:54.341Z] Removing intermediate container ec78429d62a2 [2021-02-04T19:08:54.341Z] ---> aef2f71870bd [2021-02-04T19:08:54.341Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T19:08:54.341Z] Removing intermediate container 32f1e6fe5816 [2021-02-04T19:08:54.341Z] ---> 5c16bfe477e2 [2021-02-04T19:08:54.341Z] Step 6/23 : COPY go.mod . [2021-02-04T19:08:54.635Z] ---> Running in 7f5246557bb0 [2021-02-04T19:08:55.662Z] ---> e43cadaefe69 [2021-02-04T19:08:55.662Z] Step 7/23 : RUN go mod download [2021-02-04T19:08:55.662Z] ---> Running in 6e60d392232a [2021-02-04T19:08:58.371Z] Removing intermediate container 6e60d392232a [2021-02-04T19:08:58.371Z] ---> 45de6157871a [2021-02-04T19:08:58.371Z] Step 8/23 : COPY . . [2021-02-04T19:09:00.387Z] Collecting docker-compose==1.23.2 [2021-02-04T19:09:00.675Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T19:09:01.676Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T19:09:01.676Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T19:09:03.116Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T19:09:03.116Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T19:09:04.112Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T19:09:04.112Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T19:09:05.135Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T19:09:05.135Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T19:09:05.475Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T19:09:05.853Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T19:09:09.602Z] Collecting PyYAML<4,>=3.10 [2021-02-04T19:09:09.602Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T19:09:13.941Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T19:09:13.941Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T19:09:13.941Z] 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-04T19:09:14.229Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T19:09:14.503Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T19:09:17.293Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T19:09:17.293Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T19:09:19.286Z] 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-04T19:09:19.286Z] 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-04T19:09:19.286Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:09:19.286Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:09:19.286Z] ---> bfc572c9b425 [2021-02-04T19:09:19.286Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T19:09:19.286Z] ---> Using cache [2021-02-04T19:09:19.286Z] ---> 3e3c6146d5b3 [2021-02-04T19:09:19.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:09:19.286Z] ---> Using cache [2021-02-04T19:09:19.286Z] ---> 879cdc6d351c [2021-02-04T19:09:19.286Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T19:09:19.286Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:09:19.286Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:09:19.286Z] ---> bfc572c9b425 [2021-02-04T19:09:19.286Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T19:09:19.286Z] ---> Using cache [2021-02-04T19:09:19.286Z] ---> 3e3c6146d5b3 [2021-02-04T19:09:19.286Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:09:19.286Z] ---> Using cache [2021-02-04T19:09:19.286Z] ---> 879cdc6d351c [2021-02-04T19:09:19.286Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T19:09:19.286Z] ---> Using cache [2021-02-04T19:09:19.286Z] ---> 5c16bfe477e2 [2021-02-04T19:09:19.286Z] Step 6/24 : COPY go.mod . [2021-02-04T19:09:19.286Z] ---> Using cache [2021-02-04T19:09:19.286Z] ---> e43cadaefe69 [2021-02-04T19:09:19.286Z] Step 7/24 : RUN go mod download [2021-02-04T19:09:19.286Z] ---> Using cache [2021-02-04T19:09:19.286Z] ---> 45de6157871a [2021-02-04T19:09:19.286Z] Step 8/24 : COPY . . [2021-02-04T19:09:19.883Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T19:09:19.883Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T19:09:19.883Z] ---> bfc572c9b425 [2021-02-04T19:09:19.883Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T19:09:19.883Z] ---> Using cache [2021-02-04T19:09:19.883Z] ---> 3e3c6146d5b3 [2021-02-04T19:09:19.883Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:09:19.883Z] ---> Using cache [2021-02-04T19:09:19.883Z] ---> 879cdc6d351c [2021-02-04T19:09:19.883Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T19:09:19.883Z] ---> Using cache [2021-02-04T19:09:19.883Z] ---> 5c16bfe477e2 [2021-02-04T19:09:19.883Z] Step 6/31 : COPY go.mod . [2021-02-04T19:09:19.883Z] ---> Using cache [2021-02-04T19:09:19.883Z] ---> e43cadaefe69 [2021-02-04T19:09:19.883Z] Step 7/31 : RUN go mod download [2021-02-04T19:09:19.883Z] ---> Using cache [2021-02-04T19:09:19.883Z] ---> 45de6157871a [2021-02-04T19:09:19.883Z] Step 8/31 : COPY . . [2021-02-04T19:09:20.500Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T19:09:20.778Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T19:09:22.807Z] Collecting idna<2.8,>=2.5 [2021-02-04T19:09:22.807Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T19:09:24.862Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T19:09:24.862Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T19:09:25.140Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T19:09:25.140Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T19:09:25.140Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T19:09:25.140Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T19:09:26.127Z] Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, jsonschema, docopt, PyYAML, docker-pycreds, docker, texttable, dockerpty, docker-compose [2021-02-04T19:09:28.120Z] Attempting uninstall: urllib3 [2021-02-04T19:09:28.120Z] Found existing installation: urllib3 1.25.9 [2021-02-04T19:09:28.120Z] Uninstalling urllib3-1.25.9: [2021-02-04T19:09:28.408Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T19:09:30.399Z] Attempting uninstall: idna [2021-02-04T19:09:30.399Z] Found existing installation: idna 2.9 [2021-02-04T19:09:30.399Z] Uninstalling idna-2.9: [2021-02-04T19:09:30.399Z] Successfully uninstalled idna-2.9 [2021-02-04T19:09:31.006Z] ---> Running in 190290d1cb6f [2021-02-04T19:09:31.007Z] Attempting uninstall: requests [2021-02-04T19:09:31.007Z] Found existing installation: requests 2.23.0 [2021-02-04T19:09:31.007Z] Uninstalling requests-2.23.0: [2021-02-04T19:09:31.286Z] Successfully uninstalled requests-2.23.0 [2021-02-04T19:09:31.910Z] ---> a369c870977b [2021-02-04T19:09:31.910Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T19:09:32.551Z] ---> Running in a4f64b345db8 [2021-02-04T19:09:32.845Z] Running setup.py install for docopt: started [2021-02-04T19:09:32.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:09:33.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:09:34.119Z] 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-04T19:09:34.397Z] ---> b75e842b05b8 [2021-02-04T19:09:34.397Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T19:09:34.685Z] OK: 217 MiB in 51 packages [2021-02-04T19:09:34.685Z] ---> Running in af21171a8f2c [2021-02-04T19:09:34.967Z] ---> a1c2e5e5ac74 [2021-02-04T19:09:34.967Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T19:09:35.247Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T19:09:35.247Z] Running setup.py install for PyYAML: started [2021-02-04T19:09:35.247Z] ---> Running in eac3360f2e35 [2021-02-04T19:09:36.705Z] Removing intermediate container 190290d1cb6f [2021-02-04T19:09:36.705Z] ---> e6bcededcbc7 [2021-02-04T19:09:36.705Z] Step 6/23 : COPY go.mod . [2021-02-04T19:09:36.705Z] 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-04T19:09:37.695Z] 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-04T19:09:37.983Z] ---> fa2231c847d5 [2021-02-04T19:09:37.983Z] Step 7/23 : RUN go mod download [2021-02-04T19:09:38.266Z] ---> Running in e9c25f313723 [2021-02-04T19:09:38.266Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T19:09:39.738Z] Running setup.py install for texttable: started [2021-02-04T19:09:42.403Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T19:09:42.679Z] Running setup.py install for dockerpty: started [2021-02-04T19:09:42.679Z] Removing intermediate container e9c25f313723 [2021-02-04T19:09:42.679Z] ---> f1faa87551f4 [2021-02-04T19:09:42.679Z] Step 8/23 : COPY . . [2021-02-04T19:09:46.122Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T19:09:47.566Z] 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-04T19:09:57.771Z] Removing intermediate container 7f5246557bb0 [2021-02-04T19:09:57.771Z] ---> f0fca3318c7c [2021-02-04T19:09:57.771Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T19:09:57.772Z] ---> Running in 19b777d74bdf [2021-02-04T19:10:01.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:10:01.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:10:02.194Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T19:10:02.194Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T19:10:02.194Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T19:10:02.194Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:10:02.194Z] OK: 71 MiB in 58 packages [2021-02-04T19:10:03.192Z] ---> 94b786c4c962 [2021-02-04T19:10:03.192Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T19:10:03.466Z] ---> Running in ca852736e14e [2021-02-04T19:10:04.454Z] Removing intermediate container 19b777d74bdf [2021-02-04T19:10:04.454Z] ---> 4184aaa98304 [2021-02-04T19:10:04.454Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T19:10:04.454Z] ---> Running in 43956e2449ec [2021-02-04T19:10:05.082Z] Removing intermediate container 43956e2449ec [2021-02-04T19:10:05.082Z] ---> 7abe94ce8679 [2021-02-04T19:10:05.082Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:10:05.699Z] ---> Running in 427a375cdf4a [2021-02-04T19:10:05.699Z] 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-04T19:10:06.303Z] Removing intermediate container 427a375cdf4a [2021-02-04T19:10:06.303Z] ---> 69557d3fab96 [2021-02-04T19:10:06.303Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T19:10:06.577Z] ---> Running in 9229eef0a31f [2021-02-04T19:10:07.177Z] Removing intermediate container 9229eef0a31f [2021-02-04T19:10:07.177Z] ---> b88de2c8827b [2021-02-04T19:10:07.177Z] Step 25/26 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:10:07.452Z] ---> Running in 47decd47c2aa [2021-02-04T19:10:08.051Z] Removing intermediate container 47decd47c2aa [2021-02-04T19:10:08.051Z] ---> 7dace1b319d5 [2021-02-04T19:10:08.051Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T19:10:08.323Z] ---> Running in 42a5b94f7007 [2021-02-04T19:10:08.913Z] Removing intermediate container 42a5b94f7007 [2021-02-04T19:10:08.913Z] ---> 6ebd990d3807 [2021-02-04T19:10:08.913Z] [2021-02-04T19:10:09.506Z] Successfully built 6ebd990d3807 [2021-02-04T19:10:09.787Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T19:10:49.213Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T19:10:51.198Z] 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-04T19:10:59.530Z] Removing intermediate container eac3360f2e35 [2021-02-04T19:10:59.530Z] ---> 3bd0269862c4 [2021-02-04T19:10:59.530Z] [2021-02-04T19:10:59.530Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T19:10:59.530Z] ---> afeebe901d6b [2021-02-04T19:10:59.530Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T19:10:59.530Z] ---> Running in 4f0954f65ef3 [2021-02-04T19:11:00.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:11:00.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:11:01.417Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T19:11:01.417Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T19:11:01.417Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T19:11:01.417Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T19:11:01.417Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T19:11:01.417Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:11:01.696Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T19:11:01.976Z] OK: 7 MiB in 19 packages [2021-02-04T19:11:04.648Z] Removing intermediate container 4f0954f65ef3 [2021-02-04T19:11:04.648Z] ---> 757c03dec8fc [2021-02-04T19:11:04.648Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T19:11:04.648Z] ---> Running in c57c28678c41 [2021-02-04T19:11:05.657Z] Removing intermediate container c57c28678c41 [2021-02-04T19:11:05.657Z] ---> f78701d923b2 [2021-02-04T19:11:05.657Z] Step 13/24 : WORKDIR / [2021-02-04T19:11:05.657Z] ---> Running in 6cb664d1e078 [2021-02-04T19:11:06.675Z] Removing intermediate container 6cb664d1e078 [2021-02-04T19:11:06.675Z] ---> b8635f4ab1df [2021-02-04T19:11:06.675Z] 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-04T19:11:08.140Z] ---> 7bca5eba72fd [2021-02-04T19:11:08.140Z] 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-04T19:11:10.142Z] ---> 20011a0be8cb [2021-02-04T19:11:10.142Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T19:11:12.793Z] ---> 47ac4de4813a [2021-02-04T19:11:12.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T19:11:13.069Z] Removing intermediate container a4f64b345db8 [2021-02-04T19:11:13.069Z] ---> 320cdcab7837 [2021-02-04T19:11:13.069Z] [2021-02-04T19:11:13.069Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T19:11:13.069Z] ---> afeebe901d6b [2021-02-04T19:11:13.069Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T19:11:13.069Z] ---> Using cache [2021-02-04T19:11:13.069Z] ---> 258b3f17007f [2021-02-04T19:11:13.069Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T19:11:13.069Z] ---> Using cache [2021-02-04T19:11:13.069Z] ---> 7709c59e20cb [2021-02-04T19:11:13.069Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T19:11:13.674Z] ---> Running in aafe111349d5 [2021-02-04T19:11:13.969Z] Removing intermediate container af21171a8f2c [2021-02-04T19:11:13.969Z] ---> cafb26da097f [2021-02-04T19:11:13.969Z] [2021-02-04T19:11:13.969Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T19:11:13.969Z] ---> afeebe901d6b [2021-02-04T19:11:13.969Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T19:11:14.577Z] ---> Running in bef1b0719c37 [2021-02-04T19:11:14.577Z] Removing intermediate container aafe111349d5 [2021-02-04T19:11:14.577Z] ---> cd07355c89c1 [2021-02-04T19:11:14.577Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T19:11:14.854Z] ---> Running in 9e779c990819 [2021-02-04T19:11:15.134Z] ---> 0a8245a35d9d [2021-02-04T19:11:15.134Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T19:11:15.414Z] Removing intermediate container bef1b0719c37 [2021-02-04T19:11:15.414Z] ---> 41c05fbad128 [2021-02-04T19:11:15.414Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T19:11:15.693Z] ---> Running in 885948eb187f [2021-02-04T19:11:15.978Z] Removing intermediate container 9e779c990819 [2021-02-04T19:11:15.978Z] ---> 95e2bde39eba [2021-02-04T19:11:15.978Z] Step 15/23 : WORKDIR / [2021-02-04T19:11:16.259Z] ---> Running in f50a0dccbed6 [2021-02-04T19:11:17.713Z] Removing intermediate container f50a0dccbed6 [2021-02-04T19:11:17.713Z] ---> 84963936661b [2021-02-04T19:11:17.713Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:11:17.713Z] ---> 64eeda07de9e [2021-02-04T19:11:17.713Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T19:11:17.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:11:18.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:11:18.870Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T19:11:18.870Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T19:11:18.870Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:11:18.870Z] ---> 26f4ee50c15d [2021-02-04T19:11:18.870Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T19:11:18.870Z] OK: 5 MiB in 16 packages [2021-02-04T19:11:18.870Z] ---> b110509e0ab2 [2021-02-04T19:11:18.870Z] 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-04T19:11:19.150Z] ---> Running in d7ce6d540f13 [2021-02-04T19:11:21.160Z] ---> b172e5fa591b [2021-02-04T19:11:21.160Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T19:11:21.160Z] Removing intermediate container 885948eb187f [2021-02-04T19:11:21.160Z] ---> d3bfc5f4de80 [2021-02-04T19:11:21.160Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T19:11:21.448Z] ---> Running in 1235b900e464 [2021-02-04T19:11:22.052Z] Removing intermediate container 1235b900e464 [2021-02-04T19:11:22.053Z] ---> 3e775840b9eb [2021-02-04T19:11:22.053Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T19:11:22.053Z] ---> 3f9709872eeb [2021-02-04T19:11:22.053Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T19:11:22.053Z] ---> Running in 129508db7352 [2021-02-04T19:11:22.053Z] ---> Running in bbca2e083a31 [2021-02-04T19:11:22.332Z] Removing intermediate container d7ce6d540f13 [2021-02-04T19:11:22.332Z] ---> 2591ff81634f [2021-02-04T19:11:22.332Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T19:11:22.332Z] ---> Running in 32cac3dbcdbd [2021-02-04T19:11:22.949Z] Removing intermediate container 129508db7352 [2021-02-04T19:11:22.949Z] ---> d108ad0a30cf [2021-02-04T19:11:22.949Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T19:11:22.949Z] Removing intermediate container bbca2e083a31 [2021-02-04T19:11:22.949Z] ---> 0e5215f2fb80 [2021-02-04T19:11:22.949Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:11:22.949Z] Removing intermediate container 32cac3dbcdbd [2021-02-04T19:11:22.949Z] ---> e3b24ce60381 [2021-02-04T19:11:22.949Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T19:11:22.949Z] ---> Running in 4ea86a469e69 [2021-02-04T19:11:23.233Z] ---> Running in 18e059189d91 [2021-02-04T19:11:23.233Z] ---> Running in 4af21e5e1544 [2021-02-04T19:11:23.837Z] Removing intermediate container 18e059189d91 [2021-02-04T19:11:23.837Z] ---> f4a920a19263 [2021-02-04T19:11:23.837Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T19:11:24.123Z] Removing intermediate container 4af21e5e1544 [2021-02-04T19:11:24.123Z] ---> d2f7261966ce [2021-02-04T19:11:24.123Z] Step 23/24 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:11:24.123Z] ---> Running in d14fd37d58b0 [2021-02-04T19:11:24.123Z] ---> Running in c4fd9d4113a3 [2021-02-04T19:11:24.731Z] Removing intermediate container d14fd37d58b0 [2021-02-04T19:11:24.731Z] ---> 50191bc69c74 [2021-02-04T19:11:24.731Z] Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:11:25.017Z] ---> Running in 8b4aa3f156c6 [2021-02-04T19:11:25.017Z] Removing intermediate container c4fd9d4113a3 [2021-02-04T19:11:25.017Z] ---> aaff7793972b [2021-02-04T19:11:25.017Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T19:11:25.306Z] ---> Running in 01c8fffb809f [2021-02-04T19:11:25.905Z] Removing intermediate container 8b4aa3f156c6 [2021-02-04T19:11:25.905Z] ---> ac27b6aaa636 [2021-02-04T19:11:25.906Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T19:11:26.181Z] Removing intermediate container 01c8fffb809f [2021-02-04T19:11:26.181Z] ---> 28abf18865dc [2021-02-04T19:11:26.181Z] [2021-02-04T19:11:26.181Z] ---> Running in ae45c8d94fed [2021-02-04T19:11:26.181Z] Removing intermediate container 4ea86a469e69 [2021-02-04T19:11:26.181Z] ---> e7f836c9bec5 [2021-02-04T19:11:26.181Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T19:11:26.455Z] Successfully built 28abf18865dc [2021-02-04T19:11:26.727Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T19:11:26.727Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 48171d6d0f92 [2021-02-04T19:11:26.727Z] Removing intermediate container ae45c8d94fed [2021-02-04T19:11:26.727Z] ---> 5819eacab484 [2021-02-04T19:11:26.727Z] [2021-02-04T19:11:27.337Z] Successfully built 5819eacab484 [2021-02-04T19:11:27.337Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T19:11:27.337Z]  Building docker-core-command-go ... done Removing intermediate container 48171d6d0f92 [2021-02-04T19:11:27.337Z] ---> bc56dd3567a5 [2021-02-04T19:11:27.337Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T19:11:28.324Z] ---> a46ec316eefe [2021-02-04T19:11:28.324Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T19:11:28.324Z] ---> Running in e62977b386c9 [2021-02-04T19:11:31.083Z] Removing intermediate container e62977b386c9 [2021-02-04T19:11:31.083Z] ---> 1e04d6425d58 [2021-02-04T19:11:31.083Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:11:31.727Z] ---> 040f143c9fd7 [2021-02-04T19:11:31.727Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T19:11:33.753Z] ---> 09c06f83e27d [2021-02-04T19:11:33.753Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T19:11:34.027Z] Removing intermediate container ca852736e14e [2021-02-04T19:11:34.027Z] ---> bc4b0b57193e [2021-02-04T19:11:34.027Z] [2021-02-04T19:11:34.027Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T19:11:34.027Z] ---> afeebe901d6b [2021-02-04T19:11:34.027Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T19:11:34.027Z] ---> Running in 7759f5993e3d [2021-02-04T19:11:34.300Z] ---> cbafd0225a5d [2021-02-04T19:11:34.300Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T19:11:34.571Z] Removing intermediate container 7759f5993e3d [2021-02-04T19:11:34.571Z] ---> d6aa637951b6 [2021-02-04T19:11:34.571Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T19:11:34.848Z] ---> Running in 9834a9ef5e6e [2021-02-04T19:11:35.443Z] Removing intermediate container 9834a9ef5e6e [2021-02-04T19:11:35.443Z] ---> ee227d0c1d52 [2021-02-04T19:11:35.443Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T19:11:35.443Z] ---> Running in fb1d5d2f72b1 [2021-02-04T19:11:35.716Z] ---> 48e655f73b34 [2021-02-04T19:11:35.716Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T19:11:35.992Z] Removing intermediate container fb1d5d2f72b1 [2021-02-04T19:11:35.992Z] ---> df0fdae9d3f4 [2021-02-04T19:11:35.992Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T19:11:36.265Z] ---> Running in 229a96f0f825 [2021-02-04T19:11:36.265Z] ---> 1065524731dc [2021-02-04T19:11:36.265Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T19:11:36.863Z] ---> Running in f402b21b1323 [2021-02-04T19:11:37.456Z] Removing intermediate container f402b21b1323 [2021-02-04T19:11:37.456Z] ---> a9c4c0fc1762 [2021-02-04T19:11:37.456Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T19:11:38.444Z] ---> cd72b59def51 [2021-02-04T19:11:38.444Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T19:11:38.716Z] ---> Running in 1544d968a9eb [2021-02-04T19:11:38.991Z] Removing intermediate container 229a96f0f825 [2021-02-04T19:11:38.991Z] ---> fbcc6a84d526 [2021-02-04T19:11:38.991Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T19:11:38.991Z] ---> Running in df8879032c9c [2021-02-04T19:11:40.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T19:11:41.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T19:11:41.029Z] Removing intermediate container 1544d968a9eb [2021-02-04T19:11:41.029Z] ---> 009bf9de174b [2021-02-04T19:11:41.029Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T19:11:41.623Z] ---> Running in 907899f05bd7 [2021-02-04T19:11:41.897Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T19:11:41.897Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T19:11:41.897Z] Removing intermediate container 907899f05bd7 [2021-02-04T19:11:41.897Z] ---> 69a0eb85625d [2021-02-04T19:11:41.897Z] Step 28/31 : CMD ["gate"] [2021-02-04T19:11:41.897Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T19:11:42.169Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T19:11:42.441Z] ---> Running in 8e41d122fd57 [2021-02-04T19:11:42.441Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T19:11:42.441Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T19:11:42.711Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T19:11:42.711Z] OK: 8 MiB in 20 packages [2021-02-04T19:11:42.991Z] Removing intermediate container 8e41d122fd57 [2021-02-04T19:11:42.991Z] ---> 3d3ddef78649 [2021-02-04T19:11:42.991Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T19:11:43.266Z] ---> Running in 2d00421797a4 [2021-02-04T19:11:43.876Z] Removing intermediate container 2d00421797a4 [2021-02-04T19:11:43.876Z] ---> 3f4b4764434b [2021-02-04T19:11:43.876Z] Step 30/31 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:11:44.159Z] ---> Running in 4c687a842f9e [2021-02-04T19:11:44.159Z] Removing intermediate container df8879032c9c [2021-02-04T19:11:44.159Z] ---> 0589eb25ae85 [2021-02-04T19:11:44.159Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T19:11:44.770Z] Removing intermediate container 4c687a842f9e [2021-02-04T19:11:44.770Z] ---> a5b890323525 [2021-02-04T19:11:44.770Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T19:11:45.049Z] ---> Running in 1065ccbf5dce [2021-02-04T19:11:45.330Z] ---> c1fb88d24898 [2021-02-04T19:11:45.330Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T19:11:45.612Z] Removing intermediate container 1065ccbf5dce [2021-02-04T19:11:45.612Z] ---> 5d3aaeb32775 [2021-02-04T19:11:45.612Z] [2021-02-04T19:11:46.241Z] Successfully built 5d3aaeb32775 [2021-02-04T19:11:46.241Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T19:11:46.532Z]  Building docker-security-bootstrapper-go ... done  ---> d8cc717b8432 [2021-02-04T19:11:46.532Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T19:11:47.531Z] ---> 1f136ea2c7c8 [2021-02-04T19:11:47.531Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T19:11:47.531Z] ---> Running in b75e3b2acaf5 [2021-02-04T19:11:47.813Z] Removing intermediate container b75e3b2acaf5 [2021-02-04T19:11:47.813Z] ---> 586c815611de [2021-02-04T19:11:47.813Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T19:11:48.101Z] ---> Running in b30229fe7979 [2021-02-04T19:11:48.717Z] Removing intermediate container b30229fe7979 [2021-02-04T19:11:48.717Z] ---> f0a002162058 [2021-02-04T19:11:48.717Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T19:11:48.717Z] ---> Running in dd3ba4fbd292 [2021-02-04T19:11:49.003Z] Removing intermediate container dd3ba4fbd292 [2021-02-04T19:11:49.003Z] ---> d6e26ef8b195 [2021-02-04T19:11:49.003Z] Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [2021-02-04T19:11:49.335Z] ---> Running in fbbcc158bb94 [2021-02-04T19:11:49.629Z] Removing intermediate container fbbcc158bb94 [2021-02-04T19:11:49.629Z] ---> 04e0ad4b8656 [2021-02-04T19:11:49.629Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T19:11:49.914Z] ---> Running in c43402020799 [2021-02-04T19:11:50.507Z] Removing intermediate container c43402020799 [2021-02-04T19:11:50.507Z] ---> 8561187d8c27 [2021-02-04T19:11:50.507Z] [2021-02-04T19:11:50.780Z] Successfully built 8561187d8c27 [2021-02-04T19:11:50.780Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T19:11:51.067Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T19:11:51.108Z] $ docker stop --time=1 89d2c13e0ad86f456a7b7ce7feeba54f0a7cb5a71d70744ae8360324006c66a2 [2021-02-04T19:11:53.079Z] $ docker rm -f 89d2c13e0ad86f456a7b7ce7feeba54f0a7cb5a71d70744ae8360324006c66a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T19:11:53.781Z] + grep docker [2021-02-04T19:11:53.781Z] + docker images [2021-02-04T19:11:54.053Z] docker-core-data-go-arm64 latest 8561187d8c27 3 seconds ago 21MB [2021-02-04T19:11:54.053Z] docker-security-bootstrapper-go-arm64 latest 5d3aaeb32775 8 seconds ago 22.6MB [2021-02-04T19:11:54.053Z] docker-core-command-go-arm64 latest 5819eacab484 27 seconds ago 16MB [2021-02-04T19:11:54.053Z] docker-security-secretstore-setup-go-arm64 latest 28abf18865dc 28 seconds ago 23.4MB [2021-02-04T19:11:54.053Z] docker-sys-mgmt-agent-go-arm64 latest 6ebd990d3807 About a minute ago 300MB [2021-02-04T19:11:54.053Z] docker-core-metadata-go-arm64 latest d22fd67c1c9d 3 minutes ago 17.7MB [2021-02-04T19:11:54.053Z] docker-support-notifications-go-arm64 latest 2059d61cdea9 3 minutes ago 16.7MB [2021-02-04T19:11:54.053Z] docker-support-scheduler-go-arm64 latest 4340bb72f31c 3 minutes ago 16.1MB [2021-02-04T19:11:54.053Z] docker-security-proxy-setup-go-arm64 latest f36016a30f1f 3 minutes ago 23.2MB [2021-02-04T19:11:54.053Z] 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-04T19:11:56.573Z] provisioning config files... [2021-02-04T19:11:56.589Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3911015860106165010tmp [Pipeline] { [Pipeline] sh [2021-02-04T19:11:56.971Z] + set +x [2021-02-04T19:11:56.972Z] + curl -s https://codecov.io/bash [2021-02-04T19:11:56.972Z] + bash -s -- [2021-02-04T19:11:57.544Z] [2021-02-04T19:11:57.544Z] _____ _ [2021-02-04T19:11:57.544Z] / ____| | | [2021-02-04T19:11:57.544Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T19:11:57.544Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T19:11:57.544Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T19:11:57.544Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T19:11:57.544Z] Bash-20210129-7c25fce [2021-02-04T19:11:57.544Z] [2021-02-04T19:11:57.544Z] [2021-02-04T19:11:57.544Z] ==> git version 2.24.3 found [2021-02-04T19:11:57.544Z] ==> 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-04T19:11:57.544Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T19:11:57.544Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T19:11:57.544Z] ==> Jenkins CI detected. [2021-02-04T19:11:57.544Z] project root: . [2021-02-04T19:11:57.544Z] --> token set from env [2021-02-04T19:11:57.544Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T19:11:57.544Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T19:11:57.544Z] ==> Python coveragepy not found [2021-02-04T19:11:57.544Z] ==> Searching for coverage reports in: [2021-02-04T19:11:57.544Z] + . [2021-02-04T19:11:57.805Z] -> Found 1 reports [2021-02-04T19:11:57.805Z] ==> Detecting git/mercurial file structure [2021-02-04T19:11:57.805Z] ==> Reading reports [2021-02-04T19:11:57.805Z] + ./coverage.out bytes=583066 [2021-02-04T19:11:57.805Z] ==> Appending adjustments [2021-02-04T19:11:57.805Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T19:12:01.168Z] + Found adjustments [2021-02-04T19:12:01.168Z] ==> Gzipping contents [2021-02-04T19:12:01.168Z] 88K /tmp/codecov.YtTJca.gz [2021-02-04T19:12:01.168Z] ==> Uploading reports [2021-02-04T19:12:01.168Z] url: https://codecov.io [2021-02-04T19:12:01.168Z] query: branch=PR-3125&commit=7b3e582968421f33f02adc534bbb1cca6aa4e3d1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3125%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3125&job=&cmd_args= [2021-02-04T19:12:01.168Z] -> Pinging Codecov [2021-02-04T19:12:01.168Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3125&commit=7b3e582968421f33f02adc534bbb1cca6aa4e3d1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3125%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3125&job=&cmd_args= [2021-02-04T19:12:01.751Z] -> Uploading to [2021-02-04T19:12:01.751Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/7b3e582968421f33f02adc534bbb1cca6aa4e3d1/b2542fef-69b8-4429-b77b-128822eedb2c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T191201Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cb01f4ea216335f1d2d112375981f82056185a9e651b56830fe67238766a6a8 [2021-02-04T19:12:01.751Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T19:12:01.751Z] Dload Upload Total Spent Left Speed [2021-02-04T19:12:02.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87976 0 0 100 87976 0 83808 0:00:01 0:00:01 --:--:-- 83866 [2021-02-04T19:12:02.969Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [Pipeline] } [2021-02-04T19:12:02.977Z] 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-04T19:12:05.464Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T19:12:06.352Z] ---> package-listing.sh [2021-02-04T19:12:06.352Z] ++ facter osfamily [2021-02-04T19:12:06.352Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T19:12:06.352Z] + OS_FAMILY=redhat [2021-02-04T19:12:06.352Z] + workspace=/w/workspace/edgex-go/3 [2021-02-04T19:12:06.352Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T19:12:06.352Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T19:12:06.352Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T19:12:06.352Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T19:12:06.352Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-04T19:12:06.352Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T19:12:06.352Z] + case "${OS_FAMILY}" in [2021-02-04T19:12:06.352Z] + rpm -qa [2021-02-04T19:12:06.352Z] + sort [2021-02-04T19:12:11.699Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T19:12:11.699Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T19:12:11.699Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T19:12:11.699Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-04T19:12:11.699Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-04T19:12:11.699Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-04T19:12:11.713Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T19:12:12.011Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T19:12:12.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T19:12:12.329Z] [2021-02-04T19:12:12.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T19:12:12.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T19:12:12.682Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T19:12:12.682Z] df20fa9351a1: Pulling fs layer [2021-02-04T19:12:12.682Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T19:12:12.682Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T19:12:12.682Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T19:12:12.682Z] 93b61091891f: Pulling fs layer [2021-02-04T19:12:12.682Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T19:12:12.682Z] 5e14af77c1be: Pulling fs layer [2021-02-04T19:12:12.682Z] 01666e4c0597: Pulling fs layer [2021-02-04T19:12:12.682Z] aa168da1d23b: Pulling fs layer [2021-02-04T19:12:12.682Z] 46f8f816bc3b: Waiting [2021-02-04T19:12:12.682Z] 93b61091891f: Waiting [2021-02-04T19:12:12.682Z] 93b9cdb0e59b: Waiting [2021-02-04T19:12:12.682Z] 5e14af77c1be: Waiting [2021-02-04T19:12:12.682Z] 01666e4c0597: Waiting [2021-02-04T19:12:12.682Z] aa168da1d23b: Waiting [2021-02-04T19:12:12.682Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T19:12:12.682Z] 36b3adc4ff6f: Download complete [2021-02-04T19:12:12.682Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T19:12:12.682Z] 46f8f816bc3b: Download complete [2021-02-04T19:12:12.948Z] df20fa9351a1: Verifying Checksum [2021-02-04T19:12:12.948Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T19:12:12.948Z] 93b9cdb0e59b: Download complete [2021-02-04T19:12:12.948Z] 93b61091891f: Verifying Checksum [2021-02-04T19:12:12.948Z] 93b61091891f: Download complete [2021-02-04T19:12:12.948Z] 5e14af77c1be: Verifying Checksum [2021-02-04T19:12:12.948Z] 5e14af77c1be: Download complete [2021-02-04T19:12:12.948Z] 01666e4c0597: Verifying Checksum [2021-02-04T19:12:12.948Z] 01666e4c0597: Download complete [2021-02-04T19:12:13.210Z] df20fa9351a1: Pull complete [2021-02-04T19:12:13.472Z] 36b3adc4ff6f: Pull complete [2021-02-04T19:12:13.734Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T19:12:13.734Z] 8ad3a11d3b57: Download complete [2021-02-04T19:12:15.674Z] 8ad3a11d3b57: Pull complete [2021-02-04T19:12:15.674Z] aa168da1d23b: Verifying Checksum [2021-02-04T19:12:15.674Z] aa168da1d23b: Download complete [2021-02-04T19:12:16.621Z] 46f8f816bc3b: Pull complete [2021-02-04T19:12:17.567Z] 93b61091891f: Pull complete [2021-02-04T19:12:17.567Z] 93b9cdb0e59b: Pull complete [2021-02-04T19:12:17.567Z] 5e14af77c1be: Pull complete [2021-02-04T19:12:17.831Z] 01666e4c0597: Pull complete [2021-02-04T19:12:24.452Z] aa168da1d23b: Pull complete [2021-02-04T19:12:25.842Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T19:12:26.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T19:12:26.104Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T19:12:26.292Z] prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container [2021-02-04T19:12:26.353Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T19:12:30.060Z] $ docker top e73f2c5fee295338dbc076d5fc49b65f135a83e416c52d6edfbb92d5e4e2d1cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T19:12:30.671Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T19:12:30.974Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T19:12:31.274Z] + ls /var/log/sa-host [2021-02-04T19:12:31.274Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T19:12:31.274Z] file_magic: OK [2021-02-04T19:12:31.274Z] HZ: Using current value: 100 [2021-02-04T19:12:31.274Z] file_header: OK [2021-02-04T19:12:31.274Z] 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-04T19:12:31.274Z] Statistics: [2021-02-04T19:12:31.274Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T19:12:31.274Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T19:12:31.274Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T19:12:31.274Z] file_magic: OK [2021-02-04T19:12:31.274Z] HZ: Using current value: 100 [2021-02-04T19:12:31.274Z] file_header: OK [2021-02-04T19:12:31.274Z] 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-04T19:12:31.274Z] Statistics: [2021-02-04T19:12:31.274Z] Hnuu...uuuununununu... [2021-02-04T19:12:31.274Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T19:12:31.980Z] provisioning config files... [2021-02-04T19:12:32.000Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config484932554647653905tmp [Pipeline] { [Pipeline] echo [2021-02-04T19:12:32.085Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T19:12:32.384Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T19:12:32.394Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T19:12:32.490Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T19:12:32.786Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T19:12:32.796Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T19:12:33.093Z] ---> sudo-logs.sh [2021-02-04T19:12:33.093Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T19:12:33.105Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T19:12:33.398Z] ---> job-cost.sh [2021-02-04T19:12:33.398Z] lf-activate-venv: SKIPPING [2021-02-04T19:12:33.398Z] INFO: No Stack... [2021-02-04T19:12:34.343Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T19:12:34.606Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T19:12:34.620Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T19:12:34.916Z] ---> logs-deploy.sh [2021-02-04T19:12:34.916Z] lf-activate-venv: SKIPPING [2021-02-04T19:12:34.916Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3125/3 [2021-02-04T19:12:34.917Z] INFO: archiving workspace using pattern(s): [2021-02-04T19:12:36.303Z] Archives upload complete. [2021-02-04T19:12:36.303Z] INFO: archiving logs to Nexus