Pull request #3121 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d0bc3b104123489a76cc16a6f8c025e818c2e684 rather than 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 Obtained Jenkinsfile from d0bc3b104123489a76cc16a6f8c025e818c2e684 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24838 in /w/workspace/edgexfoundry_edgex-go_PR-3121 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3121/head:refs/remotes/origin/PR-3121 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 Merge succeeded, producing 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 Checking out Revision 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 (PR-3121) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 Commit message: "feat(meta): Upgrade go-mod-core-contract lib to v2.0.0-dev.19" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T03:54:29.794Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T03:54:30.026Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T03:54:30.120Z] ========================================================= [2021-02-04T03:54:30.120Z] EdgeX Global Pipelines Version Info [2021-02-04T03:54:30.120Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2da5eed2165164f534dd31b9fc58a2a7f8ea66c4 # timeout=10 [2021-02-04T03:54:32.581Z] ------------------- [2021-02-04T03:54:32.581Z] stable info: [2021-02-04T03:54:32.581Z] ------------------- [2021-02-04T03:54:32.581Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T03:54:32.581Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T03:54:32.581Z] Message: update stable to v1.0.179 [2021-02-04T03:54:33.187Z] ------------------- [2021-02-04T03:54:33.187Z] experimental info: [2021-02-04T03:54:33.187Z] ------------------- [2021-02-04T03:54:33.187Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T03:54:33.187Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T03:54:33.187Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T03:54:33.485Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T03:54:33.603Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T03:54:33.693Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T03:54:33.785Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T03:54:33.873Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T03:54:33.961Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T03:54:34.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T03:54:34.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T03:54:34.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T03:54:34.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T03:54:34.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T03:54:34.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T03:54:34.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T03:54:34.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T03:54:34.755Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T03:54:34.864Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T03:54:34.986Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T03:54:35.079Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T03:54:35.204Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T03:54:35.294Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T03:54:35.377Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T03:54:35.462Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T03:54:35.546Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T03:54:35.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3121 [Pipeline] echo [2021-02-04T03:54:35.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3121 [Pipeline] echo [2021-02-04T03:54:35.813Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3121 [Pipeline] echo [2021-02-04T03:54:35.897Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [Pipeline] echo [2021-02-04T03:54:35.987Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c456ba [Pipeline] echo [2021-02-04T03:54:36.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T03:54:36.260Z] provisioning config files... [2021-02-04T03:54:36.301Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5010665480113585981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T03:54:36.701Z] ---> docker-login.sh [2021-02-04T03:54:36.701Z] nexus3.edgexfoundry.org:10001 [2021-02-04T03:54:37.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:54:37.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:54:37.584Z] Configure a credential helper to remove this warning. See [2021-02-04T03:54:37.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:54:37.584Z] [2021-02-04T03:54:37.584Z] Login Succeeded [2021-02-04T03:54:37.584Z] nexus3.edgexfoundry.org:10002 [2021-02-04T03:54:37.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:54:37.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:54:37.853Z] Configure a credential helper to remove this warning. See [2021-02-04T03:54:37.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:54:37.853Z] [2021-02-04T03:54:37.853Z] Login Succeeded [2021-02-04T03:54:37.853Z] nexus3.edgexfoundry.org:10003 [2021-02-04T03:54:38.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:54:38.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:54:38.122Z] Configure a credential helper to remove this warning. See [2021-02-04T03:54:38.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:54:38.122Z] [2021-02-04T03:54:38.122Z] Login Succeeded [2021-02-04T03:54:38.122Z] nexus3.edgexfoundry.org:10004 [2021-02-04T03:54:38.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:54:38.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:54:38.682Z] Configure a credential helper to remove this warning. See [2021-02-04T03:54:38.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:54:38.682Z] [2021-02-04T03:54:38.682Z] Login Succeeded [2021-02-04T03:54:38.682Z] docker.io [2021-02-04T03:54:38.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:54:39.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:54:39.587Z] Configure a credential helper to remove this warning. See [2021-02-04T03:54:39.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:54:39.587Z] [2021-02-04T03:54:39.587Z] Login Succeeded [2021-02-04T03:54:39.587Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T03:54:39.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T03:54:40.105Z] ++ 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-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T03:54:40.105Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T03:54:40.105Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T03:54:40.105Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T03:54:40.105Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T03:54:40.105Z] ++ cut -d/ -f2 [2021-02-04T03:54:40.105Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T03:54:40.233Z] 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-04T03:54:41.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T03:54:41.196Z] [2021-02-04T03:54:41.196Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:54:41.560Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T03:54:41.561Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T03:54:41.561Z] 31603596830f: Pulling fs layer [2021-02-04T03:54:41.561Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T03:54:41.561Z] 6ca5941a6612: Pulling fs layer [2021-02-04T03:54:41.561Z] ecc8261a40a4: Pulling fs layer [2021-02-04T03:54:41.561Z] ecc8261a40a4: Waiting [2021-02-04T03:54:41.561Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T03:54:41.561Z] 2a8b12db71e7: Download complete [2021-02-04T03:54:41.839Z] 31603596830f: Verifying Checksum [2021-02-04T03:54:41.839Z] 31603596830f: Download complete [2021-02-04T03:54:42.121Z] ecc8261a40a4: Verifying Checksum [2021-02-04T03:54:42.121Z] ecc8261a40a4: Download complete [2021-02-04T03:54:42.121Z] 6ca5941a6612: Verifying Checksum [2021-02-04T03:54:42.121Z] 6ca5941a6612: Download complete [2021-02-04T03:54:42.417Z] 31603596830f: Pull complete [2021-02-04T03:54:42.706Z] 2a8b12db71e7: Pull complete [2021-02-04T03:54:44.174Z] 6ca5941a6612: Pull complete [2021-02-04T03:54:44.174Z] ecc8261a40a4: Pull complete [2021-02-04T03:54:44.451Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T03:54:44.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T03:54:44.451Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T03:54:44.685Z] prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container [2021-02-04T03:54:44.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T03:54:47.411Z] $ docker top 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T03:54:47.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T03:54:47.810Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T03:54:48.220Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T03:54:48.225Z] $ docker exec 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent [2021-02-04T03:54:48.737Z] SSH_AUTH_SOCK=/tmp/ssh-lYFZqVYZKDIU/agent.11 [2021-02-04T03:54:48.737Z] SSH_AGENT_PID=16 [2021-02-04T03:54:48.772Z] Running ssh-add (command line suppressed) [2021-02-04T03:54:49.074Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_179713277404706031.key (/w/workspace/edgex-go/3@tmp/private_key_179713277404706031.key) [2021-02-04T03:54:49.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T03:54:49.566Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T03:54:49.641Z] $ docker exec --env ******** --env ******** 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent -k [2021-02-04T03:54:49.881Z] unset SSH_AUTH_SOCK; [2021-02-04T03:54:49.881Z] unset SSH_AGENT_PID; [2021-02-04T03:54:49.881Z] echo Agent pid 16 killed; [2021-02-04T03:54:49.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T03:54:50.141Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T03:54:50.141Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T03:54:50.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T03:54:50.491Z] $ docker exec 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent [2021-02-04T03:54:50.806Z] SSH_AUTH_SOCK=/tmp/ssh-nxAqaYceTe7X/agent.46 [2021-02-04T03:54:50.806Z] SSH_AGENT_PID=51 [2021-02-04T03:54:50.816Z] Running ssh-add (command line suppressed) [2021-02-04T03:54:51.065Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7204016387190672058.key (/w/workspace/edgex-go/3@tmp/private_key_7204016387190672058.key) [2021-02-04T03:54:51.142Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T03:54:51.572Z] + git semver init [2021-02-04T03:54:51.572Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T03:54:51.572Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-04T03:54:51.572Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-04T03:54:51.572Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T03:54:51.572Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T03:54:51.572Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T03:54:51.572Z] # $SEMVER_BRANCH = PR-3121 [2021-02-04T03:54:51.572Z] # $SEMVER_TEMP = /tmp/semver-833069348 [2021-02-04T03:54:51.572Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T03:55:18.859Z] # '/tmp/semver-833069348' -> '/w/workspace/edgex-go/3/.semver' [2021-02-04T03:55:19.846Z] # -> Force: false [2021-02-04T03:55:19.846Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-04T03:55:19.870Z] $ docker exec --env ******** --env ******** 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 ssh-agent -k [2021-02-04T03:55:20.286Z] unset SSH_AUTH_SOCK; [2021-02-04T03:55:20.286Z] unset SSH_AGENT_PID; [2021-02-04T03:55:20.287Z] echo Agent pid 51 killed; [2021-02-04T03:55:20.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T03:55:21.116Z] + git semver [Pipeline] } [2021-02-04T03:55:21.159Z] $ docker stop --time=1 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 [2021-02-04T03:55:23.357Z] $ docker rm -f 5b5320ffe7e70508b5462b15494254a6c6f8d6a7521b4ad46fc846857b92a8c1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T03:55:24.071Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T03:55:25.230Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T03:55:25.233Z] [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-04T03:55:26.232Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T03:55:26.601Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T03:55:26.948Z] + true [2021-02-04T03:55:26.948Z] + sudo service docker restart [2021-02-04T03:55:26.948Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T03:55:27.949Z] ========================================================= [2021-02-04T03:55:27.949Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T03:55:27.949Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:55:28.307Z] + 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-04T03:55:35.162Z] Sending build context to Docker daemon 327.5MB [2021-02-04T03:55:35.163Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T03:55:35.163Z] Step 2/6 : FROM ${BASE} [2021-02-04T03:55:35.163Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T03:55:35.163Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T03:55:35.163Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T03:55:35.163Z] de9db76c5a1d: Pulling fs layer [2021-02-04T03:55:35.163Z] bca2f99d35d6: Pulling fs layer [2021-02-04T03:55:35.163Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T03:55:35.163Z] 7c6f9722023f: Pulling fs layer [2021-02-04T03:55:35.163Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T03:55:35.163Z] 93359f2a8cfa: Waiting [2021-02-04T03:55:35.163Z] 7c6f9722023f: Waiting [2021-02-04T03:55:35.163Z] a35cf1a2eb13: Waiting [2021-02-04T03:55:35.163Z] bca2f99d35d6: Waiting [2021-02-04T03:55:35.163Z] de9db76c5a1d: Verifying Checksum [2021-02-04T03:55:35.163Z] de9db76c5a1d: Download complete [2021-02-04T03:55:35.163Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T03:55:35.163Z] 0ef7d3d256c8: Download complete [2021-02-04T03:55:35.163Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T03:55:35.163Z] 93359f2a8cfa: Download complete [2021-02-04T03:55:35.163Z] 7c6f9722023f: Verifying Checksum [2021-02-04T03:55:35.163Z] 7c6f9722023f: Download complete [2021-02-04T03:55:35.163Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T03:55:35.163Z] 188c0c94c7c5: Download complete [2021-02-04T03:55:36.153Z] 188c0c94c7c5: Pull complete [2021-02-04T03:55:36.153Z] 0ef7d3d256c8: Pull complete [2021-02-04T03:55:36.432Z] de9db76c5a1d: Pull complete [2021-02-04T03:55:39.150Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T03:55:39.150Z] a35cf1a2eb13: Download complete [2021-02-04T03:55:39.752Z] bca2f99d35d6: Verifying Checksum [2021-02-04T03:55:39.752Z] bca2f99d35d6: Download complete [2021-02-04T03:55:40.640Z] Still waiting to schedule task [2021-02-04T03:55:40.640Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T03:55:49.930Z] bca2f99d35d6: Pull complete [2021-02-04T03:55:49.930Z] 93359f2a8cfa: Pull complete [2021-02-04T03:55:49.930Z] 7c6f9722023f: Pull complete [2021-02-04T03:55:56.696Z] a35cf1a2eb13: Pull complete [2021-02-04T03:55:56.696Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T03:55:56.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T03:55:56.696Z] ---> a62c8e92a672 [2021-02-04T03:55:56.696Z] 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-04T03:55:56.696Z] ---> Running in 57ce17ff2f5d [2021-02-04T03:55:57.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T03:55:57.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T03:55:58.471Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T03:55:58.743Z] (2/12) Installing file (5.38-r0) [2021-02-04T03:55:58.743Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T03:55:59.035Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T03:56:04.434Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T03:56:04.434Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T03:56:04.434Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T03:56:04.703Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T03:56:04.703Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T03:56:04.703Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T03:56:04.989Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T03:56:04.989Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T03:56:04.989Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T03:56:04.989Z] OK: 233 MiB in 51 packages [2021-02-04T03:56:09.401Z] Removing intermediate container 57ce17ff2f5d [2021-02-04T03:56:09.401Z] ---> eeef7d989b74 [2021-02-04T03:56:09.401Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T03:56:09.401Z] ---> Running in 4685dade4258 [2021-02-04T03:56:09.401Z] Removing intermediate container 4685dade4258 [2021-02-04T03:56:09.401Z] ---> 9aa9bcbb9eca [2021-02-04T03:56:09.401Z] Step 5/6 : COPY go.mod . [2021-02-04T03:56:10.022Z] ---> e957bf6df211 [2021-02-04T03:56:10.022Z] Step 6/6 : RUN go mod download [2021-02-04T03:56:10.022Z] ---> Running in c5dfee7f8246 [2021-02-04T03:56:37.046Z] Removing intermediate container c5dfee7f8246 [2021-02-04T03:56:37.046Z] ---> e0529497025c [2021-02-04T03:56:37.046Z] Successfully built e0529497025c [2021-02-04T03:56:37.046Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:56:37.402Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T03:56:37.669Z] . [Pipeline] withDockerContainer [2021-02-04T03:56:37.857Z] prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container [2021-02-04T03:56:37.935Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T03:56:39.904Z] $ docker top 79eadcc4c203cd90000d69f9a31f1598d14f9d023e699a180ac34afb96af7966 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T03:56:40.489Z] + go version [2021-02-04T03:56:40.489Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T03:56:40.522Z] $ docker stop --time=1 79eadcc4c203cd90000d69f9a31f1598d14f9d023e699a180ac34afb96af7966 [2021-02-04T03:56:42.119Z] $ docker rm -f 79eadcc4c203cd90000d69f9a31f1598d14f9d023e699a180ac34afb96af7966 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:56:43.014Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T03:56:43.014Z] . [Pipeline] withDockerContainer [2021-02-04T03:56:43.182Z] prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container [2021-02-04T03:56:43.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T03:56:44.620Z] $ docker top 70213731b8b49997ffa8a7bbeb47600d71af87475dd57556accaf6b09ce06822 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T03:56:44.866Z] ========================================================= [2021-02-04T03:56:44.867Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T03:56:44.867Z] ========================================================= [Pipeline] sh [2021-02-04T03:56:45.240Z] + make test [2021-02-04T03:56:45.549Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T03:57:00.932Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T03:57:27.542Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24840 in /w/workspace/edgexfoundry_edgex-go_PR-3121 [Pipeline] { [Pipeline] ws [2021-02-04T03:57:27.600Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-04T03:57:33.083Z] using credential edgex-jenkins-ssh [2021-02-04T03:57:33.146Z] Cloning the remote Git repository [2021-02-04T03:57:33.798Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T03:57:33.218Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T03:57:33.338Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-04T03:57:33.423Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T03:57:33.424Z] > git --version # timeout=10 [2021-02-04T03:57:33.445Z] > git --version # 'git version 2.17.1' [2021-02-04T03:57:33.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T03:57:33.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T03:57:36.555Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T03:57:40.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T03:57:40.266Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T03:57:40.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T03:57:44.778Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T03:57:44.778Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T03:57:44.778Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T03:57:44.778Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T03:57:44.778Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T03:57:46.271Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T03:57:49.341Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T03:57:49.357Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T03:57:49.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T03:57:49.433Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T03:57:49.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T03:57:49.445Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3121/head:refs/remotes/origin/PR-3121 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T03:57:50.270Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T03:57:50.819Z] Merge succeeded, producing 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T03:57:50.819Z] Checking out Revision 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 (PR-3121) [2021-02-04T03:57:50.872Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T03:57:50.872Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T03:57:50.872Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T03:57:50.295Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T03:57:50.316Z] > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 [2021-02-04T03:57:50.634Z] > git remote # timeout=10 [2021-02-04T03:57:50.694Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T03:57:50.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T03:57:50.754Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T03:57:50.785Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T03:57:50.833Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T03:57:50.870Z] > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 [2021-02-04T03:57:54.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.179s coverage: 46.0% of statements [2021-02-04T03:57:54.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T03:57:54.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T03:57:54.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T03:57:54.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T03:57:54.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T03:57:54.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T03:57:54.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T03:57:54.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.184s coverage: 100.0% of statements [2021-02-04T03:57:55.319Z] Commit message: "feat(meta): Upgrade go-mod-core-contract lib to v2.0.0-dev.19" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T03:57:57.005Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T03:57:57.418Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T03:57:57.762Z] + true [2021-02-04T03:57:57.762Z] + sudo service docker restart [2021-02-04T03:57:58.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.693s coverage: 27.1% of statements [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T03:57:58.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T03:57:58.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T03:57:58.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T03:57:59.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 65.8% of statements [2021-02-04T03:57:59.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T03:57:59.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T03:58:00.490Z] provisioning config files... [2021-02-04T03:58:00.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.561s coverage: 82.3% of statements [2021-02-04T03:58:00.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T03:58:00.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T03:58:00.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T03:58:00.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T03:58:00.531Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2494222258934092138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T03:58:00.938Z] ---> docker-login.sh [2021-02-04T03:58:00.938Z] nexus3.edgexfoundry.org:10001 [2021-02-04T03:58:01.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:58:02.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:58:02.206Z] Configure a credential helper to remove this warning. See [2021-02-04T03:58:02.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:58:02.206Z] [2021-02-04T03:58:02.206Z] Login Succeeded [2021-02-04T03:58:02.206Z] nexus3.edgexfoundry.org:10002 [2021-02-04T03:58:02.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:58:02.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:58:02.753Z] Configure a credential helper to remove this warning. See [2021-02-04T03:58:02.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:58:02.753Z] [2021-02-04T03:58:02.753Z] Login Succeeded [2021-02-04T03:58:02.753Z] nexus3.edgexfoundry.org:10003 [2021-02-04T03:58:03.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:58:03.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:58:03.310Z] Configure a credential helper to remove this warning. See [2021-02-04T03:58:03.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:58:03.310Z] [2021-02-04T03:58:03.310Z] Login Succeeded [2021-02-04T03:58:03.310Z] nexus3.edgexfoundry.org:10004 [2021-02-04T03:58:03.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:58:03.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:58:03.856Z] Configure a credential helper to remove this warning. See [2021-02-04T03:58:03.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:58:03.856Z] [2021-02-04T03:58:03.856Z] Login Succeeded [2021-02-04T03:58:03.856Z] docker.io [2021-02-04T03:58:04.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T03:58:04.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T03:58:04.729Z] Configure a credential helper to remove this warning. See [2021-02-04T03:58:04.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T03:58:04.729Z] [2021-02-04T03:58:04.729Z] Login Succeeded [2021-02-04T03:58:04.729Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T03:58:04.747Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T03:58:05.230Z] ========================================================= [2021-02-04T03:58:05.231Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T03:58:05.231Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:58:05.621Z] + 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-04T03:58:05.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.779s coverage: 28.6% of statements [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T03:58:05.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T03:58:05.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T03:58:05.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.265s coverage: 86.7% of statements [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T03:58:05.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.178s coverage: 97.5% of statements [2021-02-04T03:58:05.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T03:58:06.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-02-04T03:58:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T03:58:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T03:58:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T03:58:06.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T03:58:08.261Z] Sending build context to Docker daemon 166.1MB [2021-02-04T03:58:08.261Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T03:58:08.261Z] Step 2/6 : FROM ${BASE} [2021-02-04T03:58:08.261Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T03:58:08.261Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T03:58:08.261Z] a4357932f1b6: Pulling fs layer [2021-02-04T03:58:08.261Z] 18c013af1878: Pulling fs layer [2021-02-04T03:58:08.261Z] 00ac8860ef70: Pulling fs layer [2021-02-04T03:58:08.261Z] 63d7cb157983: Pulling fs layer [2021-02-04T03:58:08.261Z] b116817d02f9: Pulling fs layer [2021-02-04T03:58:08.261Z] 745a02a5169b: Pulling fs layer [2021-02-04T03:58:08.261Z] 63d7cb157983: Waiting [2021-02-04T03:58:08.261Z] b116817d02f9: Waiting [2021-02-04T03:58:08.261Z] 745a02a5169b: Waiting [2021-02-04T03:58:08.261Z] 00ac8860ef70: Waiting [2021-02-04T03:58:08.261Z] 18c013af1878: Verifying Checksum [2021-02-04T03:58:08.261Z] 18c013af1878: Download complete [2021-02-04T03:58:08.261Z] a4357932f1b6: Verifying Checksum [2021-02-04T03:58:08.261Z] a4357932f1b6: Download complete [2021-02-04T03:58:08.261Z] 63d7cb157983: Verifying Checksum [2021-02-04T03:58:08.261Z] 63d7cb157983: Download complete [2021-02-04T03:58:08.261Z] b116817d02f9: Verifying Checksum [2021-02-04T03:58:08.261Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T03:58:08.261Z] 5f621e34cdf4: Download complete [2021-02-04T03:58:08.892Z] 5f621e34cdf4: Pull complete [2021-02-04T03:58:09.497Z] a4357932f1b6: Pull complete [2021-02-04T03:58:09.772Z] 18c013af1878: Pull complete [2021-02-04T03:58:10.764Z] 745a02a5169b: Verifying Checksum [2021-02-04T03:58:10.764Z] 745a02a5169b: Download complete [2021-02-04T03:58:11.369Z] 00ac8860ef70: Verifying Checksum [2021-02-04T03:58:11.369Z] 00ac8860ef70: Download complete [2021-02-04T03:58:12.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.774s coverage: 92.8% of statements [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T03:58:12.247Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T03:58:12.247Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T03:58:12.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T03:58:12.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.108s coverage: 45.5% of statements [2021-02-04T03:58:12.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.317s coverage: 79.5% of statements [2021-02-04T03:58:12.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-02-04T03:58:12.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements [2021-02-04T03:58:13.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements [2021-02-04T03:58:21.559Z] 00ac8860ef70: Pull complete [2021-02-04T03:58:22.161Z] 63d7cb157983: Pull complete [2021-02-04T03:58:22.443Z] b116817d02f9: Pull complete [2021-02-04T03:58:26.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.231s coverage: 94.4% of statements [2021-02-04T03:58:26.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-02-04T03:58:26.765Z] 745a02a5169b: Pull complete [2021-02-04T03:58:26.765Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T03:58:26.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T03:58:26.765Z] ---> b7e6874047d6 [2021-02-04T03:58:26.765Z] 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-04T03:58:29.384Z] ---> Running in c50a98cd290f [2021-02-04T03:58:30.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T03:58:31.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T03:58:31.928Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T03:58:31.929Z] (2/12) Installing file (5.38-r0) [2021-02-04T03:58:32.200Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T03:58:32.200Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T03:58:37.578Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T03:58:37.578Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T03:58:37.578Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T03:58:37.578Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T03:58:37.578Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T03:58:37.578Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T03:58:37.578Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T03:58:37.578Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T03:58:37.848Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T03:58:37.848Z] OK: 217 MiB in 51 packages [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.155s coverage: 92.9% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.129s coverage: 87.2% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.131s coverage: 75.5% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.284s coverage: 91.4% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.303s coverage: 63.5% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.475s coverage: 68.9% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.222s coverage: 37.0% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.731s coverage: 84.0% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.379s coverage: 47.0% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.194s coverage: 100.0% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T03:58:38.834Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 90.4% of statements [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T03:58:38.834Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T03:58:42.175Z] Removing intermediate container c50a98cd290f [2021-02-04T03:58:42.175Z] ---> 4c2cc50285fb [2021-02-04T03:58:42.175Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T03:58:42.175Z] ---> Running in 32ef93a0f0ce [2021-02-04T03:58:42.175Z] Removing intermediate container 32ef93a0f0ce [2021-02-04T03:58:42.175Z] ---> 64bfd1aa1a7f [2021-02-04T03:58:42.175Z] Step 5/6 : COPY go.mod . [2021-02-04T03:58:42.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.484s coverage: 29.1% of statements [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T03:58:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T03:58:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.243s coverage: 100.0% of statements [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T03:58:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.088s coverage: 100.0% of statements [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T03:58:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T03:58:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T03:58:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T03:58:42.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T03:58:42.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-02-04T03:58:42.772Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-02-04T03:58:43.159Z] ---> c9e04185f0cf [2021-02-04T03:58:43.159Z] Step 6/6 : RUN go mod download [2021-02-04T03:58:43.159Z] ---> Running in 8472fea58928 [2021-02-04T03:58:43.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements [2021-02-04T03:58:43.683Z] GO111MODULE=on go vet ./... [2021-02-04T03:59:10.006Z] Removing intermediate container 8472fea58928 [2021-02-04T03:59:10.006Z] ---> 331f6036828e [2021-02-04T03:59:10.006Z] Successfully built 331f6036828e [2021-02-04T03:59:10.006Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:10.357Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T03:59:10.357Z] . [Pipeline] withDockerContainer [2021-02-04T03:59:10.646Z] prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container [2021-02-04T03:59:10.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T03:59:12.200Z] $ docker top 750ab07a433e2ef868e71d0e043082180eb09f824f14ac4210e6ef66148742cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T03:59:13.224Z] + go version [2021-02-04T03:59:13.224Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T03:59:13.261Z] $ docker stop --time=1 750ab07a433e2ef868e71d0e043082180eb09f824f14ac4210e6ef66148742cd [2021-02-04T03:59:15.199Z] $ docker rm -f 750ab07a433e2ef868e71d0e043082180eb09f824f14ac4210e6ef66148742cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T03:59:16.217Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T03:59:16.217Z] . [Pipeline] withDockerContainer [2021-02-04T03:59:16.482Z] prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container [2021-02-04T03:59:16.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T03:59:18.024Z] $ docker top 4cb7522297cf163308c0ca33fe12f860d41d066d817556a0370fff91ecddb163 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T03:59:18.389Z] ========================================================= [2021-02-04T03:59:18.389Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T03:59:18.389Z] ========================================================= [Pipeline] sh [2021-02-04T03:59:19.037Z] + make test [2021-02-04T03:59:19.037Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T03:59:31.218Z] gofmt -l . [2021-02-04T03:59:31.218Z] [ "`gofmt -l .`" = "" ] [2021-02-04T03:59:31.489Z] ./bin/test-go-mod-tidy.sh [2021-02-04T03:59:33.550Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T03:59:35.231Z] + ls -al . [2021-02-04T03:59:35.231Z] total 684 [2021-02-04T03:59:35.231Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 03:59 . [2021-02-04T03:59:35.231Z] drwxr-xr-x 4 root root 28 Feb 4 03:56 .. [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 03:54 .dockerignore [2021-02-04T03:59:35.231Z] drwxrwxr-x 8 1001 1001 179 Feb 4 03:54 .git [2021-02-04T03:59:35.231Z] drwxrwxr-x 3 1001 1001 125 Feb 4 03:54 .github [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 03:54 .gitignore [2021-02-04T03:59:35.231Z] drwx------ 3 1001 1001 60 Feb 4 03:55 .semver [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 03:54 .sonarcloud.properties [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 03:54 Attribution.txt [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 03:54 CONTRIBUTING.md [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 03:54 Dockerfile.build [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 03:54 Jenkinsfile [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 03:54 LICENSE [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 03:54 Makefile [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 03:54 README.md [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 03:54 SECURITY.md [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 03:55 VERSION [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 03:54 ZMQWindows.md [2021-02-04T03:59:35.231Z] drwxrwxr-x 2 1001 1001 117 Feb 4 03:54 bin [2021-02-04T03:59:35.231Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 03:54 cmd [2021-02-04T03:59:35.231Z] -rw-r--r-- 1 root root 580808 Feb 4 03:58 coverage.out [2021-02-04T03:59:35.231Z] -rw-r--r-- 1 root root 1054 Feb 4 03:59 go.mod [2021-02-04T03:59:35.231Z] -rw-r--r-- 1 root root 19399 Feb 4 03:59 go.sum [2021-02-04T03:59:35.231Z] drwxrwxr-x 8 1001 1001 127 Feb 4 03:54 internal [2021-02-04T03:59:35.231Z] drwxrwxr-x 4 1001 1001 26 Feb 4 03:54 openapi [2021-02-04T03:59:35.231Z] drwxrwxr-x 4 1001 1001 71 Feb 4 03:54 snap [2021-02-04T03:59:35.231Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 03:54 version.go [Pipeline] sh [2021-02-04T03:59:35.670Z] + '[' -e coverage.out ] [2021-02-04T03:59:35.671Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T03:59:36.117Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T03:59:36.462Z] + make build [2021-02-04T03:59:36.462Z] 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-04T03:59:41.231Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T03:59:41.961Z] 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-04T04:00:00.830Z] 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-04T04:00:05.545Z] 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-04T04:00:11.528Z] 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-04T04:00:13.211Z] 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-04T04:00:19.027Z] 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-04T04:00:22.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:00:24.654Z] 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-04T04:00:26.653Z] 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-04T04:00:28.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:00:29.334Z] 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-04T04:00:31.342Z] 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-04T04:00:32.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:00:33.411Z] 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-04T04:00:36.036Z] $ docker stop --time=1 70213731b8b49997ffa8a7bbeb47600d71af87475dd57556accaf6b09ce06822 [2021-02-04T04:00:38.265Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:00:38.266Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:00:38.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:00:38.331Z] $ docker rm -f 70213731b8b49997ffa8a7bbeb47600d71af87475dd57556accaf6b09ce06822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:00:42.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:00:42.474Z] [2021-02-04T04:00:42.474Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:00:42.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:00:43.232Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T04:00:43.232Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T04:00:43.232Z] ca9280d653b3: Pulling fs layer [2021-02-04T04:00:43.232Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T04:00:44.352Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T04:00:44.352Z] cbdbe7a5bc2a: Download complete [2021-02-04T04:00:45.040Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:00:45.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:00:45.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:00:45.041Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:00:45.041Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:00:45.041Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:00:45.087Z] cbdbe7a5bc2a: Pull complete [2021-02-04T04:00:46.395Z] ca9280d653b3: Download complete [2021-02-04T04:00:48.930Z] ca9280d653b3: Pull complete [2021-02-04T04:00:49.249Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T04:00:49.249Z] 7e9c9ca2126c: Download complete [2021-02-04T04:00:53.385Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:00:53.385Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:00:53.385Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:00:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.389s coverage: 46.0% of statements [2021-02-04T04:00:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:00:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:00:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:00:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:00:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:00:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:00:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:00:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.244s coverage: 100.0% of statements [2021-02-04T04:01:02.087Z] 7e9c9ca2126c: Pull complete [2021-02-04T04:01:02.087Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T04:01:02.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:01:02.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T04:01:02.421Z] prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container [2021-02-04T04:01:02.554Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T04:01:05.767Z] $ docker top 4c63ad91901a59d9103877b867f56b7a9ecb8c2fa57d1105d81ce60f0291ce4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:01:06.418Z] + docker-compose build --help [2021-02-04T04:01:06.418Z] + grep parallel [2021-02-04T04:01:07.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.1% of statements [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:01:07.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:01:07.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:01:07.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.300s coverage: 65.8% of statements [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:01:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:01:07.850Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:01:08.144Z] $ docker stop --time=1 4c63ad91901a59d9103877b867f56b7a9ecb8c2fa57d1105d81ce60f0291ce4d [2021-02-04T04:01:08.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.648s coverage: 82.3% of statements [2021-02-04T04:01:08.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:01:08.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:01:08.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:01:08.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:01:10.877Z] $ docker rm -f 4c63ad91901a59d9103877b867f56b7a9ecb8c2fa57d1105d81ce60f0291ce4d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:01:11.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:01:11.690Z] . [Pipeline] withDockerContainer [2021-02-04T04:01:12.326Z] prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container [2021-02-04T04:01:12.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T04:01:13.899Z] $ docker top 289c3f63b4168200e03caaed2ae97102a2c9344d30ff1e49ec4202c8ec5a791b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:01:14.612Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:01:14.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.200s coverage: 28.6% of statements [2021-02-04T04:01:14.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:01:14.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:01:14.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:01:14.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:01:14.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:01:14.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements [2021-02-04T04:01:14.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:01:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-02-04T04:01:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:01:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements [2021-02-04T04:01:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:01:15.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements [2021-02-04T04:01:15.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:01:16.056Z] Building docker-core-command-go ... [2021-02-04T04:01:16.056Z] Building docker-core-data-go ... [2021-02-04T04:01:16.056Z] Building docker-core-metadata-go ... [2021-02-04T04:01:16.056Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:01:16.056Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:01:16.056Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:01:16.056Z] Building docker-support-notifications-go ... [2021-02-04T04:01:16.056Z] Building docker-support-scheduler-go ... [2021-02-04T04:01:16.056Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:01:16.056Z] Building docker-core-command-go [2021-02-04T04:01:16.056Z] Building docker-core-metadata-go [2021-02-04T04:01:16.056Z] Building docker-security-bootstrapper-go [2021-02-04T04:01:16.056Z] Building docker-support-scheduler-go [2021-02-04T04:01:16.056Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:01:16.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements [2021-02-04T04:01:16.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:01:16.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:01:16.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:01:16.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:01:26.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.299s coverage: 92.8% of statements [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:01:26.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:01:26.462Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:01:26.462Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:01:26.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:01:26.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 45.5% of statements [2021-02-04T04:01:26.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements [2021-02-04T04:01:26.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-02-04T04:01:26.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-02-04T04:01:26.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2021-02-04T04:01:38.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-02-04T04:01:38.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.157s coverage: 92.9% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.523s coverage: 63.5% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.750s coverage: 68.9% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.337s coverage: 37.0% of statements [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:01:54.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:01:54.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.534s coverage: 84.0% of statements [2021-02-04T04:01:54.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements [2021-02-04T04:02:00.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.438s coverage: 47.0% of statements [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:02:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:02:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:02:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.202s coverage: 90.4% of statements [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:02:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.895s coverage: 29.1% of statements [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 100.0% of statements [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.116s coverage: 100.0% of statements [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:02:08.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.100s coverage: 100.0% of statements [2021-02-04T04:02:08.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-04T04:02:09.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-04T04:02:09.662Z] GO111MODULE=on go vet ./... [2021-02-04T04:02:24.821Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:02:24.821Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:02:24.821Z] ---> e0529497025c [2021-02-04T04:02:24.821Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:02:24.821Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:02:24.821Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:02:24.821Z] ---> e0529497025c [2021-02-04T04:02:24.821Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:02:24.821Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:02:24.821Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:02:24.821Z] ---> e0529497025c [2021-02-04T04:02:24.821Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:02:24.821Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:02:24.821Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:02:24.821Z] ---> e0529497025c [2021-02-04T04:02:24.821Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:02:24.821Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:02:24.821Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:02:24.821Z] ---> e0529497025c [2021-02-04T04:02:24.821Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:02:24.821Z] ---> Running in 299fdfdd7597 [2021-02-04T04:02:24.821Z] ---> Running in 45f951a5ca88 [2021-02-04T04:02:24.821Z] ---> Running in bd0f04fbcd0e [2021-02-04T04:02:24.821Z] ---> Running in be662f352c44 [2021-02-04T04:02:24.821Z] ---> Running in 6a73450015f5 [2021-02-04T04:02:24.821Z] Removing intermediate container 6a73450015f5 [2021-02-04T04:02:24.821Z] ---> 142b1ec39546 [2021-02-04T04:02:24.821Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:02:24.821Z] Removing intermediate container 299fdfdd7597 [2021-02-04T04:02:24.821Z] ---> 093b9f946385 [2021-02-04T04:02:24.821Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:02:24.821Z] Removing intermediate container bd0f04fbcd0e [2021-02-04T04:02:24.821Z] ---> db9aa99b574f [2021-02-04T04:02:24.821Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:02:24.821Z] Removing intermediate container 45f951a5ca88 [2021-02-04T04:02:24.822Z] ---> c47ce1d593a7 [2021-02-04T04:02:24.822Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:02:24.822Z] Removing intermediate container be662f352c44 [2021-02-04T04:02:24.822Z] ---> 26a98cec48e0 [2021-02-04T04:02:24.822Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:02:24.822Z] ---> Running in 6256b0016dcb [2021-02-04T04:02:24.822Z] ---> Running in 715cb46183e5 [2021-02-04T04:02:24.822Z] ---> Running in 5d10d009a4dd [2021-02-04T04:02:24.822Z] ---> Running in 9295b85fe4cc [2021-02-04T04:02:24.822Z] ---> Running in c6cdd020c24e [2021-02-04T04:02:25.112Z] Removing intermediate container 5d10d009a4dd [2021-02-04T04:02:25.112Z] ---> 84186a14bf8b [2021-02-04T04:02:25.112Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:02:25.112Z] ---> Running in a3830bd4c3ef [2021-02-04T04:02:25.112Z] Removing intermediate container 6256b0016dcb [2021-02-04T04:02:25.112Z] ---> 087f8f6aa938 [2021-02-04T04:02:25.112Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:02:25.388Z] Removing intermediate container 715cb46183e5 [2021-02-04T04:02:25.388Z] ---> 7eddc350e206 [2021-02-04T04:02:25.388Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:02:25.388Z] Removing intermediate container c6cdd020c24e [2021-02-04T04:02:25.388Z] ---> 24154b5c31ff [2021-02-04T04:02:25.388Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:02:25.388Z] Removing intermediate container 9295b85fe4cc [2021-02-04T04:02:25.388Z] ---> 1b96654a3963 [2021-02-04T04:02:25.388Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:02:25.683Z] ---> Running in cfa35b4fc2cd [2021-02-04T04:02:25.683Z] ---> Running in c0849865ac09 [2021-02-04T04:02:25.683Z] ---> Running in a7ac59d05080 [2021-02-04T04:02:25.683Z] ---> Running in 91cc574cd83c [2021-02-04T04:02:27.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:27.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:27.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:27.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:27.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:27.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:27.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:27.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:28.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:28.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:02:28.663Z] OK: 233 MiB in 51 packages [2021-02-04T04:02:28.663Z] OK: 233 MiB in 51 packages [2021-02-04T04:02:28.663Z] OK: 233 MiB in 51 packages [2021-02-04T04:02:28.939Z] OK: 233 MiB in 51 packages [2021-02-04T04:02:29.637Z] OK: 233 MiB in 51 packages [2021-02-04T04:02:30.361Z] Removing intermediate container a3830bd4c3ef [2021-02-04T04:02:30.361Z] ---> 3b8fe13a9f04 [2021-02-04T04:02:30.361Z] Step 6/23 : COPY go.mod . [2021-02-04T04:02:30.361Z] Removing intermediate container c0849865ac09 [2021-02-04T04:02:30.361Z] ---> 3e788d9a16e6 [2021-02-04T04:02:30.361Z] Step 6/23 : COPY go.mod . [2021-02-04T04:02:30.690Z] Removing intermediate container 91cc574cd83c [2021-02-04T04:02:30.690Z] ---> 897b75a84b31 [2021-02-04T04:02:30.690Z] Step 6/26 : COPY go.mod . [2021-02-04T04:02:30.690Z] Removing intermediate container cfa35b4fc2cd [2021-02-04T04:02:30.690Z] ---> 00f7a5cc9ee2 [2021-02-04T04:02:30.690Z] Step 6/31 : COPY go.mod . [2021-02-04T04:02:31.308Z] ---> b7a1ec67f941 [2021-02-04T04:02:31.308Z] Step 7/23 : RUN go mod download [2021-02-04T04:02:31.592Z] ---> 0dadd1f02fb3 [2021-02-04T04:02:31.592Z] Step 7/23 : RUN go mod download [2021-02-04T04:02:31.592Z] Removing intermediate container a7ac59d05080 [2021-02-04T04:02:31.592Z] ---> eaf04ef66640 [2021-02-04T04:02:31.592Z] Step 6/22 : COPY go.mod . [2021-02-04T04:02:31.592Z] ---> 6244f8ab3356 [2021-02-04T04:02:31.592Z] Step 7/31 : RUN go mod download [2021-02-04T04:02:31.592Z] ---> 325c80d7c0e3 [2021-02-04T04:02:31.592Z] Step 7/26 : RUN go mod download [2021-02-04T04:02:31.592Z] ---> Running in 661e2f91b9c5 [2021-02-04T04:02:31.592Z] ---> Running in 2f2411f33ab5 [2021-02-04T04:02:31.871Z] ---> Running in 5d44efb57341 [2021-02-04T04:02:31.871Z] ---> Running in ce0b7b37b454 [2021-02-04T04:02:32.180Z] ---> 15c3e6722b1a [2021-02-04T04:02:32.180Z] Step 7/22 : RUN go mod download [2021-02-04T04:02:32.491Z] ---> Running in 5ab5cbe461f1 [2021-02-04T04:02:38.601Z] Removing intermediate container 5ab5cbe461f1 [2021-02-04T04:02:38.601Z] ---> 479533ce342d [2021-02-04T04:02:38.601Z] Step 8/22 : COPY . . [2021-02-04T04:02:38.601Z] Removing intermediate container 2f2411f33ab5 [2021-02-04T04:02:38.601Z] ---> ebaa8d3379ee [2021-02-04T04:02:38.601Z] Step 8/23 : COPY . . [2021-02-04T04:02:38.601Z] Removing intermediate container ce0b7b37b454 [2021-02-04T04:02:38.601Z] ---> 8a03cfd439a2 [2021-02-04T04:02:38.601Z] Step 8/26 : COPY . . [2021-02-04T04:02:38.934Z] Removing intermediate container 5d44efb57341 [2021-02-04T04:02:38.934Z] ---> 42e99432dccb [2021-02-04T04:02:38.934Z] Step 8/31 : COPY . . [2021-02-04T04:02:39.248Z] Removing intermediate container 661e2f91b9c5 [2021-02-04T04:02:39.248Z] ---> e61b0cb60ffb [2021-02-04T04:02:39.248Z] Step 8/23 : COPY . . [2021-02-04T04:03:31.510Z] gofmt -l . [2021-02-04T04:03:31.510Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:03:31.510Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:03:31.510Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:03:32.167Z] + ls -al . [2021-02-04T04:03:32.167Z] total 712 [2021-02-04T04:03:32.167Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 04:03 . [2021-02-04T04:03:32.167Z] drwxr-xr-x 4 root root 4096 Feb 4 03:59 .. [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 03:57 .dockerignore [2021-02-04T04:03:32.167Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 03:57 .git [2021-02-04T04:03:32.167Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 03:57 .github [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 03:57 .gitignore [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 03:57 .sonarcloud.properties [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 03:57 Attribution.txt [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 03:57 CONTRIBUTING.md [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 03:57 Dockerfile.build [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 03:57 Jenkinsfile [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 03:57 LICENSE [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 03:57 Makefile [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 03:57 README.md [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 03:57 SECURITY.md [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 03:55 VERSION [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 03:57 ZMQWindows.md [2021-02-04T04:03:32.167Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 03:57 bin [2021-02-04T04:03:32.167Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 03:57 cmd [2021-02-04T04:03:32.167Z] -rw-r--r-- 1 root root 580808 Feb 4 04:02 coverage.out [2021-02-04T04:03:32.167Z] -rw-r--r-- 1 root root 1054 Feb 4 04:03 go.mod [2021-02-04T04:03:32.167Z] -rw-r--r-- 1 root root 19399 Feb 4 04:03 go.sum [2021-02-04T04:03:32.167Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 03:57 internal [2021-02-04T04:03:32.167Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 03:57 openapi [2021-02-04T04:03:32.167Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 03:57 snap [2021-02-04T04:03:32.167Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 03:57 version.go [Pipeline] sh [2021-02-04T04:03:32.826Z] + '[' -e coverage.out ] [2021-02-04T04:03:32.826Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:03:32.845Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T04:03:34.035Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:03:34.727Z] + make build [2021-02-04T04:03:34.727Z] 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-04T04:03:47.171Z] 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-04T04:04:02.002Z] ---> 40f09d72a33a [2021-02-04T04:04:02.003Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:04:02.003Z] ---> e2a5088c3e18 [2021-02-04T04:04:02.003Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:04:02.003Z] ---> Running in 553790aabc1b [2021-02-04T04:04:02.003Z] ---> Running in 54ab5f3faf29 [2021-02-04T04:04:02.003Z] ---> 8e12b42be0d1 [2021-02-04T04:04:02.003Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:04:02.003Z] ---> caae43702584 [2021-02-04T04:04:02.003Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:04:02.003Z] ---> cf6ae075f1f1 [2021-02-04T04:04:02.003Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:04:02.003Z] ---> Running in d411804c247e [2021-02-04T04:04:02.003Z] ---> Running in 2e16edcff8e0 [2021-02-04T04:04:02.003Z] ---> Running in de47c1cd9d22 [2021-02-04T04:04:02.003Z] 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-04T04:04:02.003Z] 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-04T04:04:02.003Z] 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-04T04:04:02.003Z] 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-04T04:04:02.003Z] 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-04T04:04:09.366Z] 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-04T04:04:14.785Z] 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-04T04:04:19.095Z] 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-04T04:04:20.080Z] 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-04T04:04:25.498Z] 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-04T04:04:30.901Z] 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-04T04:04:34.290Z] 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-04T04:04:38.590Z] 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-04T04:04:41.222Z] 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-04T04:04:45.536Z] 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-04T04:04:49.840Z] 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-04T04:04:50.273Z] 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 [Pipeline] } [2021-02-04T04:04:55.285Z] $ docker stop --time=1 4cb7522297cf163308c0ca33fe12f860d41d066d817556a0370fff91ecddb163 [2021-02-04T04:04:57.850Z] Removing intermediate container d411804c247e [2021-02-04T04:04:57.850Z] ---> 29b428feb84c [2021-02-04T04:04:57.850Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:04:57.850Z] ---> Running in d0a8c3a1aa1e [2021-02-04T04:04:57.889Z] $ docker rm -f 4cb7522297cf163308c0ca33fe12f860d41d066d817556a0370fff91ecddb163 [2021-02-04T04:04:58.951Z] 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:04:59.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:04:59.826Z] [2021-02-04T04:04:59.826Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:05:00.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:05:00.209Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T04:05:00.209Z] 29e5d40040c1: Pulling fs layer [2021-02-04T04:05:00.209Z] 1ce36da41761: Pulling fs layer [2021-02-04T04:05:00.209Z] 25b303627fd3: Pulling fs layer [2021-02-04T04:05:01.182Z] 29e5d40040c1: Verifying Checksum [2021-02-04T04:05:01.182Z] 29e5d40040c1: Download complete [2021-02-04T04:05:01.461Z] 1ce36da41761: Verifying Checksum [2021-02-04T04:05:01.461Z] 1ce36da41761: Download complete [2021-02-04T04:05:01.733Z] 29e5d40040c1: Pull complete [2021-02-04T04:05:03.167Z] 1ce36da41761: Pull complete [2021-02-04T04:05:03.167Z] 25b303627fd3: Verifying Checksum [2021-02-04T04:05:03.167Z] 25b303627fd3: Download complete [2021-02-04T04:05:04.561Z] Removing intermediate container 553790aabc1b [2021-02-04T04:05:04.561Z] ---> c2eefd4fda59 [2021-02-04T04:05:04.561Z] [2021-02-04T04:05:04.561Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:05:04.561Z] 3.12: Pulling from library/alpine [2021-02-04T04:05:05.611Z] Removing intermediate container d0a8c3a1aa1e [2021-02-04T04:05:05.611Z] ---> 1290279653a8 [2021-02-04T04:05:05.611Z] [2021-02-04T04:05:05.611Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:05:05.611Z] 20.10.0: Pulling from library/docker [2021-02-04T04:05:05.921Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:05:05.921Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:05:05.921Z] ---> 389fef711851 [2021-02-04T04:05:05.921Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:05:09.351Z] ---> Running in cb7171e154b0 [2021-02-04T04:05:10.840Z] Removing intermediate container de47c1cd9d22 [2021-02-04T04:05:10.840Z] ---> ddd8f31effe7 [2021-02-04T04:05:10.840Z] [2021-02-04T04:05:10.840Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:05:10.840Z] ---> 389fef711851 [2021-02-04T04:05:10.840Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:05:10.840Z] Removing intermediate container 54ab5f3faf29 [2021-02-04T04:05:10.840Z] ---> 50785a2af74e [2021-02-04T04:05:10.840Z] [2021-02-04T04:05:10.840Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:05:10.840Z] ---> 389fef711851 [2021-02-04T04:05:10.840Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:05:11.445Z] Removing intermediate container 2e16edcff8e0 [2021-02-04T04:05:11.445Z] ---> d6e9b390b24e [2021-02-04T04:05:11.445Z] [2021-02-04T04:05:11.445Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:05:11.445Z] ---> 389fef711851 [2021-02-04T04:05:11.445Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:05:11.726Z] ---> Running in c39a47281f91 [2021-02-04T04:05:11.726Z] ---> Running in 4d5f91dd862b [2021-02-04T04:05:11.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:12.120Z] ---> Running in e7e72ac11251 [2021-02-04T04:05:12.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:12.741Z] Removing intermediate container c39a47281f91 [2021-02-04T04:05:12.741Z] ---> e55d7111a909 [2021-02-04T04:05:12.741Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:05:12.741Z] ---> Running in 48f03f8d0089 [2021-02-04T04:05:12.741Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:05:13.170Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:05:13.316Z] 25b303627fd3: Pull complete [2021-02-04T04:05:13.316Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T04:05:13.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:05:13.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T04:05:13.590Z] prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container [2021-02-04T04:05:13.591Z] OK: 6 MiB in 15 packages [2021-02-04T04:05:13.694Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T04:05:14.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:14.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:14.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:14.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:14.565Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:05:14.565Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:05:14.565Z] OK: 6 MiB in 15 packages [2021-02-04T04:05:14.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:14.849Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:05:14.849Z] Removing intermediate container cb7171e154b0 [2021-02-04T04:05:14.849Z] ---> acb27c0e7c56 [2021-02-04T04:05:14.849Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:05:14.849Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:05:14.849Z] OK: 6 MiB in 15 packages [2021-02-04T04:05:14.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:15.154Z] ---> Running in 571a6e8458f8 [2021-02-04T04:05:15.155Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:05:15.155Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:05:15.155Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:05:15.155Z] OK: 6 MiB in 16 packages [2021-02-04T04:05:15.764Z] Removing intermediate container 571a6e8458f8 [2021-02-04T04:05:15.764Z] ---> d43eaf35d65d [2021-02-04T04:05:15.764Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:05:16.066Z] ---> Running in c5b02ad7237c [2021-02-04T04:05:16.333Z] Removing intermediate container 4d5f91dd862b [2021-02-04T04:05:16.333Z] ---> 763df798667c [2021-02-04T04:05:16.333Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:05:16.604Z] Removing intermediate container e7e72ac11251 [2021-02-04T04:05:16.604Z] ---> 82282c1815b3 [2021-02-04T04:05:16.604Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:05:16.604Z] Removing intermediate container c5b02ad7237c [2021-02-04T04:05:16.604Z] ---> e5246b1e2375 [2021-02-04T04:05:16.604Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:05:16.604Z] ---> Running in 54770e4aa8a1 [2021-02-04T04:05:16.604Z] ---> Running in 9243891375ed [2021-02-04T04:05:16.812Z] $ docker top 24c559ce4268ca8db096283701dacc812dc594fb462adc8b5ce21cc77bd94f15 -eo pid,comm [2021-02-04T04:05:16.892Z] Removing intermediate container 48f03f8d0089 [2021-02-04T04:05:16.892Z] ---> a610bce4f4bd [2021-02-04T04:05:16.892Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:05:16.892Z] ---> Running in da3bc1858594 [2021-02-04T04:05:17.162Z] ---> Running in 19d8e73b946b [2021-02-04T04:05:17.162Z] Removing intermediate container 54770e4aa8a1 [2021-02-04T04:05:17.162Z] ---> 96f96449dea0 [2021-02-04T04:05:17.162Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:05:17.162Z] Removing intermediate container 9243891375ed [2021-02-04T04:05:17.162Z] ---> 70b7cb18fd36 [2021-02-04T04:05:17.162Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:05:17.162Z] ---> Running in 7303f725521f [2021-02-04T04:05:17.162Z] Removing intermediate container da3bc1858594 [2021-02-04T04:05:17.162Z] ---> 0f81e49bf291 [2021-02-04T04:05:17.162Z] Step 15/23 : WORKDIR / [2021-02-04T04:05:17.162Z] ---> Running in b63b6a73f8bb [Pipeline] { [Pipeline] sh [2021-02-04T04:05:17.451Z] ---> Running in b02db10e538f [2021-02-04T04:05:17.451Z] Removing intermediate container 19d8e73b946b [2021-02-04T04:05:17.451Z] ---> 507444e15f74 [2021-02-04T04:05:17.451Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:05:17.730Z] ---> Running in 2124e11cf507 [2021-02-04T04:05:17.730Z] Removing intermediate container 7303f725521f [2021-02-04T04:05:17.730Z] ---> 7012402dfc01 [2021-02-04T04:05:17.730Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:05:17.871Z] + + docker-composegrep build parallel --help [2021-02-04T04:05:17.871Z] [2021-02-04T04:05:18.038Z] Removing intermediate container b63b6a73f8bb [2021-02-04T04:05:18.038Z] ---> a38476ecae39 [2021-02-04T04:05:18.038Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:05:18.038Z] Removing intermediate container b02db10e538f [2021-02-04T04:05:18.038Z] ---> e0c6b38277a4 [2021-02-04T04:05:18.038Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:05:18.038Z] ---> Running in 51bd851b1517 [2021-02-04T04:05:18.038Z] ---> Running in b46fe6f1ebe7 [2021-02-04T04:05:18.321Z] Removing intermediate container 2124e11cf507 [2021-02-04T04:05:18.321Z] ---> c27a12e8e601 [2021-02-04T04:05:18.321Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:05:18.606Z] ---> Running in 4410645df99b [2021-02-04T04:05:18.606Z] Removing intermediate container 51bd851b1517 [2021-02-04T04:05:18.606Z] ---> c9d2850eae43 [2021-02-04T04:05:18.606Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:05:18.941Z] Removing intermediate container b46fe6f1ebe7 [2021-02-04T04:05:18.941Z] ---> aacd77dc6813 [2021-02-04T04:05:18.941Z] Step 15/23 : WORKDIR / [2021-02-04T04:05:18.941Z] ---> 40a3fc355acc [2021-02-04T04:05:18.941Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:05:19.280Z] ---> Running in 031a8c22f54d [2021-02-04T04:05:19.577Z] ---> 9f1a47d751c6 [2021-02-04T04:05:19.577Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:05:20.197Z] Removing intermediate container 031a8c22f54d [2021-02-04T04:05:20.197Z] ---> 2bdf0150a7ea [2021-02-04T04:05:20.197Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:05:21.234Z] --parallel Build images in parallel. [2021-02-04T04:05:21.247Z] ---> 412a42aa4e97 [2021-02-04T04:05:21.247Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] } [2021-02-04T04:05:21.531Z] ---> 2b21ddc72e90 [2021-02-04T04:05:21.531Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:05:21.531Z] ---> 53bdce4c6bb6 [2021-02-04T04:05:21.531Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:05:21.565Z] $ docker stop --time=1 24c559ce4268ca8db096283701dacc812dc594fb462adc8b5ce21cc77bd94f15 [2021-02-04T04:05:21.820Z] Removing intermediate container 4410645df99b [2021-02-04T04:05:21.820Z] ---> e38f6ff9127d [2021-02-04T04:05:21.820Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:05:22.135Z] ---> 4f4e98f83e3f [2021-02-04T04:05:22.135Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:05:22.135Z] ---> Running in 1617192935f8 [2021-02-04T04:05:22.135Z] ---> Running in 03f410a556c3 [2021-02-04T04:05:22.441Z] ---> e936bcf9a702 [2021-02-04T04:05:22.441Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:05:22.441Z] ---> Running in 410bb3165bf2 [2021-02-04T04:05:22.441Z] ---> 0a674cf61850 [2021-02-04T04:05:22.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:05:22.441Z] Removing intermediate container 1617192935f8 [2021-02-04T04:05:22.441Z] ---> 2f5e47ed9650 [2021-02-04T04:05:22.441Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:05:22.441Z] Removing intermediate container 03f410a556c3 [2021-02-04T04:05:22.441Z] ---> f96893cc4baa [2021-02-04T04:05:22.441Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:05:22.733Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:05:22.733Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:05:22.733Z] ---> aefe523efa57 [2021-02-04T04:05:22.733Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:05:22.733Z] ---> Running in 16341a05abf1 [2021-02-04T04:05:23.005Z] Removing intermediate container 410bb3165bf2 [2021-02-04T04:05:23.005Z] ---> 1de54127804a [2021-02-04T04:05:23.005Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:05:23.005Z] ---> Running in 50612533690f [2021-02-04T04:05:23.005Z] ---> Running in b7c7ed8a8417 [2021-02-04T04:05:23.294Z] ---> 74200c84eb3f [2021-02-04T04:05:23.295Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:05:23.295Z] ---> ed94939e73ca [2021-02-04T04:05:23.295Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:05:23.295Z] Removing intermediate container 16341a05abf1 [2021-02-04T04:05:23.295Z] ---> 63aa855de9f6 [2021-02-04T04:05:23.295Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:05:23.585Z] ---> Running in 61a80d9a30e1 [2021-02-04T04:05:23.585Z] ---> Running in a2873e35eac2 [2021-02-04T04:05:23.585Z] ---> Running in a30cbf9919af [2021-02-04T04:05:23.585Z] Removing intermediate container b7c7ed8a8417 [2021-02-04T04:05:23.585Z] ---> f23ccc2a3e89 [2021-02-04T04:05:23.585Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:05:23.700Z] $ docker rm -f 24c559ce4268ca8db096283701dacc812dc594fb462adc8b5ce21cc77bd94f15 [2021-02-04T04:05:23.898Z] ---> Running in 71bc1156fb90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-04T04:05:24.199Z] Removing intermediate container a30cbf9919af [2021-02-04T04:05:24.199Z] ---> 4de00cbda12a [2021-02-04T04:05:24.199Z] Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:05:24.199Z] Removing intermediate container a2873e35eac2 [2021-02-04T04:05:24.199Z] ---> c48ae7c12c4e [2021-02-04T04:05:24.199Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:05:24.199Z] ---> Running in 6e86735d99ec [2021-02-04T04:05:24.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:05:24.551Z] ---> Running in 71e3cf1d30db [2021-02-04T04:05:24.551Z] Removing intermediate container 71bc1156fb90 [2021-02-04T04:05:24.551Z] ---> ee9b8e933324 [2021-02-04T04:05:24.551Z] Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:05:24.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:24.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:05:24.564Z] . [Pipeline] withDockerContainer [2021-02-04T04:05:24.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-24840 does not seem to be running inside a container [2021-02-04T04:05:24.875Z] ---> Running in baebccd5fb28 [2021-02-04T04:05:24.875Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:05:24.875Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:05:24.875Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:05:24.875Z] Removing intermediate container 6e86735d99ec [2021-02-04T04:05:24.875Z] ---> ec91ddb23318 [2021-02-04T04:05:24.875Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:05:24.875Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:05:24.875Z] OK: 12 MiB in 22 packages [2021-02-04T04:05:24.875Z] ---> Running in d221ff6864c4 [2021-02-04T04:05:24.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T04:05:25.166Z] Removing intermediate container 71e3cf1d30db [2021-02-04T04:05:25.166Z] ---> 35631ad6a8f6 [2021-02-04T04:05:25.166Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:05:25.166Z] Removing intermediate container baebccd5fb28 [2021-02-04T04:05:25.166Z] ---> d015b27b51a8 [2021-02-04T04:05:25.166Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:05:25.456Z] ---> Running in b28365df6af1 [2021-02-04T04:05:25.456Z] ---> Running in a5a0b3aebc9a [2021-02-04T04:05:25.753Z] Removing intermediate container d221ff6864c4 [2021-02-04T04:05:25.753Z] ---> fc206afa269c [2021-02-04T04:05:25.753Z] [2021-02-04T04:05:26.065Z] Removing intermediate container b28365df6af1 [2021-02-04T04:05:26.065Z] ---> 47981fb42df3 [2021-02-04T04:05:26.065Z] Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:05:26.065Z] Removing intermediate container a5a0b3aebc9a [2021-02-04T04:05:26.065Z] ---> c852f79e3715 [2021-02-04T04:05:26.065Z] [2021-02-04T04:05:26.065Z] ---> Running in 95b933297dae [2021-02-04T04:05:26.398Z] $ docker top b3e5b44678d388373974a34b9645f27e6ac269a722996ca154ecd5ea68ffa47d -eo pid,comm [2021-02-04T04:05:26.441Z] Removing intermediate container 61a80d9a30e1 [2021-02-04T04:05:26.441Z] ---> d4f8c0e550b8 [2021-02-04T04:05:26.441Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] { [2021-02-04T04:05:26.735Z] Successfully built fc206afa269c [2021-02-04T04:05:26.735Z] Successfully built c852f79e3715 [2021-02-04T04:05:26.735Z] Successfully tagged docker-core-command-go:latest [2021-02-04T04:05:26.735Z] Building docker-security-secretstore-setup-go [2021-02-04T04:05:26.735Z]  Building docker-core-command-go ... done Removing intermediate container 50612533690f [2021-02-04T04:05:26.735Z] ---> 86fc6c418b1b [2021-02-04T04:05:26.735Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:05:26.735Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T04:05:26.735Z] Building docker-support-notifications-go [Pipeline] sh [2021-02-04T04:05:27.086Z]  Building docker-support-scheduler-go ... done Removing intermediate container 95b933297dae [2021-02-04T04:05:27.086Z] ---> 116d937e8c7d [2021-02-04T04:05:27.086Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:05:27.086Z] ---> Running in 180ad713149b [2021-02-04T04:05:27.086Z] ---> Running in af7731c04f6b [2021-02-04T04:05:27.086Z] ---> cb8c6d25dc81 [2021-02-04T04:05:27.086Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:05:27.385Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:05:27.408Z] Removing intermediate container af7731c04f6b [2021-02-04T04:05:27.408Z] ---> 9418ee2058d4 [2021-02-04T04:05:27.408Z] [2021-02-04T04:05:27.706Z] Removing intermediate container 180ad713149b [2021-02-04T04:05:27.706Z] ---> d043eecf901f [2021-02-04T04:05:27.706Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:05:28.051Z] ---> Running in 6cc36f419c06 [2021-02-04T04:05:28.345Z] Successfully built 9418ee2058d4 [2021-02-04T04:05:28.345Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T04:05:28.345Z] Building docker-core-data-go [2021-02-04T04:05:28.646Z]  Building docker-core-metadata-go ... done  ---> 030551e28b55 [2021-02-04T04:05:28.646Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:05:29.015Z] Removing intermediate container 6cc36f419c06 [2021-02-04T04:05:29.015Z] ---> 33379d5cac69 [2021-02-04T04:05:29.015Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:05:29.700Z] ---> Running in f25aecde0ac3 [2021-02-04T04:05:31.671Z] Building docker-core-command-go ... [2021-02-04T04:05:31.671Z] Building docker-core-data-go ... [2021-02-04T04:05:31.671Z] Building docker-core-metadata-go ... [2021-02-04T04:05:31.671Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:05:31.671Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:05:31.671Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:05:31.671Z] Building docker-support-notifications-go ... [2021-02-04T04:05:31.671Z] Building docker-support-scheduler-go ... [2021-02-04T04:05:31.671Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:05:31.671Z] Building docker-core-data-go [2021-02-04T04:05:31.671Z] Building docker-support-scheduler-go [2021-02-04T04:05:31.671Z] Building docker-security-bootstrapper-go [2021-02-04T04:05:31.671Z] Building docker-support-notifications-go [2021-02-04T04:05:31.671Z] Building docker-core-metadata-go [2021-02-04T04:05:31.857Z] ---> 8fc2cb16d6bf [2021-02-04T04:05:31.857Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:05:31.857Z] Removing intermediate container f25aecde0ac3 [2021-02-04T04:05:31.857Z] ---> 7adca86e5ee0 [2021-02-04T04:05:31.857Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:05:33.325Z] ---> 19296707eaa2 [2021-02-04T04:05:33.325Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:05:33.325Z] ---> 45528252ab74 [2021-02-04T04:05:33.325Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:05:36.572Z] ---> 2dba8574c5eb [2021-02-04T04:05:36.572Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:05:36.572Z] ---> 7da5e4635a73 [2021-02-04T04:05:36.572Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:05:37.228Z] ---> Running in d4ef37a93329 [2021-02-04T04:05:37.228Z] ---> 485a7f870965 [2021-02-04T04:05:37.228Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:05:37.511Z] ---> Running in 668b6580ff83 [2021-02-04T04:05:37.511Z] Removing intermediate container d4ef37a93329 [2021-02-04T04:05:37.511Z] ---> 6aff86361563 [2021-02-04T04:05:37.511Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:05:39.725Z] ---> f02cf8a07902 [2021-02-04T04:05:39.725Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:05:39.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:40.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:05:40.338Z] ---> Running in d1f32f25ca3b [2021-02-04T04:05:40.338Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:05:40.338Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:05:40.338Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:05:40.630Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:05:40.630Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:05:40.630Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:05:40.630Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:05:42.784Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:05:42.784Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:05:43.064Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:05:43.064Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:05:43.349Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:05:43.349Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:05:43.349Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:05:43.955Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:05:44.927Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:05:45.204Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:05:45.205Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:05:45.205Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:05:45.205Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:05:45.483Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:05:45.483Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:05:45.483Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:05:45.941Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:05:45.941Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:05:45.941Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:05:46.548Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:05:46.548Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:05:46.548Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:05:46.548Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:05:46.836Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:05:46.836Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:05:46.836Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:05:49.675Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:05:49.675Z] OK: 71 MiB in 55 packages [2021-02-04T04:05:49.675Z] Removing intermediate container d1f32f25ca3b [2021-02-04T04:05:49.675Z] ---> 9a92ac99a097 [2021-02-04T04:05:49.675Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:05:50.697Z] ---> Running in 8cd4ad2b9b47 [2021-02-04T04:05:51.747Z] Removing intermediate container 8cd4ad2b9b47 [2021-02-04T04:05:51.747Z] ---> 3924b1bc259a [2021-02-04T04:05:51.747Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:05:53.416Z] ---> Running in 0d2ff2dfe09a [2021-02-04T04:05:54.628Z] Removing intermediate container 0d2ff2dfe09a [2021-02-04T04:05:54.628Z] ---> da6cf2da1531 [2021-02-04T04:05:54.628Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T04:05:56.435Z] ---> Running in ebfbd5a3f8ab [2021-02-04T04:05:58.697Z] Removing intermediate container ebfbd5a3f8ab [2021-02-04T04:05:58.697Z] ---> e17642c258b9 [2021-02-04T04:05:58.697Z] Step 30/31 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:05:59.846Z] ---> Running in 934ce6cee798 [2021-02-04T04:06:01.944Z] Removing intermediate container 934ce6cee798 [2021-02-04T04:06:01.944Z] ---> 96f6edc35c36 [2021-02-04T04:06:01.944Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:06:05.070Z] ---> Running in 97794fcb33a9 [2021-02-04T04:06:07.234Z] Removing intermediate container 97794fcb33a9 [2021-02-04T04:06:07.234Z] ---> 42c4b3470561 [2021-02-04T04:06:07.234Z] [2021-02-04T04:06:10.044Z] Successfully built 42c4b3470561 [2021-02-04T04:06:10.044Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T04:06:10.044Z] Building docker-security-proxy-setup-go [2021-02-04T04:06:15.677Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:15.677Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:15.677Z] ---> e0529497025c [2021-02-04T04:06:15.677Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 26a98cec48e0 [2021-02-04T04:06:15.677Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 24154b5c31ff [2021-02-04T04:06:15.677Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:06:15.677Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:15.677Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:15.677Z] ---> e0529497025c [2021-02-04T04:06:15.677Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 26a98cec48e0 [2021-02-04T04:06:15.677Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 24154b5c31ff [2021-02-04T04:06:15.677Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:06:15.677Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:15.677Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:15.677Z] ---> e0529497025c [2021-02-04T04:06:15.677Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 26a98cec48e0 [2021-02-04T04:06:15.677Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 24154b5c31ff [2021-02-04T04:06:15.677Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> eaf04ef66640 [2021-02-04T04:06:15.677Z] Step 6/24 : COPY go.mod . [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 15c3e6722b1a [2021-02-04T04:06:15.677Z] Step 7/24 : RUN go mod download [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 479533ce342d [2021-02-04T04:06:15.677Z] Step 8/24 : COPY . . [2021-02-04T04:06:15.677Z] ---> Using cache [2021-02-04T04:06:15.677Z] ---> 40f09d72a33a [2021-02-04T04:06:15.677Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:06:17.245Z] ---> Running in 30fd75acf24d [2021-02-04T04:06:17.245Z] ---> Running in b8c234d2f04a [2021-02-04T04:06:17.245Z] ---> Running in fe54ce1254f0 [2021-02-04T04:06:20.014Z] 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-04T04:06:20.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:06:20.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:06:21.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:06:21.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:06:22.177Z] OK: 233 MiB in 51 packages [2021-02-04T04:06:22.516Z] OK: 233 MiB in 51 packages [2021-02-04T04:06:25.379Z] Removing intermediate container b8c234d2f04a [2021-02-04T04:06:25.379Z] ---> 47f7eb10a6e4 [2021-02-04T04:06:25.379Z] Step 6/22 : COPY go.mod . [2021-02-04T04:06:26.031Z] Removing intermediate container 30fd75acf24d [2021-02-04T04:06:26.031Z] ---> 0addfe6cdb17 [2021-02-04T04:06:26.031Z] Step 6/23 : COPY go.mod . [2021-02-04T04:06:27.066Z] ---> cc779c87e1c2 [2021-02-04T04:06:27.066Z] Step 7/22 : RUN go mod download [2021-02-04T04:06:27.684Z] ---> Running in 82a47b9a9bfc [2021-02-04T04:06:27.684Z] ---> 2192666a9a18 [2021-02-04T04:06:27.684Z] Step 7/23 : RUN go mod download [2021-02-04T04:06:28.303Z] ---> Running in ab7ff34d05aa [2021-02-04T04:06:41.455Z] Removing intermediate container 82a47b9a9bfc [2021-02-04T04:06:41.455Z] ---> 1d5926226b79 [2021-02-04T04:06:41.455Z] Step 8/22 : COPY . . [2021-02-04T04:06:41.455Z] Removing intermediate container ab7ff34d05aa [2021-02-04T04:06:41.455Z] ---> a441ffc00d74 [2021-02-04T04:06:41.455Z] Step 8/23 : COPY . . [2021-02-04T04:06:45.487Z] Removing intermediate container 668b6580ff83 [2021-02-04T04:06:45.487Z] ---> ca2f42fc3d39 [2021-02-04T04:06:45.487Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:06:48.521Z] ---> Running in 1fd270e5dc30 [2021-02-04T04:06:52.419Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:52.419Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:52.419Z] ---> e0529497025c [2021-02-04T04:06:52.419Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:06:52.419Z] ---> Using cache [2021-02-04T04:06:52.419Z] ---> 26a98cec48e0 [2021-02-04T04:06:52.419Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:52.419Z] ---> Using cache [2021-02-04T04:06:52.420Z] ---> 24154b5c31ff [2021-02-04T04:06:52.420Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:06:52.420Z] ---> Using cache [2021-02-04T04:06:52.420Z] ---> eaf04ef66640 [2021-02-04T04:06:52.420Z] Step 6/21 : COPY go.mod . [2021-02-04T04:06:52.420Z] ---> Using cache [2021-02-04T04:06:52.420Z] ---> 15c3e6722b1a [2021-02-04T04:06:52.420Z] Step 7/21 : RUN go mod download [2021-02-04T04:06:52.420Z] ---> Using cache [2021-02-04T04:06:52.420Z] ---> 479533ce342d [2021-02-04T04:06:52.420Z] Step 8/21 : COPY . . [2021-02-04T04:06:52.420Z] ---> Using cache [2021-02-04T04:06:52.420Z] ---> 40f09d72a33a [2021-02-04T04:06:52.420Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:06:53.412Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:53.412Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:53.412Z] ---> 331f6036828e [2021-02-04T04:06:53.412Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:06:53.412Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:53.412Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:53.412Z] ---> 331f6036828e [2021-02-04T04:06:53.412Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:06:53.412Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:53.412Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:53.412Z] ---> 331f6036828e [2021-02-04T04:06:53.412Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:06:53.412Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:53.412Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:53.412Z] ---> 331f6036828e [2021-02-04T04:06:53.412Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:06:53.412Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:06:53.412Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:06:53.412Z] ---> 331f6036828e [2021-02-04T04:06:53.412Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:06:53.412Z] ---> Running in 0ad5f93206eb [2021-02-04T04:06:53.412Z] ---> Running in 24aeb3ef404e [2021-02-04T04:06:53.412Z] ---> Running in ef77c3405ed3 [2021-02-04T04:06:53.412Z] ---> Running in c5300766939e [2021-02-04T04:06:53.412Z] ---> Running in e4870afa69e0 [2021-02-04T04:06:53.412Z] Removing intermediate container 0ad5f93206eb [2021-02-04T04:06:53.412Z] Removing intermediate container c5300766939e [2021-02-04T04:06:53.412Z] ---> ec0e2c63b7e0 [2021-02-04T04:06:53.412Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:53.412Z] ---> f74cfca4d803 [2021-02-04T04:06:53.412Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:53.412Z] Removing intermediate container 24aeb3ef404e [2021-02-04T04:06:53.412Z] ---> f36ba83af469 [2021-02-04T04:06:53.412Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:53.412Z] Removing intermediate container ef77c3405ed3 [2021-02-04T04:06:53.412Z] ---> f1ca0f729691 [2021-02-04T04:06:53.412Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:53.412Z] Removing intermediate container e4870afa69e0 [2021-02-04T04:06:53.412Z] ---> 80e38790d973 [2021-02-04T04:06:53.412Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:06:53.412Z] ---> Running in 054a43083361 [2021-02-04T04:06:53.412Z] ---> Running in 6e2844c2d99f [2021-02-04T04:06:53.412Z] ---> Running in 4ab7447bed30 [2021-02-04T04:06:53.412Z] ---> Running in 7eb375ab9e26 [2021-02-04T04:06:53.412Z] ---> Running in ac4e570cb195 [2021-02-04T04:06:53.412Z] Removing intermediate container 054a43083361 [2021-02-04T04:06:53.412Z] ---> 21c7a479598d [2021-02-04T04:06:53.412Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:06:53.412Z] ---> Running in d0350928c5e1 [2021-02-04T04:06:53.412Z] Removing intermediate container 6e2844c2d99f [2021-02-04T04:06:53.412Z] ---> 0940552fda42 [2021-02-04T04:06:53.412Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:06:53.412Z] Removing intermediate container ac4e570cb195 [2021-02-04T04:06:53.412Z] ---> e55bf3057744 [2021-02-04T04:06:53.412Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:06:53.412Z] ---> Running in 3db5e9d5140e [2021-02-04T04:06:53.412Z] ---> Running in e6b4d594baab [2021-02-04T04:06:53.412Z] Removing intermediate container 7eb375ab9e26 [2021-02-04T04:06:53.412Z] ---> a4fe539702d8 [2021-02-04T04:06:53.412Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:06:53.412Z] Removing intermediate container 4ab7447bed30 [2021-02-04T04:06:53.412Z] ---> d521309cc552 [2021-02-04T04:06:53.413Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:06:53.413Z] ---> Running in 5c5991f7a942 [2021-02-04T04:06:53.413Z] ---> Running in e5be0219aa1d [2021-02-04T04:06:53.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:53.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:53.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:53.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:53.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:53.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:54.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:54.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:54.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:54.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:06:55.155Z] OK: 217 MiB in 51 packages [2021-02-04T04:06:55.437Z] OK: 217 MiB in 51 packages [2021-02-04T04:06:55.437Z] OK: 217 MiB in 51 packages [2021-02-04T04:06:55.715Z] OK: 217 MiB in 51 packages [2021-02-04T04:06:55.715Z] OK: 217 MiB in 51 packages [2021-02-04T04:06:56.699Z] Removing intermediate container d0350928c5e1 [2021-02-04T04:06:56.699Z] ---> 4506c4ae88c5 [2021-02-04T04:06:56.699Z] Step 6/22 : COPY go.mod . [2021-02-04T04:06:56.976Z] Removing intermediate container 3db5e9d5140e [2021-02-04T04:06:56.976Z] ---> bd9627e8891c [2021-02-04T04:06:56.976Z] Step 6/23 : COPY go.mod . [2021-02-04T04:06:57.121Z] ---> Running in 09d980a91796 [2021-02-04T04:06:57.259Z] Removing intermediate container e6b4d594baab [2021-02-04T04:06:57.259Z] ---> 9d1aeda98441 [2021-02-04T04:06:57.259Z] Step 6/23 : COPY go.mod . [2021-02-04T04:06:57.538Z] ---> cfd47e1f8a10 [2021-02-04T04:06:57.538Z] Step 7/22 : RUN go mod download [2021-02-04T04:06:57.822Z] Removing intermediate container e5be0219aa1d [2021-02-04T04:06:57.822Z] ---> bf49233255e3 [2021-02-04T04:06:57.822Z] Step 6/22 : COPY go.mod . [2021-02-04T04:06:57.822Z] Removing intermediate container 5c5991f7a942 [2021-02-04T04:06:57.822Z] ---> d03f274d736f [2021-02-04T04:06:57.822Z] Step 6/31 : COPY go.mod . [2021-02-04T04:06:57.822Z] ---> Running in 3e61fede008f [2021-02-04T04:06:58.095Z] ---> 1fa38f0e49c7 [2021-02-04T04:06:58.095Z] Step 7/23 : RUN go mod download [2021-02-04T04:06:58.370Z] ---> Running in 0bc6311f517a [2021-02-04T04:06:58.370Z] ---> c14ef69637bb [2021-02-04T04:06:58.370Z] Step 7/23 : RUN go mod download [2021-02-04T04:06:58.979Z] ---> Running in 7b7dec2f213b [2021-02-04T04:06:58.979Z] ---> 6f7b333db9d6 [2021-02-04T04:06:58.979Z] Step 7/31 : RUN go mod download [2021-02-04T04:06:58.979Z] ---> 9446f5cc2d11 [2021-02-04T04:06:58.979Z] Step 7/22 : RUN go mod download [2021-02-04T04:06:59.264Z] ---> Running in 7ab87fcabd5c [2021-02-04T04:06:59.264Z] ---> Running in aafdb0d9434f [2021-02-04T04:07:00.074Z] 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-04T04:07:01.092Z] 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-04T04:07:02.664Z] Removing intermediate container 3e61fede008f [2021-02-04T04:07:02.664Z] ---> b8395da437d0 [2021-02-04T04:07:02.664Z] Step 8/22 : COPY . . [2021-02-04T04:07:02.664Z] Removing intermediate container 0bc6311f517a [2021-02-04T04:07:02.664Z] ---> a07084deb047 [2021-02-04T04:07:02.664Z] Step 8/23 : COPY . . [2021-02-04T04:07:03.264Z] Removing intermediate container 7b7dec2f213b [2021-02-04T04:07:03.264Z] ---> 7123e8b0236c [2021-02-04T04:07:03.264Z] Step 8/23 : COPY . . [2021-02-04T04:07:04.700Z] Removing intermediate container 7ab87fcabd5c [2021-02-04T04:07:04.700Z] ---> 2bbe69217f32 [2021-02-04T04:07:04.700Z] Step 8/31 : COPY . . [2021-02-04T04:07:05.699Z] Removing intermediate container aafdb0d9434f [2021-02-04T04:07:05.699Z] ---> 1d790f0f1a29 [2021-02-04T04:07:05.699Z] Step 8/22 : COPY . . [2021-02-04T04:07:14.177Z] Collecting docker-compose==1.23.2 [2021-02-04T04:07:14.177Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:07:14.177Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:07:14.177Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:07:14.785Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:07:14.785Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:07:16.955Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:07:16.955Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:07:18.515Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:07:18.515Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:07:27.138Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:07:27.138Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:07:27.429Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:07:27.429Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:07:28.448Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:07:28.448Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:07:28.448Z] Removing intermediate container fe54ce1254f0 [2021-02-04T04:07:28.448Z] ---> 02a284aed82a [2021-02-04T04:07:28.448Z] [2021-02-04T04:07:28.448Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:07:28.448Z] ---> 389fef711851 [2021-02-04T04:07:28.448Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:07:30.665Z] ---> Running in 334ca3634aeb [2021-02-04T04:07:30.665Z] 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-04T04:07:31.025Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:07:31.025Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:07:32.550Z] ---> 5f7526524a43 [2021-02-04T04:07:32.550Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:07:32.550Z] ---> 4cdc218dd0b0 [2021-02-04T04:07:32.550Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:07:32.550Z] ---> d54ded6eb4a6 [2021-02-04T04:07:32.550Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:07:32.550Z] ---> f710f0451f6f [2021-02-04T04:07:32.550Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:07:32.550Z] ---> Running in 843af5f8c57c [2021-02-04T04:07:32.550Z] ---> 9961ab513313 [2021-02-04T04:07:32.550Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:07:32.550Z] ---> Running in 8cac0d55f6a3 [2021-02-04T04:07:32.550Z] ---> Running in bc228f5a303f [2021-02-04T04:07:32.550Z] ---> Running in e0d4e5525cdd [2021-02-04T04:07:32.550Z] ---> Running in 57d80c9322da [2021-02-04T04:07:32.550Z] 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-04T04:07:32.550Z] 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-04T04:07:32.550Z] 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-04T04:07:32.550Z] 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-04T04:07:32.550Z] 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-04T04:07:32.551Z] 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-04T04:07:32.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:07:32.863Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:07:32.863Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:07:33.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:07:33.455Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:07:33.455Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:07:33.455Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:07:33.455Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:07:33.455Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:07:33.455Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:07:33.881Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:07:33.881Z] OK: 7 MiB in 19 packages [2021-02-04T04:07:34.629Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:07:34.629Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:07:35.867Z] 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-04T04:07:36.672Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:07:36.672Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:07:37.736Z] 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-04T04:07:37.736Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:07:37.736Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:07:37.736Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:07:37.736Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:07:37.736Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:07:37.736Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:07:38.431Z] Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, jsonschema, dockerpty, PyYAML, docopt, docker-compose [2021-02-04T04:07:39.074Z] Attempting uninstall: urllib3 [2021-02-04T04:07:39.074Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:07:39.074Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:07:39.074Z] Removing intermediate container 334ca3634aeb [2021-02-04T04:07:39.074Z] ---> 6ed8a925d1a4 [2021-02-04T04:07:39.074Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:07:41.161Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:07:41.161Z] ---> Running in eb7103b0bf94 [2021-02-04T04:07:41.875Z] Attempting uninstall: idna [2021-02-04T04:07:41.875Z] Found existing installation: idna 2.9 [2021-02-04T04:07:41.875Z] Uninstalling idna-2.9: [2021-02-04T04:07:41.875Z] Successfully uninstalled idna-2.9 [2021-02-04T04:07:42.855Z] Attempting uninstall: requests [2021-02-04T04:07:42.855Z] Found existing installation: requests 2.23.0 [2021-02-04T04:07:42.855Z] Uninstalling requests-2.23.0: [2021-02-04T04:07:43.449Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:07:43.763Z] Removing intermediate container eb7103b0bf94 [2021-02-04T04:07:43.763Z] ---> 4df97b835af7 [2021-02-04T04:07:43.763Z] Step 13/24 : WORKDIR / [2021-02-04T04:07:44.507Z] ---> 85fb826bfe63 [2021-02-04T04:07:44.507Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:07:44.507Z] ---> Running in e59ec7eeedb8 [2021-02-04T04:07:44.860Z] ---> Running in e98f3a565a75 [2021-02-04T04:07:45.967Z] Running setup.py install for texttable: started [2021-02-04T04:07:45.967Z] Removing intermediate container e59ec7eeedb8 [2021-02-04T04:07:45.967Z] ---> db7bed5ff289 [2021-02-04T04:07:45.967Z] 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-04T04:07:46.604Z] ---> 2dbd1ace79b1 [2021-02-04T04:07:46.604Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:07:46.900Z] ---> Running in 9cf09777438d [2021-02-04T04:07:46.900Z] 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-04T04:07:46.900Z] ---> 269f032fb96f [2021-02-04T04:07:46.900Z] 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-04T04:07:47.540Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:07:47.826Z] Running setup.py install for dockerpty: started [2021-02-04T04:07:48.432Z] 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-04T04:07:48.757Z] ---> 41f6cd35e43a [2021-02-04T04:07:48.757Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:07:49.070Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:07:49.070Z] Running setup.py install for PyYAML: started [2021-02-04T04:07:50.587Z] ---> cd4f94fce8a5 [2021-02-04T04:07:50.587Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:07:51.068Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:07:51.068Z] Running setup.py install for docopt: started [2021-02-04T04:07:51.068Z] Removing intermediate container 09d980a91796 [2021-02-04T04:07:51.068Z] ---> 3e8a45e07062 [2021-02-04T04:07:51.068Z] [2021-02-04T04:07:51.068Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:07:51.068Z] ---> 389fef711851 [2021-02-04T04:07:51.068Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:07:51.857Z] ---> Running in 64f64dfe8ffc [2021-02-04T04:07:51.857Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:07:51.857Z] ---> 87a74768cbbd [2021-02-04T04:07:51.857Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:07:52.983Z] 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-04T04:07:53.583Z] ---> 69cba5c49232 [2021-02-04T04:07:53.583Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:07:53.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:07:53.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:07:54.823Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:07:54.823Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:07:54.823Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:07:54.823Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:07:54.823Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:07:54.823Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:07:54.823Z] OK: 7 MiB in 18 packages [2021-02-04T04:07:55.503Z] ---> a2caf6b51e1f [2021-02-04T04:07:55.503Z] 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-04T04:07:56.132Z] ---> Running in 671bd30c5a93 [2021-02-04T04:08:00.580Z] Removing intermediate container 64f64dfe8ffc [2021-02-04T04:08:00.580Z] ---> 4bbc30c5f41a [2021-02-04T04:08:00.580Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:08:00.580Z] Removing intermediate container 1fd270e5dc30 [2021-02-04T04:08:00.580Z] ---> 27f6ce0573cc [2021-02-04T04:08:00.580Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:08:00.580Z] ---> Running in b09a3027136e [2021-02-04T04:08:00.580Z] ---> Running in ba769c51b240 [2021-02-04T04:08:02.629Z] Removing intermediate container b09a3027136e [2021-02-04T04:08:02.629Z] ---> 3d41acb2de8a [2021-02-04T04:08:02.629Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:08:04.280Z] ---> Running in b1a3ed28e7ec [2021-02-04T04:08:04.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:08:04.280Z] Removing intermediate container 671bd30c5a93 [2021-02-04T04:08:04.280Z] ---> 520447c6dace [2021-02-04T04:08:04.280Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:08:04.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:08:04.640Z] ---> Running in 2ac8a786d4ae [2021-02-04T04:08:04.990Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:08:04.990Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:08:04.990Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:08:04.990Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:08:05.296Z] OK: 72 MiB in 58 packages [2021-02-04T04:08:05.296Z] Removing intermediate container b1a3ed28e7ec [2021-02-04T04:08:05.296Z] ---> 6ca347588577 [2021-02-04T04:08:05.296Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:08:05.972Z] Removing intermediate container 2ac8a786d4ae [2021-02-04T04:08:05.972Z] ---> e7c77c6db595 [2021-02-04T04:08:05.972Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T04:08:06.275Z] ---> Running in bb3deb316795 [2021-02-04T04:08:06.926Z] ---> f404fec131ce [2021-02-04T04:08:06.926Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:08:06.926Z] Removing intermediate container bb3deb316795 [2021-02-04T04:08:06.926Z] ---> ad1bc7f2c84d [2021-02-04T04:08:06.926Z] Step 23/24 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:08:07.317Z] ---> Running in a2830c6da4ed [2021-02-04T04:08:08.044Z] Removing intermediate container ba769c51b240 [2021-02-04T04:08:08.044Z] ---> 3978ddb5ddc7 [2021-02-04T04:08:08.044Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:08:08.355Z] Removing intermediate container a2830c6da4ed [2021-02-04T04:08:08.355Z] ---> 3c0275ed0cb9 [2021-02-04T04:08:08.355Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:08:08.355Z] ---> Running in 39cb0364676c [2021-02-04T04:08:08.720Z] ---> Running in e008450c0eef [2021-02-04T04:08:08.996Z] ---> 12696114509f [2021-02-04T04:08:08.996Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:08:09.282Z] Removing intermediate container 39cb0364676c [2021-02-04T04:08:09.282Z] ---> 9abae3602ba3 [2021-02-04T04:08:09.282Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:08:09.282Z] Removing intermediate container e008450c0eef [2021-02-04T04:08:09.282Z] ---> a1a6ede8fbaa [2021-02-04T04:08:09.282Z] [2021-02-04T04:08:09.905Z] ---> Running in 405b786673b8 [2021-02-04T04:08:10.582Z] Successfully built a1a6ede8fbaa [2021-02-04T04:08:10.582Z] ---> f259ec56a10f [2021-02-04T04:08:10.582Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:08:10.879Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T04:08:10.879Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 405b786673b8 [2021-02-04T04:08:10.879Z] ---> 277ec5c539ca [2021-02-04T04:08:10.879Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T04:08:11.196Z] ---> Running in c9f8964f1fdd [2021-02-04T04:08:11.196Z] ---> Running in c0d2235c9e3a [2021-02-04T04:08:11.853Z] Removing intermediate container c9f8964f1fdd [2021-02-04T04:08:11.853Z] ---> f35f5e06e5eb [2021-02-04T04:08:11.853Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:08:11.853Z] Removing intermediate container c0d2235c9e3a [2021-02-04T04:08:11.853Z] ---> 2503f7ae9c56 [2021-02-04T04:08:11.853Z] Step 25/26 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:08:12.481Z] ---> Running in 63b411daccc6 [2021-02-04T04:08:12.481Z] ---> Running in 8f1727c08b98 [2021-02-04T04:08:14.584Z] Removing intermediate container 8f1727c08b98 [2021-02-04T04:08:14.584Z] ---> e2f1e3438f78 [2021-02-04T04:08:14.584Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:08:14.584Z] Removing intermediate container 63b411daccc6 [2021-02-04T04:08:14.584Z] ---> e9560630a506 [2021-02-04T04:08:14.584Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T04:08:16.038Z] ---> Running in 63ac51fe3f1e [2021-02-04T04:08:16.038Z] ---> Running in 31a50cafd857 [2021-02-04T04:08:16.837Z] Removing intermediate container 63ac51fe3f1e [2021-02-04T04:08:16.837Z] ---> 2f3bdff779a0 [2021-02-04T04:08:16.837Z] Step 20/21 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:08:17.213Z] Removing intermediate container 31a50cafd857 [2021-02-04T04:08:17.213Z] ---> d9d38e6be100 [2021-02-04T04:08:17.213Z] [2021-02-04T04:08:17.213Z] ---> Running in 5ea8997ef5a4 [2021-02-04T04:08:18.284Z] Successfully built d9d38e6be100 [2021-02-04T04:08:18.284Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T04:08:18.584Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5ea8997ef5a4 [2021-02-04T04:08:18.584Z] ---> 81c7345914ab [2021-02-04T04:08:18.584Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:08:18.878Z] ---> Running in 2b32309dbefd [2021-02-04T04:08:19.589Z] Removing intermediate container 2b32309dbefd [2021-02-04T04:08:19.589Z] ---> d31a89e9bccb [2021-02-04T04:08:19.589Z] [2021-02-04T04:08:19.963Z] Successfully built d31a89e9bccb [2021-02-04T04:08:19.963Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T04:08:25.633Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9cf09777438d [2021-02-04T04:08:25.633Z] ---> d35597ea181a [2021-02-04T04:08:25.633Z] [2021-02-04T04:08:25.633Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:08:25.633Z] ---> 389fef711851 [2021-02-04T04:08:25.633Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:08:25.633Z] ---> Running in 51d62e77e755 [2021-02-04T04:08:27.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:08:28.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:08:28.709Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:08:29.545Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:08:29.545Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:08:29.545Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:08:29.545Z] OK: 6 MiB in 16 packages [2021-02-04T04:08:31.755Z] Removing intermediate container e98f3a565a75 [2021-02-04T04:08:31.755Z] ---> 480af7093194 [2021-02-04T04:08:31.755Z] [2021-02-04T04:08:31.755Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:08:31.755Z] ---> 389fef711851 [2021-02-04T04:08:31.755Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:08:31.755Z] ---> Running in 5300783a8e3e [2021-02-04T04:08:32.431Z] Removing intermediate container 5300783a8e3e [2021-02-04T04:08:32.431Z] ---> 149b6ac238b9 [2021-02-04T04:08:32.431Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:08:32.874Z] ---> Running in 4ad47005e0fc [2021-02-04T04:08:32.874Z] Removing intermediate container 51d62e77e755 [2021-02-04T04:08:32.874Z] ---> 574c567b03b4 [2021-02-04T04:08:32.874Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:08:33.217Z] ---> Running in 1c02c3f372df [2021-02-04T04:08:33.506Z] Removing intermediate container 4ad47005e0fc [2021-02-04T04:08:33.506Z] ---> eeec4ef9a56b [2021-02-04T04:08:33.506Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:08:33.506Z] ---> Running in ae5061fb89ee [2021-02-04T04:08:33.827Z] Removing intermediate container 1c02c3f372df [2021-02-04T04:08:33.827Z] ---> d0899724c90f [2021-02-04T04:08:33.827Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:08:33.827Z] ---> Running in 065339fafa69 [2021-02-04T04:08:34.141Z] Removing intermediate container ae5061fb89ee [2021-02-04T04:08:34.141Z] ---> 36a2d39651d4 [2021-02-04T04:08:34.141Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:08:34.141Z] ---> Running in c576aaa9298f [2021-02-04T04:08:34.469Z] Removing intermediate container 065339fafa69 [2021-02-04T04:08:34.469Z] ---> 0e250a8e1d26 [2021-02-04T04:08:34.469Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:08:34.469Z] ---> Running in 3f342daf8421 [2021-02-04T04:08:35.146Z] Removing intermediate container 3f342daf8421 [2021-02-04T04:08:35.146Z] ---> 0c8e7800f670 [2021-02-04T04:08:35.146Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:08:35.807Z] ---> cc2029bca957 [2021-02-04T04:08:35.807Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:08:36.512Z] Removing intermediate container c576aaa9298f [2021-02-04T04:08:36.512Z] ---> bb5bc946c327 [2021-02-04T04:08:36.512Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:08:36.784Z] ---> Running in 700cfa7babf4 [2021-02-04T04:08:37.476Z] ---> 3e0acab2cbd1 [2021-02-04T04:08:37.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:08:38.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:08:38.559Z] ---> d0e648942c62 [2021-02-04T04:08:38.559Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:08:38.559Z] ---> Running in fbde13c6be64 [2021-02-04T04:08:38.837Z] Removing intermediate container fbde13c6be64 [2021-02-04T04:08:38.837Z] ---> e7f7515600c3 [2021-02-04T04:08:38.837Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:08:38.837Z] ---> Running in 4dedc76599b6 [2021-02-04T04:08:39.129Z] Removing intermediate container 4dedc76599b6 [2021-02-04T04:08:39.129Z] ---> 93b5eacfaada [2021-02-04T04:08:39.129Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:08:39.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:08:40.147Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:08:40.147Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:08:40.147Z] ---> Running in df67b8467843 [2021-02-04T04:08:40.147Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:08:40.147Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:08:40.442Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:08:40.442Z] Removing intermediate container df67b8467843 [2021-02-04T04:08:40.442Z] ---> 88b578b29d59 [2021-02-04T04:08:40.442Z] Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:08:40.726Z] ---> Running in 215f90a2394c [2021-02-04T04:08:40.726Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:08:40.726Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:08:40.726Z] OK: 8 MiB in 20 packages [2021-02-04T04:08:41.024Z] Removing intermediate container 215f90a2394c [2021-02-04T04:08:41.024Z] ---> 3ec774cab732 [2021-02-04T04:08:41.024Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:08:41.310Z] ---> Running in 89c32066ade2 [2021-02-04T04:08:41.906Z] Removing intermediate container 89c32066ade2 [2021-02-04T04:08:41.906Z] ---> ab7a3c300328 [2021-02-04T04:08:41.906Z] [2021-02-04T04:08:42.179Z] Removing intermediate container 700cfa7babf4 [2021-02-04T04:08:42.179Z] ---> 3520274cf4b1 [2021-02-04T04:08:42.179Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:08:42.449Z] Successfully built ab7a3c300328 [2021-02-04T04:08:42.449Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T04:08:42.734Z]  Building docker-support-notifications-go ... done  ---> e15f6ef64861 [2021-02-04T04:08:42.734Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:08:44.886Z] ---> 5fce55a52b07 [2021-02-04T04:08:44.886Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:08:45.161Z] ---> 7c04f7ec7fc0 [2021-02-04T04:08:45.161Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:08:45.469Z] ---> Running in fe9be8ba3edc [2021-02-04T04:08:45.739Z] Removing intermediate container fe9be8ba3edc [2021-02-04T04:08:45.739Z] ---> 04d4adcd27a8 [2021-02-04T04:08:45.739Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:08:45.739Z] ---> Running in 23b863419097 [2021-02-04T04:08:46.405Z] Removing intermediate container 23b863419097 [2021-02-04T04:08:46.405Z] ---> a86a143f6a35 [2021-02-04T04:08:46.405Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:08:46.405Z] ---> Running in 49f4773f3e99 [2021-02-04T04:08:47.107Z] Removing intermediate container 49f4773f3e99 [2021-02-04T04:08:47.107Z] ---> 3ef043fea0d1 [2021-02-04T04:08:47.107Z] Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:08:47.107Z] ---> Running in ca3f24508b18 [2021-02-04T04:08:47.864Z] Removing intermediate container ca3f24508b18 [2021-02-04T04:08:47.864Z] ---> 4913fbbc9ef2 [2021-02-04T04:08:47.864Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:08:47.864Z] ---> Running in 98486fa96a89 [2021-02-04T04:08:48.451Z] Removing intermediate container 98486fa96a89 [2021-02-04T04:08:48.452Z] ---> 584c36b17946 [2021-02-04T04:08:48.452Z] [2021-02-04T04:08:48.730Z] Successfully built 584c36b17946 [2021-02-04T04:08:48.730Z] Successfully tagged docker-core-data-go:latest [2021-02-04T04:08:49.020Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T04:08:49.064Z] $ docker stop --time=1 289c3f63b4168200e03caaed2ae97102a2c9344d30ff1e49ec4202c8ec5a791b [2021-02-04T04:08:51.207Z] $ docker rm -f 289c3f63b4168200e03caaed2ae97102a2c9344d30ff1e49ec4202c8ec5a791b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:08:52.399Z] + docker images [2021-02-04T04:08:52.399Z] + grep docker [2021-02-04T04:08:53.437Z] docker-core-data-go latest 584c36b17946 5 seconds ago 22.3MB [2021-02-04T04:08:53.437Z] docker-support-notifications-go latest ab7a3c300328 12 seconds ago 17.5MB [2021-02-04T04:08:53.437Z] docker-security-proxy-setup-go latest d31a89e9bccb 34 seconds ago 24.4MB [2021-02-04T04:08:53.437Z] docker-sys-mgmt-agent-go latest d9d38e6be100 37 seconds ago 313MB [2021-02-04T04:08:53.437Z] docker-security-secretstore-setup-go latest a1a6ede8fbaa 44 seconds ago 24.6MB [2021-02-04T04:08:53.437Z] docker-security-bootstrapper-go latest 42c4b3470561 2 minutes ago 23.8MB [2021-02-04T04:08:53.437Z] docker-core-metadata-go latest 9418ee2058d4 3 minutes ago 18.8MB [2021-02-04T04:08:53.437Z] docker-core-command-go latest fc206afa269c 3 minutes ago 16.9MB [2021-02-04T04:08:53.437Z] docker-support-scheduler-go latest c852f79e3715 3 minutes ago 17MB [2021-02-04T04:08:53.437Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-04T04:09:09.419Z] Still waiting to schedule task [2021-02-04T04:09:09.419Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-04T04:09:09.431Z] 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-04T04:09:24.571Z] Removing intermediate container bc228f5a303f [2021-02-04T04:09:24.571Z] ---> c9ffef307d71 [2021-02-04T04:09:24.571Z] [2021-02-04T04:09:24.571Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:09:24.571Z] 3.12: Pulling from library/alpine [2021-02-04T04:09:25.174Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:09:25.174Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:09:25.174Z] ---> afeebe901d6b [2021-02-04T04:09:25.174Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:09:26.649Z] ---> Running in 447a5439bd39 [2021-02-04T04:09:27.644Z] Removing intermediate container 843af5f8c57c [2021-02-04T04:09:27.644Z] ---> 82d9aba33adf [2021-02-04T04:09:27.644Z] [2021-02-04T04:09:27.644Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:09:27.644Z] ---> afeebe901d6b [2021-02-04T04:09:27.644Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:09:27.919Z] Removing intermediate container 447a5439bd39 [2021-02-04T04:09:27.919Z] ---> d7d3bc4ca163 [2021-02-04T04:09:27.919Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:09:27.919Z] Removing intermediate container 57d80c9322da [2021-02-04T04:09:27.919Z] ---> 0668de2d97a0 [2021-02-04T04:09:27.919Z] [2021-02-04T04:09:27.919Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:09:27.919Z] ---> afeebe901d6b [2021-02-04T04:09:27.919Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:09:28.542Z] ---> Running in f17f1bf03a5c [2021-02-04T04:09:28.543Z] ---> Running in bb5b5e60101f [2021-02-04T04:09:28.820Z] ---> Running in 353253d91a31 [2021-02-04T04:09:30.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:30.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:31.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:31.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:31.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:31.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:31.675Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:09:31.675Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:09:31.955Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:09:31.955Z] OK: 5 MiB in 16 packages [2021-02-04T04:09:31.955Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:09:31.955Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:09:31.955Z] OK: 5 MiB in 15 packages [2021-02-04T04:09:32.237Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:09:32.237Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:09:32.237Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:09:32.237Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:09:32.513Z] OK: 6 MiB in 16 packages [2021-02-04T04:09:35.136Z] Removing intermediate container e0d4e5525cdd [2021-02-04T04:09:35.136Z] ---> 3f9ea07ed89a [2021-02-04T04:09:35.136Z] [2021-02-04T04:09:35.136Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:09:35.136Z] ---> afeebe901d6b [2021-02-04T04:09:35.136Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:09:35.136Z] Removing intermediate container bb5b5e60101f [2021-02-04T04:09:35.136Z] ---> 04cae52ec26d [2021-02-04T04:09:35.136Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:09:35.136Z] ---> Running in da6820b7d738 [2021-02-04T04:09:35.410Z] ---> Running in 64a35bb54476 [2021-02-04T04:09:35.682Z] Removing intermediate container 353253d91a31 [2021-02-04T04:09:35.682Z] ---> 5b909e91f760 [2021-02-04T04:09:35.682Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:09:35.962Z] ---> Running in 60d672f71a74 [2021-02-04T04:09:35.962Z] Removing intermediate container f17f1bf03a5c [2021-02-04T04:09:35.962Z] ---> 4b3bbd94eff0 [2021-02-04T04:09:35.962Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:09:36.238Z] ---> Running in 3f73bf9bb797 [2021-02-04T04:09:36.513Z] Removing intermediate container 64a35bb54476 [2021-02-04T04:09:36.513Z] ---> 4e9b07a4f910 [2021-02-04T04:09:36.513Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:09:36.513Z] Removing intermediate container 60d672f71a74 [2021-02-04T04:09:36.513Z] ---> 4b9b270b9c9a [2021-02-04T04:09:36.513Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:09:36.813Z] ---> Running in 8340973f231e [2021-02-04T04:09:36.813Z] ---> Running in 56a854cac3c7 [2021-02-04T04:09:36.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:37.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:37.128Z] Removing intermediate container 3f73bf9bb797 [2021-02-04T04:09:37.128Z] ---> 18b709440ddc [2021-02-04T04:09:37.128Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:09:37.432Z] ---> Running in 43523bc7b7e0 [2021-02-04T04:09:37.768Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:09:37.768Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:09:37.768Z] OK: 5 MiB in 15 packages [2021-02-04T04:09:37.768Z] Removing intermediate container 8340973f231e [2021-02-04T04:09:37.768Z] ---> 6e10324da6ab [2021-02-04T04:09:37.768Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:09:38.107Z] Removing intermediate container 56a854cac3c7 [2021-02-04T04:09:38.107Z] ---> 600e3e037650 [2021-02-04T04:09:38.107Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:09:38.404Z] ---> Running in b7bea7430f3e [2021-02-04T04:09:38.404Z] ---> Running in 5f6036d76060 [2021-02-04T04:09:38.404Z] Removing intermediate container 43523bc7b7e0 [2021-02-04T04:09:38.404Z] ---> 6c3c95f3644d [2021-02-04T04:09:38.404Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:09:38.753Z] ---> Running in 7fb251d6bf03 [2021-02-04T04:09:39.352Z] Removing intermediate container 5f6036d76060 [2021-02-04T04:09:39.352Z] ---> 989fcde35258 [2021-02-04T04:09:39.352Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:09:39.626Z] Removing intermediate container 7fb251d6bf03 [2021-02-04T04:09:39.626Z] ---> f65528f6cb3e [2021-02-04T04:09:39.626Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:09:39.902Z] Removing intermediate container da6820b7d738 [2021-02-04T04:09:39.902Z] ---> dc72cb8f2fcc [2021-02-04T04:09:39.902Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:09:40.186Z] ---> Running in 0079d95396b9 [2021-02-04T04:09:40.788Z] ---> aefed10a38f1 [2021-02-04T04:09:40.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:09:41.058Z] ---> f5bdb6ee189c [2021-02-04T04:09:41.058Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:09:41.334Z] Removing intermediate container 0079d95396b9 [2021-02-04T04:09:41.334Z] ---> add81fb764b0 [2021-02-04T04:09:41.334Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:09:42.313Z] ---> Running in c63aa1068180 [2021-02-04T04:09:42.587Z] Removing intermediate container b7bea7430f3e [2021-02-04T04:09:42.587Z] ---> 19c6d9790313 [2021-02-04T04:09:42.587Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:09:42.861Z] ---> 3a128b5bd8e8 [2021-02-04T04:09:42.861Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:09:42.861Z] Removing intermediate container c63aa1068180 [2021-02-04T04:09:42.861Z] ---> e386210b75da [2021-02-04T04:09:42.861Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:09:43.138Z] ---> d6d1b35c9515 [2021-02-04T04:09:43.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:09:43.138Z] ---> Running in 3ec21793314d [2021-02-04T04:09:43.417Z] Removing intermediate container 8cac0d55f6a3 [2021-02-04T04:09:43.417Z] ---> 6f6dd9e51f5e [2021-02-04T04:09:43.417Z] [2021-02-04T04:09:43.417Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:09:43.417Z] ---> afeebe901d6b [2021-02-04T04:09:43.417Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:09:43.417Z] ---> Running in 073be34bb362 [2021-02-04T04:09:43.691Z] ---> Running in c84c4a928dd1 [2021-02-04T04:09:43.964Z] ---> 1a8e0a538bdc [2021-02-04T04:09:43.964Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:09:43.964Z] Removing intermediate container 3ec21793314d [2021-02-04T04:09:43.964Z] ---> bad6fb3354ff [2021-02-04T04:09:43.964Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:09:43.964Z] ---> aeec06562530 [2021-02-04T04:09:43.964Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:09:44.235Z] ---> Running in 58078928ea92 [2021-02-04T04:09:44.235Z] Removing intermediate container 073be34bb362 [2021-02-04T04:09:44.235Z] ---> adcb6d826356 [2021-02-04T04:09:44.235Z] Step 15/23 : WORKDIR / [2021-02-04T04:09:44.235Z] ---> Running in 3081d47d3613 [2021-02-04T04:09:44.510Z] Removing intermediate container c84c4a928dd1 [2021-02-04T04:09:44.510Z] ---> 559cfde06de3 [2021-02-04T04:09:44.510Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:09:44.510Z] ---> Running in b56d0cfd53e4 [2021-02-04T04:09:44.783Z] ---> Running in 808a08eb7abf [2021-02-04T04:09:44.783Z] Removing intermediate container 58078928ea92 [2021-02-04T04:09:44.783Z] ---> 5c5ee5588724 [2021-02-04T04:09:44.783Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:09:45.054Z] Removing intermediate container 3081d47d3613 [2021-02-04T04:09:45.054Z] ---> 1ac774f62e66 [2021-02-04T04:09:45.054Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:09:45.054Z] ---> Running in 117814aa7534 [2021-02-04T04:09:45.054Z] ---> 1182641a4ada [2021-02-04T04:09:45.054Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:09:45.325Z] ---> Running in 0223304c6b01 [2021-02-04T04:09:45.325Z] Removing intermediate container b56d0cfd53e4 [2021-02-04T04:09:45.325Z] ---> af36357fc13e [2021-02-04T04:09:45.325Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:09:45.325Z] ---> Running in 0a0c8c75f29c [2021-02-04T04:09:45.325Z] Removing intermediate container 808a08eb7abf [2021-02-04T04:09:45.325Z] ---> e6fa1a053ee7 [2021-02-04T04:09:45.325Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:09:45.601Z] ---> Running in a9a6de6dd4c5 [2021-02-04T04:09:45.876Z] Removing intermediate container 117814aa7534 [2021-02-04T04:09:45.876Z] ---> 4ae6a8a17c28 [2021-02-04T04:09:45.876Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:09:45.876Z] Removing intermediate container 0223304c6b01 [2021-02-04T04:09:45.876Z] ---> 789365c71822 [2021-02-04T04:09:45.876Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:09:46.147Z] ---> Running in bcf9788b6b00 [2021-02-04T04:09:46.147Z] ---> Running in ba73764d1b6d [2021-02-04T04:09:46.417Z] ---> d4cb2b3147cb [2021-02-04T04:09:46.417Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:09:46.417Z] Removing intermediate container a9a6de6dd4c5 [2021-02-04T04:09:46.417Z] ---> 869b3a74d2d2 [2021-02-04T04:09:46.417Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:09:46.689Z] ---> Running in 448945bf7bc0 [2021-02-04T04:09:46.689Z] Removing intermediate container bcf9788b6b00 [2021-02-04T04:09:46.689Z] ---> 99a72aeb5aec [2021-02-04T04:09:46.689Z] Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:09:46.961Z] Removing intermediate container ba73764d1b6d [2021-02-04T04:09:46.961Z] ---> f6853181fa6a [2021-02-04T04:09:46.961Z] Step 21/22 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:09:46.961Z] ---> Running in 7bc6f99408ad [2021-02-04T04:09:47.236Z] ---> Running in a23bcbabfef9 [2021-02-04T04:09:47.845Z] Removing intermediate container 7bc6f99408ad [2021-02-04T04:09:47.845Z] ---> 215f64eaaf1a [2021-02-04T04:09:47.845Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:09:48.122Z] ---> 500e2e4c151a [2021-02-04T04:09:48.122Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:09:48.122Z] Removing intermediate container a23bcbabfef9 [2021-02-04T04:09:48.122Z] ---> 62eb9e7d9a60 [2021-02-04T04:09:48.122Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:09:48.407Z] ---> Running in 3adacc2b2a4a [2021-02-04T04:09:48.407Z] ---> Running in c02cc4792d1d [2021-02-04T04:09:48.407Z] Removing intermediate container 0a0c8c75f29c [2021-02-04T04:09:48.407Z] ---> cfe6b7598a56 [2021-02-04T04:09:48.407Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:09:49.010Z] Removing intermediate container 3adacc2b2a4a [2021-02-04T04:09:49.010Z] ---> 5974f318f81c [2021-02-04T04:09:49.010Z] [2021-02-04T04:09:49.286Z] Removing intermediate container c02cc4792d1d [2021-02-04T04:09:49.286Z] ---> d49d00b8a8f6 [2021-02-04T04:09:49.286Z] [2021-02-04T04:09:49.286Z] ---> 8a882eeccc6f [2021-02-04T04:09:49.286Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:09:49.557Z] Successfully built 5974f318f81c [2021-02-04T04:09:49.557Z] ---> Running in dc6f54d9f4d8 [2021-02-04T04:09:49.557Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T04:09:49.557Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-04T04:09:49.557Z] ---> 17a36c5d4ba3 [2021-02-04T04:09:49.557Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:09:49.557Z] Successfully built d49d00b8a8f6 [2021-02-04T04:09:49.831Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T04:09:49.831Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-04T04:09:49.831Z] Removing intermediate container 448945bf7bc0 [2021-02-04T04:09:49.831Z] ---> 06c727e66765 [2021-02-04T04:09:49.831Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:09:50.103Z] ---> Running in 37e03e5ea439 [2021-02-04T04:09:50.375Z] Removing intermediate container dc6f54d9f4d8 [2021-02-04T04:09:50.375Z] ---> b407cf04dfe7 [2021-02-04T04:09:50.375Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:09:50.655Z] ---> Running in c25115397cc9 [2021-02-04T04:09:50.945Z] ---> baa2756f1cac [2021-02-04T04:09:50.945Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:09:51.548Z] Removing intermediate container c25115397cc9 [2021-02-04T04:09:51.548Z] ---> ce77016c74ab [2021-02-04T04:09:51.548Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:09:51.548Z] ---> Running in b27aa7f8069d [2021-02-04T04:09:51.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:51.823Z] ---> 3a87dc131580 [2021-02-04T04:09:51.823Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:09:52.108Z] Removing intermediate container b27aa7f8069d [2021-02-04T04:09:52.108Z] ---> 00720bdec472 [2021-02-04T04:09:52.108Z] Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:09:52.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:09:52.976Z] ---> Running in 3764b4b3add2 [2021-02-04T04:09:53.594Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:09:53.866Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:09:53.866Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:09:54.150Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:09:54.150Z] ---> f652f94f8590 [2021-02-04T04:09:54.150Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:09:54.150Z] Removing intermediate container 3764b4b3add2 [2021-02-04T04:09:54.150Z] ---> ef7683e4d1ab [2021-02-04T04:09:54.150Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:09:54.432Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:09:54.709Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:09:54.709Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:09:54.709Z] OK: 8 MiB in 20 packages [2021-02-04T04:09:55.693Z] ---> Running in 2e395b887e82 [2021-02-04T04:09:55.693Z] ---> 724747fe4faf [2021-02-04T04:09:55.693Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:09:56.673Z] ---> Running in 0728b2c522ec [2021-02-04T04:09:56.673Z] Removing intermediate container 2e395b887e82 [2021-02-04T04:09:56.673Z] ---> 9067e14f09a6 [2021-02-04T04:09:56.673Z] [2021-02-04T04:09:56.673Z] Removing intermediate container 37e03e5ea439 [2021-02-04T04:09:56.674Z] ---> 3cd63b79e5d3 [2021-02-04T04:09:56.674Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:09:56.948Z] Successfully built 9067e14f09a6 [2021-02-04T04:09:57.546Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T04:09:57.546Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T04:09:57.546Z] Removing intermediate container 0728b2c522ec [2021-02-04T04:09:57.546Z] ---> f4e436146f80 [2021-02-04T04:09:57.546Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:09:58.158Z] ---> 707306427be4 [2021-02-04T04:09:58.158Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:09:58.436Z] ---> ddec49ed5983 [2021-02-04T04:09:58.436Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:09:59.427Z] ---> Running in 51c05860d8c1 [2021-02-04T04:10:00.423Z] ---> d52fa1e70d36 [2021-02-04T04:10:00.423Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:10:02.408Z] ---> 60d34aa383c7 [2021-02-04T04:10:02.408Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:10:02.408Z] ---> Running in c890a1e24a11 [2021-02-04T04:10:03.413Z] Removing intermediate container c890a1e24a11 [2021-02-04T04:10:03.413Z] ---> 52ed0db82168 [2021-02-04T04:10:03.413Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:10:03.413Z] Removing intermediate container 51c05860d8c1 [2021-02-04T04:10:03.413Z] ---> 493bcf5f3700 [2021-02-04T04:10:03.413Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:10:03.413Z] ---> Running in d9740ecf2ac3 [2021-02-04T04:10:04.015Z] ---> Running in 7326a0784284 [2021-02-04T04:10:04.292Z] Removing intermediate container d9740ecf2ac3 [2021-02-04T04:10:04.292Z] ---> 6c1208cebd2d [2021-02-04T04:10:04.292Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:10:04.292Z] ---> Running in 6e8fadb5a5cd [2021-02-04T04:10:04.575Z] Removing intermediate container 7326a0784284 [2021-02-04T04:10:04.575Z] ---> cb721f2f5af4 [2021-02-04T04:10:04.575Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:10:05.176Z] ---> Running in f450bdc03bac [2021-02-04T04:10:05.176Z] Removing intermediate container 6e8fadb5a5cd [2021-02-04T04:10:05.176Z] ---> 5307f12384fb [2021-02-04T04:10:05.176Z] Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:10:05.774Z] ---> Running in deaa9bbb89b2 [2021-02-04T04:10:06.046Z] Removing intermediate container f450bdc03bac [2021-02-04T04:10:06.046Z] ---> 07f90813edfb [2021-02-04T04:10:06.046Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T04:10:07.037Z] ---> Running in c2595b1fbded [2021-02-04T04:10:07.038Z] Removing intermediate container deaa9bbb89b2 [2021-02-04T04:10:07.038Z] ---> 8f537b646d15 [2021-02-04T04:10:07.038Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:10:07.316Z] ---> Running in 1fc1bb47585c [2021-02-04T04:10:07.628Z] Removing intermediate container c2595b1fbded [2021-02-04T04:10:07.628Z] ---> 284d96201d7c [2021-02-04T04:10:07.628Z] Step 30/31 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:10:08.605Z] ---> Running in f9b2206077a2 [2021-02-04T04:10:08.605Z] Removing intermediate container 1fc1bb47585c [2021-02-04T04:10:08.605Z] ---> 665ef2e8577a [2021-02-04T04:10:08.605Z] [2021-02-04T04:10:08.880Z] Successfully built 665ef2e8577a [2021-02-04T04:10:09.168Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T04:10:09.168Z] Building docker-core-command-go [2021-02-04T04:10:09.168Z]  Building docker-core-data-go ... done Removing intermediate container f9b2206077a2 [2021-02-04T04:10:09.168Z] ---> 11eb2bab8fcb [2021-02-04T04:10:09.168Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:10:10.145Z] ---> Running in 8633e41365c1 [2021-02-04T04:10:10.740Z] Removing intermediate container 8633e41365c1 [2021-02-04T04:10:10.740Z] ---> 500373c661ba [2021-02-04T04:10:10.740Z] [2021-02-04T04:10:11.011Z] Successfully built 500373c661ba [2021-02-04T04:10:11.011Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T04:10:36.939Z] Running on prd-ubuntu18.04-docker-8c-8g-24845 in /w/workspace/edgexfoundry_edgex-go_PR-3121 [Pipeline] { [Pipeline] ws [2021-02-04T04:10:37.004Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-04T04:10:39.270Z] using credential edgex-jenkins-ssh [2021-02-04T04:10:39.331Z] Cloning the remote Git repository [2021-02-04T04:10:39.354Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:10:39.434Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-04T04:10:39.460Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:10:39.461Z] > git --version # timeout=10 [2021-02-04T04:10:39.468Z] > git --version # 'git version 2.17.1' [2021-02-04T04:10:39.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:10:39.491Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:10:43.383Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:10:43.383Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:10:43.383Z] ---> 331f6036828e [2021-02-04T04:10:43.383Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:10:43.383Z] ---> Using cache [2021-02-04T04:10:43.383Z] ---> 80e38790d973 [2021-02-04T04:10:43.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:10:43.383Z] ---> Using cache [2021-02-04T04:10:43.383Z] ---> e55bf3057744 [2021-02-04T04:10:43.383Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:10:43.383Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:10:43.383Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:10:43.383Z] ---> 331f6036828e [2021-02-04T04:10:43.383Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:10:43.383Z] ---> Using cache [2021-02-04T04:10:43.383Z] ---> 80e38790d973 [2021-02-04T04:10:43.383Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:10:43.383Z] ---> Using cache [2021-02-04T04:10:43.383Z] ---> e55bf3057744 [2021-02-04T04:10:43.383Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:10:46.775Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:10:46.776Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:10:46.776Z] ---> 331f6036828e [2021-02-04T04:10:46.776Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:10:46.776Z] ---> Using cache [2021-02-04T04:10:46.776Z] ---> 80e38790d973 [2021-02-04T04:10:46.776Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:10:46.776Z] ---> Using cache [2021-02-04T04:10:46.776Z] ---> e55bf3057744 [2021-02-04T04:10:46.776Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:10:47.063Z] ---> Running in 54c18f48b20b [2021-02-04T04:10:47.063Z] ---> Running in d86032fb3282 [2021-02-04T04:10:47.335Z] ---> Running in e788a0a82982 [2021-02-04T04:10:48.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:49.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:49.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:49.337Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:10:49.337Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:10:49.337Z] ---> 331f6036828e [2021-02-04T04:10:49.337Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:10:49.337Z] ---> Using cache [2021-02-04T04:10:49.337Z] ---> 80e38790d973 [2021-02-04T04:10:49.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:10:49.337Z] ---> Using cache [2021-02-04T04:10:49.337Z] ---> e55bf3057744 [2021-02-04T04:10:49.337Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:10:49.613Z] ---> Running in 1ca6ce61da11 [2021-02-04T04:10:49.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:49.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:49.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:50.877Z] OK: 217 MiB in 51 packages [2021-02-04T04:10:50.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:50.877Z] OK: 217 MiB in 51 packages [2021-02-04T04:10:50.877Z] OK: 217 MiB in 51 packages [2021-02-04T04:10:51.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:10:52.142Z] Removing intermediate container d86032fb3282 [2021-02-04T04:10:52.143Z] ---> 0aa4c8bd1b0b [2021-02-04T04:10:52.143Z] Step 6/26 : COPY go.mod . [2021-02-04T04:10:52.416Z] Removing intermediate container 54c18f48b20b [2021-02-04T04:10:52.416Z] ---> 6f37816e45ca [2021-02-04T04:10:52.416Z] Step 6/21 : COPY go.mod . [2021-02-04T04:10:52.690Z] Removing intermediate container e788a0a82982 [2021-02-04T04:10:52.690Z] ---> e6cef1ffe52e [2021-02-04T04:10:52.690Z] Step 6/24 : COPY go.mod . [2021-02-04T04:10:52.969Z] OK: 217 MiB in 51 packages [2021-02-04T04:10:52.969Z] ---> fee818994c52 [2021-02-04T04:10:52.969Z] Step 7/26 : RUN go mod download [2021-02-04T04:10:53.248Z] ---> Running in d3e043689433 [2021-02-04T04:10:53.248Z] ---> 7de50c53ff20 [2021-02-04T04:10:53.248Z] Step 7/21 : RUN go mod download [2021-02-04T04:10:53.519Z] ---> Running in 335828517fab [2021-02-04T04:10:53.795Z] ---> 5e0656ef39e8 [2021-02-04T04:10:53.795Z] Step 7/24 : RUN go mod download [2021-02-04T04:10:54.079Z] ---> Running in 7fc1e4bce639 [2021-02-04T04:10:54.362Z] Removing intermediate container 1ca6ce61da11 [2021-02-04T04:10:54.362Z] ---> cb648cacb22e [2021-02-04T04:10:54.362Z] Step 6/23 : COPY go.mod . [2021-02-04T04:10:54.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:10:54.750Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:10:54.760Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:10:54.770Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:10:54.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:10:54.774Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3121/head:refs/remotes/origin/PR-3121 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:10:55.354Z] ---> 446a44be17df [2021-02-04T04:10:55.354Z] Step 7/23 : RUN go mod download [2021-02-04T04:10:55.375Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:10:55.486Z] Merge succeeded, producing 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:10:55.487Z] Checking out Revision 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 (PR-3121) [2021-02-04T04:10:55.636Z] ---> Running in c6d58f4272a6 [2021-02-04T04:10:55.384Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:10:55.389Z] > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 [2021-02-04T04:10:55.457Z] > git remote # timeout=10 [2021-02-04T04:10:55.465Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:10:55.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:10:55.474Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T04:10:55.481Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:10:55.489Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:10:55.493Z] > git checkout -f 6c456ba41f11cdfb3eab0ee273d81ab42b99b939 # timeout=10 [2021-02-04T04:10:57.626Z] Removing intermediate container d3e043689433 [2021-02-04T04:10:57.626Z] ---> c8d0884d40df [2021-02-04T04:10:57.626Z] Step 8/26 : COPY . . [2021-02-04T04:10:57.626Z] Removing intermediate container 335828517fab [2021-02-04T04:10:57.626Z] ---> a9c55556139d [2021-02-04T04:10:57.626Z] Step 8/21 : COPY . . [2021-02-04T04:10:57.626Z] Removing intermediate container 7fc1e4bce639 [2021-02-04T04:10:57.626Z] ---> 31f5eb080f43 [2021-02-04T04:10:57.626Z] Step 8/24 : COPY . . [2021-02-04T04:10:59.095Z] Commit message: "feat(meta): Upgrade go-mod-core-contract lib to v2.0.0-dev.19" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:11:00.321Z] + echo snap-build.sh [2021-02-04T04:11:00.321Z] snap-build.sh [2021-02-04T04:11:00.321Z] + SNAP_BASE_DIR=. [2021-02-04T04:11:00.321Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-04T04:11:00.321Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-04T04:11:00.321Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-04T04:11:00.321Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-04T04:11:00.321Z] + cd /w/workspace/edgex-go/3 [2021-02-04T04:11:00.321Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T04:11:00.321Z] Reading package lists... [2021-02-04T04:11:00.321Z] Building dependency tree... [2021-02-04T04:11:00.321Z] Reading state information... [2021-02-04T04:11:00.584Z] The following packages were automatically installed and are no longer required: [2021-02-04T04:11:00.584Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T04:11:00.584Z] uidmap xdelta3 [2021-02-04T04:11:00.584Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T04:11:00.584Z] The following packages will be REMOVED: [2021-02-04T04:11:00.584Z] lxd* lxd-client* [2021-02-04T04:11:00.845Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T04:11:00.845Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T04:11:01.032Z] Removing intermediate container c6d58f4272a6 [2021-02-04T04:11:01.032Z] ---> 0ca14592ae08 [2021-02-04T04:11:01.032Z] Step 8/23 : COPY . . [2021-02-04T04:11:02.462Z] (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-04T04:11:02.462Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:11:03.034Z] Removing lxd dnsmasq configuration [2021-02-04T04:11:03.034Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:11:03.296Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T04:11:04.246Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T04:11:04.510Z] (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-04T04:11:04.510Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:11:05.898Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T04:11:05.898Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T04:11:07.283Z] + sudo snap remove --purge lxd [2021-02-04T04:11:07.283Z] snap "lxd" is not installed [2021-02-04T04:11:07.283Z] + sudo groupadd --force --system lxd [2021-02-04T04:11:07.283Z] ++ whoami [2021-02-04T04:11:07.283Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T04:11:07.283Z] + newgrp - lxd [2021-02-04T04:11:07.283Z] + sudo snap install lxd [2021-02-04T04:11:17.301Z] 2021-02-04T04:11:14Z INFO Waiting for automatic snapd restart... [2021-02-04T04:11:23.306Z] ---> e059b5105f5d [2021-02-04T04:11:23.306Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:11:23.306Z] ---> d22eaa997c33 [2021-02-04T04:11:23.306Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:11:23.306Z] ---> 48bfa8d36fc9 [2021-02-04T04:11:23.306Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:11:23.306Z] ---> 391b1196bd0e [2021-02-04T04:11:23.306Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:11:23.306Z] ---> Running in 4016ae589646 [2021-02-04T04:11:23.306Z] ---> Running in 5c415a4991a8 [2021-02-04T04:11:23.306Z] ---> Running in cd78767caefd [2021-02-04T04:11:23.306Z] ---> Running in 55cffd6725fe [2021-02-04T04:11:23.306Z] 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-04T04:11:23.306Z] 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-04T04:11:23.306Z] 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-04T04:11:23.306Z] 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-04T04:11:35.447Z] lxd 4.10 from Canonical* installed [2021-02-04T04:11:35.447Z] + sudo lxd init --auto [2021-02-04T04:11:43.623Z] + sudo snap install --classic snapcraft [2021-02-04T04:11:50.215Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:11:50.215Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T04:11:50.215Z] + patch --verbose -p1 [2021-02-04T04:11:50.215Z] Hmm... Looks like a unified diff to me... [2021-02-04T04:11:50.215Z] The text leading up to this was: [2021-02-04T04:11:50.215Z] -------------------------- [2021-02-04T04:11:50.215Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T04:11:50.215Z] |From: Tony Espy [2021-02-04T04:11:50.215Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T04:11:50.215Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T04:11:50.215Z] | [2021-02-04T04:11:50.215Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T04:11:50.215Z] |optimize the snap CI check run for pull requests. When [2021-02-04T04:11:50.215Z] |applied, it essentially strips out everything (apps and [2021-02-04T04:11:50.215Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T04:11:50.215Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T04:11:50.215Z] |catch changes to edgex-go that break the snap build. [2021-02-04T04:11:50.215Z] | [2021-02-04T04:11:50.215Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T04:11:50.215Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T04:11:50.215Z] |resulting in a failed snap build CI check in the associated [2021-02-04T04:11:50.215Z] |pull request. [2021-02-04T04:11:50.215Z] | [2021-02-04T04:11:50.215Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T04:11:50.215Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T04:11:50.215Z] |need to build the finally binary .snap file (and it won't [2021-02-04T04:11:50.215Z] |work with the patch applied). This further reduces the build [2021-02-04T04:11:50.215Z] |time. [2021-02-04T04:11:50.215Z] |--- [2021-02-04T04:11:50.215Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T04:11:50.215Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T04:11:50.215Z] | [2021-02-04T04:11:50.215Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T04:11:50.215Z] |index 1e537489..faf42425 100644 [2021-02-04T04:11:50.215Z] |--- a/snap/snapcraft.yaml [2021-02-04T04:11:50.215Z] |+++ b/snap/snapcraft.yaml [2021-02-04T04:11:50.215Z] -------------------------- [2021-02-04T04:11:50.215Z] patching file snap/snapcraft.yaml [2021-02-04T04:11:50.215Z] Using Plan A... [2021-02-04T04:11:50.215Z] Hunk #1 succeeded at 73. [2021-02-04T04:11:50.215Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T04:11:50.215Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T04:11:50.215Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T04:11:50.215Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T04:11:50.215Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T04:11:50.215Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T04:11:50.215Z] Hunk #8 succeeded at 342. [2021-02-04T04:11:50.215Z] Hmm... Ignoring the trailing garbage. [2021-02-04T04:11:50.215Z] done [2021-02-04T04:11:50.215Z] + sudo snapcraft prime --use-lxd [2021-02-04T04:11:51.165Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T04:11:51.165Z] 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-04T04:11:51.165Z] - README.md [2021-02-04T04:11:51.165Z] - snapcraft.yaml.orig [2021-02-04T04:11:51.165Z] [2021-02-04T04:11:51.165Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:11:51.737Z] Launching a container. [2021-02-04T04:12:03.976Z] Waiting for container to be ready [2021-02-04T04:12:04.548Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T04:12:04.548Z] [2021-02-04T04:12:07.850Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T04:12:08.110Z] Waiting for network to be ready... [2021-02-04T04:12:08.371Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:12:08.631Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:12:08.631Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:12:08.631Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:12:08.631Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:12:08.631Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:12:08.631Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:12:08.631Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:12:08.631Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:12:08.631Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:12:08.892Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:12:09.153Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:12:09.414Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:12:09.414Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:12:09.414Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:12:09.414Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:12:09.414Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:12:09.414Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:12:09.677Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:12:09.937Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:12:09.937Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:12:10.199Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:12:10.199Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:12:10.199Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:12:10.199Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:12:10.199Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:12:10.199Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:12:12.118Z] Fetched 23.9 MB in 4s (6036 kB/s) [2021-02-04T04:12:13.059Z] Reading package lists... [2021-02-04T04:12:13.319Z] Reading package lists... [2021-02-04T04:12:13.319Z] Building dependency tree... [2021-02-04T04:12:13.319Z] Reading state information... [2021-02-04T04:12:13.580Z] The following additional packages will be installed: [2021-02-04T04:12:13.580Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:12:13.580Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:12:13.580Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:12:13.580Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T04:12:13.580Z] Suggested packages: [2021-02-04T04:12:13.580Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T04:12:13.580Z] Recommended packages: [2021-02-04T04:12:13.580Z] gnupg libsasl2-modules [2021-02-04T04:12:13.580Z] The following NEW packages will be installed: [2021-02-04T04:12:13.580Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:12:13.580Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:12:13.580Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:12:13.580Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T04:12:13.580Z] The following packages will be upgraded: [2021-02-04T04:12:13.580Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T04:12:13.580Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T04:12:13.580Z] Need to get 3533 kB of archives. [2021-02-04T04:12:13.580Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T04:12:13.580Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T04:12:13.840Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T04:12:14.102Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T04:12:14.364Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T04:12:14.364Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T04:12:14.364Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-04T04:12:14.364Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T04:12:14.364Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T04:12:14.364Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T04:12:14.364Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T04:12:14.364Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T04:12:14.364Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T04:12:14.364Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T04:12:14.364Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T04:12:14.364Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T04:12:14.364Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T04:12:14.364Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T04:12:14.364Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T04:12:14.364Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T04:12:14.625Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T04:12:14.626Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T04:12:14.626Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T04:12:14.626Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:12:14.626Z] Fetched 3533 kB in 1s (3246 kB/s) [2021-02-04T04:12:14.887Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:12:14.887Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:12:14.887Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:12:14.887Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:12:15.149Z] Selecting previously unselected package udev. [2021-02-04T04:12:15.149Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:12:15.149Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:12:15.149Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T04:12:15.723Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T04:12:15.723Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:12:15.723Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:12:15.723Z] Selecting previously unselected package fuse. [2021-02-04T04:12:15.723Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:12:15.723Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:12:15.723Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:12:15.984Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:12:15.984Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:12:15.984Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:12:16.245Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:12:16.245Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:12:16.245Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T04:12:16.245Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T04:12:16.245Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:12:16.507Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T04:12:16.507Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:16.507Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:16.507Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T04:12:16.507Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:16.507Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:16.507Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T04:12:16.507Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:16.768Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:16.768Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T04:12:16.768Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:16.768Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:16.768Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T04:12:16.768Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:16.768Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:17.030Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T04:12:17.030Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:17.030Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:17.030Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T04:12:17.030Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:17.030Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:17.291Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T04:12:17.291Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:17.291Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:17.291Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T04:12:17.291Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:12:17.291Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:17.291Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T04:12:17.291Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:12:17.291Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:12:17.552Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T04:12:17.552Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:12:17.552Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:12:17.552Z] Selecting previously unselected package libldap-common. [2021-02-04T04:12:17.552Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T04:12:17.552Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:12:17.552Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T04:12:17.552Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T04:12:17.552Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:12:17.812Z] Selecting previously unselected package dirmngr. [2021-02-04T04:12:17.812Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:12:17.812Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:12:17.812Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:12:18.072Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T04:12:18.072Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:12:18.072Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:12:18.072Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:12:18.072Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T04:12:18.333Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:18.333Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:12:18.333Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:12:18.333Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T04:12:18.905Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T04:12:18.905Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:18.905Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T04:12:19.170Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:12:19.170Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T04:12:19.170Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:19.170Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:19.170Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:19.431Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:19.431Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:19.431Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:19.431Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:12:19.431Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:12:19.431Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:12:19.431Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:12:20.000Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T04:12:20.000Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T04:12:20.000Z] This means they are not meant to be enabled using systemctl. [2021-02-04T04:12:20.000Z] Possible reasons for having this kind of units are: [2021-02-04T04:12:20.000Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T04:12:20.000Z] .wants/ or .requires/ directory. [2021-02-04T04:12:20.000Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T04:12:20.000Z] a requirement dependency on it. [2021-02-04T04:12:20.000Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T04:12:20.000Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T04:12:20.000Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T04:12:20.000Z] instance name specified. [2021-02-04T04:12:20.261Z] Reading package lists... [2021-02-04T04:12:20.261Z] Building dependency tree... [2021-02-04T04:12:20.261Z] Reading state information... [2021-02-04T04:12:20.524Z] The following additional packages will be installed: [2021-02-04T04:12:20.525Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T04:12:20.525Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T04:12:20.525Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T04:12:20.525Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T04:12:20.525Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T04:12:20.525Z] Suggested packages: [2021-02-04T04:12:20.525Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T04:12:20.525Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T04:12:20.525Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T04:12:20.525Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T04:12:20.525Z] systemd-container policykit-1 [2021-02-04T04:12:20.525Z] Recommended packages: [2021-02-04T04:12:20.525Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T04:12:20.525Z] The following NEW packages will be installed: [2021-02-04T04:12:20.525Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T04:12:20.525Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T04:12:20.525Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T04:12:20.525Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T04:12:20.525Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T04:12:20.525Z] The following packages will be upgraded: [2021-02-04T04:12:20.525Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T04:12:20.525Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T04:12:20.525Z] Need to get 35.2 MB of archives. [2021-02-04T04:12:20.525Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T04:12:20.525Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T04:12:20.525Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T04:12:20.525Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T04:12:20.525Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T04:12:20.786Z] 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-04T04:12:20.786Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T04:12:20.786Z] 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-04T04:12:20.786Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T04:12:20.786Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T04:12:20.786Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T04:12:20.786Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T04:12:20.786Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T04:12:20.786Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T04:12:20.786Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T04:12:20.786Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T04:12:20.786Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T04:12:20.786Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T04:12:20.786Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T04:12:21.731Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T04:12:21.731Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T04:12:21.731Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T04:12:21.731Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T04:12:21.731Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T04:12:21.731Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T04:12:21.731Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T04:12:21.731Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T04:12:21.731Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T04:12:21.731Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T04:12:21.731Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T04:12:21.731Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T04:12:23.117Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:12:23.117Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-02-04T04:12:23.379Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:12:23.379Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:12:23.379Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:12:23.952Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:12:24.212Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:12:24.212Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:12:24.212Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:12:24.212Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:12:24.212Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:12:24.473Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T04:12:24.734Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:12:24.734Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:12:24.734Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:12:27.290Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T04:12:27.290Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T04:12:27.290Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T04:12:27.290Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T04:12:27.290Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:12:27.290Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:12:27.551Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T04:12:27.551Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:12:27.551Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:27.812Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T04:12:27.812Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T04:12:27.812Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:12:28.074Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T04:12:28.074Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:12:28.074Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:28.430Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:12:28.694Z] Checking for services that may need to be restarted...done. [2021-02-04T04:12:28.694Z] Checking for services that may need to be restarted...done. [2021-02-04T04:12:28.694Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:28.694Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:12:28.694Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:29.266Z] Selecting previously unselected package python3-minimal. [2021-02-04T04:12:29.266Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T04:12:29.266Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:12:29.266Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:12:29.527Z] Selecting previously unselected package mime-support. [2021-02-04T04:12:29.527Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T04:12:29.527Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T04:12:29.527Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T04:12:29.527Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T04:12:29.527Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:12:29.527Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T04:12:29.527Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:12:29.527Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:29.791Z] Selecting previously unselected package python3.6. [2021-02-04T04:12:29.791Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:12:29.791Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:30.050Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T04:12:30.050Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:12:30.050Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:12:30.051Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:12:30.311Z] Selecting previously unselected package python3. [2021-02-04T04:12:30.311Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T04:12:30.311Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:12:30.311Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T04:12:30.311Z] Selecting previously unselected package multiarch-support. [2021-02-04T04:12:30.311Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:12:30.311Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:12:30.573Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:12:30.573Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T04:12:30.573Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T04:12:30.573Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T04:12:30.573Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:12:31.356Z] 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-04T04:12:31.356Z] 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-04T04:12:35.873Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T04:12:35.873Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T04:12:35.873Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:12:35.873Z] Selecting previously unselected package sudo. [2021-02-04T04:12:35.873Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T04:12:35.873Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:12:35.873Z] Selecting previously unselected package apparmor. [2021-02-04T04:12:35.873Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:12:36.135Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:12:36.135Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T04:12:36.135Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T04:12:36.135Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:12:36.396Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T04:12:36.396Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:12:36.396Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:36.396Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T04:12:36.396Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:12:36.396Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:36.396Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T04:12:36.396Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T04:12:36.396Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:12:36.656Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T04:12:36.656Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:12:36.656Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:36.917Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T04:12:36.917Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:12:36.917Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:36.917Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T04:12:36.917Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T04:12:36.917Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:12:37.177Z] Selecting previously unselected package openssh-client. [2021-02-04T04:12:37.177Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T04:12:37.177Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:12:37.437Z] Selecting previously unselected package squashfs-tools. [2021-02-04T04:12:37.437Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:12:37.437Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:12:37.437Z] Selecting previously unselected package snapd. [2021-02-04T04:12:37.437Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T04:12:37.437Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T04:12:38.122Z] Removing intermediate container 55cffd6725fe [2021-02-04T04:12:38.122Z] ---> a36e18b703b4 [2021-02-04T04:12:38.122Z] [2021-02-04T04:12:38.122Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:12:38.122Z] ---> afeebe901d6b [2021-02-04T04:12:38.122Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:12:38.123Z] Removing intermediate container cd78767caefd [2021-02-04T04:12:38.123Z] ---> 63c85cc91d37 [2021-02-04T04:12:38.123Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:12:38.123Z] Removing intermediate container 5c415a4991a8 [2021-02-04T04:12:38.123Z] ---> 97033ce6b9f0 [2021-02-04T04:12:38.123Z] [2021-02-04T04:12:38.123Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:12:38.123Z] ---> afeebe901d6b [2021-02-04T04:12:38.123Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:12:38.123Z] ---> Running in 8325bbb42f9d [2021-02-04T04:12:38.123Z] ---> Running in 361cef95ad90 [2021-02-04T04:12:38.123Z] ---> Running in 0059120d1a39 [2021-02-04T04:12:39.565Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:12:39.837Z] 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-04T04:12:39.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:12:39.983Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:12:39.983Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:12:39.983Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T04:12:39.983Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:12:39.983Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:12:39.983Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:39.983Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:12:39.983Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T04:12:40.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:12:40.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:12:40.244Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T04:12:40.716Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:12:40.716Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:12:40.716Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:12:40.716Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:12:40.993Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:12:40.993Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:12:40.993Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:12:40.993Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:12:40.993Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:12:40.993Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:12:40.993Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:12:40.993Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:12:40.993Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:12:41.198Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:12:41.198Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:12:41.198Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:12:41.198Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:41.198Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:41.198Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:12:41.270Z] OK: 7 MiB in 18 packages [2021-02-04T04:12:41.270Z] OK: 7 MiB in 19 packages [2021-02-04T04:12:41.768Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:12:41.768Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:41.768Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:12:41.768Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T04:12:41.768Z] running python rtupdate hooks for python3.6... [2021-02-04T04:12:41.768Z] running python post-rtupdate hooks for python3.6... [2021-02-04T04:12:41.768Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:12:43.160Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T04:12:43.160Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:12:43.160Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:12:43.421Z] Setting up snapd (2.48+18.04) ... [2021-02-04T04:12:43.683Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T04:12:43.945Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T04:12:44.208Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T04:12:44.208Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T04:12:44.470Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:12:44.470Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:12:44.676Z] Removing intermediate container 361cef95ad90 [2021-02-04T04:12:44.676Z] ---> cbcc48e46c0a [2021-02-04T04:12:44.676Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:12:44.676Z] Removing intermediate container 8325bbb42f9d [2021-02-04T04:12:44.676Z] ---> 69b6b010e24a [2021-02-04T04:12:44.676Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:12:44.676Z] Removing intermediate container 4016ae589646 [2021-02-04T04:12:44.676Z] ---> 05020036b54d [2021-02-04T04:12:44.676Z] [2021-02-04T04:12:44.676Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:12:44.676Z] ---> afeebe901d6b [2021-02-04T04:12:44.676Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:12:44.676Z] ---> Using cache [2021-02-04T04:12:44.676Z] ---> dc72cb8f2fcc [2021-02-04T04:12:44.676Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:12:44.676Z] ---> Using cache [2021-02-04T04:12:44.676Z] ---> add81fb764b0 [2021-02-04T04:12:44.676Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:12:44.676Z] Removing intermediate container 0059120d1a39 [2021-02-04T04:12:44.676Z] ---> 00fdbbc47504 [2021-02-04T04:12:44.676Z] [2021-02-04T04:12:44.676Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:12:44.676Z] ---> Running in 3b83f7713d8a [2021-02-04T04:12:44.676Z] ---> Running in 03a4b0368eb1 [2021-02-04T04:12:44.676Z] ---> Running in d00d707f07e1 [2021-02-04T04:12:44.676Z] 20.10.0: Pulling from library/docker [2021-02-04T04:12:44.731Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T04:12:44.731Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T04:12:44.954Z] Removing intermediate container d00d707f07e1 [2021-02-04T04:12:44.954Z] ---> 4f943822c8f3 [2021-02-04T04:12:44.954Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:12:44.954Z] Removing intermediate container 3b83f7713d8a [2021-02-04T04:12:44.954Z] ---> 7296bfff81a3 [2021-02-04T04:12:44.954Z] Step 13/24 : WORKDIR / [2021-02-04T04:12:44.954Z] Removing intermediate container 03a4b0368eb1 [2021-02-04T04:12:44.954Z] ---> b207d5d80c56 [2021-02-04T04:12:44.954Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:12:44.992Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T04:12:45.230Z] ---> Running in 1e55d7bb129a [2021-02-04T04:12:45.230Z] ---> Running in e127c8309d94 [2021-02-04T04:12:45.230Z] ---> Running in 3daea5a6a80e [2021-02-04T04:12:45.253Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T04:12:45.253Z] /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-04T04:12:45.253Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:12:45.253Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:12:45.824Z] Removing intermediate container 1e55d7bb129a [2021-02-04T04:12:45.824Z] ---> bbb43bfb002e [2021-02-04T04:12:45.824Z] Step 15/23 : WORKDIR / [2021-02-04T04:12:45.824Z] Removing intermediate container e127c8309d94 [2021-02-04T04:12:45.824Z] ---> 5aa5f1480b0d [2021-02-04T04:12:45.824Z] 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-04T04:12:46.102Z] ---> Running in 6466fa46ce86 [2021-02-04T04:12:46.102Z] Removing intermediate container 3daea5a6a80e [2021-02-04T04:12:46.102Z] ---> f53583c22a79 [2021-02-04T04:12:46.102Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:12:46.640Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:12:46.640Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:12:46.640Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:12:46.707Z] Removing intermediate container 6466fa46ce86 [2021-02-04T04:12:46.707Z] ---> 6aa60c729aa7 [2021-02-04T04:12:46.707Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:12:47.008Z] ---> 898b19200e01 [2021-02-04T04:12:47.008Z] 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-04T04:12:47.008Z] ---> 77da7477e545 [2021-02-04T04:12:47.008Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:12:47.584Z] Reading package lists... [2021-02-04T04:12:47.846Z] Reading package lists... [2021-02-04T04:12:47.846Z] Building dependency tree... [2021-02-04T04:12:47.846Z] Reading state information... [2021-02-04T04:12:47.987Z] ---> 8e50ae6d0cd5 [2021-02-04T04:12:47.987Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:12:47.987Z] ---> 3475e0bce4a1 [2021-02-04T04:12:47.987Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:12:48.108Z] Calculating upgrade... [2021-02-04T04:12:48.108Z] The following packages will be upgraded: [2021-02-04T04:12:48.108Z] advancecomp base-files bash binutils binutils-common [2021-02-04T04:12:48.108Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T04:12:48.108Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T04:12:48.108Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T04:12:48.108Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T04:12:48.108Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T04:12:48.108Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T04:12:48.108Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T04:12:48.108Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T04:12:48.108Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T04:12:48.108Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T04:12:48.108Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T04:12:48.108Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T04:12:48.108Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T04:12:48.108Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T04:12:48.370Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:12:48.370Z] Need to get 63.8 MB of archives. [2021-02-04T04:12:48.370Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T04:12:48.370Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T04:12:48.370Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T04:12:48.584Z] ---> 79903b64b75c [2021-02-04T04:12:48.584Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:12:48.941Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T04:12:48.941Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T04:12:48.941Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T04:12:48.941Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T04:12:48.941Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T04:12:48.941Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T04:12:48.941Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-04T04:12:48.942Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T04:12:48.942Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T04:12:48.942Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T04:12:48.942Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T04:12:49.177Z] ---> e95cc070290c [2021-02-04T04:12:49.177Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:12:49.202Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T04:12:49.202Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T04:12:49.202Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T04:12:49.202Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T04:12:49.202Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T04:12:49.202Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T04:12:49.202Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T04:12:49.455Z] ---> 8d408346d336 [2021-02-04T04:12:49.455Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:12:49.462Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T04:12:49.462Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T04:12:49.462Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T04:12:49.462Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T04:12:49.462Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T04:12:49.462Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T04:12:49.723Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T04:12:49.723Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T04:12:49.723Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T04:12:49.723Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T04:12:49.723Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T04:12:49.723Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T04:12:49.723Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T04:12:49.723Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T04:12:49.723Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T04:12:49.723Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T04:12:49.723Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T04:12:49.723Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T04:12:49.723Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T04:12:49.723Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T04:12:49.723Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T04:12:49.723Z] Get:42 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-04T04:12:49.723Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T04:12:49.723Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T04:12:49.723Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T04:12:49.723Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T04:12:49.723Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T04:12:49.723Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T04:12:49.723Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T04:12:49.723Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T04:12:49.723Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T04:12:49.723Z] Get:52 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-04T04:12:49.723Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T04:12:49.984Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T04:12:49.984Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T04:12:49.984Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T04:12:49.984Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T04:12:49.984Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T04:12:49.984Z] Get:59 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-04T04:12:49.984Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T04:12:49.984Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T04:12:49.984Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T04:12:49.984Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T04:12:49.984Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T04:12:49.984Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T04:12:49.984Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T04:12:49.984Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T04:12:49.984Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T04:12:49.984Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T04:12:49.984Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T04:12:49.984Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T04:12:49.984Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T04:12:49.984Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T04:12:49.984Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T04:12:50.245Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T04:12:50.245Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T04:12:50.245Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T04:12:50.245Z] 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-04T04:12:50.245Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T04:12:50.245Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T04:12:50.245Z] 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-04T04:12:50.245Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T04:12:50.245Z] 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-04T04:12:50.245Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T04:12:50.245Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T04:12:50.245Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T04:12:50.245Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T04:12:50.245Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T04:12:50.245Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T04:12:50.245Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T04:12:50.434Z] ---> 3799db6e1637 [2021-02-04T04:12:50.434Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:12:50.434Z] ---> Running in b0bcbc420679 [2021-02-04T04:12:50.707Z] ---> 679e20810a0d [2021-02-04T04:12:50.707Z] ---> d4804a48c1d8 [2021-02-04T04:12:50.707Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:12:50.707Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:12:50.988Z] ---> Running in fbdbdcbaec40 [2021-02-04T04:12:51.188Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T04:12:51.261Z] Removing intermediate container b0bcbc420679 [2021-02-04T04:12:51.261Z] ---> 301d3c6b8d74 [2021-02-04T04:12:51.261Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:12:51.449Z] 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-04T04:12:51.449Z] 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-04T04:12:51.449Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T04:12:51.535Z] ---> Running in ab2a865294cb [2021-02-04T04:12:51.535Z] Removing intermediate container fbdbdcbaec40 [2021-02-04T04:12:51.535Z] ---> 0a7d710c8d5b [2021-02-04T04:12:51.535Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:12:51.709Z] 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-04T04:12:51.709Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T04:12:51.709Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T04:12:51.709Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T04:12:51.709Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T04:12:51.970Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:12:51.970Z] Fetched 63.8 MB in 4s (17.2 MB/s) [2021-02-04T04:12:51.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:51.970Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:12:51.970Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:12:52.135Z] ---> Running in 709d0b9863c2 [2021-02-04T04:12:52.135Z] ---> 9597aa45d5c3 [2021-02-04T04:12:52.135Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:12:52.411Z] Removing intermediate container ab2a865294cb [2021-02-04T04:12:52.411Z] ---> 72371b068c89 [2021-02-04T04:12:52.411Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T04:12:52.542Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:12:52.684Z] Removing intermediate container 709d0b9863c2 [2021-02-04T04:12:52.684Z] ---> 97b113a8aa12 [2021-02-04T04:12:52.684Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:12:52.684Z] ---> Running in 6cd768fcd611 [2021-02-04T04:12:52.804Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:12:52.804Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T04:12:52.804Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T04:12:52.959Z] ---> Running in 81997a8edcba [2021-02-04T04:12:53.578Z] ---> 34a042640f2e [2021-02-04T04:12:53.578Z] 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-04T04:12:53.578Z] Removing intermediate container 81997a8edcba [2021-02-04T04:12:53.578Z] ---> b03f5135425d [2021-02-04T04:12:53.578Z] Step 22/23 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:12:53.578Z] Removing intermediate container 6cd768fcd611 [2021-02-04T04:12:53.578Z] ---> 59eb2e13efcd [2021-02-04T04:12:53.578Z] Step 20/21 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:12:53.765Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:53.765Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:53.765Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:53.765Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:53.850Z] ---> Running in 6a295d39f9e1 [2021-02-04T04:12:54.027Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:54.027Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:54.027Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:54.027Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:54.126Z] ---> Running in 29f23d48858b [2021-02-04T04:12:54.126Z] ---> Running in 1847a6f81e7f [2021-02-04T04:12:54.289Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:54.289Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:54.289Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:54.289Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:54.550Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:54.550Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:54.550Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:12:54.811Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:12:54.811Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:54.811Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T04:12:54.811Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:12:55.073Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:12:55.073Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:55.073Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:55.073Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:55.073Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:55.116Z] Removing intermediate container 29f23d48858b [2021-02-04T04:12:55.116Z] ---> 87285e2c344d [2021-02-04T04:12:55.116Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:12:55.116Z] Removing intermediate container 1847a6f81e7f [2021-02-04T04:12:55.116Z] ---> 01e622ad1b83 [2021-02-04T04:12:55.116Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:12:55.335Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:12:55.335Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:12:55.390Z] ---> Running in 577efa2e310e [2021-02-04T04:12:55.390Z] ---> Running in 547e78753a3b [2021-02-04T04:12:55.596Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:12:55.596Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:12:55.596Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:12:55.857Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:12:56.006Z] Removing intermediate container 577efa2e310e [2021-02-04T04:12:56.006Z] ---> 12c283ee9c44 [2021-02-04T04:12:56.006Z] [2021-02-04T04:12:56.119Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:12:56.283Z] Removing intermediate container 547e78753a3b [2021-02-04T04:12:56.283Z] ---> ada0230ea825 [2021-02-04T04:12:56.283Z] [2021-02-04T04:12:56.380Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:12:56.380Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T04:12:56.380Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T04:12:56.380Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T04:12:56.559Z] Successfully built 12c283ee9c44 [2021-02-04T04:12:56.559Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T04:12:56.642Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T04:12:56.832Z]  Building docker-security-proxy-setup-go ... done Successfully built ada0230ea825 [2021-02-04T04:12:56.832Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T04:12:56.903Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T04:12:56.903Z] Installing new version of config file /etc/issue ... [2021-02-04T04:12:56.903Z] Installing new version of config file /etc/issue.net ... [2021-02-04T04:12:56.903Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T04:12:56.903Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T04:12:57.164Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T04:12:57.164Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T04:12:57.164Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T04:12:57.425Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:57.425Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T04:12:57.425Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T04:12:57.429Z]  Building docker-core-command-go ... done Removing intermediate container 6a295d39f9e1 [2021-02-04T04:12:57.429Z] ---> c7f52c2aad6a [2021-02-04T04:12:57.429Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:12:57.687Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T04:12:57.687Z] 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-04T04:12:57.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:57.687Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:12:57.687Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T04:12:57.700Z] ---> Running in 4176ac72d67a [2021-02-04T04:12:57.948Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:12:57.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:57.948Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T04:12:57.948Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T04:12:58.209Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T04:12:58.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:58.209Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T04:12:58.209Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:12:58.295Z] Removing intermediate container 4176ac72d67a [2021-02-04T04:12:58.295Z] ---> 4d356990efc4 [2021-02-04T04:12:58.295Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T04:12:58.295Z] ---> Running in 2ee96a186cd3 [2021-02-04T04:12:58.470Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T04:12:58.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:58.731Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:12:58.731Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:12:58.731Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:12:58.891Z] Removing intermediate container 2ee96a186cd3 [2021-02-04T04:12:58.892Z] ---> eec61ac6cf35 [2021-02-04T04:12:58.892Z] Step 23/24 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:12:58.892Z] ---> Running in 242bbcd6df52 [2021-02-04T04:12:58.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:58.993Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:12:58.993Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:12:59.166Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:12:59.166Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:12:59.166Z] ---> eeaf43b92773 [2021-02-04T04:12:59.166Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:12:59.166Z] ---> Running in 6a7d3c5c0f52 [2021-02-04T04:12:59.258Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T04:12:59.258Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:59.258Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T04:12:59.258Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T04:12:59.440Z] Removing intermediate container 242bbcd6df52 [2021-02-04T04:12:59.440Z] ---> a8473ca3808f [2021-02-04T04:12:59.440Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:12:59.518Z] Setting up grep (3.1-2build1) ... [2021-02-04T04:12:59.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:59.518Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:12:59.518Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:12:59.716Z] ---> Running in 4f6395fc7fed [2021-02-04T04:12:59.779Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T04:12:59.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:12:59.779Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:12:59.779Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:13:00.040Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T04:13:00.040Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:00.040Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:13:00.040Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:13:00.311Z] Removing intermediate container 4f6395fc7fed [2021-02-04T04:13:00.311Z] ---> b8e82c7d822a [2021-02-04T04:13:00.311Z] [2021-02-04T04:13:00.583Z] Successfully built b8e82c7d822a [2021-02-04T04:13:00.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:13:00.583Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T04:13:00.611Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:13:00.611Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:13:00.611Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:13:00.611Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:13:00.854Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:13:01.185Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T04:13:01.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:01.186Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T04:13:01.445Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:13:01.465Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:13:01.465Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:13:01.465Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:13:01.465Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:13:01.465Z] OK: 12 MiB in 22 packages [2021-02-04T04:13:02.831Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:13:02.831Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:13:02.831Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:13:02.831Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:13:02.900Z] Removing intermediate container 6a7d3c5c0f52 [2021-02-04T04:13:02.900Z] ---> 5a269c19185f [2021-02-04T04:13:02.900Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:13:02.900Z] ---> Running in b6a1b935de18 [2021-02-04T04:13:03.093Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:13:03.093Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:03.093Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T04:13:03.093Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T04:13:03.170Z] Removing intermediate container b6a1b935de18 [2021-02-04T04:13:03.170Z] ---> bdab81b0263a [2021-02-04T04:13:03.170Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:13:03.354Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T04:13:03.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:03.355Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:03.447Z] ---> Running in 32c984c21b45 [2021-02-04T04:13:03.617Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:03.617Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:03.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:03.617Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:03.878Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:03.878Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:03.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:03.878Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:03.878Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:04.040Z] Removing intermediate container 32c984c21b45 [2021-02-04T04:13:04.040Z] ---> b263c779c4ba [2021-02-04T04:13:04.040Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:13:04.040Z] ---> Running in 5de0309f8fd8 [2021-02-04T04:13:04.139Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:04.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:04.139Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:04.139Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:04.139Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:04.311Z] Removing intermediate container 5de0309f8fd8 [2021-02-04T04:13:04.311Z] ---> d7f23168c6fc [2021-02-04T04:13:04.311Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:13:04.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:04.400Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:13:04.400Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:13:04.400Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:13:04.400Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:13:04.661Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:13:04.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:04.661Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:13:04.661Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:13:04.921Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:13:04.921Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:04.922Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:04.922Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:04.922Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:05.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:05.183Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:05.183Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:05.183Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:05.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:05.183Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:05.442Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:05.703Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:05.732Z] ---> e171f07f48f3 [2021-02-04T04:13:05.733Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:13:05.963Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T04:13:06.012Z] ---> c8e70b2698a8 [2021-02-04T04:13:06.012Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:13:06.223Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T04:13:06.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:06.484Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:13:06.484Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:13:06.484Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:13:06.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:13:06.746Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T04:13:06.746Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:13:06.995Z] ---> fa5ba2a61c04 [2021-02-04T04:13:06.995Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:13:06.995Z] ---> Running in 1ce7c21801fe [2021-02-04T04:13:07.007Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T04:13:07.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:07.007Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T04:13:07.007Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T04:13:07.274Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T04:13:07.537Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:07.537Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T04:13:07.537Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:13:07.798Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:13:07.798Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:07.798Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T04:13:07.798Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:13:08.059Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:13:08.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:08.059Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:13:08.059Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:13:08.320Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:13:08.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:13:08.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:13:08.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:08.581Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:13:08.581Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:13:08.581Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:13:08.715Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:13:08.715Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:13:08.715Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:13:08.715Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:13:08.715Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:13:08.715Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:13:08.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:08.842Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:13:08.842Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:13:08.991Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:13:09.103Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:13:09.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:09.103Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:13:09.103Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:13:09.374Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:13:09.374Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:13:09.374Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:13:09.374Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:13:09.824Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:13:09.824Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:09.824Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T04:13:09.824Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T04:13:10.114Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T04:13:10.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:10.114Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T04:13:10.114Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:13:10.114Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:13:10.403Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:10.403Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:13:10.403Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:13:10.758Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:13:10.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:10.758Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T04:13:10.758Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T04:13:10.758Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T04:13:10.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:10.758Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:13:10.958Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:13:10.958Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:13:10.958Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:13:10.958Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:13:10.958Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:13:10.958Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:13:10.958Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:13:10.958Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:13:10.958Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:13:10.958Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:13:10.958Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:13:10.958Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:13:10.958Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:13:10.958Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:13:10.958Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:13:11.017Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:13:11.230Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:13:11.230Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:13:11.230Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:13:11.230Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:13:11.230Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:13:11.230Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:13:11.230Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:13:11.230Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:13:11.230Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:13:11.230Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:13:11.278Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T04:13:11.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:11.278Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:13:11.278Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:13:11.499Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:13:11.499Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:13:11.499Z] OK: 71 MiB in 55 packages [2021-02-04T04:13:11.543Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T04:13:11.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:11.543Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T04:13:11.543Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T04:13:11.809Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T04:13:11.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:11.809Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T04:13:11.809Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T04:13:11.809Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T04:13:12.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:12.395Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T04:13:12.395Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T04:13:12.395Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T04:13:12.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:12.661Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T04:13:12.661Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T04:13:12.935Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T04:13:12.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:12.935Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:13:12.935Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T04:13:12.935Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T04:13:13.195Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:13:13.195Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T04:13:13.195Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T04:13:13.195Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T04:13:13.456Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T04:13:13.456Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:13:13.456Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:13:13.456Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:13:13.717Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:13:13.717Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:13:13.717Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:13:13.977Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T04:13:13.977Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T04:13:14.243Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:13:14.243Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T04:13:14.243Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:13:14.243Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T04:13:14.504Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T04:13:14.504Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T04:13:14.504Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T04:13:14.504Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T04:13:14.767Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T04:13:14.767Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T04:13:14.767Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T04:13:14.767Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T04:13:15.027Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T04:13:15.027Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T04:13:15.027Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T04:13:15.027Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T04:13:15.977Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T04:13:15.977Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T04:13:16.238Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:13:16.238Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T04:13:16.238Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:13:16.238Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:13:16.809Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:13:16.809Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:13:16.809Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:13:16.809Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:13:17.071Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:13:17.071Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:13:17.071Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:17.334Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:17.334Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:17.334Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:17.595Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:17.595Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:17.595Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:17.595Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:18.190Z] Removing intermediate container 1ce7c21801fe [2021-02-04T04:13:18.190Z] ---> 2beb9e085517 [2021-02-04T04:13:18.190Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:13:18.190Z] ---> Running in e2f230bb67f2 [2021-02-04T04:13:18.538Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:18.538Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:19.478Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:19.478Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:20.049Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:20.049Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:20.309Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:20.309Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:21.265Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:13:21.265Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:13:21.265Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:13:21.265Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:13:21.525Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:13:21.525Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:13:21.525Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:13:21.794Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:13:21.794Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T04:13:21.794Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T04:13:22.056Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:13:22.056Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:13:22.056Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:13:22.056Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:13:22.317Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T04:13:22.317Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T04:13:22.464Z] Collecting docker-compose==1.23.2 [2021-02-04T04:13:22.464Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:13:22.579Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:22.579Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:13:22.579Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:22.840Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:22.840Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:22.840Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T04:13:22.840Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T04:13:22.840Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T04:13:23.056Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:13:23.056Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:13:23.100Z] [2021-02-04T04:13:23.100Z] Current default time zone: 'Etc/UTC' [2021-02-04T04:13:23.100Z] Local time is now: Thu Feb 4 04:13:22 UTC 2021. [2021-02-04T04:13:23.100Z] Universal Time is now: Thu Feb 4 04:13:22 UTC 2021. [2021-02-04T04:13:23.100Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T04:13:23.100Z] [2021-02-04T04:13:23.100Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T04:13:23.100Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:23.100Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T04:13:23.100Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:13:23.100Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T04:13:23.100Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T04:13:23.360Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:13:23.360Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:13:23.360Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T04:13:23.360Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:13:23.360Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:23.360Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:13:23.621Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:23.882Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:13:23.882Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:23.882Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T04:13:23.882Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:13:23.882Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T04:13:23.882Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:13:23.882Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T04:13:23.882Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T04:13:23.882Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:13:23.882Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T04:13:24.027Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:13:24.027Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:13:25.792Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:13:26.362Z] 23 added, 27 removed; done. [2021-02-04T04:13:26.622Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:13:26.622Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:13:26.622Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T04:13:26.622Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T04:13:26.622Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T04:13:26.889Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:26.889Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:13:26.889Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:26.889Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:26.889Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:26.889Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:27.156Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:27.156Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T04:13:27.156Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:13:27.156Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:13:27.156Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T04:13:27.156Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:13:27.400Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:13:27.401Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:13:27.401Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:13:27.401Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:13:27.421Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:27.421Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:13:27.421Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:13:27.421Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T04:13:27.421Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:13:27.683Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:13:27.683Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:13:27.683Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T04:13:27.683Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T04:13:27.683Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:13:28.290Z] 0 added, 0 removed; done. [2021-02-04T04:13:28.290Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T04:13:28.290Z] done. [2021-02-04T04:13:28.401Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:13:28.401Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:13:28.681Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:13:28.681Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:13:28.859Z] Reading package lists... [2021-02-04T04:13:28.860Z] Building dependency tree... [2021-02-04T04:13:28.860Z] Reading state information... [2021-02-04T04:13:29.121Z] The following NEW packages will be installed: [2021-02-04T04:13:29.121Z] apt-transport-https [2021-02-04T04:13:29.121Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:13:29.121Z] Need to get 1696 B of archives. [2021-02-04T04:13:29.121Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T04:13:29.121Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T04:13:29.382Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:13:29.382Z] Fetched 1696 B in 0s (8683 B/s) [2021-02-04T04:13:29.382Z] Selecting previously unselected package apt-transport-https. [2021-02-04T04:13:29.382Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T04:13:29.382Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T04:13:29.382Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:13:29.382Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:13:29.643Z] Waiting for network to be ready... [2021-02-04T04:13:30.672Z] 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-04T04:13:30.943Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:13:30.943Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:13:32.911Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:13:32.911Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:13:35.515Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:13:35.515Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:13:35.515Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:13:35.788Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:13:35.788Z] 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-04T04:13:36.231Z] 2021-02-04T04:13:32Z INFO Waiting for automatic snapd restart... [2021-02-04T04:13:36.231Z] snapd 2.48.2 from Canonical* installed [2021-02-04T04:13:36.379Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:13:36.379Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:13:36.651Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:13:36.651Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:13:36.651Z] 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-04T04:13:36.800Z] "snapd" switched to the "latest/stable" channel [2021-02-04T04:13:36.800Z] [2021-02-04T04:13:36.924Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:13:36.924Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:13:36.924Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:13:36.924Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:13:37.520Z] Installing collected packages: jsonschema, PyYAML, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, docker-compose [2021-02-04T04:13:37.793Z] Running setup.py install for PyYAML: started [2021-02-04T04:13:39.351Z] core18 20201210 from Canonical* installed [2021-02-04T04:13:39.610Z] "core18" switched to the "latest/stable" channel [2021-02-04T04:13:39.610Z] [2021-02-04T04:13:40.415Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:13:40.415Z] Attempting uninstall: urllib3 [2021-02-04T04:13:40.415Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:13:40.415Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:13:40.415Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:13:41.007Z] Attempting uninstall: idna [2021-02-04T04:13:41.007Z] Found existing installation: idna 2.9 [2021-02-04T04:13:41.007Z] Uninstalling idna-2.9: [2021-02-04T04:13:41.007Z] Successfully uninstalled idna-2.9 [2021-02-04T04:13:41.984Z] Attempting uninstall: requests [2021-02-04T04:13:41.984Z] Found existing installation: requests 2.23.0 [2021-02-04T04:13:41.984Z] Uninstalling requests-2.23.0: [2021-02-04T04:13:41.984Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:13:42.915Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:13:42.916Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T04:13:42.916Z] [2021-02-04T04:13:42.958Z] Running setup.py install for docopt: started [2021-02-04T04:13:44.932Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:13:44.932Z] Running setup.py install for texttable: started [2021-02-04T04:13:46.219Z] 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-04T04:13:46.219Z] - README.md [2021-02-04T04:13:46.219Z] - snapcraft.yaml.orig [2021-02-04T04:13:46.219Z] [2021-02-04T04:13:46.219Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:13:46.357Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:13:46.357Z] Running setup.py install for dockerpty: started [2021-02-04T04:13:48.317Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:13:49.295Z] 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-04T04:13:52.683Z] Removing intermediate container e2f230bb67f2 [2021-02-04T04:13:52.683Z] ---> b878ff34485e [2021-02-04T04:13:52.683Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:13:52.683Z] ---> Running in 01d14e5f9e39 [2021-02-04T04:13:52.806Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:13:52.806Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:13:52.806Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:13:52.806Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:13:53.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:13:53.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:13:54.011Z] Reading package lists... [2021-02-04T04:13:54.271Z] 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-04T04:13:54.517Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:13:54.517Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:13:54.517Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:13:54.517Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:13:54.517Z] OK: 71 MiB in 58 packages [2021-02-04T04:13:55.949Z] Removing intermediate container 01d14e5f9e39 [2021-02-04T04:13:55.949Z] ---> 20cb936fdc9e [2021-02-04T04:13:55.949Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:13:55.949Z] ---> Running in d6cea8df4763 [2021-02-04T04:13:56.222Z] Removing intermediate container d6cea8df4763 [2021-02-04T04:13:56.222Z] ---> 4de08eed07b9 [2021-02-04T04:13:56.222Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:13:56.503Z] ---> Running in 5f4da7d398fc [2021-02-04T04:13:57.101Z] Removing intermediate container 5f4da7d398fc [2021-02-04T04:13:57.101Z] ---> fa78ba20d62d [2021-02-04T04:13:57.101Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T04:13:57.101Z] ---> Running in b82ed668fbc0 [2021-02-04T04:13:57.375Z] Removing intermediate container b82ed668fbc0 [2021-02-04T04:13:57.375Z] ---> 11b6c5996411 [2021-02-04T04:13:57.375Z] Step 25/26 : LABEL git_sha=6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [2021-02-04T04:13:57.650Z] ---> Running in c40faed10482 [2021-02-04T04:13:58.243Z] Removing intermediate container c40faed10482 [2021-02-04T04:13:58.243Z] ---> dc4a36e8326c [2021-02-04T04:13:58.243Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:13:58.243Z] ---> Running in a538c7b8db7b [2021-02-04T04:13:58.835Z] Removing intermediate container a538c7b8db7b [2021-02-04T04:13:58.835Z] ---> e270784b0cdb [2021-02-04T04:13:58.835Z] [2021-02-04T04:13:59.108Z] Successfully built e270784b0cdb [2021-02-04T04:13:59.108Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T04:13:59.723Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T04:13:59.762Z] $ docker stop --time=1 b3e5b44678d388373974a34b9645f27e6ac269a722996ca154ecd5ea68ffa47d [2021-02-04T04:14:00.868Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:14:00.868Z] Reading package lists... [2021-02-04T04:14:00.868Z] Building dependency tree... [2021-02-04T04:14:00.868Z] Reading state information... [2021-02-04T04:14:00.868Z] Suggested packages: [2021-02-04T04:14:00.868Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T04:14:00.868Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T04:14:00.868Z] Recommended packages: [2021-02-04T04:14:00.868Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T04:14:00.868Z] The following NEW packages will be installed: [2021-02-04T04:14:00.868Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T04:14:00.868Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T04:14:00.868Z] pkg-config zip [2021-02-04T04:14:00.868Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:14:00.868Z] Need to get 7655 kB of archives. [2021-02-04T04:14:00.868Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T04:14:00.868Z] 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-04T04:14:00.868Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T04:14:00.868Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T04:14:01.129Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T04:14:01.129Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T04:14:01.129Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T04:14:01.390Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T04:14:01.390Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T04:14:01.390Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T04:14:01.390Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T04:14:01.390Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T04:14:01.390Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T04:14:01.390Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T04:14:01.650Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T04:14:01.650Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T04:14:01.650Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:14:01.699Z] $ docker rm -f b3e5b44678d388373974a34b9645f27e6ac269a722996ca154ecd5ea68ffa47d [2021-02-04T04:14:01.917Z] Fetched 7655 kB in 1s (6913 kB/s) [2021-02-04T04:14:01.917Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T04:14:01.917Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T04:14:01.917Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T04:14:01.917Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:14:02.179Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T04:14:02.179Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T04:14:02.179Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:14:02.179Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T04:14:02.179Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T04:14:02.179Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:14:02.434Z] + docker images [2021-02-04T04:14:02.434Z] + grep docker [2021-02-04T04:14:02.439Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T04:14:02.439Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T04:14:02.439Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:14:02.439Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T04:14:02.439Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T04:14:02.439Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:14:02.701Z] Selecting previously unselected package liberror-perl. [2021-02-04T04:14:02.701Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T04:14:02.702Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T04:14:02.702Z] Selecting previously unselected package git-man. [2021-02-04T04:14:02.702Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T04:14:02.702Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:14:02.705Z] docker-sys-mgmt-agent-go-arm64 latest e270784b0cdb 4 seconds ago 300MB [2021-02-04T04:14:02.705Z] docker-security-secretstore-setup-go-arm64 latest b8e82c7d822a About a minute ago 23.4MB [2021-02-04T04:14:02.705Z] docker-security-proxy-setup-go-arm64 latest 12c283ee9c44 About a minute ago 23.2MB [2021-02-04T04:14:02.705Z] docker-core-command-go-arm64 latest ada0230ea825 About a minute ago 16MB [2021-02-04T04:14:02.705Z] docker-security-bootstrapper-go-arm64 latest 500373c661ba 3 minutes ago 22.6MB [2021-02-04T04:14:02.705Z] docker-core-data-go-arm64 latest 665ef2e8577a 3 minutes ago 21MB [2021-02-04T04:14:02.705Z] docker-core-metadata-go-arm64 latest 9067e14f09a6 4 minutes ago 17.7MB [2021-02-04T04:14:02.705Z] docker-support-scheduler-go-arm64 latest 5974f318f81c 4 minutes ago 16.1MB [2021-02-04T04:14:02.705Z] docker-support-notifications-go-arm64 latest d49d00b8a8f6 4 minutes ago 16.7MB [2021-02-04T04:14:02.705Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T04:14:02.964Z] Selecting previously unselected package git. [2021-02-04T04:14:02.964Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T04:14:02.964Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [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] } [2021-02-04T04:14:03.929Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T04:14:03.929Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T04:14:03.929Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:14:03.929Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T04:14:03.929Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T04:14:03.929Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:14:03.929Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T04:14:03.929Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T04:14:04.192Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:14:04.192Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T04:14:04.192Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:14:04.192Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:14:04.192Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T04:14:04.192Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:14:04.192Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:14:04.455Z] Selecting previously unselected package pkg-config. [2021-02-04T04:14:04.455Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T04:14:04.455Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:14:04.455Z] Selecting previously unselected package zip. [2021-02-04T04:14:04.455Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T04:14:04.455Z] Unpacking zip (3.0-11build1) ... [2021-02-04T04:14:04.716Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:14:04.716Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:14:04.716Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:14:04.716Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T04:14:04.716Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:14:04.716Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:14:04.716Z] No schema files found: doing nothing. [2021-02-04T04:14:04.716Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:14:04.978Z] Setting up zip (3.0-11build1) ... [2021-02-04T04:14:04.978Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:14:04.978Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:14:04.978Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:14:04.978Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:14:04.978Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:14:04.978Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:14:04.978Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:14:05.239Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:14:11.863Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:14:11.863Z] git set to automatically installed. [2021-02-04T04:14:11.863Z] git-man set to automatically installed. [2021-02-04T04:14:11.863Z] libcurl3-gnutls set to automatically installed. [2021-02-04T04:14:11.863Z] liberror-perl set to automatically installed. [2021-02-04T04:14:11.863Z] libglib2.0-0 set to automatically installed. [2021-02-04T04:14:11.863Z] libnghttp2-14 set to automatically installed. [2021-02-04T04:14:11.863Z] libnorm1 set to automatically installed. [2021-02-04T04:14:11.863Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T04:14:11.863Z] libpsl5 set to automatically installed. [2021-02-04T04:14:11.863Z] librtmp1 set to automatically installed. [2021-02-04T04:14:11.863Z] libsodium23 set to automatically installed. [2021-02-04T04:14:11.863Z] libzmq3-dev set to automatically installed. [2021-02-04T04:14:11.863Z] libzmq5 set to automatically installed. [2021-02-04T04:14:11.863Z] pkg-config set to automatically installed. [2021-02-04T04:14:11.863Z] zip set to automatically installed. [2021-02-04T04:14:13.258Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T04:14:20.110Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:14:20.372Z] snap "core18" has no updates available [2021-02-04T04:14:21.760Z] Pulling config-common [2021-02-04T04:14:22.703Z] Pulling go-build-helper [2021-02-04T04:14:44.685Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:14:44.685Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:14:44.685Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:14:44.685Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:14:44.685Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:14:44.685Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:14:44.685Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:14:44.685Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:14:44.685Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:14:44.685Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:14:44.685Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:14:44.685Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:14:44.685Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:14:44.685Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:14:44.685Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:14:44.685Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:14:44.685Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:14:44.685Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:14:44.685Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:14:44.685Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:14:44.685Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:14:44.685Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:14:44.685Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:14:44.685Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:14:44.685Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:14:44.685Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:14:44.685Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:14:44.685Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T04:14:44.685Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T04:14:44.685Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T04:14:44.685Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T04:14:44.685Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T04:14:44.685Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T04:14:44.685Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T04:14:44.685Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T04:14:44.685Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T04:14:44.685Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T04:14:44.685Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T04:14:44.685Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T04:14:44.685Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T04:14:44.685Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T04:14:44.685Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T04:14:44.685Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T04:14:44.685Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T04:14:44.685Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T04:14:44.685Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T04:14:44.685Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T04:14:44.685Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T04:14:44.685Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T04:14:44.685Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T04:14:44.685Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T04:14:44.685Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T04:14:44.685Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T04:14:44.685Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T04:14:44.685Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T04:14:44.685Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T04:14:44.685Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T04:14:44.685Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T04:14:44.685Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T04:14:44.685Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T04:14:44.685Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T04:14:44.685Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T04:14:44.685Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T04:14:44.685Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T04:14:46.599Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T04:14:46.599Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T04:14:46.599Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T04:14:46.599Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T04:14:46.599Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T04:14:46.599Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T04:14:46.599Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T04:14:46.599Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T04:14:46.599Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T04:14:46.599Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T04:14:46.599Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T04:14:46.599Z] Pulling static-packages [2021-02-04T04:14:47.542Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T04:14:47.542Z] Skipping pull go-build-helper (already ran) [2021-02-04T04:14:47.542Z] Skipping pull static-packages (already ran) [2021-02-04T04:14:47.542Z] Building go-build-helper [2021-02-04T04:14:50.853Z] Building static-packages [2021-02-04T04:14:52.773Z] Staging go-build-helper [2021-02-04T04:14:53.719Z] Staging static-packages [2021-02-04T04:14:54.663Z] Pulling go115 [2021-02-04T04:14:55.614Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T04:14:55.614Z] Skipping pull go115 (already ran) [2021-02-04T04:14:55.614Z] Building go115 [2021-02-04T04:14:55.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:14:55.614Z] Dload Upload Total Spent Left Speed [2021-02-04T04:14:58.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 4799k 0 0 15.3M 0 0:00:07 --:--:-- 0:00:07 15.3M 49 115M 49 57.6M 0 0 44.7M 0 0:00:02 0:00:01 0:00:01 44.7M 88 115M 88 102M 0 0 44.5M 0 0:00:02 0:00:02 --:--:-- 44.5M 100 115M 100 115M 0 0 44.8M 0 0:00:02 0:00:02 --:--:-- 44.7M [2021-02-04T04:14:58.448Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T04:15:02.725Z] Staging go115 [2021-02-04T04:15:06.984Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:15:06.984Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:15:06.984Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:15:06.984Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T04:15:06.984Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T04:15:06.984Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T04:15:06.984Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T04:15:06.984Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T04:15:06.984Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T04:15:06.984Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T04:15:06.984Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T04:15:06.984Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T04:15:06.984Z] Pulling edgex-go [2021-02-04T04:15:08.379Z] Pulling version [2021-02-04T04:15:08.957Z] Building config-common [2021-02-04T04:15:10.893Z] Skipping build go-build-helper (already ran) [2021-02-04T04:15:10.893Z] Skipping build static-packages (already ran) [2021-02-04T04:15:10.893Z] Skipping build go115 (already ran) [2021-02-04T04:15:11.155Z] Building edgex-go [2021-02-04T04:15:11.155Z] 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-04T04:15:12.545Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T04:15:12.545Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T04:15:12.545Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 [2021-02-04T04:15:12.545Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T04:15:12.545Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T04:15:12.545Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T04:15:12.545Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T04:15:12.545Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T04:15:12.545Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T04:15:12.545Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T04:15:12.545Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T04:15:12.545Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T04:15:12.545Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T04:15:12.545Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T04:15:12.545Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T04:15:12.545Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T04:15:12.545Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T04:15:12.545Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T04:15:12.545Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T04:15:12.545Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T04:15:12.545Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T04:15:12.816Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T04:15:12.816Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T04:15:12.816Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T04:15:12.816Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T04:15:12.816Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T04:15:12.816Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T04:15:12.816Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T04:15:12.816Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T04:15:13.078Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T04:15:13.078Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T04:15:13.343Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T04:15:13.343Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T04:15:19.946Z] 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-04T04:15:23.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:15:24.192Z] 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-04T04:15:25.131Z] 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-04T04:15:25.702Z] 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-04T04:15:25.702Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T04:15:25.702Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T04:15:25.702Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T04:15:25.702Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T04:15:27.087Z] 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-04T04:15:27.087Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T04:15:27.087Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T04:15:28.476Z] 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-04T04:15:29.046Z] 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-04T04:15:29.046Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T04:15:30.429Z] 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-04T04:15:31.004Z] 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-04T04:15:31.946Z] 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-04T04:15:31.946Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T04:15:32.897Z] 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-04T04:15:32.897Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T04:15:35.447Z] Building version [2021-02-04T04:15:37.375Z] Staging config-common [2021-02-04T04:15:38.319Z] Skipping stage go-build-helper (already ran) [2021-02-04T04:15:38.319Z] Skipping stage static-packages (already ran) [2021-02-04T04:15:38.319Z] Skipping stage go115 (already ran) [2021-02-04T04:15:38.319Z] Staging edgex-go [2021-02-04T04:15:38.893Z] Staging version [2021-02-04T04:15:39.837Z] Priming config-common [2021-02-04T04:15:40.782Z] Priming go-build-helper [2021-02-04T04:15:41.725Z] Priming static-packages [2021-02-04T04:15:43.649Z] Priming go115 [2021-02-04T04:15:44.595Z] Priming edgex-go [2021-02-04T04:15:45.537Z] Priming version [2021-02-04T04:15:46.485Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T04:15:50.122Z] provisioning config files... [2021-02-04T04:15:50.146Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config6943546315512100531tmp [Pipeline] { [Pipeline] sh [2021-02-04T04:15:50.576Z] + set +x [2021-02-04T04:15:50.576Z] + curl -s https://codecov.io/bash [2021-02-04T04:15:50.576Z] + bash -s -- [2021-02-04T04:15:51.172Z] [2021-02-04T04:15:51.172Z] _____ _ [2021-02-04T04:15:51.172Z] / ____| | | [2021-02-04T04:15:51.172Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T04:15:51.172Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T04:15:51.172Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T04:15:51.172Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T04:15:51.172Z] Bash-20210129-7c25fce [2021-02-04T04:15:51.172Z] [2021-02-04T04:15:51.172Z] [2021-02-04T04:15:51.172Z] ==> git version 2.24.3 found [2021-02-04T04:15:51.172Z] ==> 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-04T04:15:51.172Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T04:15:51.172Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T04:15:51.172Z] curl: option -sm: expected a proper numerical parameter [2021-02-04T04:15:51.172Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-04T04:15:51.172Z] ==> Jenkins CI detected. [2021-02-04T04:15:51.172Z] project root: . [2021-02-04T04:15:51.172Z] --> token set from env [2021-02-04T04:15:51.447Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T04:15:51.447Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T04:15:51.447Z] ==> Python coveragepy not found [2021-02-04T04:15:51.447Z] ==> Searching for coverage reports in: [2021-02-04T04:15:51.447Z] + . [2021-02-04T04:15:51.447Z] -> Found 1 reports [2021-02-04T04:15:51.447Z] ==> Detecting git/mercurial file structure [2021-02-04T04:15:51.447Z] ==> Reading reports [2021-02-04T04:15:51.728Z] + ./coverage.out bytes=580808 [2021-02-04T04:15:51.728Z] ==> Appending adjustments [2021-02-04T04:15:51.728Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T04:16:00.150Z] + Found adjustments [2021-02-04T04:16:00.150Z] ==> Gzipping contents [2021-02-04T04:16:00.150Z] 88K /tmp/codecov.v5dXKx.gz [2021-02-04T04:16:00.150Z] ==> Uploading reports [2021-02-04T04:16:00.150Z] url: https://codecov.io [2021-02-04T04:16:00.150Z] query: branch=PR-3121&commit=6c456ba41f11cdfb3eab0ee273d81ab42b99b939&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3121%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3121&job=&cmd_args= [2021-02-04T04:16:00.150Z] -> Pinging Codecov [2021-02-04T04:16:00.151Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3121&commit=6c456ba41f11cdfb3eab0ee273d81ab42b99b939&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3121%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3121&job=&cmd_args= [2021-02-04T04:16:00.151Z] -> Uploading to [2021-02-04T04:16:00.151Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/6c456ba41f11cdfb3eab0ee273d81ab42b99b939/972ee727-5789-4f20-9db9-3e65a6540565.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T041559Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e9f51103b490cc304f6b755add5f51206f6b069c63187a733e4e497d804dae1 [2021-02-04T04:16:00.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:16:00.151Z] Dload Upload Total Spent Left Speed [2021-02-04T04:16:00.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87706 0 0 100 87706 0 132k --:--:-- --:--:-- --:--:-- 132k 100 87706 0 0 100 87706 0 132k --:--:-- --:--:-- --:--:-- 132k [2021-02-04T04:16:00.744Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6c456ba41f11cdfb3eab0ee273d81ab42b99b939 [Pipeline] } [2021-02-04T04:16:00.791Z] 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-04T04:16:03.158Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:16:05.067Z] ---> package-listing.sh [2021-02-04T04:16:05.067Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T04:16:05.067Z] ++ facter osfamily [2021-02-04T04:16:05.344Z] + OS_FAMILY=redhat [2021-02-04T04:16:05.344Z] + workspace=/w/workspace/edgex-go/3 [2021-02-04T04:16:05.344Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T04:16:05.344Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T04:16:05.344Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T04:16:05.344Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T04:16:05.344Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-04T04:16:05.344Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T04:16:05.344Z] + case "${OS_FAMILY}" in [2021-02-04T04:16:05.344Z] + sort [2021-02-04T04:16:05.344Z] + rpm -qa [2021-02-04T04:16:13.909Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T04:16:13.909Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T04:16:13.909Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T04:16:13.909Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-04T04:16:13.909Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-04T04:16:13.909Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-04T04:16:14.014Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T04:16:14.443Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:16:15.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:16:15.812Z] [2021-02-04T04:16:15.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:16:16.385Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:16:16.661Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T04:16:16.661Z] df20fa9351a1: Pulling fs layer [2021-02-04T04:16:16.661Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T04:16:16.661Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T04:16:16.661Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T04:16:16.661Z] 93b61091891f: Pulling fs layer [2021-02-04T04:16:16.661Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T04:16:16.661Z] 5e14af77c1be: Pulling fs layer [2021-02-04T04:16:16.661Z] 01666e4c0597: Pulling fs layer [2021-02-04T04:16:16.661Z] aa168da1d23b: Pulling fs layer [2021-02-04T04:16:16.661Z] 46f8f816bc3b: Waiting [2021-02-04T04:16:16.661Z] 93b9cdb0e59b: Waiting [2021-02-04T04:16:16.661Z] 5e14af77c1be: Waiting [2021-02-04T04:16:16.661Z] 93b61091891f: Waiting [2021-02-04T04:16:16.661Z] 01666e4c0597: Waiting [2021-02-04T04:16:16.661Z] aa168da1d23b: Waiting [2021-02-04T04:16:16.661Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T04:16:16.661Z] 36b3adc4ff6f: Download complete [2021-02-04T04:16:16.948Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T04:16:16.948Z] 46f8f816bc3b: Download complete [2021-02-04T04:16:17.294Z] df20fa9351a1: Verifying Checksum [2021-02-04T04:16:17.294Z] df20fa9351a1: Download complete [2021-02-04T04:16:17.294Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T04:16:17.294Z] 93b9cdb0e59b: Download complete [2021-02-04T04:16:17.294Z] 5e14af77c1be: Verifying Checksum [2021-02-04T04:16:17.294Z] 5e14af77c1be: Download complete [2021-02-04T04:16:17.918Z] 93b61091891f: Verifying Checksum [2021-02-04T04:16:17.918Z] 93b61091891f: Download complete [2021-02-04T04:16:18.209Z] df20fa9351a1: Pull complete [2021-02-04T04:16:18.209Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T04:16:18.209Z] 8ad3a11d3b57: Download complete [2021-02-04T04:16:18.821Z] 36b3adc4ff6f: Pull complete [2021-02-04T04:16:22.465Z] 8ad3a11d3b57: Pull complete [2021-02-04T04:16:22.465Z] 46f8f816bc3b: Pull complete [2021-02-04T04:16:24.006Z] 93b61091891f: Pull complete [2021-02-04T04:16:24.331Z] aa168da1d23b: Verifying Checksum [2021-02-04T04:16:24.331Z] aa168da1d23b: Download complete [2021-02-04T04:16:24.331Z] 93b9cdb0e59b: Pull complete [2021-02-04T04:16:24.654Z] 5e14af77c1be: Pull complete [2021-02-04T04:16:24.994Z] 01666e4c0597: Pull complete [2021-02-04T04:16:47.687Z] aa168da1d23b: Pull complete [2021-02-04T04:16:47.687Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T04:16:47.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:16:47.687Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T04:16:49.132Z] prd-centos7-docker-4c-2g-24838 does not seem to be running inside a container [2021-02-04T04:16:49.328Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T04:16:52.402Z] $ docker top 11b00df05df672cc598f5706913425bed45b1fb22c361ee3d219d97402c9c4d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:16:53.644Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T04:16:55.010Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T04:16:55.926Z] + ls /var/log/sa-host [2021-02-04T04:16:55.926Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T04:16:55.926Z] file_magic: OK [2021-02-04T04:16:55.926Z] HZ: Using current value: 100 [2021-02-04T04:16:55.926Z] file_header: OK [2021-02-04T04:16:55.926Z] 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-04T04:16:55.926Z] Statistics: [2021-02-04T04:16:55.926Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T04:16:55.926Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T04:16:55.926Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T04:16:55.926Z] file_magic: OK [2021-02-04T04:16:55.926Z] HZ: Using current value: 100 [2021-02-04T04:16:55.926Z] file_header: OK [2021-02-04T04:16:55.926Z] 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-04T04:16:55.926Z] Statistics: [2021-02-04T04:16:55.926Z] Hnuu...uuuununununu... [2021-02-04T04:16:55.926Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:16:56.675Z] provisioning config files... [2021-02-04T04:16:56.696Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5389167436974754050tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:16:56.780Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:16:57.495Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T04:16:57.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T04:16:57.655Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:16:58.380Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T04:16:58.405Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:16:59.092Z] ---> sudo-logs.sh [2021-02-04T04:16:59.092Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T04:16:59.132Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:17:00.427Z] ---> job-cost.sh [2021-02-04T04:17:00.427Z] lf-activate-venv: SKIPPING [2021-02-04T04:17:00.427Z] INFO: No Stack... [2021-02-04T04:17:02.437Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T04:17:03.121Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T04:17:03.176Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:17:05.194Z] ---> logs-deploy.sh [2021-02-04T04:17:05.194Z] lf-activate-venv: SKIPPING [2021-02-04T04:17:05.194Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3121/3 [2021-02-04T04:17:05.194Z] INFO: archiving workspace using pattern(s): [2021-02-04T04:17:07.880Z] Archives upload complete. [2021-02-04T04:17:07.881Z] INFO: archiving logs to Nexus