Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a+8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (46dee99824f23298bf7b1ccadc24eb3cadd06490) 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 ‘prd-centos7-docker-4c-2g-24949’ Running on prd-centos7-docker-4c-2g-24954 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a Merge succeeded, producing 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a Checking out Revision 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a (PR-3113) > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # 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 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T10:23:08.949Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk c43a3562738f7dd074dc1abac4861c648bf5d26f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T10:23:09.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T10:23:09.614Z] ========================================================= [2021-02-04T10:23:09.614Z] EdgeX Global Pipelines Version Info [2021-02-04T10:23:09.614Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:23:11.057Z] ------------------- [2021-02-04T10:23:11.058Z] stable info: [2021-02-04T10:23:11.058Z] ------------------- [2021-02-04T10:23:11.058Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:23:11.058Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:23:11.058Z] Message: update stable to v1.0.179 [2021-02-04T10:23:12.013Z] ------------------- [2021-02-04T10:23:12.013Z] experimental info: [2021-02-04T10:23:12.013Z] ------------------- [2021-02-04T10:23:12.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:23:12.013Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:23:12.013Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T10:23:12.462Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T10:23:12.638Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T10:23:12.819Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T10:23:12.999Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T10:23:13.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T10:23:13.412Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T10:23:13.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T10:23:13.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T10:23:13.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T10:23:14.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T10:23:14.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T10:23:14.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T10:23:14.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T10:23:14.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T10:23:15.170Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:23:15.366Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:23:15.541Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T10:23:15.721Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T10:23:15.900Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T10:23:16.090Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T10:23:16.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T10:23:16.472Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T10:23:16.658Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T10:23:16.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-04T10:23:17.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-04T10:23:17.363Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-04T10:23:17.536Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [Pipeline] echo [2021-02-04T10:23:17.708Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0dbb6a9 [Pipeline] echo [2021-02-04T10:23:17.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:23:18.181Z] provisioning config files... [2021-02-04T10:23:18.212Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5061051459772418821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:23:18.658Z] ---> docker-login.sh [2021-02-04T10:23:18.658Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:23:18.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:19.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:19.185Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:19.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:19.185Z] [2021-02-04T10:23:19.185Z] Login Succeeded [2021-02-04T10:23:19.185Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:23:19.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:19.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:19.447Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:19.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:19.447Z] [2021-02-04T10:23:19.447Z] Login Succeeded [2021-02-04T10:23:19.447Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:23:19.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:19.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:19.447Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:19.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:19.447Z] [2021-02-04T10:23:19.447Z] Login Succeeded [2021-02-04T10:23:19.447Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:23:19.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:19.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:19.720Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:19.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:19.720Z] [2021-02-04T10:23:19.720Z] Login Succeeded [2021-02-04T10:23:19.720Z] docker.io [2021-02-04T10:23:19.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:23:20.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:23:20.962Z] Configure a credential helper to remove this warning. See [2021-02-04T10:23:20.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:23:20.962Z] [2021-02-04T10:23:20.962Z] Login Succeeded [2021-02-04T10:23:20.962Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:23:21.001Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:23:21.682Z] ++ 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-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T10:23:21.682Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:23:21.682Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:23:21.682Z] ++ cut -d/ -f2 [2021-02-04T10:23:21.682Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T10:23:21.770Z] 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-04T10:23:22.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:22.862Z] [2021-02-04T10:23:22.862Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:23:23.274Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:23.274Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T10:23:23.274Z] 31603596830f: Pulling fs layer [2021-02-04T10:23:23.274Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T10:23:23.274Z] 6ca5941a6612: Pulling fs layer [2021-02-04T10:23:23.274Z] ecc8261a40a4: Pulling fs layer [2021-02-04T10:23:23.274Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T10:23:23.274Z] 2a8b12db71e7: Download complete [2021-02-04T10:23:23.274Z] 31603596830f: Verifying Checksum [2021-02-04T10:23:23.274Z] 31603596830f: Download complete [2021-02-04T10:23:23.541Z] ecc8261a40a4: Verifying Checksum [2021-02-04T10:23:23.541Z] ecc8261a40a4: Download complete [2021-02-04T10:23:23.541Z] 6ca5941a6612: Verifying Checksum [2021-02-04T10:23:23.541Z] 6ca5941a6612: Download complete [2021-02-04T10:23:23.807Z] 31603596830f: Pull complete [2021-02-04T10:23:24.076Z] 2a8b12db71e7: Pull complete [2021-02-04T10:23:24.661Z] 6ca5941a6612: Pull complete [2021-02-04T10:23:24.925Z] ecc8261a40a4: Pull complete [2021-02-04T10:23:24.925Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T10:23:24.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:23:24.925Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T10:23:25.050Z] prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container [2021-02-04T10:23:25.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:23:27.686Z] $ docker top b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:23:28.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:23:28.182Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:23:28.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:23:28.420Z] $ docker exec b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent [2021-02-04T10:23:28.634Z] SSH_AUTH_SOCK=/tmp/ssh-aaiThixolLXm/agent.12 [2021-02-04T10:23:28.634Z] SSH_AGENT_PID=17 [2021-02-04T10:23:28.647Z] Running ssh-add (command line suppressed) [2021-02-04T10:23:28.796Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4738658704958941386.key (/w/workspace/edgex-go/6@tmp/private_key_4738658704958941386.key) [2021-02-04T10:23:28.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:23:29.238Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T10:23:29.268Z] $ docker exec --env ******** --env ******** b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent -k [2021-02-04T10:23:29.389Z] unset SSH_AUTH_SOCK; [2021-02-04T10:23:29.390Z] unset SSH_AGENT_PID; [2021-02-04T10:23:29.390Z] echo Agent pid 17 killed; [2021-02-04T10:23:29.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T10:23:29.713Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:23:29.713Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:23:29.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:23:29.898Z] $ docker exec b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent [2021-02-04T10:23:30.071Z] SSH_AUTH_SOCK=/tmp/ssh-rXvqEJWW2vww/agent.45 [2021-02-04T10:23:30.071Z] SSH_AGENT_PID=51 [2021-02-04T10:23:30.078Z] Running ssh-add (command line suppressed) [2021-02-04T10:23:30.218Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5444664062006655082.key (/w/workspace/edgex-go/6@tmp/private_key_5444664062006655082.key) [2021-02-04T10:23:30.284Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:23:30.678Z] + git semver init [2021-02-04T10:23:30.678Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:23:30.678Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-04T10:23:30.678Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-04T10:23:30.678Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:23:30.678Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:23:30.678Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:23:30.678Z] # $SEMVER_BRANCH = PR-3113 [2021-02-04T10:23:30.678Z] # $SEMVER_TEMP = /tmp/semver-248831839 [2021-02-04T10:23:30.678Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T10:23:48.882Z] # '/tmp/semver-248831839' -> '/w/workspace/edgex-go/6/.semver' [2021-02-04T10:23:48.882Z] # -> Force: false [2021-02-04T10:23:48.882Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-04T10:23:49.164Z] $ docker exec --env ******** --env ******** b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e ssh-agent -k [2021-02-04T10:23:49.505Z] unset SSH_AUTH_SOCK; [2021-02-04T10:23:49.506Z] unset SSH_AGENT_PID; [2021-02-04T10:23:49.506Z] echo Agent pid 51 killed; [2021-02-04T10:23:49.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:23:50.278Z] + git semver [Pipeline] } [2021-02-04T10:23:50.296Z] $ docker stop --time=1 b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e [2021-02-04T10:23:51.899Z] $ docker rm -f b47700e401a55b5f64212a78feed68ecc8a18e2e04be6830d14cc0fc1a9fe89e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:23:52.665Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T10:23:53.383Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T10:23:53.387Z] [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-04T10:23:54.826Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:23:55.129Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:23:55.429Z] + true [2021-02-04T10:23:55.429Z] + sudo service docker restart [2021-02-04T10:23:55.429Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T10:23:56.021Z] ========================================================= [2021-02-04T10:23:56.021Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T10:23:56.021Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:23:56.403Z] + 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-04T10:23:59.724Z] Sending build context to Docker daemon 327.5MB [2021-02-04T10:23:59.724Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:23:59.724Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:23:59.989Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T10:23:59.989Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T10:23:59.989Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T10:23:59.989Z] de9db76c5a1d: Pulling fs layer [2021-02-04T10:23:59.989Z] bca2f99d35d6: Pulling fs layer [2021-02-04T10:23:59.989Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T10:23:59.989Z] 7c6f9722023f: Pulling fs layer [2021-02-04T10:23:59.989Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T10:23:59.989Z] bca2f99d35d6: Waiting [2021-02-04T10:23:59.989Z] 93359f2a8cfa: Waiting [2021-02-04T10:23:59.989Z] a35cf1a2eb13: Waiting [2021-02-04T10:23:59.989Z] 7c6f9722023f: Waiting [2021-02-04T10:23:59.989Z] de9db76c5a1d: Verifying Checksum [2021-02-04T10:23:59.989Z] de9db76c5a1d: Download complete [2021-02-04T10:23:59.989Z] 0ef7d3d256c8: Download complete [2021-02-04T10:23:59.989Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T10:23:59.989Z] 93359f2a8cfa: Download complete [2021-02-04T10:23:59.989Z] 7c6f9722023f: Download complete [2021-02-04T10:23:59.989Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T10:23:59.989Z] 188c0c94c7c5: Download complete [2021-02-04T10:24:00.254Z] 188c0c94c7c5: Pull complete [2021-02-04T10:24:00.523Z] 0ef7d3d256c8: Pull complete [2021-02-04T10:24:01.486Z] de9db76c5a1d: Pull complete [2021-02-04T10:24:01.754Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T10:24:01.754Z] a35cf1a2eb13: Download complete [2021-02-04T10:24:02.336Z] bca2f99d35d6: Verifying Checksum [2021-02-04T10:24:02.336Z] bca2f99d35d6: Download complete [2021-02-04T10:24:09.005Z] bca2f99d35d6: Pull complete [2021-02-04T10:24:09.005Z] 93359f2a8cfa: Pull complete [2021-02-04T10:24:09.005Z] 7c6f9722023f: Pull complete [2021-02-04T10:24:09.148Z] Still waiting to schedule task [2021-02-04T10:24:09.148Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24957’ [2021-02-04T10:24:14.355Z] a35cf1a2eb13: Pull complete [2021-02-04T10:24:14.356Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T10:24:14.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T10:24:14.356Z] ---> a62c8e92a672 [2021-02-04T10:24:14.356Z] 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-04T10:24:14.619Z] ---> Running in e26b79d472a6 [2021-02-04T10:24:15.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:24:17.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:24:20.074Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:24:20.650Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:24:20.912Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:24:20.912Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:24:30.926Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:24:30.926Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:24:30.926Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:24:30.926Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:24:30.926Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:24:30.926Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:24:30.926Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:24:30.926Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:24:30.926Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:24:30.926Z] OK: 233 MiB in 51 packages [2021-02-04T10:24:34.244Z] Removing intermediate container e26b79d472a6 [2021-02-04T10:24:34.244Z] ---> 696c35b05e12 [2021-02-04T10:24:34.244Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:24:34.244Z] ---> Running in 267db50baf37 [2021-02-04T10:24:34.244Z] Removing intermediate container 267db50baf37 [2021-02-04T10:24:34.244Z] ---> f51d3cb819c9 [2021-02-04T10:24:34.244Z] Step 5/6 : COPY go.mod . [2021-02-04T10:24:34.244Z] ---> 1ebb4611cc94 [2021-02-04T10:24:34.244Z] Step 6/6 : RUN go mod download [2021-02-04T10:24:34.244Z] ---> Running in a5b01100df67 [2021-02-04T10:24:56.252Z] Removing intermediate container a5b01100df67 [2021-02-04T10:24:56.252Z] ---> cf4432fd0703 [2021-02-04T10:24:56.252Z] Successfully built cf4432fd0703 [2021-02-04T10:24:56.252Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:24:56.572Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:24:56.572Z] . [Pipeline] withDockerContainer [2021-02-04T10:24:56.680Z] prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container [2021-02-04T10:24:56.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:24:57.759Z] $ docker top c69868ad29d298c22d69a3eb7f0c2792539fa36484c0d4e8525dbf2e846e7565 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:24:58.415Z] + go version [2021-02-04T10:24:58.416Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T10:24:58.431Z] $ docker stop --time=1 c69868ad29d298c22d69a3eb7f0c2792539fa36484c0d4e8525dbf2e846e7565 [2021-02-04T10:24:59.840Z] $ docker rm -f c69868ad29d298c22d69a3eb7f0c2792539fa36484c0d4e8525dbf2e846e7565 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:25:01.214Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:25:01.214Z] . [Pipeline] withDockerContainer [2021-02-04T10:25:01.317Z] prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container [2021-02-04T10:25:01.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:25:02.410Z] $ docker top 61b009e2414c21caf1ae8d1f6366f81dbe90ef3810af8290931f65394bd3e3ad -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:25:02.691Z] ========================================================= [2021-02-04T10:25:02.691Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:25:02.691Z] ========================================================= [Pipeline] sh [2021-02-04T10:25:02.980Z] + make test [2021-02-04T10:25:02.980Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:25:13.076Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:25:31.339Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:25:36.668Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:25:36.668Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:25:36.668Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:25:36.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:25:39.289Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:25:39.289Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:25:39.289Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:25:39.289Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:25:39.289Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:25:39.554Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:25:42.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:25:42.178Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:25:42.178Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:25:44.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.0% of statements [2021-02-04T10:25:44.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:25:44.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:25:44.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:25:44.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:25:44.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:25:44.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:25:44.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:25:44.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements [2021-02-04T10:25:47.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.235s coverage: 27.1% of statements [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:25:47.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:25:47.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:25:47.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 65.8% of statements [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:25:47.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:25:47.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements [2021-02-04T10:25:47.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:25:47.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:25:47.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:25:47.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:25:50.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:25:50.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:25:50.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:25:50.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:25:50.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-02-04T10:25:50.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:25:50.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2021-02-04T10:25:50.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:25:50.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:25:50.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:25:50.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:25:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.041s coverage: 79.5% of statements [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-02-04T10:25:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-02-04T10:26:05.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2021-02-04T10:26:05.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.074s coverage: 92.9% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 68.9% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.0% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.090s coverage: 90.4% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.816s coverage: 29.1% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.074s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:26:18.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-02-04T10:26:18.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-02-04T10:26:18.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-04T10:26:18.465Z] GO111MODULE=on go vet ./... [2021-02-04T10:26:26.790Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24960 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-04T10:26:26.898Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-04T10:26:32.121Z] using credential edgex-jenkins-ssh [2021-02-04T10:26:32.254Z] Cloning the remote Git repository [2021-02-04T10:26:32.310Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:26:32.421Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-04T10:26:32.511Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:26:32.511Z] > git --version # timeout=10 [2021-02-04T10:26:32.527Z] > git --version # 'git version 2.17.1' [2021-02-04T10:26:32.529Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:26:32.589Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:26:45.230Z] gofmt -l . [2021-02-04T10:26:45.230Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:26:45.495Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:26:46.074Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:26:46.657Z] + ls -al . [2021-02-04T10:26:46.922Z] total 684 [2021-02-04T10:26:46.922Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 10:26 . [2021-02-04T10:26:46.922Z] drwxr-xr-x 4 root root 28 Feb 4 10:25 .. [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:23 .dockerignore [2021-02-04T10:26:46.922Z] drwxrwxr-x 8 1001 1001 179 Feb 4 10:23 .git [2021-02-04T10:26:46.922Z] drwxrwxr-x 3 1001 1001 125 Feb 4 10:23 .github [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:23 .gitignore [2021-02-04T10:26:46.922Z] drwx------ 3 1001 1001 60 Feb 4 10:23 .semver [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:23 .sonarcloud.properties [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:23 Attribution.txt [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:23 CONTRIBUTING.md [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:23 Dockerfile.build [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:23 Jenkinsfile [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:23 LICENSE [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:23 Makefile [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:23 README.md [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:23 SECURITY.md [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:23 ZMQWindows.md [2021-02-04T10:26:46.922Z] drwxrwxr-x 2 1001 1001 117 Feb 4 10:23 bin [2021-02-04T10:26:46.922Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:23 cmd [2021-02-04T10:26:46.922Z] -rw-r--r-- 1 root root 580808 Feb 4 10:26 coverage.out [2021-02-04T10:26:46.922Z] -rw-r--r-- 1 root root 1054 Feb 4 10:26 go.mod [2021-02-04T10:26:46.922Z] -rw-r--r-- 1 root root 19399 Feb 4 10:26 go.sum [2021-02-04T10:26:46.922Z] drwxrwxr-x 8 1001 1001 127 Feb 4 10:23 internal [2021-02-04T10:26:46.922Z] drwxrwxr-x 4 1001 1001 26 Feb 4 10:23 openapi [2021-02-04T10:26:46.922Z] drwxrwxr-x 4 1001 1001 71 Feb 4 10:23 snap [2021-02-04T10:26:46.922Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:23 version.go [Pipeline] sh [2021-02-04T10:26:47.230Z] + '[' -e coverage.out ] [2021-02-04T10:26:47.231Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:26:47.437Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:26:47.734Z] + make build [2021-02-04T10:26:47.734Z] 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-04T10:26:51.269Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:26:51.958Z] 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-04T10:26:51.972Z] Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:26:52.530Z] Merge succeeded, producing 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:26:52.531Z] Checking out Revision 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a (PR-3113) [2021-02-04T10:26:51.294Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:26:51.323Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:26:51.361Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:26:51.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:26:51.373Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:26:51.995Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:26:52.014Z] > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 [2021-02-04T10:26:52.358Z] > git remote # timeout=10 [2021-02-04T10:26:52.405Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:26:52.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:26:52.442Z] > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [2021-02-04T10:26:52.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:26:52.549Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:26:52.595Z] > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 [2021-02-04T10:26:57.061Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T10:26:58.598Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:26:59.014Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:26:59.400Z] + sudo service docker restart [2021-02-04T10:26:59.400Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:27:01.504Z] provisioning config files... [2021-02-04T10:27:01.549Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8777859386451678210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:27:02.056Z] 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-04T10:27:02.056Z] 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-04T10:27:02.164Z] ---> docker-login.sh [2021-02-04T10:27:02.164Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:27:02.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:27:03.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:27:03.366Z] Configure a credential helper to remove this warning. See [2021-02-04T10:27:03.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:27:03.366Z] [2021-02-04T10:27:03.366Z] Login Succeeded [2021-02-04T10:27:03.366Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:27:03.494Z] 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-04T10:27:03.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:27:03.763Z] 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-04T10:27:03.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:27:03.935Z] Configure a credential helper to remove this warning. See [2021-02-04T10:27:03.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:27:03.935Z] [2021-02-04T10:27:03.935Z] Login Succeeded [2021-02-04T10:27:03.935Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:27:04.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:27:04.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:27:04.484Z] Configure a credential helper to remove this warning. See [2021-02-04T10:27:04.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:27:04.484Z] [2021-02-04T10:27:04.484Z] Login Succeeded [2021-02-04T10:27:04.484Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:27:04.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:27:05.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:27:05.035Z] Configure a credential helper to remove this warning. See [2021-02-04T10:27:05.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:27:05.035Z] [2021-02-04T10:27:05.035Z] Login Succeeded [2021-02-04T10:27:05.035Z] docker.io [2021-02-04T10:27:05.192Z] 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-04T10:27:05.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:27:06.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:27:06.282Z] Configure a credential helper to remove this warning. See [2021-02-04T10:27:06.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:27:06.282Z] [2021-02-04T10:27:06.282Z] Login Succeeded [2021-02-04T10:27:06.282Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:27:06.300Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T10:27:06.982Z] ========================================================= [2021-02-04T10:27:06.982Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T10:27:06.982Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:07.119Z] 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-04T10:27:07.403Z] + 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-04T10:27:08.073Z] 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-04T10:27:09.040Z] 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-04T10:27:10.044Z] Sending build context to Docker daemon 166.1MB [2021-02-04T10:27:10.044Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:27:10.044Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:27:10.044Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T10:27:10.044Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T10:27:10.044Z] a4357932f1b6: Pulling fs layer [2021-02-04T10:27:10.044Z] 18c013af1878: Pulling fs layer [2021-02-04T10:27:10.044Z] 00ac8860ef70: Pulling fs layer [2021-02-04T10:27:10.044Z] 63d7cb157983: Pulling fs layer [2021-02-04T10:27:10.044Z] b116817d02f9: Pulling fs layer [2021-02-04T10:27:10.044Z] 745a02a5169b: Pulling fs layer [2021-02-04T10:27:10.044Z] 63d7cb157983: Waiting [2021-02-04T10:27:10.044Z] b116817d02f9: Waiting [2021-02-04T10:27:10.044Z] 745a02a5169b: Waiting [2021-02-04T10:27:10.044Z] 00ac8860ef70: Waiting [2021-02-04T10:27:10.044Z] 18c013af1878: Download complete [2021-02-04T10:27:10.044Z] a4357932f1b6: Verifying Checksum [2021-02-04T10:27:10.044Z] a4357932f1b6: Download complete [2021-02-04T10:27:10.044Z] 63d7cb157983: Verifying Checksum [2021-02-04T10:27:10.044Z] 63d7cb157983: Download complete [2021-02-04T10:27:10.044Z] b116817d02f9: Verifying Checksum [2021-02-04T10:27:10.044Z] b116817d02f9: Download complete [2021-02-04T10:27:10.044Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T10:27:10.044Z] 5f621e34cdf4: Download complete [2021-02-04T10:27:10.468Z] 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-04T10:27:10.643Z] 5f621e34cdf4: Pull complete [2021-02-04T10:27:11.238Z] a4357932f1b6: Pull complete [2021-02-04T10:27:11.516Z] 18c013af1878: Pull complete [2021-02-04T10:27:11.877Z] 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-04T10:27:12.509Z] 745a02a5169b: Verifying Checksum [2021-02-04T10:27:12.509Z] 745a02a5169b: Download complete [2021-02-04T10:27:12.836Z] 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-04T10:27:13.513Z] 00ac8860ef70: Verifying Checksum [2021-02-04T10:27:13.513Z] 00ac8860ef70: Download complete [Pipeline] } [2021-02-04T10:27:14.845Z] $ docker stop --time=1 61b009e2414c21caf1ae8d1f6366f81dbe90ef3810af8290931f65394bd3e3ad [2021-02-04T10:27:16.484Z] $ docker rm -f 61b009e2414c21caf1ae8d1f6366f81dbe90ef3810af8290931f65394bd3e3ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:18.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:18.780Z] [2021-02-04T10:27:18.780Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:19.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:19.203Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T10:27:19.203Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T10:27:19.203Z] ca9280d653b3: Pulling fs layer [2021-02-04T10:27:19.203Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T10:27:19.203Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T10:27:19.203Z] cbdbe7a5bc2a: Download complete [2021-02-04T10:27:19.785Z] cbdbe7a5bc2a: Pull complete [2021-02-04T10:27:19.785Z] ca9280d653b3: Verifying Checksum [2021-02-04T10:27:19.785Z] ca9280d653b3: Download complete [2021-02-04T10:27:20.757Z] ca9280d653b3: Pull complete [2021-02-04T10:27:20.757Z] 7e9c9ca2126c: Download complete [2021-02-04T10:27:23.714Z] 00ac8860ef70: Pull complete [2021-02-04T10:27:23.985Z] 63d7cb157983: Pull complete [2021-02-04T10:27:24.257Z] b116817d02f9: Pull complete [2021-02-04T10:27:28.577Z] 745a02a5169b: Pull complete [2021-02-04T10:27:28.577Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T10:27:28.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T10:27:28.577Z] ---> b7e6874047d6 [2021-02-04T10:27:28.577Z] 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-04T10:27:28.969Z] 7e9c9ca2126c: Pull complete [2021-02-04T10:27:28.969Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T10:27:28.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:28.969Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T10:27:29.158Z] prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container [2021-02-04T10:27:29.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:27:31.975Z] ---> Running in e9045f05ef43 [2021-02-04T10:27:32.604Z] $ docker top f0fad0a46278b606f54dea59c42d5fd006c46c9f88e0ecd420d70df717d9cb1d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:27:32.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:33.227Z] + docker-compose build --help [2021-02-04T10:27:33.227Z] + grep parallel [2021-02-04T10:27:33.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:27:34.198Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:27:34.481Z] $ docker stop --time=1 f0fad0a46278b606f54dea59c42d5fd006c46c9f88e0ecd420d70df717d9cb1d [2021-02-04T10:27:34.903Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:27:35.173Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:27:35.173Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:27:35.444Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:27:35.844Z] $ docker rm -f f0fad0a46278b606f54dea59c42d5fd006c46c9f88e0ecd420d70df717d9cb1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:27:36.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:27:36.916Z] . [Pipeline] withDockerContainer [2021-02-04T10:27:37.020Z] prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container [2021-02-04T10:27:37.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:27:37.772Z] $ docker top f2d8e2b79e2d47b58cd14f831f7beb79955f5fffc81826c148b7bf1f88a87838 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:27:38.376Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:27:39.324Z] Building docker-core-command-go ... [2021-02-04T10:27:39.324Z] Building docker-core-data-go ... [2021-02-04T10:27:39.324Z] Building docker-core-metadata-go ... [2021-02-04T10:27:39.324Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:27:39.324Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:27:39.324Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:27:39.324Z] Building docker-support-notifications-go ... [2021-02-04T10:27:39.324Z] Building docker-support-scheduler-go ... [2021-02-04T10:27:39.324Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:27:39.324Z] Building docker-core-data-go [2021-02-04T10:27:39.324Z] Building docker-support-scheduler-go [2021-02-04T10:27:39.324Z] Building docker-security-bootstrapper-go [2021-02-04T10:27:39.324Z] Building docker-support-notifications-go [2021-02-04T10:27:39.324Z] Building docker-security-proxy-setup-go [2021-02-04T10:27:50.491Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:27:50.492Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:27:50.492Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:27:50.492Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:27:50.492Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:27:50.492Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:27:50.492Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:27:50.492Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:27:50.492Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:27:50.492Z] OK: 217 MiB in 51 packages [2021-02-04T10:27:53.103Z] Removing intermediate container e9045f05ef43 [2021-02-04T10:27:53.103Z] ---> 4859bb3e097f [2021-02-04T10:27:53.103Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:27:53.380Z] ---> Running in 09cb1c2b89e7 [2021-02-04T10:27:53.653Z] Removing intermediate container 09cb1c2b89e7 [2021-02-04T10:27:53.653Z] ---> 8deb7d2465e4 [2021-02-04T10:27:53.653Z] Step 5/6 : COPY go.mod . [2021-02-04T10:27:54.246Z] ---> 5b32be2c1150 [2021-02-04T10:27:54.246Z] Step 6/6 : RUN go mod download [2021-02-04T10:27:54.519Z] ---> Running in e2278ac6144c [2021-02-04T10:28:18.623Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:18.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:18.623Z] ---> cf4432fd0703 [2021-02-04T10:28:18.623Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:28:18.623Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:18.623Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:18.623Z] ---> cf4432fd0703 [2021-02-04T10:28:18.623Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:28:18.623Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:18.623Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:18.623Z] ---> cf4432fd0703 [2021-02-04T10:28:18.623Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:28:18.623Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:18.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:18.623Z] ---> cf4432fd0703 [2021-02-04T10:28:18.623Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:28:18.623Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:28:18.623Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:28:18.623Z] ---> cf4432fd0703 [2021-02-04T10:28:18.623Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:28:18.623Z] ---> Running in 486b2a7067cd [2021-02-04T10:28:18.623Z] ---> Running in 70a0252e0c65 [2021-02-04T10:28:18.623Z] ---> Running in a1041c878154 [2021-02-04T10:28:18.623Z] ---> Running in 30f805eb8940 [2021-02-04T10:28:18.623Z] ---> Running in f0b9ef5855d8 [2021-02-04T10:28:18.623Z] Removing intermediate container f0b9ef5855d8 [2021-02-04T10:28:18.623Z] ---> baccf3a6976a [2021-02-04T10:28:18.623Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:18.623Z] Removing intermediate container 30f805eb8940 [2021-02-04T10:28:18.623Z] ---> d450d1f5ef6d [2021-02-04T10:28:18.623Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:18.623Z] Removing intermediate container 486b2a7067cd [2021-02-04T10:28:18.623Z] ---> eefbb514f89e [2021-02-04T10:28:18.623Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:18.623Z] Removing intermediate container 70a0252e0c65 [2021-02-04T10:28:18.623Z] ---> a2696062b0c0 [2021-02-04T10:28:18.623Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:18.623Z] Removing intermediate container a1041c878154 [2021-02-04T10:28:18.623Z] ---> ad270e843bc4 [2021-02-04T10:28:18.623Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:28:18.623Z] ---> Running in 23fd476d8a96 [2021-02-04T10:28:18.623Z] ---> Running in 30ac8ba0344e [2021-02-04T10:28:18.623Z] ---> Running in 36f6d3b6773f [2021-02-04T10:28:18.623Z] ---> Running in 21a20bf43f82 [2021-02-04T10:28:18.623Z] ---> Running in 2b07c44ed065 [2021-02-04T10:28:18.623Z] Removing intermediate container 36f6d3b6773f [2021-02-04T10:28:18.623Z] ---> 30dd0900f45a [2021-02-04T10:28:18.624Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:28:18.624Z] Removing intermediate container 30ac8ba0344e [2021-02-04T10:28:18.624Z] ---> cf3441a169de [2021-02-04T10:28:18.624Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:28:18.624Z] ---> Running in 23f4c166b228 [2021-02-04T10:28:18.624Z] ---> Running in 90b24d389794 [2021-02-04T10:28:18.624Z] Removing intermediate container 21a20bf43f82 [2021-02-04T10:28:18.624Z] ---> a6369a268f47 [2021-02-04T10:28:18.624Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:28:18.624Z] Removing intermediate container 23fd476d8a96 [2021-02-04T10:28:18.624Z] ---> 2c1f0d9b346c [2021-02-04T10:28:18.624Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:28:18.624Z] Removing intermediate container 2b07c44ed065 [2021-02-04T10:28:18.624Z] ---> 89a19825412a [2021-02-04T10:28:18.624Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:28:18.624Z] ---> Running in 55ccfd19fcbf [2021-02-04T10:28:18.624Z] ---> Running in d70cb77629a9 [2021-02-04T10:28:18.624Z] ---> Running in 953adf3e7bb5 [2021-02-04T10:28:18.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:18.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:18.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:18.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:18.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:19.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:19.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:19.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:19.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:19.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:28:19.983Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:20.252Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:20.521Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:20.521Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:20.521Z] OK: 233 MiB in 51 packages [2021-02-04T10:28:20.788Z] Removing intermediate container 90b24d389794 [2021-02-04T10:28:20.788Z] ---> 37b4726b6b6d [2021-02-04T10:28:20.788Z] Step 6/21 : COPY go.mod . [2021-02-04T10:28:21.057Z] Removing intermediate container 23f4c166b228 [2021-02-04T10:28:21.057Z] ---> bbef16907a2d [2021-02-04T10:28:21.057Z] Step 6/22 : COPY go.mod . [2021-02-04T10:28:21.322Z] ---> 7b7e1c883412 [2021-02-04T10:28:21.322Z] Step 7/21 : RUN go mod download [2021-02-04T10:28:21.322Z] Removing intermediate container d70cb77629a9 [2021-02-04T10:28:21.322Z] ---> d17bcbe1f8fd [2021-02-04T10:28:21.322Z] Step 6/22 : COPY go.mod . [2021-02-04T10:28:21.369Z] Removing intermediate container e2278ac6144c [2021-02-04T10:28:21.369Z] ---> b0fee6cb06ba [2021-02-04T10:28:21.369Z] Successfully built b0fee6cb06ba [2021-02-04T10:28:21.369Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:28:21.588Z] ---> 479a146356a1 [2021-02-04T10:28:21.588Z] Step 7/22 : RUN go mod download [2021-02-04T10:28:21.588Z] Removing intermediate container 953adf3e7bb5 [2021-02-04T10:28:21.588Z] ---> e34c924f70c1 [2021-02-04T10:28:21.588Z] Step 6/23 : COPY go.mod . [2021-02-04T10:28:21.588Z] ---> Running in d502ad78c54d [2021-02-04T10:28:21.588Z] ---> Running in b686e299cbcf [2021-02-04T10:28:21.709Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:28:21.709Z] . [Pipeline] withDockerContainer [2021-02-04T10:28:21.852Z] Removing intermediate container 55ccfd19fcbf [2021-02-04T10:28:21.852Z] ---> 9da677937e6b [2021-02-04T10:28:21.852Z] Step 6/31 : COPY go.mod . [2021-02-04T10:28:21.945Z] prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container [2021-02-04T10:28:22.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:28:22.433Z] ---> 2d3ec33d9524 [2021-02-04T10:28:22.433Z] Step 7/22 : RUN go mod download [2021-02-04T10:28:22.433Z] ---> 8aa8525b1d07 [2021-02-04T10:28:22.433Z] Step 7/23 : RUN go mod download [2021-02-04T10:28:22.699Z] ---> Running in 0bc42921e62a [2021-02-04T10:28:22.699Z] ---> Running in 08df60c7db0a [2021-02-04T10:28:22.699Z] ---> 32f4d476efe5 [2021-02-04T10:28:22.699Z] Step 7/31 : RUN go mod download [2021-02-04T10:28:22.988Z] ---> Running in c10c15371343 [2021-02-04T10:28:23.490Z] $ docker top 5f98230aa548ead67c59394817d134d725c26d6f8c2ed88b9878a1a113f43b35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:28:24.520Z] + go version [2021-02-04T10:28:24.520Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T10:28:24.551Z] $ docker stop --time=1 5f98230aa548ead67c59394817d134d725c26d6f8c2ed88b9878a1a113f43b35 [2021-02-04T10:28:25.599Z] Removing intermediate container 0bc42921e62a [2021-02-04T10:28:25.599Z] ---> 3a1e9d111dc1 [2021-02-04T10:28:25.599Z] Step 8/23 : COPY . . [2021-02-04T10:28:25.599Z] Removing intermediate container c10c15371343 [2021-02-04T10:28:25.599Z] ---> 998a7c27a711 [2021-02-04T10:28:25.599Z] Step 8/31 : COPY . . [2021-02-04T10:28:25.599Z] Removing intermediate container 08df60c7db0a [2021-02-04T10:28:25.599Z] ---> e84b346e41be [2021-02-04T10:28:25.599Z] Step 8/22 : COPY . . [2021-02-04T10:28:25.599Z] Removing intermediate container d502ad78c54d [2021-02-04T10:28:25.599Z] ---> de611316adf5 [2021-02-04T10:28:25.599Z] Step 8/22 : COPY . . [2021-02-04T10:28:26.206Z] Removing intermediate container b686e299cbcf [2021-02-04T10:28:26.206Z] ---> 4c954e25a535 [2021-02-04T10:28:26.206Z] Step 8/21 : COPY . . [2021-02-04T10:28:26.535Z] $ docker rm -f 5f98230aa548ead67c59394817d134d725c26d6f8c2ed88b9878a1a113f43b35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:28:28.047Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:28:28.047Z] . [Pipeline] withDockerContainer [2021-02-04T10:28:28.277Z] prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container [2021-02-04T10:28:28.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:28:29.798Z] $ docker top f82e010cb0feccddc2736dc3a53a0b36d9708be9459f8cd2d1d951fb4bcc7dc2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:28:30.273Z] ========================================================= [2021-02-04T10:28:30.273Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:28:30.273Z] ========================================================= [Pipeline] sh [2021-02-04T10:28:30.914Z] + make test [2021-02-04T10:28:30.914Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:28:53.087Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:29:05.591Z] ---> 9d9904822088 [2021-02-04T10:29:05.591Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:29:05.591Z] ---> 03a82c315cc1 [2021-02-04T10:29:05.591Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:29:05.591Z] ---> Running in 783c91e5c508 [2021-02-04T10:29:05.591Z] ---> 4f8c4220c43a [2021-02-04T10:29:05.591Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:29:05.591Z] ---> 5e6440aec0ae [2021-02-04T10:29:05.591Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:29:05.591Z] ---> bac87fce36f3 [2021-02-04T10:29:05.591Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:29:05.591Z] ---> Running in 16dc4f3756e1 [2021-02-04T10:29:05.591Z] ---> Running in 67592b5d6fce [2021-02-04T10:29:05.591Z] ---> Running in aba79403ffe5 [2021-02-04T10:29:05.591Z] ---> Running in c01049f42b9d [2021-02-04T10:29:05.591Z] 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-04T10:29:05.591Z] 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-04T10:29:05.591Z] 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-04T10:29:05.591Z] 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-04T10:29:05.591Z] 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-04T10:29:37.861Z] 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-04T10:29:37.861Z] 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-04T10:29:40.134Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:29:43.255Z] Removing intermediate container aba79403ffe5 [2021-02-04T10:29:43.255Z] ---> 46f687118f57 [2021-02-04T10:29:43.255Z] [2021-02-04T10:29:43.255Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:29:43.255Z] 3.12: Pulling from library/alpine [2021-02-04T10:29:45.850Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:29:45.850Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:29:45.850Z] ---> 389fef711851 [2021-02-04T10:29:45.850Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:29:48.419Z] ---> Running in 0141a74da930 [2021-02-04T10:29:48.419Z] Removing intermediate container 783c91e5c508 [2021-02-04T10:29:48.419Z] ---> f38d61cd87be [2021-02-04T10:29:48.419Z] [2021-02-04T10:29:48.419Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:29:48.419Z] ---> 389fef711851 [2021-02-04T10:29:48.419Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:29:48.419Z] Removing intermediate container c01049f42b9d [2021-02-04T10:29:48.419Z] ---> 07c782422076 [2021-02-04T10:29:48.419Z] [2021-02-04T10:29:48.419Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:29:48.419Z] ---> 389fef711851 [2021-02-04T10:29:48.419Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:29:48.419Z] Removing intermediate container 16dc4f3756e1 [2021-02-04T10:29:48.419Z] ---> 383182e80383 [2021-02-04T10:29:48.419Z] [2021-02-04T10:29:48.419Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:29:48.419Z] ---> 389fef711851 [2021-02-04T10:29:48.419Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:29:48.692Z] ---> Running in 59473d376bb1 [2021-02-04T10:29:48.693Z] ---> Running in 7e4366f4a964 [2021-02-04T10:29:48.693Z] ---> Running in 60fde50b8851 [2021-02-04T10:29:48.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:49.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:49.244Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:29:49.513Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:29:49.513Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:29:49.513Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:29:49.513Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:49.513Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:29:49.513Z] OK: 7 MiB in 18 packages [2021-02-04T10:29:49.513Z] Removing intermediate container 60fde50b8851 [2021-02-04T10:29:49.513Z] ---> 7704d98c2f5d [2021-02-04T10:29:49.513Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:29:49.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:49.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:49.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:49.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:50.044Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:29:50.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:50.044Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:50.044Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:50.044Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:50.044Z] OK: 6 MiB in 15 packages [2021-02-04T10:29:50.044Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:29:50.044Z] OK: 6 MiB in 16 packages [2021-02-04T10:29:51.017Z] ---> Running in 4fe9cfc2d4f2 [2021-02-04T10:29:52.952Z] Removing intermediate container 67592b5d6fce [2021-02-04T10:29:52.952Z] ---> ff82d4383e8c [2021-02-04T10:29:52.952Z] [2021-02-04T10:29:52.952Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:29:52.952Z] ---> 389fef711851 [2021-02-04T10:29:52.952Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:29:53.541Z] ---> Running in baffbb7d4516 [2021-02-04T10:29:53.541Z] Removing intermediate container 7e4366f4a964 [2021-02-04T10:29:53.541Z] ---> d9900b27848b [2021-02-04T10:29:53.541Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:29:53.541Z] Removing intermediate container 0141a74da930 [2021-02-04T10:29:53.541Z] ---> ae94cfdc3f11 [2021-02-04T10:29:53.541Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:29:53.541Z] Removing intermediate container 59473d376bb1 [2021-02-04T10:29:53.541Z] ---> ebce5d14aeee [2021-02-04T10:29:53.541Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:29:53.827Z] ---> Running in 3508aa2f933a [2021-02-04T10:29:53.827Z] ---> Running in 160801abd721 [2021-02-04T10:29:53.827Z] ---> Running in 444373f9bb92 [2021-02-04T10:29:53.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:53.827Z] Removing intermediate container baffbb7d4516 [2021-02-04T10:29:53.827Z] ---> 03df1ddade6f [2021-02-04T10:29:53.827Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:29:53.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:54.095Z] ---> Running in 43e29cd3b156 [2021-02-04T10:29:54.095Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:29:54.095Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:29:54.095Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:29:54.095Z] Removing intermediate container 444373f9bb92 [2021-02-04T10:29:54.095Z] ---> 891f709a9cfa [2021-02-04T10:29:54.095Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:29:54.095Z] OK: 6 MiB in 16 packages [2021-02-04T10:29:54.360Z] Removing intermediate container 3508aa2f933a [2021-02-04T10:29:54.361Z] ---> e4c9a05029ef [2021-02-04T10:29:54.361Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:29:54.361Z] Removing intermediate container 160801abd721 [2021-02-04T10:29:54.361Z] ---> 4d15288c4dfb [2021-02-04T10:29:54.361Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:29:54.361Z] ---> Running in 547ca6e1f470 [2021-02-04T10:29:54.361Z] Removing intermediate container 43e29cd3b156 [2021-02-04T10:29:54.361Z] ---> cb2f1490bf54 [2021-02-04T10:29:54.361Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:29:54.625Z] ---> Running in 79d408f88fac [2021-02-04T10:29:54.626Z] ---> Running in 385d68263608 [2021-02-04T10:29:54.626Z] ---> Running in 1cfdea81671b [2021-02-04T10:29:54.888Z] Removing intermediate container 547ca6e1f470 [2021-02-04T10:29:54.888Z] ---> c6da2a67b7b8 [2021-02-04T10:29:54.888Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:29:54.888Z] Removing intermediate container 79d408f88fac [2021-02-04T10:29:54.888Z] ---> ae9a1a15bae6 [2021-02-04T10:29:54.888Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:29:55.487Z] ---> Running in 1d5f9bd24900 [2021-02-04T10:29:55.487Z] ---> Running in 41395840fa23 [2021-02-04T10:29:55.487Z] Removing intermediate container 1cfdea81671b [2021-02-04T10:29:55.487Z] ---> aee5c7e92745 [2021-02-04T10:29:55.487Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:29:55.487Z] Removing intermediate container 385d68263608 [2021-02-04T10:29:55.487Z] ---> 5b32eec47c04 [2021-02-04T10:29:55.488Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:29:55.488Z] Removing intermediate container 4fe9cfc2d4f2 [2021-02-04T10:29:55.488Z] ---> 153e01d78dc8 [2021-02-04T10:29:55.488Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:29:55.488Z] ---> Running in 8e01801c8d00 [2021-02-04T10:29:55.753Z] ---> Running in 86fe977241fd [2021-02-04T10:29:56.021Z] Removing intermediate container 41395840fa23 [2021-02-04T10:29:56.021Z] ---> 4de09b701f30 [2021-02-04T10:29:56.021Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:56.021Z] Removing intermediate container 1d5f9bd24900 [2021-02-04T10:29:56.021Z] ---> 1b8b7435cd9a [2021-02-04T10:29:56.021Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:29:56.021Z] ---> 22064eaf7563 [2021-02-04T10:29:56.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:29:56.021Z] Removing intermediate container 86fe977241fd [2021-02-04T10:29:56.021Z] ---> 27d33b6d0c94 [2021-02-04T10:29:56.021Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:29:56.287Z] ---> Running in 4902b2a8db66 [2021-02-04T10:29:56.557Z] ---> 49c26697808d [2021-02-04T10:29:56.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:29:56.557Z] ---> 90bfea73337d [2021-02-04T10:29:56.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:29:56.557Z] Removing intermediate container 4902b2a8db66 [2021-02-04T10:29:56.557Z] ---> c711ec801f58 [2021-02-04T10:29:56.557Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:29:56.827Z] ---> Running in 9d104e1ab003 [2021-02-04T10:29:56.827Z] ---> 37936bbc2130 [2021-02-04T10:29:56.827Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:29:57.415Z] ---> b4a52fd062b4 [2021-02-04T10:29:57.415Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:57.415Z] ---> 8694f26b59d5 [2021-02-04T10:29:57.415Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:29:57.688Z] Removing intermediate container 8e01801c8d00 [2021-02-04T10:29:57.688Z] ---> e5f5b91644a1 [2021-02-04T10:29:57.688Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:29:57.688Z] ---> 07d52650b717 [2021-02-04T10:29:57.688Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:29:57.688Z] ---> Running in ca9ef7462cff [2021-02-04T10:29:57.688Z] ---> Running in 05233a77c776 [2021-02-04T10:29:57.959Z] ---> aa1f23ef9e14 [2021-02-04T10:29:57.959Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:29:58.493Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:29:58.538Z] ---> ff7ec733f32a [2021-02-04T10:29:58.538Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:29:58.806Z] Removing intermediate container 05233a77c776 [2021-02-04T10:29:58.806Z] ---> 43e8bfaa9b40 [2021-02-04T10:29:58.806Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:29:58.806Z] ---> Running in 1d49e1d56c11 [2021-02-04T10:29:58.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:58.806Z] ---> Running in a74687e57644 [2021-02-04T10:29:59.077Z] ---> Running in 8d08d0541cf6 [2021-02-04T10:29:59.078Z] Removing intermediate container 1d49e1d56c11 [2021-02-04T10:29:59.078Z] ---> 9d97cb0b82f9 [2021-02-04T10:29:59.078Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:29:59.346Z] Removing intermediate container a74687e57644 [2021-02-04T10:29:59.346Z] ---> 0ddb722009de [2021-02-04T10:29:59.346Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:29:59.346Z] ---> Running in f35a4e495068 [2021-02-04T10:29:59.346Z] Removing intermediate container 8d08d0541cf6 [2021-02-04T10:29:59.346Z] ---> 36067fda43a8 [2021-02-04T10:29:59.346Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T10:29:59.346Z] Removing intermediate container 9d104e1ab003 [2021-02-04T10:29:59.346Z] ---> 21b8fb4f93c6 [2021-02-04T10:29:59.346Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:29:59.346Z] ---> Running in 7061f40ead75 [2021-02-04T10:29:59.610Z] ---> Running in d63b2835617f [2021-02-04T10:29:59.610Z] ---> Running in d121bfbe152d [2021-02-04T10:29:59.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:29:59.610Z] Removing intermediate container f35a4e495068 [2021-02-04T10:29:59.610Z] ---> 315ad787de8e [2021-02-04T10:29:59.610Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:29:59.874Z] ---> Running in f51dacaef096 [2021-02-04T10:29:59.874Z] Removing intermediate container 7061f40ead75 [2021-02-04T10:29:59.874Z] ---> 84ea53209542 [2021-02-04T10:29:59.874Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:29:59.874Z] Removing intermediate container d63b2835617f [2021-02-04T10:29:59.874Z] ---> bbf95abfa740 [2021-02-04T10:29:59.874Z] Step 20/21 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:29:59.874Z] Removing intermediate container d121bfbe152d [2021-02-04T10:29:59.874Z] ---> 7ec32b1467b6 [2021-02-04T10:29:59.874Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:30:00.136Z] ---> Running in 0fc11e04a3bd [2021-02-04T10:30:00.136Z] ---> Running in 895726a3f689 [2021-02-04T10:30:00.136Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:30:00.136Z] Removing intermediate container f51dacaef096 [2021-02-04T10:30:00.136Z] ---> c7ac505171e3 [2021-02-04T10:30:00.136Z] Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:30:00.136Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:30:00.399Z] ---> Running in f5fa4297017e [2021-02-04T10:30:00.399Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:30:00.399Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:30:00.399Z] Removing intermediate container 0fc11e04a3bd [2021-02-04T10:30:00.399Z] ---> 4325fd1be127 [2021-02-04T10:30:00.399Z] Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:30:00.399Z] ---> 2f7b0638f862 [2021-02-04T10:30:00.399Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:30:00.663Z] Removing intermediate container 895726a3f689 [2021-02-04T10:30:00.663Z] ---> 62696071aa50 [2021-02-04T10:30:00.663Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:30:00.663Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:30:00.663Z] ---> Running in b06084fd4fe2 [2021-02-04T10:30:00.663Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:30:00.663Z] ---> Running in 119ef47b4038 [2021-02-04T10:30:00.663Z] ---> Running in 41f4445fbf8f [2021-02-04T10:30:00.663Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:30:00.663Z] Removing intermediate container f5fa4297017e [2021-02-04T10:30:00.663Z] ---> fed9ff9c6324 [2021-02-04T10:30:00.663Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:30:00.663Z] OK: 8 MiB in 20 packages [2021-02-04T10:30:01.249Z] ---> Running in b5a36502be69 [2021-02-04T10:30:01.249Z] Removing intermediate container 41f4445fbf8f [2021-02-04T10:30:01.249Z] ---> 6a7bfd07a791 [2021-02-04T10:30:01.249Z] [2021-02-04T10:30:01.249Z] Removing intermediate container b06084fd4fe2 [2021-02-04T10:30:01.249Z] ---> 0d7ff0925994 [2021-02-04T10:30:01.249Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:30:01.515Z] ---> Running in f97834d27a1c [2021-02-04T10:30:01.515Z] Removing intermediate container b5a36502be69 [2021-02-04T10:30:01.515Z] ---> 223d718821b5 [2021-02-04T10:30:01.515Z] [2021-02-04T10:30:01.785Z] Successfully built 6a7bfd07a791 [2021-02-04T10:30:01.785Z] Successfully built 223d718821b5 [2021-02-04T10:30:01.785Z] Removing intermediate container ca9ef7462cff [2021-02-04T10:30:01.785Z] ---> 9356af8fbfcc [2021-02-04T10:30:01.785Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:30:01.785Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T10:30:01.785Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:30:01.785Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-notifications-go:latest [2021-02-04T10:30:01.785Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-04T10:30:01.785Z] Removing intermediate container f97834d27a1c [2021-02-04T10:30:01.785Z] ---> fcab2a40bd28 [2021-02-04T10:30:01.785Z] [2021-02-04T10:30:02.765Z] Successfully built fcab2a40bd28 [2021-02-04T10:30:02.765Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T10:30:02.765Z] Building docker-core-metadata-go [2021-02-04T10:30:02.765Z]  Building docker-support-scheduler-go ... done  ---> 196cc9c7c029 [2021-02-04T10:30:02.765Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:30:02.765Z] Removing intermediate container 119ef47b4038 [2021-02-04T10:30:02.765Z] ---> f5f863bb13be [2021-02-04T10:30:02.765Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:30:02.819Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:30:02.819Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:30:02.819Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:30:03.350Z] ---> d222a2a0a21d [2021-02-04T10:30:03.350Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:30:03.939Z] ---> 031147d8a69e [2021-02-04T10:30:03.939Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:30:04.887Z] ---> 2983c118ac81 [2021-02-04T10:30:04.887Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:30:06.825Z] ---> 60615db04904 [2021-02-04T10:30:06.825Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:30:08.775Z] ---> Running in 14947eab596c [2021-02-04T10:30:08.775Z] ---> 92ee16fe4567 [2021-02-04T10:30:08.775Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:30:09.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.395s coverage: 46.0% of statements [2021-02-04T10:30:09.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:30:09.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:30:09.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:30:09.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:30:09.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:30:09.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:30:09.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:30:09.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.160s coverage: 100.0% of statements [2021-02-04T10:30:11.366Z] Removing intermediate container 14947eab596c [2021-02-04T10:30:11.366Z] ---> cb7f0079bb83 [2021-02-04T10:30:11.366Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:30:11.366Z] ---> 86e160c37e8a [2021-02-04T10:30:11.366Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:30:11.366Z] ---> Running in f646bdc671cd [2021-02-04T10:30:11.648Z] Removing intermediate container f646bdc671cd [2021-02-04T10:30:11.648Z] ---> 03b3471cd2f7 [2021-02-04T10:30:11.648Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:30:11.922Z] ---> 16c6bcd2f4dc [2021-02-04T10:30:11.922Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:30:11.922Z] ---> Running in e74d3d233640 [2021-02-04T10:30:12.500Z] ---> Running in 0ad93ad52404 [2021-02-04T10:30:12.500Z] Removing intermediate container e74d3d233640 [2021-02-04T10:30:12.500Z] ---> d534eb77db98 [2021-02-04T10:30:12.500Z] Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:30:12.500Z] ---> Running in f03596e3ebc3 [2021-02-04T10:30:12.770Z] Removing intermediate container 0ad93ad52404 [2021-02-04T10:30:12.770Z] ---> 6575e436a862 [2021-02-04T10:30:12.770Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:30:15.764Z] Removing intermediate container f03596e3ebc3 [2021-02-04T10:30:15.764Z] ---> f319644fbf5d [2021-02-04T10:30:15.764Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:30:16.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.585s coverage: 27.1% of statements [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:30:16.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.105s coverage: 100.0% of statements [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:30:16.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:30:16.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.215s coverage: 65.8% of statements [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:30:16.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:30:16.360Z] ---> e5ff18497c48 [2021-02-04T10:30:16.360Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:30:16.360Z] ---> Running in 1f516badaebe [2021-02-04T10:30:17.338Z] ---> Running in 0929ccde288c [2021-02-04T10:30:18.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.682s coverage: 82.3% of statements [2021-02-04T10:30:18.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:30:18.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:30:18.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:30:18.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:30:18.968Z] Removing intermediate container 1f516badaebe [2021-02-04T10:30:18.968Z] ---> 07d3f4a592db [2021-02-04T10:30:18.968Z] [2021-02-04T10:30:19.580Z] Successfully built 07d3f4a592db [2021-02-04T10:30:19.854Z] Successfully tagged docker-core-data-go:latest [2021-02-04T10:30:19.854Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-02-04T10:30:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.229s coverage: 28.6% of statements [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:30:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:30:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:30:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:30:25.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements [2021-02-04T10:30:25.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:30:25.441Z] Removing intermediate container 0929ccde288c [2021-02-04T10:30:25.441Z] ---> aa168196d325 [2021-02-04T10:30:25.441Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:30:26.033Z] ---> Running in 964bf62c806e [2021-02-04T10:30:27.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements [2021-02-04T10:30:27.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:30:27.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:30:27.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:30:27.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:30:27.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:27.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:27.449Z] ---> cf4432fd0703 [2021-02-04T10:30:27.449Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:30:27.449Z] ---> Using cache [2021-02-04T10:30:27.449Z] ---> ad270e843bc4 [2021-02-04T10:30:27.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:27.449Z] Removing intermediate container 964bf62c806e [2021-02-04T10:30:27.449Z] ---> bcedf069fb56 [2021-02-04T10:30:27.449Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:30:27.449Z] ---> Using cache [2021-02-04T10:30:27.449Z] ---> 89a19825412a [2021-02-04T10:30:27.449Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:30:27.725Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:27.725Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:27.725Z] ---> cf4432fd0703 [2021-02-04T10:30:27.725Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:30:27.725Z] ---> Using cache [2021-02-04T10:30:27.725Z] ---> ad270e843bc4 [2021-02-04T10:30:27.725Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:27.725Z] ---> Using cache [2021-02-04T10:30:27.725Z] ---> 89a19825412a [2021-02-04T10:30:27.725Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:30:27.990Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:27.990Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:27.990Z] ---> cf4432fd0703 [2021-02-04T10:30:27.990Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:30:27.990Z] ---> Using cache [2021-02-04T10:30:27.990Z] ---> ad270e843bc4 [2021-02-04T10:30:27.990Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:27.990Z] ---> Using cache [2021-02-04T10:30:27.990Z] ---> 89a19825412a [2021-02-04T10:30:27.990Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:30:28.947Z] ---> Running in d643f69979f2 [2021-02-04T10:30:28.947Z] ---> Running in c2495ff8856a [2021-02-04T10:30:28.947Z] ---> Running in 7305dff1307a [2021-02-04T10:30:28.947Z] ---> Running in 4d297ca7f793 [2021-02-04T10:30:29.900Z] Removing intermediate container 7305dff1307a [2021-02-04T10:30:29.900Z] ---> 7ebcb0a96944 [2021-02-04T10:30:29.900Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T10:30:30.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:30.188Z] ---> Running in c7e6d9f988a4 [2021-02-04T10:30:31.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:31.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:31.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:31.437Z] Removing intermediate container c7e6d9f988a4 [2021-02-04T10:30:31.437Z] ---> 4167c2af375a [2021-02-04T10:30:31.437Z] Step 30/31 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:30:31.710Z] OK: 233 MiB in 51 packages [2021-02-04T10:30:31.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:31.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:30:32.263Z] ---> Running in 8151867a3aa4 [2021-02-04T10:30:32.534Z] OK: 233 MiB in 51 packages [2021-02-04T10:30:32.803Z] OK: 233 MiB in 51 packages [2021-02-04T10:30:33.389Z] Removing intermediate container 8151867a3aa4 [2021-02-04T10:30:33.389Z] ---> 06cb29cff738 [2021-02-04T10:30:33.389Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:30:33.662Z] Removing intermediate container d643f69979f2 [2021-02-04T10:30:33.662Z] ---> e7e30bf5b53d [2021-02-04T10:30:33.662Z] Step 6/26 : COPY go.mod . [2021-02-04T10:30:33.662Z] ---> Running in 531faeac8353 [2021-02-04T10:30:35.068Z] ---> 830017f44cad [2021-02-04T10:30:35.068Z] Step 7/26 : RUN go mod download [2021-02-04T10:30:35.336Z] Removing intermediate container 531faeac8353 [2021-02-04T10:30:35.336Z] ---> 7fcd6c21fd82 [2021-02-04T10:30:35.336Z] [2021-02-04T10:30:35.336Z] Removing intermediate container c2495ff8856a [2021-02-04T10:30:35.336Z] ---> 56647b65ad08 [2021-02-04T10:30:35.336Z] Step 6/23 : COPY go.mod . [2021-02-04T10:30:35.336Z] Removing intermediate container 4d297ca7f793 [2021-02-04T10:30:35.336Z] ---> a23242335ae9 [2021-02-04T10:30:35.336Z] Step 6/24 : COPY go.mod . [2021-02-04T10:30:35.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.277s coverage: 92.8% of statements [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:30:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:30:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.271s coverage: 0.1% of statements [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:30:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:30:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 45.5% of statements [2021-02-04T10:30:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.136s coverage: 79.5% of statements [2021-02-04T10:30:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-02-04T10:30:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-02-04T10:30:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-02-04T10:30:35.924Z] ---> Running in 1c028313c71f [2021-02-04T10:30:35.925Z] Successfully built 7fcd6c21fd82 [2021-02-04T10:30:35.925Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T10:30:36.522Z]  Building docker-security-bootstrapper-go ... done  ---> 8ae9662b5422 [2021-02-04T10:30:36.522Z] Step 7/23 : RUN go mod download [2021-02-04T10:30:36.788Z] ---> c0cf88d7006a [2021-02-04T10:30:36.788Z] Step 7/24 : RUN go mod download [2021-02-04T10:30:36.788Z] ---> Running in 4ea86d3fce4c [2021-02-04T10:30:37.800Z] ---> Running in ea8ce778dc2c [2021-02-04T10:30:39.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:30:39.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:30:39.276Z] ---> cf4432fd0703 [2021-02-04T10:30:39.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:30:39.276Z] ---> Using cache [2021-02-04T10:30:39.276Z] ---> ad270e843bc4 [2021-02-04T10:30:39.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:30:39.276Z] ---> Using cache [2021-02-04T10:30:39.276Z] ---> 89a19825412a [2021-02-04T10:30:39.276Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:30:39.276Z] ---> Using cache [2021-02-04T10:30:39.276Z] ---> a23242335ae9 [2021-02-04T10:30:39.276Z] Step 6/23 : COPY go.mod . [2021-02-04T10:30:39.276Z] ---> Using cache [2021-02-04T10:30:39.276Z] ---> c0cf88d7006a [2021-02-04T10:30:39.276Z] Step 7/23 : RUN go mod download [2021-02-04T10:30:39.870Z] ---> Running in d406bba1ab63 [2021-02-04T10:30:40.457Z] Removing intermediate container 4ea86d3fce4c [2021-02-04T10:30:40.457Z] ---> cd1c626ee30d [2021-02-04T10:30:40.457Z] Step 8/23 : COPY . . [2021-02-04T10:30:40.457Z] Removing intermediate container 1c028313c71f [2021-02-04T10:30:40.457Z] ---> 6ce69c4bc2d4 [2021-02-04T10:30:40.457Z] Step 8/26 : COPY . . [2021-02-04T10:30:40.739Z] Removing intermediate container ea8ce778dc2c [2021-02-04T10:30:40.739Z] ---> b22fb261c218 [2021-02-04T10:30:40.739Z] Step 8/24 : COPY . . [2021-02-04T10:30:47.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-02-04T10:30:47.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements [2021-02-04T10:30:49.047Z] Removing intermediate container d406bba1ab63 [2021-02-04T10:30:49.048Z] ---> 309e2bab1a87 [2021-02-04T10:30:49.048Z] Step 8/23 : COPY . . [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.122s coverage: 92.9% of statements [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.486s coverage: 63.5% of statements [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:31:01.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-02-04T10:31:01.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-04T10:31:01.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-04T10:31:01.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.791s coverage: 68.9% of statements [2021-02-04T10:31:01.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:31:01.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:31:01.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:31:01.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:31:01.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:31:02.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 37.0% of statements [2021-02-04T10:31:02.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:31:02.156Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:31:03.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.697s coverage: 84.0% of statements [2021-02-04T10:31:04.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.129s coverage: 100.0% of statements [2021-02-04T10:31:10.924Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements [2021-02-04T10:31:10.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:31:10.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:31:10.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:31:10.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:31:10.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.222s coverage: 90.4% of statements [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:31:10.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:31:12.380Z] ---> 0f769134c9f8 [2021-02-04T10:31:12.380Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:31:12.380Z] ---> Running in 8422fa094aac [2021-02-04T10:31:12.380Z] ---> 8f4c5e69f8e0 [2021-02-04T10:31:12.380Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:31:12.380Z] ---> a55bfb653327 [2021-02-04T10:31:12.380Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:31:12.380Z] ---> Running in b5e5e4e83f84 [2021-02-04T10:31:12.380Z] ---> Running in c5a97f5a218c [2021-02-04T10:31:15.305Z] 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-04T10:31:15.305Z] 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-04T10:31:15.305Z] 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-04T10:31:15.588Z] ---> 969933e6b2b7 [2021-02-04T10:31:15.588Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:31:15.857Z] ---> Running in 10e6a2bb5c1e [2021-02-04T10:31:17.284Z] 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-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.979s coverage: 29.1% of statements [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.146s coverage: 100.0% of statements [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.159s coverage: 100.0% of statements [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:31:19.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-02-04T10:31:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-04T10:31:19.269Z] GO111MODULE=on go vet ./... [2021-02-04T10:31:39.392Z] 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-04T10:31:43.700Z] Removing intermediate container c5a97f5a218c [2021-02-04T10:31:43.700Z] ---> 16c2e6faaa8c [2021-02-04T10:31:43.700Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:31:43.700Z] ---> Running in 3b81ecfa1cf3 [2021-02-04T10:31:43.969Z] 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-04T10:31:45.370Z] Removing intermediate container 8422fa094aac [2021-02-04T10:31:45.370Z] ---> 8700aee6b9ed [2021-02-04T10:31:45.370Z] [2021-02-04T10:31:45.370Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:31:45.370Z] ---> 389fef711851 [2021-02-04T10:31:45.370Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:31:45.639Z] ---> Running in b5e8aeb0b0a7 [2021-02-04T10:31:46.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:46.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:46.870Z] Removing intermediate container 3b81ecfa1cf3 [2021-02-04T10:31:46.870Z] ---> f9413981c3f2 [2021-02-04T10:31:46.870Z] [2021-02-04T10:31:46.870Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:31:46.870Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:31:46.870Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:31:46.870Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:31:46.870Z] 20.10.0: Pulling from library/docker [2021-02-04T10:31:46.870Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:31:46.870Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:31:46.870Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:31:47.459Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:31:47.459Z] OK: 7 MiB in 19 packages [2021-02-04T10:31:51.713Z] Removing intermediate container 10e6a2bb5c1e [2021-02-04T10:31:51.713Z] ---> 0d336acbe21b [2021-02-04T10:31:51.713Z] [2021-02-04T10:31:51.713Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:31:51.713Z] ---> 389fef711851 [2021-02-04T10:31:51.713Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:31:51.713Z] ---> Using cache [2021-02-04T10:31:51.713Z] ---> ebce5d14aeee [2021-02-04T10:31:51.713Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:31:51.713Z] ---> Using cache [2021-02-04T10:31:51.713Z] ---> 891f709a9cfa [2021-02-04T10:31:51.713Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:31:51.713Z] Removing intermediate container b5e5e4e83f84 [2021-02-04T10:31:51.713Z] ---> dd72c8c9a58a [2021-02-04T10:31:51.713Z] [2021-02-04T10:31:51.713Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:31:51.713Z] ---> 389fef711851 [2021-02-04T10:31:51.713Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:31:51.713Z] ---> Using cache [2021-02-04T10:31:51.713Z] ---> ebce5d14aeee [2021-02-04T10:31:51.713Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:31:51.713Z] ---> Using cache [2021-02-04T10:31:51.713Z] ---> 891f709a9cfa [2021-02-04T10:31:51.713Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:31:51.713Z] ---> Running in acc32f8466c0 [2021-02-04T10:31:51.713Z] ---> Running in 2baee4930949 [2021-02-04T10:31:51.713Z] Removing intermediate container b5e8aeb0b0a7 [2021-02-04T10:31:51.713Z] ---> b3f41c5f1626 [2021-02-04T10:31:51.713Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:31:51.713Z] ---> Running in f98f16971735 [2021-02-04T10:31:51.983Z] Removing intermediate container 2baee4930949 [2021-02-04T10:31:51.983Z] ---> 19ac43fb8472 [2021-02-04T10:31:51.983Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:31:51.983Z] Removing intermediate container acc32f8466c0 [2021-02-04T10:31:51.983Z] ---> b814fc9f0554 [2021-02-04T10:31:51.983Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:31:51.983Z] ---> Running in 4dae7afe981b [2021-02-04T10:31:51.983Z] Removing intermediate container f98f16971735 [2021-02-04T10:31:52.250Z] ---> f6962b59f4ed [2021-02-04T10:31:52.250Z] Step 13/24 : WORKDIR / [2021-02-04T10:31:52.250Z] ---> Running in 52e5b3367e36 [2021-02-04T10:31:52.250Z] ---> Running in 2f649846722b [2021-02-04T10:31:52.516Z] Removing intermediate container 4dae7afe981b [2021-02-04T10:31:52.516Z] ---> 0e99a3c20c94 [2021-02-04T10:31:52.516Z] Step 15/23 : WORKDIR / [2021-02-04T10:31:52.786Z] Removing intermediate container 52e5b3367e36 [2021-02-04T10:31:52.786Z] ---> a11769409801 [2021-02-04T10:31:52.786Z] Step 15/23 : WORKDIR / [2021-02-04T10:31:52.786Z] ---> Running in 8fe74f56ac3a [2021-02-04T10:31:52.786Z] Removing intermediate container 2f649846722b [2021-02-04T10:31:52.786Z] ---> fde5c8a59f76 [2021-02-04T10:31:52.786Z] 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-04T10:31:52.786Z] ---> Running in b31c64e47ad9 [2021-02-04T10:31:53.374Z] Removing intermediate container 8fe74f56ac3a [2021-02-04T10:31:53.374Z] ---> 7ea6082e0bd9 [2021-02-04T10:31:53.374Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:31:53.374Z] Removing intermediate container b31c64e47ad9 [2021-02-04T10:31:53.374Z] ---> cf0208a4c271 [2021-02-04T10:31:53.374Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:31:53.374Z] ---> b76c4950621f [2021-02-04T10:31:53.374Z] 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-04T10:31:53.652Z] ---> ff1c8fca75ad [2021-02-04T10:31:53.652Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:31:53.652Z] ---> 0ae943e0e8c0 [2021-02-04T10:31:53.653Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:31:53.653Z] ---> b0e50464b72c [2021-02-04T10:31:53.653Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:31:56.984Z] ---> 8a482ff20576 [2021-02-04T10:31:56.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:31:56.984Z] ---> 3a6952a442cc [2021-02-04T10:31:56.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:31:56.984Z] ---> d0ae347caea6 [2021-02-04T10:31:56.984Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:31:56.984Z] ---> fecf2c9773f3 [2021-02-04T10:31:56.984Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:31:56.984Z] ---> 753019a87d6c [2021-02-04T10:31:56.984Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:31:56.984Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:31:56.984Z] ---> Running in b1fa61f99614 [2021-02-04T10:31:56.984Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:31:56.984Z] ---> aefe523efa57 [2021-02-04T10:31:56.984Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:31:56.984Z] ---> Running in aea3620b0e32 [2021-02-04T10:31:56.984Z] ---> b6cc6e91858f [2021-02-04T10:31:56.985Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:31:56.985Z] ---> Running in 32eaa24304d4 [2021-02-04T10:31:57.558Z] Removing intermediate container b1fa61f99614 [2021-02-04T10:31:57.558Z] ---> ad9102cedcb6 [2021-02-04T10:31:57.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:31:57.558Z] Removing intermediate container aea3620b0e32 [2021-02-04T10:31:57.558Z] ---> 7b6cde546d2b [2021-02-04T10:31:57.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:31:57.558Z] ---> Running in f5d49dbc140a [2021-02-04T10:31:58.133Z] ---> Running in b7bce347e1da [2021-02-04T10:31:58.133Z] ---> e7a87bbc0ee8 [2021-02-04T10:31:58.133Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:31:58.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:58.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:31:58.133Z] Removing intermediate container f5d49dbc140a [2021-02-04T10:31:58.133Z] ---> 4e8898b2d882 [2021-02-04T10:31:58.133Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:31:58.396Z] ---> Running in d8e2be99cc9e [2021-02-04T10:31:58.396Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:31:58.396Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:31:58.396Z] Removing intermediate container b7bce347e1da [2021-02-04T10:31:58.396Z] ---> cb5e5e6517f5 [2021-02-04T10:31:58.396Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:31:58.396Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:31:58.396Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:31:58.396Z] OK: 12 MiB in 22 packages [2021-02-04T10:31:58.659Z] ---> d12b757eb5f1 [2021-02-04T10:31:58.659Z] 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-04T10:31:58.659Z] ---> Running in 841b772d9e33 [2021-02-04T10:31:58.659Z] Removing intermediate container d8e2be99cc9e [2021-02-04T10:31:58.659Z] ---> 8e81746769dd [2021-02-04T10:31:58.659Z] Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:31:58.933Z] ---> Running in 67b35bb9e0b6 [2021-02-04T10:31:58.933Z] ---> Running in eb8a779d92a1 [2021-02-04T10:31:58.933Z] Removing intermediate container 841b772d9e33 [2021-02-04T10:31:58.933Z] ---> e482241eb357 [2021-02-04T10:31:58.933Z] Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:31:59.205Z] ---> Running in c451350bc820 [2021-02-04T10:31:59.471Z] Removing intermediate container eb8a779d92a1 [2021-02-04T10:31:59.471Z] ---> 83d13a3d280d [2021-02-04T10:31:59.471Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:31:59.471Z] Removing intermediate container 32eaa24304d4 [2021-02-04T10:31:59.471Z] ---> 224c279a1594 [2021-02-04T10:31:59.471Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:31:59.471Z] ---> Running in d73258d8a678 [2021-02-04T10:31:59.471Z] Removing intermediate container c451350bc820 [2021-02-04T10:31:59.471Z] ---> 19d719323196 [2021-02-04T10:31:59.471Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:31:59.734Z] ---> Running in 931b049cf6ee [2021-02-04T10:31:59.734Z] ---> Running in d3bc768f7cee [2021-02-04T10:31:59.734Z] Removing intermediate container d73258d8a678 [2021-02-04T10:31:59.734Z] ---> 524e0394d792 [2021-02-04T10:31:59.734Z] [2021-02-04T10:31:59.999Z] Removing intermediate container 931b049cf6ee [2021-02-04T10:31:59.999Z] ---> 152536339906 [2021-02-04T10:31:59.999Z] [2021-02-04T10:31:59.999Z] Removing intermediate container d3bc768f7cee [2021-02-04T10:31:59.999Z] ---> a3aa6d0a585c [2021-02-04T10:31:59.999Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:31:59.999Z] Successfully built 524e0394d792 [2021-02-04T10:31:59.999Z] Successfully built 152536339906 [2021-02-04T10:32:00.260Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T10:32:00.260Z]  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest [2021-02-04T10:32:00.260Z]  Building docker-core-command-go ... done  ---> Running in 82dab4641077 [2021-02-04T10:32:00.531Z] Removing intermediate container 67b35bb9e0b6 [2021-02-04T10:32:00.531Z] ---> f154a3f58845 [2021-02-04T10:32:00.531Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:32:00.531Z] Removing intermediate container 82dab4641077 [2021-02-04T10:32:00.531Z] ---> 022c1b98a57c [2021-02-04T10:32:00.531Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:32:00.531Z] ---> Running in bed35cc2f4d4 [2021-02-04T10:32:00.531Z] ---> Running in 84e143496101 [2021-02-04T10:32:00.803Z] Removing intermediate container bed35cc2f4d4 [2021-02-04T10:32:00.803Z] ---> ee0e45e8ee7e [2021-02-04T10:32:00.803Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T10:32:00.803Z] Removing intermediate container 84e143496101 [2021-02-04T10:32:00.803Z] ---> d7c8e7bc37cf [2021-02-04T10:32:00.803Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:32:00.803Z] ---> Running in 9f67e7255405 [2021-02-04T10:32:01.409Z] Removing intermediate container 9f67e7255405 [2021-02-04T10:32:01.409Z] ---> c45298ace884 [2021-02-04T10:32:01.409Z] Step 23/24 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:32:01.409Z] ---> Running in bfe4ecd90233 [2021-02-04T10:32:01.409Z] ---> 51050d0981cf [2021-02-04T10:32:01.409Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:32:01.687Z] Removing intermediate container bfe4ecd90233 [2021-02-04T10:32:01.687Z] ---> 52b8770a1367 [2021-02-04T10:32:01.687Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:32:01.687Z] ---> Running in 2f0f88085097 [2021-02-04T10:32:01.954Z] Removing intermediate container 2f0f88085097 [2021-02-04T10:32:01.954Z] ---> 924e9d4ad71c [2021-02-04T10:32:01.954Z] [2021-02-04T10:32:01.954Z] ---> 0694354a4fbc [2021-02-04T10:32:01.954Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:32:02.220Z] Successfully built 924e9d4ad71c [2021-02-04T10:32:02.220Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T10:32:03.166Z]  Building docker-security-secretstore-setup-go ... done  ---> 66afe99131a3 [2021-02-04T10:32:03.166Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:32:03.166Z] ---> Running in 400fa48ba0ef [2021-02-04T10:32:03.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:03.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:04.000Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:32:04.000Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:32:04.000Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:32:04.000Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:32:04.000Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:32:04.000Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:32:04.000Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:32:04.947Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:32:04.947Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:32:04.947Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:32:04.947Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:32:04.947Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:32:04.947Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:32:04.947Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:32:04.947Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:32:04.947Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:32:04.947Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:32:05.210Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:32:05.210Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:32:05.210Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:32:05.210Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:32:05.210Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:32:05.210Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:32:05.473Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:32:05.473Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:32:05.473Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:32:05.473Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:32:05.473Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:32:05.473Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:32:05.473Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:32:05.473Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:32:05.473Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:32:05.473Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:32:05.473Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:05.473Z] OK: 71 MiB in 55 packages [2021-02-04T10:32:13.634Z] Removing intermediate container 400fa48ba0ef [2021-02-04T10:32:13.634Z] ---> f6fa5e371fc2 [2021-02-04T10:32:13.634Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:32:13.900Z] ---> Running in 5443fb4b22b7 [2021-02-04T10:32:15.823Z] Collecting docker-compose==1.23.2 [2021-02-04T10:32:15.824Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:32:15.824Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:32:15.824Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:32:15.824Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:32:15.824Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:32:16.086Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:32:16.086Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:32:16.659Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:32:16.659Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:32:16.920Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:32:16.920Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:32:17.182Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:32:17.182Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:32:18.125Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:32:18.388Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:32:18.388Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:32:18.388Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:32:18.960Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:32:18.960Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:32:19.532Z] 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-04T10:32:19.532Z] 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-04T10:32:19.532Z] 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-04T10:32:19.532Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:32:19.532Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:32:19.796Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:32:19.796Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:32:19.796Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:32:19.796Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:32:20.062Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:32:20.062Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:32:20.062Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:32:20.062Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:32:20.062Z] Installing collected packages: jsonschema, cached-property, texttable, urllib3, idna, requests, websocket-client, PyYAML, docker-pycreds, docker, docopt, dockerpty, docker-compose [2021-02-04T10:32:20.325Z] Running setup.py install for texttable: started [2021-02-04T10:32:20.587Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:32:20.587Z] Attempting uninstall: urllib3 [2021-02-04T10:32:20.858Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:32:20.859Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:32:20.859Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:32:20.859Z] Attempting uninstall: idna [2021-02-04T10:32:20.859Z] Found existing installation: idna 2.9 [2021-02-04T10:32:20.859Z] Uninstalling idna-2.9: [2021-02-04T10:32:21.142Z] Successfully uninstalled idna-2.9 [2021-02-04T10:32:21.142Z] Attempting uninstall: requests [2021-02-04T10:32:21.142Z] Found existing installation: requests 2.23.0 [2021-02-04T10:32:21.142Z] Uninstalling requests-2.23.0: [2021-02-04T10:32:21.142Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:32:21.418Z] Running setup.py install for PyYAML: started [2021-02-04T10:32:21.999Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:32:22.262Z] Running setup.py install for docopt: started [2021-02-04T10:32:22.836Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:32:22.836Z] Running setup.py install for dockerpty: started [2021-02-04T10:32:23.410Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:32:23.672Z] 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-04T10:32:26.985Z] Removing intermediate container 5443fb4b22b7 [2021-02-04T10:32:26.985Z] ---> 68c1efe471ef [2021-02-04T10:32:26.985Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:32:27.247Z] ---> Running in b0280089ca09 [2021-02-04T10:32:27.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:27.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:32:28.092Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:32:28.092Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:32:28.092Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:32:28.092Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:32:28.092Z] OK: 72 MiB in 58 packages [2021-02-04T10:32:28.667Z] Removing intermediate container b0280089ca09 [2021-02-04T10:32:28.667Z] ---> 7923eafcc274 [2021-02-04T10:32:28.667Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:32:28.667Z] ---> Running in 6864049044f2 [2021-02-04T10:32:28.929Z] Removing intermediate container 6864049044f2 [2021-02-04T10:32:28.929Z] ---> 7651f45043ff [2021-02-04T10:32:28.929Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:32:28.929Z] ---> Running in 4dc062cbedaa [2021-02-04T10:32:29.192Z] Removing intermediate container 4dc062cbedaa [2021-02-04T10:32:29.192Z] ---> 797485333671 [2021-02-04T10:32:29.192Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T10:32:29.192Z] ---> Running in b0130a631562 [2021-02-04T10:32:29.454Z] Removing intermediate container b0130a631562 [2021-02-04T10:32:29.454Z] ---> f45cf54c45fc [2021-02-04T10:32:29.454Z] Step 25/26 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:32:29.455Z] ---> Running in d509482a6fcd [2021-02-04T10:32:29.716Z] Removing intermediate container d509482a6fcd [2021-02-04T10:32:29.716Z] ---> 988546566651 [2021-02-04T10:32:29.716Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:32:29.716Z] ---> Running in 5a0ecb40328d [2021-02-04T10:32:29.980Z] Removing intermediate container 5a0ecb40328d [2021-02-04T10:32:29.980Z] ---> d25afe59584b [2021-02-04T10:32:29.980Z] [2021-02-04T10:32:29.980Z] Successfully built d25afe59584b [2021-02-04T10:32:29.980Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T10:32:30.567Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:32:30.577Z] $ docker stop --time=1 f2d8e2b79e2d47b58cd14f831f7beb79955f5fffc81826c148b7bf1f88a87838 [2021-02-04T10:32:32.240Z] $ docker rm -f f2d8e2b79e2d47b58cd14f831f7beb79955f5fffc81826c148b7bf1f88a87838 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:32:33.634Z] + docker images [2021-02-04T10:32:33.634Z] + grep docker [2021-02-04T10:32:34.210Z] docker-sys-mgmt-agent-go latest d25afe59584b 4 seconds ago 313MB [2021-02-04T10:32:34.210Z] docker-security-secretstore-setup-go latest 924e9d4ad71c 32 seconds ago 24.6MB [2021-02-04T10:32:34.210Z] docker-core-metadata-go latest 524e0394d792 34 seconds ago 18.8MB [2021-02-04T10:32:34.210Z] docker-core-command-go latest 152536339906 34 seconds ago 16.9MB [2021-02-04T10:32:34.210Z] docker-security-bootstrapper-go latest 7fcd6c21fd82 About a minute ago 23.8MB [2021-02-04T10:32:34.210Z] docker-core-data-go latest 07d3f4a592db 2 minutes ago 22.3MB [2021-02-04T10:32:34.210Z] docker-support-scheduler-go latest fcab2a40bd28 2 minutes ago 17MB [2021-02-04T10:32:34.210Z] docker-support-notifications-go latest 223d718821b5 2 minutes ago 17.5MB [2021-02-04T10:32:34.210Z] docker-security-proxy-setup-go latest 6a7bfd07a791 2 minutes ago 24.4MB [2021-02-04T10:32:34.210Z] 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-04T10:32:41.122Z] gofmt -l . [2021-02-04T10:32:41.122Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:32:41.122Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:32:41.122Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:32:41.784Z] + ls -al . [2021-02-04T10:32:41.784Z] total 712 [2021-02-04T10:32:41.784Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 10:32 . [2021-02-04T10:32:41.784Z] drwxr-xr-x 4 root root 4096 Feb 4 10:28 .. [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:26 .dockerignore [2021-02-04T10:32:41.784Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 .git [2021-02-04T10:32:41.784Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 10:26 .github [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:26 .gitignore [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:26 .sonarcloud.properties [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:26 Attribution.txt [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:26 CONTRIBUTING.md [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:26 Dockerfile.build [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:26 Jenkinsfile [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:26 LICENSE [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:26 Makefile [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:26 README.md [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:26 SECURITY.md [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:23 VERSION [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:26 ZMQWindows.md [2021-02-04T10:32:41.784Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 10:26 bin [2021-02-04T10:32:41.784Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:26 cmd [2021-02-04T10:32:41.784Z] -rw-r--r-- 1 root root 580808 Feb 4 10:31 coverage.out [2021-02-04T10:32:41.784Z] -rw-r--r-- 1 root root 1054 Feb 4 10:32 go.mod [2021-02-04T10:32:41.784Z] -rw-r--r-- 1 root root 19399 Feb 4 10:32 go.sum [2021-02-04T10:32:41.784Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:26 internal [2021-02-04T10:32:41.784Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 openapi [2021-02-04T10:32:41.784Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:26 snap [2021-02-04T10:32:41.784Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:26 version.go [Pipeline] sh [2021-02-04T10:32:42.448Z] + '[' -e coverage.out ] [2021-02-04T10:32:42.448Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:32:42.473Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T10:32:43.737Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:32:44.439Z] + make build [2021-02-04T10:32:44.439Z] 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-04T10:32:50.570Z] Still waiting to schedule task [2021-02-04T10:32:50.570Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-24958’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-24964’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24963’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ [2021-02-04T10:32:54.793Z] 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-04T10:33:21.629Z] 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-04T10:33:22.612Z] 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-04T10:33:28.018Z] 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-04T10:33:28.998Z] 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-04T10:33:33.322Z] 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-04T10:33:38.736Z] 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-04T10:33:42.133Z] 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-04T10:33:46.435Z] 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-04T10:33:50.740Z] 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-04T10:33:54.121Z] 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-04T10:33:57.545Z] 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-04T10:34:03.004Z] $ docker stop --time=1 f82e010cb0feccddc2736dc3a53a0b36d9708be9459f8cd2d1d951fb4bcc7dc2 [2021-02-04T10:34:05.431Z] $ docker rm -f f82e010cb0feccddc2736dc3a53a0b36d9708be9459f8cd2d1d951fb4bcc7dc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:07.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:34:07.795Z] [2021-02-04T10:34:07.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:08.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:34:08.250Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T10:34:08.250Z] 29e5d40040c1: Pulling fs layer [2021-02-04T10:34:08.250Z] 1ce36da41761: Pulling fs layer [2021-02-04T10:34:08.250Z] 25b303627fd3: Pulling fs layer [2021-02-04T10:34:08.526Z] 29e5d40040c1: Download complete [2021-02-04T10:34:09.124Z] 29e5d40040c1: Pull complete [2021-02-04T10:34:09.397Z] 1ce36da41761: Verifying Checksum [2021-02-04T10:34:09.397Z] 1ce36da41761: Download complete [2021-02-04T10:34:10.831Z] 1ce36da41761: Pull complete [2021-02-04T10:34:10.831Z] 25b303627fd3: Verifying Checksum [2021-02-04T10:34:10.831Z] 25b303627fd3: Download complete [2021-02-04T10:34:20.995Z] 25b303627fd3: Pull complete [2021-02-04T10:34:20.995Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T10:34:20.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:34:20.995Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T10:34:21.262Z] prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container [2021-02-04T10:34:21.370Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T10:34:24.249Z] $ docker top 8eac5ec6e4c429db0d6e77d8767ce8d0a5c07c04fc3e8bd5e16907456aba6037 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:34:25.327Z] + docker-compose build --help [2021-02-04T10:34:25.327Z] + grep parallel [2021-02-04T10:34:28.694Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:34:29.007Z] $ docker stop --time=1 8eac5ec6e4c429db0d6e77d8767ce8d0a5c07c04fc3e8bd5e16907456aba6037 [2021-02-04T10:34:30.885Z] $ docker rm -f 8eac5ec6e4c429db0d6e77d8767ce8d0a5c07c04fc3e8bd5e16907456aba6037 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:34:31.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T10:34:31.809Z] . [Pipeline] withDockerContainer [2021-02-04T10:34:32.038Z] prd-ubuntu18.04-docker-arm64-4c-16g-24960 does not seem to be running inside a container [2021-02-04T10:34:32.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T10:34:33.387Z] $ docker top 0ea0cff36f9a8db77ff85b8eb58000f1e9bfdec8cdaf5fded21383a092f2a564 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:34:34.411Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:34:37.807Z] Building docker-core-command-go ... [2021-02-04T10:34:37.807Z] Building docker-core-data-go ... [2021-02-04T10:34:37.807Z] Building docker-core-metadata-go ... [2021-02-04T10:34:37.807Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:34:37.807Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:34:37.807Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:34:37.807Z] Building docker-support-notifications-go ... [2021-02-04T10:34:37.807Z] Building docker-support-scheduler-go ... [2021-02-04T10:34:37.807Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:34:37.807Z] Building docker-core-command-go [2021-02-04T10:34:37.807Z] Building docker-security-proxy-setup-go [2021-02-04T10:34:37.807Z] Building docker-security-secretstore-setup-go [2021-02-04T10:34:37.807Z] Building docker-support-notifications-go [2021-02-04T10:34:37.807Z] Building docker-core-metadata-go [2021-02-04T10:34:39.486Z] Running on prd-ubuntu18.04-docker-8c-8g-24966 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-04T10:34:39.593Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-04T10:34:41.825Z] using credential edgex-jenkins-ssh [2021-02-04T10:34:41.930Z] Cloning the remote Git repository [2021-02-04T10:34:41.959Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:42.021Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-04T10:34:42.053Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:42.053Z] > git --version # timeout=10 [2021-02-04T10:34:42.061Z] > git --version # 'git version 2.17.1' [2021-02-04T10:34:42.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:42.085Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:34:56.867Z] Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:34:56.988Z] Merge succeeded, producing 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:34:56.988Z] Checking out Revision 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a (PR-3113) [2021-02-04T10:34:56.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:34:56.304Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:34:56.316Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:34:56.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:34:56.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:56.340Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:34:56.880Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:34:56.884Z] > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 [2021-02-04T10:34:56.962Z] > git remote # timeout=10 [2021-02-04T10:34:56.968Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:34:56.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:34:56.977Z] > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 [2021-02-04T10:34:56.986Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:34:56.993Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:34:56.997Z] > git checkout -f 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 [2021-02-04T10:35:00.670Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:35:01.969Z] + echo snap-build.sh [2021-02-04T10:35:01.969Z] snap-build.sh [2021-02-04T10:35:01.970Z] + SNAP_BASE_DIR=. [2021-02-04T10:35:01.970Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-02-04T10:35:01.970Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-02-04T10:35:01.970Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-02-04T10:35:01.970Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-02-04T10:35:01.970Z] + cd /w/workspace/edgex-go/6 [2021-02-04T10:35:01.970Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T10:35:01.970Z] Reading package lists... [2021-02-04T10:35:02.243Z] Building dependency tree... [2021-02-04T10:35:02.243Z] Reading state information... [2021-02-04T10:35:02.243Z] The following packages were automatically installed and are no longer required: [2021-02-04T10:35:02.243Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T10:35:02.243Z] uidmap xdelta3 [2021-02-04T10:35:02.243Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T10:35:02.243Z] The following packages will be REMOVED: [2021-02-04T10:35:02.243Z] lxd* lxd-client* [2021-02-04T10:35:02.823Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T10:35:02.823Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T10:35:03.619Z] (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-04T10:35:03.619Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:35:04.565Z] Removing lxd dnsmasq configuration [2021-02-04T10:35:04.565Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:35:04.827Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T10:35:05.771Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T10:35:06.033Z] (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-04T10:35:06.033Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T10:35:07.422Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T10:35:07.422Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T10:35:08.819Z] + sudo snap remove --purge lxd [2021-02-04T10:35:08.819Z] snap "lxd" is not installed [2021-02-04T10:35:08.819Z] + sudo groupadd --force --system lxd [2021-02-04T10:35:08.819Z] ++ whoami [2021-02-04T10:35:08.819Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T10:35:08.819Z] + newgrp - lxd [2021-02-04T10:35:08.819Z] + sudo snap install lxd [2021-02-04T10:35:18.864Z] 2021-02-04T10:35:15Z INFO Waiting for automatic snapd restart... [2021-02-04T10:35:33.812Z] lxd 4.10 from Canonical* installed [2021-02-04T10:35:33.812Z] + sudo lxd init --auto [2021-02-04T10:35:41.957Z] + sudo snap install --classic snapcraft [2021-02-04T10:35:46.175Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T10:35:46.175Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T10:35:46.175Z] + patch --verbose -p1 [2021-02-04T10:35:46.175Z] Hmm... Looks like a unified diff to me... [2021-02-04T10:35:46.175Z] The text leading up to this was: [2021-02-04T10:35:46.175Z] -------------------------- [2021-02-04T10:35:46.175Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T10:35:46.175Z] |From: Tony Espy [2021-02-04T10:35:46.175Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T10:35:46.175Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T10:35:46.175Z] | [2021-02-04T10:35:46.175Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T10:35:46.175Z] |optimize the snap CI check run for pull requests. When [2021-02-04T10:35:46.175Z] |applied, it essentially strips out everything (apps and [2021-02-04T10:35:46.175Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T10:35:46.175Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T10:35:46.175Z] |catch changes to edgex-go that break the snap build. [2021-02-04T10:35:46.175Z] | [2021-02-04T10:35:46.175Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T10:35:46.175Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T10:35:46.175Z] |resulting in a failed snap build CI check in the associated [2021-02-04T10:35:46.175Z] |pull request. [2021-02-04T10:35:46.175Z] | [2021-02-04T10:35:46.175Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T10:35:46.175Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T10:35:46.175Z] |need to build the finally binary .snap file (and it won't [2021-02-04T10:35:46.175Z] |work with the patch applied). This further reduces the build [2021-02-04T10:35:46.175Z] |time. [2021-02-04T10:35:46.175Z] |--- [2021-02-04T10:35:46.175Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T10:35:46.175Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T10:35:46.175Z] | [2021-02-04T10:35:46.175Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T10:35:46.175Z] |index 1e537489..faf42425 100644 [2021-02-04T10:35:46.175Z] |--- a/snap/snapcraft.yaml [2021-02-04T10:35:46.175Z] |+++ b/snap/snapcraft.yaml [2021-02-04T10:35:46.175Z] -------------------------- [2021-02-04T10:35:46.175Z] patching file snap/snapcraft.yaml [2021-02-04T10:35:46.175Z] Using Plan A... [2021-02-04T10:35:46.175Z] Hunk #1 succeeded at 73. [2021-02-04T10:35:46.175Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T10:35:46.175Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T10:35:46.175Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T10:35:46.175Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T10:35:46.175Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T10:35:46.175Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T10:35:46.175Z] Hunk #8 succeeded at 342. [2021-02-04T10:35:46.175Z] Hmm... Ignoring the trailing garbage. [2021-02-04T10:35:46.175Z] done [2021-02-04T10:35:46.175Z] + sudo snapcraft prime --use-lxd [2021-02-04T10:35:47.562Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T10:35:47.562Z] 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-04T10:35:47.562Z] - README.md [2021-02-04T10:35:47.562Z] - snapcraft.yaml.orig [2021-02-04T10:35:47.562Z] [2021-02-04T10:35:47.562Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T10:35:48.506Z] Launching a container. [2021-02-04T10:35:59.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:59.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:59.598Z] ---> b0fee6cb06ba [2021-02-04T10:35:59.598Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:35:59.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:59.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:59.598Z] ---> b0fee6cb06ba [2021-02-04T10:35:59.598Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:35:59.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:59.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:59.598Z] ---> b0fee6cb06ba [2021-02-04T10:35:59.598Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:35:59.598Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:59.598Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:59.598Z] ---> b0fee6cb06ba [2021-02-04T10:35:59.598Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:35:59.598Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:35:59.598Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:35:59.598Z] ---> b0fee6cb06ba [2021-02-04T10:35:59.598Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:35:59.598Z] ---> Running in f301a43c4ba5 [2021-02-04T10:35:59.598Z] ---> Running in 2248f04266d1 [2021-02-04T10:35:59.598Z] ---> Running in 87615144136b [2021-02-04T10:35:59.598Z] ---> Running in 5285182b4df8 [2021-02-04T10:35:59.598Z] ---> Running in de2f93dbb07e [2021-02-04T10:35:59.598Z] Removing intermediate container f301a43c4ba5 [2021-02-04T10:35:59.598Z] ---> 98ca32962d5b [2021-02-04T10:35:59.598Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:59.598Z] Removing intermediate container de2f93dbb07e [2021-02-04T10:35:59.598Z] ---> 46affcf90182 [2021-02-04T10:35:59.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:59.598Z] Removing intermediate container 87615144136b [2021-02-04T10:35:59.598Z] ---> 27b3997cd101 [2021-02-04T10:35:59.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:59.598Z] Removing intermediate container 5285182b4df8 [2021-02-04T10:35:59.598Z] ---> b1a285914e40 [2021-02-04T10:35:59.598Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:59.598Z] Removing intermediate container 2248f04266d1 [2021-02-04T10:35:59.598Z] ---> f22ece96ca30 [2021-02-04T10:35:59.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:35:59.598Z] ---> Running in 2872d4723e1c [2021-02-04T10:35:59.598Z] ---> Running in c3ccb74ce21e [2021-02-04T10:35:59.598Z] ---> Running in d8e8ff3df7e2 [2021-02-04T10:35:59.598Z] ---> Running in 532f30db3cd9 [2021-02-04T10:35:59.598Z] ---> Running in 0825724f7ebc [2021-02-04T10:35:59.598Z] Removing intermediate container c3ccb74ce21e [2021-02-04T10:35:59.598Z] ---> e35dfcca1203 [2021-02-04T10:35:59.598Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:35:59.598Z] ---> Running in 718c573b360e [2021-02-04T10:35:59.598Z] Removing intermediate container d8e8ff3df7e2 [2021-02-04T10:35:59.598Z] ---> f3179602485f [2021-02-04T10:35:59.598Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:35:59.598Z] ---> Running in a82fa13112e4 [2021-02-04T10:35:59.598Z] Removing intermediate container 0825724f7ebc [2021-02-04T10:35:59.598Z] ---> a6823aba7990 [2021-02-04T10:35:59.598Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:35:59.598Z] Removing intermediate container 2872d4723e1c [2021-02-04T10:35:59.598Z] ---> 2c067f1895b1 [2021-02-04T10:35:59.598Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:35:59.598Z] Removing intermediate container 532f30db3cd9 [2021-02-04T10:35:59.598Z] ---> cf86c490c34f [2021-02-04T10:35:59.598Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:35:59.598Z] ---> Running in bbdc15121bb2 [2021-02-04T10:35:59.598Z] ---> Running in 808e8d45af8d [2021-02-04T10:35:59.598Z] ---> Running in ad8e64cc740f [2021-02-04T10:36:00.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:00.756Z] Waiting for container to be ready [2021-02-04T10:36:00.756Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T10:36:00.756Z] [2021-02-04T10:36:00.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:01.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:01.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:01.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:01.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:02.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:02.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:02.293Z] OK: 217 MiB in 51 packages [2021-02-04T10:36:02.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:02.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:36:03.163Z] OK: 217 MiB in 51 packages [2021-02-04T10:36:03.308Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T10:36:03.569Z] Waiting for network to be ready... [2021-02-04T10:36:03.799Z] Removing intermediate container 718c573b360e [2021-02-04T10:36:03.799Z] ---> c91aa3f26258 [2021-02-04T10:36:03.799Z] Step 6/22 : COPY go.mod . [2021-02-04T10:36:03.799Z] OK: 217 MiB in 51 packages [2021-02-04T10:36:03.799Z] OK: 217 MiB in 51 packages [2021-02-04T10:36:03.799Z] OK: 217 MiB in 51 packages [2021-02-04T10:36:04.149Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T10:36:04.149Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T10:36:04.149Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T10:36:04.149Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T10:36:04.149Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T10:36:04.149Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T10:36:04.149Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T10:36:04.149Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T10:36:04.411Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T10:36:04.411Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T10:36:04.717Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T10:36:04.717Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T10:36:04.795Z] Removing intermediate container a82fa13112e4 [2021-02-04T10:36:04.795Z] ---> 675b2dd999b5 [2021-02-04T10:36:04.795Z] Step 6/24 : COPY go.mod . [2021-02-04T10:36:04.795Z] ---> c1ad004d9bac [2021-02-04T10:36:04.795Z] Step 7/22 : RUN go mod download [2021-02-04T10:36:04.979Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T10:36:04.979Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T10:36:04.979Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T10:36:04.979Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T10:36:04.979Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T10:36:04.979Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T10:36:05.072Z] ---> Running in ba96ca0f5943 [2021-02-04T10:36:05.350Z] Removing intermediate container ad8e64cc740f [2021-02-04T10:36:05.350Z] ---> 00b7f0ce4acf [2021-02-04T10:36:05.350Z] Step 6/21 : COPY go.mod . [2021-02-04T10:36:05.633Z] Removing intermediate container bbdc15121bb2 [2021-02-04T10:36:05.633Z] ---> 84d3b51983ee [2021-02-04T10:36:05.633Z] Step 6/23 : COPY go.mod . [2021-02-04T10:36:05.909Z] Removing intermediate container 808e8d45af8d [2021-02-04T10:36:05.909Z] ---> 6ba908cb4f29 [2021-02-04T10:36:05.909Z] Step 6/23 : COPY go.mod . [2021-02-04T10:36:05.909Z] ---> 52d41939161f [2021-02-04T10:36:05.909Z] Step 7/24 : RUN go mod download [2021-02-04T10:36:05.920Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T10:36:06.181Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T10:36:06.181Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T10:36:06.181Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T10:36:06.181Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T10:36:06.181Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T10:36:06.181Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T10:36:06.181Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T10:36:06.182Z] ---> Running in aef7b4b1c454 [2021-02-04T10:36:06.443Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T10:36:06.785Z] ---> e396957efda1 [2021-02-04T10:36:06.785Z] Step 7/21 : RUN go mod download [2021-02-04T10:36:07.065Z] ---> Running in b546cbba0986 [2021-02-04T10:36:07.065Z] ---> 15adfbcf28bf [2021-02-04T10:36:07.065Z] ---> 17439dc79127 [2021-02-04T10:36:07.065Z] Step 7/23 : RUN go mod download [2021-02-04T10:36:07.065Z] Step 7/23 : RUN go mod download [2021-02-04T10:36:07.344Z] ---> Running in e790d4d5cdd5 [2021-02-04T10:36:07.344Z] ---> Running in eae792a49541 [2021-02-04T10:36:08.997Z] Fetched 23.9 MB in 5s (5241 kB/s) [2021-02-04T10:36:09.325Z] Removing intermediate container ba96ca0f5943 [2021-02-04T10:36:09.325Z] ---> b3696a8a35fa [2021-02-04T10:36:09.325Z] Step 8/22 : COPY . . [2021-02-04T10:36:09.569Z] Reading package lists... [2021-02-04T10:36:09.569Z] Reading package lists... [2021-02-04T10:36:09.836Z] Building dependency tree... [2021-02-04T10:36:09.836Z] Reading state information... [2021-02-04T10:36:09.836Z] The following additional packages will be installed: [2021-02-04T10:36:09.836Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T10:36:09.836Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T10:36:09.836Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T10:36:09.836Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T10:36:09.836Z] Suggested packages: [2021-02-04T10:36:09.836Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T10:36:09.836Z] Recommended packages: [2021-02-04T10:36:09.836Z] gnupg libsasl2-modules [2021-02-04T10:36:09.836Z] The following NEW packages will be installed: [2021-02-04T10:36:09.836Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T10:36:09.836Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T10:36:09.836Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T10:36:09.836Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T10:36:09.836Z] The following packages will be upgraded: [2021-02-04T10:36:09.836Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T10:36:10.098Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T10:36:10.098Z] Need to get 3533 kB of archives. [2021-02-04T10:36:10.098Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T10:36:10.098Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T10:36:10.098Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T10:36:10.358Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T10:36:10.768Z] Removing intermediate container aef7b4b1c454 [2021-02-04T10:36:10.768Z] ---> 3bfafc468bed [2021-02-04T10:36:10.768Z] Step 8/24 : COPY . . [2021-02-04T10:36:10.933Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T10:36:10.933Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T10:36:10.933Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T10:36:10.933Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T10:36:10.933Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T10:36:10.933Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T10:36:10.933Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T10:36:10.933Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T10:36:10.933Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T10:36:10.933Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T10:36:10.933Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T10:36:10.933Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T10:36:10.933Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T10:36:10.933Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T10:36:11.193Z] Get:18 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-04T10:36:11.193Z] Get:19 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-04T10:36:11.193Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T10:36:11.193Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T10:36:11.193Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T10:36:11.453Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:11.453Z] Fetched 3533 kB in 1s (2553 kB/s) [2021-02-04T10:36:11.453Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T10:36:11.453Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:11.714Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:11.983Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T10:36:12.214Z] Removing intermediate container b546cbba0986 [2021-02-04T10:36:12.214Z] ---> eb3d9cf2d1d7 [2021-02-04T10:36:12.214Z] Step 8/21 : COPY . . [2021-02-04T10:36:12.244Z] Selecting previously unselected package udev. [2021-02-04T10:36:12.244Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T10:36:12.244Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:12.244Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T10:36:12.505Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T10:36:12.505Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T10:36:12.505Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T10:36:12.505Z] Selecting previously unselected package fuse. [2021-02-04T10:36:12.505Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T10:36:12.505Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T10:36:12.767Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:12.767Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:12.767Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:12.767Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:12.813Z] Removing intermediate container eae792a49541 [2021-02-04T10:36:12.813Z] ---> 5289b55a83a5 [2021-02-04T10:36:12.813Z] Step 8/23 : COPY . . [2021-02-04T10:36:12.813Z] Removing intermediate container e790d4d5cdd5 [2021-02-04T10:36:12.813Z] ---> 0b998a5b027d [2021-02-04T10:36:12.813Z] Step 8/23 : COPY . . [2021-02-04T10:36:13.027Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:13.027Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:36:13.027Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T10:36:13.027Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T10:36:13.027Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T10:36:13.287Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T10:36:13.287Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:13.287Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:13.287Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T10:36:13.287Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:13.287Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:13.549Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T10:36:13.549Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:13.549Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:13.549Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T10:36:13.549Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:13.549Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:13.549Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T10:36:13.549Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:13.549Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:13.810Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T10:36:13.810Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:13.810Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:13.810Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T10:36:13.810Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:13.810Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.070Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T10:36:14.070Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.070Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.070Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T10:36:14.070Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T10:36:14.070Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.070Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T10:36:14.070Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T10:36:14.070Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:14.070Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T10:36:14.368Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T10:36:14.368Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:14.368Z] Selecting previously unselected package libldap-common. [2021-02-04T10:36:14.368Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T10:36:14.368Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:14.368Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T10:36:14.368Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T10:36:14.368Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:14.368Z] Selecting previously unselected package dirmngr. [2021-02-04T10:36:14.368Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:14.368Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:14.630Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:14.630Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:14.630Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T10:36:14.630Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:14.630Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T10:36:14.630Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:14.891Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:14.891Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T10:36:14.891Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:14.891Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T10:36:15.154Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T10:36:15.416Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.416Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T10:36:15.416Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T10:36:15.416Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:15.416Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.416Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.677Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.677Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.677Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.677Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.677Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T10:36:15.677Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T10:36:15.677Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T10:36:15.677Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:16.248Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T10:36:16.248Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T10:36:16.248Z] This means they are not meant to be enabled using systemctl. [2021-02-04T10:36:16.248Z] Possible reasons for having this kind of units are: [2021-02-04T10:36:16.248Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T10:36:16.248Z] .wants/ or .requires/ directory. [2021-02-04T10:36:16.248Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T10:36:16.248Z] a requirement dependency on it. [2021-02-04T10:36:16.248Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T10:36:16.248Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T10:36:16.248Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T10:36:16.248Z] instance name specified. [2021-02-04T10:36:16.508Z] Reading package lists... [2021-02-04T10:36:16.769Z] Building dependency tree... [2021-02-04T10:36:16.769Z] Reading state information... [2021-02-04T10:36:17.031Z] The following additional packages will be installed: [2021-02-04T10:36:17.031Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T10:36:17.031Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T10:36:17.031Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T10:36:17.031Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T10:36:17.031Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T10:36:17.031Z] Suggested packages: [2021-02-04T10:36:17.031Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T10:36:17.031Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T10:36:17.031Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T10:36:17.031Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T10:36:17.031Z] systemd-container policykit-1 [2021-02-04T10:36:17.031Z] Recommended packages: [2021-02-04T10:36:17.031Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T10:36:17.031Z] The following NEW packages will be installed: [2021-02-04T10:36:17.031Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T10:36:17.031Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T10:36:17.031Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T10:36:17.031Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T10:36:17.031Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T10:36:17.031Z] The following packages will be upgraded: [2021-02-04T10:36:17.031Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T10:36:17.293Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T10:36:17.293Z] Need to get 35.2 MB of archives. [2021-02-04T10:36:17.293Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T10:36:17.293Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T10:36:17.293Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T10:36:17.865Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T10:36:17.865Z] 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-04T10:36:18.127Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T10:36:18.127Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T10:36:18.127Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T10:36:18.127Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T10:36:18.127Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T10:36:18.127Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T10:36:18.127Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T10:36:18.127Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T10:36:18.127Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T10:36:18.127Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T10:36:18.127Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T10:36:18.127Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T10:36:18.127Z] 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-04T10:36:18.127Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T10:36:18.127Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T10:36:18.127Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T10:36:18.127Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T10:36:18.127Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T10:36:18.127Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T10:36:18.127Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T10:36:18.127Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T10:36:18.127Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T10:36:18.127Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T10:36:18.391Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T10:36:18.391Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T10:36:18.391Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T10:36:19.333Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:19.333Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-02-04T10:36:19.594Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:36:19.594Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:19.594Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:20.175Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:20.436Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:20.436Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T10:36:20.699Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:36:20.699Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T10:36:20.699Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T10:36:20.962Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T10:36:20.962Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T10:36:20.962Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T10:36:20.962Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T10:36:21.224Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T10:36:21.224Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T10:36:21.796Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T10:36:21.796Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T10:36:21.796Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T10:36:22.055Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T10:36:22.055Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T10:36:22.055Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:22.055Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:22.316Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T10:36:22.316Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T10:36:22.316Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T10:36:22.578Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T10:36:22.578Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:22.578Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:22.839Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T10:36:22.839Z] Checking for services that may need to be restarted...done. [2021-02-04T10:36:22.839Z] Checking for services that may need to be restarted...done. [2021-02-04T10:36:22.839Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:22.839Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T10:36:22.839Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:23.410Z] Selecting previously unselected package python3-minimal. [2021-02-04T10:36:23.410Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T10:36:23.410Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:36:23.410Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T10:36:23.410Z] Selecting previously unselected package mime-support. [2021-02-04T10:36:23.410Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T10:36:23.671Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T10:36:23.671Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T10:36:23.671Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T10:36:23.671Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T10:36:23.671Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T10:36:23.671Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:23.671Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:23.932Z] Selecting previously unselected package python3.6. [2021-02-04T10:36:23.932Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T10:36:23.932Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:23.932Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T10:36:23.932Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:36:24.205Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T10:36:24.205Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T10:36:24.465Z] Selecting previously unselected package python3. [2021-02-04T10:36:24.465Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T10:36:24.465Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T10:36:24.465Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T10:36:24.465Z] Selecting previously unselected package multiarch-support. [2021-02-04T10:36:24.465Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:24.465Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T10:36:24.465Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T10:36:24.465Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T10:36:24.725Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T10:36:24.725Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T10:36:24.725Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T10:36:24.725Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T10:36:24.725Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T10:36:24.725Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T10:36:24.725Z] Selecting previously unselected package sudo. [2021-02-04T10:36:24.725Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:24.725Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T10:36:24.983Z] Selecting previously unselected package apparmor. [2021-02-04T10:36:24.983Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T10:36:24.983Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T10:36:25.244Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T10:36:25.244Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T10:36:25.244Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T10:36:25.244Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T10:36:25.244Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:25.244Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:25.244Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T10:36:25.244Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:25.505Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:25.505Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T10:36:25.505Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T10:36:25.505Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T10:36:25.505Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T10:36:25.505Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:25.505Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:25.763Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T10:36:25.763Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:25.763Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:25.763Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T10:36:25.763Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T10:36:25.763Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T10:36:26.023Z] Selecting previously unselected package openssh-client. [2021-02-04T10:36:26.023Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T10:36:26.023Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T10:36:26.023Z] Selecting previously unselected package squashfs-tools. [2021-02-04T10:36:26.023Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T10:36:26.023Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T10:36:26.284Z] Selecting previously unselected package snapd. [2021-02-04T10:36:26.284Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T10:36:26.284Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T10:36:28.198Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T10:36:28.463Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T10:36:28.463Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T10:36:28.730Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T10:36:28.730Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T10:36:28.730Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:28.730Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:28.730Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T10:36:28.730Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T10:36:29.671Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T10:36:29.671Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T10:36:29.671Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T10:36:29.671Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:29.671Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:29.671Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T10:36:30.241Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T10:36:30.241Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:30.241Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T10:36:30.241Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T10:36:30.241Z] running python rtupdate hooks for python3.6... [2021-02-04T10:36:30.241Z] running python post-rtupdate hooks for python3.6... [2021-02-04T10:36:30.502Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T10:36:31.893Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T10:36:32.153Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T10:36:32.153Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T10:36:32.153Z] Setting up snapd (2.48+18.04) ... [2021-02-04T10:36:32.728Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T10:36:32.728Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T10:36:32.990Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T10:36:33.250Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T10:36:33.250Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T10:36:33.250Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T10:36:33.510Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T10:36:33.772Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T10:36:33.772Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T10:36:34.096Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T10:36:34.096Z] /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-04T10:36:35.630Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T10:36:35.630Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T10:36:35.895Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:36:35.895Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T10:36:35.895Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:36:36.731Z] Reading package lists... [2021-02-04T10:36:36.993Z] Reading package lists... [2021-02-04T10:36:37.253Z] Building dependency tree... [2021-02-04T10:36:37.253Z] Reading state information... [2021-02-04T10:36:37.514Z] Calculating upgrade... [2021-02-04T10:36:37.514Z] The following packages will be upgraded: [2021-02-04T10:36:37.514Z] advancecomp base-files bash binutils binutils-common [2021-02-04T10:36:37.514Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T10:36:37.514Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T10:36:37.514Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T10:36:37.514Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T10:36:37.514Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T10:36:37.514Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T10:36:37.514Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T10:36:37.514Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T10:36:37.514Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T10:36:37.514Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T10:36:37.514Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T10:36:37.514Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T10:36:37.514Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T10:36:37.514Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T10:36:37.776Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:36:37.776Z] Need to get 63.8 MB of archives. [2021-02-04T10:36:37.776Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T10:36:37.776Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T10:36:37.776Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T10:36:38.723Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T10:36:38.723Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T10:36:38.723Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T10:36:38.723Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T10:36:38.723Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T10:36:38.723Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T10:36:38.723Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T10:36:38.723Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T10:36:38.723Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-04T10:36:38.723Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T10:36:38.723Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T10:36:38.723Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T10:36:38.723Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T10:36:38.723Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T10:36:38.723Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T10:36:38.723Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T10:36:38.723Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T10:36:38.723Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T10:36:38.983Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T10:36:38.983Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T10:36:38.983Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T10:36:38.983Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T10:36:38.983Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T10:36:38.983Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T10:36:38.983Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T10:36:38.983Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T10:36:38.983Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T10:36:38.983Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T10:36:38.983Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T10:36:38.983Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T10:36:38.983Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T10:36:38.983Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T10:36:38.983Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T10:36:38.983Z] Get:36 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-04T10:36:38.983Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T10:36:38.983Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T10:36:38.983Z] Get:39 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-04T10:36:38.983Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T10:36:38.983Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T10:36:38.983Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T10:36:38.983Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T10:36:39.243Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T10:36:39.243Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T10:36:39.243Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T10:36:39.243Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T10:36:39.243Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T10:36:39.243Z] Get:49 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-04T10:36:39.243Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T10:36:39.243Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T10:36:39.243Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T10:36:39.243Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T10:36:39.243Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T10:36:39.243Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T10:36:39.243Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T10:36:39.243Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T10:36:39.243Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T10:36:39.243Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T10:36:39.243Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T10:36:39.243Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T10:36:39.243Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T10:36:39.243Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T10:36:39.509Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T10:36:39.509Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T10:36:39.509Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T10:36:39.509Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T10:36:39.509Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T10:36:39.509Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T10:36:39.509Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T10:36:39.509Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T10:36:39.509Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T10:36:39.509Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T10:36:39.509Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T10:36:39.509Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T10:36:39.509Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T10:36:39.509Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T10:36:39.509Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T10:36:39.509Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T10:36:39.509Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T10:36:39.774Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T10:36:39.774Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T10:36:39.774Z] Get:83 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-04T10:36:39.774Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T10:36:39.774Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T10:36:39.774Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T10:36:39.774Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T10:36:39.774Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T10:36:39.774Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T10:36:39.774Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T10:36:40.278Z] ---> 4edf3add1812 [2021-02-04T10:36:40.278Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:36:40.278Z] ---> 54a01c30f48c [2021-02-04T10:36:40.279Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:36:40.279Z] ---> e9b12474ebae [2021-02-04T10:36:40.279Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:36:40.279Z] ---> 3657321adba5 [2021-02-04T10:36:40.279Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:36:40.279Z] ---> 9333c5ef78a9 [2021-02-04T10:36:40.279Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:36:40.279Z] ---> Running in d9fe66820a7a [2021-02-04T10:36:40.279Z] ---> Running in 4d81bda6616a [2021-02-04T10:36:40.279Z] ---> Running in becc4c3dc049 [2021-02-04T10:36:40.279Z] ---> Running in 2714a0e10c93 [2021-02-04T10:36:40.279Z] ---> Running in 9f560706faf5 [2021-02-04T10:36:40.279Z] 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-04T10:36:40.279Z] 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-04T10:36:40.279Z] 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-04T10:36:40.279Z] 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-04T10:36:40.279Z] 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-04T10:36:40.347Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T10:36:40.608Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T10:36:40.870Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T10:36:40.870Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T10:36:41.130Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T10:36:41.130Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T10:36:41.130Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T10:36:41.130Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T10:36:41.130Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T10:36:41.390Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:36:41.390Z] Fetched 63.8 MB in 4s (17.8 MB/s) [2021-02-04T10:36:41.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:41.390Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:41.390Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:42.333Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:42.333Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:42.594Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T10:36:42.594Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T10:36:43.535Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:43.535Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:43.535Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:43.795Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:43.795Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:43.795Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:43.795Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:43.795Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:44.057Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:44.057Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:44.057Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:44.057Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:44.319Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:44.319Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:44.319Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:44.319Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:44.581Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:44.581Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T10:36:44.581Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:44.581Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:44.581Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:44.843Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:44.843Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:44.843Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:44.843Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T10:36:45.104Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T10:36:45.104Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:36:45.365Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:45.366Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:45.366Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:45.944Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T10:36:46.209Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T10:36:46.209Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T10:36:46.209Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T10:36:46.209Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T10:36:46.209Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T10:36:46.469Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T10:36:46.469Z] Installing new version of config file /etc/issue ... [2021-02-04T10:36:46.469Z] Installing new version of config file /etc/issue.net ... [2021-02-04T10:36:46.469Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T10:36:46.469Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T10:36:46.731Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T10:36:46.731Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T10:36:46.731Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T10:36:46.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:46.993Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T10:36:46.993Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T10:36:46.993Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T10:36:47.253Z] 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-04T10:36:47.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:47.253Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:47.253Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:47.253Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:47.515Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:47.516Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T10:36:47.516Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T10:36:47.516Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T10:36:47.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:47.777Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T10:36:47.777Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:36:48.038Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T10:36:48.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:48.038Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:48.038Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:48.298Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:48.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:48.298Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:48.298Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:48.560Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:48.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:48.560Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T10:36:48.560Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T10:36:48.820Z] Setting up grep (3.1-2build1) ... [2021-02-04T10:36:48.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:48.820Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T10:36:48.820Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T10:36:48.820Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T10:36:49.081Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:49.081Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:49.081Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:49.081Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:49.340Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:49.340Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:36:49.340Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:49.910Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:36:49.910Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:49.910Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T10:36:49.910Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:50.484Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T10:36:50.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:50.484Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T10:36:50.484Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T10:36:51.867Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:51.867Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T10:36:51.867Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T10:36:51.867Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T10:36:51.867Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T10:36:51.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:51.867Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T10:36:52.143Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T10:36:52.143Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T10:36:52.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:52.404Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:52.404Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:52.404Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:52.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:52.664Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:52.664Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:52.664Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:52.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:52.925Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:52.925Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:52.925Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:53.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:53.186Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:53.186Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:53.186Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:53.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:53.447Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:53.447Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:53.447Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:53.447Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:53.707Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:53.707Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:53.707Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T10:36:53.707Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:53.970Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:53.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:53.970Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:53.970Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:54.233Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:54.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:54.233Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:54.233Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:54.494Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:54.494Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:54.494Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:54.494Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:55.064Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:36:55.325Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T10:36:55.585Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T10:36:55.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:55.586Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T10:36:55.586Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T10:36:55.846Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:36:56.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T10:36:56.416Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T10:36:56.416Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T10:36:56.416Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T10:36:56.676Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:56.676Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T10:36:56.676Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T10:36:56.937Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T10:36:57.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:57.198Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T10:36:57.198Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T10:36:57.198Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T10:36:57.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:57.460Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T10:36:57.460Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T10:36:57.460Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T10:36:57.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:57.721Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:57.721Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:57.721Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:57.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:57.983Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:57.983Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:57.983Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:58.244Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:58.244Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T10:36:58.244Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:58.521Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:58.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:58.783Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T10:36:58.783Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T10:36:58.783Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T10:36:58.783Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T10:36:59.043Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:59.043Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:36:59.043Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:36:59.303Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:59.303Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T10:36:59.303Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T10:36:59.303Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T10:36:59.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:59.565Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T10:36:59.565Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T10:36:59.565Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T10:36:59.827Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:36:59.827Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T10:36:59.827Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T10:37:00.088Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T10:37:00.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:00.088Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T10:37:00.088Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T10:37:00.349Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T10:37:00.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:00.349Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T10:37:00.349Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T10:37:00.922Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T10:37:00.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:00.922Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T10:37:00.922Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T10:37:01.187Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T10:37:01.187Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:01.187Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T10:37:01.187Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T10:37:01.449Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T10:37:01.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:01.449Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T10:37:01.449Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T10:37:01.449Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T10:37:01.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:01.712Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T10:37:01.712Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T10:37:01.712Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T10:37:01.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:01.976Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T10:37:01.976Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T10:37:01.976Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T10:37:02.237Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:02.237Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T10:37:02.237Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T10:37:02.237Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T10:37:02.499Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T10:37:02.499Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T10:37:02.499Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T10:37:02.499Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T10:37:02.499Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T10:37:02.499Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T10:37:02.760Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T10:37:02.760Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T10:37:02.760Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T10:37:03.023Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T10:37:03.023Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T10:37:03.284Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T10:37:03.284Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T10:37:03.284Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T10:37:03.284Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T10:37:03.544Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T10:37:03.544Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T10:37:03.544Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T10:37:03.544Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T10:37:03.804Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T10:37:04.064Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T10:37:04.325Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T10:37:04.325Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T10:37:04.325Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T10:37:04.325Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T10:37:04.585Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T10:37:04.585Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T10:37:04.585Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T10:37:04.848Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T10:37:05.621Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T10:37:05.621Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T10:37:05.621Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T10:37:05.621Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T10:37:05.910Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:05.910Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:06.194Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:06.194Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:06.516Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:06.516Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:06.516Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T10:37:06.516Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T10:37:06.842Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:06.842Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:06.842Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:06.842Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:07.105Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:07.105Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:07.105Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:07.105Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:08.046Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:08.046Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:08.987Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:08.987Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:09.925Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:09.925Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:10.184Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:10.184Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:11.123Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T10:37:11.123Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T10:37:11.123Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:37:11.123Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:37:11.123Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T10:37:11.383Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:37:11.383Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T10:37:11.383Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T10:37:11.643Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T10:37:11.643Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T10:37:11.643Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:37:11.643Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:37:11.643Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T10:37:11.904Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T10:37:11.904Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T10:37:11.904Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T10:37:11.904Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:12.163Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T10:37:12.163Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:12.164Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:12.164Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:12.164Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T10:37:12.164Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T10:37:12.164Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T10:37:12.424Z] [2021-02-04T10:37:12.424Z] Current default time zone: 'Etc/UTC' [2021-02-04T10:37:12.424Z] Local time is now: Thu Feb 4 10:37:12 UTC 2021. [2021-02-04T10:37:12.424Z] Universal Time is now: Thu Feb 4 10:37:12 UTC 2021. [2021-02-04T10:37:12.424Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T10:37:12.424Z] [2021-02-04T10:37:12.424Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T10:37:12.424Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:12.424Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T10:37:12.424Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T10:37:12.424Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T10:37:12.424Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T10:37:12.685Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T10:37:12.685Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T10:37:12.685Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T10:37:12.685Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T10:37:12.685Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:12.685Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T10:37:12.944Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:12.944Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:12.944Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:12.944Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T10:37:12.944Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T10:37:12.944Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T10:37:12.944Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T10:37:12.944Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T10:37:13.204Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T10:37:13.204Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:37:13.204Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T10:37:15.114Z] Updating certificates in /etc/ssl/certs... [2021-02-04T10:37:15.687Z] 23 added, 27 removed; done. [2021-02-04T10:37:15.687Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T10:37:15.687Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T10:37:15.687Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T10:37:15.948Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T10:37:15.948Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T10:37:15.948Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:15.948Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:15.948Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:15.948Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:15.948Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:15.948Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:15.948Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:15.948Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T10:37:16.210Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:16.210Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:37:16.210Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T10:37:16.210Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T10:37:16.210Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:16.210Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T10:37:16.210Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:37:16.210Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T10:37:16.471Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T10:37:16.471Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:37:16.471Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T10:37:16.471Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T10:37:16.471Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T10:37:16.471Z] Updating certificates in /etc/ssl/certs... [2021-02-04T10:37:17.042Z] 0 added, 0 removed; done. [2021-02-04T10:37:17.042Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T10:37:17.042Z] done. [2021-02-04T10:37:17.611Z] Reading package lists... [2021-02-04T10:37:17.611Z] Building dependency tree... [2021-02-04T10:37:17.611Z] Reading state information... [2021-02-04T10:37:17.872Z] The following NEW packages will be installed: [2021-02-04T10:37:17.872Z] apt-transport-https [2021-02-04T10:37:17.872Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:37:17.872Z] Need to get 1696 B of archives. [2021-02-04T10:37:17.872Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T10:37:17.872Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T10:37:17.872Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:37:17.872Z] Fetched 1696 B in 0s (46.6 kB/s) [2021-02-04T10:37:17.872Z] Selecting previously unselected package apt-transport-https. [2021-02-04T10:37:17.872Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T10:37:17.872Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T10:37:17.872Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T10:37:18.132Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T10:37:18.395Z] Waiting for network to be ready... [2021-02-04T10:37:24.970Z] 2021-02-04T10:37:21Z INFO Waiting for automatic snapd restart... [2021-02-04T10:37:24.970Z] snapd 2.48.2 from Canonical* installed [2021-02-04T10:37:25.230Z] "snapd" switched to the "latest/stable" channel [2021-02-04T10:37:25.230Z] [2021-02-04T10:37:27.772Z] core18 20201210 from Canonical* installed [2021-02-04T10:37:28.033Z] "core18" switched to the "latest/stable" channel [2021-02-04T10:37:28.033Z] [2021-02-04T10:37:31.335Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T10:37:31.335Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T10:37:31.335Z] [2021-02-04T10:37:34.639Z] 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-04T10:37:34.639Z] - README.md [2021-02-04T10:37:34.639Z] - snapcraft.yaml.orig [2021-02-04T10:37:34.639Z] [2021-02-04T10:37:34.639Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T10:37:41.244Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:41.244Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T10:37:41.244Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:37:41.244Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:37:42.449Z] Reading package lists... [2021-02-04T10:37:42.710Z] 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-04T10:37:49.298Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:49.298Z] Reading package lists... [2021-02-04T10:37:49.298Z] Building dependency tree... [2021-02-04T10:37:49.298Z] Reading state information... [2021-02-04T10:37:49.298Z] Suggested packages: [2021-02-04T10:37:49.298Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T10:37:49.298Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T10:37:49.298Z] Recommended packages: [2021-02-04T10:37:49.298Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T10:37:49.298Z] The following NEW packages will be installed: [2021-02-04T10:37:49.298Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T10:37:49.298Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T10:37:49.298Z] pkg-config zip [2021-02-04T10:37:49.298Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T10:37:49.298Z] Need to get 7655 kB of archives. [2021-02-04T10:37:49.298Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T10:37:49.298Z] 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-04T10:37:49.298Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T10:37:49.298Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T10:37:49.298Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T10:37:49.298Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T10:37:49.298Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T10:37:49.298Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T10:37:49.298Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T10:37:49.559Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T10:37:49.559Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T10:37:49.559Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T10:37:49.821Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T10:37:49.821Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T10:37:49.821Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T10:37:49.821Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T10:37:50.084Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T10:37:50.084Z] Fetched 7655 kB in 1s (9553 kB/s) [2021-02-04T10:37:50.084Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T10:37:50.084Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T10:37:50.084Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T10:37:50.084Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T10:37:50.345Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T10:37:50.345Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T10:37:50.345Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T10:37:50.345Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T10:37:50.345Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T10:37:50.345Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T10:37:50.345Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T10:37:50.611Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T10:37:50.611Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T10:37:50.611Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T10:37:50.611Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T10:37:50.611Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T10:37:50.611Z] Selecting previously unselected package liberror-perl. [2021-02-04T10:37:50.611Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T10:37:50.611Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T10:37:50.611Z] Selecting previously unselected package git-man. [2021-02-04T10:37:50.611Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T10:37:50.611Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:50.873Z] Selecting previously unselected package git. [2021-02-04T10:37:50.873Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T10:37:50.873Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:51.819Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T10:37:51.819Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T10:37:51.819Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T10:37:51.819Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T10:37:51.819Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T10:37:51.819Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T10:37:51.819Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T10:37:51.819Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T10:37:51.819Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T10:37:52.086Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T10:37:52.086Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T10:37:52.086Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:52.086Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T10:37:52.086Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T10:37:52.086Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:52.353Z] Selecting previously unselected package pkg-config. [2021-02-04T10:37:52.353Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T10:37:52.353Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T10:37:52.353Z] Selecting previously unselected package zip. [2021-02-04T10:37:52.353Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T10:37:52.353Z] Unpacking zip (3.0-11build1) ... [2021-02-04T10:37:52.614Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T10:37:52.614Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:52.614Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T10:37:52.614Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T10:37:52.614Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T10:37:52.614Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T10:37:52.614Z] No schema files found: doing nothing. [2021-02-04T10:37:52.614Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T10:37:52.614Z] Setting up zip (3.0-11build1) ... [2021-02-04T10:37:52.614Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T10:37:52.875Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T10:37:52.875Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T10:37:52.875Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:52.875Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T10:37:52.875Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T10:37:52.875Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T10:37:52.875Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T10:37:59.463Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:37:59.463Z] git set to automatically installed. [2021-02-04T10:37:59.463Z] git-man set to automatically installed. [2021-02-04T10:37:59.463Z] libcurl3-gnutls set to automatically installed. [2021-02-04T10:37:59.463Z] liberror-perl set to automatically installed. [2021-02-04T10:37:59.463Z] libglib2.0-0 set to automatically installed. [2021-02-04T10:37:59.463Z] libnghttp2-14 set to automatically installed. [2021-02-04T10:37:59.463Z] libnorm1 set to automatically installed. [2021-02-04T10:37:59.463Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T10:37:59.463Z] libpsl5 set to automatically installed. [2021-02-04T10:37:59.463Z] librtmp1 set to automatically installed. [2021-02-04T10:37:59.463Z] libsodium23 set to automatically installed. [2021-02-04T10:37:59.463Z] libzmq3-dev set to automatically installed. [2021-02-04T10:37:59.463Z] libzmq5 set to automatically installed. [2021-02-04T10:37:59.463Z] pkg-config set to automatically installed. [2021-02-04T10:37:59.463Z] zip set to automatically installed. [2021-02-04T10:38:02.008Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T10:38:02.122Z] 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-04T10:38:02.123Z] 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-04T10:38:08.598Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T10:38:08.858Z] snap "core18" has no updates available [2021-02-04T10:38:09.817Z] Pulling config-common [2021-02-04T10:38:10.419Z] Pulling go-build-helper [2021-02-04T10:38:10.472Z] Removing intermediate container 4d81bda6616a [2021-02-04T10:38:10.472Z] ---> ddad1ae4c109 [2021-02-04T10:38:10.472Z] [2021-02-04T10:38:10.472Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:38:10.472Z] 3.12: Pulling from library/alpine [2021-02-04T10:38:11.478Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:38:11.478Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:38:11.478Z] ---> afeebe901d6b [2021-02-04T10:38:11.478Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:38:12.485Z] ---> Running in 5abfd3669979 [2021-02-04T10:38:14.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:14.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:15.046Z] Removing intermediate container becc4c3dc049 [2021-02-04T10:38:15.046Z] ---> 616bbb3847e7 [2021-02-04T10:38:15.046Z] [2021-02-04T10:38:15.046Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:38:15.046Z] ---> afeebe901d6b [2021-02-04T10:38:15.046Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:38:15.322Z] ---> Running in c82e98a3b8d7 [2021-02-04T10:38:15.322Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:38:15.600Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:38:15.601Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:38:15.601Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:38:15.601Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:15.601Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:15.601Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:38:15.880Z] OK: 7 MiB in 19 packages [2021-02-04T10:38:17.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:17.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:17.951Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:38:17.951Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:38:17.951Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:38:17.951Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:38:18.230Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:18.230Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:38:18.512Z] OK: 7 MiB in 18 packages [2021-02-04T10:38:18.791Z] Removing intermediate container 5abfd3669979 [2021-02-04T10:38:18.791Z] ---> 07b064343147 [2021-02-04T10:38:18.791Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:38:19.070Z] ---> Running in ef73e42c84c2 [2021-02-04T10:38:20.069Z] Removing intermediate container ef73e42c84c2 [2021-02-04T10:38:20.069Z] ---> 790f6e3a1131 [2021-02-04T10:38:20.069Z] Step 13/24 : WORKDIR / [2021-02-04T10:38:20.069Z] ---> Running in 92d121d475c7 [2021-02-04T10:38:21.088Z] Removing intermediate container c82e98a3b8d7 [2021-02-04T10:38:21.088Z] ---> e5b3ce9e39d0 [2021-02-04T10:38:21.088Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:38:21.088Z] Removing intermediate container 92d121d475c7 [2021-02-04T10:38:21.088Z] ---> fca264c42aea [2021-02-04T10:38:21.088Z] 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-04T10:38:21.364Z] ---> Running in 0c6a0572848a [2021-02-04T10:38:22.356Z] Removing intermediate container 0c6a0572848a [2021-02-04T10:38:22.356Z] ---> ebc8c2b4f1f5 [2021-02-04T10:38:22.356Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:38:22.356Z] ---> Running in 709a626885ca [2021-02-04T10:38:22.356Z] ---> ec713c2f3f73 [2021-02-04T10:38:22.356Z] 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-04T10:38:22.972Z] Removing intermediate container 709a626885ca [2021-02-04T10:38:22.972Z] ---> c7b7a19278c6 [2021-02-04T10:38:22.972Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:38:23.583Z] ---> c1a4d0ba340f [2021-02-04T10:38:23.583Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:38:24.586Z] ---> c2687f89ff73 [2021-02-04T10:38:24.586Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:38:25.024Z] ---> 88d855d26b49 [2021-02-04T10:38:25.025Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:38:27.208Z] ---> ed24ab705c0d [2021-02-04T10:38:27.208Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:38:27.869Z] ---> 727221f48af2 [2021-02-04T10:38:27.869Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:38:30.702Z] ---> 3a8695e41986 [2021-02-04T10:38:30.702Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:38:30.976Z] ---> Running in 540e140737db [2021-02-04T10:38:30.976Z] ---> 349103227aa6 [2021-02-04T10:38:30.976Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:38:32.393Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T10:38:32.394Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T10:38:32.394Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T10:38:32.394Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T10:38:32.394Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T10:38:32.394Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T10:38:32.394Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T10:38:32.394Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T10:38:32.394Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T10:38:32.394Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T10:38:32.394Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T10:38:32.394Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T10:38:32.394Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T10:38:32.394Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T10:38:32.394Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T10:38:32.394Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T10:38:32.394Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T10:38:32.394Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T10:38:32.394Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T10:38:32.394Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T10:38:32.394Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T10:38:32.394Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T10:38:32.394Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T10:38:32.394Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T10:38:32.394Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T10:38:32.394Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T10:38:32.394Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T10:38:32.394Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T10:38:32.394Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T10:38:32.394Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T10:38:32.394Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T10:38:32.394Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T10:38:32.394Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T10:38:32.394Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T10:38:32.394Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T10:38:32.394Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T10:38:32.394Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T10:38:32.394Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T10:38:32.394Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T10:38:32.394Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T10:38:32.394Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T10:38:32.394Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T10:38:32.394Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T10:38:32.394Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T10:38:32.394Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T10:38:32.394Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T10:38:32.394Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T10:38:32.394Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T10:38:32.394Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T10:38:32.394Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T10:38:32.394Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T10:38:32.394Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T10:38:32.394Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T10:38:32.394Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T10:38:32.394Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T10:38:32.394Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T10:38:32.394Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T10:38:32.394Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T10:38:32.394Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T10:38:32.394Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T10:38:32.394Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T10:38:32.394Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T10:38:32.394Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T10:38:32.394Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T10:38:32.408Z] Removing intermediate container 540e140737db [2021-02-04T10:38:32.408Z] ---> 0d41dd8a16eb [2021-02-04T10:38:32.408Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:38:32.408Z] Removing intermediate container 2714a0e10c93 [2021-02-04T10:38:32.408Z] ---> 9c2511a675b1 [2021-02-04T10:38:32.408Z] [2021-02-04T10:38:32.408Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:38:32.408Z] ---> afeebe901d6b [2021-02-04T10:38:32.408Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:38:32.683Z] Removing intermediate container d9fe66820a7a [2021-02-04T10:38:32.683Z] ---> ddf58e76d1ad [2021-02-04T10:38:32.683Z] [2021-02-04T10:38:32.683Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:38:32.683Z] ---> afeebe901d6b [2021-02-04T10:38:32.683Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:38:32.683Z] ---> 4e945dce00d0 [2021-02-04T10:38:32.683Z] 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-04T10:38:32.683Z] ---> Running in 4c2dc1a82d78 [2021-02-04T10:38:32.683Z] ---> Running in ec499e327019 [2021-02-04T10:38:32.957Z] ---> Running in 266fd8a50c46 [2021-02-04T10:38:32.957Z] ---> Running in 6f9592513f38 [2021-02-04T10:38:33.229Z] Removing intermediate container 4c2dc1a82d78 [2021-02-04T10:38:33.229Z] ---> 2f09adcbd595 [2021-02-04T10:38:33.229Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T10:38:33.510Z] ---> Running in d985172d6765 [2021-02-04T10:38:34.955Z] Removing intermediate container d985172d6765 [2021-02-04T10:38:34.955Z] ---> 0ff60f084717 [2021-02-04T10:38:34.955Z] Step 20/21 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:38:34.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:35.203Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T10:38:35.203Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T10:38:35.203Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T10:38:35.203Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T10:38:35.203Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T10:38:35.203Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T10:38:35.203Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T10:38:35.203Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T10:38:35.203Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T10:38:35.203Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T10:38:35.203Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T10:38:35.203Z] Pulling static-packages [2021-02-04T10:38:35.231Z] ---> Running in c2be06158ddf [2021-02-04T10:38:35.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:35.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:35.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:36.107Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:36.107Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:36.107Z] OK: 5 MiB in 15 packages [2021-02-04T10:38:36.107Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:38:36.107Z] Removing intermediate container c2be06158ddf [2021-02-04T10:38:36.107Z] ---> f8a820fb50db [2021-02-04T10:38:36.107Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:38:36.146Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-04T10:38:36.147Z] Skipping pull go-build-helper (already ran) [2021-02-04T10:38:36.147Z] Skipping pull static-packages (already ran) [2021-02-04T10:38:36.147Z] Building go-build-helper [2021-02-04T10:38:36.391Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:36.391Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:36.391Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:38:36.674Z] OK: 6 MiB in 16 packages [2021-02-04T10:38:36.955Z] ---> Running in a25870b8e6c8 [2021-02-04T10:38:37.562Z] Removing intermediate container 6f9592513f38 [2021-02-04T10:38:37.562Z] ---> 141e2359e433 [2021-02-04T10:38:37.562Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:38:37.562Z] Removing intermediate container 9f560706faf5 [2021-02-04T10:38:37.562Z] ---> e98da73c7c33 [2021-02-04T10:38:37.562Z] [2021-02-04T10:38:37.562Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:38:37.562Z] ---> afeebe901d6b [2021-02-04T10:38:37.562Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:38:37.844Z] Removing intermediate container a25870b8e6c8 [2021-02-04T10:38:37.844Z] ---> 4ac89e07974d [2021-02-04T10:38:37.844Z] [2021-02-04T10:38:37.844Z] ---> Running in 573de3898fc5 [2021-02-04T10:38:37.844Z] ---> Running in dfbd1389e855 [2021-02-04T10:38:38.121Z] Removing intermediate container ec499e327019 [2021-02-04T10:38:38.121Z] ---> b874c06674f2 [2021-02-04T10:38:38.121Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:38:38.394Z] ---> Running in 7dbed738a194 [2021-02-04T10:38:38.394Z] Successfully built 4ac89e07974d [2021-02-04T10:38:38.394Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T10:38:38.394Z] Building docker-support-scheduler-go [2021-02-04T10:38:38.996Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dfbd1389e855 [2021-02-04T10:38:38.996Z] ---> a05a71de86ab [2021-02-04T10:38:38.996Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T10:38:38.996Z] ---> Running in cdc7d9ffeac4 [2021-02-04T10:38:39.271Z] Removing intermediate container 7dbed738a194 [2021-02-04T10:38:39.271Z] ---> 5089103950fa [2021-02-04T10:38:39.271Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:38:39.271Z] Removing intermediate container 266fd8a50c46 [2021-02-04T10:38:39.271Z] ---> 01a314f04154 [2021-02-04T10:38:39.271Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:38:39.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:39.544Z] ---> Running in b596036ca513 [2021-02-04T10:38:39.544Z] ---> Running in 9c42d905f7d1 [2021-02-04T10:38:39.818Z] Removing intermediate container cdc7d9ffeac4 [2021-02-04T10:38:39.818Z] ---> bd3c6e3a3c8b [2021-02-04T10:38:39.818Z] Step 23/24 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:38:39.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:38:40.353Z] Building static-packages [2021-02-04T10:38:40.431Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:38:40.431Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:38:40.431Z] ---> Running in 3958e1fd1b60 [2021-02-04T10:38:40.431Z] OK: 5 MiB in 15 packages [2021-02-04T10:38:40.706Z] Removing intermediate container b596036ca513 [2021-02-04T10:38:40.706Z] ---> f760448c32a3 [2021-02-04T10:38:40.706Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:38:40.706Z] Removing intermediate container 9c42d905f7d1 [2021-02-04T10:38:40.706Z] ---> 9ba59c47e654 [2021-02-04T10:38:40.706Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:38:41.307Z] ---> Running in 4733cfbf0057 [2021-02-04T10:38:41.307Z] ---> Running in 9924617e127e [2021-02-04T10:38:41.307Z] Removing intermediate container 3958e1fd1b60 [2021-02-04T10:38:41.307Z] ---> 65035cdc1d92 [2021-02-04T10:38:41.307Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:38:41.741Z] Staging go-build-helper [2021-02-04T10:38:41.913Z] ---> Running in b1488b874e8b [2021-02-04T10:38:42.190Z] Removing intermediate container 4733cfbf0057 [2021-02-04T10:38:42.190Z] ---> 0c86ab080271 [2021-02-04T10:38:42.190Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:38:42.190Z] Removing intermediate container 9924617e127e [2021-02-04T10:38:42.190Z] ---> 3af5f2bdecac [2021-02-04T10:38:42.190Z] Step 15/23 : WORKDIR / [2021-02-04T10:38:42.190Z] ---> Running in e9fa10c07cf9 [2021-02-04T10:38:42.190Z] Removing intermediate container 573de3898fc5 [2021-02-04T10:38:42.190Z] ---> 1dfa895897f1 [2021-02-04T10:38:42.190Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:38:42.466Z] ---> Running in 650d7b29847b [2021-02-04T10:38:42.466Z] Removing intermediate container b1488b874e8b [2021-02-04T10:38:42.466Z] ---> 90662b980217 [2021-02-04T10:38:42.466Z] [2021-02-04T10:38:42.683Z] Staging static-packages [2021-02-04T10:38:42.741Z] ---> Running in 30830ed36b08 [2021-02-04T10:38:43.027Z] Removing intermediate container e9fa10c07cf9 [2021-02-04T10:38:43.027Z] ---> e11aa1a1cbd8 [2021-02-04T10:38:43.027Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:38:43.306Z] Successfully built 90662b980217 [2021-02-04T10:38:43.306Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T10:38:43.306Z] Building docker-security-bootstrapper-go [2021-02-04T10:38:43.306Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 650d7b29847b [2021-02-04T10:38:43.306Z] ---> b79247dce16b [2021-02-04T10:38:43.306Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:38:43.580Z] Removing intermediate container 30830ed36b08 [2021-02-04T10:38:43.580Z] ---> 24ed6d12265b [2021-02-04T10:38:43.580Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:38:43.863Z] ---> Running in 758606913f0c [2021-02-04T10:38:44.067Z] Pulling go115 [2021-02-04T10:38:44.140Z] ---> dd28ed85f80f [2021-02-04T10:38:44.140Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:38:44.427Z] Removing intermediate container 758606913f0c [2021-02-04T10:38:44.427Z] ---> 0a410f3c4ed1 [2021-02-04T10:38:44.427Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:38:44.644Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T10:38:44.644Z] Skipping pull go115 (already ran) [2021-02-04T10:38:44.644Z] Building go115 [2021-02-04T10:38:44.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:38:44.644Z] Dload Upload Total Spent Left Speed [2021-02-04T10:38:44.704Z] ---> fb664c374a24 [2021-02-04T10:38:44.704Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:38:44.704Z] ---> Running in 023269ba2b98 [2021-02-04T10:38:45.737Z] Removing intermediate container 023269ba2b98 [2021-02-04T10:38:45.737Z] ---> 9ebfc34bf894 [2021-02-04T10:38:45.737Z] Step 15/23 : WORKDIR / [2021-02-04T10:38:46.016Z] ---> d50d7c9602de [2021-02-04T10:38:46.016Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:38:46.016Z] ---> Running in afb6706c391c [2021-02-04T10:38:46.292Z] ---> 44669aaea79f [2021-02-04T10:38:46.292Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:38:46.895Z] Removing intermediate container afb6706c391c [2021-02-04T10:38:46.895Z] ---> a9659d27e687 [2021-02-04T10:38:46.895Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:38:47.171Z] ---> 913bf8dc3bee [2021-02-04T10:38:47.171Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:38:47.446Z] ---> e46dc4bd9507 [2021-02-04T10:38:47.446Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:38:47.446Z] ---> Running in 2f511cd4974a [2021-02-04T10:38:47.446Z] ---> Running in 47182fd401bf [2021-02-04T10:38:47.724Z] ---> bbd8c1a30f62 [2021-02-04T10:38:47.724Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:38:47.824Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 42506 0 0:47:30 --:--:-- 0:47:30 42248 33 115M 33 38.3M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 33.0M 67 115M 67 78.0M 0 0 36.1M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 38.0M 0 0:00:03 0:00:03 --:--:-- 38.0M [2021-02-04T10:38:47.996Z] Removing intermediate container 2f511cd4974a [2021-02-04T10:38:47.996Z] ---> 1fd5bfc4446a [2021-02-04T10:38:47.996Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:38:48.274Z] Removing intermediate container 47182fd401bf [2021-02-04T10:38:48.274Z] ---> 98787b2f1902 [2021-02-04T10:38:48.274Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:38:48.395Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T10:38:48.550Z] ---> Running in 0f375efe8ec0 [2021-02-04T10:38:48.823Z] ---> Running in 912b798e70d5 [2021-02-04T10:38:49.417Z] Removing intermediate container 0f375efe8ec0 [2021-02-04T10:38:49.417Z] ---> c1b11c672fba [2021-02-04T10:38:49.417Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:38:49.688Z] Removing intermediate container 912b798e70d5 [2021-02-04T10:38:49.688Z] ---> fa5dc3fbe36d [2021-02-04T10:38:49.688Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:38:49.688Z] ---> 3793082b6996 [2021-02-04T10:38:49.688Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:38:49.688Z] ---> Running in 0e0eeefb0958 [2021-02-04T10:38:49.959Z] ---> Running in c34fefc97382 [2021-02-04T10:38:50.566Z] Removing intermediate container 0e0eeefb0958 [2021-02-04T10:38:50.566Z] ---> cfdb009ce516 [2021-02-04T10:38:50.566Z] Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:38:50.566Z] Removing intermediate container c34fefc97382 [2021-02-04T10:38:50.566Z] ---> 817f4df8cbb5 [2021-02-04T10:38:50.566Z] Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:38:50.845Z] ---> Running in 6c7b650e0a23 [2021-02-04T10:38:51.121Z] ---> 21353cd16342 [2021-02-04T10:38:51.121Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:38:51.121Z] ---> Running in 759b46b43a2b [2021-02-04T10:38:51.395Z] ---> Running in 0964325a2988 [2021-02-04T10:38:51.395Z] Removing intermediate container 6c7b650e0a23 [2021-02-04T10:38:51.395Z] ---> 90439744c20f [2021-02-04T10:38:51.395Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:38:51.669Z] ---> Running in 4fd439016d32 [2021-02-04T10:38:51.691Z] Staging go115 [2021-02-04T10:38:51.943Z] Removing intermediate container 759b46b43a2b [2021-02-04T10:38:51.943Z] ---> e810b1858445 [2021-02-04T10:38:51.943Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:38:52.223Z] Removing intermediate container 0964325a2988 [2021-02-04T10:38:52.223Z] ---> fe98dab46174 [2021-02-04T10:38:52.223Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:38:52.223Z] ---> Running in 469f4e1b9ede [2021-02-04T10:38:52.495Z] ---> Running in 1d4a9d2de3b6 [2021-02-04T10:38:52.495Z] Removing intermediate container 4fd439016d32 [2021-02-04T10:38:52.495Z] ---> f193b3cf433a [2021-02-04T10:38:52.495Z] [2021-02-04T10:38:52.770Z] Removing intermediate container 469f4e1b9ede [2021-02-04T10:38:52.770Z] ---> 5a42f1d0b6d6 [2021-02-04T10:38:52.770Z] [2021-02-04T10:38:53.370Z] Successfully built f193b3cf433a [2021-02-04T10:38:53.370Z] Removing intermediate container 1d4a9d2de3b6 [2021-02-04T10:38:53.370Z] ---> 97f5044297c9 [2021-02-04T10:38:53.370Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:38:53.370Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T10:38:53.370Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-04T10:38:53.370Z] Successfully built 5a42f1d0b6d6 [2021-02-04T10:38:53.643Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T10:38:53.643Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:38:53.643Z]  Building docker-core-command-go ... done  ---> Running in e8bd76c1023e [2021-02-04T10:38:54.240Z] Removing intermediate container e8bd76c1023e [2021-02-04T10:38:54.240Z] ---> 4968eaf63694 [2021-02-04T10:38:54.240Z] Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:38:54.240Z] ---> Running in 02dee41d3758 [2021-02-04T10:38:54.837Z] Removing intermediate container 02dee41d3758 [2021-02-04T10:38:54.837Z] ---> 105e32d64eea [2021-02-04T10:38:54.837Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:38:54.837Z] ---> Running in 78cf75247518 [2021-02-04T10:38:55.439Z] Removing intermediate container 78cf75247518 [2021-02-04T10:38:55.439Z] ---> 931ab40ad43d [2021-02-04T10:38:55.439Z] [2021-02-04T10:38:55.714Z] Successfully built 931ab40ad43d [2021-02-04T10:38:55.987Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T10:38:56.970Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T10:38:56.970Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T10:38:56.970Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T10:38:56.970Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T10:38:56.970Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T10:38:56.970Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T10:38:56.970Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T10:38:56.970Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T10:38:56.970Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T10:38:56.970Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T10:38:56.970Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T10:38:56.970Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T10:38:56.970Z] Pulling edgex-go [2021-02-04T10:38:57.911Z] Pulling version [2021-02-04T10:38:58.851Z] Building config-common [2021-02-04T10:39:00.762Z] Skipping build go-build-helper (already ran) [2021-02-04T10:39:00.762Z] Skipping build static-packages (already ran) [2021-02-04T10:39:00.762Z] Skipping build go115 (already ran) [2021-02-04T10:39:00.762Z] Building edgex-go [2021-02-04T10:39:01.022Z] 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-04T10:39:01.964Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T10:39:01.964Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T10:39:01.964Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-04T10:39:01.964Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-04T10:39:02.224Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T10:39:02.224Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T10:39:02.224Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T10:39:02.224Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T10:39:02.224Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T10:39:02.224Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T10:39:02.224Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T10:39:02.224Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T10:39:02.224Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T10:39:02.224Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T10:39:02.224Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T10:39:02.224Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T10:39:02.224Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T10:39:02.224Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T10:39:02.484Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T10:39:02.484Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T10:39:02.484Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T10:39:02.484Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T10:39:02.484Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T10:39:02.484Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T10:39:03.055Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T10:39:03.316Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T10:39:09.904Z] 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-04T10:39:13.201Z] 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-04T10:39:14.141Z] 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-04T10:39:15.080Z] 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-04T10:39:15.649Z] 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-04T10:39:15.649Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T10:39:15.909Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T10:39:15.909Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T10:39:15.909Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T10:39:17.289Z] 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-04T10:39:17.289Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T10:39:17.289Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T10:39:18.670Z] 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-04T10:39:19.239Z] 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-04T10:39:19.239Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T10:39:20.619Z] 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-04T10:39:21.189Z] 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-04T10:39:22.130Z] 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-04T10:39:22.130Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T10:39:22.767Z]  Building docker-core-metadata-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:39:22.767Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:39:22.767Z] ---> b0fee6cb06ba [2021-02-04T10:39:22.767Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:39:22.767Z] ---> Using cache [2021-02-04T10:39:22.767Z] ---> b1a285914e40 [2021-02-04T10:39:22.767Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:39:22.767Z] ---> Using cache [2021-02-04T10:39:22.767Z] ---> f3179602485f [2021-02-04T10:39:22.767Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:39:22.767Z] ---> Using cache [2021-02-04T10:39:22.767Z] ---> 675b2dd999b5 [2021-02-04T10:39:22.767Z] Step 6/22 : COPY go.mod . [2021-02-04T10:39:22.767Z] ---> Using cache [2021-02-04T10:39:22.767Z] ---> 52d41939161f [2021-02-04T10:39:22.767Z] Step 7/22 : RUN go mod download [2021-02-04T10:39:22.767Z] ---> Using cache [2021-02-04T10:39:22.767Z] ---> 3bfafc468bed [2021-02-04T10:39:22.767Z] Step 8/22 : COPY . . [2021-02-04T10:39:22.767Z] ---> Using cache [2021-02-04T10:39:22.767Z] ---> 4edf3add1812 [2021-02-04T10:39:22.767Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:39:23.069Z] 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-04T10:39:23.069Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T10:39:25.614Z] Building version [2021-02-04T10:39:27.086Z] ---> Running in cc4ca6013824 [2021-02-04T10:39:27.522Z] Staging config-common [2021-02-04T10:39:28.460Z] Skipping stage go-build-helper (already ran) [2021-02-04T10:39:28.460Z] Skipping stage static-packages (already ran) [2021-02-04T10:39:28.460Z] Skipping stage go115 (already ran) [2021-02-04T10:39:28.460Z] Staging edgex-go [2021-02-04T10:39:28.525Z] 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-04T10:39:29.399Z] Staging version [2021-02-04T10:39:30.340Z] Priming config-common [2021-02-04T10:39:31.280Z] Priming go-build-helper [2021-02-04T10:39:31.958Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:39:31.958Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:39:31.958Z] ---> b0fee6cb06ba [2021-02-04T10:39:31.958Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:39:31.958Z] ---> Using cache [2021-02-04T10:39:31.958Z] ---> b1a285914e40 [2021-02-04T10:39:31.958Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:39:31.958Z] ---> Using cache [2021-02-04T10:39:31.958Z] ---> f3179602485f [2021-02-04T10:39:31.958Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:39:31.958Z] ---> Using cache [2021-02-04T10:39:31.958Z] ---> 675b2dd999b5 [2021-02-04T10:39:31.958Z] Step 6/31 : COPY go.mod . [2021-02-04T10:39:31.958Z] ---> Using cache [2021-02-04T10:39:31.959Z] ---> 52d41939161f [2021-02-04T10:39:31.959Z] Step 7/31 : RUN go mod download [2021-02-04T10:39:31.959Z] ---> Using cache [2021-02-04T10:39:31.959Z] ---> 3bfafc468bed [2021-02-04T10:39:31.959Z] Step 8/31 : COPY . . [2021-02-04T10:39:32.221Z] Priming static-packages [2021-02-04T10:39:32.238Z] ---> Using cache [2021-02-04T10:39:32.238Z] ---> 4edf3add1812 [2021-02-04T10:39:32.238Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:39:34.130Z] Priming go115 [2021-02-04T10:39:34.895Z] ---> Running in 3afbaf828778 [2021-02-04T10:39:35.070Z] Priming edgex-go [2021-02-04T10:39:36.011Z] Priming version [2021-02-04T10:39:36.883Z] 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-04T10:39:36.952Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-04T10:39:38.881Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:39:38.881Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:39:38.881Z] ---> b0fee6cb06ba [2021-02-04T10:39:38.881Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:39:38.882Z] ---> Using cache [2021-02-04T10:39:38.882Z] ---> b1a285914e40 [2021-02-04T10:39:38.882Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:39:38.882Z] ---> Using cache [2021-02-04T10:39:38.882Z] ---> f3179602485f [2021-02-04T10:39:38.882Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] } [2021-02-04T10:39:39.168Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:39:39.168Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:39:39.168Z] ---> b0fee6cb06ba [2021-02-04T10:39:39.168Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:39:39.168Z] ---> Using cache [2021-02-04T10:39:39.168Z] ---> b1a285914e40 [2021-02-04T10:39:39.168Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:39:39.168Z] ---> Using cache [2021-02-04T10:39:39.168Z] ---> f3179602485f [2021-02-04T10:39:39.168Z] Step 5/26 : RUN apk add --update --no-cache make bash git [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-04T10:39:39.784Z] ---> Running in e675ae9cd0f7 [2021-02-04T10:39:39.784Z] ---> Running in 06cdb33ff41d [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T10:39:41.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:42.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:42.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:42.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:39:43.555Z] OK: 217 MiB in 51 packages [2021-02-04T10:39:43.834Z] OK: 217 MiB in 51 packages [2021-02-04T10:39:45.830Z] Removing intermediate container 06cdb33ff41d [2021-02-04T10:39:45.830Z] ---> 939acb1421fb [2021-02-04T10:39:45.830Z] Step 6/26 : COPY go.mod . [2021-02-04T10:39:45.830Z] Removing intermediate container e675ae9cd0f7 [2021-02-04T10:39:45.830Z] ---> 06a0d634d7c1 [2021-02-04T10:39:45.830Z] Step 6/23 : COPY go.mod . [2021-02-04T10:39:47.274Z] ---> e996baa36e7a [2021-02-04T10:39:47.274Z] Step 7/26 : RUN go mod download [2021-02-04T10:39:47.274Z] ---> Running in 27e0922ea955 [2021-02-04T10:39:47.274Z] ---> 1511fd85eb33 [2021-02-04T10:39:47.274Z] Step 7/23 : RUN go mod download [2021-02-04T10:39:47.547Z] ---> Running in 5be0155f4144 [2021-02-04T10:39:51.875Z] Removing intermediate container 5be0155f4144 [2021-02-04T10:39:51.875Z] ---> d3dde45878de [2021-02-04T10:39:51.875Z] Step 8/23 : COPY . . [2021-02-04T10:39:52.151Z] Removing intermediate container 27e0922ea955 [2021-02-04T10:39:52.151Z] ---> ee9983b52299 [2021-02-04T10:39:52.151Z] Step 8/26 : COPY . . [2021-02-04T10:40:24.529Z] ---> d00de6694fa2 [2021-02-04T10:40:24.529Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:40:24.529Z] ---> 97527a90f1fa [2021-02-04T10:40:24.529Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:40:24.529Z] ---> Running in 04024be9db44 [2021-02-04T10:40:24.529Z] ---> Running in 46f3d0593ecc [2021-02-04T10:40:25.516Z] 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-04T10:40:26.119Z] 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-04T10:40:26.119Z] 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-04T10:40:34.425Z] Removing intermediate container cc4ca6013824 [2021-02-04T10:40:34.425Z] ---> fc8b9ee4d959 [2021-02-04T10:40:34.425Z] [2021-02-04T10:40:34.425Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:40:34.425Z] ---> afeebe901d6b [2021-02-04T10:40:34.425Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:40:34.425Z] ---> Using cache [2021-02-04T10:40:34.425Z] ---> 1dfa895897f1 [2021-02-04T10:40:34.425Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:40:34.425Z] ---> Using cache [2021-02-04T10:40:34.425Z] ---> 24ed6d12265b [2021-02-04T10:40:34.425Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:40:34.425Z] ---> Running in 1f79f0af78c2 [2021-02-04T10:40:35.027Z] Removing intermediate container 1f79f0af78c2 [2021-02-04T10:40:35.027Z] ---> 06c3450b9c60 [2021-02-04T10:40:35.027Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:40:35.324Z] ---> Running in d29b8f8354af [2021-02-04T10:40:36.307Z] Removing intermediate container d29b8f8354af [2021-02-04T10:40:36.307Z] ---> 8af3ecb8839e [2021-02-04T10:40:36.307Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:40:37.764Z] ---> 071a6ae839a1 [2021-02-04T10:40:37.764Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:40:39.231Z] ---> e21f4d94b3de [2021-02-04T10:40:39.231Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:40:40.706Z] ---> b8f9dbba1cae [2021-02-04T10:40:40.706Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:40:40.987Z] ---> Running in 42421f403a67 [2021-02-04T10:40:41.982Z] Removing intermediate container 42421f403a67 [2021-02-04T10:40:41.982Z] ---> 30d7844368f0 [2021-02-04T10:40:41.982Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:40:41.982Z] ---> Running in 5e96a5c5dfa0 [2021-02-04T10:40:42.976Z] Removing intermediate container 5e96a5c5dfa0 [2021-02-04T10:40:42.976Z] ---> 096df094a293 [2021-02-04T10:40:42.976Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T10:40:43.578Z] ---> Running in bf726bd890e6 [2021-02-04T10:40:45.036Z] Removing intermediate container bf726bd890e6 [2021-02-04T10:40:45.036Z] ---> 4ea171cbef42 [2021-02-04T10:40:45.036Z] Step 21/22 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:40:45.321Z] ---> Running in 3d2d5a09bb38 [2021-02-04T10:40:46.776Z] Removing intermediate container 3afbaf828778 [2021-02-04T10:40:46.776Z] ---> b9ef67d0a037 [2021-02-04T10:40:46.776Z] [2021-02-04T10:40:46.776Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:40:46.776Z] ---> afeebe901d6b [2021-02-04T10:40:46.776Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:40:46.776Z] Removing intermediate container 3d2d5a09bb38 [2021-02-04T10:40:46.776Z] ---> 48b37daef3ce [2021-02-04T10:40:46.776Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:40:46.776Z] ---> Running in 375c32f414b1 [2021-02-04T10:40:46.776Z] ---> Running in b03f6f9c116d [2021-02-04T10:40:47.774Z] Removing intermediate container b03f6f9c116d [2021-02-04T10:40:47.774Z] ---> f8358f89792c [2021-02-04T10:40:47.774Z] [2021-02-04T10:40:47.774Z] Removing intermediate container 375c32f414b1 [2021-02-04T10:40:47.774Z] ---> ef3f8d1c71e5 [2021-02-04T10:40:47.774Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:40:48.072Z] ---> Running in 990020eee7b0 [2021-02-04T10:40:48.348Z] Successfully built f8358f89792c [2021-02-04T10:40:48.348Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T10:40:50.334Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:50.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:40:50.609Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:40:50.609Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:40:50.887Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:40:50.887Z] OK: 5 MiB in 16 packages [2021-02-04T10:40:52.895Z] Removing intermediate container 990020eee7b0 [2021-02-04T10:40:52.895Z] ---> 36f5cc1f6bec [2021-02-04T10:40:52.895Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:40:52.895Z] ---> Running in 97b5cfba7fd3 [2021-02-04T10:40:53.882Z] Removing intermediate container 97b5cfba7fd3 [2021-02-04T10:40:53.883Z] ---> dc8ddc648afd [2021-02-04T10:40:53.883Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:40:54.159Z] ---> Running in 7081697294c5 [2021-02-04T10:40:54.753Z] Removing intermediate container 7081697294c5 [2021-02-04T10:40:54.753Z] ---> d424265947e7 [2021-02-04T10:40:54.753Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:40:55.032Z] ---> Running in bfd05ff5b3b5 [2021-02-04T10:40:58.436Z] Removing intermediate container bfd05ff5b3b5 [2021-02-04T10:40:58.436Z] ---> 879ac784275e [2021-02-04T10:40:58.436Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:40:58.713Z] ---> Running in d3085c7ffcc1 [2021-02-04T10:40:59.318Z] Removing intermediate container d3085c7ffcc1 [2021-02-04T10:40:59.318Z] ---> 94fd846a1fa1 [2021-02-04T10:40:59.318Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:41:00.317Z] ---> 0d256cece01f [2021-02-04T10:41:00.317Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:41:00.615Z] ---> Running in b6e7e2c7092a [2021-02-04T10:41:04.953Z] Removing intermediate container b6e7e2c7092a [2021-02-04T10:41:04.953Z] ---> d16dbaedcf46 [2021-02-04T10:41:04.953Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:41:05.561Z] ---> f0a9061998c9 [2021-02-04T10:41:05.561Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:41:07.586Z] ---> 1f1ef9ff3466 [2021-02-04T10:41:07.586Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T10:41:08.571Z] ---> 5d4c6a17a128 [2021-02-04T10:41:08.571Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:41:10.019Z] ---> b48a33a92e4d [2021-02-04T10:41:10.019Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:41:11.010Z] ---> e81e694464b1 [2021-02-04T10:41:11.010Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:41:12.006Z] ---> Running in 6545a663d4e9 [2021-02-04T10:41:12.999Z] Removing intermediate container 6545a663d4e9 [2021-02-04T10:41:12.999Z] ---> 1d68023d59d2 [2021-02-04T10:41:12.999Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:41:14.452Z] ---> 84d4af301771 [2021-02-04T10:41:14.452Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:41:15.065Z] ---> Running in 7980fb2b1d24 [2021-02-04T10:41:19.416Z] Removing intermediate container 7980fb2b1d24 [2021-02-04T10:41:19.416Z] ---> f7f778e02767 [2021-02-04T10:41:19.416Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:41:19.416Z] ---> Running in ad282196e39d [2021-02-04T10:41:19.693Z] Removing intermediate container ad282196e39d [2021-02-04T10:41:19.693Z] ---> b738f207e4e0 [2021-02-04T10:41:19.693Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:41:20.295Z] ---> Running in 20f6eab53e3d [2021-02-04T10:41:20.898Z] Removing intermediate container 20f6eab53e3d [2021-02-04T10:41:20.898Z] ---> 6f9c31b0f0bc [2021-02-04T10:41:20.898Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T10:41:21.888Z] ---> Running in e5538544300b [2021-02-04T10:41:22.871Z] Removing intermediate container e5538544300b [2021-02-04T10:41:22.871Z] ---> ee3cec7695fc [2021-02-04T10:41:22.871Z] Step 30/31 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:41:23.467Z] ---> Running in b6283de50d26 [2021-02-04T10:41:24.448Z] Removing intermediate container b6283de50d26 [2021-02-04T10:41:24.448Z] ---> 9681981840b8 [2021-02-04T10:41:24.448Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:41:24.727Z] ---> Running in 10eba4a3801f [2021-02-04T10:41:25.003Z] Removing intermediate container 04024be9db44 [2021-02-04T10:41:25.003Z] ---> 2afbc5b2b660 [2021-02-04T10:41:25.003Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:41:25.295Z] ---> Running in d6c3ee1a53b6 [2021-02-04T10:41:25.572Z] Removing intermediate container 10eba4a3801f [2021-02-04T10:41:25.572Z] ---> 318916020eef [2021-02-04T10:41:25.572Z] [2021-02-04T10:41:26.167Z] Successfully built 318916020eef [2021-02-04T10:41:26.167Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T10:41:26.767Z]  Building docker-security-bootstrapper-go ... done 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-04T10:41:30.156Z] Removing intermediate container d6c3ee1a53b6 [2021-02-04T10:41:30.156Z] ---> 0010fd4d257e [2021-02-04T10:41:30.156Z] [2021-02-04T10:41:30.157Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:41:30.157Z] 20.10.0: Pulling from library/docker [2021-02-04T10:41:38.438Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:41:38.438Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:41:38.438Z] ---> eeaf43b92773 [2021-02-04T10:41:38.438Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:41:39.029Z] ---> Running in 4ae7a046e3cc [2021-02-04T10:41:39.029Z] Removing intermediate container 46f3d0593ecc [2021-02-04T10:41:39.029Z] ---> d83456063f94 [2021-02-04T10:41:39.029Z] [2021-02-04T10:41:39.029Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:41:39.029Z] ---> afeebe901d6b [2021-02-04T10:41:39.029Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:41:39.302Z] ---> Running in 6082170aaba6 [2021-02-04T10:41:39.895Z] Removing intermediate container 6082170aaba6 [2021-02-04T10:41:39.895Z] ---> 2daf582cdf3c [2021-02-04T10:41:39.895Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:41:39.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:40.168Z] ---> Running in b1e077417d41 [2021-02-04T10:41:40.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:40.441Z] Removing intermediate container b1e077417d41 [2021-02-04T10:41:40.441Z] ---> bc33276d3729 [2021-02-04T10:41:40.441Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:41:40.714Z] ---> Running in 424cba3c5f6c [2021-02-04T10:41:40.714Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:41:40.714Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:41:40.714Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:41:40.714Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:41:40.992Z] OK: 12 MiB in 22 packages [2021-02-04T10:41:41.263Z] Removing intermediate container 424cba3c5f6c [2021-02-04T10:41:41.263Z] ---> 5f0015387865 [2021-02-04T10:41:41.263Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:41:41.537Z] ---> Running in a2e125ae95da [2021-02-04T10:41:42.514Z] Removing intermediate container 4ae7a046e3cc [2021-02-04T10:41:42.514Z] ---> 9a5a961071fa [2021-02-04T10:41:42.514Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:41:42.514Z] ---> Running in 115afb499a3c [2021-02-04T10:41:43.120Z] Removing intermediate container 115afb499a3c [2021-02-04T10:41:43.120Z] ---> 88ff9f2c621c [2021-02-04T10:41:43.120Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:41:43.120Z] ---> Running in b245abd9217d [2021-02-04T10:41:43.715Z] Removing intermediate container b245abd9217d [2021-02-04T10:41:43.715Z] ---> 7821f4f01dd1 [2021-02-04T10:41:43.715Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:41:43.986Z] Removing intermediate container a2e125ae95da [2021-02-04T10:41:43.986Z] ---> 94a4e97edaed [2021-02-04T10:41:43.986Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:41:43.986Z] ---> Running in 17fff7708c72 [2021-02-04T10:41:43.986Z] ---> Running in 9c82d37847f1 [2021-02-04T10:41:44.581Z] Removing intermediate container 17fff7708c72 [2021-02-04T10:41:44.581Z] ---> 199302900f08 [2021-02-04T10:41:44.581Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:41:45.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:45.769Z] ---> 92c34a179902 [2021-02-04T10:41:45.769Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:41:46.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:46.327Z] ---> 34a0e22c93dc [2021-02-04T10:41:46.327Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:41:46.603Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:41:46.876Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:41:46.876Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:41:46.876Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:41:47.148Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:41:47.425Z] ---> 9e4d74d0f325 [2021-02-04T10:41:47.425Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:41:47.425Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:41:47.425Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:41:47.425Z] OK: 8 MiB in 20 packages [2021-02-04T10:41:47.425Z] ---> Running in 181b091322af [2021-02-04T10:41:48.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:48.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:41:48.866Z] Removing intermediate container 9c82d37847f1 [2021-02-04T10:41:48.866Z] ---> c1c01f47a65d [2021-02-04T10:41:48.866Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:41:49.458Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:41:49.458Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:41:49.458Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:41:49.458Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:41:49.458Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:41:49.458Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:41:49.458Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:41:50.110Z] ---> 5f68a7619b61 [2021-02-04T10:41:50.110Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:41:51.622Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:41:51.622Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:41:51.622Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:41:51.622Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:41:51.622Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:41:51.622Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:41:51.622Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:41:51.622Z] ---> 0047b5fcb6a0 [2021-02-04T10:41:51.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:41:51.910Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:41:51.910Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:41:51.910Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:41:51.910Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:41:51.910Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:41:51.910Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:41:51.910Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:41:51.910Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:41:51.910Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:41:51.910Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:41:51.910Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:41:51.910Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:41:52.187Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:41:52.187Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:41:52.187Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:41:52.187Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:41:52.187Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:41:52.187Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:41:52.187Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:41:52.472Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:41:52.472Z] OK: 71 MiB in 55 packages [2021-02-04T10:41:52.753Z] ---> 3b2414bd4685 [2021-02-04T10:41:52.753Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:41:52.753Z] ---> Running in d7e8e6e4330e [2021-02-04T10:41:53.377Z] Removing intermediate container d7e8e6e4330e [2021-02-04T10:41:53.377Z] ---> 045a4cb2c551 [2021-02-04T10:41:53.377Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:41:53.672Z] ---> Running in 43b11ddaeebb [2021-02-04T10:41:54.299Z] Removing intermediate container 43b11ddaeebb [2021-02-04T10:41:54.299Z] ---> 3af43d74a909 [2021-02-04T10:41:54.299Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T10:41:54.299Z] ---> Running in d2dbe5b7ba9a [2021-02-04T10:41:55.287Z] Removing intermediate container d2dbe5b7ba9a [2021-02-04T10:41:55.287Z] ---> 628ca7eba539 [2021-02-04T10:41:55.287Z] Step 22/23 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:41:55.287Z] ---> Running in 7aa9e8b76d22 [2021-02-04T10:41:55.884Z] Removing intermediate container 7aa9e8b76d22 [2021-02-04T10:41:55.884Z] ---> a3864c1770b8 [2021-02-04T10:41:55.884Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:41:56.168Z] ---> Running in 52533886124a [2021-02-04T10:41:56.764Z] Removing intermediate container 52533886124a [2021-02-04T10:41:56.764Z] ---> 4345454546a4 [2021-02-04T10:41:56.764Z] [2021-02-04T10:41:57.036Z] Successfully built 4345454546a4 [2021-02-04T10:41:57.036Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T10:41:58.465Z]  Building docker-core-data-go ... done Removing intermediate container 181b091322af [2021-02-04T10:41:58.465Z] ---> 50129158a839 [2021-02-04T10:41:58.465Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:41:58.736Z] ---> Running in 1e53b44d8bf8 [2021-02-04T10:42:03.024Z] Collecting docker-compose==1.23.2 [2021-02-04T10:42:03.024Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:42:03.995Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:42:03.995Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:42:05.959Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:42:05.959Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:42:07.378Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:42:07.378Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:42:07.967Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:42:07.967Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:42:08.236Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:42:08.509Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:42:08.780Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:42:08.780Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:42:10.738Z] 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-04T10:42:11.325Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:42:11.325Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:42:14.700Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:42:14.700Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:42:16.657Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:42:16.657Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:42:16.926Z] 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-04T10:42:16.926Z] 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-04T10:42:17.196Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:42:17.196Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:42:17.783Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:42:17.783Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:42:18.371Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:42:18.371Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:42:18.371Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:42:18.371Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:42:18.371Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:42:18.371Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:42:19.340Z] Installing collected packages: texttable, websocket-client, idna, urllib3, requests, jsonschema, cached-property, dockerpty, PyYAML, docopt, docker-pycreds, docker, docker-compose [2021-02-04T10:42:19.340Z] Running setup.py install for texttable: started [2021-02-04T10:42:21.301Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:42:21.301Z] Attempting uninstall: idna [2021-02-04T10:42:21.301Z] Found existing installation: idna 2.9 [2021-02-04T10:42:21.301Z] Uninstalling idna-2.9: [2021-02-04T10:42:21.301Z] Successfully uninstalled idna-2.9 [2021-02-04T10:42:22.274Z] Attempting uninstall: urllib3 [2021-02-04T10:42:22.274Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:42:22.274Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:42:22.274Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:42:22.864Z] Attempting uninstall: requests [2021-02-04T10:42:22.864Z] Found existing installation: requests 2.23.0 [2021-02-04T10:42:22.864Z] Uninstalling requests-2.23.0: [2021-02-04T10:42:22.864Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:42:23.453Z] Running setup.py install for dockerpty: started [2021-02-04T10:42:25.410Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:42:25.410Z] Running setup.py install for PyYAML: started [2021-02-04T10:42:27.372Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:42:27.372Z] Running setup.py install for docopt: started [2021-02-04T10:42:29.335Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:42:30.756Z] 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-04T10:42:34.125Z] Removing intermediate container 1e53b44d8bf8 [2021-02-04T10:42:34.125Z] ---> dcc0b0d3c45c [2021-02-04T10:42:34.125Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:42:34.396Z] ---> Running in d056414e11e1 [2021-02-04T10:42:35.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:42:35.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:42:36.234Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:42:36.234Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:42:36.234Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:42:36.234Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:42:36.234Z] OK: 71 MiB in 58 packages [2021-02-04T10:42:37.662Z] Removing intermediate container d056414e11e1 [2021-02-04T10:42:37.662Z] ---> 6f45db5ec929 [2021-02-04T10:42:37.662Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:42:37.662Z] ---> Running in 017038ed07a7 [2021-02-04T10:42:37.934Z] Removing intermediate container 017038ed07a7 [2021-02-04T10:42:37.934Z] ---> 9044d9088e9b [2021-02-04T10:42:37.934Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:42:38.206Z] ---> Running in b195a495aed0 [2021-02-04T10:42:38.477Z] Removing intermediate container b195a495aed0 [2021-02-04T10:42:38.477Z] ---> 89a9030db1d3 [2021-02-04T10:42:38.477Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T10:42:38.749Z] ---> Running in 48931271256d [2021-02-04T10:42:39.022Z] Removing intermediate container 48931271256d [2021-02-04T10:42:39.022Z] ---> 333faaa417f6 [2021-02-04T10:42:39.022Z] Step 25/26 : LABEL git_sha=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [2021-02-04T10:42:39.295Z] ---> Running in 83b94b1c92c1 [2021-02-04T10:42:39.565Z] Removing intermediate container 83b94b1c92c1 [2021-02-04T10:42:39.565Z] ---> 9a64b8fb680f [2021-02-04T10:42:39.565Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:42:39.836Z] ---> Running in d174e0cf0d95 [2021-02-04T10:42:40.428Z] Removing intermediate container d174e0cf0d95 [2021-02-04T10:42:40.428Z] ---> 197bfd22d740 [2021-02-04T10:42:40.428Z] [2021-02-04T10:42:40.700Z] Successfully built 197bfd22d740 [2021-02-04T10:42:40.700Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T10:42:40.986Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:42:41.018Z] $ docker stop --time=1 0ea0cff36f9a8db77ff85b8eb58000f1e9bfdec8cdaf5fded21383a092f2a564 [2021-02-04T10:42:42.888Z] $ docker rm -f 0ea0cff36f9a8db77ff85b8eb58000f1e9bfdec8cdaf5fded21383a092f2a564 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:42:43.829Z] + + grep dockerdocker [2021-02-04T10:42:43.829Z] images [2021-02-04T10:42:44.105Z] docker-sys-mgmt-agent-go-arm64 latest 197bfd22d740 3 seconds ago 300MB [2021-02-04T10:42:44.106Z] docker-core-data-go-arm64 latest 4345454546a4 47 seconds ago 21MB [2021-02-04T10:42:44.106Z] docker-security-bootstrapper-go-arm64 latest 318916020eef About a minute ago 22.6MB [2021-02-04T10:42:44.106Z] docker-support-scheduler-go-arm64 latest f8358f89792c About a minute ago 16.1MB [2021-02-04T10:42:44.106Z] docker-core-metadata-go-arm64 latest 931ab40ad43d 3 minutes ago 17.7MB [2021-02-04T10:42:44.106Z] docker-core-command-go-arm64 latest 5a42f1d0b6d6 3 minutes ago 16MB [2021-02-04T10:42:44.106Z] docker-support-notifications-go-arm64 latest f193b3cf433a 3 minutes ago 16.7MB [2021-02-04T10:42:44.106Z] docker-security-secretstore-setup-go-arm64 latest 90662b980217 4 minutes ago 23.4MB [2021-02-04T10:42:44.106Z] docker-security-proxy-setup-go-arm64 latest 4ac89e07974d 4 minutes ago 23.2MB [2021-02-04T10:42:44.106Z] 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-04T10:42:47.226Z] provisioning config files... [2021-02-04T10:42:47.244Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config2616848467210036573tmp [Pipeline] { [Pipeline] sh [2021-02-04T10:42:47.733Z] + set +x [2021-02-04T10:42:47.733Z] + curl -s https://codecov.io/bash [2021-02-04T10:42:47.733Z] + bash -s -- [2021-02-04T10:42:48.013Z] [2021-02-04T10:42:48.013Z] _____ _ [2021-02-04T10:42:48.013Z] / ____| | | [2021-02-04T10:42:48.013Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T10:42:48.013Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T10:42:48.013Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T10:42:48.013Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T10:42:48.013Z] Bash-20210129-7c25fce [2021-02-04T10:42:48.013Z] [2021-02-04T10:42:48.013Z] [2021-02-04T10:42:48.013Z] ==> git version 2.24.3 found [2021-02-04T10:42:48.320Z] ==> 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-04T10:42:48.320Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T10:42:48.320Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T10:42:48.320Z] ==> Jenkins CI detected. [2021-02-04T10:42:48.320Z] project root: . [2021-02-04T10:42:48.320Z] --> token set from env [2021-02-04T10:42:48.320Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T10:42:48.320Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T10:42:48.320Z] ==> Python coveragepy not found [2021-02-04T10:42:48.320Z] ==> Searching for coverage reports in: [2021-02-04T10:42:48.320Z] + . [2021-02-04T10:42:48.320Z] -> Found 1 reports [2021-02-04T10:42:48.320Z] ==> Detecting git/mercurial file structure [2021-02-04T10:42:48.320Z] ==> Reading reports [2021-02-04T10:42:48.320Z] + ./coverage.out bytes=580808 [2021-02-04T10:42:48.320Z] ==> Appending adjustments [2021-02-04T10:42:48.320Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T10:42:51.755Z] + Found adjustments [2021-02-04T10:42:51.756Z] ==> Gzipping contents [2021-02-04T10:42:51.756Z] 88K /tmp/codecov.3FdHqN.gz [2021-02-04T10:42:51.756Z] ==> Uploading reports [2021-02-04T10:42:51.756Z] url: https://codecov.io [2021-02-04T10:42:51.756Z] query: branch=PR-3113&commit=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-04T10:42:51.756Z] -> Pinging Codecov [2021-02-04T10:42:51.756Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=0dbb6a98c7b16845a8bf32706a4ee362f6468d0a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-04T10:42:52.017Z] -> Uploading to [2021-02-04T10:42:52.017Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/0dbb6a98c7b16845a8bf32706a4ee362f6468d0a/64269964-21d8-4e16-97e6-026f4fabec3d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T104251Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d8d36ad43d98dec7b5bb0d1e0dd4c5adad36e775eed116336828a2b751600bbe [2021-02-04T10:42:52.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T10:42:52.017Z] Dload Upload Total Spent Left Speed [2021-02-04T10:42:52.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87673 0 0 100 87673 0 171k --:--:-- --:--:-- --:--:-- 171k [2021-02-04T10:42:52.615Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0dbb6a98c7b16845a8bf32706a4ee362f6468d0a [Pipeline] } [2021-02-04T10:42:52.625Z] 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-04T10:42:56.047Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:42:56.937Z] ---> package-listing.sh [2021-02-04T10:42:56.937Z] ++ facter osfamily [2021-02-04T10:42:56.937Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T10:42:56.937Z] + OS_FAMILY=redhat [2021-02-04T10:42:56.937Z] + workspace=/w/workspace/edgex-go/6 [2021-02-04T10:42:56.937Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T10:42:56.937Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T10:42:56.937Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T10:42:56.937Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T10:42:56.937Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-04T10:42:56.937Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T10:42:56.937Z] + case "${OS_FAMILY}" in [2021-02-04T10:42:56.937Z] + rpm -qa [2021-02-04T10:42:56.937Z] + sort [2021-02-04T10:43:02.243Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T10:43:02.243Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T10:43:02.243Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T10:43:02.243Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-04T10:43:02.243Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-04T10:43:02.243Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-04T10:43:02.256Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T10:43:02.550Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:43:02.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:43:03.126Z] [2021-02-04T10:43:03.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:43:03.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:43:03.532Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T10:43:03.532Z] df20fa9351a1: Pulling fs layer [2021-02-04T10:43:03.532Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T10:43:03.532Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T10:43:03.532Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T10:43:03.532Z] 93b61091891f: Pulling fs layer [2021-02-04T10:43:03.532Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T10:43:03.532Z] 5e14af77c1be: Pulling fs layer [2021-02-04T10:43:03.532Z] 01666e4c0597: Pulling fs layer [2021-02-04T10:43:03.532Z] aa168da1d23b: Pulling fs layer [2021-02-04T10:43:03.532Z] 46f8f816bc3b: Waiting [2021-02-04T10:43:03.532Z] 93b61091891f: Waiting [2021-02-04T10:43:03.532Z] 93b9cdb0e59b: Waiting [2021-02-04T10:43:03.532Z] 01666e4c0597: Waiting [2021-02-04T10:43:03.532Z] 5e14af77c1be: Waiting [2021-02-04T10:43:03.532Z] aa168da1d23b: Waiting [2021-02-04T10:43:03.532Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T10:43:03.532Z] 36b3adc4ff6f: Download complete [2021-02-04T10:43:03.532Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T10:43:03.532Z] 46f8f816bc3b: Download complete [2021-02-04T10:43:03.795Z] df20fa9351a1: Verifying Checksum [2021-02-04T10:43:03.795Z] df20fa9351a1: Download complete [2021-02-04T10:43:03.795Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T10:43:03.795Z] 93b9cdb0e59b: Download complete [2021-02-04T10:43:03.795Z] 93b61091891f: Download complete [2021-02-04T10:43:03.795Z] 5e14af77c1be: Verifying Checksum [2021-02-04T10:43:03.795Z] 5e14af77c1be: Download complete [2021-02-04T10:43:03.795Z] 01666e4c0597: Verifying Checksum [2021-02-04T10:43:03.795Z] 01666e4c0597: Download complete [2021-02-04T10:43:04.058Z] df20fa9351a1: Pull complete [2021-02-04T10:43:04.323Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T10:43:04.323Z] 8ad3a11d3b57: Download complete [2021-02-04T10:43:04.323Z] 36b3adc4ff6f: Pull complete [2021-02-04T10:43:05.282Z] 8ad3a11d3b57: Pull complete [2021-02-04T10:43:05.282Z] 46f8f816bc3b: Pull complete [2021-02-04T10:43:05.858Z] aa168da1d23b: Verifying Checksum [2021-02-04T10:43:05.858Z] aa168da1d23b: Download complete [2021-02-04T10:43:07.254Z] 93b61091891f: Pull complete [2021-02-04T10:43:07.518Z] 93b9cdb0e59b: Pull complete [2021-02-04T10:43:07.518Z] 5e14af77c1be: Pull complete [2021-02-04T10:43:07.781Z] 01666e4c0597: Pull complete [2021-02-04T10:43:15.967Z] aa168da1d23b: Pull complete [2021-02-04T10:43:15.968Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T10:43:15.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T10:43:15.968Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T10:43:16.132Z] prd-centos7-docker-4c-2g-24954 does not seem to be running inside a container [2021-02-04T10:43:16.184Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T10:43:21.026Z] $ docker top 62c63e7fdc3ac43e5be519fb45185cf51a8abf1d8b95802ca90db3c4f69eea65 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:43:21.709Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T10:43:22.010Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T10:43:22.311Z] + ls /var/log/sa-host [2021-02-04T10:43:22.311Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T10:43:22.311Z] file_magic: OK [2021-02-04T10:43:22.311Z] HZ: Using current value: 100 [2021-02-04T10:43:22.311Z] file_header: OK [2021-02-04T10:43:22.311Z] 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-04T10:43:22.311Z] Statistics: [2021-02-04T10:43:22.311Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T10:43:22.311Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T10:43:22.311Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T10:43:22.311Z] file_magic: OK [2021-02-04T10:43:22.311Z] HZ: Using current value: 100 [2021-02-04T10:43:22.311Z] file_header: OK [2021-02-04T10:43:22.311Z] 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-04T10:43:22.311Z] Statistics: [2021-02-04T10:43:22.311Z] Hnuu...uuuununununu... [2021-02-04T10:43:22.311Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T10:43:23.673Z] provisioning config files... [2021-02-04T10:43:23.687Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4207178742350971799tmp [Pipeline] { [Pipeline] echo [2021-02-04T10:43:23.862Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:43:24.168Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T10:43:24.178Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T10:43:24.376Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:43:24.676Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T10:43:24.686Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:43:24.985Z] ---> sudo-logs.sh [2021-02-04T10:43:24.985Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T10:43:24.996Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:43:25.296Z] ---> job-cost.sh [2021-02-04T10:43:25.296Z] lf-activate-venv: SKIPPING [2021-02-04T10:43:25.296Z] INFO: No Stack... [2021-02-04T10:43:26.243Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T10:43:26.514Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T10:43:26.520Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:43:26.816Z] ---> logs-deploy.sh [2021-02-04T10:43:26.816Z] lf-activate-venv: SKIPPING [2021-02-04T10:43:26.816Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/6 [2021-02-04T10:43:26.816Z] INFO: archiving workspace using pattern(s): [2021-02-04T10:43:28.732Z] Archives upload complete. [2021-02-04T10:43:28.732Z] INFO: archiving logs to Nexus