Branch indexing 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 gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at d0bc3b104123489a76cc16a6f8c025e818c2e684 rather than 457432279def2d58d5b30d678bd4021ea9654a85 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24801 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 Merge succeeded, producing 01b64e9195728587fa69ad0f43b75c38d224b038 Checking out Revision 01b64e9195728587fa69ad0f43b75c38d224b038 (PR-3034) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01b64e9195728587fa69ad0f43b75c38d224b038 # timeout=10 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T00:31:53.432Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T00:31:53.642Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T00:31:53.728Z] ========================================================= [2021-02-04T00:31:53.728Z] EdgeX Global Pipelines Version Info [2021-02-04T00:31:53.728Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a53ba6a9cfd2d5ca78b4fbac20bb8d97e7c49434 # timeout=10 [2021-02-04T00:31:55.338Z] ------------------- [2021-02-04T00:31:55.338Z] stable info: [2021-02-04T00:31:55.338Z] ------------------- [2021-02-04T00:31:55.338Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:31:55.338Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:31:55.338Z] Message: update stable to v1.0.179 [2021-02-04T00:31:56.294Z] ------------------- [2021-02-04T00:31:56.294Z] experimental info: [2021-02-04T00:31:56.294Z] ------------------- [2021-02-04T00:31:56.294Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:31:56.294Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:31:56.294Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T00:31:56.534Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T00:31:56.615Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T00:31:56.698Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T00:31:56.788Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T00:31:56.874Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T00:31:56.963Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T00:31:57.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T00:31:57.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T00:31:57.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T00:31:57.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T00:31:57.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T00:31:57.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T00:31:57.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T00:31:57.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T00:31:57.756Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:31:57.846Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:31:57.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T00:31:58.018Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T00:31:58.100Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T00:31:58.184Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T00:31:58.287Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T00:31:58.423Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T00:31:58.509Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T00:31:58.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-02-04T00:31:58.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-02-04T00:31:58.777Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-02-04T00:31:58.864Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01b64e9195728587fa69ad0f43b75c38d224b038 [Pipeline] echo [2021-02-04T00:31:58.971Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01b64e9 [Pipeline] echo [2021-02-04T00:31:59.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T00:31:59.266Z] provisioning config files... [2021-02-04T00:31:59.300Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config7001627626775562617tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:31:59.657Z] ---> docker-login.sh [2021-02-04T00:31:59.658Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:31:59.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:00.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:00.186Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:00.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:00.186Z] [2021-02-04T00:32:00.186Z] Login Succeeded [2021-02-04T00:32:00.186Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:32:00.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:00.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:00.186Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:00.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:00.186Z] [2021-02-04T00:32:00.186Z] Login Succeeded [2021-02-04T00:32:00.186Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:32:00.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:00.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:00.449Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:00.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:00.449Z] [2021-02-04T00:32:00.449Z] Login Succeeded [2021-02-04T00:32:00.449Z] nexus3.edgexfoundry.org:10004 [2021-02-04T00:32:00.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:00.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:00.715Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:00.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:00.715Z] [2021-02-04T00:32:00.715Z] Login Succeeded [2021-02-04T00:32:00.715Z] docker.io [2021-02-04T00:32:00.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:00.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:00.978Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:00.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:00.978Z] [2021-02-04T00:32:00.978Z] Login Succeeded [2021-02-04T00:32:00.978Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T00:32:00.989Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:32:01.467Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T00:32:01.467Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:01.467Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T00:32:01.467Z] ++ cut -d/ -f2 [2021-02-04T00:32:01.467Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T00:32:01.549Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:32:02.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:32:02.379Z] [2021-02-04T00:32:02.379Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:32:02.730Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:32:02.730Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T00:32:02.730Z] 31603596830f: Pulling fs layer [2021-02-04T00:32:02.730Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T00:32:02.730Z] 6ca5941a6612: Pulling fs layer [2021-02-04T00:32:02.730Z] ecc8261a40a4: Pulling fs layer [2021-02-04T00:32:02.730Z] ecc8261a40a4: Waiting [2021-02-04T00:32:02.730Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T00:32:02.730Z] 2a8b12db71e7: Download complete [2021-02-04T00:32:02.996Z] 31603596830f: Verifying Checksum [2021-02-04T00:32:02.996Z] 31603596830f: Download complete [2021-02-04T00:32:02.996Z] ecc8261a40a4: Verifying Checksum [2021-02-04T00:32:02.996Z] ecc8261a40a4: Download complete [2021-02-04T00:32:02.996Z] 6ca5941a6612: Verifying Checksum [2021-02-04T00:32:02.996Z] 6ca5941a6612: Download complete [2021-02-04T00:32:03.268Z] 31603596830f: Pull complete [2021-02-04T00:32:03.536Z] 2a8b12db71e7: Pull complete [2021-02-04T00:32:04.122Z] 6ca5941a6612: Pull complete [2021-02-04T00:32:04.391Z] ecc8261a40a4: Pull complete [2021-02-04T00:32:04.391Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T00:32:04.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:32:04.391Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T00:32:04.501Z] prd-centos7-docker-4c-2g-24801 does not seem to be running inside a container [2021-02-04T00:32:04.562Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T00:32:07.084Z] $ docker top b5a30478519cd2e174fbfa6d7c0218f9e9da8b17f115e454c2b20dc0806ee842 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T00:32:07.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:32:07.363Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:32:07.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:32:07.605Z] $ docker exec b5a30478519cd2e174fbfa6d7c0218f9e9da8b17f115e454c2b20dc0806ee842 ssh-agent [2021-02-04T00:32:07.773Z] SSH_AUTH_SOCK=/tmp/ssh-jumdF5pJFs9p/agent.12 [2021-02-04T00:32:07.773Z] SSH_AGENT_PID=18 [2021-02-04T00:32:07.785Z] Running ssh-add (command line suppressed) [2021-02-04T00:32:07.902Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_5684065450703088982.key (/w/workspace/edgex-go/17@tmp/private_key_5684065450703088982.key) [2021-02-04T00:32:07.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:32:08.290Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T00:32:08.313Z] $ docker exec --env ******** --env ******** b5a30478519cd2e174fbfa6d7c0218f9e9da8b17f115e454c2b20dc0806ee842 ssh-agent -k [2021-02-04T00:32:08.424Z] unset SSH_AUTH_SOCK; [2021-02-04T00:32:08.424Z] unset SSH_AGENT_PID; [2021-02-04T00:32:08.424Z] echo Agent pid 18 killed; [2021-02-04T00:32:08.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T00:32:08.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:32:08.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:32:08.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:32:08.806Z] $ docker exec b5a30478519cd2e174fbfa6d7c0218f9e9da8b17f115e454c2b20dc0806ee842 ssh-agent [2021-02-04T00:32:08.973Z] SSH_AUTH_SOCK=/tmp/ssh-HBUzVlnVuPir/agent.46 [2021-02-04T00:32:08.973Z] SSH_AGENT_PID=51 [2021-02-04T00:32:08.981Z] Running ssh-add (command line suppressed) [2021-02-04T00:32:09.103Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_5529380297849305007.key (/w/workspace/edgex-go/17@tmp/private_key_5529380297849305007.key) [2021-02-04T00:32:09.174Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:32:09.528Z] + git semver init [2021-02-04T00:32:09.528Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T00:32:09.528Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-02-04T00:32:09.528Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-02-04T00:32:09.528Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T00:32:09.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T00:32:09.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T00:32:09.528Z] # $SEMVER_BRANCH = PR-3034 [2021-02-04T00:32:09.528Z] # $SEMVER_TEMP = /tmp/semver-960900705 [2021-02-04T00:32:09.528Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T00:32:48.417Z] # '/tmp/semver-960900705' -> '/w/workspace/edgex-go/17/.semver' [2021-02-04T00:32:48.995Z] # -> Force: false [2021-02-04T00:32:48.995Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-02-04T00:32:49.010Z] $ docker exec --env ******** --env ******** b5a30478519cd2e174fbfa6d7c0218f9e9da8b17f115e454c2b20dc0806ee842 ssh-agent -k [2021-02-04T00:32:49.281Z] unset SSH_AUTH_SOCK; [2021-02-04T00:32:49.282Z] unset SSH_AGENT_PID; [2021-02-04T00:32:49.282Z] echo Agent pid 51 killed; [2021-02-04T00:32:49.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:32:49.858Z] + git semver [Pipeline] } [2021-02-04T00:32:49.878Z] $ docker stop --time=1 b5a30478519cd2e174fbfa6d7c0218f9e9da8b17f115e454c2b20dc0806ee842 [2021-02-04T00:32:51.441Z] $ docker rm -f b5a30478519cd2e174fbfa6d7c0218f9e9da8b17f115e454c2b20dc0806ee842 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:32:51.973Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T00:32:52.515Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T00:32:52.517Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T00:32:53.470Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:32:53.774Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:32:54.077Z] + sudo service docker restart [2021-02-04T00:32:54.077Z] + true [2021-02-04T00:32:54.077Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T00:32:54.666Z] ========================================================= [2021-02-04T00:32:54.666Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T00:32:54.666Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:32:55.014Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-04T00:32:58.335Z] Sending build context to Docker daemon 327.5MB [2021-02-04T00:32:58.335Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:32:58.335Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:32:58.910Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T00:32:58.910Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T00:32:58.910Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T00:32:58.910Z] de9db76c5a1d: Pulling fs layer [2021-02-04T00:32:58.910Z] bca2f99d35d6: Pulling fs layer [2021-02-04T00:32:58.910Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T00:32:58.910Z] 7c6f9722023f: Pulling fs layer [2021-02-04T00:32:58.910Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T00:32:58.910Z] 7c6f9722023f: Waiting [2021-02-04T00:32:58.910Z] a35cf1a2eb13: Waiting [2021-02-04T00:32:58.910Z] bca2f99d35d6: Waiting [2021-02-04T00:32:58.910Z] 93359f2a8cfa: Waiting [2021-02-04T00:32:58.910Z] de9db76c5a1d: Verifying Checksum [2021-02-04T00:32:58.910Z] de9db76c5a1d: Download complete [2021-02-04T00:32:58.910Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T00:32:58.910Z] 0ef7d3d256c8: Download complete [2021-02-04T00:32:58.910Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T00:32:58.910Z] 93359f2a8cfa: Download complete [2021-02-04T00:32:58.910Z] 7c6f9722023f: Verifying Checksum [2021-02-04T00:32:58.910Z] 7c6f9722023f: Download complete [2021-02-04T00:32:58.910Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T00:32:58.910Z] 188c0c94c7c5: Download complete [2021-02-04T00:32:59.489Z] 188c0c94c7c5: Pull complete [2021-02-04T00:32:59.489Z] 0ef7d3d256c8: Pull complete [2021-02-04T00:32:59.753Z] de9db76c5a1d: Pull complete [2021-02-04T00:33:01.686Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T00:33:01.686Z] a35cf1a2eb13: Download complete [2021-02-04T00:33:03.083Z] bca2f99d35d6: Verifying Checksum [2021-02-04T00:33:03.083Z] bca2f99d35d6: Download complete [2021-02-04T00:33:07.959Z] Still waiting to schedule task [2021-02-04T00:33:07.959Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24790’ [2021-02-04T00:33:08.412Z] bca2f99d35d6: Pull complete [2021-02-04T00:33:08.412Z] 93359f2a8cfa: Pull complete [2021-02-04T00:33:08.677Z] 7c6f9722023f: Pull complete [2021-02-04T00:33:12.913Z] a35cf1a2eb13: Pull complete [2021-02-04T00:33:12.913Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T00:33:12.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T00:33:12.913Z] ---> a62c8e92a672 [2021-02-04T00:33:12.913Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T00:33:13.177Z] ---> Running in 03c1db042087 [2021-02-04T00:33:14.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:33:15.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:33:17.007Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:33:17.581Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:33:17.581Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:33:17.581Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:33:39.598Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:33:39.598Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:33:39.598Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:33:39.598Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:33:39.598Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:33:39.598Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:33:39.598Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:33:39.598Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:33:39.598Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:33:39.598Z] OK: 233 MiB in 51 packages [2021-02-04T00:33:41.524Z] Removing intermediate container 03c1db042087 [2021-02-04T00:33:41.524Z] ---> e3c6101be4e9 [2021-02-04T00:33:41.524Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:33:41.786Z] ---> Running in c44cf44307b6 [2021-02-04T00:33:41.786Z] Removing intermediate container c44cf44307b6 [2021-02-04T00:33:41.786Z] ---> cf61ddadb645 [2021-02-04T00:33:41.786Z] Step 5/6 : COPY go.mod . [2021-02-04T00:33:42.063Z] ---> 39afc1ba8f95 [2021-02-04T00:33:42.063Z] Step 6/6 : RUN go mod download [2021-02-04T00:33:42.063Z] ---> Running in 8e170e10497b [2021-02-04T00:34:04.109Z] Removing intermediate container 8e170e10497b [2021-02-04T00:34:04.109Z] ---> 7aa8f4bb6980 [2021-02-04T00:34:04.109Z] Successfully built 7aa8f4bb6980 [2021-02-04T00:34:04.109Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:34:04.438Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:34:04.438Z] . [Pipeline] withDockerContainer [2021-02-04T00:34:04.552Z] prd-centos7-docker-4c-2g-24801 does not seem to be running inside a container [2021-02-04T00:34:04.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:34:05.440Z] $ docker top 2bc4cc8bffa10c951863ca4704b6c0c8daca7f745b4605d05d23671be79193ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:34:05.962Z] + go version [2021-02-04T00:34:05.962Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T00:34:05.980Z] $ docker stop --time=1 2bc4cc8bffa10c951863ca4704b6c0c8daca7f745b4605d05d23671be79193ab [2021-02-04T00:34:07.453Z] $ docker rm -f 2bc4cc8bffa10c951863ca4704b6c0c8daca7f745b4605d05d23671be79193ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:34:08.325Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:34:08.325Z] . [Pipeline] withDockerContainer [2021-02-04T00:34:08.446Z] prd-centos7-docker-4c-2g-24801 does not seem to be running inside a container [2021-02-04T00:34:08.583Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:34:09.940Z] $ docker top 1ab05f4f5d1277a282ee2d926d713ea21e0ec54807c5cac0255bc0de6b53d235 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T00:34:10.228Z] ========================================================= [2021-02-04T00:34:10.228Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:34:10.228Z] ========================================================= [Pipeline] sh [2021-02-04T00:34:10.556Z] + make test [2021-02-04T00:34:10.556Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:34:20.707Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:34:40.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:34:41.039Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:34:42.491Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:34:42.491Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:34:42.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:34:45.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:34:45.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:34:45.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:34:45.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:34:45.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:34:46.119Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:34:48.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:34:48.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:34:48.740Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:34:52.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 46.2% of statements [2021-02-04T00:34:52.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:34:52.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:34:52.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:34:52.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:34:52.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:34:52.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:34:52.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:34:52.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.065s coverage: 100.0% of statements [2021-02-04T00:34:55.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.1% of statements [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:34:55.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:34:55.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:34:55.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 65.8% of statements [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:34:55.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:34:55.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.443s coverage: 82.3% of statements [2021-02-04T00:34:55.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:34:55.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:34:55.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:34:55.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:34:57.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.404s coverage: 28.6% of statements [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:34:57.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.109s coverage: 100.0% of statements [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:34:57.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:34:57.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:34:57.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-02-04T00:34:57.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:34:58.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-04T00:34:58.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:34:58.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:34:58.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:34:58.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.494s coverage: 92.8% of statements [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:35:01.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 45.5% of statements [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.036s coverage: 96.3% of statements [2021-02-04T00:35:01.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-02-04T00:35:14.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements [2021-02-04T00:35:14.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.2% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.295s coverage: 68.9% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.280s coverage: 84.0% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.083s coverage: 90.4% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.714s coverage: 29.1% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.069s coverage: 100.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-04T00:35:24.423Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:35:24.423Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-04T00:35:24.424Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:35:24.424Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:35:24.424Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:35:24.424Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:35:24.424Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-02-04T00:35:24.424Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:35:24.424Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:35:24.424Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-04T00:35:24.424Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-02-04T00:35:24.424Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-04T00:35:25.006Z] GO111MODULE=on go vet ./... [2021-02-04T00:35:57.544Z] gofmt -l . [2021-02-04T00:35:57.544Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:35:57.544Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:35:57.544Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:35:57.867Z] + ls -al . [2021-02-04T00:35:57.867Z] total 684 [2021-02-04T00:35:57.867Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 00:35 . [2021-02-04T00:35:57.867Z] drwxr-xr-x 4 root root 30 Feb 4 00:34 .. [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:31 .dockerignore [2021-02-04T00:35:57.867Z] drwxrwxr-x 8 1001 1001 179 Feb 4 00:31 .git [2021-02-04T00:35:57.867Z] drwxrwxr-x 3 1001 1001 125 Feb 4 00:31 .github [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:31 .gitignore [2021-02-04T00:35:57.867Z] drwx------ 3 1001 1001 60 Feb 4 00:32 .semver [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:31 .sonarcloud.properties [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:31 Attribution.txt [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:31 CONTRIBUTING.md [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:31 Dockerfile.build [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:31 Jenkinsfile [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:31 LICENSE [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:31 Makefile [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:31 README.md [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:31 SECURITY.md [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:32 VERSION [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:31 ZMQWindows.md [2021-02-04T00:35:57.867Z] drwxrwxr-x 2 1001 1001 117 Feb 4 00:31 bin [2021-02-04T00:35:57.867Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:31 cmd [2021-02-04T00:35:57.867Z] -rw-r--r-- 1 root root 580808 Feb 4 00:35 coverage.out [2021-02-04T00:35:57.867Z] -rw-r--r-- 1 root root 1054 Feb 4 00:35 go.mod [2021-02-04T00:35:57.867Z] -rw-r--r-- 1 root root 19399 Feb 4 00:35 go.sum [2021-02-04T00:35:57.867Z] drwxrwxr-x 8 1001 1001 127 Feb 4 00:31 internal [2021-02-04T00:35:57.867Z] drwxrwxr-x 4 1001 1001 26 Feb 4 00:31 openapi [2021-02-04T00:35:57.867Z] drwxrwxr-x 4 1001 1001 71 Feb 4 00:31 snap [2021-02-04T00:35:57.867Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:31 version.go [Pipeline] sh [2021-02-04T00:35:58.186Z] + '[' -e coverage.out ] [2021-02-04T00:35:58.186Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:35:58.400Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:35:58.711Z] + make build [2021-02-04T00:35:58.711Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:36:02.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:36:05.785Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24813 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-04T00:36:05.834Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-02-04T00:36:11.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:36:11.318Z] using credential edgex-jenkins-ssh [2021-02-04T00:36:11.374Z] Cloning the remote Git repository [2021-02-04T00:36:11.450Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:36:11.558Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-02-04T00:36:11.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:36:11.646Z] > git --version # timeout=10 [2021-02-04T00:36:11.668Z] > git --version # 'git version 2.17.1' [2021-02-04T00:36:11.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:36:11.727Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:36:12.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:36:13.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:36:14.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:36:15.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:36:16.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:36:18.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:36:19.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:36:20.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:36:22.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:36:23.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T00:36:24.981Z] $ docker stop --time=1 1ab05f4f5d1277a282ee2d926d713ea21e0ec54807c5cac0255bc0de6b53d235 [2021-02-04T00:36:26.634Z] $ docker rm -f 1ab05f4f5d1277a282ee2d926d713ea21e0ec54807c5cac0255bc0de6b53d235 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:28.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:28.576Z] [2021-02-04T00:36:28.576Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:28.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:28.958Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T00:36:28.958Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T00:36:28.958Z] ca9280d653b3: Pulling fs layer [2021-02-04T00:36:28.958Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T00:36:29.923Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T00:36:29.923Z] cbdbe7a5bc2a: Download complete [2021-02-04T00:36:30.195Z] cbdbe7a5bc2a: Pull complete [2021-02-04T00:36:30.461Z] ca9280d653b3: Verifying Checksum [2021-02-04T00:36:30.461Z] ca9280d653b3: Download complete [2021-02-04T00:36:31.417Z] ca9280d653b3: Pull complete [2021-02-04T00:36:32.814Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T00:36:32.814Z] 7e9c9ca2126c: Download complete [2021-02-04T00:36:39.455Z] 7e9c9ca2126c: Pull complete [2021-02-04T00:36:39.455Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T00:36:39.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:39.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T00:36:39.700Z] prd-centos7-docker-4c-2g-24801 does not seem to be running inside a container [2021-02-04T00:36:39.758Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T00:36:42.256Z] $ docker top 2798035a403a981b58d6dcc69284330bf090ea57c0f99d26ec134ef3e408af32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:36:42.812Z] + docker-compose build --help [2021-02-04T00:36:42.812Z] + grep parallel [2021-02-04T00:36:43.840Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:36:43.857Z] $ docker stop --time=1 2798035a403a981b58d6dcc69284330bf090ea57c0f99d26ec134ef3e408af32 [2021-02-04T00:36:45.201Z] $ docker rm -f 2798035a403a981b58d6dcc69284330bf090ea57c0f99d26ec134ef3e408af32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:45.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:45.821Z] . [Pipeline] withDockerContainer [2021-02-04T00:36:45.933Z] prd-centos7-docker-4c-2g-24801 does not seem to be running inside a container [2021-02-04T00:36:45.986Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T00:36:46.685Z] $ docker top 9229fa0c6ef071c4aff33f868d33c19cc0b996a1d78a64c35ee4dfb2a134cd92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:36:47.188Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:36:48.136Z] Building docker-core-command-go ... [2021-02-04T00:36:48.136Z] Building docker-core-data-go ... [2021-02-04T00:36:48.136Z] Building docker-core-metadata-go ... [2021-02-04T00:36:48.136Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:36:48.136Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:36:48.136Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:36:48.136Z] Building docker-support-notifications-go ... [2021-02-04T00:36:48.136Z] Building docker-support-scheduler-go ... [2021-02-04T00:36:48.136Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:36:48.136Z] Building docker-support-scheduler-go [2021-02-04T00:36:48.136Z] Building docker-core-metadata-go [2021-02-04T00:36:48.136Z] Building docker-security-bootstrapper-go [2021-02-04T00:36:48.136Z] Building docker-core-command-go [2021-02-04T00:36:48.136Z] Building docker-support-notifications-go [2021-02-04T00:36:50.332Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:36:50.364Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:36:50.402Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:36:50.443Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:36:50.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:36:50.460Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:36:51.291Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-04T00:36:52.456Z] Merge succeeded, producing 4a5bb717ae4e2f4bd654f26d72eba35ff9745224 [2021-02-04T00:36:52.456Z] Checking out Revision 4a5bb717ae4e2f4bd654f26d72eba35ff9745224 (PR-3034) [2021-02-04T00:36:51.326Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:36:51.353Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-04T00:36:51.659Z] > git remote # timeout=10 [2021-02-04T00:36:51.676Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:36:51.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:36:51.700Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:36:52.416Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:36:52.476Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:36:52.497Z] > git checkout -f 4a5bb717ae4e2f4bd654f26d72eba35ff9745224 # timeout=10 [2021-02-04T00:36:57.045Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:36:57.080Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-04T00:36:57.077Z] > git rev-list --no-walk a53ba6a9cfd2d5ca78b4fbac20bb8d97e7c49434 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T00:36:58.626Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:36:59.092Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:36:59.443Z] + + sudo service docker restart [2021-02-04T00:36:59.443Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T00:37:01.508Z] provisioning config files... [2021-02-04T00:37:01.563Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config2634103394126240943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:37:01.976Z] ---> docker-login.sh [2021-02-04T00:37:01.977Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:37:02.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:03.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:03.268Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:03.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:03.268Z] [2021-02-04T00:37:03.268Z] Login Succeeded [2021-02-04T00:37:03.268Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:37:03.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:03.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:03.871Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:03.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:03.871Z] [2021-02-04T00:37:03.871Z] Login Succeeded [2021-02-04T00:37:03.871Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:37:04.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:04.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:04.475Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:04.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:04.475Z] [2021-02-04T00:37:04.475Z] Login Succeeded [2021-02-04T00:37:04.475Z] nexus3.edgexfoundry.org:10004 [2021-02-04T00:37:04.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:05.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:05.024Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:05.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:05.024Z] [2021-02-04T00:37:05.024Z] Login Succeeded [2021-02-04T00:37:05.024Z] docker.io [2021-02-04T00:37:05.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:05.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:05.907Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:05.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:05.907Z] [2021-02-04T00:37:05.907Z] Login Succeeded [2021-02-04T00:37:05.907Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T00:37:05.926Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T00:37:06.409Z] ========================================================= [2021-02-04T00:37:06.409Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T00:37:06.409Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:37:06.793Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T00:37:09.455Z] Sending build context to Docker daemon 166.1MB [2021-02-04T00:37:09.455Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:09.455Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:37:09.455Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T00:37:09.455Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T00:37:09.455Z] a4357932f1b6: Pulling fs layer [2021-02-04T00:37:09.455Z] 18c013af1878: Pulling fs layer [2021-02-04T00:37:09.455Z] 00ac8860ef70: Pulling fs layer [2021-02-04T00:37:09.455Z] 63d7cb157983: Pulling fs layer [2021-02-04T00:37:09.455Z] b116817d02f9: Pulling fs layer [2021-02-04T00:37:09.455Z] 745a02a5169b: Pulling fs layer [2021-02-04T00:37:09.455Z] 00ac8860ef70: Waiting [2021-02-04T00:37:09.455Z] 63d7cb157983: Waiting [2021-02-04T00:37:09.455Z] b116817d02f9: Waiting [2021-02-04T00:37:09.455Z] 745a02a5169b: Waiting [2021-02-04T00:37:09.455Z] 18c013af1878: Verifying Checksum [2021-02-04T00:37:09.455Z] 18c013af1878: Download complete [2021-02-04T00:37:09.455Z] a4357932f1b6: Download complete [2021-02-04T00:37:09.455Z] 63d7cb157983: Verifying Checksum [2021-02-04T00:37:09.455Z] 63d7cb157983: Download complete [2021-02-04T00:37:09.727Z] b116817d02f9: Verifying Checksum [2021-02-04T00:37:09.727Z] b116817d02f9: Download complete [2021-02-04T00:37:10.001Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T00:37:10.001Z] 5f621e34cdf4: Download complete [2021-02-04T00:37:10.624Z] 5f621e34cdf4: Pull complete [2021-02-04T00:37:11.619Z] a4357932f1b6: Pull complete [2021-02-04T00:37:11.895Z] 18c013af1878: Pull complete [2021-02-04T00:37:13.879Z] 745a02a5169b: Verifying Checksum [2021-02-04T00:37:13.879Z] 745a02a5169b: Download complete [2021-02-04T00:37:15.313Z] 00ac8860ef70: Download complete [2021-02-04T00:37:20.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:20.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:20.505Z] ---> 7aa8f4bb6980 [2021-02-04T00:37:20.505Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:37:20.505Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:20.505Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:20.505Z] ---> 7aa8f4bb6980 [2021-02-04T00:37:20.505Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:37:20.505Z] ---> Running in e64043c5a540 [2021-02-04T00:37:20.505Z] ---> Running in 5510f550fa1f [2021-02-04T00:37:20.793Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:20.793Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:20.793Z] ---> 7aa8f4bb6980 [2021-02-04T00:37:20.793Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:37:21.375Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:21.375Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:21.375Z] ---> 7aa8f4bb6980 [2021-02-04T00:37:21.375Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:37:21.639Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:21.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:21.639Z] ---> 7aa8f4bb6980 [2021-02-04T00:37:21.639Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:37:22.586Z] ---> Running in 31b022ee29ec [2021-02-04T00:37:22.586Z] ---> Running in cabdf94793e4 [2021-02-04T00:37:22.586Z] ---> Running in e4ee1ff1b1c4 [2021-02-04T00:37:22.586Z] Removing intermediate container e64043c5a540 [2021-02-04T00:37:22.586Z] ---> 1f264b8b214c [2021-02-04T00:37:22.586Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:22.586Z] Removing intermediate container 5510f550fa1f [2021-02-04T00:37:22.586Z] ---> 23044ddf9208 [2021-02-04T00:37:22.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:22.586Z] ---> Running in 2fe8613e8834 [2021-02-04T00:37:22.850Z] ---> Running in 5420c02f2658 [2021-02-04T00:37:23.113Z] Removing intermediate container cabdf94793e4 [2021-02-04T00:37:23.113Z] ---> 3866dd5c901f [2021-02-04T00:37:23.113Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:23.113Z] Removing intermediate container 31b022ee29ec [2021-02-04T00:37:23.113Z] ---> 9bb56ce2d69c [2021-02-04T00:37:23.113Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:23.113Z] Removing intermediate container e4ee1ff1b1c4 [2021-02-04T00:37:23.113Z] ---> b6ff48f3ce2b [2021-02-04T00:37:23.113Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:23.378Z] ---> Running in 3d4b50202125 [2021-02-04T00:37:23.378Z] ---> Running in a9430ede9f20 [2021-02-04T00:37:23.378Z] ---> Running in 456beca36e63 [2021-02-04T00:37:24.795Z] Removing intermediate container 2fe8613e8834 [2021-02-04T00:37:24.795Z] ---> a027d6dec584 [2021-02-04T00:37:24.795Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:37:24.795Z] Removing intermediate container 5420c02f2658 [2021-02-04T00:37:24.795Z] ---> e167914194da [2021-02-04T00:37:24.795Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:37:24.795Z] ---> Running in aa83e5aeadd3 [2021-02-04T00:37:25.062Z] ---> Running in 680d62f099b9 [2021-02-04T00:37:25.062Z] Removing intermediate container 3d4b50202125 [2021-02-04T00:37:25.062Z] ---> 64e773df3422 [2021-02-04T00:37:25.062Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:37:25.353Z] ---> Running in 203ee5dc99b3 [2021-02-04T00:37:25.353Z] Removing intermediate container a9430ede9f20 [2021-02-04T00:37:25.353Z] ---> f97f11f6393b [2021-02-04T00:37:25.353Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:37:25.496Z] 00ac8860ef70: Pull complete [2021-02-04T00:37:25.496Z] 63d7cb157983: Pull complete [2021-02-04T00:37:25.645Z] Removing intermediate container 456beca36e63 [2021-02-04T00:37:25.645Z] ---> e7c2ba7a165a [2021-02-04T00:37:25.645Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:37:25.645Z] ---> Running in c93f62a7054e [2021-02-04T00:37:25.775Z] b116817d02f9: Pull complete [2021-02-04T00:37:25.918Z] ---> Running in e2376158fb5f [2021-02-04T00:37:25.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:26.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:26.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:26.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:26.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:27.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:27.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:27.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:28.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:28.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:29.412Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:29.412Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:29.682Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:29.682Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:29.682Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:30.112Z] 745a02a5169b: Pull complete [2021-02-04T00:37:30.113Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T00:37:30.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T00:37:30.113Z] ---> b7e6874047d6 [2021-02-04T00:37:30.113Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T00:37:30.258Z] Removing intermediate container 680d62f099b9 [2021-02-04T00:37:30.258Z] ---> 725c759d1377 [2021-02-04T00:37:30.258Z] Step 6/22 : COPY go.mod . [2021-02-04T00:37:30.258Z] Removing intermediate container 203ee5dc99b3 [2021-02-04T00:37:30.258Z] ---> 85a4c78860d9 [2021-02-04T00:37:30.258Z] Step 6/22 : COPY go.mod . [2021-02-04T00:37:30.525Z] Removing intermediate container c93f62a7054e [2021-02-04T00:37:30.525Z] ---> 990b2be5d352 [2021-02-04T00:37:30.525Z] Step 6/31 : COPY go.mod . [2021-02-04T00:37:30.798Z] ---> d5edad57c6ff [2021-02-04T00:37:30.798Z] Step 7/22 : RUN go mod download [2021-02-04T00:37:30.798Z] Removing intermediate container aa83e5aeadd3 [2021-02-04T00:37:30.798Z] ---> 8cd07080cc23 [2021-02-04T00:37:30.798Z] Step 6/23 : COPY go.mod . [2021-02-04T00:37:30.798Z] ---> ba03b8f26c40 [2021-02-04T00:37:30.798Z] Step 7/22 : RUN go mod download [2021-02-04T00:37:30.798Z] Removing intermediate container e2376158fb5f [2021-02-04T00:37:30.798Z] ---> 4f641e5af120 [2021-02-04T00:37:30.798Z] Step 6/23 : COPY go.mod . [2021-02-04T00:37:31.066Z] ---> Running in 7db2dbe83d8f [2021-02-04T00:37:31.066Z] ---> Running in 59713a7e4190 [2021-02-04T00:37:31.066Z] ---> 0765412e2c65 [2021-02-04T00:37:31.066Z] Step 7/31 : RUN go mod download [2021-02-04T00:37:31.332Z] ---> b2458c62ebb3 [2021-02-04T00:37:31.332Z] Step 7/23 : RUN go mod download [2021-02-04T00:37:31.332Z] ---> Running in 3690e59abb1b [2021-02-04T00:37:31.332Z] ---> dfd0f04eb3e9 [2021-02-04T00:37:31.332Z] Step 7/23 : RUN go mod download [2021-02-04T00:37:31.596Z] ---> Running in 4fdfaaca0fdf [2021-02-04T00:37:31.596Z] ---> Running in a89547266e7c [2021-02-04T00:37:33.555Z] ---> Running in 5074715ceb74 [2021-02-04T00:37:34.195Z] Removing intermediate container 3690e59abb1b [2021-02-04T00:37:34.195Z] ---> 7847d10fa3bb [2021-02-04T00:37:34.195Z] Step 8/31 : COPY . . [2021-02-04T00:37:34.195Z] Removing intermediate container 7db2dbe83d8f [2021-02-04T00:37:34.195Z] ---> 9690e42a35e4 [2021-02-04T00:37:34.195Z] Step 8/22 : COPY . . [2021-02-04T00:37:34.195Z] Removing intermediate container 59713a7e4190 [2021-02-04T00:37:34.195Z] ---> 5fd72b6e009c [2021-02-04T00:37:34.195Z] Step 8/22 : COPY . . [2021-02-04T00:37:34.195Z] Removing intermediate container a89547266e7c [2021-02-04T00:37:34.195Z] ---> 1a29304b8702 [2021-02-04T00:37:34.195Z] Step 8/23 : COPY . . [2021-02-04T00:37:34.195Z] Removing intermediate container 4fdfaaca0fdf [2021-02-04T00:37:34.195Z] ---> 1a4ebdd4e27f [2021-02-04T00:37:34.195Z] Step 8/23 : COPY . . [2021-02-04T00:37:35.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:37:36.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:37:37.449Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:37:37.723Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:37:37.723Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:37:37.723Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:37:50.113Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:37:50.113Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:37:50.113Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:37:50.113Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:37:50.113Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:37:50.113Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:37:50.113Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:37:50.113Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:37:50.113Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:37:50.113Z] OK: 217 MiB in 51 packages [2021-02-04T00:37:54.448Z] Removing intermediate container 5074715ceb74 [2021-02-04T00:37:54.448Z] ---> 63455f882dce [2021-02-04T00:37:54.448Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:37:54.448Z] ---> Running in 6bdf5d77f517 [2021-02-04T00:37:54.448Z] Removing intermediate container 6bdf5d77f517 [2021-02-04T00:37:54.448Z] ---> fcf3f6566231 [2021-02-04T00:37:54.448Z] Step 5/6 : COPY go.mod . [2021-02-04T00:37:55.450Z] ---> c2db01578c37 [2021-02-04T00:37:55.450Z] Step 6/6 : RUN go mod download [2021-02-04T00:37:55.450Z] ---> Running in e1728681027f [2021-02-04T00:38:13.445Z] ---> f7603f7d32b3 [2021-02-04T00:38:13.445Z] ---> c675b59b378b [2021-02-04T00:38:13.445Z] ---> 53c5bba1620e [2021-02-04T00:38:13.445Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redisStep 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:38:13.445Z] [2021-02-04T00:38:13.445Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T00:38:13.445Z] ---> 62f06a4e5e56 [2021-02-04T00:38:13.445Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:38:13.445Z] ---> Running in f6e1c71ac40d [2021-02-04T00:38:13.445Z] ---> Running in c58a66116035 [2021-02-04T00:38:13.445Z] ---> Running in 810751e91955 [2021-02-04T00:38:13.445Z] ---> Running in 9603ec495a60 [2021-02-04T00:38:13.739Z] ---> 5f53114ac5ae [2021-02-04T00:38:13.739Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:38:13.739Z] ---> Running in ebb6d414c660 [2021-02-04T00:38:15.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:38:15.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:38:15.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:38:15.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:38:15.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:38:22.305Z] Removing intermediate container e1728681027f [2021-02-04T00:38:22.305Z] ---> 464365ec64c9 [2021-02-04T00:38:22.305Z] Successfully built 464365ec64c9 [2021-02-04T00:38:22.305Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:38:22.666Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:38:22.666Z] . [Pipeline] withDockerContainer [2021-02-04T00:38:22.906Z] prd-ubuntu18.04-docker-arm64-4c-16g-24813 does not seem to be running inside a container [2021-02-04T00:38:23.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:38:24.532Z] $ docker top 0cd7d761a830684b4dc538deb1ebecef51002a066fe72d146d9c6c0fd3a78e83 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:38:25.513Z] + go version [2021-02-04T00:38:25.513Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T00:38:25.558Z] $ docker stop --time=1 0cd7d761a830684b4dc538deb1ebecef51002a066fe72d146d9c6c0fd3a78e83 [2021-02-04T00:38:27.497Z] $ docker rm -f 0cd7d761a830684b4dc538deb1ebecef51002a066fe72d146d9c6c0fd3a78e83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:38:28.465Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:38:28.465Z] . [Pipeline] withDockerContainer [2021-02-04T00:38:28.758Z] prd-ubuntu18.04-docker-arm64-4c-16g-24813 does not seem to be running inside a container [2021-02-04T00:38:28.869Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:38:30.604Z] $ docker top a8833507dadc48341a320fa9b3bdb36f91df40da5cd13abb0a3efa966d81a9dd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T00:38:30.992Z] ========================================================= [2021-02-04T00:38:30.992Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:38:30.993Z] ========================================================= [Pipeline] sh [2021-02-04T00:38:32.413Z] + make test [2021-02-04T00:38:32.413Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:38:47.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:38:57.596Z] Removing intermediate container c58a66116035 [2021-02-04T00:38:57.596Z] ---> 3cb8a53f80bd [2021-02-04T00:38:57.596Z] [2021-02-04T00:38:57.596Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:38:57.596Z] Removing intermediate container f6e1c71ac40d [2021-02-04T00:38:57.596Z] ---> 1bf281e95e9f [2021-02-04T00:38:57.596Z] [2021-02-04T00:38:57.596Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:38:57.596Z] 3.12: Pulling from library/alpine [2021-02-04T00:38:57.596Z] 3.12: Pulling from library/alpine [2021-02-04T00:38:57.596Z] Removing intermediate container 9603ec495a60 [2021-02-04T00:38:57.596Z] ---> 3eeadad14209 [2021-02-04T00:38:57.596Z] [2021-02-04T00:38:57.596Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:38:57.596Z] 3.12: Pulling from library/alpine [2021-02-04T00:38:57.596Z] Removing intermediate container ebb6d414c660 [2021-02-04T00:38:57.596Z] ---> ee11950c961e [2021-02-04T00:38:57.596Z] [2021-02-04T00:38:57.596Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:38:57.596Z] 3.12: Pulling from library/alpine [2021-02-04T00:38:58.174Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:38:58.174Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:38:58.174Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:38:58.174Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:38:58.174Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:38:58.174Z] Status: Image is up to date for alpine:3.12 [2021-02-04T00:38:58.174Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:38:58.174Z] Status: Image is up to date for alpine:3.12 [2021-02-04T00:38:58.174Z] ---> 389fef711851 [2021-02-04T00:38:58.174Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:38:58.174Z] ---> 389fef711851 [2021-02-04T00:38:58.174Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:38:58.174Z] ---> 389fef711851 [2021-02-04T00:38:58.174Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:38:58.174Z] ---> 389fef711851 [2021-02-04T00:38:58.174Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:38:59.223Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:38:59.567Z] ---> Running in ea59e8467de0 [2021-02-04T00:38:59.567Z] ---> Running in 0da5c16ffeea [2021-02-04T00:38:59.567Z] ---> Running in 0ed0ee16f8db [2021-02-04T00:38:59.567Z] ---> Running in d2c108d78f47 [2021-02-04T00:39:00.175Z] Removing intermediate container 810751e91955 [2021-02-04T00:39:00.175Z] ---> 836ea083c1d8 [2021-02-04T00:39:00.175Z] [2021-02-04T00:39:00.175Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:39:00.175Z] ---> 389fef711851 [2021-02-04T00:39:00.175Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:39:00.175Z] Removing intermediate container 0ed0ee16f8db [2021-02-04T00:39:00.175Z] ---> 4ec3c2fb60a1 [2021-02-04T00:39:00.175Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:39:00.175Z] ---> Running in 177256e5c53e [2021-02-04T00:39:00.443Z] ---> Running in 02cfe7996668 [2021-02-04T00:39:00.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.283Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:01.283Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:01.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.283Z] OK: 6 MiB in 15 packages [2021-02-04T00:39:01.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.571Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:39:01.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.571Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:01.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.571Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:01.571Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:39:01.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:01.571Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:01.571Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:01.571Z] OK: 6 MiB in 15 packages [2021-02-04T00:39:01.571Z] OK: 6 MiB in 16 packages [2021-02-04T00:39:01.571Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:01.835Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:39:01.835Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:01.835Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:01.835Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:01.835Z] OK: 6 MiB in 15 packages [2021-02-04T00:39:02.103Z] OK: 6 MiB in 16 packages [2021-02-04T00:39:03.507Z] Removing intermediate container ea59e8467de0 [2021-02-04T00:39:03.507Z] ---> 30641fe79820 [2021-02-04T00:39:03.507Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:39:04.083Z] ---> Running in a6d602bc419a [2021-02-04T00:39:04.083Z] Removing intermediate container 0da5c16ffeea [2021-02-04T00:39:04.083Z] ---> b727d5692469 [2021-02-04T00:39:04.083Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:39:04.083Z] Removing intermediate container d2c108d78f47 [2021-02-04T00:39:04.083Z] ---> bb7a59b82369 [2021-02-04T00:39:04.083Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:39:04.083Z] Removing intermediate container 177256e5c53e [2021-02-04T00:39:04.083Z] ---> f4fd558c221e [2021-02-04T00:39:04.083Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:39:04.348Z] ---> Running in 8b36bbe4797a [2021-02-04T00:39:04.348Z] ---> Running in b2eb54fed7e2 [2021-02-04T00:39:04.348Z] ---> Running in d7985dfe304f [2021-02-04T00:39:04.348Z] Removing intermediate container 02cfe7996668 [2021-02-04T00:39:04.348Z] ---> 4f2e6f658bc0 [2021-02-04T00:39:04.348Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:39:04.348Z] Removing intermediate container a6d602bc419a [2021-02-04T00:39:04.348Z] ---> 6a016746648d [2021-02-04T00:39:04.348Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T00:39:04.615Z] ---> Running in c59320745458 [2021-02-04T00:39:04.615Z] ---> Running in 8924a8dd7a65 [2021-02-04T00:39:05.189Z] Removing intermediate container 8b36bbe4797a [2021-02-04T00:39:05.189Z] ---> da91cc4c6b1a [2021-02-04T00:39:05.189Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:39:05.189Z] Removing intermediate container d7985dfe304f [2021-02-04T00:39:05.189Z] ---> a63ccff671c7 [2021-02-04T00:39:05.189Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:39:05.189Z] Removing intermediate container b2eb54fed7e2 [2021-02-04T00:39:05.189Z] ---> fd741c3fc1ef [2021-02-04T00:39:05.189Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:39:05.452Z] ---> Running in 5a6b362c16a2 [2021-02-04T00:39:05.452Z] ---> Running in 190697ccf0e7 [2021-02-04T00:39:05.452Z] ---> Running in 06ff606f66b3 [2021-02-04T00:39:05.452Z] Removing intermediate container c59320745458 [2021-02-04T00:39:05.452Z] ---> b12984f3952e [2021-02-04T00:39:05.452Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:39:05.452Z] Removing intermediate container 8924a8dd7a65 [2021-02-04T00:39:05.452Z] ---> bb443ccb28af [2021-02-04T00:39:05.452Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:39:05.715Z] ---> Running in ca39b200069f [2021-02-04T00:39:05.715Z] ---> Running in 93642779cecc [2021-02-04T00:39:05.715Z] Removing intermediate container 5a6b362c16a2 [2021-02-04T00:39:05.715Z] ---> b9cf5b1f8764 [2021-02-04T00:39:05.715Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:39:05.980Z] Removing intermediate container 190697ccf0e7 [2021-02-04T00:39:05.980Z] ---> a1c8f52c5f70 [2021-02-04T00:39:05.980Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:39:05.980Z] Removing intermediate container 06ff606f66b3 [2021-02-04T00:39:05.980Z] ---> de0db5385209 [2021-02-04T00:39:05.980Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:39:05.980Z] ---> Running in 654fc7fa729f [2021-02-04T00:39:05.980Z] ---> Running in 72bff1abac06 [2021-02-04T00:39:06.243Z] ---> Running in 91cc7a310339 [2021-02-04T00:39:06.243Z] Removing intermediate container ca39b200069f [2021-02-04T00:39:06.243Z] ---> 9bf63c1ba07c [2021-02-04T00:39:06.243Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:39:06.243Z] Removing intermediate container 93642779cecc [2021-02-04T00:39:06.243Z] ---> 7b1ff75bd4cf [2021-02-04T00:39:06.243Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:06.243Z] ---> Running in b7f442791573 [2021-02-04T00:39:06.505Z] Removing intermediate container 654fc7fa729f [2021-02-04T00:39:06.505Z] ---> 9df53cb8bb74 [2021-02-04T00:39:06.505Z] Step 15/23 : WORKDIR / [2021-02-04T00:39:06.505Z] Removing intermediate container 72bff1abac06 [2021-02-04T00:39:06.505Z] ---> 97f39aac99b1 [2021-02-04T00:39:06.505Z] Step 15/23 : WORKDIR / [2021-02-04T00:39:06.779Z] Removing intermediate container 91cc7a310339 [2021-02-04T00:39:06.779Z] ---> 87480b571891 [2021-02-04T00:39:06.779Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:06.779Z] ---> Running in c52ca43589fb [2021-02-04T00:39:06.779Z] ---> Running in 805fc7178bf1 [2021-02-04T00:39:06.779Z] ---> e35228075d89 [2021-02-04T00:39:06.779Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:39:07.046Z] Removing intermediate container c52ca43589fb [2021-02-04T00:39:07.046Z] ---> 5cc9dc953f7e [2021-02-04T00:39:07.046Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:07.320Z] Removing intermediate container 805fc7178bf1 [2021-02-04T00:39:07.320Z] ---> 2505e3fb31ea [2021-02-04T00:39:07.320Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:07.320Z] ---> ab8f1aa1226b [2021-02-04T00:39:07.320Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:39:07.585Z] ---> 2917df207299 [2021-02-04T00:39:07.585Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:39:07.585Z] ---> 1d373eb597db [2021-02-04T00:39:07.585Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:08.163Z] ---> 163f41f6510a [2021-02-04T00:39:08.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:39:08.434Z] ---> d7ae6ed753e2 [2021-02-04T00:39:08.434Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T00:39:08.434Z] ---> 6fb0abf1982f [2021-02-04T00:39:08.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:08.434Z] ---> e7c9c26aa4e2 [2021-02-04T00:39:08.434Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:08.434Z] ---> Running in 7a49b473359a [2021-02-04T00:39:08.434Z] Removing intermediate container b7f442791573 [2021-02-04T00:39:08.434Z] ---> 04c2d27e9870 [2021-02-04T00:39:08.434Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:39:08.702Z] ---> Running in c649d01f64ef [2021-02-04T00:39:08.964Z] ---> 4e478ebc2b59 [2021-02-04T00:39:08.964Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:39:08.964Z] Removing intermediate container 7a49b473359a [2021-02-04T00:39:08.964Z] ---> 316c1271339c [2021-02-04T00:39:08.964Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:08.964Z] ---> 79d4034cf32a [2021-02-04T00:39:08.964Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:39:08.964Z] ---> Running in 39729eda9ca2 [2021-02-04T00:39:08.964Z] Removing intermediate container c649d01f64ef [2021-02-04T00:39:08.964Z] ---> d2a11988756e [2021-02-04T00:39:08.964Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:39:09.226Z] ---> 665aec82d564 [2021-02-04T00:39:09.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:09.226Z] ---> Running in aa0d69c0078b [2021-02-04T00:39:09.226Z] ---> Running in 63758a4ba0fb [2021-02-04T00:39:09.492Z] Removing intermediate container 39729eda9ca2 [2021-02-04T00:39:09.492Z] ---> e372e65d56f1 [2021-02-04T00:39:09.492Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:09.492Z] ---> Running in c249f0e58a79 [2021-02-04T00:39:09.492Z] Removing intermediate container aa0d69c0078b [2021-02-04T00:39:09.492Z] ---> 7b651a024881 [2021-02-04T00:39:09.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:09.757Z] ---> ea367048fd14 [2021-02-04T00:39:09.757Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:39:09.757Z] Removing intermediate container 63758a4ba0fb [2021-02-04T00:39:09.757Z] ---> c0f59b903869 [2021-02-04T00:39:09.757Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:39:09.757Z] ---> 6708b371ed2c [2021-02-04T00:39:09.757Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:39:10.021Z] ---> Running in c6395f0a4633 [2021-02-04T00:39:10.021Z] ---> Running in ac31e6a41199 [2021-02-04T00:39:10.021Z] ---> Running in 99f64b2e60f0 [2021-02-04T00:39:10.021Z] ---> Running in 5c932ec6e2b0 [2021-02-04T00:39:10.021Z] Removing intermediate container c249f0e58a79 [2021-02-04T00:39:10.021Z] ---> dab787eaeaa5 [2021-02-04T00:39:10.021Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:39:10.291Z] ---> Running in 19adbedebe3d [2021-02-04T00:39:10.579Z] Removing intermediate container c6395f0a4633 [2021-02-04T00:39:10.579Z] ---> 6c28752ec40a [2021-02-04T00:39:10.579Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:39:10.579Z] Removing intermediate container 99f64b2e60f0 [2021-02-04T00:39:10.579Z] ---> a806ffe346b0 [2021-02-04T00:39:10.579Z] Step 21/22 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:39:10.579Z] Removing intermediate container 5c932ec6e2b0 [2021-02-04T00:39:10.579Z] ---> d061ff22b5eb [2021-02-04T00:39:10.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:10.579Z] ---> Running in a41ba15d93b9 [2021-02-04T00:39:10.853Z] ---> Running in 8406dc190a2d [2021-02-04T00:39:10.853Z] ---> Running in d31ac39d16fb [2021-02-04T00:39:10.853Z] Removing intermediate container 19adbedebe3d [2021-02-04T00:39:10.853Z] ---> 72bf061d3400 [2021-02-04T00:39:10.853Z] Step 22/23 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:39:10.853Z] ---> Running in e67f0883de9b [2021-02-04T00:39:11.124Z] Removing intermediate container a41ba15d93b9 [2021-02-04T00:39:11.124Z] ---> 8c5e68fbbade [2021-02-04T00:39:11.124Z] Step 21/22 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:39:11.124Z] Removing intermediate container 8406dc190a2d [2021-02-04T00:39:11.124Z] ---> 3fef89bc2198 [2021-02-04T00:39:11.124Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:39:11.124Z] Removing intermediate container d31ac39d16fb [2021-02-04T00:39:11.124Z] ---> 381010cba1cb [2021-02-04T00:39:11.124Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:39:11.395Z] ---> Running in d0de8b5e2e62 [2021-02-04T00:39:11.395Z] ---> Running in cf1c745f3e64 [2021-02-04T00:39:11.395Z] ---> Running in f854311a2ae8 [2021-02-04T00:39:11.395Z] Removing intermediate container e67f0883de9b [2021-02-04T00:39:11.395Z] ---> 002cc9e96340 [2021-02-04T00:39:11.395Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:39:11.669Z] ---> Running in a6084e6f79d0 [2021-02-04T00:39:11.962Z] Removing intermediate container d0de8b5e2e62 [2021-02-04T00:39:11.962Z] ---> babf6e769c55 [2021-02-04T00:39:11.962Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:39:11.962Z] Removing intermediate container cf1c745f3e64 [2021-02-04T00:39:11.962Z] ---> 3d1bb533705a [2021-02-04T00:39:11.962Z] [2021-02-04T00:39:11.962Z] Removing intermediate container f854311a2ae8 [2021-02-04T00:39:11.962Z] ---> db8e0b0fcd0f [2021-02-04T00:39:11.962Z] Step 22/23 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:39:12.575Z] Removing intermediate container ac31e6a41199 [2021-02-04T00:39:12.575Z] ---> de21117ccde7 [2021-02-04T00:39:12.575Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:12.575Z] ---> Running in c00ace5d93a2 [2021-02-04T00:39:12.575Z] Successfully built 3d1bb533705a [2021-02-04T00:39:12.575Z] ---> Running in 0de1930f5c39 [2021-02-04T00:39:12.575Z] Removing intermediate container a6084e6f79d0 [2021-02-04T00:39:12.575Z] ---> add5fb5e9282 [2021-02-04T00:39:12.575Z] [2021-02-04T00:39:12.575Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T00:39:12.839Z] Building docker-security-proxy-setup-go [2021-02-04T00:39:12.839Z]  Building docker-support-scheduler-go ... done Successfully built add5fb5e9282 [2021-02-04T00:39:12.839Z] Removing intermediate container c00ace5d93a2 [2021-02-04T00:39:12.839Z] ---> 3bd411b5aacf [2021-02-04T00:39:12.839Z] [2021-02-04T00:39:12.839Z] Successfully tagged docker-core-command-go:latest [2021-02-04T00:39:12.839Z] Building docker-security-secretstore-setup-go [2021-02-04T00:39:12.839Z]  Building docker-core-command-go ... done Removing intermediate container 0de1930f5c39 [2021-02-04T00:39:12.839Z] ---> d427cdedb4ab [2021-02-04T00:39:12.839Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:39:12.839Z] ---> 1a71af4f8302 [2021-02-04T00:39:12.839Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:39:13.104Z] ---> Running in 0e836de84a9e [2021-02-04T00:39:13.104Z] Successfully built 3bd411b5aacf [2021-02-04T00:39:13.104Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T00:39:13.104Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-04T00:39:13.497Z] Removing intermediate container 0e836de84a9e [2021-02-04T00:39:13.497Z] ---> 0816c35b6389 [2021-02-04T00:39:13.497Z] [2021-02-04T00:39:13.498Z] Successfully built 0816c35b6389 [2021-02-04T00:39:13.498Z] ---> e030b6efffcb [2021-02-04T00:39:13.498Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:39:13.498Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T00:39:13.498Z] Building docker-sys-mgmt-agent-go [2021-02-04T00:39:13.814Z]  Building docker-core-metadata-go ... done  ---> f8ef4b98b374 [2021-02-04T00:39:13.814Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:39:14.496Z] ---> 1cae898ab4ac [2021-02-04T00:39:14.496Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:39:18.814Z] ---> d1e896c504fd [2021-02-04T00:39:18.814Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:39:19.403Z] ---> Running in 8d6237b97bb6 [2021-02-04T00:39:21.993Z] Removing intermediate container 8d6237b97bb6 [2021-02-04T00:39:21.993Z] ---> fb2df89285d7 [2021-02-04T00:39:21.993Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:39:22.983Z] ---> 3318ab33b906 [2021-02-04T00:39:22.983Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:39:23.615Z] ---> Running in 9164983f5aaa [2021-02-04T00:39:25.575Z] Removing intermediate container 9164983f5aaa [2021-02-04T00:39:25.575Z] ---> ad42690776b5 [2021-02-04T00:39:25.575Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:39:25.575Z] ---> Running in 292bad82cffc [2021-02-04T00:39:25.575Z] Removing intermediate container 292bad82cffc [2021-02-04T00:39:25.575Z] ---> 29f999b98170 [2021-02-04T00:39:25.575Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:39:25.848Z] ---> Running in 8447806146de [2021-02-04T00:39:27.304Z] Removing intermediate container 8447806146de [2021-02-04T00:39:27.304Z] ---> f10effa4b23c [2021-02-04T00:39:27.304Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T00:39:29.400Z] ---> Running in 2a5039aba11e [2021-02-04T00:39:30.050Z] Removing intermediate container 2a5039aba11e [2021-02-04T00:39:30.050Z] ---> c19af6ae5d31 [2021-02-04T00:39:30.050Z] Step 30/31 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:39:30.663Z] ---> Running in a3e3aa3d76ab [2021-02-04T00:39:31.292Z] Removing intermediate container a3e3aa3d76ab [2021-02-04T00:39:31.292Z] ---> 8791b0ada5c9 [2021-02-04T00:39:31.292Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:39:36.781Z] ---> Running in 3b2702289732 [2021-02-04T00:39:38.239Z] Removing intermediate container 3b2702289732 [2021-02-04T00:39:38.239Z] ---> 6d0f16b9c2d4 [2021-02-04T00:39:38.239Z] [2021-02-04T00:39:39.682Z] Successfully built 6d0f16b9c2d4 [2021-02-04T00:39:39.682Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T00:39:41.635Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:41.635Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:41.635Z] ---> 7aa8f4bb6980 [2021-02-04T00:39:41.635Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:39:41.635Z] ---> Using cache [2021-02-04T00:39:41.635Z] ---> b6ff48f3ce2b [2021-02-04T00:39:41.635Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:41.635Z] ---> Using cache [2021-02-04T00:39:41.635Z] ---> e7c2ba7a165a [2021-02-04T00:39:41.635Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:39:41.635Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:41.635Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:41.635Z] ---> 7aa8f4bb6980 [2021-02-04T00:39:41.635Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:39:41.635Z] ---> Using cache [2021-02-04T00:39:41.635Z] ---> b6ff48f3ce2b [2021-02-04T00:39:41.635Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:41.635Z] ---> Using cache [2021-02-04T00:39:41.635Z] ---> e7c2ba7a165a [2021-02-04T00:39:41.635Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:39:41.635Z] ---> Using cache [2021-02-04T00:39:41.635Z] ---> 4f641e5af120 [2021-02-04T00:39:41.635Z] Step 6/21 : COPY go.mod . [2021-02-04T00:39:41.635Z] ---> Using cache [2021-02-04T00:39:41.635Z] ---> dfd0f04eb3e9 [2021-02-04T00:39:41.635Z] Step 7/21 : RUN go mod download [2021-02-04T00:39:41.901Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:41.901Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:41.901Z] ---> 7aa8f4bb6980 [2021-02-04T00:39:41.901Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> b6ff48f3ce2b [2021-02-04T00:39:41.901Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> e7c2ba7a165a [2021-02-04T00:39:41.901Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> 4f641e5af120 [2021-02-04T00:39:41.901Z] Step 6/24 : COPY go.mod . [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> dfd0f04eb3e9 [2021-02-04T00:39:41.901Z] Step 7/24 : RUN go mod download [2021-02-04T00:39:41.901Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:41.901Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:41.901Z] ---> 7aa8f4bb6980 [2021-02-04T00:39:41.901Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> b6ff48f3ce2b [2021-02-04T00:39:41.901Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> e7c2ba7a165a [2021-02-04T00:39:41.901Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> 1a29304b8702 [2021-02-04T00:39:41.901Z] Step 8/24 : COPY . . [2021-02-04T00:39:41.901Z] ---> Using cache [2021-02-04T00:39:41.901Z] ---> 1a29304b8702 [2021-02-04T00:39:41.901Z] Step 8/21 : COPY . . [2021-02-04T00:39:42.166Z] ---> Using cache [2021-02-04T00:39:42.166Z] ---> 62f06a4e5e56 [2021-02-04T00:39:42.166Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:39:42.166Z] ---> Using cache [2021-02-04T00:39:42.166Z] ---> 62f06a4e5e56 [2021-02-04T00:39:42.166Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:39:43.125Z] ---> Running in 1c7edbf5f198 [2021-02-04T00:39:43.125Z] ---> Running in 2eacc0b55dbd [2021-02-04T00:39:43.125Z] ---> Running in e8f250552e11 [2021-02-04T00:39:43.125Z] ---> Running in 6b12f5da2a6c [2021-02-04T00:39:44.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:44.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:44.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:39:44.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:39:45.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:45.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:46.094Z] OK: 233 MiB in 51 packages [2021-02-04T00:39:46.094Z] OK: 233 MiB in 51 packages [2021-02-04T00:39:48.720Z] Removing intermediate container 2eacc0b55dbd [2021-02-04T00:39:48.720Z] ---> 3b2c017bf8a7 [2021-02-04T00:39:48.720Z] Step 6/23 : COPY go.mod . [2021-02-04T00:39:48.720Z] Removing intermediate container 1c7edbf5f198 [2021-02-04T00:39:48.720Z] ---> aa638e2d49c2 [2021-02-04T00:39:48.720Z] Step 6/26 : COPY go.mod . [2021-02-04T00:39:48.720Z] ---> 7f166425fcfd [2021-02-04T00:39:48.720Z] Step 7/23 : RUN go mod download [2021-02-04T00:39:48.993Z] ---> 283628adc48f [2021-02-04T00:39:48.993Z] Step 7/26 : RUN go mod download [2021-02-04T00:39:48.993Z] ---> Running in fb40771af4d0 [2021-02-04T00:39:49.272Z] ---> Running in 134883f716dc [2021-02-04T00:39:51.875Z] Removing intermediate container fb40771af4d0 [2021-02-04T00:39:51.875Z] ---> e12f56a3413b [2021-02-04T00:39:51.875Z] Step 8/23 : COPY . . [2021-02-04T00:39:51.875Z] Removing intermediate container 134883f716dc [2021-02-04T00:39:51.875Z] ---> 0823d3db412b [2021-02-04T00:39:51.875Z] Step 8/26 : COPY . . [2021-02-04T00:39:56.002Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:39:56.002Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:40:00.339Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:40:00.339Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:40:00.339Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:40:04.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:40:04.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:40:08.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:40:08.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:40:08.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:40:08.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:40:08.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:40:08.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:40:16.979Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:40:16.979Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:40:16.980Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:40:20.170Z] Removing intermediate container 6b12f5da2a6c [2021-02-04T00:40:20.170Z] ---> 96fba78ba444 [2021-02-04T00:40:20.170Z] [2021-02-04T00:40:20.170Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:40:20.170Z] Removing intermediate container e8f250552e11 [2021-02-04T00:40:20.170Z] ---> b9d96e601199 [2021-02-04T00:40:20.170Z] [2021-02-04T00:40:20.170Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:40:20.170Z] ---> 389fef711851 [2021-02-04T00:40:20.170Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:40:20.170Z] ---> 389fef711851 [2021-02-04T00:40:20.170Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:40:20.170Z] ---> Running in 34cb5d9f00b2 [2021-02-04T00:40:20.170Z] ---> Running in 8eb08078b435 [2021-02-04T00:40:20.170Z] ---> 82ba5242f2e5 [2021-02-04T00:40:20.170Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T00:40:20.170Z] ---> 982e7bb94b37 [2021-02-04T00:40:20.170Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:40:20.170Z] ---> Running in b74bbfda7773 [2021-02-04T00:40:20.170Z] ---> Running in c652f5c62c57 [2021-02-04T00:40:20.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:20.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:20.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:20.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:20.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:40:20.439Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:40:20.439Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:40:20.439Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:40:20.439Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:40:20.439Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:40:20.439Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:40:20.439Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:40:20.439Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:40:20.439Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:20.439Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:40:20.710Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:40:20.710Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:40:20.710Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:20.710Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:40:20.710Z] OK: 7 MiB in 19 packages [2021-02-04T00:40:20.710Z] OK: 7 MiB in 18 packages [2021-02-04T00:40:23.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.396s coverage: 46.2% of statements [2021-02-04T00:40:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:40:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:40:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:40:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:40:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:40:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:40:23.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:40:23.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.165s coverage: 100.0% of statements [2021-02-04T00:40:24.199Z] Removing intermediate container 8eb08078b435 [2021-02-04T00:40:24.200Z] ---> 0a3adc378b49 [2021-02-04T00:40:24.200Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:40:24.200Z] Removing intermediate container 34cb5d9f00b2 [2021-02-04T00:40:24.200Z] ---> 58be088a0e78 [2021-02-04T00:40:24.200Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:40:24.200Z] ---> Running in 690131125e18 [2021-02-04T00:40:24.200Z] ---> Running in f61b77cd1643 [2021-02-04T00:40:24.477Z] Removing intermediate container 690131125e18 [2021-02-04T00:40:24.478Z] ---> 07eeb9d04be6 [2021-02-04T00:40:24.478Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:40:24.748Z] Removing intermediate container f61b77cd1643 [2021-02-04T00:40:24.748Z] ---> 38cba3906fc3 [2021-02-04T00:40:24.748Z] Step 13/24 : WORKDIR / [2021-02-04T00:40:24.748Z] ---> Running in 41d4548ee9df [2021-02-04T00:40:25.017Z] ---> Running in 231e1137680a [2021-02-04T00:40:25.017Z] Removing intermediate container 41d4548ee9df [2021-02-04T00:40:25.017Z] ---> 930d80f56e2e [2021-02-04T00:40:25.017Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:40:25.291Z] Removing intermediate container 231e1137680a [2021-02-04T00:40:25.291Z] ---> 22e95e8da407 [2021-02-04T00:40:25.291Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T00:40:25.891Z] ---> 12307f085d1b [2021-02-04T00:40:25.891Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:40:25.891Z] ---> 23739cee4124 [2021-02-04T00:40:25.891Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T00:40:26.489Z] ---> 98d9f522069a [2021-02-04T00:40:26.489Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:40:26.778Z] ---> 1ed7bfec965e [2021-02-04T00:40:26.778Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:40:27.053Z] ---> 41172f28fd82 [2021-02-04T00:40:27.053Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:40:28.536Z] ---> ecfc43dc0fb3 [2021-02-04T00:40:28.537Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:40:28.537Z] ---> Running in 9b6baeb861b4 [2021-02-04T00:40:28.537Z] ---> abd99115a598 [2021-02-04T00:40:28.537Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:40:28.825Z] Removing intermediate container 9b6baeb861b4 [2021-02-04T00:40:28.825Z] ---> 8c244e269f32 [2021-02-04T00:40:28.825Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:40:28.825Z] ---> Running in a420220abb39 [2021-02-04T00:40:29.829Z] ---> 43da53d91ace [2021-02-04T00:40:29.829Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:40:29.829Z] Removing intermediate container a420220abb39 [2021-02-04T00:40:29.829Z] ---> 9b6db07950c4 [2021-02-04T00:40:29.829Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T00:40:30.429Z] ---> Running in 77ed38131381 [2021-02-04T00:40:30.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.553s coverage: 27.1% of statements [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:40:30.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:40:30.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:40:30.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:40:30.713Z] ---> 5f5389f098ee [2021-02-04T00:40:30.713Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T00:40:30.713Z] ---> Running in 1ecb895a5030 [2021-02-04T00:40:30.713Z] Removing intermediate container 77ed38131381 [2021-02-04T00:40:30.713Z] ---> 050e97633ed1 [2021-02-04T00:40:30.713Z] Step 20/21 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:40:30.999Z] ---> Running in 566f3fe3929c [2021-02-04T00:40:31.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.234s coverage: 65.8% of statements [2021-02-04T00:40:31.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:40:31.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:40:31.605Z] Removing intermediate container 566f3fe3929c [2021-02-04T00:40:31.605Z] ---> 15d31332716a [2021-02-04T00:40:31.605Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:40:31.605Z] ---> Running in 73251e725ff9 [2021-02-04T00:40:31.878Z] Removing intermediate container 73251e725ff9 [2021-02-04T00:40:31.878Z] ---> d10f0004f655 [2021-02-04T00:40:31.878Z] [2021-02-04T00:40:32.475Z] Successfully built d10f0004f655 [2021-02-04T00:40:32.475Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T00:40:32.743Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1ecb895a5030 [2021-02-04T00:40:32.743Z] ---> 23197a1150cc [2021-02-04T00:40:32.743Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:40:32.743Z] ---> Running in 23ac21af9c2c [2021-02-04T00:40:33.014Z] Removing intermediate container 23ac21af9c2c [2021-02-04T00:40:33.014Z] ---> 1b5a181a109b [2021-02-04T00:40:33.014Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T00:40:33.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.677s coverage: 82.3% of statements [2021-02-04T00:40:33.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:40:33.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:40:33.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:40:33.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:40:33.279Z] ---> Running in d770fc35f900 [2021-02-04T00:40:33.547Z] Removing intermediate container d770fc35f900 [2021-02-04T00:40:33.547Z] ---> d0aa7ee9d466 [2021-02-04T00:40:33.547Z] Step 23/24 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:40:33.816Z] ---> Running in 0455fa0eaa6f [2021-02-04T00:40:34.086Z] Removing intermediate container 0455fa0eaa6f [2021-02-04T00:40:34.086Z] ---> 056ae00ad2e4 [2021-02-04T00:40:34.086Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:40:34.664Z] ---> Running in 0e9339cd517a [2021-02-04T00:40:34.932Z] Removing intermediate container 0e9339cd517a [2021-02-04T00:40:34.932Z] ---> 2c1660794dff [2021-02-04T00:40:34.932Z] [2021-02-04T00:40:35.206Z] Successfully built 2c1660794dff [2021-02-04T00:40:35.206Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T00:40:39.573Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b74bbfda7773 [2021-02-04T00:40:39.573Z] ---> 97228d40c290 [2021-02-04T00:40:39.573Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:40:39.573Z] ---> Running in 02718e86df6e [2021-02-04T00:40:40.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:40:41.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.344s coverage: 28.6% of statements [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:40:41.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:40:41.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:40:41.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.374s coverage: 86.7% of statements [2021-02-04T00:40:41.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:40:41.583Z] Removing intermediate container 02718e86df6e [2021-02-04T00:40:41.583Z] ---> 15507b6ccf04 [2021-02-04T00:40:41.583Z] [2021-02-04T00:40:41.583Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:40:41.583Z] 20.10.0: Pulling from library/docker [2021-02-04T00:40:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.361s coverage: 97.5% of statements [2021-02-04T00:40:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:40:43.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-02-04T00:40:43.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:40:43.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:40:43.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:40:43.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:40:45.839Z] Removing intermediate container c652f5c62c57 [2021-02-04T00:40:45.839Z] ---> 9c341e48fdf3 [2021-02-04T00:40:45.839Z] [2021-02-04T00:40:45.839Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:40:45.839Z] ---> 389fef711851 [2021-02-04T00:40:45.839Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:40:45.839Z] ---> Running in 1a3ed19df843 [2021-02-04T00:40:46.106Z] Removing intermediate container 1a3ed19df843 [2021-02-04T00:40:46.106Z] ---> a1fc5fda8a5e [2021-02-04T00:40:46.106Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:40:46.106Z] ---> Running in 4352d7eedc2d [2021-02-04T00:40:46.377Z] Removing intermediate container 4352d7eedc2d [2021-02-04T00:40:46.377Z] ---> eb227f5864ca [2021-02-04T00:40:46.377Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:40:46.642Z] ---> Running in 6c1a6b132ae7 [2021-02-04T00:40:46.905Z] Removing intermediate container 6c1a6b132ae7 [2021-02-04T00:40:46.905Z] ---> c4217b795925 [2021-02-04T00:40:46.905Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:46.905Z] ---> Running in 7fb80ca64971 [2021-02-04T00:40:48.856Z] Removing intermediate container 7fb80ca64971 [2021-02-04T00:40:48.856Z] ---> c590382af436 [2021-02-04T00:40:48.856Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:40:48.856Z] ---> Running in aba50858b7ec [2021-02-04T00:40:49.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:50.395Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:40:50.395Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:40:50.395Z] ---> aefe523efa57 [2021-02-04T00:40:50.395Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:40:50.395Z] ---> Running in 566418e512fd [2021-02-04T00:40:51.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:51.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:51.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:51.624Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:40:51.624Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:40:51.886Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:40:51.886Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:51.886Z] OK: 12 MiB in 22 packages [2021-02-04T00:40:52.462Z] Removing intermediate container 566418e512fd [2021-02-04T00:40:52.462Z] ---> d905bd4ac736 [2021-02-04T00:40:52.462Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:40:52.462Z] ---> Running in e70d75046435 [2021-02-04T00:40:52.908Z] Removing intermediate container e70d75046435 [2021-02-04T00:40:52.908Z] ---> 8989371da59c [2021-02-04T00:40:52.908Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:40:52.908Z] ---> Running in c710a5b2afd8 [2021-02-04T00:40:53.202Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:40:53.202Z] Removing intermediate container c710a5b2afd8 [2021-02-04T00:40:53.202Z] ---> 98474c289fad [2021-02-04T00:40:53.202Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:40:53.202Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:40:53.202Z] ---> Running in d8c2e11897a5 [2021-02-04T00:40:53.202Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:40:53.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.385s coverage: 92.8% of statements [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:40:53.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:40:53.392Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:40:53.392Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.279s coverage: 0.1% of statements [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:40:53.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:40:53.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements [2021-02-04T00:40:53.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements [2021-02-04T00:40:53.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-04T00:40:53.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.153s coverage: 96.3% of statements [2021-02-04T00:40:53.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-02-04T00:40:53.485Z] Removing intermediate container d8c2e11897a5 [2021-02-04T00:40:53.485Z] ---> 866f8980a2ae [2021-02-04T00:40:53.485Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:40:53.485Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:40:53.790Z] ---> 06195c9be73e [2021-02-04T00:40:53.791Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:40:54.071Z] ---> 30b7617232c2 [2021-02-04T00:40:54.071Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:40:54.339Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:40:54.603Z] ---> 9acd22d01165 [2021-02-04T00:40:54.603Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:40:54.603Z] ---> Running in 8b3c3455d24f [2021-02-04T00:40:54.866Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:40:54.866Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:40:54.866Z] OK: 8 MiB in 20 packages [2021-02-04T00:40:55.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:55.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:40:55.396Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:40:55.396Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:40:55.396Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:40:55.396Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:40:55.396Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:40:55.396Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:40:55.396Z] Removing intermediate container aba50858b7ec [2021-02-04T00:40:55.396Z] ---> 483b62f38257 [2021-02-04T00:40:55.396Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:40:55.396Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:40:58.713Z] ---> 9459b601ed7f [2021-02-04T00:40:58.713Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:40:58.713Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:40:58.713Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:40:58.713Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:40:58.713Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:40:58.713Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:40:58.980Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:40:58.980Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:40:58.980Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:40:58.980Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:40:58.980Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:40:58.980Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:40:58.980Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:40:59.243Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:40:59.243Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:40:59.243Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:40:59.243Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:40:59.818Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:41:00.080Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:41:00.080Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:41:00.080Z] ---> 5299d7c9fad3 [2021-02-04T00:41:00.080Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:41:00.080Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:41:00.080Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:41:00.080Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:41:00.080Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:41:00.080Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:41:00.080Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:41:00.080Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:41:00.342Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:00.342Z] OK: 71 MiB in 55 packages [2021-02-04T00:41:00.917Z] ---> c3f176deb1f3 [2021-02-04T00:41:00.917Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:41:00.917Z] ---> Running in f55d2d652081 [2021-02-04T00:41:01.189Z] Removing intermediate container f55d2d652081 [2021-02-04T00:41:01.189Z] ---> 5353c9a0ccd0 [2021-02-04T00:41:01.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:01.773Z] ---> Running in 125e7ea32e6d [2021-02-04T00:41:03.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-02-04T00:41:03.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-02-04T00:41:03.706Z] Removing intermediate container 125e7ea32e6d [2021-02-04T00:41:03.707Z] ---> 7eac5c2bb292 [2021-02-04T00:41:03.707Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:41:05.630Z] ---> Running in 7171c6dc9d3b [2021-02-04T00:41:05.630Z] Removing intermediate container 8b3c3455d24f [2021-02-04T00:41:05.630Z] ---> 760d63a7773f [2021-02-04T00:41:05.630Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:41:05.630Z] Removing intermediate container 7171c6dc9d3b [2021-02-04T00:41:05.630Z] ---> 3863cc23c5cd [2021-02-04T00:41:05.630Z] Step 22/23 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:41:05.904Z] ---> Running in 0cdcf17d1fb1 [2021-02-04T00:41:05.904Z] ---> Running in f90a4f55926f [2021-02-04T00:41:06.169Z] Removing intermediate container f90a4f55926f [2021-02-04T00:41:06.169Z] ---> df79e4e5055a [2021-02-04T00:41:06.169Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:41:06.169Z] ---> Running in 17973eea8f2d [2021-02-04T00:41:06.431Z] Removing intermediate container 17973eea8f2d [2021-02-04T00:41:06.431Z] ---> b919e58278fd [2021-02-04T00:41:06.431Z] [2021-02-04T00:41:06.692Z] Successfully built b919e58278fd [2021-02-04T00:41:06.692Z] Successfully tagged docker-core-data-go:latest [2021-02-04T00:41:07.267Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-04T00:41:07.529Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:41:07.530Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:41:07.530Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:41:08.488Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:41:08.488Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:41:08.488Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:41:08.488Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:41:08.775Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:41:08.775Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:41:09.772Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T00:41:09.772Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:41:09.772Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:41:09.772Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:41:10.730Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:41:10.730Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:41:10.730Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:41:10.730Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:41:10.730Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:41:10.730Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:41:12.254Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T00:41:12.254Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:41:12.254Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:41:12.254Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:41:12.254Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:41:12.254Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:41:12.254Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:41:12.254Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T00:41:12.254Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T00:41:12.254Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:41:12.254Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:41:12.254Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:41:12.254Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:41:12.254Z] Installing collected packages: docopt, websocket-client, cached-property, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, texttable, docker-compose [2021-02-04T00:41:12.254Z] Running setup.py install for docopt: started [2021-02-04T00:41:12.254Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:41:12.527Z] Running setup.py install for PyYAML: started [2021-02-04T00:41:13.114Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:41:13.114Z] Attempting uninstall: urllib3 [2021-02-04T00:41:13.114Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:41:13.114Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:41:13.114Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:41:13.377Z] Attempting uninstall: idna [2021-02-04T00:41:13.377Z] Found existing installation: idna 2.9 [2021-02-04T00:41:13.377Z] Uninstalling idna-2.9: [2021-02-04T00:41:13.377Z] Successfully uninstalled idna-2.9 [2021-02-04T00:41:14.329Z] Attempting uninstall: requests [2021-02-04T00:41:14.329Z] Found existing installation: requests 2.23.0 [2021-02-04T00:41:14.329Z] Uninstalling requests-2.23.0: [2021-02-04T00:41:14.329Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:41:14.912Z] Running setup.py install for dockerpty: started [2021-02-04T00:41:15.174Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:41:15.436Z] Running setup.py install for texttable: started [2021-02-04T00:41:16.015Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:41:16.279Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T00:41:19.609Z] Removing intermediate container 0cdcf17d1fb1 [2021-02-04T00:41:19.609Z] ---> 079e14f3a416 [2021-02-04T00:41:19.609Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:41:19.609Z] ---> Running in f909e0a15dd1 [2021-02-04T00:41:19.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:19.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:19.875Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:41:19.875Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:41:19.875Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:41:19.875Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:19.875Z] OK: 72 MiB in 58 packages [2021-02-04T00:41:20.458Z] Removing intermediate container f909e0a15dd1 [2021-02-04T00:41:20.458Z] ---> 07561cfc4a02 [2021-02-04T00:41:20.458Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:41:20.728Z] ---> Running in d49f09b39945 [2021-02-04T00:41:20.728Z] Removing intermediate container d49f09b39945 [2021-02-04T00:41:20.728Z] ---> 93ad8caa7005 [2021-02-04T00:41:20.728Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:20.999Z] ---> Running in a06d8e9dc055 [2021-02-04T00:41:20.999Z] Removing intermediate container a06d8e9dc055 [2021-02-04T00:41:20.999Z] ---> 81099f278f99 [2021-02-04T00:41:20.999Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T00:41:21.266Z] ---> Running in 6a5dfeda0bd2 [2021-02-04T00:41:21.530Z] Removing intermediate container 6a5dfeda0bd2 [2021-02-04T00:41:21.530Z] ---> 1c256c23bc75 [2021-02-04T00:41:21.530Z] Step 25/26 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:41:21.530Z] ---> Running in ca31e576c998 [2021-02-04T00:41:21.530Z] Removing intermediate container ca31e576c998 [2021-02-04T00:41:21.530Z] ---> b6c7536add77 [2021-02-04T00:41:21.530Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:41:21.802Z] ---> Running in e20c956a4841 [2021-02-04T00:41:21.802Z] Removing intermediate container e20c956a4841 [2021-02-04T00:41:21.802Z] ---> 8568170260a4 [2021-02-04T00:41:21.802Z] [2021-02-04T00:41:22.067Z] Successfully built 8568170260a4 [2021-02-04T00:41:22.068Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T00:41:22.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.144s coverage: 92.9% of statements [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.144s coverage: 87.2% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.4% of statements [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.537s coverage: 63.5% of statements [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-04T00:41:22.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.882s coverage: 68.9% of statements [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:41:22.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:41:22.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.407s coverage: 37.0% of statements [2021-02-04T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:41:22.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:41:23.053Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T00:41:23.092Z] $ docker stop --time=1 9229fa0c6ef071c4aff33f868d33c19cc0b996a1d78a64c35ee4dfb2a134cd92 [2021-02-04T00:41:23.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.728s coverage: 84.0% of statements [2021-02-04T00:41:23.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.129s coverage: 100.0% of statements [2021-02-04T00:41:24.787Z] $ docker rm -f 9229fa0c6ef071c4aff33f868d33c19cc0b996a1d78a64c35ee4dfb2a134cd92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:41:25.291Z] + docker images [2021-02-04T00:41:25.291Z] + grep docker [2021-02-04T00:41:25.554Z] docker-sys-mgmt-agent-go latest 8568170260a4 4 seconds ago 313MB [2021-02-04T00:41:25.554Z] docker-core-data-go latest b919e58278fd 19 seconds ago 22.3MB [2021-02-04T00:41:25.554Z] docker-security-secretstore-setup-go latest 2c1660794dff 51 seconds ago 24.6MB [2021-02-04T00:41:25.554Z] docker-security-proxy-setup-go latest d10f0004f655 54 seconds ago 24.4MB [2021-02-04T00:41:25.554Z] docker-security-bootstrapper-go latest 6d0f16b9c2d4 About a minute ago 23.8MB [2021-02-04T00:41:25.554Z] docker-core-metadata-go latest 0816c35b6389 2 minutes ago 18.8MB [2021-02-04T00:41:25.554Z] docker-core-command-go latest add5fb5e9282 2 minutes ago 16.9MB [2021-02-04T00:41:25.554Z] docker-support-notifications-go latest 3bd411b5aacf 2 minutes ago 17.5MB [2021-02-04T00:41:25.554Z] docker-support-scheduler-go latest 3d1bb533705a 2 minutes ago 17MB [2021-02-04T00:41:25.554Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-04T00:41:30.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.440s coverage: 47.0% of statements [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:41:30.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:41:30.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:41:30.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.199s coverage: 90.4% of statements [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:41:30.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.274s coverage: 29.1% of statements [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.205s coverage: 100.0% of statements [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:41:41.070Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 32.1% of statements [2021-02-04T00:41:41.070Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-04T00:41:41.070Z] GO111MODULE=on go vet ./... [2021-02-04T00:41:41.207Z] Still waiting to schedule task [2021-02-04T00:41:41.207Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-04T00:43:03.256Z] gofmt -l . [2021-02-04T00:43:03.541Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:43:06.966Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:43:07.586Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:43:09.687Z] + ls -al . [2021-02-04T00:43:09.687Z] total 712 [2021-02-04T00:43:09.687Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 00:43 . [2021-02-04T00:43:09.688Z] drwxr-xr-x 4 root root 4096 Feb 4 00:38 .. [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:36 .dockerignore [2021-02-04T00:43:09.688Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:36 .git [2021-02-04T00:43:09.688Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 00:36 .github [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:36 .gitignore [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:36 .sonarcloud.properties [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:36 Attribution.txt [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:36 CONTRIBUTING.md [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:36 Dockerfile.build [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:36 Jenkinsfile [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:36 LICENSE [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:36 Makefile [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:36 README.md [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:36 SECURITY.md [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:32 VERSION [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:36 ZMQWindows.md [2021-02-04T00:43:09.688Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 00:36 bin [2021-02-04T00:43:09.688Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:36 cmd [2021-02-04T00:43:09.688Z] -rw-r--r-- 1 root root 580808 Feb 4 00:41 coverage.out [2021-02-04T00:43:09.688Z] -rw-r--r-- 1 root root 1054 Feb 4 00:43 go.mod [2021-02-04T00:43:09.688Z] -rw-r--r-- 1 root root 19399 Feb 4 00:43 go.sum [2021-02-04T00:43:09.688Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:36 internal [2021-02-04T00:43:09.688Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:36 openapi [2021-02-04T00:43:09.688Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:36 snap [2021-02-04T00:43:09.688Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:36 version.go [Pipeline] sh [2021-02-04T00:43:10.439Z] + '[' -e coverage.out ] [2021-02-04T00:43:10.439Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:43:10.461Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T00:43:11.764Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:43:12.475Z] + make build [2021-02-04T00:43:12.475Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:43:18.664Z] Running on prd-ubuntu18.04-docker-8c-8g-24822 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-04T00:43:18.717Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-02-04T00:43:20.912Z] using credential edgex-jenkins-ssh [2021-02-04T00:43:20.987Z] Cloning the remote Git repository [2021-02-04T00:43:21.010Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:43:21.074Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-02-04T00:43:21.108Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:43:21.109Z] > git --version # timeout=10 [2021-02-04T00:43:21.115Z] > git --version # 'git version 2.17.1' [2021-02-04T00:43:21.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:43:21.137Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:43:27.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:43:31.640Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:43:31.654Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:43:32.303Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-04T00:43:32.551Z] Merge succeeded, producing b0c846f43d0a36c7d394d5b14f23010256ecb05f [2021-02-04T00:43:32.551Z] Checking out Revision b0c846f43d0a36c7d394d5b14f23010256ecb05f (PR-3034) [2021-02-04T00:43:31.666Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:43:31.679Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:43:31.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:43:31.683Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:43:32.309Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:43:32.316Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-04T00:43:32.394Z] > git remote # timeout=10 [2021-02-04T00:43:32.403Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:43:32.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:43:32.410Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:43:32.542Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:43:32.552Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:43:32.556Z] > git checkout -f b0c846f43d0a36c7d394d5b14f23010256ecb05f # timeout=10 [2021-02-04T00:43:36.261Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:43:36.274Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:43:36.262Z] > git rev-list --no-walk a53ba6a9cfd2d5ca78b4fbac20bb8d97e7c49434 # timeout=10 [2021-02-04T00:43:37.328Z] + echo snap-build.sh [2021-02-04T00:43:37.328Z] snap-build.sh [2021-02-04T00:43:37.328Z] + SNAP_BASE_DIR=. [2021-02-04T00:43:37.328Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-02-04T00:43:37.328Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-02-04T00:43:37.328Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-02-04T00:43:37.328Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-02-04T00:43:37.328Z] + cd /w/workspace/edgex-go/17 [2021-02-04T00:43:37.328Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T00:43:37.328Z] Reading package lists... [2021-02-04T00:43:37.591Z] Building dependency tree... [2021-02-04T00:43:37.591Z] Reading state information... [2021-02-04T00:43:37.591Z] The following packages were automatically installed and are no longer required: [2021-02-04T00:43:37.591Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T00:43:37.591Z] uidmap xdelta3 [2021-02-04T00:43:37.591Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T00:43:37.591Z] The following packages will be REMOVED: [2021-02-04T00:43:37.591Z] lxd* lxd-client* [2021-02-04T00:43:38.163Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T00:43:38.163Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T00:43:38.983Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-04T00:43:38.983Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:43:39.933Z] Removing lxd dnsmasq configuration [2021-02-04T00:43:39.933Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:43:40.196Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T00:43:41.143Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T00:43:41.404Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-04T00:43:41.404Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:43:42.799Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T00:43:42.799Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T00:43:43.747Z] + sudo snap remove --purge lxd [2021-02-04T00:43:44.011Z] snap "lxd" is not installed [2021-02-04T00:43:44.011Z] + sudo groupadd --force --system lxd [2021-02-04T00:43:44.011Z] ++ whoami [2021-02-04T00:43:44.011Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T00:43:44.011Z] + newgrp - lxd [2021-02-04T00:43:44.011Z] + sudo snap install lxd [2021-02-04T00:43:52.250Z] 2021-02-04T00:43:49Z INFO Waiting for automatic snapd restart... [2021-02-04T00:43:54.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:43:57.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:44:04.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:44:06.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:44:07.190Z] lxd 4.10 from Canonical* installed [2021-02-04T00:44:07.191Z] + sudo lxd init --auto [2021-02-04T00:44:11.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:44:13.903Z] + sudo snap install --classic snapcraft [2021-02-04T00:44:18.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:44:22.227Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T00:44:22.227Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T00:44:22.227Z] + patch --verbose -p1 [2021-02-04T00:44:22.227Z] Hmm... Looks like a unified diff to me... [2021-02-04T00:44:22.227Z] The text leading up to this was: [2021-02-04T00:44:22.227Z] -------------------------- [2021-02-04T00:44:22.227Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T00:44:22.227Z] |From: Tony Espy [2021-02-04T00:44:22.227Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T00:44:22.227Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T00:44:22.227Z] | [2021-02-04T00:44:22.227Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T00:44:22.227Z] |optimize the snap CI check run for pull requests. When [2021-02-04T00:44:22.227Z] |applied, it essentially strips out everything (apps and [2021-02-04T00:44:22.227Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T00:44:22.227Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T00:44:22.227Z] |catch changes to edgex-go that break the snap build. [2021-02-04T00:44:22.227Z] | [2021-02-04T00:44:22.227Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T00:44:22.227Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T00:44:22.227Z] |resulting in a failed snap build CI check in the associated [2021-02-04T00:44:22.227Z] |pull request. [2021-02-04T00:44:22.227Z] | [2021-02-04T00:44:22.227Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T00:44:22.227Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T00:44:22.227Z] |need to build the finally binary .snap file (and it won't [2021-02-04T00:44:22.227Z] |work with the patch applied). This further reduces the build [2021-02-04T00:44:22.227Z] |time. [2021-02-04T00:44:22.227Z] |--- [2021-02-04T00:44:22.227Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T00:44:22.227Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T00:44:22.227Z] | [2021-02-04T00:44:22.227Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T00:44:22.227Z] |index 1e537489..faf42425 100644 [2021-02-04T00:44:22.227Z] |--- a/snap/snapcraft.yaml [2021-02-04T00:44:22.227Z] |+++ b/snap/snapcraft.yaml [2021-02-04T00:44:22.227Z] -------------------------- [2021-02-04T00:44:22.227Z] patching file snap/snapcraft.yaml [2021-02-04T00:44:22.227Z] Using Plan A... [2021-02-04T00:44:22.227Z] Hunk #1 succeeded at 73. [2021-02-04T00:44:22.227Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T00:44:22.227Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T00:44:22.227Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T00:44:22.227Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T00:44:22.227Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T00:44:22.227Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T00:44:22.227Z] Hunk #8 succeeded at 342. [2021-02-04T00:44:22.227Z] Hmm... Ignoring the trailing garbage. [2021-02-04T00:44:22.227Z] done [2021-02-04T00:44:22.227Z] + sudo snapcraft prime --use-lxd [2021-02-04T00:44:22.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:44:23.168Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T00:44:23.168Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-04T00:44:23.168Z] - README.md [2021-02-04T00:44:23.168Z] - snapcraft.yaml.orig [2021-02-04T00:44:23.168Z] [2021-02-04T00:44:23.168Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T00:44:24.118Z] Launching a container. [2021-02-04T00:44:28.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:44:31.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:44:38.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:44:39.149Z] Waiting for container to be ready [2021-02-04T00:44:39.149Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T00:44:39.149Z] [2021-02-04T00:44:42.446Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T00:44:42.711Z] Waiting for network to be ready... [2021-02-04T00:44:42.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:44:42.975Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:44:42.975Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T00:44:42.975Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T00:44:43.235Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T00:44:43.235Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T00:44:43.235Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T00:44:43.235Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T00:44:43.235Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T00:44:43.235Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T00:44:43.235Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T00:44:43.495Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T00:44:43.757Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T00:44:44.330Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T00:44:44.330Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T00:44:44.330Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T00:44:44.330Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T00:44:44.330Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T00:44:44.330Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T00:44:44.900Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T00:44:45.160Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T00:44:45.160Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T00:44:45.160Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T00:44:45.160Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T00:44:45.160Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T00:44:45.160Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T00:44:45.160Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T00:44:45.421Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T00:44:47.340Z] Fetched 23.9 MB in 4s (5382 kB/s) [2021-02-04T00:44:48.284Z] Reading package lists... [2021-02-04T00:44:48.284Z] Reading package lists... [2021-02-04T00:44:48.544Z] Building dependency tree... [2021-02-04T00:44:48.544Z] Reading state information... [2021-02-04T00:44:48.544Z] The following additional packages will be installed: [2021-02-04T00:44:48.544Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T00:44:48.544Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T00:44:48.544Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T00:44:48.544Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T00:44:48.544Z] Suggested packages: [2021-02-04T00:44:48.544Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T00:44:48.544Z] Recommended packages: [2021-02-04T00:44:48.544Z] gnupg libsasl2-modules [2021-02-04T00:44:48.544Z] The following NEW packages will be installed: [2021-02-04T00:44:48.544Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T00:44:48.544Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T00:44:48.544Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T00:44:48.544Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T00:44:48.544Z] The following packages will be upgraded: [2021-02-04T00:44:48.544Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T00:44:48.544Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T00:44:48.544Z] Need to get 3533 kB of archives. [2021-02-04T00:44:48.544Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T00:44:48.544Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T00:44:48.805Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T00:44:48.805Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T00:44:48.805Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-04T00:44:48.805Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T00:44:48.805Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T00:44:48.805Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T00:44:48.805Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T00:44:48.805Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T00:44:49.068Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T00:44:49.640Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T00:44:49.640Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T00:44:49.640Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T00:44:49.640Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T00:44:49.640Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T00:44:49.640Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T00:44:49.640Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T00:44:49.640Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T00:44:49.640Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T00:44:49.640Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [Pipeline] } [2021-02-04T00:44:49.786Z] $ docker stop --time=1 a8833507dadc48341a320fa9b3bdb36f91df40da5cd13abb0a3efa966d81a9dd [2021-02-04T00:44:49.903Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T00:44:49.903Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T00:44:49.903Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:44:49.903Z] Fetched 3533 kB in 1s (2986 kB/s) [2021-02-04T00:44:49.903Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T00:44:49.903Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:49.903Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:44:50.164Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T00:44:50.164Z] Selecting previously unselected package udev. [2021-02-04T00:44:50.164Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T00:44:50.164Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:50.432Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T00:44:50.432Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T00:44:50.432Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T00:44:50.432Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T00:44:50.695Z] Selecting previously unselected package fuse. [2021-02-04T00:44:50.695Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T00:44:50.695Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T00:44:50.695Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:50.695Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:44:50.957Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:50.957Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:44:51.219Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:51.219Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:44:51.219Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T00:44:51.219Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T00:44:51.219Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T00:44:51.219Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T00:44:51.219Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:51.219Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:51.482Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T00:44:51.482Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:51.482Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:51.482Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T00:44:51.482Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:51.482Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:51.744Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T00:44:51.744Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:51.744Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:51.744Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T00:44:51.744Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:51.744Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:52.008Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T00:44:52.008Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:52.008Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:52.008Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T00:44:52.008Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:52.008Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:52.008Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T00:44:52.008Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:52.008Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:52.269Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T00:44:52.269Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T00:44:52.269Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:52.269Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T00:44:52.269Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T00:44:52.269Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:52.269Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T00:44:52.269Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T00:44:52.269Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:52.453Z] $ docker rm -f a8833507dadc48341a320fa9b3bdb36f91df40da5cd13abb0a3efa966d81a9dd [2021-02-04T00:44:52.532Z] Selecting previously unselected package libldap-common. [2021-02-04T00:44:52.532Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T00:44:52.532Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:52.532Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T00:44:52.532Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T00:44:52.532Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:52.794Z] Selecting previously unselected package dirmngr. [2021-02-04T00:44:52.794Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:44:52.794Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:52.794Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:52.794Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:52.794Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T00:44:52.794Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:52.794Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T00:44:53.055Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:53.055Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.055Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T00:44:53.055Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:44:53.055Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T00:44:53.317Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T00:44:53.580Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.580Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T00:44:53.580Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T00:44:53.580Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T00:44:53.580Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T00:44:53.843Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.843Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.843Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.843Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.843Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.843Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T00:44:53.843Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T00:44:53.843Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-04T00:44:54.106Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:44:54.366Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T00:44:54.366Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T00:44:54.366Z] This means they are not meant to be enabled using systemctl. [2021-02-04T00:44:54.366Z] Possible reasons for having this kind of units are: [2021-02-04T00:44:54.366Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T00:44:54.366Z] .wants/ or .requires/ directory. [2021-02-04T00:44:54.366Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T00:44:54.366Z] a requirement dependency on it. [2021-02-04T00:44:54.366Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T00:44:54.366Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T00:44:54.366Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T00:44:54.366Z] instance name specified. [2021-02-04T00:44:54.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:44:54.487Z] [2021-02-04T00:44:54.487Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:44:54.629Z] Reading package lists... [2021-02-04T00:44:54.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:44:54.877Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T00:44:54.877Z] 29e5d40040c1: Pulling fs layer [2021-02-04T00:44:54.877Z] 1ce36da41761: Pulling fs layer [2021-02-04T00:44:54.877Z] 25b303627fd3: Pulling fs layer [2021-02-04T00:44:54.889Z] Building dependency tree... [2021-02-04T00:44:54.889Z] Reading state information... [2021-02-04T00:44:54.889Z] The following additional packages will be installed: [2021-02-04T00:44:54.889Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T00:44:54.889Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T00:44:54.889Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T00:44:54.889Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T00:44:54.889Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T00:44:54.889Z] Suggested packages: [2021-02-04T00:44:54.889Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T00:44:54.889Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T00:44:54.889Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T00:44:54.889Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T00:44:54.889Z] systemd-container policykit-1 [2021-02-04T00:44:54.889Z] Recommended packages: [2021-02-04T00:44:54.889Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T00:44:54.889Z] The following NEW packages will be installed: [2021-02-04T00:44:54.889Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T00:44:54.889Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T00:44:54.889Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T00:44:54.889Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T00:44:54.889Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T00:44:54.889Z] The following packages will be upgraded: [2021-02-04T00:44:54.889Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T00:44:55.152Z] 29e5d40040c1: Verifying Checksum [2021-02-04T00:44:55.154Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T00:44:55.154Z] Need to get 35.2 MB of archives. [2021-02-04T00:44:55.154Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T00:44:55.154Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T00:44:55.154Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T00:44:55.154Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T00:44:55.154Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T00:44:55.154Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-04T00:44:55.154Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T00:44:55.154Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T00:44:55.414Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T00:44:55.414Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T00:44:55.414Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T00:44:55.414Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T00:44:55.414Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T00:44:55.414Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T00:44:55.414Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T00:44:55.414Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T00:44:55.414Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T00:44:55.414Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T00:44:55.414Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T00:44:55.751Z] 29e5d40040c1: Pull complete [2021-02-04T00:44:55.984Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T00:44:55.984Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T00:44:55.984Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T00:44:55.984Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T00:44:55.984Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T00:44:55.984Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T00:44:55.984Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T00:44:56.027Z] 1ce36da41761: Verifying Checksum [2021-02-04T00:44:56.027Z] 1ce36da41761: Download complete [2021-02-04T00:44:56.244Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T00:44:56.244Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T00:44:56.244Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T00:44:56.244Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T00:44:56.244Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T00:44:57.007Z] 1ce36da41761: Pull complete [2021-02-04T00:44:57.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:44:57.634Z] Fetched 35.2 MB in 3s (13.5 MB/s) [2021-02-04T00:44:57.895Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:44:57.895Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:57.895Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:44:58.435Z] 25b303627fd3: Verifying Checksum [2021-02-04T00:44:58.435Z] 25b303627fd3: Download complete [2021-02-04T00:44:58.469Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:44:58.732Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:44:58.732Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T00:44:59.025Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:44:59.025Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T00:44:59.025Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T00:44:59.025Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T00:44:59.306Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T00:44:59.306Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T00:44:59.306Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T00:44:59.590Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T00:44:59.590Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T00:45:00.162Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T00:45:00.162Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T00:45:00.162Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T00:45:00.162Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T00:45:00.423Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T00:45:00.423Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:45:00.423Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:00.423Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T00:45:00.423Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T00:45:00.685Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T00:45:00.685Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T00:45:00.685Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:45:00.685Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:00.945Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T00:45:00.945Z] Checking for services that may need to be restarted...done. [2021-02-04T00:45:00.945Z] Checking for services that may need to be restarted...done. [2021-02-04T00:45:01.215Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:01.215Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T00:45:01.215Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:01.815Z] Selecting previously unselected package python3-minimal. [2021-02-04T00:45:01.815Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T00:45:01.815Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:45:01.815Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T00:45:01.815Z] Selecting previously unselected package mime-support. [2021-02-04T00:45:01.815Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T00:45:01.815Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T00:45:01.815Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T00:45:01.815Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T00:45:01.815Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T00:45:02.097Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T00:45:02.097Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:45:02.097Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:02.371Z] Selecting previously unselected package python3.6. [2021-02-04T00:45:02.371Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T00:45:02.371Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:02.371Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T00:45:02.371Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:45:02.371Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T00:45:02.371Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T00:45:02.634Z] Selecting previously unselected package python3. [2021-02-04T00:45:02.634Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T00:45:02.634Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T00:45:02.634Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T00:45:02.899Z] Selecting previously unselected package multiarch-support. [2021-02-04T00:45:02.899Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:45:02.899Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T00:45:02.899Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T00:45:02.899Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T00:45:02.899Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T00:45:02.899Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T00:45:03.160Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T00:45:03.160Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T00:45:03.160Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T00:45:03.160Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T00:45:03.160Z] Selecting previously unselected package sudo. [2021-02-04T00:45:03.160Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T00:45:03.160Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T00:45:03.424Z] Selecting previously unselected package apparmor. [2021-02-04T00:45:03.424Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T00:45:03.424Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T00:45:03.686Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T00:45:03.686Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T00:45:03.686Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T00:45:03.686Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T00:45:03.686Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:45:03.686Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:03.953Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T00:45:03.953Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:45:03.953Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:03.953Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T00:45:03.953Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T00:45:03.953Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T00:45:03.953Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T00:45:03.953Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:45:03.953Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:04.220Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T00:45:04.221Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T00:45:04.221Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:04.221Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T00:45:04.221Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T00:45:04.221Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T00:45:04.486Z] Selecting previously unselected package openssh-client. [2021-02-04T00:45:04.486Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T00:45:04.486Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T00:45:04.750Z] Selecting previously unselected package squashfs-tools. [2021-02-04T00:45:04.750Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T00:45:04.750Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T00:45:04.750Z] Selecting previously unselected package snapd. [2021-02-04T00:45:04.750Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T00:45:05.010Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T00:45:06.935Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T00:45:06.935Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T00:45:06.935Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T00:45:06.935Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T00:45:06.935Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T00:45:06.935Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:07.196Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T00:45:07.196Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T00:45:07.196Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T00:45:08.587Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T00:45:08.587Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T00:45:08.587Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T00:45:08.587Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:08.587Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:08.587Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T00:45:08.623Z] 25b303627fd3: Pull complete [2021-02-04T00:45:08.623Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T00:45:08.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:45:08.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T00:45:08.907Z] prd-ubuntu18.04-docker-arm64-4c-16g-24813 does not seem to be running inside a container [2021-02-04T00:45:09.140Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T00:45:09.169Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T00:45:09.169Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:09.169Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T00:45:09.169Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T00:45:09.169Z] running python rtupdate hooks for python3.6... [2021-02-04T00:45:09.169Z] running python post-rtupdate hooks for python3.6... [2021-02-04T00:45:09.169Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T00:45:10.566Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T00:45:10.566Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T00:45:10.566Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T00:45:10.830Z] Setting up snapd (2.48+18.04) ... [2021-02-04T00:45:11.091Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T00:45:11.352Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T00:45:11.613Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T00:45:11.613Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T00:45:11.880Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T00:45:11.880Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T00:45:12.145Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T00:45:12.145Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T00:45:12.407Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T00:45:12.549Z] $ docker top 11bb0256454672598ecc28b86691be6548555480f7304a178bd4c528e605fcbb -eo pid,comm [2021-02-04T00:45:12.667Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T00:45:12.667Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-04T00:45:12.667Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-02-04T00:45:12.933Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T00:45:13.603Z] + docker-compose build --help [2021-02-04T00:45:13.603Z] + grep parallel [2021-02-04T00:45:13.928Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T00:45:13.928Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:45:13.928Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:45:15.148Z] Reading package lists... [2021-02-04T00:45:15.417Z] Reading package lists... [2021-02-04T00:45:15.417Z] Building dependency tree... [2021-02-04T00:45:15.417Z] Reading state information... [2021-02-04T00:45:15.684Z] Calculating upgrade... [2021-02-04T00:45:15.946Z] The following packages will be upgraded: [2021-02-04T00:45:15.946Z] advancecomp base-files bash binutils binutils-common [2021-02-04T00:45:15.947Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T00:45:15.947Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T00:45:15.947Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T00:45:15.947Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T00:45:15.947Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T00:45:15.947Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T00:45:15.947Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T00:45:15.947Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T00:45:15.947Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T00:45:15.947Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T00:45:15.947Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T00:45:15.947Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T00:45:15.947Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T00:45:15.947Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T00:45:15.947Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:45:15.947Z] Need to get 63.8 MB of archives. [2021-02-04T00:45:15.947Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T00:45:15.947Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T00:45:15.947Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T00:45:15.947Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T00:45:15.947Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T00:45:15.947Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T00:45:15.947Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T00:45:15.947Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T00:45:15.947Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T00:45:15.947Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-04T00:45:15.947Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T00:45:15.947Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T00:45:15.947Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T00:45:16.222Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T00:45:16.222Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T00:45:16.222Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T00:45:16.222Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T00:45:16.222Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T00:45:16.222Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T00:45:16.222Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T00:45:16.222Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T00:45:16.222Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T00:45:16.222Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T00:45:16.222Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T00:45:16.222Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T00:45:16.222Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T00:45:16.222Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T00:45:16.222Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T00:45:16.503Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T00:45:16.503Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T00:45:16.503Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T00:45:16.503Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T00:45:16.503Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T00:45:16.503Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T00:45:16.503Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T00:45:16.503Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T00:45:16.503Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T00:45:16.503Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T00:45:16.503Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T00:45:16.503Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T00:45:16.503Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T00:45:16.503Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T00:45:16.503Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T00:45:16.503Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T00:45:16.503Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T00:45:16.503Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T00:45:16.503Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T00:45:16.503Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T00:45:16.503Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T00:45:16.503Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T00:45:16.503Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T00:45:16.504Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T00:45:16.504Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T00:45:16.504Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T00:45:16.504Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T00:45:16.504Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T00:45:16.504Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T00:45:16.776Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T00:45:17.053Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T00:45:17.053Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T00:45:17.053Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T00:45:17.328Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T00:45:17.328Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T00:45:17.328Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T00:45:17.328Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T00:45:17.328Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T00:45:17.328Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T00:45:17.329Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T00:45:17.649Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T00:45:17.649Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T00:45:17.649Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T00:45:17.649Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T00:45:17.649Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T00:45:17.946Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T00:45:17.946Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T00:45:17.946Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T00:45:17.946Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T00:45:17.946Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T00:45:17.946Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T00:45:17.946Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T00:45:17.947Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T00:45:17.947Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T00:45:17.947Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T00:45:17.947Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-04T00:45:17.947Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T00:45:17.947Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T00:45:17.947Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T00:45:17.947Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T00:45:17.947Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T00:45:17.947Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T00:45:18.243Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T00:45:18.243Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T00:45:18.243Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T00:45:18.243Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-04T00:45:18.243Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T00:45:18.243Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T00:45:18.243Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T00:45:18.243Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T00:45:18.243Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T00:45:18.243Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T00:45:18.530Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:45:18.530Z] Fetched 63.8 MB in 2s (25.5 MB/s) [2021-02-04T00:45:18.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:18.530Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:45:18.530Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:45:19.066Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:45:19.202Z] $ docker stop --time=1 11bb0256454672598ecc28b86691be6548555480f7304a178bd4c528e605fcbb [2021-02-04T00:45:19.152Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:45:19.473Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:45:19.473Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T00:45:19.473Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T00:45:20.113Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:20.408Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:20.408Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:20.408Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:20.676Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:20.677Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:20.677Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:20.677Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:20.958Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:20.958Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:20.958Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:20.958Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:21.219Z] $ docker rm -f 11bb0256454672598ecc28b86691be6548555480f7304a178bd4c528e605fcbb [2021-02-04T00:45:21.241Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:21.241Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:21.241Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [2021-02-04T00:45:21.528Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:45:21.528Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:21.528Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T00:45:21.528Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:21.528Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:45:21.528Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:21.528Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:45:21.844Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:21.844Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:21.844Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:21.844Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T00:45:22.146Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:22.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:45:22.295Z] . [Pipeline] withDockerContainer [2021-02-04T00:45:22.478Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:45:22.478Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:45:22.478Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:45:22.738Z] prd-ubuntu18.04-docker-arm64-4c-16g-24813 does not seem to be running inside a container [2021-02-04T00:45:22.818Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T00:45:23.106Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-04T00:45:23.120Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T00:45:23.120Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T00:45:23.120Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T00:45:23.120Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T00:45:23.120Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T00:45:23.490Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T00:45:23.490Z] Installing new version of config file /etc/issue ... [2021-02-04T00:45:23.490Z] Installing new version of config file /etc/issue.net ... [2021-02-04T00:45:23.490Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T00:45:23.490Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T00:45:23.799Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T00:45:23.799Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T00:45:23.799Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T00:45:24.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:24.107Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T00:45:24.107Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T00:45:24.405Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T00:45:24.405Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-04T00:45:24.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:24.405Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:24.405Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:24.405Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:24.614Z] $ docker top dc5716127e0786ac5cf2bab628b0f0ad59107a2c16d6148497bd4c71b4bc1a0e -eo pid,comm [2021-02-04T00:45:24.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:24.727Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T00:45:24.727Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T00:45:24.727Z] Setting up tar (1.29b-2ubuntu0.2) ... [Pipeline] { [Pipeline] sh [2021-02-04T00:45:25.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:25.039Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T00:45:25.039Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:45:25.039Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T00:45:25.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:25.373Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:45:25.373Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:45:25.676Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:45:25.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:25.677Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:45:25.677Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:45:25.677Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T00:45:25.776Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:45:25.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:25.974Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T00:45:25.974Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T00:45:25.974Z] Setting up grep (3.1-2build1) ... [2021-02-04T00:45:26.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:26.256Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T00:45:26.256Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T00:45:26.256Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T00:45:26.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:26.544Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:45:26.544Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:45:26.544Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T00:45:26.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:26.544Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:45:26.851Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:45:27.145Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:45:27.145Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:45:27.429Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T00:45:27.429Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:45:28.060Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T00:45:28.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:28.060Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T00:45:28.060Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T00:45:29.104Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T00:45:29.104Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T00:45:29.104Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T00:45:29.104Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T00:45:29.386Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T00:45:29.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:29.387Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T00:45:29.387Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T00:45:29.659Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T00:45:29.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:29.659Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:29.659Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:29.931Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:29.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:29.931Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:29.931Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:29.931Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:30.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:30.205Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:30.205Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:30.205Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:30.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:30.205Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:30.417Z] Building docker-core-command-go ... [2021-02-04T00:45:30.417Z] Building docker-core-data-go ... [2021-02-04T00:45:30.417Z] Building docker-core-metadata-go ... [2021-02-04T00:45:30.417Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:45:30.417Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:45:30.417Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:45:30.417Z] Building docker-support-notifications-go ... [2021-02-04T00:45:30.417Z] Building docker-support-scheduler-go ... [2021-02-04T00:45:30.417Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:45:30.417Z] Building docker-core-data-go [2021-02-04T00:45:30.417Z] Building docker-support-scheduler-go [2021-02-04T00:45:30.417Z] Building docker-support-notifications-go [2021-02-04T00:45:30.417Z] Building docker-security-bootstrapper-go [2021-02-04T00:45:30.417Z] Building docker-core-command-go [2021-02-04T00:45:30.481Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:30.481Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:30.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:30.481Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:45:30.482Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:45:30.749Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:45:30.749Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:45:30.749Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:45:31.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:31.019Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T00:45:31.019Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:45:31.019Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:45:31.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:31.286Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:31.286Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:31.286Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:31.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:31.286Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:31.286Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:31.549Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:31.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:31.549Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:31.549Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:32.125Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:32.388Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T00:45:32.654Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T00:45:32.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:32.654Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T00:45:32.654Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T00:45:32.917Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:45:33.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T00:45:33.178Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T00:45:33.178Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T00:45:33.178Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T00:45:33.438Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:33.439Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T00:45:33.439Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T00:45:33.439Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T00:45:33.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:33.702Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T00:45:33.702Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T00:45:33.967Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T00:45:33.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:33.967Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T00:45:33.967Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T00:45:34.232Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T00:45:34.232Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:34.232Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:45:34.232Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:45:34.494Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:45:34.494Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:34.494Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:45:34.494Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:45:34.757Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:45:34.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:34.757Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T00:45:35.019Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:45:35.019Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:45:35.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:35.283Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T00:45:35.283Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T00:45:35.283Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T00:45:35.548Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T00:45:35.548Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:45:35.548Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:45:35.548Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:45:35.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:35.815Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T00:45:35.815Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T00:45:35.815Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T00:45:36.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:36.088Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T00:45:36.088Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T00:45:36.088Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T00:45:36.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:36.358Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T00:45:36.358Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T00:45:36.635Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T00:45:36.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:36.636Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T00:45:36.900Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T00:45:36.900Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T00:45:37.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:37.228Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T00:45:37.228Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T00:45:37.505Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T00:45:37.770Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:37.770Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T00:45:37.770Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T00:45:37.770Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T00:45:38.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:38.031Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T00:45:38.031Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T00:45:38.031Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T00:45:38.295Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:38.295Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T00:45:38.295Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T00:45:38.295Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T00:45:38.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:38.557Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T00:45:38.557Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T00:45:38.557Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T00:45:38.826Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:38.826Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T00:45:38.826Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T00:45:38.826Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T00:45:39.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:39.105Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T00:45:39.106Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T00:45:39.106Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T00:45:39.398Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T00:45:39.398Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T00:45:39.398Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T00:45:39.398Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T00:45:39.670Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T00:45:39.670Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T00:45:39.670Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T00:45:39.951Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T00:45:39.951Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T00:45:40.226Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T00:45:40.226Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T00:45:40.491Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T00:45:40.491Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T00:45:40.757Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T00:45:40.757Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T00:45:40.757Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T00:45:40.757Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T00:45:41.022Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T00:45:41.022Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T00:45:41.022Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T00:45:41.297Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T00:45:41.297Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T00:45:41.298Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T00:45:41.597Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T00:45:41.597Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T00:45:41.597Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T00:45:41.597Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T00:45:41.916Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T00:45:41.916Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T00:45:42.900Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T00:45:42.900Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T00:45:42.900Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T00:45:42.900Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T00:45:42.900Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:42.900Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:43.475Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:43.476Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:43.476Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:43.747Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:43.747Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T00:45:43.747Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T00:45:43.747Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:44.012Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:44.012Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:44.012Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:44.281Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:44.281Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:44.281Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:44.281Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:45.256Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:45.256Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:46.262Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:46.262Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:46.840Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:47.152Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:47.152Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:47.422Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:47.995Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T00:45:48.256Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T00:45:48.256Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:45:48.256Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:45:48.256Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T00:45:48.256Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:45:48.517Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T00:45:48.517Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T00:45:48.517Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T00:45:48.779Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T00:45:48.779Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:45:48.779Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:45:48.779Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T00:45:49.040Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T00:45:49.040Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T00:45:49.040Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T00:45:49.300Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:49.300Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T00:45:49.300Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:49.300Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:49.300Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:49.300Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T00:45:49.300Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T00:45:49.300Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T00:45:49.561Z] [2021-02-04T00:45:49.561Z] Current default time zone: 'Etc/UTC' [2021-02-04T00:45:49.561Z] Local time is now: Thu Feb 4 00:45:49 UTC 2021. [2021-02-04T00:45:49.561Z] Universal Time is now: Thu Feb 4 00:45:49 UTC 2021. [2021-02-04T00:45:49.561Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T00:45:49.561Z] [2021-02-04T00:45:49.561Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T00:45:49.561Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:49.561Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T00:45:49.561Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T00:45:49.561Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T00:45:49.822Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T00:45:49.822Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T00:45:49.822Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T00:45:49.822Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T00:45:49.822Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T00:45:49.822Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:49.822Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T00:45:50.393Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:50.393Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:50.393Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:50.393Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T00:45:50.393Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T00:45:50.393Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T00:45:50.393Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T00:45:50.393Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T00:45:50.393Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T00:45:50.393Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:45:50.654Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T00:45:52.630Z] Updating certificates in /etc/ssl/certs... [2021-02-04T00:45:53.236Z] 23 added, 27 removed; done. [2021-02-04T00:45:53.236Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T00:45:53.236Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T00:45:53.236Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T00:45:53.236Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T00:45:53.236Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T00:45:53.505Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.505Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:53.505Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.505Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.505Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.505Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.505Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.505Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T00:45:53.774Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:53.774Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:45:53.774Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T00:45:53.774Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T00:45:53.774Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.774Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T00:45:53.774Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:45:53.774Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T00:45:54.042Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T00:45:54.042Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:45:54.042Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T00:45:54.042Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T00:45:54.042Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T00:45:54.328Z] Updating certificates in /etc/ssl/certs... [2021-02-04T00:45:54.630Z] 0 added, 0 removed; done. [2021-02-04T00:45:54.630Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T00:45:54.630Z] done. [2021-02-04T00:45:55.285Z] Reading package lists... [2021-02-04T00:45:55.285Z] Building dependency tree... [2021-02-04T00:45:55.285Z] Reading state information... [2021-02-04T00:45:55.551Z] The following NEW packages will be installed: [2021-02-04T00:45:55.551Z] apt-transport-https [2021-02-04T00:45:55.551Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:45:55.551Z] Need to get 1696 B of archives. [2021-02-04T00:45:55.551Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T00:45:55.551Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T00:45:55.551Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:45:55.551Z] Fetched 1696 B in 0s (47.8 kB/s) [2021-02-04T00:45:55.830Z] Selecting previously unselected package apt-transport-https. [2021-02-04T00:45:55.830Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T00:45:55.830Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T00:45:55.830Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T00:45:55.830Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T00:45:56.118Z] Waiting for network to be ready... [2021-02-04T00:46:02.758Z] 2021-02-04T00:45:59Z INFO Waiting for automatic snapd restart... [2021-02-04T00:46:02.758Z] snapd 2.48.2 from Canonical* installed [2021-02-04T00:46:03.329Z] "snapd" switched to the "latest/stable" channel [2021-02-04T00:46:03.329Z] [2021-02-04T00:46:05.888Z] core18 20201210 from Canonical* installed [2021-02-04T00:46:06.460Z] "core18" switched to the "latest/stable" channel [2021-02-04T00:46:06.460Z] [2021-02-04T00:46:09.859Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T00:46:09.859Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T00:46:09.859Z] [2021-02-04T00:46:13.233Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-04T00:46:13.233Z] - README.md [2021-02-04T00:46:13.233Z] - snapcraft.yaml.orig [2021-02-04T00:46:13.233Z] [2021-02-04T00:46:13.233Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T00:46:19.864Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:46:19.864Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:46:19.864Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:46:19.864Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:46:20.129Z] Fetched 88.7 kB in 1s (162 kB/s) [2021-02-04T00:46:21.078Z] Reading package lists... [2021-02-04T00:46:21.342Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-04T00:46:27.987Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:46:27.987Z] Reading package lists... [2021-02-04T00:46:27.987Z] Building dependency tree... [2021-02-04T00:46:27.987Z] Reading state information... [2021-02-04T00:46:27.987Z] Suggested packages: [2021-02-04T00:46:27.987Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T00:46:27.987Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T00:46:27.987Z] Recommended packages: [2021-02-04T00:46:27.987Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T00:46:27.987Z] The following NEW packages will be installed: [2021-02-04T00:46:27.987Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T00:46:27.987Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T00:46:27.987Z] pkg-config zip [2021-02-04T00:46:27.987Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T00:46:27.987Z] Need to get 7655 kB of archives. [2021-02-04T00:46:27.987Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T00:46:27.987Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-04T00:46:27.987Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T00:46:27.987Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T00:46:27.988Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T00:46:28.260Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T00:46:28.260Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T00:46:28.260Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T00:46:28.260Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T00:46:28.260Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T00:46:28.535Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T00:46:28.535Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T00:46:28.535Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T00:46:28.535Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T00:46:28.535Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T00:46:28.535Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T00:46:28.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T00:46:28.807Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-02-04T00:46:28.807Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T00:46:28.807Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T00:46:28.807Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T00:46:28.807Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T00:46:29.099Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T00:46:29.099Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T00:46:29.099Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T00:46:29.099Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T00:46:29.099Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T00:46:29.099Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T00:46:29.389Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T00:46:29.389Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T00:46:29.389Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T00:46:29.389Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T00:46:29.389Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T00:46:29.389Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T00:46:29.389Z] Selecting previously unselected package liberror-perl. [2021-02-04T00:46:29.389Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T00:46:29.389Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T00:46:29.680Z] Selecting previously unselected package git-man. [2021-02-04T00:46:29.680Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T00:46:29.680Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:46:29.680Z] Selecting previously unselected package git. [2021-02-04T00:46:29.680Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T00:46:29.680Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:46:30.665Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T00:46:30.665Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T00:46:30.665Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T00:46:30.665Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T00:46:30.665Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T00:46:30.665Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T00:46:30.665Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T00:46:30.665Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T00:46:30.665Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T00:46:30.946Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T00:46:30.946Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T00:46:30.946Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:46:30.946Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T00:46:30.946Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T00:46:30.946Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:46:31.273Z] Selecting previously unselected package pkg-config. [2021-02-04T00:46:31.273Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T00:46:31.273Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T00:46:31.273Z] Selecting previously unselected package zip. [2021-02-04T00:46:31.273Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T00:46:31.273Z] Unpacking zip (3.0-11build1) ... [2021-02-04T00:46:31.576Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T00:46:31.576Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:46:31.576Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T00:46:31.576Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T00:46:31.576Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T00:46:31.576Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T00:46:31.576Z] No schema files found: doing nothing. [2021-02-04T00:46:31.576Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T00:46:31.576Z] Setting up zip (3.0-11build1) ... [2021-02-04T00:46:31.871Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T00:46:31.871Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T00:46:31.871Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T00:46:31.871Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:46:31.871Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T00:46:31.871Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T00:46:31.871Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T00:46:31.871Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T00:46:38.702Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:38.702Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:38.702Z] ---> 464365ec64c9 [2021-02-04T00:46:38.702Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:46:38.702Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:38.702Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:38.702Z] ---> 464365ec64c9 [2021-02-04T00:46:38.702Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:46:38.702Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:38.702Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:38.702Z] ---> 464365ec64c9 [2021-02-04T00:46:38.702Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:46:38.757Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:46:38.757Z] git set to automatically installed. [2021-02-04T00:46:38.757Z] git-man set to automatically installed. [2021-02-04T00:46:38.757Z] libcurl3-gnutls set to automatically installed. [2021-02-04T00:46:38.757Z] liberror-perl set to automatically installed. [2021-02-04T00:46:38.757Z] libglib2.0-0 set to automatically installed. [2021-02-04T00:46:38.757Z] libnghttp2-14 set to automatically installed. [2021-02-04T00:46:38.757Z] libnorm1 set to automatically installed. [2021-02-04T00:46:38.757Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T00:46:38.757Z] libpsl5 set to automatically installed. [2021-02-04T00:46:38.757Z] librtmp1 set to automatically installed. [2021-02-04T00:46:38.757Z] libsodium23 set to automatically installed. [2021-02-04T00:46:38.757Z] libzmq3-dev set to automatically installed. [2021-02-04T00:46:38.757Z] libzmq5 set to automatically installed. [2021-02-04T00:46:38.757Z] pkg-config set to automatically installed. [2021-02-04T00:46:38.757Z] zip set to automatically installed. [2021-02-04T00:46:38.999Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:38.999Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:38.999Z] ---> 464365ec64c9 [2021-02-04T00:46:38.999Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:46:38.999Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:46:38.999Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:46:38.999Z] ---> 464365ec64c9 [2021-02-04T00:46:38.999Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:46:40.157Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T00:46:43.475Z] ---> Running in e860a9a8b5e9 [2021-02-04T00:46:43.475Z] ---> Running in cf4cef5d1f33 [2021-02-04T00:46:43.475Z] ---> Running in 58ae0a17f80c [2021-02-04T00:46:43.475Z] ---> Running in ae300674ef0c [2021-02-04T00:46:43.475Z] ---> Running in 6291701c9af8 [2021-02-04T00:46:43.475Z] Removing intermediate container ae300674ef0c [2021-02-04T00:46:43.475Z] ---> 0a30ef74954f [2021-02-04T00:46:43.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:43.475Z] Removing intermediate container 58ae0a17f80c [2021-02-04T00:46:43.475Z] ---> 4ad246bfc6c3 [2021-02-04T00:46:43.475Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:43.475Z] Removing intermediate container e860a9a8b5e9 [2021-02-04T00:46:43.475Z] ---> 8f6a67d23986 [2021-02-04T00:46:43.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:43.475Z] Removing intermediate container cf4cef5d1f33 [2021-02-04T00:46:43.475Z] ---> 380e62fa8b74 [2021-02-04T00:46:43.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:43.475Z] Removing intermediate container 6291701c9af8 [2021-02-04T00:46:43.475Z] ---> 347b905e5bc6 [2021-02-04T00:46:43.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:46:43.785Z] ---> Running in 1cf8381ced88 [2021-02-04T00:46:43.785Z] ---> Running in 3fc61dde1cef [2021-02-04T00:46:43.785Z] ---> Running in aac9171b722c [2021-02-04T00:46:43.785Z] ---> Running in 016ccb82964d [2021-02-04T00:46:43.785Z] ---> Running in d0f932168ff5 [2021-02-04T00:46:47.010Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T00:46:47.295Z] snap "core18" has no updates available [2021-02-04T00:46:47.507Z] Removing intermediate container 1cf8381ced88 [2021-02-04T00:46:47.508Z] ---> 5c0a24f652a7 [2021-02-04T00:46:47.508Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:46:47.508Z] ---> Running in 1e32c984d1c1 [2021-02-04T00:46:47.508Z] Removing intermediate container 3fc61dde1cef [2021-02-04T00:46:47.508Z] ---> b9f3fd3ccf58 [2021-02-04T00:46:47.508Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:46:47.508Z] Removing intermediate container 016ccb82964d [2021-02-04T00:46:47.508Z] ---> b3a9b05f9953 [2021-02-04T00:46:47.508Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:46:47.798Z] ---> Running in a7169705e2f0 [2021-02-04T00:46:47.798Z] ---> Running in 301b35eea592 [2021-02-04T00:46:47.798Z] Removing intermediate container d0f932168ff5 [2021-02-04T00:46:47.798Z] ---> ff9a91e178fd [2021-02-04T00:46:47.798Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:46:47.918Z] Pulling config-common [2021-02-04T00:46:48.086Z] Removing intermediate container aac9171b722c [2021-02-04T00:46:48.086Z] ---> 9288be18941f [2021-02-04T00:46:48.086Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:46:48.398Z] ---> Running in e2700c9a1afc [2021-02-04T00:46:48.398Z] ---> Running in 2fd8cca30b0a [2021-02-04T00:46:48.977Z] Pulling go-build-helper [2021-02-04T00:46:49.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:49.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:49.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:50.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:50.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:50.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:50.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:51.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:51.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:51.686Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:51.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:46:52.820Z] Removing intermediate container 1e32c984d1c1 [2021-02-04T00:46:52.820Z] ---> 876fb21a2ad4 [2021-02-04T00:46:52.820Z] Step 6/23 : COPY go.mod . [2021-02-04T00:46:52.820Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:53.111Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:53.735Z] ---> 7bde67b54d08 [2021-02-04T00:46:53.735Z] Step 7/23 : RUN go mod download [2021-02-04T00:46:53.735Z] ---> Running in 4426a30088eb [2021-02-04T00:46:54.026Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:54.330Z] Removing intermediate container e2700c9a1afc [2021-02-04T00:46:54.330Z] ---> 33b1a5b2155e [2021-02-04T00:46:54.330Z] Step 6/22 : COPY go.mod . [2021-02-04T00:46:54.631Z] OK: 217 MiB in 51 packages [2021-02-04T00:46:54.945Z] Removing intermediate container a7169705e2f0 [2021-02-04T00:46:54.945Z] ---> 6612e0e3a7af [2021-02-04T00:46:54.945Z] Step 6/23 : COPY go.mod . [2021-02-04T00:46:55.314Z] ---> 6424d6f8e231 [2021-02-04T00:46:55.314Z] Step 7/22 : RUN go mod download [2021-02-04T00:46:55.946Z] ---> Running in 2718dbffefad [2021-02-04T00:46:55.946Z] Removing intermediate container 301b35eea592 [2021-02-04T00:46:55.946Z] ---> 1dc638104a83 [2021-02-04T00:46:55.946Z] Step 6/22 : COPY go.mod . [2021-02-04T00:46:56.227Z] Removing intermediate container 2fd8cca30b0a [2021-02-04T00:46:56.227Z] ---> a3dc12c9b73d [2021-02-04T00:46:56.227Z] Step 6/31 : COPY go.mod . [2021-02-04T00:46:56.227Z] ---> 4ac9ec934b5d [2021-02-04T00:46:56.227Z] Step 7/23 : RUN go mod download [2021-02-04T00:46:56.519Z] ---> Running in a0a15ce218c0 [2021-02-04T00:46:57.580Z] ---> 1091b27b0368 [2021-02-04T00:46:57.580Z] Step 7/22 : RUN go mod download [2021-02-04T00:46:57.580Z] ---> f4f113f48d37 [2021-02-04T00:46:57.580Z] Step 7/31 : RUN go mod download [2021-02-04T00:46:57.580Z] ---> Running in 5c3d4500abee [2021-02-04T00:46:57.580Z] ---> Running in c5ed76d578ef [2021-02-04T00:46:57.872Z] Removing intermediate container 4426a30088eb [2021-02-04T00:46:57.872Z] ---> f4f62a2bcf3d [2021-02-04T00:46:57.872Z] Step 8/23 : COPY . . [2021-02-04T00:47:00.614Z] Removing intermediate container 2718dbffefad [2021-02-04T00:47:00.614Z] ---> 2a67c9df62da [2021-02-04T00:47:00.614Z] Step 8/22 : COPY . . [2021-02-04T00:47:01.221Z] Removing intermediate container a0a15ce218c0 [2021-02-04T00:47:01.221Z] ---> 46b4ae9b2157 [2021-02-04T00:47:01.221Z] Step 8/23 : COPY . . [2021-02-04T00:47:02.682Z] Removing intermediate container c5ed76d578ef [2021-02-04T00:47:02.682Z] ---> ae5bb76f5a32 [2021-02-04T00:47:02.682Z] Step 8/31 : COPY . . [2021-02-04T00:47:02.682Z] Removing intermediate container 5c3d4500abee [2021-02-04T00:47:02.682Z] ---> a600068664f2 [2021-02-04T00:47:02.682Z] Step 8/22 : COPY . . [2021-02-04T00:47:11.232Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T00:47:11.232Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T00:47:11.232Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T00:47:11.232Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T00:47:11.232Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T00:47:11.233Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T00:47:11.233Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T00:47:11.233Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T00:47:11.233Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T00:47:11.233Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T00:47:11.233Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T00:47:11.233Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T00:47:11.233Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T00:47:11.233Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T00:47:11.233Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T00:47:11.233Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T00:47:11.233Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T00:47:11.233Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T00:47:11.233Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T00:47:11.233Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T00:47:11.233Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T00:47:11.233Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T00:47:11.233Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T00:47:11.233Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T00:47:11.233Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T00:47:11.233Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T00:47:11.233Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T00:47:11.233Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T00:47:11.233Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T00:47:11.233Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T00:47:11.233Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T00:47:11.233Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T00:47:11.233Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T00:47:11.233Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T00:47:11.233Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T00:47:11.233Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T00:47:11.233Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T00:47:11.233Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T00:47:11.233Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T00:47:11.233Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T00:47:11.233Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T00:47:11.233Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T00:47:11.233Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T00:47:11.233Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T00:47:11.233Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T00:47:11.233Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T00:47:11.233Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T00:47:11.233Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T00:47:11.233Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T00:47:11.233Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T00:47:11.233Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T00:47:11.233Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T00:47:11.233Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T00:47:11.233Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T00:47:11.233Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T00:47:11.233Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T00:47:11.233Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T00:47:11.233Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T00:47:11.233Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T00:47:11.233Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T00:47:11.233Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T00:47:11.233Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T00:47:11.233Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T00:47:11.233Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T00:47:13.842Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T00:47:13.842Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T00:47:13.842Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T00:47:13.842Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T00:47:13.842Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T00:47:13.842Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T00:47:13.842Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T00:47:13.842Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T00:47:13.842Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T00:47:13.842Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T00:47:13.842Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T00:47:13.842Z] Pulling static-packages [2021-02-04T00:47:14.824Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T00:47:14.824Z] Skipping pull go-build-helper (already ran) [2021-02-04T00:47:14.824Z] Skipping pull static-packages (already ran) [2021-02-04T00:47:14.824Z] Building go-build-helper [2021-02-04T00:47:19.110Z] Building static-packages [2021-02-04T00:47:21.087Z] Staging go-build-helper [2021-02-04T00:47:21.723Z] Staging static-packages [2021-02-04T00:47:22.773Z] Pulling go115 [2021-02-04T00:47:23.729Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T00:47:23.729Z] Skipping pull go115 (already ran) [2021-02-04T00:47:23.729Z] Building go115 [2021-02-04T00:47:23.729Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T00:47:23.729Z] Dload Upload Total Spent Left Speed [2021-02-04T00:47:26.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.1M 0 0 33.9M 0 0:00:03 --:--:-- 0:00:03 33.8M 70 115M 70 81.7M 0 0 43.8M 0 0:00:02 0:00:01 0:00:01 43.8M 100 115M 100 115M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M [2021-02-04T00:47:26.966Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T00:47:29.701Z] ---> 31a27c7a7d69 [2021-02-04T00:47:29.701Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:47:29.701Z] ---> eca25960edcb [2021-02-04T00:47:29.701Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T00:47:29.701Z] ---> 39e1cbd79e83 [2021-02-04T00:47:29.701Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:47:29.701Z] ---> 7175c86e2e0d [2021-02-04T00:47:29.701Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T00:47:29.701Z] ---> 1914a8d76fcd [2021-02-04T00:47:29.701Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:47:29.701Z] ---> Running in fa58b5c121bf [2021-02-04T00:47:29.701Z] ---> Running in 94aad8693d7f [2021-02-04T00:47:29.701Z] ---> Running in 3727b849e524 [2021-02-04T00:47:29.701Z] ---> Running in 47ed3a06737a [2021-02-04T00:47:29.701Z] ---> Running in 1eacdfc88770 [2021-02-04T00:47:29.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:47:30.260Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:47:30.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:47:30.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:47:30.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:47:31.325Z] Staging go115 [2021-02-04T00:47:36.780Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T00:47:36.780Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T00:47:36.780Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T00:47:36.780Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T00:47:36.780Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T00:47:36.780Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T00:47:36.780Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T00:47:36.780Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T00:47:36.780Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T00:47:36.780Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T00:47:36.780Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T00:47:36.780Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T00:47:36.780Z] Pulling edgex-go [2021-02-04T00:47:37.728Z] Pulling version [2021-02-04T00:47:38.677Z] Building config-common [2021-02-04T00:47:40.613Z] Skipping build go-build-helper (already ran) [2021-02-04T00:47:40.613Z] Skipping build static-packages (already ran) [2021-02-04T00:47:40.613Z] Skipping build go115 (already ran) [2021-02-04T00:47:40.613Z] Building edgex-go [2021-02-04T00:47:40.613Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:47:42.084Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T00:47:42.084Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 [2021-02-04T00:47:42.084Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T00:47:42.084Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T00:47:42.084Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T00:47:42.084Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T00:47:42.084Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T00:47:42.084Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T00:47:42.084Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T00:47:42.084Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T00:47:42.084Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T00:47:42.084Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T00:47:42.084Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T00:47:42.084Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T00:47:42.084Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T00:47:42.084Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T00:47:42.084Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T00:47:42.084Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T00:47:42.085Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T00:47:42.085Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T00:47:42.085Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T00:47:42.085Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T00:47:42.356Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T00:47:42.356Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T00:47:42.356Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T00:47:42.356Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T00:47:42.616Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T00:47:42.616Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T00:47:50.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:47:54.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:47:55.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:47:56.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:47:57.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:47:57.162Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T00:47:57.422Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T00:47:57.422Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T00:47:57.422Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T00:47:59.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:47:59.389Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T00:47:59.389Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T00:48:00.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:48:01.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:48:01.288Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T00:48:02.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:48:03.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:48:04.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:48:04.654Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T00:48:05.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:48:05.596Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T00:48:09.049Z] Building version [2021-02-04T00:48:10.449Z] Staging config-common [2021-02-04T00:48:11.400Z] Skipping stage go-build-helper (already ran) [2021-02-04T00:48:11.400Z] Skipping stage static-packages (already ran) [2021-02-04T00:48:11.400Z] Skipping stage go115 (already ran) [2021-02-04T00:48:11.400Z] Staging edgex-go [2021-02-04T00:48:12.832Z] Staging version [2021-02-04T00:48:13.407Z] Priming config-common [2021-02-04T00:48:14.355Z] Priming go-build-helper [2021-02-04T00:48:15.781Z] Priming static-packages [2021-02-04T00:48:17.726Z] Priming go115 [2021-02-04T00:48:18.713Z] Priming edgex-go [2021-02-04T00:48:20.111Z] Priming version [2021-02-04T00:48:21.057Z] 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] } [2021-02-04T00:49:07.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:49:35.200Z] Removing intermediate container fa58b5c121bf [2021-02-04T00:49:35.200Z] ---> 67b7618d480c [2021-02-04T00:49:35.200Z] [2021-02-04T00:49:35.200Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:49:35.200Z] 3.12: Pulling from library/alpine [2021-02-04T00:49:35.200Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:49:35.200Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:49:35.200Z] ---> afeebe901d6b [2021-02-04T00:49:35.200Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:49:35.200Z] ---> Running in a2daee794efa [2021-02-04T00:49:35.200Z] Removing intermediate container a2daee794efa [2021-02-04T00:49:35.200Z] ---> 7d2bbe8d8ef5 [2021-02-04T00:49:35.200Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:49:35.200Z] ---> Running in 67cfb9631e76 [2021-02-04T00:49:38.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:38.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:39.584Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:39.584Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:49:39.584Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:39.584Z] OK: 5 MiB in 16 packages [2021-02-04T00:49:42.989Z] Removing intermediate container 94aad8693d7f [2021-02-04T00:49:42.989Z] ---> cbe5addb8738 [2021-02-04T00:49:42.989Z] [2021-02-04T00:49:42.989Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:49:42.989Z] ---> afeebe901d6b [2021-02-04T00:49:42.989Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:49:42.989Z] Removing intermediate container 67cfb9631e76 [2021-02-04T00:49:42.989Z] ---> f48e152290da [2021-02-04T00:49:42.989Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:49:42.989Z] Removing intermediate container 1eacdfc88770 [2021-02-04T00:49:42.990Z] ---> 495ffb0d2d54 [2021-02-04T00:49:42.990Z] [2021-02-04T00:49:42.990Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:49:42.990Z] ---> afeebe901d6b [2021-02-04T00:49:42.990Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:49:42.990Z] Removing intermediate container 3727b849e524 [2021-02-04T00:49:42.990Z] ---> 45425f5150d8 [2021-02-04T00:49:42.990Z] [2021-02-04T00:49:42.990Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:49:42.990Z] ---> afeebe901d6b [2021-02-04T00:49:42.990Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:49:43.273Z] ---> Running in 95abc18cb35c [2021-02-04T00:49:43.273Z] ---> Running in c166dc8143d6 [2021-02-04T00:49:43.273Z] ---> Running in 862ea569273e [2021-02-04T00:49:43.548Z] ---> Running in 0f5a78eb4135 [2021-02-04T00:49:44.163Z] Removing intermediate container c166dc8143d6 [2021-02-04T00:49:44.163Z] ---> 24874512fd9b [2021-02-04T00:49:44.163Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:49:44.163Z] ---> Running in f2f6a523c244 [2021-02-04T00:49:45.604Z] Removing intermediate container f2f6a523c244 [2021-02-04T00:49:45.604Z] ---> 191cb8657d20 [2021-02-04T00:49:45.604Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:49:45.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:45.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:45.604Z] ---> Running in babf812ec6b5 [2021-02-04T00:49:45.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:45.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:45.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:45.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:46.483Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:46.483Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:46.483Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:46.756Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:46.756Z] OK: 5 MiB in 15 packages [2021-02-04T00:49:46.756Z] OK: 5 MiB in 15 packages [2021-02-04T00:49:46.756Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:49:46.756Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:46.756Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:47.028Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:49:47.307Z] OK: 6 MiB in 16 packages [2021-02-04T00:49:49.285Z] Removing intermediate container 862ea569273e [2021-02-04T00:49:49.285Z] ---> 154b2e4b571d [2021-02-04T00:49:49.285Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:49:49.285Z] Removing intermediate container 0f5a78eb4135 [2021-02-04T00:49:49.285Z] ---> 6c1251c2ac4b [2021-02-04T00:49:49.285Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:49:49.285Z] ---> Running in 6801bbf13f07 [2021-02-04T00:49:49.285Z] ---> Running in 7bd8f8e77893 [2021-02-04T00:49:49.595Z] Removing intermediate container babf812ec6b5 [2021-02-04T00:49:49.595Z] ---> fbebacb4f1ae [2021-02-04T00:49:49.595Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:49:50.199Z] ---> Running in f6952a7d2f63 [2021-02-04T00:49:50.199Z] Removing intermediate container 6801bbf13f07 [2021-02-04T00:49:50.199Z] ---> 152ea1c1f1b6 [2021-02-04T00:49:50.199Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T00:49:50.199Z] Removing intermediate container 7bd8f8e77893 [2021-02-04T00:49:50.199Z] ---> e6b977403ca2 [2021-02-04T00:49:50.199Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:49:50.474Z] Removing intermediate container 95abc18cb35c [2021-02-04T00:49:50.474Z] ---> 6aaa2ca6054b [2021-02-04T00:49:50.474Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:49:50.474Z] ---> Running in b94057236b1a [2021-02-04T00:49:50.474Z] ---> Running in 787ea003d22f [2021-02-04T00:49:50.753Z] ---> Running in 365ea8db0803 [2021-02-04T00:49:50.753Z] Removing intermediate container f6952a7d2f63 [2021-02-04T00:49:50.753Z] ---> 42d6ceb8f79b [2021-02-04T00:49:50.753Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:49:51.351Z] Removing intermediate container b94057236b1a [2021-02-04T00:49:51.351Z] ---> 1dfae5faec7d [2021-02-04T00:49:51.351Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:49:51.351Z] Removing intermediate container 365ea8db0803 [2021-02-04T00:49:51.351Z] ---> 47797cd495cf [2021-02-04T00:49:51.351Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:49:51.351Z] Removing intermediate container 787ea003d22f [2021-02-04T00:49:51.351Z] ---> bc6e4a9fa384 [2021-02-04T00:49:51.351Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:49:51.642Z] ---> Running in 388383c0cad6 [2021-02-04T00:49:51.642Z] ---> Running in 53a32cc83ff8 [2021-02-04T00:49:51.642Z] ---> Running in 7bfa7bc7bee0 [2021-02-04T00:49:52.631Z] ---> 4f12c6312fb5 [2021-02-04T00:49:52.631Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:49:52.631Z] Removing intermediate container 388383c0cad6 [2021-02-04T00:49:52.631Z] ---> 3cdb538f1ff2 [2021-02-04T00:49:52.631Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:52.631Z] ---> Running in 7b0992b956e7 [2021-02-04T00:49:52.911Z] Removing intermediate container 53a32cc83ff8 [2021-02-04T00:49:52.911Z] ---> 969be66eec78 [2021-02-04T00:49:52.911Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:49:52.911Z] Removing intermediate container 7bfa7bc7bee0 [2021-02-04T00:49:52.911Z] ---> 08d63972c4c5 [2021-02-04T00:49:52.911Z] Step 15/23 : WORKDIR / [2021-02-04T00:49:53.188Z] ---> Running in a8dfcca37767 [2021-02-04T00:49:53.188Z] ---> Running in d1c965d0d145 [2021-02-04T00:49:53.789Z] ---> 7ab865151c5d [2021-02-04T00:49:53.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:49:54.391Z] Removing intermediate container d1c965d0d145 [2021-02-04T00:49:54.391Z] ---> 73d7e77d60a9 [2021-02-04T00:49:54.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:54.391Z] Removing intermediate container a8dfcca37767 [2021-02-04T00:49:54.391Z] ---> 0b86b416f64c [2021-02-04T00:49:54.391Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:56.377Z] ---> 81196cb74f92 [2021-02-04T00:49:56.377Z] ---> 1c7ea755ad68 [2021-02-04T00:49:56.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:49:56.377Z] ---> 6d73d50efe47 [2021-02-04T00:49:56.377Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:49:56.377Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:49:56.647Z] Removing intermediate container 7b0992b956e7 [2021-02-04T00:49:56.647Z] ---> 8f4a64ba1ce4 [2021-02-04T00:49:56.647Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:49:56.930Z] Removing intermediate container 47ed3a06737a [2021-02-04T00:49:56.930Z] ---> 8bd5c97f02f4 [2021-02-04T00:49:56.930Z] [2021-02-04T00:49:56.930Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:49:56.930Z] ---> afeebe901d6b [2021-02-04T00:49:56.930Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:49:57.534Z] ---> Running in e2b495ddcd54 [2021-02-04T00:49:57.534Z] ---> dd6c101edf48 [2021-02-04T00:49:57.534Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T00:49:58.130Z] ---> Running in 431604cfa42d [2021-02-04T00:49:58.130Z] ---> 81c1b317195d [2021-02-04T00:49:58.130Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:49:58.407Z] ---> c28b6e56de23 [2021-02-04T00:49:58.407Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:49:58.407Z] Removing intermediate container e2b495ddcd54 [2021-02-04T00:49:58.407Z] ---> a89332ad2ecd [2021-02-04T00:49:58.407Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:49:58.407Z] ---> 5eb4dbced80c [2021-02-04T00:49:58.407Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:49:58.683Z] ---> Running in 3c4a4aadd198 [2021-02-04T00:49:58.955Z] Removing intermediate container 431604cfa42d [2021-02-04T00:49:58.955Z] ---> 3a54075c1665 [2021-02-04T00:49:58.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:49:59.230Z] ---> Running in 4b5cb51abcea [2021-02-04T00:49:59.230Z] Removing intermediate container 3c4a4aadd198 [2021-02-04T00:49:59.230Z] ---> 03bed0d75ef9 [2021-02-04T00:49:59.230Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:49:59.506Z] ---> f87faf23a34f [2021-02-04T00:49:59.506Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:49:59.506Z] ---> 44722eafa0e1 [2021-02-04T00:49:59.506Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:49:59.777Z] ---> Running in bbf919e9442e [2021-02-04T00:49:59.777Z] ---> Running in 5fe57193a111 [2021-02-04T00:49:59.777Z] ---> Running in 562f4783e022 [2021-02-04T00:49:59.778Z] Removing intermediate container 4b5cb51abcea [2021-02-04T00:49:59.778Z] ---> 138996e2386e [2021-02-04T00:49:59.778Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:50:00.055Z] ---> 8367181d89bf [2021-02-04T00:50:00.055Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:50:00.332Z] ---> Running in 675d8ee932be [2021-02-04T00:50:00.603Z] Removing intermediate container bbf919e9442e [2021-02-04T00:50:00.603Z] ---> cb1e1318ef96 [2021-02-04T00:50:00.603Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:00.603Z] Removing intermediate container 562f4783e022 [2021-02-04T00:50:00.603Z] ---> 1ec57110c583 [2021-02-04T00:50:00.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:50:00.603Z] Removing intermediate container 5fe57193a111 [2021-02-04T00:50:00.603Z] ---> 70477a022361 [2021-02-04T00:50:00.603Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:50:00.877Z] ---> Running in 3b113cccb5c2 [2021-02-04T00:50:00.877Z] ---> Running in a769e4703996 [2021-02-04T00:50:00.877Z] ---> Running in fddc0fb04227 [2021-02-04T00:50:01.155Z] Removing intermediate container 675d8ee932be [2021-02-04T00:50:01.155Z] ---> d4e480d7c241 [2021-02-04T00:50:01.155Z] Step 21/22 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:50:01.155Z] ---> dc1363eb8ef9 [2021-02-04T00:50:01.155Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:50:01.155Z] ---> Running in 0970eaa5570f [2021-02-04T00:50:01.760Z] Removing intermediate container a769e4703996 [2021-02-04T00:50:01.760Z] ---> 400d22f426d7 [2021-02-04T00:50:01.760Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:50:01.760Z] Removing intermediate container fddc0fb04227 [2021-02-04T00:50:01.760Z] ---> a35dfbffc9b2 [2021-02-04T00:50:01.760Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:50:01.760Z] ---> Running in 6d48724ba793 [2021-02-04T00:50:02.042Z] ---> Running in fd4cf5fcb792 [2021-02-04T00:50:02.042Z] Removing intermediate container 0970eaa5570f [2021-02-04T00:50:02.042Z] ---> cf60f5de17a5 [2021-02-04T00:50:02.042Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:50:02.645Z] ---> Running in 729b0d4f66f1 [2021-02-04T00:50:02.645Z] Removing intermediate container 6d48724ba793 [2021-02-04T00:50:02.645Z] ---> ceb696c5c9ad [2021-02-04T00:50:02.645Z] Step 22/23 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:50:03.244Z] ---> Running in 48f12d10a581 [2021-02-04T00:50:03.244Z] Removing intermediate container fd4cf5fcb792 [2021-02-04T00:50:03.244Z] ---> c0b781815a62 [2021-02-04T00:50:03.244Z] Step 21/22 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:50:03.244Z] ---> bef38e116f3a [2021-02-04T00:50:03.244Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:50:03.244Z] Removing intermediate container 729b0d4f66f1 [2021-02-04T00:50:03.244Z] ---> 54f6a37396ac [2021-02-04T00:50:03.244Z] [2021-02-04T00:50:03.523Z] ---> Running in 7da9fefc61ff [2021-02-04T00:50:03.799Z] Removing intermediate container 48f12d10a581 [2021-02-04T00:50:03.799Z] ---> 912ad27e6dbd [2021-02-04T00:50:03.799Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:50:04.073Z] Successfully built 54f6a37396ac [2021-02-04T00:50:04.073Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T00:50:04.073Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-04T00:50:04.073Z] ---> Running in 15b5e4787f59 [2021-02-04T00:50:04.073Z] Removing intermediate container 3b113cccb5c2 [2021-02-04T00:50:04.073Z] ---> ddd00654a415 [2021-02-04T00:50:04.073Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:50:04.353Z] Removing intermediate container 7da9fefc61ff [2021-02-04T00:50:04.353Z] ---> 7dfc2f4d56fb [2021-02-04T00:50:04.353Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:50:04.353Z] ---> f70178624501 [2021-02-04T00:50:04.353Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:50:04.353Z] ---> Running in 21717ec5dc9e [2021-02-04T00:50:04.629Z] ---> Running in 2fcaaca47c2d [2021-02-04T00:50:05.237Z] ---> Running in 2e91048fd368 [2021-02-04T00:50:05.237Z] Removing intermediate container 15b5e4787f59 [2021-02-04T00:50:05.237Z] ---> df93c168ec57 [2021-02-04T00:50:05.237Z] [2021-02-04T00:50:05.237Z] Removing intermediate container 2fcaaca47c2d [2021-02-04T00:50:05.237Z] ---> 151e4f14dd7d [2021-02-04T00:50:05.237Z] [2021-02-04T00:50:06.226Z] Successfully built df93c168ec57 [2021-02-04T00:50:06.226Z] Successfully built 151e4f14dd7d [2021-02-04T00:50:06.226Z] Removing intermediate container 2e91048fd368 [2021-02-04T00:50:06.226Z] ---> cd20c6e5e66e [2021-02-04T00:50:06.226Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:50:06.226Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T00:50:06.226Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T00:50:06.226Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-04T00:50:06.226Z] Building docker-security-proxy-setup-go [2021-02-04T00:50:06.226Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:07.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:07.210Z] ---> db56eb125a2a [2021-02-04T00:50:07.486Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:50:07.787Z] ---> Running in ac30911d7a48 [2021-02-04T00:50:08.411Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:50:08.411Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:50:08.691Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:50:08.691Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:50:08.968Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:50:09.249Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:50:09.249Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:50:09.249Z] OK: 8 MiB in 20 packages [2021-02-04T00:50:13.856Z] Removing intermediate container ac30911d7a48 [2021-02-04T00:50:13.856Z] ---> ea1dcbc41978 [2021-02-04T00:50:13.856Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:50:13.856Z] Removing intermediate container 21717ec5dc9e [2021-02-04T00:50:13.856Z] ---> 4e6bce4dc2b5 [2021-02-04T00:50:13.856Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:50:14.463Z] ---> Running in c628bc1e4e40 [2021-02-04T00:50:15.919Z] ---> 9e1bf611c403 [2021-02-04T00:50:15.919Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:50:15.919Z] Removing intermediate container c628bc1e4e40 [2021-02-04T00:50:15.919Z] ---> 8b0471ae42a1 [2021-02-04T00:50:15.919Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:50:16.521Z] ---> Running in 7575a1cdfa8d [2021-02-04T00:50:17.516Z] ---> ec444a862e3a [2021-02-04T00:50:17.516Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:50:18.114Z] Removing intermediate container 7575a1cdfa8d [2021-02-04T00:50:18.114Z] ---> 6bcfae702a29 [2021-02-04T00:50:18.114Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T00:50:19.549Z] ---> Running in 899489a132e0 [2021-02-04T00:50:19.549Z] ---> 0c436bc5ecf2 [2021-02-04T00:50:19.549Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:50:20.155Z] ---> Running in f3777eca8abc [2021-02-04T00:50:20.155Z] Removing intermediate container 899489a132e0 [2021-02-04T00:50:20.155Z] ---> 8f7d814e6db0 [2021-02-04T00:50:20.155Z] Step 30/31 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:50:21.144Z] ---> Running in 2bd4f72beb5d [2021-02-04T00:50:21.144Z] Removing intermediate container f3777eca8abc [2021-02-04T00:50:21.144Z] ---> 1a2b7ab27600 [2021-02-04T00:50:21.144Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:50:21.422Z] ---> Running in 74173b0a5d6e [2021-02-04T00:50:21.695Z] Removing intermediate container 2bd4f72beb5d [2021-02-04T00:50:21.696Z] ---> 025e0efd3be5 [2021-02-04T00:50:21.696Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:50:22.291Z] Removing intermediate container 74173b0a5d6e [2021-02-04T00:50:22.291Z] ---> d265a820d8e1 [2021-02-04T00:50:22.291Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:50:22.291Z] ---> Running in 1602ff1174ce [2021-02-04T00:50:22.565Z] ---> Running in 6f8172a7971b [2021-02-04T00:50:22.843Z] Removing intermediate container 1602ff1174ce [2021-02-04T00:50:22.843Z] ---> d37d17180df2 [2021-02-04T00:50:22.843Z] [2021-02-04T00:50:23.124Z] Removing intermediate container 6f8172a7971b [2021-02-04T00:50:23.124Z] ---> 0d29dbbedfd7 [2021-02-04T00:50:23.124Z] Step 22/23 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:50:23.403Z] Successfully built d37d17180df2 [2021-02-04T00:50:23.403Z] ---> Running in 8237e7613a5a [2021-02-04T00:50:23.403Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T00:50:23.403Z]  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T00:50:24.003Z] Removing intermediate container 8237e7613a5a [2021-02-04T00:50:24.003Z] ---> 95b63a0cac76 [2021-02-04T00:50:24.003Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:50:24.277Z] ---> Running in 920749364f2f [2021-02-04T00:50:24.552Z] Removing intermediate container 920749364f2f [2021-02-04T00:50:24.552Z] ---> 6c34ad92ff16 [2021-02-04T00:50:24.552Z] [2021-02-04T00:50:25.154Z] Successfully built 6c34ad92ff16 [2021-02-04T00:50:25.154Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T00:50:59.241Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:59.241Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:59.241Z] ---> 464365ec64c9 [2021-02-04T00:50:59.241Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:50:59.241Z] ---> Using cache [2021-02-04T00:50:59.241Z] ---> 347b905e5bc6 [2021-02-04T00:50:59.241Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:59.241Z] ---> Using cache [2021-02-04T00:50:59.242Z] ---> ff9a91e178fd [2021-02-04T00:50:59.242Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:50:59.242Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:59.242Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:59.242Z] ---> 464365ec64c9 [2021-02-04T00:50:59.242Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:50:59.242Z] ---> Using cache [2021-02-04T00:50:59.242Z] ---> 347b905e5bc6 [2021-02-04T00:50:59.242Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:59.242Z] ---> Using cache [2021-02-04T00:50:59.242Z] ---> ff9a91e178fd [2021-02-04T00:50:59.242Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:50:59.242Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:59.242Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:59.242Z] ---> 464365ec64c9 [2021-02-04T00:50:59.242Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:50:59.242Z] ---> Using cache [2021-02-04T00:50:59.242Z] ---> 347b905e5bc6 [2021-02-04T00:50:59.242Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:59.242Z] ---> Using cache [2021-02-04T00:50:59.242Z] ---> ff9a91e178fd [2021-02-04T00:50:59.242Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:51:02.690Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:51:02.690Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:51:02.690Z] ---> 464365ec64c9 [2021-02-04T00:51:02.690Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:51:02.690Z] ---> Using cache [2021-02-04T00:51:02.690Z] ---> 347b905e5bc6 [2021-02-04T00:51:02.690Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:51:02.690Z] ---> Using cache [2021-02-04T00:51:02.690Z] ---> ff9a91e178fd [2021-02-04T00:51:02.690Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:51:04.177Z] ---> Running in 452689c7c1c8 [2021-02-04T00:51:04.177Z] ---> Running in 8994bf054c33 [2021-02-04T00:51:04.177Z] ---> Running in c723571f176c [2021-02-04T00:51:04.177Z] ---> Running in d37b47d7a9cf [2021-02-04T00:51:06.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:06.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:06.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:06.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:06.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:07.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:07.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:07.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:51:07.639Z] OK: 217 MiB in 51 packages [2021-02-04T00:51:07.918Z] OK: 217 MiB in 51 packages [2021-02-04T00:51:08.204Z] OK: 217 MiB in 51 packages [2021-02-04T00:51:08.481Z] OK: 217 MiB in 51 packages [2021-02-04T00:51:09.471Z] Removing intermediate container 452689c7c1c8 [2021-02-04T00:51:09.471Z] ---> 340414db94c0 [2021-02-04T00:51:09.471Z] Step 6/21 : COPY go.mod . [2021-02-04T00:51:09.753Z] Removing intermediate container d37b47d7a9cf [2021-02-04T00:51:09.753Z] ---> c98a2d05c87a [2021-02-04T00:51:09.753Z] Step 6/23 : COPY go.mod . [2021-02-04T00:51:10.036Z] Removing intermediate container c723571f176c [2021-02-04T00:51:10.036Z] ---> 4ea4c77db7cf [2021-02-04T00:51:10.036Z] Step 6/24 : COPY go.mod . [2021-02-04T00:51:10.315Z] Removing intermediate container 8994bf054c33 [2021-02-04T00:51:10.315Z] ---> 246169d1d2c5 [2021-02-04T00:51:10.315Z] Step 6/26 : COPY go.mod . [2021-02-04T00:51:10.592Z] ---> fbaca7143d39 [2021-02-04T00:51:10.592Z] Step 7/21 : RUN go mod download [2021-02-04T00:51:10.866Z] ---> Running in 4e85ef0f7ed2 [2021-02-04T00:51:10.866Z] ---> 1abe2abb0460 [2021-02-04T00:51:10.866Z] Step 7/23 : RUN go mod download [2021-02-04T00:51:11.145Z] ---> 230fb160721a [2021-02-04T00:51:11.145Z] Step 7/24 : RUN go mod download [2021-02-04T00:51:11.145Z] ---> Running in 306e5a0b18d0 [2021-02-04T00:51:11.423Z] ---> 7496e19c5c0a [2021-02-04T00:51:11.423Z] Step 7/26 : RUN go mod download [2021-02-04T00:51:11.423Z] ---> Running in 24b24a697ad7 [2021-02-04T00:51:11.701Z] ---> Running in f4e7415f78f9 [2021-02-04T00:51:14.348Z] Removing intermediate container 4e85ef0f7ed2 [2021-02-04T00:51:14.348Z] ---> fa361d55b1e5 [2021-02-04T00:51:14.348Z] Step 8/21 : COPY . . [2021-02-04T00:51:15.352Z] Removing intermediate container 306e5a0b18d0 [2021-02-04T00:51:15.352Z] ---> cc159941881a [2021-02-04T00:51:15.352Z] Step 8/23 : COPY . . [2021-02-04T00:51:15.978Z] Removing intermediate container f4e7415f78f9 [2021-02-04T00:51:15.978Z] ---> 6dd26a86231e [2021-02-04T00:51:15.978Z] Step 8/26 : COPY . . [2021-02-04T00:51:15.978Z] Removing intermediate container 24b24a697ad7 [2021-02-04T00:51:15.978Z] ---> eefcfa8ead87 [2021-02-04T00:51:15.978Z] Step 8/24 : COPY . . [2021-02-04T00:51:42.880Z] ---> be5a0e29118a [2021-02-04T00:51:42.880Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:51:42.880Z] ---> 3b09b86f0aae [2021-02-04T00:51:42.880Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:51:42.880Z] ---> 72d671f4e748 [2021-02-04T00:51:42.880Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T00:51:42.880Z] ---> f665ed5d0325 [2021-02-04T00:51:42.880Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:51:42.880Z] ---> Running in 2638533d4f84 [2021-02-04T00:51:42.880Z] ---> Running in 58da4b07e73a [2021-02-04T00:51:42.880Z] ---> Running in 0971382866b4 [2021-02-04T00:51:42.880Z] ---> Running in c711242e4c00 [2021-02-04T00:51:42.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:51:42.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:51:42.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:51:42.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:52:50.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:52:50.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:53:03.464Z] Removing intermediate container 0971382866b4 [2021-02-04T00:53:03.464Z] ---> 7daf8f17f60b [2021-02-04T00:53:03.464Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:53:03.464Z] Removing intermediate container c711242e4c00 [2021-02-04T00:53:03.464Z] ---> aa46d1f1f9da [2021-02-04T00:53:03.464Z] [2021-02-04T00:53:03.464Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:53:03.464Z] ---> afeebe901d6b [2021-02-04T00:53:03.464Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:53:03.464Z] ---> Running in d6f9fdec005e [2021-02-04T00:53:03.464Z] ---> Running in c8f08afbbe55 [2021-02-04T00:53:04.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:53:04.733Z] Removing intermediate container 2638533d4f84 [2021-02-04T00:53:04.733Z] ---> 3abdc8ffea0e [2021-02-04T00:53:04.733Z] [2021-02-04T00:53:04.733Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:53:04.733Z] ---> afeebe901d6b [2021-02-04T00:53:04.733Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:53:04.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:04.733Z] ---> Running in e38a3429101d [2021-02-04T00:53:05.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:06.016Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:53:06.016Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:53:06.016Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:53:06.016Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:53:06.016Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:53:06.016Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:06.016Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:53:06.298Z] OK: 7 MiB in 19 packages [2021-02-04T00:53:06.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:06.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:07.869Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:53:07.869Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:53:07.869Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:53:07.869Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:53:07.869Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:07.869Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:53:08.147Z] OK: 7 MiB in 18 packages [2021-02-04T00:53:09.153Z] Removing intermediate container c8f08afbbe55 [2021-02-04T00:53:09.153Z] ---> 731d1cf2cfbe [2021-02-04T00:53:09.153Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:53:09.434Z] Removing intermediate container d6f9fdec005e [2021-02-04T00:53:09.434Z] ---> 39f647bf7aac [2021-02-04T00:53:09.434Z] [2021-02-04T00:53:09.434Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:53:09.434Z] ---> Running in 63dd98bd6270 [2021-02-04T00:53:09.719Z] 20.10.0: Pulling from library/docker [2021-02-04T00:53:10.337Z] Removing intermediate container 63dd98bd6270 [2021-02-04T00:53:10.337Z] ---> b16fce9825a8 [2021-02-04T00:53:10.337Z] Step 13/24 : WORKDIR / [2021-02-04T00:53:10.337Z] Removing intermediate container e38a3429101d [2021-02-04T00:53:10.337Z] ---> d21628a1e7b8 [2021-02-04T00:53:10.337Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:53:10.625Z] ---> Running in b46600894ad5 [2021-02-04T00:53:10.625Z] ---> Running in bf7890cb1783 [2021-02-04T00:53:11.627Z] Removing intermediate container bf7890cb1783 [2021-02-04T00:53:11.627Z] ---> 5b4d91eb614a [2021-02-04T00:53:11.627Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:53:11.627Z] Removing intermediate container b46600894ad5 [2021-02-04T00:53:11.627Z] ---> dbb858272ec1 [2021-02-04T00:53:11.627Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T00:53:11.913Z] ---> Running in f33271c63e2c [2021-02-04T00:53:13.921Z] ---> 7cbd9f54919d [2021-02-04T00:53:13.921Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T00:53:13.921Z] Removing intermediate container f33271c63e2c [2021-02-04T00:53:13.921Z] ---> 204e5607e4e5 [2021-02-04T00:53:13.921Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:53:14.916Z] ---> c79b041cf530 [2021-02-04T00:53:14.916Z] ---> f25b99f6eda8 [2021-02-04T00:53:14.916Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:53:14.916Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:53:16.913Z] ---> 37ae6d090c09 [2021-02-04T00:53:16.913Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:53:16.913Z] ---> 2cea39858601 [2021-02-04T00:53:16.913Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:53:18.355Z] Removing intermediate container 58da4b07e73a [2021-02-04T00:53:18.355Z] ---> 3d4ee0c6d75f [2021-02-04T00:53:18.355Z] [2021-02-04T00:53:18.355Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:53:18.355Z] ---> afeebe901d6b [2021-02-04T00:53:18.355Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:53:18.355Z] ---> Using cache [2021-02-04T00:53:18.355Z] ---> 6c1251c2ac4b [2021-02-04T00:53:18.355Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:53:18.355Z] ---> Using cache [2021-02-04T00:53:18.355Z] ---> e6b977403ca2 [2021-02-04T00:53:18.355Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:53:18.950Z] ---> 860041ed944f [2021-02-04T00:53:18.950Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:53:18.950Z] ---> Running in 6e8fd5e4d799 [2021-02-04T00:53:19.224Z] ---> 93e9ae3ee75d [2021-02-04T00:53:19.224Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:53:19.501Z] ---> Running in 00ee76e771e0 [2021-02-04T00:53:19.781Z] Removing intermediate container 6e8fd5e4d799 [2021-02-04T00:53:19.781Z] ---> 7dc8fe906bef [2021-02-04T00:53:19.781Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:53:20.059Z] ---> Running in cae2a6832463 [2021-02-04T00:53:20.348Z] ---> 9b85acd59860 [2021-02-04T00:53:20.348Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:53:20.625Z] Removing intermediate container 00ee76e771e0 [2021-02-04T00:53:20.625Z] ---> 90f2f6ccdb64 [2021-02-04T00:53:20.625Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:53:20.625Z] Removing intermediate container cae2a6832463 [2021-02-04T00:53:20.625Z] ---> fcaee4909400 [2021-02-04T00:53:20.625Z] Step 15/23 : WORKDIR / [2021-02-04T00:53:20.908Z] ---> Running in cbc243fec723 [2021-02-04T00:53:20.908Z] ---> Running in 6b2111872ffb [2021-02-04T00:53:21.506Z] Removing intermediate container cbc243fec723 [2021-02-04T00:53:21.506Z] ---> bcac380ca8b7 [2021-02-04T00:53:21.506Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T00:53:21.781Z] ---> f14199157e95 [2021-02-04T00:53:21.781Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T00:53:21.781Z] Removing intermediate container 6b2111872ffb [2021-02-04T00:53:21.781Z] ---> d79c47ab67e4 [2021-02-04T00:53:21.781Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:53:21.781Z] ---> Running in 0b8ba98a62fa [2021-02-04T00:53:22.051Z] ---> Running in 9eea6932a8aa [2021-02-04T00:53:22.324Z] Removing intermediate container 0b8ba98a62fa [2021-02-04T00:53:22.324Z] ---> 738dd10e49cd [2021-02-04T00:53:22.324Z] Step 20/21 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:53:22.598Z] ---> Running in 997d34afaa5c [2021-02-04T00:53:22.873Z] ---> 120bc1ce32b2 [2021-02-04T00:53:22.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:53:23.478Z] Removing intermediate container 997d34afaa5c [2021-02-04T00:53:23.478Z] ---> 1e8684a2325c [2021-02-04T00:53:23.478Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:53:23.478Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:53:23.478Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:53:23.478Z] ---> eeaf43b92773 [2021-02-04T00:53:23.478Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:53:23.763Z] ---> Running in cff8d1b39847 [2021-02-04T00:53:23.763Z] ---> Running in 2e6ed89f79ce [2021-02-04T00:53:24.365Z] ---> ab2262fd53f4 [2021-02-04T00:53:24.365Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:53:24.365Z] Removing intermediate container cff8d1b39847 [2021-02-04T00:53:24.365Z] ---> fafccab68dee [2021-02-04T00:53:24.365Z] [2021-02-04T00:53:24.961Z] Successfully built fafccab68dee [2021-02-04T00:53:24.961Z] Removing intermediate container 9eea6932a8aa [2021-02-04T00:53:24.961Z] ---> 8919d532962e [2021-02-04T00:53:24.961Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:53:24.961Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T00:53:25.235Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 17018bab5fa2 [2021-02-04T00:53:25.235Z] ---> 4169edaf59a2 [2021-02-04T00:53:25.235Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:53:25.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:25.504Z] ---> Running in 49f888981227 [2021-02-04T00:53:25.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:25.775Z] Removing intermediate container 17018bab5fa2 [2021-02-04T00:53:25.775Z] ---> 9220fc4670fa [2021-02-04T00:53:25.775Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T00:53:26.054Z] ---> Running in 78a1657f8e94 [2021-02-04T00:53:26.054Z] Removing intermediate container 49f888981227 [2021-02-04T00:53:26.054Z] ---> 658dbb00cc0c [2021-02-04T00:53:26.054Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:53:26.054Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:53:26.054Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:53:26.054Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:53:26.054Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:26.054Z] OK: 12 MiB in 22 packages [2021-02-04T00:53:26.332Z] ---> Running in 4cfbaf8e03ec [2021-02-04T00:53:26.604Z] Removing intermediate container 78a1657f8e94 [2021-02-04T00:53:26.604Z] ---> 2c22a9d2b312 [2021-02-04T00:53:26.604Z] Step 23/24 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:53:26.933Z] ---> Running in c446142a5cb8 [2021-02-04T00:53:26.933Z] Removing intermediate container 4cfbaf8e03ec [2021-02-04T00:53:26.933Z] ---> 60df6282d2e2 [2021-02-04T00:53:26.933Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:53:27.258Z] ---> Running in 8b35931f2c56 [2021-02-04T00:53:27.548Z] Removing intermediate container c446142a5cb8 [2021-02-04T00:53:27.548Z] ---> 549d612eb45c [2021-02-04T00:53:27.548Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:53:27.548Z] ---> Running in d36b90560eb1 [2021-02-04T00:53:27.854Z] Removing intermediate container 8b35931f2c56 [2021-02-04T00:53:27.854Z] ---> 84e21087ce53 [2021-02-04T00:53:27.854Z] Step 22/23 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:53:27.854Z] Removing intermediate container 2e6ed89f79ce [2021-02-04T00:53:27.854Z] ---> 3788e3e81dca [2021-02-04T00:53:27.854Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:53:27.854Z] ---> Running in 6b51c9a9adda [2021-02-04T00:53:27.854Z] ---> Running in 14e5f38301d6 [2021-02-04T00:53:28.141Z] Removing intermediate container d36b90560eb1 [2021-02-04T00:53:28.141Z] ---> d2372938fe47 [2021-02-04T00:53:28.141Z] [2021-02-04T00:53:28.787Z] Removing intermediate container 6b51c9a9adda [2021-02-04T00:53:28.787Z] ---> d7557763a40d [2021-02-04T00:53:28.787Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:53:28.787Z] Successfully built d2372938fe47 [2021-02-04T00:53:28.787Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T00:53:28.788Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 14e5f38301d6 [2021-02-04T00:53:28.788Z] ---> 9a6d854d1114 [2021-02-04T00:53:28.788Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:53:28.788Z] ---> Running in 53053495ff9d [2021-02-04T00:53:29.063Z] ---> Running in 70695d15cf75 [2021-02-04T00:53:29.335Z] Removing intermediate container 53053495ff9d [2021-02-04T00:53:29.335Z] ---> f9271baf9810 [2021-02-04T00:53:29.335Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:53:29.611Z] Removing intermediate container 70695d15cf75 [2021-02-04T00:53:29.611Z] ---> ed28978967eb [2021-02-04T00:53:29.611Z] [2021-02-04T00:53:29.886Z] ---> Running in badc193cd971 [2021-02-04T00:53:29.886Z] Successfully built ed28978967eb [2021-02-04T00:53:29.886Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T00:53:30.158Z]  Building docker-core-metadata-go ... done Removing intermediate container badc193cd971 [2021-02-04T00:53:30.158Z] ---> 3bd47dc66ff7 [2021-02-04T00:53:30.158Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:53:31.598Z] ---> f735036751bf [2021-02-04T00:53:31.598Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:53:32.202Z] ---> 4d8fe0d05ab1 [2021-02-04T00:53:32.202Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:53:33.184Z] ---> 2c37182bfd63 [2021-02-04T00:53:33.184Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:53:33.457Z] ---> Running in 27ae1be9a4e0 [2021-02-04T00:53:34.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:34.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:35.500Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:53:35.500Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:53:35.500Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:53:35.500Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:53:35.500Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:53:35.500Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:53:35.500Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:53:37.471Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:53:37.471Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:53:37.471Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:53:37.471Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:53:37.471Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:53:37.471Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:53:37.752Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:53:37.752Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:53:37.752Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:53:37.752Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:53:37.752Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:53:37.752Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:53:38.037Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:53:38.037Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:53:38.037Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:53:38.037Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:53:38.037Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:53:38.037Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:53:38.037Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:53:38.037Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:53:38.037Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:53:38.037Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:53:38.037Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:53:38.314Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:53:38.314Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:53:38.314Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:53:38.314Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:38.597Z] OK: 71 MiB in 55 packages [2021-02-04T00:53:45.359Z] Removing intermediate container 27ae1be9a4e0 [2021-02-04T00:53:45.359Z] ---> 6627e5c90773 [2021-02-04T00:53:45.359Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:53:45.359Z] ---> Running in 466d07fa83ac [2021-02-04T00:53:50.780Z] Collecting docker-compose==1.23.2 [2021-02-04T00:53:51.055Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:53:51.654Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T00:53:51.936Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:53:51.936Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:53:52.549Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:53:52.549Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:53:55.957Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:53:55.957Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:54:00.265Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:54:00.265Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:54:00.867Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:54:00.867Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:54:01.872Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T00:54:01.872Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:54:02.470Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:54:02.470Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:54:05.092Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:54:05.092Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:54:08.494Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:54:08.494Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:54:08.494Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T00:54:08.494Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:54:08.494Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:54:09.098Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:54:09.380Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:54:09.380Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T00:54:09.654Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:54:09.654Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:54:09.930Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:54:09.930Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:54:09.930Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:54:09.930Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:54:10.911Z] Installing collected packages: jsonschema, texttable, PyYAML, idna, urllib3, requests, cached-property, docker-pycreds, websocket-client, docker, docopt, dockerpty, docker-compose [2021-02-04T00:54:11.183Z] Running setup.py install for texttable: started [2021-02-04T00:54:13.164Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:54:13.164Z] Running setup.py install for PyYAML: started [2021-02-04T00:54:15.786Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:54:15.786Z] Attempting uninstall: idna [2021-02-04T00:54:15.786Z] Found existing installation: idna 2.9 [2021-02-04T00:54:15.786Z] Uninstalling idna-2.9: [2021-02-04T00:54:15.786Z] Successfully uninstalled idna-2.9 [2021-02-04T00:54:16.385Z] Attempting uninstall: urllib3 [2021-02-04T00:54:16.385Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:54:16.385Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:54:16.659Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:54:17.256Z] Attempting uninstall: requests [2021-02-04T00:54:17.256Z] Found existing installation: requests 2.23.0 [2021-02-04T00:54:17.256Z] Uninstalling requests-2.23.0: [2021-02-04T00:54:17.530Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:54:19.513Z] Running setup.py install for docopt: started [2021-02-04T00:54:21.494Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:54:21.494Z] Running setup.py install for dockerpty: started [2021-02-04T00:54:24.122Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:54:25.108Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T00:54:29.414Z] Removing intermediate container 466d07fa83ac [2021-02-04T00:54:29.414Z] ---> 53ab2c183f21 [2021-02-04T00:54:29.414Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:54:29.414Z] ---> Running in 5b16ef040d7b [2021-02-04T00:54:30.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:54:30.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:54:31.274Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:54:31.274Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:54:31.274Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:54:31.274Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:54:31.274Z] OK: 71 MiB in 58 packages [2021-02-04T00:54:32.723Z] Removing intermediate container 5b16ef040d7b [2021-02-04T00:54:32.723Z] ---> 16f0d2b04b61 [2021-02-04T00:54:32.723Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:54:32.723Z] ---> Running in f3c3ff606b36 [2021-02-04T00:54:33.321Z] Removing intermediate container f3c3ff606b36 [2021-02-04T00:54:33.322Z] ---> 15b9deebd1f1 [2021-02-04T00:54:33.322Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:54:33.322Z] ---> Running in 99463dc1867c [2021-02-04T00:54:33.919Z] Removing intermediate container 99463dc1867c [2021-02-04T00:54:33.919Z] ---> b72ecb6fc954 [2021-02-04T00:54:33.919Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T00:54:33.919Z] ---> Running in 35e5a4023acb [2021-02-04T00:54:34.529Z] Removing intermediate container 35e5a4023acb [2021-02-04T00:54:34.529Z] ---> 733c23381831 [2021-02-04T00:54:34.529Z] Step 25/26 : LABEL git_sha=01b64e9195728587fa69ad0f43b75c38d224b038 [2021-02-04T00:54:34.819Z] ---> Running in 3e0111d7b2a8 [2021-02-04T00:54:35.245Z] Removing intermediate container 3e0111d7b2a8 [2021-02-04T00:54:35.245Z] ---> 63ca2317aec0 [2021-02-04T00:54:35.245Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:54:35.549Z] ---> Running in a9b4ebe401e6 [2021-02-04T00:54:35.857Z] Removing intermediate container a9b4ebe401e6 [2021-02-04T00:54:35.857Z] ---> eea12eca10df [2021-02-04T00:54:35.857Z] [2021-02-04T00:54:36.166Z] Successfully built eea12eca10df [2021-02-04T00:54:36.166Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T00:54:36.472Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T00:54:36.630Z] $ docker stop --time=1 dc5716127e0786ac5cf2bab628b0f0ad59107a2c16d6148497bd4c71b4bc1a0e [2021-02-04T00:54:38.532Z] $ docker rm -f dc5716127e0786ac5cf2bab628b0f0ad59107a2c16d6148497bd4c71b4bc1a0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:54:39.024Z] + grep docker [2021-02-04T00:54:39.025Z] + docker images [2021-02-04T00:54:39.296Z] docker-sys-mgmt-agent-go-arm64 latest eea12eca10df 4 seconds ago 300MB [2021-02-04T00:54:39.296Z] docker-core-metadata-go-arm64 latest ed28978967eb About a minute ago 17.7MB [2021-02-04T00:54:39.296Z] docker-security-secretstore-setup-go-arm64 latest d2372938fe47 About a minute ago 23.4MB [2021-02-04T00:54:39.296Z] docker-security-proxy-setup-go-arm64 latest fafccab68dee About a minute ago 23.2MB [2021-02-04T00:54:39.296Z] docker-core-data-go-arm64 latest 6c34ad92ff16 4 minutes ago 21MB [2021-02-04T00:54:39.296Z] docker-security-bootstrapper-go-arm64 latest d37d17180df2 4 minutes ago 22.6MB [2021-02-04T00:54:39.296Z] docker-support-notifications-go-arm64 latest 151e4f14dd7d 4 minutes ago 16.7MB [2021-02-04T00:54:39.296Z] docker-core-command-go-arm64 latest df93c168ec57 4 minutes ago 16MB [2021-02-04T00:54:39.296Z] docker-support-scheduler-go-arm64 latest 54f6a37396ac 4 minutes ago 16.1MB [2021-02-04T00:54:39.296Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T00:54:41.017Z] provisioning config files... [2021-02-04T00:54:41.034Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config5493458689092669151tmp [Pipeline] { [Pipeline] sh [2021-02-04T00:54:41.417Z] + set +x [2021-02-04T00:54:41.417Z] + curl -s https://codecov.io/bash [2021-02-04T00:54:41.417Z] + bash -s -- [2021-02-04T00:54:41.684Z] [2021-02-04T00:54:41.684Z] _____ _ [2021-02-04T00:54:41.684Z] / ____| | | [2021-02-04T00:54:41.684Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T00:54:41.684Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T00:54:41.684Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T00:54:41.684Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T00:54:41.684Z] Bash-20210129-7c25fce [2021-02-04T00:54:41.684Z] [2021-02-04T00:54:41.684Z] [2021-02-04T00:54:41.684Z] ==> git version 2.24.3 found [2021-02-04T00:54:41.947Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-04T00:54:41.947Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T00:54:41.947Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T00:54:41.947Z] ==> Jenkins CI detected. [2021-02-04T00:54:41.947Z] project root: . [2021-02-04T00:54:41.947Z] --> token set from env [2021-02-04T00:54:41.947Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T00:54:41.947Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T00:54:41.947Z] ==> Python coveragepy not found [2021-02-04T00:54:41.947Z] ==> Searching for coverage reports in: [2021-02-04T00:54:41.947Z] + . [2021-02-04T00:54:41.947Z] -> Found 1 reports [2021-02-04T00:54:41.947Z] ==> Detecting git/mercurial file structure [2021-02-04T00:54:42.209Z] ==> Reading reports [2021-02-04T00:54:42.209Z] + ./coverage.out bytes=580808 [2021-02-04T00:54:42.209Z] ==> Appending adjustments [2021-02-04T00:54:42.209Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T00:54:45.524Z] + Found adjustments [2021-02-04T00:54:45.524Z] ==> Gzipping contents [2021-02-04T00:54:45.524Z] 88K /tmp/codecov.blyzzG.gz [2021-02-04T00:54:45.524Z] ==> Uploading reports [2021-02-04T00:54:45.524Z] url: https://codecov.io [2021-02-04T00:54:45.524Z] query: branch=PR-3034&commit=01b64e9195728587fa69ad0f43b75c38d224b038&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-04T00:54:45.524Z] -> Pinging Codecov [2021-02-04T00:54:45.524Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=01b64e9195728587fa69ad0f43b75c38d224b038&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-04T00:54:45.785Z] -> Uploading to [2021-02-04T00:54:45.785Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/01b64e9195728587fa69ad0f43b75c38d224b038/e4450650-aba1-4a05-9b12-37040748cc70.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T005445Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b2d5077c0da6f0bf2c9008241dcb824b2d2a72be6a8b9fb71005394a8c6cd8cd [2021-02-04T00:54:45.785Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T00:54:45.785Z] Dload Upload Total Spent Left Speed [2021-02-04T00:54:46.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87724 0 0 100 87724 0 160k --:--:-- --:--:-- --:--:-- 161k [2021-02-04T00:54:46.370Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/01b64e9195728587fa69ad0f43b75c38d224b038 [Pipeline] } [2021-02-04T00:54:46.381Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:50.007Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:50.908Z] ---> package-listing.sh [2021-02-04T00:54:50.908Z] ++ facter osfamily [2021-02-04T00:54:50.908Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T00:54:50.908Z] + OS_FAMILY=redhat [2021-02-04T00:54:50.908Z] + workspace=/w/workspace/edgex-go/17 [2021-02-04T00:54:50.908Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T00:54:50.908Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T00:54:50.908Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T00:54:50.908Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T00:54:50.908Z] + '[' /w/workspace/edgex-go/17 ']' [2021-02-04T00:54:50.908Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T00:54:50.908Z] + case "${OS_FAMILY}" in [2021-02-04T00:54:50.908Z] + rpm -qa [2021-02-04T00:54:50.908Z] + sort [2021-02-04T00:54:56.219Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T00:54:56.219Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T00:54:56.219Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T00:54:56.219Z] + '[' /w/workspace/edgex-go/17 ']' [2021-02-04T00:54:56.219Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-02-04T00:54:56.219Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-02-04T00:54:56.234Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T00:54:56.533Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:54:56.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:54:56.849Z] [2021-02-04T00:54:56.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:54:57.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:54:57.201Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T00:54:57.201Z] df20fa9351a1: Pulling fs layer [2021-02-04T00:54:57.201Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T00:54:57.201Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T00:54:57.201Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T00:54:57.201Z] 93b61091891f: Pulling fs layer [2021-02-04T00:54:57.201Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T00:54:57.201Z] 5e14af77c1be: Pulling fs layer [2021-02-04T00:54:57.201Z] 01666e4c0597: Pulling fs layer [2021-02-04T00:54:57.201Z] aa168da1d23b: Pulling fs layer [2021-02-04T00:54:57.201Z] 93b9cdb0e59b: Waiting [2021-02-04T00:54:57.201Z] 5e14af77c1be: Waiting [2021-02-04T00:54:57.201Z] 01666e4c0597: Waiting [2021-02-04T00:54:57.201Z] aa168da1d23b: Waiting [2021-02-04T00:54:57.201Z] 46f8f816bc3b: Waiting [2021-02-04T00:54:57.201Z] 93b61091891f: Waiting [2021-02-04T00:54:57.201Z] 36b3adc4ff6f: Download complete [2021-02-04T00:54:57.462Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T00:54:57.463Z] 46f8f816bc3b: Download complete [2021-02-04T00:54:57.463Z] df20fa9351a1: Download complete [2021-02-04T00:54:57.463Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T00:54:57.463Z] 93b9cdb0e59b: Download complete [2021-02-04T00:54:57.463Z] 5e14af77c1be: Verifying Checksum [2021-02-04T00:54:57.463Z] 5e14af77c1be: Download complete [2021-02-04T00:54:57.463Z] 93b61091891f: Verifying Checksum [2021-02-04T00:54:57.463Z] 93b61091891f: Download complete [2021-02-04T00:54:57.463Z] 01666e4c0597: Verifying Checksum [2021-02-04T00:54:57.463Z] 01666e4c0597: Download complete [2021-02-04T00:54:57.726Z] df20fa9351a1: Pull complete [2021-02-04T00:54:57.990Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T00:54:57.990Z] 8ad3a11d3b57: Download complete [2021-02-04T00:54:57.990Z] 36b3adc4ff6f: Pull complete [2021-02-04T00:54:59.058Z] 8ad3a11d3b57: Pull complete [2021-02-04T00:54:59.058Z] 46f8f816bc3b: Pull complete [2021-02-04T00:55:00.049Z] aa168da1d23b: Verifying Checksum [2021-02-04T00:55:00.049Z] aa168da1d23b: Download complete [2021-02-04T00:55:01.009Z] 93b61091891f: Pull complete [2021-02-04T00:55:01.009Z] 93b9cdb0e59b: Pull complete [2021-02-04T00:55:01.270Z] 5e14af77c1be: Pull complete [2021-02-04T00:55:01.270Z] 01666e4c0597: Pull complete [2021-02-04T00:55:11.358Z] aa168da1d23b: Pull complete [2021-02-04T00:55:11.358Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T00:55:11.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:55:11.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T00:55:11.580Z] prd-centos7-docker-4c-2g-24801 does not seem to be running inside a container [2021-02-04T00:55:11.635Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T00:55:16.172Z] $ docker top f64df428f0a6eae76047531ebcc3a28fcbdc9e3d9b0f01ce949f9fc3478edf0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:55:16.738Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T00:55:17.044Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T00:55:17.344Z] + ls /var/log/sa-host [2021-02-04T00:55:17.345Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T00:55:17.345Z] file_magic: OK [2021-02-04T00:55:17.345Z] HZ: Using current value: 100 [2021-02-04T00:55:17.345Z] file_header: OK [2021-02-04T00:55:17.345Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T00:55:17.345Z] Statistics: [2021-02-04T00:55:17.345Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T00:55:17.345Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T00:55:17.345Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T00:55:17.345Z] file_magic: OK [2021-02-04T00:55:17.345Z] HZ: Using current value: 100 [2021-02-04T00:55:17.345Z] file_header: OK [2021-02-04T00:55:17.345Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T00:55:17.345Z] Statistics: [2021-02-04T00:55:17.345Z] Hnuu...uuuununununu... [2021-02-04T00:55:17.345Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T00:55:17.544Z] provisioning config files... [2021-02-04T00:55:17.559Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config7788783349131410964tmp [Pipeline] { [Pipeline] echo [2021-02-04T00:55:17.652Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:17.954Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T00:55:17.964Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T00:55:18.064Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:18.364Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T00:55:18.376Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:18.675Z] ---> sudo-logs.sh [2021-02-04T00:55:18.675Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T00:55:18.686Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:18.986Z] ---> job-cost.sh [2021-02-04T00:55:18.986Z] lf-activate-venv: SKIPPING [2021-02-04T00:55:18.986Z] INFO: No Stack... [2021-02-04T00:55:20.377Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T00:55:20.951Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T00:55:20.964Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:21.262Z] ---> logs-deploy.sh [2021-02-04T00:55:21.262Z] lf-activate-venv: SKIPPING [2021-02-04T00:55:21.262Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/17 [2021-02-04T00:55:21.262Z] INFO: archiving workspace using pattern(s): [2021-02-04T00:55:22.653Z] Archives upload complete. [2021-02-04T00:55:22.653Z] INFO: archiving logs to Nexus