Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eaddf04c500ec1537a2f3fa086e8930ef1180703+a296f24e360d73b4e20a007fd564889f5e431139 (ec6104394325cf248f8bfaaf6ad8bc08a961369b) 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25098’ is offline; ‘prd-centos7-docker-4c-2g-25103’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25102’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25108 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 Merge succeeded, producing 50b6a7af015f2348a8ef257983e31d320bf68077 Checking out Revision 50b6a7af015f2348a8ef257983e31d320bf68077 (PR-3113) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # 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 a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 50b6a7af015f2348a8ef257983e31d320bf68077 # timeout=10 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" > git rev-list --no-walk eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T00:30:38.850Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T00:30:39.166Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T00:30:39.316Z] ========================================================= [2021-02-05T00:30:39.316Z] EdgeX Global Pipelines Version Info [2021-02-05T00:30:39.316Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:40.947Z] ------------------- [2021-02-05T00:30:40.947Z] stable info: [2021-02-05T00:30:40.947Z] ------------------- [2021-02-05T00:30:40.947Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:40.947Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:40.947Z] Message: update stable to v1.0.179 [2021-02-05T00:30:41.935Z] ------------------- [2021-02-05T00:30:41.935Z] experimental info: [2021-02-05T00:30:41.935Z] ------------------- [2021-02-05T00:30:41.935Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:41.935Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:41.935Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T00:30:42.348Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T00:30:42.475Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T00:30:42.574Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T00:30:42.687Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T00:30:42.804Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T00:30:42.918Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T00:30:43.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T00:30:43.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T00:30:43.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T00:30:43.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T00:30:43.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T00:30:43.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T00:30:43.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T00:30:43.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T00:30:43.743Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:43.825Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:43.946Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T00:30:44.034Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T00:30:44.129Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T00:30:44.218Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T00:30:44.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T00:30:44.441Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T00:30:44.536Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T00:30:44.659Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-05T00:30:44.784Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-05T00:30:44.878Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-05T00:30:44.964Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50b6a7af015f2348a8ef257983e31d320bf68077 [Pipeline] echo [2021-02-05T00:30:45.051Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50b6a7a [Pipeline] echo [2021-02-05T00:30:45.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:30:45.333Z] provisioning config files... [2021-02-05T00:30:45.381Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config394772271154866737tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:45.781Z] ---> docker-login.sh [2021-02-05T00:30:45.781Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:30:46.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:46.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:46.328Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:46.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:46.328Z] [2021-02-05T00:30:46.328Z] Login Succeeded [2021-02-05T00:30:46.328Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:30:46.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:46.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:46.328Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:46.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:46.328Z] [2021-02-05T00:30:46.328Z] Login Succeeded [2021-02-05T00:30:46.328Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:30:46.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:46.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:46.591Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:46.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:46.591Z] [2021-02-05T00:30:46.591Z] Login Succeeded [2021-02-05T00:30:46.591Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:30:46.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:46.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:46.863Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:46.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:46.863Z] [2021-02-05T00:30:46.863Z] Login Succeeded [2021-02-05T00:30:46.863Z] docker.io [2021-02-05T00:30:46.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:47.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:47.132Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:47.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:47.132Z] [2021-02-05T00:30:47.132Z] Login Succeeded [2021-02-05T00:30:47.132Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:30:47.167Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:30:47.902Z] ++ 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-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T00:30:47.902Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:47.902Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T00:30:47.902Z] ++ cut -d/ -f2 [2021-02-05T00:30:47.902Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T00:30:47.994Z] 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-05T00:30:48.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:48.948Z] [2021-02-05T00:30:48.948Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:30:49.308Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:49.308Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T00:30:49.308Z] 31603596830f: Pulling fs layer [2021-02-05T00:30:49.308Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T00:30:49.308Z] 6ca5941a6612: Pulling fs layer [2021-02-05T00:30:49.308Z] ecc8261a40a4: Pulling fs layer [2021-02-05T00:30:49.308Z] ecc8261a40a4: Waiting [2021-02-05T00:30:49.308Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T00:30:49.308Z] 2a8b12db71e7: Download complete [2021-02-05T00:30:49.576Z] 31603596830f: Verifying Checksum [2021-02-05T00:30:49.576Z] 31603596830f: Download complete [2021-02-05T00:30:49.851Z] ecc8261a40a4: Verifying Checksum [2021-02-05T00:30:49.851Z] ecc8261a40a4: Download complete [2021-02-05T00:30:49.851Z] 6ca5941a6612: Verifying Checksum [2021-02-05T00:30:49.851Z] 6ca5941a6612: Download complete [2021-02-05T00:30:49.851Z] 31603596830f: Pull complete [2021-02-05T00:30:50.119Z] 2a8b12db71e7: Pull complete [2021-02-05T00:30:51.098Z] 6ca5941a6612: Pull complete [2021-02-05T00:30:51.687Z] ecc8261a40a4: Pull complete [2021-02-05T00:30:51.687Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T00:30:51.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:51.687Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T00:30:51.798Z] prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container [2021-02-05T00:30:51.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T00:30:54.055Z] $ docker top a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T00:30:54.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:30:54.395Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:30:54.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:30:54.638Z] $ docker exec a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent [2021-02-05T00:30:54.802Z] SSH_AUTH_SOCK=/tmp/ssh-LRuG10eJH3mb/agent.13 [2021-02-05T00:30:54.802Z] SSH_AGENT_PID=18 [2021-02-05T00:30:54.812Z] Running ssh-add (command line suppressed) [2021-02-05T00:30:54.942Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_879790579434544726.key (/w/workspace/edgex-go/9@tmp/private_key_879790579434544726.key) [2021-02-05T00:30:55.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:30:55.353Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T00:30:55.391Z] $ docker exec --env ******** --env ******** a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent -k [2021-02-05T00:30:55.545Z] unset SSH_AUTH_SOCK; [2021-02-05T00:30:55.546Z] unset SSH_AGENT_PID; [2021-02-05T00:30:55.546Z] echo Agent pid 18 killed; [2021-02-05T00:30:55.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T00:30:55.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:30:55.786Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:30:55.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:30:55.994Z] $ docker exec a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent [2021-02-05T00:30:56.178Z] SSH_AUTH_SOCK=/tmp/ssh-QxNTUHZ3BgbR/agent.47 [2021-02-05T00:30:56.178Z] SSH_AGENT_PID=52 [2021-02-05T00:30:56.187Z] Running ssh-add (command line suppressed) [2021-02-05T00:30:56.327Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_3062243771526316750.key (/w/workspace/edgex-go/9@tmp/private_key_3062243771526316750.key) [2021-02-05T00:30:56.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:30:56.741Z] + git semver init [2021-02-05T00:30:56.741Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T00:30:56.741Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-02-05T00:30:56.741Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-02-05T00:30:56.741Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T00:30:56.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T00:30:56.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T00:30:56.741Z] # $SEMVER_BRANCH = PR-3113 [2021-02-05T00:30:56.741Z] # $SEMVER_TEMP = /tmp/semver-563367749 [2021-02-05T00:30:56.741Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T00:31:28.942Z] # '/tmp/semver-563367749' -> '/w/workspace/edgex-go/9/.semver' [2021-02-05T00:31:28.942Z] # -> Force: false [2021-02-05T00:31:28.942Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-02-05T00:31:28.955Z] $ docker exec --env ******** --env ******** a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e ssh-agent -k [2021-02-05T00:31:29.311Z] unset SSH_AUTH_SOCK; [2021-02-05T00:31:29.312Z] unset SSH_AGENT_PID; [2021-02-05T00:31:29.312Z] echo Agent pid 52 killed; [2021-02-05T00:31:29.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:31:29.880Z] + git semver [Pipeline] } [2021-02-05T00:31:29.900Z] $ docker stop --time=1 a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e [2021-02-05T00:31:31.478Z] $ docker rm -f a3df514bf84fdb0392572ca175110a53fee08322c0f76392988980b2a316f07e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:31:32.037Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T00:31:32.760Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T00:31:32.763Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T00:31:33.608Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:31:33.910Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:31:34.208Z] + sudo service docker restart [2021-02-05T00:31:34.208Z] + true [2021-02-05T00:31:34.208Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T00:31:34.805Z] ========================================================= [2021-02-05T00:31:34.805Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T00:31:34.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:31:35.169Z] + 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-05T00:31:38.505Z] Sending build context to Docker daemon 327.5MB [2021-02-05T00:31:38.505Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:31:38.505Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:31:38.505Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T00:31:38.505Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T00:31:38.505Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T00:31:38.505Z] de9db76c5a1d: Pulling fs layer [2021-02-05T00:31:38.505Z] bca2f99d35d6: Pulling fs layer [2021-02-05T00:31:38.505Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T00:31:38.505Z] 7c6f9722023f: Pulling fs layer [2021-02-05T00:31:38.505Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T00:31:38.505Z] a35cf1a2eb13: Waiting [2021-02-05T00:31:38.505Z] 93359f2a8cfa: Waiting [2021-02-05T00:31:38.505Z] 7c6f9722023f: Waiting [2021-02-05T00:31:38.505Z] bca2f99d35d6: Waiting [2021-02-05T00:31:38.505Z] de9db76c5a1d: Download complete [2021-02-05T00:31:38.505Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T00:31:38.505Z] 0ef7d3d256c8: Download complete [2021-02-05T00:31:38.771Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T00:31:38.771Z] 93359f2a8cfa: Download complete [2021-02-05T00:31:38.771Z] 7c6f9722023f: Verifying Checksum [2021-02-05T00:31:38.771Z] 7c6f9722023f: Download complete [2021-02-05T00:31:38.771Z] 188c0c94c7c5: Download complete [2021-02-05T00:31:39.042Z] 188c0c94c7c5: Pull complete [2021-02-05T00:31:39.304Z] 0ef7d3d256c8: Pull complete [2021-02-05T00:31:39.566Z] de9db76c5a1d: Pull complete [2021-02-05T00:31:40.526Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T00:31:40.526Z] a35cf1a2eb13: Download complete [2021-02-05T00:31:41.109Z] bca2f99d35d6: Verifying Checksum [2021-02-05T00:31:41.109Z] bca2f99d35d6: Download complete [2021-02-05T00:31:46.460Z] bca2f99d35d6: Pull complete [2021-02-05T00:31:46.721Z] 93359f2a8cfa: Pull complete [2021-02-05T00:31:46.721Z] 7c6f9722023f: Pull complete [2021-02-05T00:31:48.109Z] Still waiting to schedule task [2021-02-05T00:31:48.109Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-05T00:31:52.056Z] a35cf1a2eb13: Pull complete [2021-02-05T00:31:52.056Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T00:31:52.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T00:31:52.056Z] ---> a62c8e92a672 [2021-02-05T00:31:52.056Z] 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-05T00:31:52.056Z] ---> Running in c187624dade8 [2021-02-05T00:31:52.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:31:53.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:31:55.620Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:31:56.191Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:31:56.453Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:31:56.453Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:32:14.600Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:32:14.600Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:32:14.600Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:32:14.600Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:32:14.600Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:32:14.600Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:32:14.600Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:32:14.600Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:32:14.600Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:32:14.600Z] OK: 233 MiB in 51 packages [2021-02-05T00:32:15.994Z] Removing intermediate container c187624dade8 [2021-02-05T00:32:15.994Z] ---> b5932f7c9086 [2021-02-05T00:32:15.994Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:32:15.994Z] ---> Running in f1b99940a779 [2021-02-05T00:32:15.994Z] Removing intermediate container f1b99940a779 [2021-02-05T00:32:15.994Z] ---> 1a8f44c092e5 [2021-02-05T00:32:15.994Z] Step 5/6 : COPY go.mod . [2021-02-05T00:32:16.255Z] ---> dd55e3a226e6 [2021-02-05T00:32:16.255Z] Step 6/6 : RUN go mod download [2021-02-05T00:32:16.519Z] ---> Running in c4b63e5fd87d [2021-02-05T00:32:38.504Z] Removing intermediate container c4b63e5fd87d [2021-02-05T00:32:38.504Z] ---> 85235e3f34eb [2021-02-05T00:32:38.504Z] Successfully built 85235e3f34eb [2021-02-05T00:32:38.504Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:38.813Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:32:38.813Z] . [Pipeline] withDockerContainer [2021-02-05T00:32:38.914Z] prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container [2021-02-05T00:32:38.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:32:39.776Z] $ docker top 317aba3dde14d5ba2ee83778fc60c33a53fdff9d969505c75580c4516ce2d011 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:32:40.306Z] + go version [2021-02-05T00:32:40.306Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T00:32:40.320Z] $ docker stop --time=1 317aba3dde14d5ba2ee83778fc60c33a53fdff9d969505c75580c4516ce2d011 [2021-02-05T00:32:41.685Z] $ docker rm -f 317aba3dde14d5ba2ee83778fc60c33a53fdff9d969505c75580c4516ce2d011 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:42.482Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:32:42.483Z] . [Pipeline] withDockerContainer [2021-02-05T00:32:42.680Z] prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container [2021-02-05T00:32:44.530Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:32:45.278Z] $ docker top 0a0f20d2f87fc922ee192779beef07739cefca97f0cbf62308c49ac955c2845e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:32:45.458Z] ========================================================= [2021-02-05T00:32:45.458Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:32:45.458Z] ========================================================= [Pipeline] sh [2021-02-05T00:32:45.751Z] + make test [2021-02-05T00:32:45.751Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:32:55.835Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:33:10.866Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:33:17.538Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:33:17.538Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:33:17.538Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:33:17.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:33:19.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:33:19.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:33:19.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:33:19.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:33:20.066Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:33:20.646Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:33:23.243Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:33:23.243Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:33:23.243Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:33:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 46.0% of statements [2021-02-05T00:33:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:33:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:33:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:33:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:33:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:33:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:33:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:33:25.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-02-05T00:33:28.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.214s coverage: 27.1% of statements [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:33:28.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:33:28.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:33:28.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:33:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements [2021-02-05T00:33:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:33:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:33:29.262Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.3% of statements [2021-02-05T00:33:29.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:29.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:29.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:33:29.262Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:33:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.473s coverage: 28.6% of statements [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:33:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:33:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:33:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-02-05T00:33:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:33:32.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2021-02-05T00:33:32.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:33:32.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-02-05T00:33:32.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:33:32.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:33:32.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:33:32.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.458s coverage: 92.8% of statements [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:33:34.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 45.5% of statements [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-02-05T00:33:34.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-05T00:33:47.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2021-02-05T00:33:47.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 68.9% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.0% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.171s coverage: 47.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.080s coverage: 87.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.952s coverage: 29.1% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.075s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:33:59.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-05T00:33:59.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-05T00:33:59.366Z] GO111MODULE=on go vet ./... [2021-02-05T00:34:05.658Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25115 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-05T00:34:05.713Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-05T00:34:10.971Z] using credential edgex-jenkins-ssh [2021-02-05T00:34:11.030Z] Cloning the remote Git repository [2021-02-05T00:34:11.077Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:34:11.188Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-05T00:34:11.278Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:34:11.279Z] > git --version # timeout=10 [2021-02-05T00:34:11.301Z] > git --version # 'git version 2.17.1' [2021-02-05T00:34:11.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:34:11.368Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:34:26.149Z] gofmt -l . [2021-02-05T00:34:26.149Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:34:26.149Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:34:26.149Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:34:26.718Z] + ls -al . [2021-02-05T00:34:26.718Z] total 688 [2021-02-05T00:34:26.718Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 00:34 . [2021-02-05T00:34:26.718Z] drwxr-xr-x 4 root root 28 Feb 5 00:32 .. [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:30 .dockerignore [2021-02-05T00:34:26.718Z] drwxrwxr-x 8 1001 1001 179 Feb 5 00:30 .git [2021-02-05T00:34:26.718Z] drwxrwxr-x 3 1001 1001 125 Feb 5 00:30 .github [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:30 .gitignore [2021-02-05T00:34:26.718Z] drwx------ 3 1001 1001 60 Feb 5 00:31 .semver [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:30 .sonarcloud.properties [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:30 Attribution.txt [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:30 CONTRIBUTING.md [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:30 Dockerfile.build [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:30 Jenkinsfile [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:30 LICENSE [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:30 Makefile [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:30 README.md [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:30 SECURITY.md [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:30 ZMQWindows.md [2021-02-05T00:34:26.718Z] drwxrwxr-x 2 1001 1001 117 Feb 5 00:30 bin [2021-02-05T00:34:26.718Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:30 cmd [2021-02-05T00:34:26.718Z] -rw-r--r-- 1 root root 583066 Feb 5 00:33 coverage.out [2021-02-05T00:34:26.718Z] -rw-r--r-- 1 root root 1054 Feb 5 00:34 go.mod [2021-02-05T00:34:26.718Z] -rw-r--r-- 1 root root 19290 Feb 5 00:34 go.sum [2021-02-05T00:34:26.718Z] drwxrwxr-x 8 1001 1001 127 Feb 5 00:30 internal [2021-02-05T00:34:26.718Z] drwxrwxr-x 4 1001 1001 26 Feb 5 00:30 openapi [2021-02-05T00:34:26.718Z] drwxrwxr-x 4 1001 1001 71 Feb 5 00:30 snap [2021-02-05T00:34:26.718Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:30 version.go [Pipeline] sh [2021-02-05T00:34:27.017Z] + '[' -e coverage.out ] [2021-02-05T00:34:27.017Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:34:27.144Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 [2021-02-05T00:34:27.261Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:34:27.588Z] + make build [2021-02-05T00:34:27.589Z] 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-05T00:34:27.992Z] Merge succeeded, producing 7549c89d17beb97e43990159ce8bc0472bdafc24 [2021-02-05T00:34:27.993Z] Checking out Revision 7549c89d17beb97e43990159ce8bc0472bdafc24 (PR-3113) [2021-02-05T00:34:26.385Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:34:26.407Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:34:26.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:34:26.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:34:26.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:34:26.477Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:34:27.163Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:34:27.184Z] > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 [2021-02-05T00:34:27.536Z] > git remote # timeout=10 [2021-02-05T00:34:27.582Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:34:27.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:34:27.620Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:34:27.970Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:34:27.999Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:34:28.010Z] > git checkout -f 7549c89d17beb97e43990159ce8bc0472bdafc24 # timeout=10 [2021-02-05T00:34:30.893Z] 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-05T00:34:32.413Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:34:32.420Z] > git rev-list --no-walk eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T00:34:35.878Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:34:36.346Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:34:36.731Z] + + sudotrue service [2021-02-05T00:34:36.731Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:34:38.788Z] provisioning config files... [2021-02-05T00:34:38.874Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config381978806824754719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:34:39.140Z] 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-05T00:34:39.297Z] ---> docker-login.sh [2021-02-05T00:34:39.297Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:34:39.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:40.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:40.507Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:40.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:40.507Z] [2021-02-05T00:34:40.507Z] Login Succeeded [2021-02-05T00:34:40.507Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:34:40.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:41.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:41.060Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:41.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:41.060Z] [2021-02-05T00:34:41.060Z] Login Succeeded [2021-02-05T00:34:41.060Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:34:41.076Z] 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-05T00:34:41.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:41.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:41.617Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:41.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:41.617Z] [2021-02-05T00:34:41.617Z] Login Succeeded [2021-02-05T00:34:41.617Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:34:41.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:42.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:42.165Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:42.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:42.165Z] [2021-02-05T00:34:42.165Z] Login Succeeded [2021-02-05T00:34:42.165Z] docker.io [2021-02-05T00:34:42.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:42.592Z] 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-05T00:34:42.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:42.714Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:42.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:42.714Z] [2021-02-05T00:34:42.714Z] Login Succeeded [2021-02-05T00:34:42.714Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:34:42.732Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-05T00:34:42.977Z] 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 [Pipeline] echo [2021-02-05T00:34:43.215Z] ========================================================= [2021-02-05T00:34:43.215Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T00:34:43.215Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:34:43.613Z] + 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-05T00:34:44.434Z] 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-05T00:34:46.266Z] Sending build context to Docker daemon 166.1MB [2021-02-05T00:34:46.266Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:34:46.266Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:34:46.266Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T00:34:46.267Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T00:34:46.267Z] a4357932f1b6: Pulling fs layer [2021-02-05T00:34:46.267Z] 18c013af1878: Pulling fs layer [2021-02-05T00:34:46.267Z] 00ac8860ef70: Pulling fs layer [2021-02-05T00:34:46.267Z] 63d7cb157983: Pulling fs layer [2021-02-05T00:34:46.267Z] b116817d02f9: Pulling fs layer [2021-02-05T00:34:46.267Z] 745a02a5169b: Pulling fs layer [2021-02-05T00:34:46.267Z] 00ac8860ef70: Waiting [2021-02-05T00:34:46.267Z] 63d7cb157983: Waiting [2021-02-05T00:34:46.267Z] b116817d02f9: Waiting [2021-02-05T00:34:46.267Z] 745a02a5169b: Waiting [2021-02-05T00:34:46.267Z] 18c013af1878: Verifying Checksum [2021-02-05T00:34:46.267Z] 18c013af1878: Download complete [2021-02-05T00:34:46.267Z] a4357932f1b6: Verifying Checksum [2021-02-05T00:34:46.267Z] a4357932f1b6: Download complete [2021-02-05T00:34:46.267Z] 63d7cb157983: Verifying Checksum [2021-02-05T00:34:46.267Z] 63d7cb157983: Download complete [2021-02-05T00:34:46.267Z] b116817d02f9: Download complete [2021-02-05T00:34:46.267Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T00:34:46.267Z] 5f621e34cdf4: Download complete [2021-02-05T00:34:46.346Z] 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-05T00:34:46.863Z] 5f621e34cdf4: Pull complete [2021-02-05T00:34:47.297Z] 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-05T00:34:47.463Z] a4357932f1b6: Pull complete [2021-02-05T00:34:47.735Z] 18c013af1878: Pull complete [2021-02-05T00:34:48.248Z] 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-05T00:34:48.332Z] 745a02a5169b: Verifying Checksum [2021-02-05T00:34:48.332Z] 745a02a5169b: Download complete [2021-02-05T00:34:49.640Z] 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-05T00:34:49.817Z] 00ac8860ef70: Verifying Checksum [2021-02-05T00:34:49.817Z] 00ac8860ef70: Download complete [2021-02-05T00:34:50.591Z] 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-05T00:34:51.989Z] 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-05T00:34:53.407Z] $ docker stop --time=1 0a0f20d2f87fc922ee192779beef07739cefca97f0cbf62308c49ac955c2845e [2021-02-05T00:34:55.108Z] $ docker rm -f 0a0f20d2f87fc922ee192779beef07739cefca97f0cbf62308c49ac955c2845e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:34:56.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:34:56.899Z] [2021-02-05T00:34:56.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:34:57.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:34:57.245Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T00:34:57.245Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T00:34:57.245Z] ca9280d653b3: Pulling fs layer [2021-02-05T00:34:57.245Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T00:34:57.510Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T00:34:57.510Z] cbdbe7a5bc2a: Download complete [2021-02-05T00:34:58.103Z] cbdbe7a5bc2a: Pull complete [2021-02-05T00:34:58.103Z] ca9280d653b3: Verifying Checksum [2021-02-05T00:34:58.103Z] ca9280d653b3: Download complete [2021-02-05T00:34:59.057Z] 7e9c9ca2126c: Verifying Checksum [2021-02-05T00:34:59.057Z] 7e9c9ca2126c: Download complete [2021-02-05T00:35:00.012Z] ca9280d653b3: Pull complete [2021-02-05T00:35:02.253Z] 00ac8860ef70: Pull complete [2021-02-05T00:35:02.253Z] 63d7cb157983: Pull complete [2021-02-05T00:35:02.253Z] b116817d02f9: Pull complete [2021-02-05T00:35:04.882Z] 745a02a5169b: Pull complete [2021-02-05T00:35:04.882Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T00:35:04.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T00:35:04.882Z] ---> b7e6874047d6 [2021-02-05T00:35:04.882Z] 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-05T00:35:06.645Z] 7e9c9ca2126c: Pull complete [2021-02-05T00:35:06.645Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T00:35:06.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:06.645Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T00:35:06.777Z] prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container [2021-02-05T00:35:06.820Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T00:35:08.284Z] ---> Running in 482634f0bb2a [2021-02-05T00:35:08.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:35:09.880Z] $ docker top 5a9b2224aee0980d09280de7fac46c3d166a946258a48a1ae81cb76a63109b29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:10.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:35:10.457Z] + docker-compose build --help [2021-02-05T00:35:10.457Z] + grep parallel [2021-02-05T00:35:11.739Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:35:11.849Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:35:11.869Z] $ docker stop --time=1 5a9b2224aee0980d09280de7fac46c3d166a946258a48a1ae81cb76a63109b29 [2021-02-05T00:35:12.336Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:35:12.336Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:35:12.336Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:35:13.253Z] $ docker rm -f 5a9b2224aee0980d09280de7fac46c3d166a946258a48a1ae81cb76a63109b29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:13.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:35:13.826Z] . [Pipeline] withDockerContainer [2021-02-05T00:35:13.921Z] prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container [2021-02-05T00:35:13.964Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-05T00:35:14.587Z] $ docker top b06e01df95311f8dd28fc7322aba7df66f7fe0a38eaef15c300071fa31633975 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:15.093Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:35:16.038Z] Building docker-core-command-go ... [2021-02-05T00:35:16.038Z] Building docker-core-data-go ... [2021-02-05T00:35:16.038Z] Building docker-core-metadata-go ... [2021-02-05T00:35:16.038Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:35:16.038Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:35:16.038Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:35:16.038Z] Building docker-support-notifications-go ... [2021-02-05T00:35:16.038Z] Building docker-support-scheduler-go ... [2021-02-05T00:35:16.038Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:35:16.038Z] Building docker-support-scheduler-go [2021-02-05T00:35:16.038Z] Building docker-security-proxy-setup-go [2021-02-05T00:35:16.038Z] Building docker-core-metadata-go [2021-02-05T00:35:16.038Z] Building docker-core-command-go [2021-02-05T00:35:16.038Z] Building docker-security-secretstore-setup-go [2021-02-05T00:35:24.723Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:35:24.723Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:35:24.723Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:35:24.723Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:35:24.723Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:35:24.723Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:35:24.723Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:35:24.723Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:35:24.723Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:35:24.723Z] OK: 217 MiB in 51 packages [2021-02-05T00:35:27.361Z] Removing intermediate container 482634f0bb2a [2021-02-05T00:35:27.361Z] ---> 1d94368d17aa [2021-02-05T00:35:27.361Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:35:27.635Z] ---> Running in fc10a87539eb [2021-02-05T00:35:28.230Z] Removing intermediate container fc10a87539eb [2021-02-05T00:35:28.230Z] ---> e3e24a3e4991 [2021-02-05T00:35:28.230Z] Step 5/6 : COPY go.mod . [2021-02-05T00:35:28.844Z] ---> 8762f7b5f768 [2021-02-05T00:35:28.844Z] Step 6/6 : RUN go mod download [2021-02-05T00:35:28.844Z] ---> Running in 8527ea04fe03 [2021-02-05T00:35:54.905Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:54.905Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:54.905Z] ---> 85235e3f34eb [2021-02-05T00:35:54.905Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:35:54.905Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:54.905Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:54.905Z] ---> 85235e3f34eb [2021-02-05T00:35:54.905Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:35:54.905Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:54.905Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:54.905Z] ---> 85235e3f34eb [2021-02-05T00:35:54.905Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:35:54.905Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:54.905Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:54.905Z] ---> 85235e3f34eb [2021-02-05T00:35:54.905Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:35:54.905Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:54.905Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:54.905Z] ---> 85235e3f34eb [2021-02-05T00:35:54.905Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:35:54.905Z] ---> Running in 86d2614bbb3b [2021-02-05T00:35:54.905Z] ---> Running in eab28568a0e0 [2021-02-05T00:35:54.905Z] ---> Running in 54332a25305a [2021-02-05T00:35:54.905Z] ---> Running in cf87908b76d1 [2021-02-05T00:35:54.905Z] ---> Running in 549d9af86485 [2021-02-05T00:35:54.905Z] Removing intermediate container 54332a25305a [2021-02-05T00:35:54.905Z] ---> c090d3edada8 [2021-02-05T00:35:54.905Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:54.905Z] Removing intermediate container 549d9af86485 [2021-02-05T00:35:54.905Z] ---> 7a91959e0515 [2021-02-05T00:35:54.905Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:54.905Z] Removing intermediate container 86d2614bbb3b [2021-02-05T00:35:54.905Z] ---> 5ee11eac7917 [2021-02-05T00:35:54.905Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:54.905Z] Removing intermediate container eab28568a0e0 [2021-02-05T00:35:54.905Z] ---> 0e6b060a30d1 [2021-02-05T00:35:54.905Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:54.905Z] Removing intermediate container cf87908b76d1 [2021-02-05T00:35:54.905Z] ---> e3dca4f25cca [2021-02-05T00:35:54.905Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:54.905Z] ---> Running in 5309571c72fb [2021-02-05T00:35:54.905Z] ---> Running in 5d5c6f7127e0 [2021-02-05T00:35:54.905Z] ---> Running in e69007c82e17 [2021-02-05T00:35:54.905Z] ---> Running in ec67ec0365f7 [2021-02-05T00:35:54.905Z] ---> Running in e81959de7bc9 [2021-02-05T00:35:54.905Z] Removing intermediate container 5309571c72fb [2021-02-05T00:35:54.905Z] ---> d48deb9c62a1 [2021-02-05T00:35:54.905Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:35:54.905Z] Removing intermediate container e69007c82e17 [2021-02-05T00:35:54.905Z] ---> 18b15d35e840 [2021-02-05T00:35:54.905Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:35:54.905Z] Removing intermediate container 5d5c6f7127e0 [2021-02-05T00:35:54.905Z] ---> f86ebcabc01b [2021-02-05T00:35:54.905Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:35:54.905Z] ---> Running in 0dca26ad9114 [2021-02-05T00:35:54.905Z] ---> Running in afc295fba889 [2021-02-05T00:35:54.905Z] Removing intermediate container e81959de7bc9 [2021-02-05T00:35:54.905Z] ---> 22f9eac56b9d [2021-02-05T00:35:54.905Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:35:54.905Z] ---> Running in 910d41542ddc [2021-02-05T00:35:54.905Z] Removing intermediate container ec67ec0365f7 [2021-02-05T00:35:54.905Z] ---> 5487b1b6d94a [2021-02-05T00:35:54.905Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:35:54.905Z] ---> Running in 48f4c8105e15 [2021-02-05T00:35:54.905Z] ---> Running in b32534edc3e6 [2021-02-05T00:35:54.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:54.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:54.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:54.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:54.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:55.668Z] Removing intermediate container 8527ea04fe03 [2021-02-05T00:35:55.668Z] ---> bc35cd933c9e [2021-02-05T00:35:55.668Z] Successfully built bc35cd933c9e [2021-02-05T00:35:55.668Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:56.011Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:35:56.011Z] . [Pipeline] withDockerContainer [2021-02-05T00:35:56.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container [2021-02-05T00:35:56.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:56.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:56.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:56.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:56.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:56.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:35:57.247Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:57.517Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:57.517Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:57.517Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:57.788Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:57.788Z] Removing intermediate container 0dca26ad9114 [2021-02-05T00:35:57.788Z] ---> a75fa7c8b50d [2021-02-05T00:35:57.788Z] Step 6/22 : COPY go.mod . [2021-02-05T00:35:57.829Z] $ docker top 134ff1bf0257d4848570112ed08211f661d0ae755a3ce3862625d40ad49bd502 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:58.364Z] ---> 92fae2281786 [2021-02-05T00:35:58.364Z] Step 7/22 : RUN go mod download [2021-02-05T00:35:58.364Z] Removing intermediate container afc295fba889 [2021-02-05T00:35:58.364Z] ---> d10ae6d4bde7 [2021-02-05T00:35:58.364Z] Step 6/23 : COPY go.mod . [2021-02-05T00:35:58.632Z] ---> Running in ff1be557827e [2021-02-05T00:35:58.632Z] Removing intermediate container 910d41542ddc [2021-02-05T00:35:58.632Z] ---> 2cb1b4adc299 [2021-02-05T00:35:58.632Z] Step 6/24 : COPY go.mod . [2021-02-05T00:35:58.926Z] + go version [2021-02-05T00:35:58.926Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T00:35:58.949Z] $ docker stop --time=1 134ff1bf0257d4848570112ed08211f661d0ae755a3ce3862625d40ad49bd502 [2021-02-05T00:35:59.209Z] Removing intermediate container 48f4c8105e15 [2021-02-05T00:35:59.209Z] ---> a9b708c66be2 [2021-02-05T00:35:59.209Z] Step 6/23 : COPY go.mod . [2021-02-05T00:35:59.472Z] Removing intermediate container b32534edc3e6 [2021-02-05T00:35:59.472Z] ---> 48bac25adeef [2021-02-05T00:35:59.472Z] Step 6/21 : COPY go.mod . [2021-02-05T00:35:59.472Z] ---> bb20279e17e1 [2021-02-05T00:35:59.472Z] Step 7/23 : RUN go mod download [2021-02-05T00:35:59.744Z] ---> 1e2f577e842d [2021-02-05T00:35:59.744Z] Step 7/24 : RUN go mod download [2021-02-05T00:35:59.744Z] ---> Running in ab249b2ff481 [2021-02-05T00:36:00.012Z] ---> Running in 028c46522c2e [2021-02-05T00:36:00.012Z] ---> fe2da57c8759 [2021-02-05T00:36:00.012Z] Step 7/21 : RUN go mod download [2021-02-05T00:36:00.286Z] ---> 230a76f5aca7 [2021-02-05T00:36:00.286Z] Step 7/23 : RUN go mod download [2021-02-05T00:36:00.286Z] ---> Running in 9cd453bf5e46 [2021-02-05T00:36:00.286Z] ---> Running in 440ff9976f80 [2021-02-05T00:36:00.848Z] $ docker rm -f 134ff1bf0257d4848570112ed08211f661d0ae755a3ce3862625d40ad49bd502 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:36:01.704Z] Removing intermediate container ab249b2ff481 [2021-02-05T00:36:01.704Z] ---> ed6d0d0dd13e [2021-02-05T00:36:01.704Z] Step 8/23 : COPY . . [2021-02-05T00:36:01.891Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:36:01.891Z] . [Pipeline] withDockerContainer [2021-02-05T00:36:01.970Z] Removing intermediate container ff1be557827e [2021-02-05T00:36:01.970Z] ---> 0b66d1443c03 [2021-02-05T00:36:01.970Z] Step 8/22 : COPY . . [2021-02-05T00:36:02.221Z] prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container [2021-02-05T00:36:02.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:36:02.552Z] Removing intermediate container 028c46522c2e [2021-02-05T00:36:02.552Z] ---> 01e806cb529f [2021-02-05T00:36:02.552Z] Step 8/24 : COPY . . [2021-02-05T00:36:03.911Z] $ docker top c2015c4693862b21c6ab2e65325527636f370bfb5a0c92a7b2cff795597618b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:36:04.242Z] ========================================================= [2021-02-05T00:36:04.242Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:36:04.242Z] ========================================================= [Pipeline] sh [2021-02-05T00:36:04.891Z] + make test [2021-02-05T00:36:04.891Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:36:05.368Z] Removing intermediate container 9cd453bf5e46 [2021-02-05T00:36:05.368Z] ---> 8886acc3f218 [2021-02-05T00:36:05.368Z] Step 8/23 : COPY . . [2021-02-05T00:36:06.775Z] Removing intermediate container 440ff9976f80 [2021-02-05T00:36:06.775Z] ---> 3542d0ca4637 [2021-02-05T00:36:06.775Z] Step 8/21 : COPY . . [2021-02-05T00:36:27.089Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:36:46.116Z] ---> 64f2bccb9ab7 [2021-02-05T00:36:46.116Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:36:46.116Z] ---> Running in 8432e7390ea0 [2021-02-05T00:36:46.116Z] ---> 9b81a9a67862 [2021-02-05T00:36:46.116Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:36:46.116Z] ---> 4af003d9b823 [2021-02-05T00:36:46.116Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:36:46.116Z] ---> 4c40ce5e68b7 [2021-02-05T00:36:46.116Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:36:46.116Z] ---> 1d03b487db9a [2021-02-05T00:36:46.116Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:36:46.116Z] ---> Running in c27247b33907 [2021-02-05T00:36:46.116Z] ---> Running in abc6d8b825c3 [2021-02-05T00:36:46.116Z] ---> Running in 2b16273a73f2 [2021-02-05T00:36:46.116Z] ---> Running in 2065c92ac474 [2021-02-05T00:36:46.116Z] 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-05T00:36:46.116Z] 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-05T00:36:46.116Z] 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-05T00:36:46.116Z] 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-05T00:36:46.116Z] 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-05T00:37:12.823Z] 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-05T00:37:12.823Z] 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-05T00:37:23.735Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:37:23.735Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:37:25.149Z] Removing intermediate container c27247b33907 [2021-02-05T00:37:25.149Z] ---> b61c7543e2a5 [2021-02-05T00:37:25.149Z] [2021-02-05T00:37:25.149Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:37:25.149Z] Removing intermediate container 2b16273a73f2 [2021-02-05T00:37:25.149Z] ---> b270d91afe06 [2021-02-05T00:37:25.149Z] [2021-02-05T00:37:25.149Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:37:25.149Z] 3.12: Pulling from library/alpine [2021-02-05T00:37:25.149Z] 3.12: Pulling from library/alpine [2021-02-05T00:37:25.149Z] Removing intermediate container abc6d8b825c3 [2021-02-05T00:37:25.149Z] ---> 744f10204337 [2021-02-05T00:37:25.149Z] [2021-02-05T00:37:25.149Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:37:25.149Z] 3.12: Pulling from library/alpine [2021-02-05T00:37:25.149Z] Removing intermediate container 2065c92ac474 [2021-02-05T00:37:25.149Z] ---> 3e47f83333b9 [2021-02-05T00:37:25.149Z] [2021-02-05T00:37:25.149Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:37:25.149Z] 3.12: Pulling from library/alpine [2021-02-05T00:37:25.149Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:25.149Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:25.149Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:37:25.149Z] Status: Image is up to date for alpine:3.12 [2021-02-05T00:37:25.149Z] ---> 389fef711851 [2021-02-05T00:37:25.149Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:37:25.149Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:25.149Z] Status: Image is up to date for alpine:3.12 [2021-02-05T00:37:25.149Z] ---> 389fef711851 [2021-02-05T00:37:25.149Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:37:25.149Z] ---> 389fef711851 [2021-02-05T00:37:25.149Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:37:25.724Z] Removing intermediate container 8432e7390ea0 [2021-02-05T00:37:25.724Z] ---> 7041c506d8dd [2021-02-05T00:37:25.724Z] [2021-02-05T00:37:25.724Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:37:25.724Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:25.724Z] Status: Image is up to date for alpine:3.12 [2021-02-05T00:37:25.724Z] ---> 389fef711851 [2021-02-05T00:37:25.724Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:37:25.724Z] ---> 389fef711851 [2021-02-05T00:37:25.724Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:37:25.985Z] ---> Running in cac84d8fdcf9 [2021-02-05T00:37:25.985Z] ---> Running in 66815e3515c5 [2021-02-05T00:37:25.985Z] ---> Running in deb39aa3d65e [2021-02-05T00:37:25.985Z] ---> Running in e92fa99e72af [2021-02-05T00:37:25.985Z] ---> Running in 9ea519d1f1d2 [2021-02-05T00:37:26.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:26.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:26.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:26.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:27.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:37:27.146Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:37:27.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:37:27.214Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:27.214Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:27.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:27.214Z] OK: 6 MiB in 15 packages [2021-02-05T00:37:27.214Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:27.214Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:27.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:27.214Z] OK: 6 MiB in 15 packages [2021-02-05T00:37:27.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:27.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:27.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:27.484Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:27.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:27.484Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:37:27.484Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:37:27.484Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:37:27.484Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:27.484Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:27.820Z] OK: 7 MiB in 18 packages [2021-02-05T00:37:27.820Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:27.820Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:27.820Z] OK: 6 MiB in 15 packages [2021-02-05T00:37:27.820Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:27.820Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:37:27.820Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:37:27.820Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:37:27.820Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:27.820Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:28.092Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:28.092Z] OK: 7 MiB in 19 packages [2021-02-05T00:37:29.041Z] Removing intermediate container 66815e3515c5 [2021-02-05T00:37:29.041Z] ---> f30e3c35e9e2 [2021-02-05T00:37:29.041Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:29.041Z] Removing intermediate container cac84d8fdcf9 [2021-02-05T00:37:29.041Z] ---> 510594d46b7c [2021-02-05T00:37:29.041Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:30.434Z] ---> Running in ffdbaef87cf0 [2021-02-05T00:37:30.434Z] ---> Running in 46a7829d0da1 [2021-02-05T00:37:30.711Z] Removing intermediate container deb39aa3d65e [2021-02-05T00:37:30.711Z] ---> 1bf76526933b [2021-02-05T00:37:30.711Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:37:30.711Z] Removing intermediate container 9ea519d1f1d2 [2021-02-05T00:37:30.711Z] ---> 8734714837da [2021-02-05T00:37:30.711Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:37:30.711Z] ---> Running in 450b3bff377d [2021-02-05T00:37:30.711Z] ---> Running in b09ca661d4ca [2021-02-05T00:37:30.711Z] Removing intermediate container e92fa99e72af [2021-02-05T00:37:30.711Z] ---> c350c0d7da3d [2021-02-05T00:37:30.711Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:30.980Z] Removing intermediate container 46a7829d0da1 [2021-02-05T00:37:30.980Z] ---> 945f1eee49d1 [2021-02-05T00:37:30.980Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:37:30.980Z] Removing intermediate container ffdbaef87cf0 [2021-02-05T00:37:30.980Z] ---> 156342f01b0e [2021-02-05T00:37:30.980Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:37:30.980Z] ---> Running in 3aa469191a31 [2021-02-05T00:37:30.980Z] ---> Running in fc8e6f0ecb1e [2021-02-05T00:37:30.980Z] ---> Running in a2ffcd691c33 [2021-02-05T00:37:31.246Z] Removing intermediate container 450b3bff377d [2021-02-05T00:37:31.246Z] ---> fec06f0fe648 [2021-02-05T00:37:31.246Z] Step 13/24 : WORKDIR / [2021-02-05T00:37:31.246Z] Removing intermediate container b09ca661d4ca [2021-02-05T00:37:31.246Z] ---> 12a9080d4f03 [2021-02-05T00:37:31.246Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:37:31.246Z] ---> Running in 6e971d985599 [2021-02-05T00:37:31.515Z] Removing intermediate container 3aa469191a31 [2021-02-05T00:37:31.515Z] ---> b3e508faca5b [2021-02-05T00:37:31.515Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:37:31.515Z] Removing intermediate container fc8e6f0ecb1e [2021-02-05T00:37:31.515Z] ---> 028c9207a843 [2021-02-05T00:37:31.515Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:37:31.515Z] ---> Running in 8202b6b2e5fb [2021-02-05T00:37:31.515Z] Removing intermediate container a2ffcd691c33 [2021-02-05T00:37:31.515Z] ---> e62794632802 [2021-02-05T00:37:31.515Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:37:31.515Z] ---> Running in 4f5525f10b10 [2021-02-05T00:37:31.515Z] ---> Running in a64616db0b7d [2021-02-05T00:37:31.784Z] ---> Running in eddf7d120493 [2021-02-05T00:37:31.784Z] Removing intermediate container 6e971d985599 [2021-02-05T00:37:31.784Z] ---> b921cdc3a93f [2021-02-05T00:37:31.784Z] 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-05T00:37:31.784Z] Removing intermediate container 8202b6b2e5fb [2021-02-05T00:37:31.784Z] ---> 740f9e551884 [2021-02-05T00:37:31.784Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:37:32.058Z] Removing intermediate container a64616db0b7d [2021-02-05T00:37:32.058Z] ---> a508e69d0911 [2021-02-05T00:37:32.058Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:37:32.058Z] Removing intermediate container 4f5525f10b10 [2021-02-05T00:37:32.058Z] ---> 332edac46c3f [2021-02-05T00:37:32.058Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:32.058Z] Removing intermediate container eddf7d120493 [2021-02-05T00:37:32.058Z] ---> 17b4b9785b65 [2021-02-05T00:37:32.058Z] Step 15/23 : WORKDIR / [2021-02-05T00:37:32.058Z] ---> Running in 0598994db30f [2021-02-05T00:37:32.337Z] ---> Running in 1bbb437838ff [2021-02-05T00:37:32.337Z] ---> cfcc9c127ed7 [2021-02-05T00:37:32.337Z] 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-05T00:37:32.337Z] ---> 26674d4a3606 [2021-02-05T00:37:32.337Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:37:32.337Z] ---> 468e9518afb7 [2021-02-05T00:37:32.337Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:37:32.606Z] Removing intermediate container 0598994db30f [2021-02-05T00:37:32.606Z] ---> 88afc43b827f [2021-02-05T00:37:32.606Z] Step 15/23 : WORKDIR / [2021-02-05T00:37:32.606Z] Removing intermediate container 1bbb437838ff [2021-02-05T00:37:32.606Z] ---> 44b8c6ec4d87 [2021-02-05T00:37:32.606Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:32.606Z] ---> Running in d0f3e207eac9 [2021-02-05T00:37:32.882Z] ---> ee6a2997c6d8 [2021-02-05T00:37:32.882Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:33.153Z] Removing intermediate container d0f3e207eac9 [2021-02-05T00:37:33.154Z] ---> bf18ef67e22b [2021-02-05T00:37:33.154Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:33.154Z] ---> 994ebe9521af [2021-02-05T00:37:33.154Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:37:33.154Z] ---> 30d63739ab8a [2021-02-05T00:37:33.154Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:37:33.154Z] ---> 2e701080a457 [2021-02-05T00:37:33.154Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:37:33.154Z] ---> b60d99acfff0 [2021-02-05T00:37:33.154Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:33.744Z] ---> e86234e7bdbf [2021-02-05T00:37:33.744Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:37:34.018Z] ---> aadc22919e80 [2021-02-05T00:37:34.018Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:37:34.018Z] ---> 071d0cd76454 [2021-02-05T00:37:34.018Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:37:34.018Z] ---> Running in 5f7956bc4789 [2021-02-05T00:37:34.018Z] ---> 1043b39ca989 [2021-02-05T00:37:34.018Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:34.287Z] ---> 74fd0a3c8eab [2021-02-05T00:37:34.287Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:37:34.287Z] ---> Running in 67bfd0a01f77 [2021-02-05T00:37:34.287Z] ---> 412954c0c27a [2021-02-05T00:37:34.287Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:34.287Z] Removing intermediate container 5f7956bc4789 [2021-02-05T00:37:34.287Z] ---> c440e57314d1 [2021-02-05T00:37:34.287Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:34.551Z] ---> Running in acc2585f60f4 [2021-02-05T00:37:34.813Z] Removing intermediate container 67bfd0a01f77 [2021-02-05T00:37:34.813Z] ---> ee0a3f9f6dd8 [2021-02-05T00:37:34.813Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:37:34.813Z] ---> ce47123e7ecf [2021-02-05T00:37:34.813Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:37:34.813Z] ---> ec9e001faaff [2021-02-05T00:37:34.813Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:37:35.087Z] ---> Running in ad4693268b49 [2021-02-05T00:37:35.087Z] ---> 1d6e36a02768 [2021-02-05T00:37:35.087Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:37:35.351Z] ---> Running in 7366909bd1cd [2021-02-05T00:37:35.351Z] ---> Running in 986674d76001 [2021-02-05T00:37:35.351Z] Removing intermediate container acc2585f60f4 [2021-02-05T00:37:35.351Z] ---> 6db157af583b [2021-02-05T00:37:35.351Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:37:35.613Z] Removing intermediate container ad4693268b49 [2021-02-05T00:37:35.613Z] ---> 20c0f8abbdb6 [2021-02-05T00:37:35.613Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T00:37:35.613Z] ---> Running in 7a1f584c5f9c [2021-02-05T00:37:35.613Z] ---> dc6a6bdba61d [2021-02-05T00:37:35.613Z] 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-05T00:37:35.613Z] ---> Running in 0869c876ad91 [2021-02-05T00:37:35.613Z] ---> Running in dd1437f3f3b9 [2021-02-05T00:37:35.613Z] Removing intermediate container 7366909bd1cd [2021-02-05T00:37:35.613Z] ---> 3d52a34c5e74 [2021-02-05T00:37:35.613Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:35.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:37:35.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:37:35.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:37:35.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:37:35.620Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:37:35.620Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:37:35.876Z] Removing intermediate container 986674d76001 [2021-02-05T00:37:35.876Z] ---> 15f919b9cba1 [2021-02-05T00:37:35.876Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:35.876Z] ---> Running in a81a340871fd [2021-02-05T00:37:35.876Z] Removing intermediate container 7a1f584c5f9c [2021-02-05T00:37:35.876Z] ---> bfa4d57ac4a1 [2021-02-05T00:37:35.876Z] Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:37:36.144Z] ---> Running in 637a509af8cf [2021-02-05T00:37:36.145Z] ---> Running in 98145e44f5f0 [2021-02-05T00:37:36.145Z] Removing intermediate container 0869c876ad91 [2021-02-05T00:37:36.145Z] ---> e4096a01682a [2021-02-05T00:37:36.145Z] Step 20/21 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:37:36.411Z] Removing intermediate container a81a340871fd [2021-02-05T00:37:36.411Z] ---> fbf767047bc5 [2021-02-05T00:37:36.411Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:37:36.411Z] ---> Running in 1f800e9d3a40 [2021-02-05T00:37:36.411Z] ---> Running in 690d5069c93e [2021-02-05T00:37:36.672Z] Removing intermediate container 637a509af8cf [2021-02-05T00:37:36.672Z] ---> 2164cae0264d [2021-02-05T00:37:36.672Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:37:36.672Z] Removing intermediate container 98145e44f5f0 [2021-02-05T00:37:36.672Z] ---> 08279bc93890 [2021-02-05T00:37:36.672Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:37:36.672Z] Removing intermediate container 1f800e9d3a40 [2021-02-05T00:37:36.672Z] ---> d527ef526a23 [2021-02-05T00:37:36.672Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:37:36.941Z] ---> Running in 63f11bcbdcf4 [2021-02-05T00:37:36.941Z] ---> Running in 5aeeda1a4644 [2021-02-05T00:37:36.941Z] Removing intermediate container 690d5069c93e [2021-02-05T00:37:36.941Z] ---> b3cf24014c1c [2021-02-05T00:37:36.941Z] Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:37:36.941Z] ---> Running in 5c35d671b5a6 [2021-02-05T00:37:37.203Z] ---> Running in e85b3963b442 [2021-02-05T00:37:37.203Z] Removing intermediate container 63f11bcbdcf4 [2021-02-05T00:37:37.203Z] ---> 9844c1d5b2bb [2021-02-05T00:37:37.203Z] [2021-02-05T00:37:37.466Z] Removing intermediate container 5aeeda1a4644 [2021-02-05T00:37:37.466Z] ---> bd2621e4f74b [2021-02-05T00:37:37.466Z] Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:37:37.466Z] Removing intermediate container 5c35d671b5a6 [2021-02-05T00:37:37.466Z] ---> ec5d9d56f670 [2021-02-05T00:37:37.466Z] [2021-02-05T00:37:37.466Z] ---> Running in 3265b3869b91 [2021-02-05T00:37:37.732Z] Successfully built 9844c1d5b2bb [2021-02-05T00:37:37.732Z] Removing intermediate container e85b3963b442 [2021-02-05T00:37:37.732Z] ---> 2feac62508e8 [2021-02-05T00:37:37.732Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:37:37.732Z] Removing intermediate container dd1437f3f3b9 [2021-02-05T00:37:37.732Z] ---> c52bfa853064 [2021-02-05T00:37:37.732Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:37:37.732Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T00:37:37.732Z] Building docker-core-data-go [2021-02-05T00:37:37.732Z]  Building docker-support-scheduler-go ... done Successfully built ec5d9d56f670 [2021-02-05T00:37:37.732Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T00:37:37.732Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-05T00:37:37.732Z] ---> Running in 299c452c0f77 [2021-02-05T00:37:37.732Z] ---> Running in 307c279e3d74 [2021-02-05T00:37:37.994Z] Removing intermediate container 3265b3869b91 [2021-02-05T00:37:37.994Z] ---> 20e88c3a025c [2021-02-05T00:37:37.994Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:37:37.994Z] ---> Running in 89854944e1f2 [2021-02-05T00:37:37.994Z] Removing intermediate container 299c452c0f77 [2021-02-05T00:37:37.994Z] ---> ed5dafe2f011 [2021-02-05T00:37:37.994Z] [2021-02-05T00:37:38.257Z] Removing intermediate container 307c279e3d74 [2021-02-05T00:37:38.257Z] ---> 4ab9be16e529 [2021-02-05T00:37:38.257Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T00:37:38.257Z] Successfully built ed5dafe2f011 [2021-02-05T00:37:38.257Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T00:37:38.257Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-05T00:37:38.257Z] ---> Running in b6d5c0c17b50 [2021-02-05T00:37:38.257Z] Removing intermediate container 89854944e1f2 [2021-02-05T00:37:38.257Z] ---> 0220c653ed7e [2021-02-05T00:37:38.257Z] [2021-02-05T00:37:38.521Z] Successfully built 0220c653ed7e [2021-02-05T00:37:38.521Z] Successfully tagged docker-core-command-go:latest [2021-02-05T00:37:38.521Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-02-05T00:37:38.521Z] Removing intermediate container b6d5c0c17b50 [2021-02-05T00:37:38.521Z] ---> ab7443d771ac [2021-02-05T00:37:38.521Z] Step 23/24 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:37:38.783Z] ---> Running in f488f6b8de51 [2021-02-05T00:37:38.783Z] Removing intermediate container f488f6b8de51 [2021-02-05T00:37:38.783Z] ---> 283c62c2edd9 [2021-02-05T00:37:38.783Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:37:39.044Z] ---> Running in 2e061e76c909 [2021-02-05T00:37:39.314Z] Removing intermediate container 2e061e76c909 [2021-02-05T00:37:39.314Z] ---> a156ed7a984a [2021-02-05T00:37:39.314Z] [2021-02-05T00:37:39.582Z] Successfully built a156ed7a984a [2021-02-05T00:37:39.582Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T00:37:43.984Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:37:43.984Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:37:43.984Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:37:49.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 46.0% of statements [2021-02-05T00:37:49.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:37:49.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:37:49.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:37:49.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:37:49.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:37:49.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:37:49.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:37:49.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements [2021-02-05T00:37:57.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:37:57.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:37:57.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:37:57.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.219s coverage: 65.8% of statements [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:37:57.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:37:59.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.689s coverage: 82.3% of statements [2021-02-05T00:37:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:37:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:37:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:37:59.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:38:06.275Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:06.275Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:06.275Z] ---> 85235e3f34eb [2021-02-05T00:38:06.275Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:38:06.275Z] ---> Using cache [2021-02-05T00:38:06.275Z] ---> e3dca4f25cca [2021-02-05T00:38:06.275Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:06.275Z] ---> Using cache [2021-02-05T00:38:06.275Z] ---> 22f9eac56b9d [2021-02-05T00:38:06.275Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:38:06.275Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:06.275Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:06.275Z] ---> 85235e3f34eb [2021-02-05T00:38:06.275Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:38:06.275Z] ---> Using cache [2021-02-05T00:38:06.275Z] ---> e3dca4f25cca [2021-02-05T00:38:06.275Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:06.275Z] ---> Using cache [2021-02-05T00:38:06.275Z] ---> 22f9eac56b9d [2021-02-05T00:38:06.275Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:38:06.275Z] ---> Using cache [2021-02-05T00:38:06.275Z] ---> a9b708c66be2 [2021-02-05T00:38:06.275Z] Step 6/31 : COPY go.mod . [2021-02-05T00:38:06.275Z] ---> Using cache [2021-02-05T00:38:06.275Z] ---> 230a76f5aca7 [2021-02-05T00:38:06.275Z] Step 7/31 : RUN go mod download [2021-02-05T00:38:06.275Z] ---> Using cache [2021-02-05T00:38:06.275Z] ---> 8886acc3f218 [2021-02-05T00:38:06.275Z] Step 8/31 : COPY . . [2021-02-05T00:38:06.275Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:06.275Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:06.276Z] ---> 85235e3f34eb [2021-02-05T00:38:06.276Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:38:06.276Z] ---> Using cache [2021-02-05T00:38:06.276Z] ---> e3dca4f25cca [2021-02-05T00:38:06.276Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:06.276Z] ---> Using cache [2021-02-05T00:38:06.276Z] ---> 22f9eac56b9d [2021-02-05T00:38:06.276Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:38:06.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:38:06.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:38:06.276Z] ---> 85235e3f34eb [2021-02-05T00:38:06.276Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:38:06.276Z] ---> Using cache [2021-02-05T00:38:06.276Z] ---> e3dca4f25cca [2021-02-05T00:38:06.276Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:38:06.276Z] ---> Using cache [2021-02-05T00:38:06.276Z] ---> 22f9eac56b9d [2021-02-05T00:38:06.276Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:38:06.276Z] ---> Using cache [2021-02-05T00:38:06.276Z] ---> 9b81a9a67862 [2021-02-05T00:38:06.276Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:38:06.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.196s coverage: 28.6% of statements [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:38:06.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:38:06.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:38:06.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.330s coverage: 86.7% of statements [2021-02-05T00:38:06.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:38:06.538Z] ---> Running in 1707999e5fdb [2021-02-05T00:38:06.538Z] ---> Running in de7e51ed88f1 [2021-02-05T00:38:06.538Z] ---> Running in cac3142fbe41 [2021-02-05T00:38:06.538Z] ---> Running in 7e4e78f38368 [2021-02-05T00:38:06.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements [2021-02-05T00:38:06.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:38:07.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:07.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:07.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:07.764Z] 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-05T00:38:08.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements [2021-02-05T00:38:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:38:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:38:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:38:08.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:38:09.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:09.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:09.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:10.627Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:10.627Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:10.627Z] OK: 233 MiB in 51 packages [2021-02-05T00:38:12.093Z] Removing intermediate container de7e51ed88f1 [2021-02-05T00:38:12.093Z] ---> dc2d4b149f9a [2021-02-05T00:38:12.093Z] Step 6/26 : COPY go.mod . [2021-02-05T00:38:12.093Z] Removing intermediate container cac3142fbe41 [2021-02-05T00:38:12.093Z] ---> 78c750867e80 [2021-02-05T00:38:12.093Z] Step 6/23 : COPY go.mod . [2021-02-05T00:38:12.093Z] Removing intermediate container 1707999e5fdb [2021-02-05T00:38:12.093Z] ---> 22441ac11a9d [2021-02-05T00:38:12.093Z] Step 6/22 : COPY go.mod . [2021-02-05T00:38:12.385Z] ---> 12eee0c58e1b [2021-02-05T00:38:12.385Z] Step 7/26 : RUN go mod download [2021-02-05T00:38:12.385Z] ---> 4dccf6787bc1 [2021-02-05T00:38:12.385Z] Step 7/23 : RUN go mod download [2021-02-05T00:38:12.385Z] ---> Running in 9521e14e644d [2021-02-05T00:38:12.663Z] ---> de9c798e9386 [2021-02-05T00:38:12.663Z] Step 7/22 : RUN go mod download [2021-02-05T00:38:12.663Z] ---> Running in fd88ff4e8a34 [2021-02-05T00:38:12.933Z] ---> Running in df0ebf38c149 [2021-02-05T00:38:14.911Z] Removing intermediate container 9521e14e644d [2021-02-05T00:38:14.911Z] ---> cc1d22634181 [2021-02-05T00:38:14.911Z] Step 8/26 : COPY . . [2021-02-05T00:38:14.911Z] Removing intermediate container df0ebf38c149 [2021-02-05T00:38:14.911Z] ---> 570bfaa99f95 [2021-02-05T00:38:14.911Z] Step 8/22 : COPY . . [2021-02-05T00:38:15.189Z] Removing intermediate container fd88ff4e8a34 [2021-02-05T00:38:15.189Z] ---> f1e8ddc5c5a3 [2021-02-05T00:38:15.189Z] Step 8/23 : COPY . . [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 0.1% of statements [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:38:18.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 45.5% of statements [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.096s coverage: 79.5% of statements [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements [2021-02-05T00:38:18.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-02-05T00:38:27.560Z] 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-05T00:38:28.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-02-05T00:38:28.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.124s coverage: 84.2% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.4% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 63.5% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.742s coverage: 68.9% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:38:43.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.335s coverage: 37.0% of statements [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:38:43.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:38:45.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.558s coverage: 84.0% of statements [2021-02-05T00:38:45.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements [2021-02-05T00:38:45.827Z] ---> bc7509980928 [2021-02-05T00:38:45.827Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:38:46.407Z] Removing intermediate container 7e4e78f38368 [2021-02-05T00:38:46.407Z] ---> 8c8de973e4b6 [2021-02-05T00:38:46.407Z] [2021-02-05T00:38:46.407Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:38:46.407Z] ---> 389fef711851 [2021-02-05T00:38:46.407Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:38:46.407Z] ---> 19eb927117f8 [2021-02-05T00:38:46.407Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:38:46.997Z] ---> Running in 5cbef6d50449 [2021-02-05T00:38:46.997Z] ---> Running in 2627d164d6fe [2021-02-05T00:38:46.997Z] ---> Running in fdf0c1ae4aeb [2021-02-05T00:38:46.997Z] ---> 5ae14536c8e7 [2021-02-05T00:38:46.997Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:38:47.261Z] ---> Running in 0b3ac867428c [2021-02-05T00:38:47.530Z] Removing intermediate container 2627d164d6fe [2021-02-05T00:38:47.530Z] ---> 3b5bd4e93823 [2021-02-05T00:38:47.530Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:38:47.531Z] ---> Running in e2cf9a1c6776 [2021-02-05T00:38:47.804Z] 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-05T00:38:47.804Z] 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-05T00:38:48.079Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T00:38:48.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:48.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:48.620Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:38:48.620Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:38:48.620Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:48.900Z] OK: 6 MiB in 16 packages [2021-02-05T00:38:49.869Z] Removing intermediate container e2cf9a1c6776 [2021-02-05T00:38:49.869Z] ---> af4cd4c360b0 [2021-02-05T00:38:49.869Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:38:50.137Z] ---> Running in 239c12dd3eed [2021-02-05T00:38:50.686Z] Removing intermediate container 239c12dd3eed [2021-02-05T00:38:50.686Z] ---> 91fffc9a8fa6 [2021-02-05T00:38:50.686Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:38:50.686Z] ---> Running in d9501cb186d8 [2021-02-05T00:38:51.074Z] Removing intermediate container d9501cb186d8 [2021-02-05T00:38:51.074Z] ---> 0e032692b3c1 [2021-02-05T00:38:51.074Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:38:51.074Z] ---> Running in 9f8c992f9cba [2021-02-05T00:38:51.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:38:51.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:38:51.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:38:51.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.268s coverage: 87.0% of statements [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:38:51.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:38:53.959Z] Removing intermediate container 9f8c992f9cba [2021-02-05T00:38:53.959Z] ---> a098276ad5db [2021-02-05T00:38:53.959Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:38:53.959Z] ---> Running in 9b9a8038c177 [2021-02-05T00:38:54.550Z] Removing intermediate container 9b9a8038c177 [2021-02-05T00:38:54.550Z] ---> 0f7ba51479ed [2021-02-05T00:38:54.550Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:38:55.140Z] ---> 446be9cfb65d [2021-02-05T00:38:55.140Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:38:55.140Z] ---> Running in d390cbb7c54a [2021-02-05T00:38:58.113Z] Removing intermediate container d390cbb7c54a [2021-02-05T00:38:58.113Z] ---> e3e1c9f81804 [2021-02-05T00:38:58.113Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:58.386Z] ---> f59f275cf1a0 [2021-02-05T00:38:58.386Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:38:59.342Z] ---> 73b358f4a8fd [2021-02-05T00:38:59.342Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:38:59.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.153s coverage: 29.1% of statements [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:38:59.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:38:59.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.121s coverage: 100.0% of statements [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:38:59.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:38:59.537Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.194s coverage: 100.0% of statements [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:38:59.537Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:38:59.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:38:59.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:38:59.537Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:38:59.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-05T00:39:00.166Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-02-05T00:39:00.166Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-02-05T00:39:00.333Z] ---> aa824175a460 [2021-02-05T00:39:00.333Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:39:00.934Z] ---> 8587b7a62931 [2021-02-05T00:39:00.934Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:39:01.165Z] GO111MODULE=on go vet ./... [2021-02-05T00:39:01.917Z] ---> 29e77eeffb20 [2021-02-05T00:39:01.917Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:39:02.511Z] ---> Running in 1da0c79e6246 [2021-02-05T00:39:02.791Z] Removing intermediate container 1da0c79e6246 [2021-02-05T00:39:02.791Z] ---> 503ae1eb9d63 [2021-02-05T00:39:02.791Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:39:03.380Z] ---> 276f8e2e6234 [2021-02-05T00:39:03.380Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:39:03.380Z] ---> Running in 61e359449a98 [2021-02-05T00:39:05.994Z] Removing intermediate container 61e359449a98 [2021-02-05T00:39:05.994Z] ---> 3e3b16745d5f [2021-02-05T00:39:05.994Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:39:05.994Z] ---> Running in dbdc1cd9a7c3 [2021-02-05T00:39:06.269Z] Removing intermediate container dbdc1cd9a7c3 [2021-02-05T00:39:06.269Z] ---> 7e7bcb439403 [2021-02-05T00:39:06.269Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:39:06.545Z] ---> Running in 6a10066ce115 [2021-02-05T00:39:07.141Z] Removing intermediate container 6a10066ce115 [2021-02-05T00:39:07.141Z] ---> 57d81dbd4065 [2021-02-05T00:39:07.141Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T00:39:07.439Z] ---> Running in 3f4ffb53a852 [2021-02-05T00:39:08.028Z] Removing intermediate container 3f4ffb53a852 [2021-02-05T00:39:08.028Z] ---> 1ad41e1fce5e [2021-02-05T00:39:08.028Z] Step 30/31 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:39:08.300Z] ---> Running in a3a9f45cfb99 [2021-02-05T00:39:08.903Z] Removing intermediate container a3a9f45cfb99 [2021-02-05T00:39:08.903Z] ---> 15f2bfbb02c7 [2021-02-05T00:39:08.903Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:39:08.903Z] ---> Running in 6a0770a870e5 [2021-02-05T00:39:09.491Z] Removing intermediate container 6a0770a870e5 [2021-02-05T00:39:09.491Z] ---> e00badd5efcb [2021-02-05T00:39:09.491Z] [2021-02-05T00:39:09.763Z] Successfully built e00badd5efcb [2021-02-05T00:39:10.032Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T00:39:13.381Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container fdf0c1ae4aeb [2021-02-05T00:39:13.381Z] ---> b45700d96ba6 [2021-02-05T00:39:13.381Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:39:13.645Z] ---> Running in 0e2018667810 [2021-02-05T00:39:14.629Z] 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-05T00:39:17.184Z] Removing intermediate container 5cbef6d50449 [2021-02-05T00:39:17.185Z] ---> 46a45f5dcc52 [2021-02-05T00:39:17.185Z] [2021-02-05T00:39:17.185Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:39:17.185Z] ---> 389fef711851 [2021-02-05T00:39:17.185Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:39:17.185Z] ---> Running in 640648ed2ab8 [2021-02-05T00:39:17.762Z] Removing intermediate container 0e2018667810 [2021-02-05T00:39:17.762Z] ---> e6acf665ed3c [2021-02-05T00:39:17.762Z] [2021-02-05T00:39:17.762Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:39:17.762Z] 20.10.0: Pulling from library/docker [2021-02-05T00:39:19.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:19.702Z] Removing intermediate container 0b3ac867428c [2021-02-05T00:39:19.702Z] ---> 4447b2adb178 [2021-02-05T00:39:19.702Z] [2021-02-05T00:39:19.702Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:39:19.702Z] ---> 389fef711851 [2021-02-05T00:39:19.702Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:39:19.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:19.963Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:39:19.963Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:39:19.963Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:19.963Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:39:20.224Z] OK: 6 MiB in 16 packages [2021-02-05T00:39:20.800Z] ---> Running in 11b0327c735e [2021-02-05T00:39:21.064Z] Removing intermediate container 11b0327c735e [2021-02-05T00:39:21.064Z] ---> a6e8506531bc [2021-02-05T00:39:21.064Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:39:21.064Z] ---> Running in b08f5d364247 [2021-02-05T00:39:21.337Z] Removing intermediate container 640648ed2ab8 [2021-02-05T00:39:21.337Z] ---> c1e2513ec5b5 [2021-02-05T00:39:21.337Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:39:21.601Z] Removing intermediate container b08f5d364247 [2021-02-05T00:39:21.601Z] ---> d1dd84c2267f [2021-02-05T00:39:21.601Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:39:21.601Z] ---> Running in da68a19d30a2 [2021-02-05T00:39:21.601Z] ---> Running in 59243caed383 [2021-02-05T00:39:21.864Z] Removing intermediate container da68a19d30a2 [2021-02-05T00:39:21.864Z] ---> 5111860925bf [2021-02-05T00:39:21.864Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:39:22.130Z] Removing intermediate container 59243caed383 [2021-02-05T00:39:22.130Z] ---> d0c6130e86c0 [2021-02-05T00:39:22.130Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:39:22.130Z] ---> Running in e98d87e3c4fb [2021-02-05T00:39:22.738Z] ---> Running in acba92ad820b [2021-02-05T00:39:22.738Z] Removing intermediate container e98d87e3c4fb [2021-02-05T00:39:22.738Z] ---> 1d6a030768bb [2021-02-05T00:39:22.738Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:39:22.738Z] ---> Running in 716b7330d94b [2021-02-05T00:39:23.331Z] Removing intermediate container 716b7330d94b [2021-02-05T00:39:23.331Z] ---> bc765087e2a0 [2021-02-05T00:39:23.331Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:39:23.593Z] ---> 706bd5f88e2e [2021-02-05T00:39:23.593Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:39:24.180Z] Removing intermediate container acba92ad820b [2021-02-05T00:39:24.180Z] ---> c43089aeffdb [2021-02-05T00:39:24.180Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:39:24.448Z] ---> Running in 1d0a70aba05d [2021-02-05T00:39:24.448Z] ---> 8338e0099c00 [2021-02-05T00:39:24.448Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:39:25.025Z] ---> 709f8545bfea [2021-02-05T00:39:25.025Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:39:25.025Z] ---> Running in a14cb531a967 [2021-02-05T00:39:25.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:25.285Z] Removing intermediate container a14cb531a967 [2021-02-05T00:39:25.285Z] ---> fcbba29c9783 [2021-02-05T00:39:25.285Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:25.285Z] ---> Running in 04671e560666 [2021-02-05T00:39:25.546Z] Removing intermediate container 04671e560666 [2021-02-05T00:39:25.546Z] ---> 0fb1138236d6 [2021-02-05T00:39:25.546Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:39:25.546Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:39:25.546Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:39:25.546Z] ---> aefe523efa57 [2021-02-05T00:39:25.546Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:39:25.546Z] ---> Running in 74e242f0e4de [2021-02-05T00:39:25.546Z] ---> Running in 5584aa641572 [2021-02-05T00:39:25.807Z] Removing intermediate container 74e242f0e4de [2021-02-05T00:39:25.807Z] ---> 1fcf49640543 [2021-02-05T00:39:25.807Z] Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:39:25.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:25.807Z] ---> Running in aeba9ab4b312 [2021-02-05T00:39:26.070Z] Removing intermediate container aeba9ab4b312 [2021-02-05T00:39:26.070Z] ---> ed389e81c306 [2021-02-05T00:39:26.070Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:39:26.070Z] ---> Running in 99e8e68ea5e8 [2021-02-05T00:39:26.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:26.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:26.331Z] Removing intermediate container 99e8e68ea5e8 [2021-02-05T00:39:26.331Z] ---> 94b1e5c4a1a7 [2021-02-05T00:39:26.331Z] [2021-02-05T00:39:26.331Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:39:26.331Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:39:26.331Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:39:26.331Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:26.331Z] OK: 12 MiB in 22 packages [2021-02-05T00:39:26.593Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:39:26.593Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:39:26.854Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:39:26.854Z] Successfully built 94b1e5c4a1a7 [2021-02-05T00:39:26.854Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T00:39:27.427Z]  Building docker-support-notifications-go ... done (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:39:27.427Z] Removing intermediate container 5584aa641572 [2021-02-05T00:39:27.427Z] ---> 4880c2030fca [2021-02-05T00:39:27.427Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:39:27.427Z] ---> Running in ff54939611b8 [2021-02-05T00:39:27.688Z] Removing intermediate container ff54939611b8 [2021-02-05T00:39:27.688Z] ---> 37241dd479bd [2021-02-05T00:39:27.688Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:39:27.688Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:39:27.688Z] ---> Running in cb4a6537bf02 [2021-02-05T00:39:27.688Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:39:27.964Z] Removing intermediate container cb4a6537bf02 [2021-02-05T00:39:27.964Z] ---> 44e59a79cd0f [2021-02-05T00:39:27.964Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:39:27.964Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:27.964Z] OK: 8 MiB in 20 packages [2021-02-05T00:39:27.964Z] ---> Running in f0ce15e25c2d [2021-02-05T00:39:27.964Z] Removing intermediate container f0ce15e25c2d [2021-02-05T00:39:27.964Z] ---> 159b6bedddc5 [2021-02-05T00:39:27.964Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:39:28.535Z] Removing intermediate container 1d0a70aba05d [2021-02-05T00:39:28.535Z] ---> d19561ea9388 [2021-02-05T00:39:28.535Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:39:28.535Z] ---> 92d69ffd5062 [2021-02-05T00:39:28.535Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:39:28.796Z] ---> f1535342af26 [2021-02-05T00:39:28.796Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:39:28.796Z] ---> 3a2ae296686e [2021-02-05T00:39:28.796Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:39:29.370Z] ---> 780dadaebdef [2021-02-05T00:39:29.370Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:39:29.370Z] ---> Running in c4de64a37dea [2021-02-05T00:39:29.370Z] ---> 99d578a8ef17 [2021-02-05T00:39:29.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:39:30.759Z] ---> 85c0907d8765 [2021-02-05T00:39:30.759Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:39:30.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:30.759Z] ---> Running in 760f2407fc27 [2021-02-05T00:39:30.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:30.759Z] Removing intermediate container 760f2407fc27 [2021-02-05T00:39:30.759Z] ---> 85e31a3bd45b [2021-02-05T00:39:30.759Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:30.760Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:39:30.760Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:39:30.760Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:39:30.760Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:39:30.760Z] ---> Running in 9906c8636eb4 [2021-02-05T00:39:30.760Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:39:30.760Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:39:31.020Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:39:31.592Z] Removing intermediate container 9906c8636eb4 [2021-02-05T00:39:31.592Z] ---> f044e19a0faa [2021-02-05T00:39:31.592Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:39:34.143Z] ---> Running in 60945635df28 [2021-02-05T00:39:34.144Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:39:34.144Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:39:34.144Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:39:34.144Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:39:34.144Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:39:34.144Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:39:34.144Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:39:34.144Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:39:34.405Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:39:34.405Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:39:34.405Z] Removing intermediate container 60945635df28 [2021-02-05T00:39:34.405Z] ---> b5c593e89497 [2021-02-05T00:39:34.405Z] Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:39:34.405Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:39:34.405Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:39:34.665Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:39:34.665Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:39:34.925Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:39:34.925Z] ---> Running in c3b7eaa02451 [2021-02-05T00:39:34.925Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:39:34.925Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:39:34.925Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:39:34.925Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:39:35.189Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:39:35.189Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:39:35.189Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:39:35.189Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:39:35.189Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:39:35.189Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:39:35.189Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:39:35.761Z] Removing intermediate container c3b7eaa02451 [2021-02-05T00:39:35.761Z] ---> 822ecde8d097 [2021-02-05T00:39:35.761Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:39:36.024Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:36.286Z] OK: 71 MiB in 55 packages [2021-02-05T00:39:36.286Z] ---> Running in 83040d39e986 [2021-02-05T00:39:36.549Z] Removing intermediate container 83040d39e986 [2021-02-05T00:39:36.549Z] ---> d19728b9dea4 [2021-02-05T00:39:36.549Z] [2021-02-05T00:39:36.811Z] Successfully built d19728b9dea4 [2021-02-05T00:39:36.811Z] Successfully tagged docker-core-data-go:latest [2021-02-05T00:39:42.106Z]  Building docker-core-data-go ... done Removing intermediate container c4de64a37dea [2021-02-05T00:39:42.106Z] ---> 25408dcac228 [2021-02-05T00:39:42.106Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:39:42.106Z] ---> Running in 11a0cd581166 [2021-02-05T00:39:44.026Z] Collecting docker-compose==1.23.2 [2021-02-05T00:39:44.026Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:39:44.026Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:39:44.026Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:39:44.598Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:39:44.598Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:39:44.598Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:39:44.598Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:39:44.860Z] 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-05T00:39:44.860Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:39:44.860Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:39:45.431Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:39:45.431Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:39:46.001Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:39:46.001Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:39:46.261Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:39:46.261Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:39:46.528Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:39:46.528Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:39:47.529Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:39:47.529Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:39:47.529Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:39:47.529Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:39:47.529Z] 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-05T00:39:47.802Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:39:47.802Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:39:48.077Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:39:48.077Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:39:48.077Z] 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-05T00:39:48.077Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:39:48.077Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:39:48.077Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:39:48.077Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:39:48.077Z] Installing collected packages: dockerpty, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, docopt, jsonschema, PyYAML, docker-compose [2021-02-05T00:39:48.077Z] Running setup.py install for dockerpty: started [2021-02-05T00:39:48.673Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:39:48.673Z] Attempting uninstall: urllib3 [2021-02-05T00:39:48.673Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:39:48.673Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:39:48.935Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:39:48.935Z] Attempting uninstall: idna [2021-02-05T00:39:48.935Z] Found existing installation: idna 2.9 [2021-02-05T00:39:48.935Z] Uninstalling idna-2.9: [2021-02-05T00:39:48.935Z] Successfully uninstalled idna-2.9 [2021-02-05T00:39:49.194Z] Attempting uninstall: requests [2021-02-05T00:39:49.194Z] Found existing installation: requests 2.23.0 [2021-02-05T00:39:49.194Z] Uninstalling requests-2.23.0: [2021-02-05T00:39:49.194Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:39:49.766Z] Running setup.py install for texttable: started [2021-02-05T00:39:50.343Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:39:50.343Z] Running setup.py install for docopt: started [2021-02-05T00:39:50.603Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:39:50.864Z] Running setup.py install for PyYAML: started [2021-02-05T00:39:51.434Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:39:51.695Z] 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-05T00:39:55.900Z] Removing intermediate container 11a0cd581166 [2021-02-05T00:39:55.900Z] ---> d6344b7a1363 [2021-02-05T00:39:55.900Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:39:55.900Z] ---> Running in d841e77bbe89 [2021-02-05T00:39:55.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:55.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:56.164Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:39:56.164Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:39:56.164Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:39:56.164Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:56.164Z] OK: 72 MiB in 58 packages [2021-02-05T00:39:56.735Z] Removing intermediate container d841e77bbe89 [2021-02-05T00:39:56.735Z] ---> 4e3157d6ece9 [2021-02-05T00:39:56.735Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:39:56.735Z] ---> Running in 26aef9244893 [2021-02-05T00:39:56.735Z] Removing intermediate container 26aef9244893 [2021-02-05T00:39:56.735Z] ---> f6151ac74b5a [2021-02-05T00:39:56.735Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:56.735Z] ---> Running in 895d0a4b749a [2021-02-05T00:39:56.995Z] Removing intermediate container 895d0a4b749a [2021-02-05T00:39:56.995Z] ---> 59cc17b9848d [2021-02-05T00:39:56.995Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T00:39:56.995Z] ---> Running in e23f34322134 [2021-02-05T00:39:57.257Z] Removing intermediate container e23f34322134 [2021-02-05T00:39:57.257Z] ---> 7de85e0d36bf [2021-02-05T00:39:57.257Z] Step 25/26 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:39:57.257Z] ---> Running in deb2deb38ce7 [2021-02-05T00:39:57.517Z] Removing intermediate container deb2deb38ce7 [2021-02-05T00:39:57.517Z] ---> 7f71c875bd72 [2021-02-05T00:39:57.517Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:39:57.517Z] ---> Running in 75f006f2b3ee [2021-02-05T00:39:57.517Z] Removing intermediate container 75f006f2b3ee [2021-02-05T00:39:57.517Z] ---> ff97f0e77561 [2021-02-05T00:39:57.517Z] [2021-02-05T00:39:57.778Z] Successfully built ff97f0e77561 [2021-02-05T00:39:57.778Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T00:39:58.047Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T00:39:58.074Z] $ docker stop --time=1 b06e01df95311f8dd28fc7322aba7df66f7fe0a38eaef15c300071fa31633975 [2021-02-05T00:39:59.624Z] $ docker rm -f b06e01df95311f8dd28fc7322aba7df66f7fe0a38eaef15c300071fa31633975 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:40:00.657Z] + docker images [2021-02-05T00:40:00.657Z] + grep docker [2021-02-05T00:40:00.927Z] docker-sys-mgmt-agent-go latest ff97f0e77561 3 seconds ago 313MB [2021-02-05T00:40:00.927Z] docker-core-data-go latest d19728b9dea4 24 seconds ago 22.3MB [2021-02-05T00:40:00.927Z] docker-support-notifications-go latest 94b1e5c4a1a7 34 seconds ago 17.6MB [2021-02-05T00:40:00.927Z] docker-security-bootstrapper-go latest e00badd5efcb 51 seconds ago 23.8MB [2021-02-05T00:40:00.927Z] docker-security-secretstore-setup-go latest a156ed7a984a 2 minutes ago 24.6MB [2021-02-05T00:40:00.927Z] docker-core-command-go latest 0220c653ed7e 2 minutes ago 16.9MB [2021-02-05T00:40:00.927Z] docker-core-metadata-go latest ed5dafe2f011 2 minutes ago 18.8MB [2021-02-05T00:40:00.927Z] docker-security-proxy-setup-go latest ec5d9d56f670 2 minutes ago 24.4MB [2021-02-05T00:40:00.927Z] docker-support-scheduler-go latest 9844c1d5b2bb 2 minutes ago 17MB [2021-02-05T00:40:00.927Z] 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-05T00:40:16.753Z] Still waiting to schedule task [2021-02-05T00:40:16.753Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-05T00:40:22.954Z] gofmt -l . [2021-02-05T00:40:22.954Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:40:22.954Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:40:22.954Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:40:23.614Z] + ls -al . [2021-02-05T00:40:23.614Z] total 716 [2021-02-05T00:40:23.614Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 00:40 . [2021-02-05T00:40:23.614Z] drwxr-xr-x 4 root root 4096 Feb 5 00:36 .. [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:34 .dockerignore [2021-02-05T00:40:23.614Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:34 .git [2021-02-05T00:40:23.614Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 00:34 .github [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:34 .gitignore [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:34 .sonarcloud.properties [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:34 Attribution.txt [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:34 CONTRIBUTING.md [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:34 Dockerfile.build [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:34 Jenkinsfile [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:34 LICENSE [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:34 Makefile [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:34 README.md [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:34 SECURITY.md [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:31 VERSION [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:34 ZMQWindows.md [2021-02-05T00:40:23.614Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 00:34 bin [2021-02-05T00:40:23.614Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:34 cmd [2021-02-05T00:40:23.614Z] -rw-r--r-- 1 root root 583066 Feb 5 00:39 coverage.out [2021-02-05T00:40:23.614Z] -rw-r--r-- 1 root root 1054 Feb 5 00:40 go.mod [2021-02-05T00:40:23.614Z] -rw-r--r-- 1 root root 19290 Feb 5 00:40 go.sum [2021-02-05T00:40:23.614Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:34 internal [2021-02-05T00:40:23.614Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:34 openapi [2021-02-05T00:40:23.614Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:34 snap [2021-02-05T00:40:23.614Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:34 version.go [Pipeline] sh [2021-02-05T00:40:24.280Z] + '[' -e coverage.out ] [2021-02-05T00:40:24.281Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:40:24.308Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T00:40:25.580Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:40:26.300Z] + make build [2021-02-05T00:40:26.301Z] 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-05T00:40:38.734Z] 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-05T00:41:00.915Z] 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-05T00:41:06.330Z] 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-05T00:41:13.037Z] 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-05T00:41:14.471Z] 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-05T00:41:19.882Z] 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-05T00:41:26.629Z] 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-05T00:41:30.936Z] 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-05T00:41:34.317Z] 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-05T00:41:37.689Z] 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-05T00:41:43.084Z] 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-05T00:41:47.389Z] 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-05T00:41:50.627Z] Running on prd-ubuntu18.04-docker-8c-8g-25126 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-05T00:41:50.684Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-05T00:41:53.079Z] using credential edgex-jenkins-ssh [2021-02-05T00:41:53.139Z] Cloning the remote Git repository [Pipeline] } [2021-02-05T00:41:54.137Z] $ docker stop --time=1 c2015c4693862b21c6ab2e65325527636f370bfb5a0c92a7b2cff795597618b0 [2021-02-05T00:41:53.156Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:41:53.233Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-05T00:41:53.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:41:53.265Z] > git --version # timeout=10 [2021-02-05T00:41:53.271Z] > git --version # 'git version 2.17.1' [2021-02-05T00:41:53.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:41:53.299Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:41:56.661Z] $ docker rm -f c2015c4693862b21c6ab2e65325527636f370bfb5a0c92a7b2cff795597618b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:41:58.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:41:58.653Z] [2021-02-05T00:41:58.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:41:59.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:41:59.304Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T00:41:59.304Z] 29e5d40040c1: Pulling fs layer [2021-02-05T00:41:59.304Z] 1ce36da41761: Pulling fs layer [2021-02-05T00:41:59.304Z] 25b303627fd3: Pulling fs layer [2021-02-05T00:41:59.897Z] 29e5d40040c1: Verifying Checksum [2021-02-05T00:41:59.897Z] 29e5d40040c1: Download complete [2021-02-05T00:42:00.172Z] 1ce36da41761: Verifying Checksum [2021-02-05T00:42:00.172Z] 1ce36da41761: Download complete [2021-02-05T00:42:00.448Z] 29e5d40040c1: Pull complete [2021-02-05T00:42:01.884Z] 1ce36da41761: Pull complete [2021-02-05T00:42:04.511Z] 25b303627fd3: Verifying Checksum [2021-02-05T00:42:04.511Z] 25b303627fd3: Download complete [2021-02-05T00:42:14.668Z] 25b303627fd3: Pull complete [2021-02-05T00:42:14.668Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T00:42:14.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:42:14.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T00:42:14.931Z] prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container [2021-02-05T00:42:14.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:42:18.303Z] $ docker top 1b3c84b1cbb0d8d9c27991c9198cd87346d1e805a76c546db1b95f1d93dc86eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:42:19.445Z] + grep parallel [2021-02-05T00:42:19.445Z] + docker-compose build --help [2021-02-05T00:42:23.770Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:42:23.783Z] $ docker stop --time=1 1b3c84b1cbb0d8d9c27991c9198cd87346d1e805a76c546db1b95f1d93dc86eb [2021-02-05T00:42:23.623Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:42:23.628Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:42:23.635Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:42:23.654Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:42:23.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:23.659Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:42:24.091Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 [2021-02-05T00:42:24.265Z] Merge succeeded, producing f473d71c2bf73b454fa65eb46b501f3ff7ed9b8c [2021-02-05T00:42:24.266Z] Checking out Revision f473d71c2bf73b454fa65eb46b501f3ff7ed9b8c (PR-3113) [2021-02-05T00:42:25.720Z] $ docker rm -f 1b3c84b1cbb0d8d9c27991c9198cd87346d1e805a76c546db1b95f1d93dc86eb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:42:26.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:42:26.533Z] . [Pipeline] withDockerContainer [2021-02-05T00:42:24.102Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:42:24.107Z] > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 [2021-02-05T00:42:24.178Z] > git remote # timeout=10 [2021-02-05T00:42:24.184Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:42:24.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:42:24.199Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:42:24.260Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:42:24.269Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:42:24.273Z] > git checkout -f f473d71c2bf73b454fa65eb46b501f3ff7ed9b8c # timeout=10 [2021-02-05T00:42:26.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-25115 does not seem to be running inside a container [2021-02-05T00:42:27.973Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-05T00:42:28.201Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:42:28.204Z] > git rev-list --no-walk eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 [2021-02-05T00:42:29.244Z] $ docker top 62d086de538329979de46450f5eb3d1b94acb4e7e46daaebee6075f58f651130 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:42:30.261Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:42:30.581Z] + echo snap-build.sh [2021-02-05T00:42:30.581Z] snap-build.sh [2021-02-05T00:42:30.581Z] + SNAP_BASE_DIR=. [2021-02-05T00:42:30.581Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-02-05T00:42:30.581Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-02-05T00:42:30.581Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-02-05T00:42:30.581Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-02-05T00:42:30.581Z] + cd /w/workspace/edgex-go/9 [2021-02-05T00:42:30.581Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T00:42:30.581Z] Reading package lists... [2021-02-05T00:42:30.581Z] Building dependency tree... [2021-02-05T00:42:30.581Z] Reading state information... [2021-02-05T00:42:30.843Z] The following packages were automatically installed and are no longer required: [2021-02-05T00:42:30.843Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T00:42:30.843Z] uidmap xdelta3 [2021-02-05T00:42:30.843Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T00:42:30.843Z] The following packages will be REMOVED: [2021-02-05T00:42:30.843Z] lxd* lxd-client* [2021-02-05T00:42:31.105Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T00:42:31.105Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T00:42:32.155Z] (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-05T00:42:32.155Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:32.735Z] Removing lxd dnsmasq configuration [2021-02-05T00:42:32.995Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:33.257Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T00:42:33.828Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T00:42:34.089Z] (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-05T00:42:34.089Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:42:34.556Z] Building docker-core-command-go ... [2021-02-05T00:42:34.557Z] Building docker-core-data-go ... [2021-02-05T00:42:34.557Z] Building docker-core-metadata-go ... [2021-02-05T00:42:34.557Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:42:34.557Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:42:34.557Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:42:34.557Z] Building docker-support-notifications-go ... [2021-02-05T00:42:34.557Z] Building docker-support-scheduler-go ... [2021-02-05T00:42:34.557Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:42:34.557Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:42:34.557Z] Building docker-security-proxy-setup-go [2021-02-05T00:42:34.557Z] Building docker-security-secretstore-setup-go [2021-02-05T00:42:34.557Z] Building docker-core-command-go [2021-02-05T00:42:34.557Z] Building docker-support-notifications-go [2021-02-05T00:42:35.502Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T00:42:35.502Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T00:42:36.453Z] + sudo snap remove --purge lxd [2021-02-05T00:42:36.718Z] snap "lxd" is not installed [2021-02-05T00:42:36.718Z] + sudo groupadd --force --system lxd [2021-02-05T00:42:36.718Z] ++ whoami [2021-02-05T00:42:36.718Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T00:42:36.718Z] + newgrp - lxd [2021-02-05T00:42:36.718Z] + sudo snap install lxd [2021-02-05T00:42:44.912Z] 2021-02-05T00:42:41Z INFO Waiting for automatic snapd restart... [2021-02-05T00:42:57.155Z] lxd 4.10 from Canonical* installed [2021-02-05T00:42:57.155Z] + sudo lxd init --auto [2021-02-05T00:43:07.161Z] + sudo snap install --classic snapcraft [2021-02-05T00:43:10.465Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:43:10.465Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T00:43:10.465Z] + patch --verbose -p1 [2021-02-05T00:43:10.465Z] Hmm... Looks like a unified diff to me... [2021-02-05T00:43:10.465Z] The text leading up to this was: [2021-02-05T00:43:10.465Z] -------------------------- [2021-02-05T00:43:10.465Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T00:43:10.465Z] |From: Tony Espy [2021-02-05T00:43:10.465Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T00:43:10.465Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T00:43:10.465Z] | [2021-02-05T00:43:10.465Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T00:43:10.465Z] |optimize the snap CI check run for pull requests. When [2021-02-05T00:43:10.465Z] |applied, it essentially strips out everything (apps and [2021-02-05T00:43:10.465Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T00:43:10.465Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T00:43:10.465Z] |catch changes to edgex-go that break the snap build. [2021-02-05T00:43:10.465Z] | [2021-02-05T00:43:10.465Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T00:43:10.465Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T00:43:10.465Z] |resulting in a failed snap build CI check in the associated [2021-02-05T00:43:10.465Z] |pull request. [2021-02-05T00:43:10.465Z] | [2021-02-05T00:43:10.465Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T00:43:10.465Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T00:43:10.465Z] |need to build the finally binary .snap file (and it won't [2021-02-05T00:43:10.465Z] |work with the patch applied). This further reduces the build [2021-02-05T00:43:10.465Z] |time. [2021-02-05T00:43:10.465Z] |--- [2021-02-05T00:43:10.465Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T00:43:10.465Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T00:43:10.465Z] | [2021-02-05T00:43:10.465Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T00:43:10.465Z] |index 1e537489..faf42425 100644 [2021-02-05T00:43:10.465Z] |--- a/snap/snapcraft.yaml [2021-02-05T00:43:10.465Z] |+++ b/snap/snapcraft.yaml [2021-02-05T00:43:10.465Z] -------------------------- [2021-02-05T00:43:10.465Z] patching file snap/snapcraft.yaml [2021-02-05T00:43:10.465Z] Using Plan A... [2021-02-05T00:43:10.465Z] Hunk #1 succeeded at 73. [2021-02-05T00:43:10.465Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T00:43:10.465Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T00:43:10.465Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T00:43:10.465Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T00:43:10.465Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T00:43:10.465Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T00:43:10.465Z] Hunk #8 succeeded at 342. [2021-02-05T00:43:10.465Z] Hmm... Ignoring the trailing garbage. [2021-02-05T00:43:10.465Z] done [2021-02-05T00:43:10.465Z] + sudo snapcraft prime --use-lxd [2021-02-05T00:43:11.848Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T00:43:11.848Z] 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-05T00:43:11.848Z] - README.md [2021-02-05T00:43:11.848Z] - snapcraft.yaml.orig [2021-02-05T00:43:11.848Z] [2021-02-05T00:43:11.848Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:43:12.420Z] Launching a container. [2021-02-05T00:43:24.678Z] Waiting for container to be ready [2021-02-05T00:43:24.678Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T00:43:24.678Z] [2021-02-05T00:43:27.978Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T00:43:28.238Z] Waiting for network to be ready... [2021-02-05T00:43:28.811Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:43:28.811Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:43:29.071Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:43:29.071Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:43:29.333Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:43:29.907Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:43:29.907Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:43:29.907Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:43:29.907Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:43:29.907Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:43:29.907Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:43:29.907Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:43:30.168Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:43:30.168Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:43:30.168Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:43:30.168Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:43:30.168Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:43:30.168Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:43:30.429Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:43:30.689Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:43:30.949Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:43:30.949Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:43:30.949Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:43:30.949Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:43:30.949Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:43:30.949Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:43:30.949Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:43:32.867Z] Fetched 23.9 MB in 4s (5443 kB/s) [2021-02-05T00:43:33.818Z] Reading package lists... [2021-02-05T00:43:34.079Z] Reading package lists... [2021-02-05T00:43:34.079Z] Building dependency tree... [2021-02-05T00:43:34.079Z] Reading state information... [2021-02-05T00:43:34.339Z] The following additional packages will be installed: [2021-02-05T00:43:34.339Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:43:34.339Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:43:34.339Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:43:34.339Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T00:43:34.339Z] Suggested packages: [2021-02-05T00:43:34.339Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T00:43:34.339Z] Recommended packages: [2021-02-05T00:43:34.339Z] gnupg libsasl2-modules [2021-02-05T00:43:34.339Z] The following NEW packages will be installed: [2021-02-05T00:43:34.339Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:43:34.339Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:43:34.339Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:43:34.339Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T00:43:34.339Z] The following packages will be upgraded: [2021-02-05T00:43:34.339Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T00:43:34.339Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T00:43:34.339Z] Need to get 3533 kB of archives. [2021-02-05T00:43:34.339Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T00:43:34.339Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T00:43:34.339Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T00:43:34.339Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T00:43:34.339Z] 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-05T00:43:34.339Z] 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-05T00:43:34.339Z] 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-05T00:43:34.339Z] 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-05T00:43:34.339Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T00:43:34.339Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T00:43:34.599Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T00:43:35.171Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T00:43:35.171Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T00:43:35.171Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T00:43:35.171Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T00:43:35.171Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T00:43:35.171Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T00:43:35.171Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T00:43:35.171Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T00:43:35.433Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T00:43:35.433Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T00:43:35.433Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T00:43:35.433Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T00:43:35.433Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:43:35.433Z] Fetched 3533 kB in 1s (3135 kB/s) [2021-02-05T00:43:35.693Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:43:35.693Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:43:35.693Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:43:35.693Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:43:35.693Z] Selecting previously unselected package udev. [2021-02-05T00:43:35.693Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:43:35.693Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:43:35.957Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T00:43:35.957Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T00:43:36.216Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:43:36.216Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:43:36.216Z] Selecting previously unselected package fuse. [2021-02-05T00:43:36.216Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:43:36.216Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:43:36.216Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:43:36.216Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:43:36.477Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:43:36.477Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:43:36.477Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:43:36.477Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:43:36.737Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T00:43:36.737Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T00:43:36.737Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:43:36.737Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T00:43:36.737Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:36.737Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:36.998Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T00:43:36.998Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:36.998Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:36.998Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T00:43:36.998Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:36.998Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:36.998Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T00:43:36.998Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:37.259Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:37.259Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T00:43:37.259Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:37.259Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:37.259Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T00:43:37.259Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:37.259Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:37.519Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T00:43:37.519Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:37.519Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:37.519Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T00:43:37.519Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:37.519Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:37.519Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T00:43:37.780Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:43:37.780Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:37.780Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T00:43:37.780Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:43:37.780Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:43:37.780Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T00:43:37.780Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:43:37.780Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:43:38.042Z] Selecting previously unselected package libldap-common. [2021-02-05T00:43:38.042Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T00:43:38.042Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:43:38.042Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T00:43:38.042Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T00:43:38.042Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:43:38.042Z] Selecting previously unselected package dirmngr. [2021-02-05T00:43:38.042Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:43:38.304Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:43:38.304Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:43:38.304Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T00:43:38.304Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:43:38.304Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:43:38.304Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:43:38.564Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T00:43:38.565Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:38.565Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:43:38.565Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:43:38.565Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T00:43:38.826Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T00:43:39.086Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.086Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T00:43:39.086Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:43:39.086Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T00:43:39.086Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.086Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.086Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.345Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.345Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.345Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.345Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:43:39.345Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:43:39.345Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:43:39.345Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:43:39.917Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T00:43:39.917Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T00:43:39.917Z] This means they are not meant to be enabled using systemctl. [2021-02-05T00:43:39.917Z] Possible reasons for having this kind of units are: [2021-02-05T00:43:39.917Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T00:43:39.917Z] .wants/ or .requires/ directory. [2021-02-05T00:43:39.917Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T00:43:39.917Z] a requirement dependency on it. [2021-02-05T00:43:39.917Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T00:43:39.917Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T00:43:39.917Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T00:43:39.917Z] instance name specified. [2021-02-05T00:43:39.917Z] Reading package lists... [2021-02-05T00:43:40.179Z] Building dependency tree... [2021-02-05T00:43:40.179Z] Reading state information... [2021-02-05T00:43:40.179Z] The following additional packages will be installed: [2021-02-05T00:43:40.179Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T00:43:40.179Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T00:43:40.179Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T00:43:40.179Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T00:43:40.179Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T00:43:40.179Z] Suggested packages: [2021-02-05T00:43:40.179Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T00:43:40.179Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T00:43:40.179Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T00:43:40.179Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T00:43:40.179Z] systemd-container policykit-1 [2021-02-05T00:43:40.179Z] Recommended packages: [2021-02-05T00:43:40.179Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T00:43:40.440Z] The following NEW packages will be installed: [2021-02-05T00:43:40.440Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T00:43:40.440Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T00:43:40.440Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T00:43:40.440Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T00:43:40.440Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T00:43:40.440Z] The following packages will be upgraded: [2021-02-05T00:43:40.440Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T00:43:40.440Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T00:43:40.440Z] Need to get 35.2 MB of archives. [2021-02-05T00:43:40.440Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T00:43:40.440Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T00:43:40.440Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T00:43:41.011Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T00:43:41.271Z] 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-05T00:43:41.271Z] 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-05T00:43:41.271Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T00:43:41.271Z] 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-05T00:43:41.531Z] 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-05T00:43:41.531Z] 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-05T00:43:41.531Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T00:43:41.531Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T00:43:41.531Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T00:43:41.531Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-05T00:43:41.531Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T00:43:41.531Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T00:43:41.531Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T00:43:41.531Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T00:43:41.531Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T00:43:41.531Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T00:43:41.531Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T00:43:41.531Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T00:43:41.531Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T00:43:41.531Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T00:43:41.531Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T00:43:41.531Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T00:43:41.531Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T00:43:41.531Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T00:43:41.531Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-05T00:43:41.791Z] 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-05T00:43:41.791Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T00:43:42.779Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:43:42.779Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2021-02-05T00:43:42.779Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:43:42.779Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:43:43.046Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:43:43.619Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:43:43.619Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:43:43.619Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:43:43.880Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:43:43.880Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:43:43.880Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:43:43.880Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T00:43:44.145Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:43:44.145Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:43:44.145Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:43:44.415Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T00:43:44.415Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T00:43:44.676Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T00:43:44.936Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T00:43:44.936Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:43:44.936Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:43:45.197Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T00:43:45.197Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:43:45.197Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:45.197Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T00:43:45.197Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T00:43:45.197Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:43:45.457Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T00:43:45.458Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:43:45.458Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:45.737Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:43:45.737Z] Checking for services that may need to be restarted...done. [2021-02-05T00:43:45.737Z] Checking for services that may need to be restarted...done. [2021-02-05T00:43:45.998Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:45.998Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:43:45.998Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:46.568Z] Selecting previously unselected package python3-minimal. [2021-02-05T00:43:46.568Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T00:43:46.568Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:43:46.568Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T00:43:46.568Z] Selecting previously unselected package mime-support. [2021-02-05T00:43:46.568Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T00:43:46.568Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T00:43:46.829Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T00:43:46.829Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T00:43:46.829Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:43:46.829Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T00:43:46.829Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:43:46.829Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:47.089Z] Selecting previously unselected package python3.6. [2021-02-05T00:43:47.089Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:43:47.089Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:47.089Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T00:43:47.089Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:43:47.089Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:43:47.351Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T00:43:47.613Z] Selecting previously unselected package python3. [2021-02-05T00:43:47.613Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T00:43:47.613Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:43:47.613Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T00:43:47.613Z] Selecting previously unselected package multiarch-support. [2021-02-05T00:43:47.613Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:43:47.613Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:43:47.613Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:43:47.875Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T00:43:47.875Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T00:43:47.875Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T00:43:47.875Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:43:47.875Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T00:43:47.875Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T00:43:47.875Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:43:48.136Z] Selecting previously unselected package sudo. [2021-02-05T00:43:48.136Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T00:43:48.136Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:43:48.136Z] Selecting previously unselected package apparmor. [2021-02-05T00:43:48.136Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:43:48.136Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T00:43:48.396Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T00:43:48.396Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T00:43:48.396Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:43:48.396Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T00:43:48.396Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:43:48.396Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:48.396Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T00:43:48.396Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:43:48.396Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:48.656Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T00:43:48.657Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T00:43:48.657Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:43:48.657Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T00:43:48.657Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:43:48.657Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:48.918Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T00:43:48.918Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:43:48.918Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:48.918Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T00:43:48.918Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T00:43:48.918Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:43:49.179Z] Selecting previously unselected package openssh-client. [2021-02-05T00:43:49.179Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T00:43:49.179Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:43:49.179Z] Selecting previously unselected package squashfs-tools. [2021-02-05T00:43:49.179Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:43:49.179Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:43:49.440Z] Selecting previously unselected package snapd. [2021-02-05T00:43:49.440Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T00:43:49.440Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T00:43:51.982Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:43:51.982Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:43:51.982Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T00:43:51.982Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:43:51.982Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:43:51.982Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:51.982Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:43:51.982Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T00:43:51.982Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T00:43:52.922Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:43:52.922Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:43:52.922Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:43:52.922Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:52.922Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:52.922Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:43:53.493Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:43:53.493Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:53.493Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:43:53.754Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T00:43:53.754Z] running python rtupdate hooks for python3.6... [2021-02-05T00:43:53.754Z] running python post-rtupdate hooks for python3.6... [2021-02-05T00:43:53.754Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T00:43:55.136Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T00:43:55.136Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:43:55.136Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:43:55.396Z] Setting up snapd (2.48+18.04) ... [2021-02-05T00:43:55.656Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T00:43:55.915Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T00:43:55.915Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T00:43:56.175Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T00:43:56.347Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:56.347Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:56.347Z] ---> bc35cd933c9e [2021-02-05T00:43:56.347Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:43:56.347Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:56.347Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:56.347Z] ---> bc35cd933c9e [2021-02-05T00:43:56.347Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:43:56.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:56.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:56.347Z] ---> bc35cd933c9e [2021-02-05T00:43:56.347Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:43:56.347Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:56.347Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:56.347Z] ---> bc35cd933c9e [2021-02-05T00:43:56.347Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:43:56.347Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:56.347Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:56.347Z] ---> bc35cd933c9e [2021-02-05T00:43:56.347Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:43:56.347Z] ---> Running in 2644a04fdafd [2021-02-05T00:43:56.347Z] ---> Running in fecc427d47e6 [2021-02-05T00:43:56.347Z] ---> Running in 1519b8eafc06 [2021-02-05T00:43:56.347Z] ---> Running in e0a02423eaa9 [2021-02-05T00:43:56.347Z] ---> Running in c17d56e13856 [2021-02-05T00:43:56.347Z] Removing intermediate container 1519b8eafc06 [2021-02-05T00:43:56.347Z] ---> c211cd545b86 [2021-02-05T00:43:56.347Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:56.347Z] Removing intermediate container e0a02423eaa9 [2021-02-05T00:43:56.347Z] ---> 2df3dc9e2414 [2021-02-05T00:43:56.347Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:56.347Z] Removing intermediate container c17d56e13856 [2021-02-05T00:43:56.347Z] ---> 3535a3777f2a [2021-02-05T00:43:56.347Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:56.347Z] Removing intermediate container fecc427d47e6 [2021-02-05T00:43:56.347Z] ---> af552fad103c [2021-02-05T00:43:56.347Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:56.347Z] Removing intermediate container 2644a04fdafd [2021-02-05T00:43:56.347Z] ---> 562f35c7a1f5 [2021-02-05T00:43:56.347Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:56.347Z] ---> Running in 56a7956ed195 [2021-02-05T00:43:56.347Z] ---> Running in 27080b91fcc5 [2021-02-05T00:43:56.347Z] ---> Running in 96fb70f74d47 [2021-02-05T00:43:56.347Z] ---> Running in fbb6333939cd [2021-02-05T00:43:56.347Z] ---> Running in eda6bf58471e [2021-02-05T00:43:56.347Z] Removing intermediate container 56a7956ed195 [2021-02-05T00:43:56.348Z] ---> 9a2febccb308 [2021-02-05T00:43:56.348Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:43:56.348Z] Removing intermediate container 96fb70f74d47 [2021-02-05T00:43:56.348Z] ---> aa73d9cdb109 [2021-02-05T00:43:56.348Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:43:56.348Z] ---> Running in 621e8d503f23 [2021-02-05T00:43:56.348Z] ---> Running in 13243297baa0 [2021-02-05T00:43:56.348Z] Removing intermediate container 27080b91fcc5 [2021-02-05T00:43:56.348Z] ---> 4dacdec47f9b [2021-02-05T00:43:56.348Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:43:56.348Z] Removing intermediate container eda6bf58471e [2021-02-05T00:43:56.348Z] ---> d0f807db7ab7 [2021-02-05T00:43:56.348Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:43:56.348Z] Removing intermediate container fbb6333939cd [2021-02-05T00:43:56.348Z] ---> 3f842efcf450 [2021-02-05T00:43:56.348Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:43:56.348Z] ---> Running in bd0ea8245ccb [2021-02-05T00:43:56.348Z] ---> Running in 6e40e31f2dac [2021-02-05T00:43:56.348Z] ---> Running in cba6bfb1d585 [2021-02-05T00:43:56.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:56.451Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:43:56.451Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:43:56.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:56.715Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T00:43:56.715Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T00:43:56.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:56.976Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T00:43:57.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:57.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:57.237Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T00:43:57.237Z] /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-05T00:43:57.237Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:43:57.237Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:43:57.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.177Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:43:58.177Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:43:58.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.437Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:43:58.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:59.169Z] OK: 217 MiB in 51 packages [2021-02-05T00:43:59.378Z] Reading package lists... [2021-02-05T00:43:59.637Z] Reading package lists... [2021-02-05T00:43:59.638Z] Building dependency tree... [2021-02-05T00:43:59.638Z] Reading state information... [2021-02-05T00:43:59.638Z] Calculating upgrade... [2021-02-05T00:43:59.762Z] OK: 217 MiB in 51 packages [2021-02-05T00:43:59.762Z] OK: 217 MiB in 51 packages [2021-02-05T00:43:59.898Z] The following packages will be upgraded: [2021-02-05T00:43:59.898Z] advancecomp base-files bash binutils binutils-common [2021-02-05T00:43:59.898Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T00:43:59.898Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T00:43:59.898Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T00:43:59.898Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T00:43:59.898Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T00:43:59.898Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T00:43:59.898Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T00:43:59.898Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T00:43:59.898Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T00:43:59.899Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T00:43:59.899Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T00:43:59.899Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T00:43:59.899Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T00:43:59.899Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T00:44:00.030Z] OK: 217 MiB in 51 packages [2021-02-05T00:44:00.030Z] OK: 217 MiB in 51 packages [2021-02-05T00:44:00.159Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:44:00.159Z] Need to get 63.8 MB of archives. [2021-02-05T00:44:00.159Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T00:44:00.159Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T00:44:00.159Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T00:44:00.728Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T00:44:00.728Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T00:44:00.728Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T00:44:00.728Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T00:44:00.728Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T00:44:00.728Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T00:44:00.728Z] 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-05T00:44:00.728Z] 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-05T00:44:00.728Z] 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-05T00:44:00.728Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T00:44:00.988Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T00:44:00.988Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T00:44:00.988Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T00:44:00.988Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-05T00:44:00.988Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T00:44:00.988Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T00:44:00.988Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T00:44:00.989Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T00:44:00.989Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T00:44:00.989Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T00:44:00.989Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T00:44:00.989Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T00:44:00.989Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T00:44:00.989Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T00:44:00.989Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T00:44:00.989Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T00:44:00.989Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T00:44:01.013Z] Removing intermediate container 621e8d503f23 [2021-02-05T00:44:01.013Z] ---> f8f22114a7a2 [2021-02-05T00:44:01.013Z] Step 6/21 : COPY go.mod . [2021-02-05T00:44:01.250Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T00:44:01.250Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T00:44:01.250Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T00:44:01.250Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T00:44:01.250Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T00:44:01.250Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T00:44:01.250Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T00:44:01.250Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-05T00:44:01.250Z] Get:38 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-05T00:44:01.250Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-05T00:44:01.250Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T00:44:01.250Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-05T00:44:01.250Z] Get:42 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-05T00:44:01.250Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T00:44:01.250Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T00:44:01.284Z] Removing intermediate container bd0ea8245ccb [2021-02-05T00:44:01.284Z] ---> 69fee8122438 [2021-02-05T00:44:01.284Z] Step 6/24 : COPY go.mod . [2021-02-05T00:44:01.512Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T00:44:01.512Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T00:44:01.512Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-05T00:44:01.512Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T00:44:01.512Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T00:44:01.512Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T00:44:01.512Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T00:44:01.512Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T00:44:01.512Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T00:44:01.512Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T00:44:01.512Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-05T00:44:01.512Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T00:44:01.512Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T00:44:01.512Z] Get:58 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-05T00:44:01.512Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T00:44:01.512Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T00:44:01.512Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T00:44:01.512Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T00:44:01.512Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T00:44:01.512Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T00:44:01.513Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T00:44:01.513Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T00:44:01.513Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T00:44:01.513Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T00:44:01.513Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T00:44:01.513Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T00:44:01.513Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-05T00:44:01.513Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T00:44:01.513Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T00:44:01.513Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-05T00:44:01.778Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-05T00:44:01.778Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T00:44:01.778Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T00:44:01.778Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-05T00:44:01.778Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T00:44:01.778Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T00:44:01.778Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-05T00:44:01.778Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T00:44:01.778Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-05T00:44:01.778Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T00:44:01.778Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T00:44:01.778Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T00:44:01.779Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T00:44:01.779Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T00:44:01.880Z] Removing intermediate container 6e40e31f2dac [2021-02-05T00:44:01.880Z] ---> 875baae5a357 [2021-02-05T00:44:01.880Z] Step 6/22 : COPY go.mod . [2021-02-05T00:44:01.880Z] Removing intermediate container cba6bfb1d585 [2021-02-05T00:44:01.880Z] ---> 7a6946e1292b [2021-02-05T00:44:01.880Z] Step 6/23 : COPY go.mod . [2021-02-05T00:44:01.880Z] Removing intermediate container 13243297baa0 [2021-02-05T00:44:01.880Z] ---> 52304867b95d [2021-02-05T00:44:01.880Z] Step 6/26 : COPY go.mod . [2021-02-05T00:44:02.055Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T00:44:02.055Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T00:44:02.150Z] ---> f080cc74fad9 [2021-02-05T00:44:02.150Z] Step 7/21 : RUN go mod download [2021-02-05T00:44:02.315Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T00:44:02.426Z] ---> Running in 163fdb2f0ff9 [2021-02-05T00:44:02.426Z] ---> e37d57cd25da [2021-02-05T00:44:02.426Z] Step 7/24 : RUN go mod download [2021-02-05T00:44:02.886Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-05T00:44:02.886Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-05T00:44:02.886Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T00:44:03.019Z] ---> Running in b65df6efe1cd [2021-02-05T00:44:03.019Z] ---> d071316460b3 [2021-02-05T00:44:03.019Z] Step 7/22 : RUN go mod download [2021-02-05T00:44:03.019Z] ---> c3ab4a77d94e [2021-02-05T00:44:03.019Z] Step 7/23 : RUN go mod download [2021-02-05T00:44:03.019Z] ---> df9083118576 [2021-02-05T00:44:03.019Z] Step 7/26 : RUN go mod download [2021-02-05T00:44:03.146Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-05T00:44:03.146Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T00:44:03.146Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T00:44:03.146Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T00:44:03.146Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T00:44:03.294Z] ---> Running in 6b20b5cfc7fb [2021-02-05T00:44:03.294Z] ---> Running in 5f14c1aac350 [2021-02-05T00:44:03.294Z] ---> Running in 8ea22f4eadd5 [2021-02-05T00:44:03.406Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:03.406Z] Fetched 63.8 MB in 3s (19.3 MB/s) [2021-02-05T00:44:03.406Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:03.406Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:03.406Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:03.978Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:03.978Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:04.238Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T00:44:04.238Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T00:44:05.179Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.179Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:05.179Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.179Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:05.179Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.179Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:05.439Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.439Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:05.439Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.439Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:05.699Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.699Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:05.699Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.699Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:05.960Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:05.960Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:05.960Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:05.960Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T00:44:06.221Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:06.221Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:06.221Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:06.221Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:06.221Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:06.481Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:06.481Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:06.481Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:44:06.698Z] Removing intermediate container 163fdb2f0ff9 [2021-02-05T00:44:06.698Z] ---> d7a4f2429a2b [2021-02-05T00:44:06.698Z] Step 8/21 : COPY . . [2021-02-05T00:44:06.742Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:06.742Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:06.742Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:07.001Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:07.262Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:44:07.302Z] Removing intermediate container b65df6efe1cd [2021-02-05T00:44:07.303Z] ---> c1e120373149 [2021-02-05T00:44:07.303Z] Step 8/24 : COPY . . [2021-02-05T00:44:07.841Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:44:07.841Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T00:44:07.841Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T00:44:07.841Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T00:44:07.841Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T00:44:07.904Z] Removing intermediate container 6b20b5cfc7fb [2021-02-05T00:44:07.904Z] ---> 3a0e8d090163 [2021-02-05T00:44:07.904Z] Step 8/22 : COPY . . [2021-02-05T00:44:07.904Z] Removing intermediate container 5f14c1aac350 [2021-02-05T00:44:07.904Z] ---> 5fc9f5c004d9 [2021-02-05T00:44:07.904Z] Step 8/23 : COPY . . [2021-02-05T00:44:08.101Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T00:44:08.102Z] Installing new version of config file /etc/issue ... [2021-02-05T00:44:08.102Z] Installing new version of config file /etc/issue.net ... [2021-02-05T00:44:08.102Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T00:44:08.102Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T00:44:08.363Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T00:44:08.363Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T00:44:08.363Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T00:44:08.504Z] Removing intermediate container 8ea22f4eadd5 [2021-02-05T00:44:08.504Z] ---> 24f8cb2e7801 [2021-02-05T00:44:08.504Z] Step 8/26 : COPY . . [2021-02-05T00:44:08.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:08.623Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T00:44:08.623Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T00:44:08.623Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T00:44:08.884Z] 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-05T00:44:08.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:08.884Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:08.884Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:08.884Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:09.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:09.144Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T00:44:09.144Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T00:44:09.144Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T00:44:09.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:09.405Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T00:44:09.405Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:44:09.405Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T00:44:09.665Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:09.666Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:09.666Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:09.927Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:09.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:09.927Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:09.927Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:10.188Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:10.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:10.188Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T00:44:10.188Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T00:44:10.188Z] Setting up grep (3.1-2build1) ... [2021-02-05T00:44:10.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:10.449Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:44:10.449Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T00:44:10.449Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T00:44:10.709Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:10.709Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:10.709Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:10.709Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:10.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:10.968Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:10.968Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:11.541Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:11.541Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:11.541Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:44:11.541Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:12.110Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T00:44:12.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:12.110Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T00:44:12.110Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:44:13.512Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:44:13.512Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:44:13.512Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:44:13.512Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:44:13.512Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:44:13.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:13.783Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T00:44:13.783Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T00:44:13.783Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T00:44:14.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:14.043Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:14.043Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:14.043Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:14.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:14.043Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:14.304Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:14.304Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:14.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:14.304Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:14.304Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:14.575Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:14.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:14.575Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:14.575Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:14.835Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:14.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:14.836Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:14.836Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:15.096Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:15.096Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:15.096Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:15.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:15.359Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:44:15.359Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:15.359Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:15.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:15.359Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:15.359Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:15.619Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:15.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:15.619Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:15.619Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:15.879Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:15.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:15.879Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:15.879Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:16.449Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:16.711Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T00:44:16.971Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T00:44:16.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:16.971Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:44:16.971Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:44:17.236Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:44:17.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:44:17.504Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T00:44:17.504Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:44:17.765Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:17.765Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:17.765Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T00:44:17.765Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T00:44:18.024Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T00:44:18.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:18.285Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T00:44:18.285Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:44:18.285Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:44:18.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:18.546Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T00:44:18.546Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:44:18.546Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:44:18.808Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:18.808Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:44:18.808Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:18.808Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:19.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:19.068Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:44:19.068Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:19.068Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:19.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:19.330Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:44:19.330Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:19.590Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:19.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:19.852Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:44:19.852Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:44:19.852Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:44:19.852Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:44:20.111Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:20.111Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:20.111Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:20.111Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:20.111Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T00:44:20.111Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T00:44:20.371Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T00:44:20.371Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:20.371Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T00:44:20.371Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:44:20.631Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:44:20.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:20.891Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:20.891Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:44:20.891Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:44:21.151Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:21.151Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T00:44:21.151Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T00:44:21.151Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T00:44:21.151Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:21.151Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:44:21.412Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T00:44:21.672Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T00:44:21.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:21.672Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:44:21.932Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:44:21.932Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T00:44:21.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:21.932Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T00:44:21.932Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T00:44:22.192Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T00:44:22.192Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:22.192Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T00:44:22.192Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T00:44:22.452Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T00:44:22.452Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:22.452Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T00:44:22.452Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T00:44:22.717Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T00:44:22.717Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:22.717Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T00:44:22.978Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T00:44:22.978Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T00:44:22.978Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:22.978Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:44:23.256Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T00:44:23.257Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T00:44:23.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:44:23.257Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T00:44:23.257Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T00:44:23.542Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T00:44:23.542Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T00:44:23.542Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:44:23.542Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:44:23.542Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:44:23.841Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:44:23.841Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:44:23.841Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:44:24.136Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T00:44:24.136Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T00:44:24.421Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:44:24.421Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T00:44:24.421Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:44:24.421Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T00:44:24.421Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T00:44:24.421Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T00:44:24.719Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T00:44:24.719Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T00:44:24.719Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T00:44:24.719Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T00:44:25.099Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T00:44:25.099Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T00:44:25.099Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T00:44:25.099Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T00:44:25.360Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T00:44:25.360Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T00:44:25.940Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T00:44:25.940Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T00:44:26.200Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:44:26.200Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T00:44:26.200Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:26.200Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:26.462Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:26.462Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:26.724Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:26.724Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:26.724Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:44:26.724Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:44:26.986Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:26.986Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:26.986Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:27.249Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:27.249Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:27.249Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:27.510Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:27.510Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:28.474Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:28.474Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:29.044Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:29.304Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:29.874Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:29.874Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:30.136Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:30.136Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:31.076Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:44:31.076Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:44:31.076Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:44:31.076Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:44:31.076Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:44:31.076Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:44:31.335Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:44:31.335Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:44:31.595Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T00:44:31.595Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T00:44:31.595Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:44:31.595Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:44:31.855Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:44:31.855Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:44:31.855Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T00:44:31.855Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T00:44:32.115Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:32.115Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:44:32.115Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:32.115Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:32.115Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:32.115Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T00:44:32.115Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T00:44:32.115Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T00:44:32.376Z] [2021-02-05T00:44:32.376Z] Current default time zone: 'Etc/UTC' [2021-02-05T00:44:32.376Z] Local time is now: Fri Feb 5 00:44:32 UTC 2021. [2021-02-05T00:44:32.376Z] Universal Time is now: Fri Feb 5 00:44:32 UTC 2021. [2021-02-05T00:44:32.376Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T00:44:32.376Z] [2021-02-05T00:44:32.376Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T00:44:32.376Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:32.376Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T00:44:32.376Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:44:32.376Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T00:44:32.376Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T00:44:32.376Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:44:32.635Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:44:32.635Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T00:44:32.635Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:44:32.635Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:32.635Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:44:32.896Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:32.896Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:44:32.896Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:32.896Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T00:44:32.896Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:44:32.896Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T00:44:33.155Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:44:33.155Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T00:44:33.155Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T00:44:33.155Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:44:33.155Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T00:44:35.067Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:44:35.322Z] ---> cfd1f775e9a5 [2021-02-05T00:44:35.322Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:44:35.322Z] ---> f900ab1fd99e [2021-02-05T00:44:35.322Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:44:35.322Z] ---> Running in 5bcab98343de [2021-02-05T00:44:35.322Z] ---> Running in 3b4901a22910 [2021-02-05T00:44:35.322Z] ---> afce3b06a30e [2021-02-05T00:44:35.322Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:44:35.322Z] ---> 4f85905164e6 [2021-02-05T00:44:35.322Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:44:35.322Z] ---> a52c525022b1 [2021-02-05T00:44:35.322Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:44:35.322Z] ---> Running in d6f9c18a8b8f [2021-02-05T00:44:35.322Z] ---> Running in 9f22747cbb9a [2021-02-05T00:44:35.322Z] ---> Running in c289676bc8d8 [2021-02-05T00:44:35.322Z] 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-05T00:44:35.322Z] 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-05T00:44:35.638Z] 23 added, 27 removed; done. [2021-02-05T00:44:35.638Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:44:35.638Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:44:35.638Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T00:44:35.638Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T00:44:35.900Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T00:44:35.900Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:35.900Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:44:35.900Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:35.900Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:35.900Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:35.900Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:35.900Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:35.900Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T00:44:35.918Z] 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-05T00:44:36.162Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:44:36.162Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:44:36.162Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T00:44:36.162Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:44:36.162Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:36.162Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:44:36.162Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:44:36.194Z] 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-05T00:44:36.194Z] 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-05T00:44:36.423Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T00:44:36.423Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:44:36.423Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:44:36.423Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:44:36.423Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T00:44:36.683Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T00:44:36.683Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:44:37.253Z] 0 added, 0 removed; done. [2021-02-05T00:44:37.253Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T00:44:37.253Z] done. [2021-02-05T00:44:37.512Z] Reading package lists... [2021-02-05T00:44:37.773Z] Building dependency tree... [2021-02-05T00:44:37.773Z] Reading state information... [2021-02-05T00:44:37.773Z] The following NEW packages will be installed: [2021-02-05T00:44:37.773Z] apt-transport-https [2021-02-05T00:44:38.033Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:44:38.033Z] Need to get 1696 B of archives. [2021-02-05T00:44:38.033Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T00:44:38.033Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T00:44:38.033Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:44:38.033Z] Fetched 1696 B in 0s (46.8 kB/s) [2021-02-05T00:44:38.033Z] Selecting previously unselected package apt-transport-https. [2021-02-05T00:44:38.033Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T00:44:38.033Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T00:44:38.033Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:44:38.033Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:44:38.292Z] Waiting for network to be ready... [2021-02-05T00:44:43.586Z] 2021-02-05T00:44:41Z INFO Waiting for automatic snapd restart... [2021-02-05T00:44:43.845Z] snapd 2.48.2 from Canonical* installed [2021-02-05T00:44:44.786Z] "snapd" switched to the "latest/stable" channel [2021-02-05T00:44:44.786Z] [2021-02-05T00:44:47.325Z] core18 20201210 from Canonical* installed [2021-02-05T00:44:47.587Z] "core18" switched to the "latest/stable" channel [2021-02-05T00:44:47.587Z] [2021-02-05T00:44:50.888Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:44:50.888Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T00:44:50.888Z] [2021-02-05T00:44:54.182Z] 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-05T00:44:54.182Z] - README.md [2021-02-05T00:44:54.182Z] - snapcraft.yaml.orig [2021-02-05T00:44:54.182Z] [2021-02-05T00:44:54.182Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:45:00.804Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:00.804Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:45:00.804Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:45:00.804Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:45:01.752Z] Reading package lists... [2021-02-05T00:45:02.018Z] 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-05T00:45:08.597Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:08.597Z] Reading package lists... [2021-02-05T00:45:08.597Z] Building dependency tree... [2021-02-05T00:45:08.597Z] Reading state information... [2021-02-05T00:45:08.597Z] Suggested packages: [2021-02-05T00:45:08.597Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T00:45:08.597Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T00:45:08.597Z] Recommended packages: [2021-02-05T00:45:08.597Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T00:45:08.597Z] The following NEW packages will be installed: [2021-02-05T00:45:08.597Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T00:45:08.597Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T00:45:08.597Z] pkg-config zip [2021-02-05T00:45:08.597Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:45:08.597Z] Need to get 7655 kB of archives. [2021-02-05T00:45:08.597Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T00:45:08.597Z] 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-05T00:45:08.597Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T00:45:08.597Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T00:45:08.597Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T00:45:08.597Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T00:45:08.597Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T00:45:08.597Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T00:45:08.857Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T00:45:08.857Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T00:45:08.857Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T00:45:08.857Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T00:45:09.117Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T00:45:09.117Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T00:45:09.117Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T00:45:09.117Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T00:45:09.117Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:45:09.378Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-02-05T00:45:09.378Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T00:45:09.378Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T00:45:09.378Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T00:45:09.378Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:45:09.638Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T00:45:09.638Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T00:45:09.638Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:45:09.638Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T00:45:09.638Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T00:45:09.638Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:45:09.638Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T00:45:09.638Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T00:45:09.638Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:45:09.898Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T00:45:09.898Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T00:45:09.898Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:45:09.898Z] Selecting previously unselected package liberror-perl. [2021-02-05T00:45:09.898Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T00:45:09.898Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T00:45:09.898Z] Selecting previously unselected package git-man. [2021-02-05T00:45:09.898Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T00:45:09.898Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:10.158Z] Selecting previously unselected package git. [2021-02-05T00:45:10.158Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T00:45:10.158Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:11.098Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T00:45:11.098Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T00:45:11.098Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:45:11.098Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T00:45:11.098Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T00:45:11.098Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:45:11.098Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T00:45:11.098Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T00:45:11.098Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:45:11.098Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T00:45:11.098Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:11.357Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:11.357Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T00:45:11.357Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:45:11.357Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:11.357Z] Selecting previously unselected package pkg-config. [2021-02-05T00:45:11.357Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T00:45:11.357Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:45:11.617Z] Selecting previously unselected package zip. [2021-02-05T00:45:11.617Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T00:45:11.617Z] Unpacking zip (3.0-11build1) ... [2021-02-05T00:45:11.617Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:45:11.617Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:11.617Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:45:11.617Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T00:45:11.617Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:45:11.877Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:45:11.878Z] No schema files found: doing nothing. [2021-02-05T00:45:11.878Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:45:11.878Z] Setting up zip (3.0-11build1) ... [2021-02-05T00:45:11.878Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:45:11.878Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:45:11.878Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:45:11.878Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:11.878Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:45:11.878Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:45:12.138Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:45:12.138Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:45:18.720Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:18.720Z] git set to automatically installed. [2021-02-05T00:45:18.720Z] git-man set to automatically installed. [2021-02-05T00:45:18.720Z] libcurl3-gnutls set to automatically installed. [2021-02-05T00:45:18.720Z] liberror-perl set to automatically installed. [2021-02-05T00:45:18.720Z] libglib2.0-0 set to automatically installed. [2021-02-05T00:45:18.720Z] libnghttp2-14 set to automatically installed. [2021-02-05T00:45:18.720Z] libnorm1 set to automatically installed. [2021-02-05T00:45:18.720Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T00:45:18.720Z] libpsl5 set to automatically installed. [2021-02-05T00:45:18.720Z] librtmp1 set to automatically installed. [2021-02-05T00:45:18.720Z] libsodium23 set to automatically installed. [2021-02-05T00:45:18.720Z] libzmq3-dev set to automatically installed. [2021-02-05T00:45:18.720Z] libzmq5 set to automatically installed. [2021-02-05T00:45:18.720Z] pkg-config set to automatically installed. [2021-02-05T00:45:18.720Z] zip set to automatically installed. [2021-02-05T00:45:20.626Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T00:45:27.207Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:45:27.469Z] snap "core18" has no updates available [2021-02-05T00:45:31.670Z] Pulling config-common [2021-02-05T00:45:32.271Z] Pulling go-build-helper [2021-02-05T00:45:54.425Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:45:54.425Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:45:54.425Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:45:54.425Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:45:54.425Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:45:54.425Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:45:54.425Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:45:54.425Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:45:54.425Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:45:54.425Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:45:54.425Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:45:54.425Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:45:54.425Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:45:54.425Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:45:54.425Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:45:54.425Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:45:54.425Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:45:54.425Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:45:54.425Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:45:54.425Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:45:54.425Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:45:54.425Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:45:54.425Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:45:54.425Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:45:54.425Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:45:54.425Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:45:54.425Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:45:54.425Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T00:45:54.425Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T00:45:54.425Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T00:45:54.425Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T00:45:54.425Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T00:45:54.425Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T00:45:54.425Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T00:45:54.425Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T00:45:54.425Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T00:45:54.425Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T00:45:54.425Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T00:45:54.425Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T00:45:54.425Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T00:45:54.425Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T00:45:54.425Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T00:45:54.425Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T00:45:54.425Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T00:45:54.425Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T00:45:54.425Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T00:45:54.425Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T00:45:54.426Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T00:45:54.426Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T00:45:54.426Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T00:45:54.426Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T00:45:54.426Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T00:45:54.426Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T00:45:54.426Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T00:45:54.426Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T00:45:54.426Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T00:45:54.426Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T00:45:54.426Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T00:45:54.426Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T00:45:54.426Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T00:45:54.426Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T00:45:54.426Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T00:45:54.426Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T00:45:54.426Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T00:45:54.426Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T00:45:56.968Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T00:45:56.968Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T00:45:56.968Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T00:45:56.968Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T00:45:56.968Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T00:45:56.968Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T00:45:56.968Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T00:45:56.968Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T00:45:56.968Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T00:45:56.968Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T00:45:56.968Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T00:45:56.968Z] Pulling static-packages [2021-02-05T00:45:57.541Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T00:45:57.541Z] Skipping pull go-build-helper (already ran) [2021-02-05T00:45:57.541Z] Skipping pull static-packages (already ran) [2021-02-05T00:45:57.541Z] Building go-build-helper [2021-02-05T00:45:57.978Z] 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-05T00:45:57.978Z] 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-05T00:46:01.740Z] Building static-packages [2021-02-05T00:46:02.679Z] Staging go-build-helper [2021-02-05T00:46:03.618Z] Staging static-packages [2021-02-05T00:46:04.597Z] Pulling go115 [2021-02-05T00:46:05.539Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T00:46:05.539Z] Skipping pull go115 (already ran) [2021-02-05T00:46:05.539Z] Building go115 [2021-02-05T00:46:05.539Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:46:05.539Z] Dload Upload Total Spent Left Speed [2021-02-05T00:46:08.662Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4591k 0 0 12.8M 0 0:00:08 --:--:-- 0:00:08 12.8M 40 115M 40 46.5M 0 0 34.6M 0 0:00:03 0:00:01 0:00:02 34.5M 70 115M 70 81.0M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M [2021-02-05T00:46:09.233Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T00:46:10.415Z] Removing intermediate container 5bcab98343de [2021-02-05T00:46:10.415Z] ---> d16ec06ae066 [2021-02-05T00:46:10.415Z] [2021-02-05T00:46:10.415Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:46:10.690Z] 3.12: Pulling from library/alpine [2021-02-05T00:46:12.135Z] Removing intermediate container 3b4901a22910 [2021-02-05T00:46:12.135Z] ---> 279bb48e0257 [2021-02-05T00:46:12.135Z] [2021-02-05T00:46:12.135Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:46:12.135Z] 3.12: Pulling from library/alpine [2021-02-05T00:46:12.737Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:46:12.737Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:46:12.737Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:46:12.737Z] ---> afeebe901d6b [2021-02-05T00:46:12.737Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:46:12.737Z] Status: Image is up to date for alpine:3.12 [2021-02-05T00:46:12.737Z] ---> afeebe901d6b [2021-02-05T00:46:12.737Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:46:12.737Z] Removing intermediate container c289676bc8d8 [2021-02-05T00:46:12.737Z] ---> 39745e54d772 [2021-02-05T00:46:12.737Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:46:13.023Z] ---> Running in 6da85681193a [2021-02-05T00:46:13.023Z] ---> Running in 469c88690682 [2021-02-05T00:46:13.302Z] ---> Running in e3d7c1cabce3 [2021-02-05T00:46:13.430Z] Staging go115 [2021-02-05T00:46:15.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:15.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:15.566Z] 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-05T00:46:15.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:15.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:16.612Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:46:16.612Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:46:16.940Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:46:16.940Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:46:16.940Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:46:16.940Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:16.940Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:46:16.940Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:46:16.940Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:46:16.940Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:46:16.940Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:46:16.940Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:18.145Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:46:18.145Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:46:18.145Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:46:18.145Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T00:46:18.145Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T00:46:18.145Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T00:46:18.145Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T00:46:18.145Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T00:46:18.145Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T00:46:18.145Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T00:46:18.145Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T00:46:18.145Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T00:46:18.145Z] Pulling edgex-go [2021-02-05T00:46:18.564Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:46:18.564Z] OK: 7 MiB in 19 packages [2021-02-05T00:46:18.564Z] OK: 7 MiB in 18 packages [2021-02-05T00:46:19.085Z] Pulling version [2021-02-05T00:46:19.655Z] Building config-common [2021-02-05T00:46:20.549Z] Removing intermediate container 6da85681193a [2021-02-05T00:46:20.549Z] ---> 4a4e3b6709d9 [2021-02-05T00:46:20.549Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:46:20.549Z] ---> Running in fc6b4a090492 [2021-02-05T00:46:20.826Z] Removing intermediate container 469c88690682 [2021-02-05T00:46:20.826Z] ---> ef98e1508af4 [2021-02-05T00:46:20.826Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:46:21.103Z] ---> Running in 324438ff9e4e [2021-02-05T00:46:21.381Z] Removing intermediate container fc6b4a090492 [2021-02-05T00:46:21.381Z] ---> c7ad7a9dde35 [2021-02-05T00:46:21.381Z] Step 13/24 : WORKDIR / [2021-02-05T00:46:21.572Z] Skipping build go-build-helper (already ran) [2021-02-05T00:46:21.572Z] Skipping build static-packages (already ran) [2021-02-05T00:46:21.572Z] Skipping build go115 (already ran) [2021-02-05T00:46:21.572Z] Building edgex-go [2021-02-05T00:46:21.667Z] Removing intermediate container e3d7c1cabce3 [2021-02-05T00:46:21.668Z] ---> e2f9770bf3cb [2021-02-05T00:46:21.668Z] [2021-02-05T00:46:21.668Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:46:21.668Z] 20.10.0: Pulling from library/docker [2021-02-05T00:46:21.831Z] 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-05T00:46:21.946Z] ---> Running in eb1685386cfe [2021-02-05T00:46:22.220Z] Removing intermediate container 324438ff9e4e [2021-02-05T00:46:22.220Z] ---> 101d861caa86 [2021-02-05T00:46:22.220Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:46:22.813Z] ---> Running in 68a43233cd79 [2021-02-05T00:46:23.086Z] Removing intermediate container eb1685386cfe [2021-02-05T00:46:23.086Z] ---> 37664007b10b [2021-02-05T00:46:23.086Z] 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-05T00:46:23.739Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T00:46:23.739Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T00:46:23.739Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T00:46:23.739Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-05T00:46:23.739Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T00:46:23.739Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-05T00:46:23.739Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T00:46:23.739Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T00:46:23.739Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T00:46:24.000Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T00:46:24.000Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T00:46:24.000Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T00:46:24.000Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T00:46:24.000Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T00:46:24.000Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T00:46:24.000Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T00:46:24.000Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T00:46:24.000Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T00:46:24.000Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T00:46:24.000Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T00:46:24.001Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T00:46:24.001Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T00:46:24.001Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T00:46:24.001Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T00:46:24.001Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T00:46:24.001Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T00:46:24.001Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T00:46:24.001Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T00:46:24.001Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T00:46:24.273Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T00:46:24.273Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T00:46:24.273Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T00:46:24.273Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T00:46:24.273Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T00:46:24.273Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T00:46:24.273Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T00:46:24.273Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T00:46:24.532Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T00:46:24.532Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T00:46:24.532Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T00:46:24.532Z] Removing intermediate container 68a43233cd79 [2021-02-05T00:46:24.532Z] ---> 5f37e01c8d1d [2021-02-05T00:46:24.532Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:46:24.807Z] ---> a406508aad62 [2021-02-05T00:46:24.807Z] 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-05T00:46:26.304Z] ---> 005292cc4601 [2021-02-05T00:46:26.304Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:46:26.936Z] ---> ac738e1c3f8d [2021-02-05T00:46:26.936Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:46:27.223Z] Removing intermediate container 9f22747cbb9a [2021-02-05T00:46:27.223Z] ---> af47dd0b5801 [2021-02-05T00:46:27.223Z] [2021-02-05T00:46:27.223Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:46:27.223Z] ---> afeebe901d6b [2021-02-05T00:46:27.223Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:46:27.496Z] Removing intermediate container d6f9c18a8b8f [2021-02-05T00:46:27.496Z] ---> 16b9d379a5d7 [2021-02-05T00:46:27.496Z] [2021-02-05T00:46:27.496Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:46:27.496Z] ---> afeebe901d6b [2021-02-05T00:46:27.496Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:46:27.774Z] ---> Running in 1ef97ee59910 [2021-02-05T00:46:27.774Z] ---> Running in 4d5c0581e5ba [2021-02-05T00:46:28.050Z] ---> 33d4f986e1ef [2021-02-05T00:46:28.050Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:46:28.050Z] ---> 057337b4d480 [2021-02-05T00:46:28.050Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:46:30.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:30.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:30.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:30.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:30.628Z] ---> 6c9828e180a3 [2021-02-05T00:46:30.628Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:46:30.628Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:46:30.628Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:46:30.628Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:30.628Z] OK: 5 MiB in 15 packages [2021-02-05T00:46:30.899Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:46:30.899Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:30.899Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:46:30.899Z] ---> f01083f62742 [2021-02-05T00:46:30.899Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:46:31.137Z] 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-05T00:46:31.173Z] OK: 6 MiB in 16 packages [2021-02-05T00:46:31.173Z] ---> Running in ed86914d8481 [2021-02-05T00:46:32.148Z] Removing intermediate container ed86914d8481 [2021-02-05T00:46:32.148Z] ---> 555e0f7b192e [2021-02-05T00:46:32.148Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:46:32.428Z] ---> Running in 52fe0f8ff75a [2021-02-05T00:46:32.704Z] Removing intermediate container 1ef97ee59910 [2021-02-05T00:46:32.704Z] ---> a6962b9cb52f [2021-02-05T00:46:32.704Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:46:32.704Z] ---> 38fbc8ba742f [2021-02-05T00:46:32.704Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:46:32.978Z] ---> Running in ce7813ac3b52 [2021-02-05T00:46:33.251Z] Removing intermediate container 52fe0f8ff75a [2021-02-05T00:46:33.251Z] ---> 8e734f5e13ef [2021-02-05T00:46:33.251Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T00:46:33.527Z] ---> Running in 21486739e905 [2021-02-05T00:46:33.802Z] Removing intermediate container ce7813ac3b52 [2021-02-05T00:46:33.802Z] ---> 4320619a2efc [2021-02-05T00:46:33.802Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:46:33.802Z] Removing intermediate container 4d5c0581e5ba [2021-02-05T00:46:33.802Z] ---> dec4ce3107ff [2021-02-05T00:46:33.802Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:46:34.076Z] ---> Running in 3b31b28cfba6 [2021-02-05T00:46:34.076Z] ---> caf03dd20250 [2021-02-05T00:46:34.076Z] 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-05T00:46:34.076Z] ---> Running in 8e6ea1c05077 [2021-02-05T00:46:34.349Z] Removing intermediate container 21486739e905 [2021-02-05T00:46:34.349Z] ---> 3df27de67ab3 [2021-02-05T00:46:34.349Z] Step 20/21 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:46:34.623Z] ---> Running in c36565e38fee [2021-02-05T00:46:34.623Z] ---> Running in 86e2c23f183d [2021-02-05T00:46:35.224Z] Removing intermediate container 3b31b28cfba6 [2021-02-05T00:46:35.224Z] ---> b970abdb4f34 [2021-02-05T00:46:35.224Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:46:35.224Z] Removing intermediate container 8e6ea1c05077 [2021-02-05T00:46:35.224Z] ---> d47790af69c8 [2021-02-05T00:46:35.224Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:46:35.224Z] ---> Running in 4cd9585def5b [2021-02-05T00:46:35.328Z] 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-05T00:46:35.498Z] ---> Running in 2b108a88e304 [2021-02-05T00:46:35.498Z] Removing intermediate container 86e2c23f183d [2021-02-05T00:46:35.498Z] ---> e950b833cb84 [2021-02-05T00:46:35.498Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:46:35.773Z] ---> Running in 54d68b51393e [2021-02-05T00:46:36.049Z] Removing intermediate container 4cd9585def5b [2021-02-05T00:46:36.049Z] ---> d20f6750f57c [2021-02-05T00:46:36.049Z] Step 15/23 : WORKDIR / [2021-02-05T00:46:36.266Z] 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-05T00:46:36.321Z] Removing intermediate container 2b108a88e304 [2021-02-05T00:46:36.322Z] ---> dbe6532e9ae1 [2021-02-05T00:46:36.322Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:46:36.322Z] ---> Running in 5b3174dc93c4 [2021-02-05T00:46:36.606Z] Removing intermediate container 54d68b51393e [2021-02-05T00:46:36.606Z] ---> 826b26118e42 [2021-02-05T00:46:36.606Z] [2021-02-05T00:46:36.606Z] ---> Running in 2539c4603447 [2021-02-05T00:46:37.201Z] Successfully built 826b26118e42 [2021-02-05T00:46:37.201Z] Removing intermediate container 5b3174dc93c4 [2021-02-05T00:46:37.201Z] ---> 40c4bf6f89d3 [2021-02-05T00:46:37.201Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:46:37.201Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T00:46:37.201Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-05T00:46:37.203Z] 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-05T00:46:37.464Z] 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-05T00:46:37.464Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T00:46:37.474Z] Removing intermediate container 2539c4603447 [2021-02-05T00:46:37.475Z] ---> aa9b640a9eec [2021-02-05T00:46:37.475Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:46:37.725Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T00:46:37.725Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T00:46:37.725Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T00:46:37.749Z] Removing intermediate container c36565e38fee [2021-02-05T00:46:37.749Z] ---> ed2ba1c12c30 [2021-02-05T00:46:37.749Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:46:38.024Z] ---> Running in 01422d2aa45a [2021-02-05T00:46:38.321Z] ---> f9ee43d136ec [2021-02-05T00:46:38.321Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:46:38.321Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:46:38.321Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:46:38.321Z] ---> eeaf43b92773 [2021-02-05T00:46:38.321Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:46:38.595Z] ---> e09f2450474c [2021-02-05T00:46:38.595Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:46:38.595Z] ---> Running in c08332b9a366 [2021-02-05T00:46:38.867Z] Removing intermediate container 01422d2aa45a [2021-02-05T00:46:38.867Z] ---> 814284e9690f [2021-02-05T00:46:38.867Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T00:46:39.631Z] 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-05T00:46:39.631Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T00:46:39.631Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T00:46:39.846Z] ---> Running in 71a5c131bd81 [2021-02-05T00:46:40.453Z] ---> 9eff28ce5399 [2021-02-05T00:46:40.453Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:46:40.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:40.585Z] 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-05T00:46:40.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:40.743Z] Removing intermediate container 71a5c131bd81 [2021-02-05T00:46:40.743Z] ---> 10df8caa1ba8 [2021-02-05T00:46:40.743Z] Step 23/24 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:46:41.018Z] ---> 9d85258dde6d [2021-02-05T00:46:41.018Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:46:41.292Z] ---> Running in a300eeda936c [2021-02-05T00:46:41.524Z] 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-05T00:46:41.524Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T00:46:41.574Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:46:41.574Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:46:41.574Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:46:41.574Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:41.574Z] ---> 205472665b64 [2021-02-05T00:46:41.574Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:46:41.574Z] OK: 12 MiB in 22 packages [2021-02-05T00:46:41.855Z] ---> Running in 46246ab52c1d [2021-02-05T00:46:42.126Z] Removing intermediate container a300eeda936c [2021-02-05T00:46:42.126Z] ---> a6c6dab6fdb1 [2021-02-05T00:46:42.126Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:46:42.399Z] ---> 300f554f36e1 [2021-02-05T00:46:42.399Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:46:42.673Z] ---> Running in 48628cc15f95 [2021-02-05T00:46:42.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T00:46:42.968Z] ---> Running in c8870f3f0926 [2021-02-05T00:46:42.968Z] Removing intermediate container 46246ab52c1d [2021-02-05T00:46:42.968Z] ---> 43519dea2d0e [2021-02-05T00:46:42.968Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:46:43.565Z] ---> Running in 04f8d842ade3 [2021-02-05T00:46:43.565Z] Removing intermediate container 48628cc15f95 [2021-02-05T00:46:43.565Z] Removing intermediate container c8870f3f0926 [2021-02-05T00:46:43.565Z] ---> 747c2680f2bf [2021-02-05T00:46:43.565Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:46:43.565Z] ---> 77e2fc03ee95 [2021-02-05T00:46:43.565Z] [2021-02-05T00:46:43.839Z] Removing intermediate container c08332b9a366 [2021-02-05T00:46:43.839Z] ---> 8d49e966c3ba [2021-02-05T00:46:43.839Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:46:43.853Z] 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-05T00:46:44.111Z] ---> Running in 3cc7cc5b6541 [2021-02-05T00:46:44.111Z] ---> Running in a47f491538eb [2021-02-05T00:46:44.111Z] Successfully built 77e2fc03ee95 [2021-02-05T00:46:44.111Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T00:46:44.111Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-05T00:46:44.111Z] Removing intermediate container 04f8d842ade3 [2021-02-05T00:46:44.111Z] ---> fe2408f3c9f9 [2021-02-05T00:46:44.382Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:46:44.424Z] 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-05T00:46:44.424Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T00:46:44.658Z] ---> Running in e87cdbd665a6 [2021-02-05T00:46:44.659Z] Removing intermediate container a47f491538eb [2021-02-05T00:46:44.659Z] ---> 0565ee5915e2 [2021-02-05T00:46:44.659Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:46:44.659Z] Removing intermediate container 3cc7cc5b6541 [2021-02-05T00:46:44.659Z] ---> 3176d8afa184 [2021-02-05T00:46:44.659Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:46:44.932Z] ---> Running in 59b1374710f1 [2021-02-05T00:46:44.932Z] ---> Running in 2ef10213913f [2021-02-05T00:46:45.207Z] Removing intermediate container e87cdbd665a6 [2021-02-05T00:46:45.207Z] ---> fc7e64e44422 [2021-02-05T00:46:45.207Z] Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:46:45.485Z] ---> Running in e32ce6e03fbb [2021-02-05T00:46:45.485Z] Removing intermediate container 59b1374710f1 [2021-02-05T00:46:45.485Z] ---> ba3c144db6ab [2021-02-05T00:46:45.485Z] Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:46:45.759Z] Removing intermediate container 2ef10213913f [2021-02-05T00:46:45.759Z] ---> 2dde3078866a [2021-02-05T00:46:45.759Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:46:45.759Z] ---> Running in a4ccf75cca85 [2021-02-05T00:46:45.759Z] ---> Running in c7b4a0dc65c8 [2021-02-05T00:46:45.812Z] 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-05T00:46:45.812Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T00:46:46.035Z] Removing intermediate container e32ce6e03fbb [2021-02-05T00:46:46.035Z] ---> bf17d3117069 [2021-02-05T00:46:46.035Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:46:46.313Z] ---> Running in eb6fcd0b034f [2021-02-05T00:46:46.313Z] Removing intermediate container a4ccf75cca85 [2021-02-05T00:46:46.313Z] ---> a073f822366a [2021-02-05T00:46:46.313Z] Step 22/22 : LABEL version=0.0.0Removing intermediate container c7b4a0dc65c8 [2021-02-05T00:46:46.313Z] [2021-02-05T00:46:46.313Z] ---> 8a4d86d1e07b [2021-02-05T00:46:46.313Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:46:46.911Z] ---> Running in 78cc9f14f97f [2021-02-05T00:46:46.911Z] Removing intermediate container eb6fcd0b034f [2021-02-05T00:46:46.911Z] ---> ceadb083b3a2 [2021-02-05T00:46:46.911Z] [2021-02-05T00:46:47.518Z] Successfully built ceadb083b3a2 [2021-02-05T00:46:47.798Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T00:46:47.798Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-02-05T00:46:47.798Z] Removing intermediate container 78cc9f14f97f [2021-02-05T00:46:47.798Z] ---> 026d20812b37 [2021-02-05T00:46:47.798Z] [2021-02-05T00:46:48.375Z] Building version [2021-02-05T00:46:48.396Z] ---> 9e4ed9f6a4d1 [2021-02-05T00:46:48.396Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:46:48.396Z] Successfully built 026d20812b37 [2021-02-05T00:46:48.396Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T00:46:48.396Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-05T00:46:49.375Z] ---> fca0634a4b58 [2021-02-05T00:46:49.375Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:46:50.286Z] Staging config-common [2021-02-05T00:46:50.359Z] ---> dcaa90fa01f7 [2021-02-05T00:46:50.359Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:46:50.359Z] ---> Running in 1662bf063dda [2021-02-05T00:46:51.226Z] Skipping stage go-build-helper (already ran) [2021-02-05T00:46:51.226Z] Skipping stage static-packages (already ran) [2021-02-05T00:46:51.226Z] Skipping stage go115 (already ran) [2021-02-05T00:46:51.226Z] Staging edgex-go [2021-02-05T00:46:51.795Z] Staging version [2021-02-05T00:46:51.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:52.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:52.680Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:46:52.680Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:46:52.680Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:46:52.680Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:46:52.680Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:46:52.680Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:46:52.680Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:46:52.734Z] Priming config-common [2021-02-05T00:46:53.675Z] Priming go-build-helper [2021-02-05T00:46:54.617Z] Priming static-packages [2021-02-05T00:46:54.650Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:46:54.650Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:46:54.650Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:46:54.650Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:46:54.650Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:46:54.650Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:46:54.650Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:46:54.650Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:46:54.650Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:46:54.650Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:46:54.650Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:46:54.650Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:46:54.650Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:46:54.924Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:46:54.924Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:46:54.924Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:46:54.924Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:46:54.924Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:46:54.924Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:46:54.924Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:46:54.924Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:46:54.924Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:46:54.924Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:46:54.924Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:46:54.924Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:46:54.924Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:46:55.198Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:55.198Z] OK: 71 MiB in 55 packages [2021-02-05T00:46:57.159Z] Priming go115 [2021-02-05T00:46:57.730Z] Priming edgex-go [2021-02-05T00:46:59.113Z] Priming version [2021-02-05T00:46:59.683Z] 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-05T00:47:05.373Z] Removing intermediate container 1662bf063dda [2021-02-05T00:47:05.373Z] ---> 571e23400f88 [2021-02-05T00:47:05.373Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:47:05.646Z] ---> Running in fe4751d10583 [2021-02-05T00:47:11.065Z] Collecting docker-compose==1.23.2 [2021-02-05T00:47:11.337Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:47:12.766Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:47:13.036Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:47:14.018Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:47:14.018Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:47:18.321Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:47:18.321Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:47:18.321Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:47:18.321Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:47:19.759Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:19.759Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:19.759Z] ---> bc35cd933c9e [2021-02-05T00:47:19.759Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:47:19.759Z] ---> Using cache [2021-02-05T00:47:19.759Z] ---> 562f35c7a1f5 [2021-02-05T00:47:19.759Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:19.759Z] ---> Using cache [2021-02-05T00:47:19.759Z] ---> d0f807db7ab7 [2021-02-05T00:47:19.759Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:47:21.200Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:47:21.496Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:47:22.477Z] ---> Running in fc2cf37368d9 [2021-02-05T00:47:22.477Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:47:22.477Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:47:24.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:24.734Z] 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-05T00:47:24.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:25.722Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:47:25.722Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:47:25.722Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:26.713Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:47:26.713Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:47:29.554Z] Removing intermediate container fc2cf37368d9 [2021-02-05T00:47:29.554Z] ---> d359bf9ce7fd [2021-02-05T00:47:29.554Z] Step 6/22 : COPY go.mod . [2021-02-05T00:47:29.862Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:47:30.158Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:47:30.911Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:47:30.911Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:47:31.202Z] ---> f6e90f34710c [2021-02-05T00:47:31.202Z] Step 7/22 : RUN go mod download [2021-02-05T00:47:31.202Z] 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-05T00:47:31.202Z] 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-05T00:47:31.795Z] ---> Running in 28374b3b606e [2021-02-05T00:47:32.069Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:47:32.350Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:47:32.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:32.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:32.350Z] ---> bc35cd933c9e [2021-02-05T00:47:32.350Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:47:32.350Z] ---> Using cache [2021-02-05T00:47:32.350Z] ---> 562f35c7a1f5 [2021-02-05T00:47:32.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:32.350Z] ---> Using cache [2021-02-05T00:47:32.350Z] ---> d0f807db7ab7 [2021-02-05T00:47:32.350Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:47:32.628Z] ---> Running in 8de8f70007f2 [2021-02-05T00:47:32.905Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:47:32.905Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:47:33.183Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:47:33.183Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:47:33.183Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:47:33.183Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:47:34.172Z] Installing collected packages: idna, urllib3, requests, PyYAML, cached-property, docopt, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, texttable, docker-compose [2021-02-05T00:47:34.172Z] Attempting uninstall: idna [2021-02-05T00:47:34.172Z] Found existing installation: idna 2.9 [2021-02-05T00:47:34.172Z] Uninstalling idna-2.9: [2021-02-05T00:47:34.446Z] Successfully uninstalled idna-2.9 [2021-02-05T00:47:34.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:35.459Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:35.459Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:35.459Z] ---> bc35cd933c9e [2021-02-05T00:47:35.459Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] ---> 562f35c7a1f5 [2021-02-05T00:47:35.459Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] ---> d0f807db7ab7 [2021-02-05T00:47:35.459Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] ---> d359bf9ce7fd [2021-02-05T00:47:35.459Z] Step 6/31 : COPY go.mod . [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:35.459Z] ---> f6e90f34710c [2021-02-05T00:47:35.459Z] Step 7/31 : RUN go mod download [2021-02-05T00:47:35.459Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:35.459Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:35.459Z] ---> bc35cd933c9e [2021-02-05T00:47:35.459Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] ---> 562f35c7a1f5 [2021-02-05T00:47:35.459Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] ---> d0f807db7ab7 [2021-02-05T00:47:35.459Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] ---> d359bf9ce7fd [2021-02-05T00:47:35.459Z] Step 6/23 : COPY go.mod . [2021-02-05T00:47:35.459Z] ---> Using cache [2021-02-05T00:47:35.459Z] ---> f6e90f34710c [2021-02-05T00:47:35.459Z] Step 7/23 : RUN go mod download [2021-02-05T00:47:35.459Z] Attempting uninstall: urllib3 [2021-02-05T00:47:35.459Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:47:35.459Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:47:35.732Z] ---> Running in 04abc4f62a74 [2021-02-05T00:47:35.732Z] ---> Running in 6bd633643ec8 [2021-02-05T00:47:36.005Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:47:36.005Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:36.604Z] Removing intermediate container 28374b3b606e [2021-02-05T00:47:36.604Z] ---> be7399eecdac [2021-02-05T00:47:36.604Z] Step 8/22 : COPY . . [2021-02-05T00:47:36.604Z] Attempting uninstall: requests [2021-02-05T00:47:36.604Z] Found existing installation: requests 2.23.0 [2021-02-05T00:47:36.604Z] Uninstalling requests-2.23.0: [2021-02-05T00:47:36.878Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:47:37.475Z] Running setup.py install for PyYAML: started [2021-02-05T00:47:37.760Z] Removing intermediate container 8de8f70007f2 [2021-02-05T00:47:37.760Z] ---> 79492b500bc8 [2021-02-05T00:47:37.760Z] Step 6/23 : COPY go.mod . [2021-02-05T00:47:39.735Z] ---> 86b97df799a8 [2021-02-05T00:47:39.735Z] Step 7/23 : RUN go mod download [2021-02-05T00:47:40.333Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:47:40.926Z] Running setup.py install for docopt: started [2021-02-05T00:47:40.926Z] ---> Running in 22c83c56df90 [2021-02-05T00:47:41.924Z] Removing intermediate container 04abc4f62a74 [2021-02-05T00:47:41.924Z] ---> 20d3c4108351 [2021-02-05T00:47:41.924Z] Step 8/23 : COPY . . [2021-02-05T00:47:42.532Z] Removing intermediate container 6bd633643ec8 [2021-02-05T00:47:42.532Z] ---> f29270e8fc4e [2021-02-05T00:47:42.532Z] Step 8/31 : COPY . . [2021-02-05T00:47:43.517Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:47:44.115Z] Running setup.py install for dockerpty: started [2021-02-05T00:47:46.735Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:47:47.010Z] Removing intermediate container 22c83c56df90 [2021-02-05T00:47:47.010Z] ---> 9c3b5e6c6043 [2021-02-05T00:47:47.010Z] Step 8/23 : COPY . . [2021-02-05T00:47:47.992Z] Running setup.py install for texttable: started [2021-02-05T00:47:49.974Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:47:50.949Z] 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-05T00:48:01.151Z] ---> 814e1e43787a [2021-02-05T00:48:01.151Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:48:02.146Z] ---> Running in dc3596a290bd [2021-02-05T00:48:02.421Z] Removing intermediate container fe4751d10583 [2021-02-05T00:48:02.421Z] ---> 5cae6f140541 [2021-02-05T00:48:02.421Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:48:03.399Z] ---> Running in 346ef662233e [2021-02-05T00:48:03.678Z] 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-05T00:48:04.673Z] ---> 9cbd0ed7b15c [2021-02-05T00:48:04.673Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:48:04.948Z] ---> 21ae28d3b0f3 [2021-02-05T00:48:04.948Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:48:04.948Z] ---> Running in f2900a3d89c9 [2021-02-05T00:48:05.228Z] ---> Running in f215426e08f9 [2021-02-05T00:48:05.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:48:06.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:48:06.728Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:48:06.728Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:48:07.004Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:48:07.004Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:48:07.004Z] OK: 71 MiB in 58 packages [2021-02-05T00:48:07.996Z] 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-05T00:48:07.996Z] 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-05T00:48:09.444Z] Removing intermediate container 346ef662233e [2021-02-05T00:48:09.444Z] ---> bb01624ffd53 [2021-02-05T00:48:09.444Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:48:09.444Z] ---> Running in 7d76f4fc84f1 [2021-02-05T00:48:09.719Z] ---> 0e96db2e47cb [2021-02-05T00:48:09.719Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:48:09.992Z] ---> Running in 313e8f4a719e [2021-02-05T00:48:10.269Z] Removing intermediate container 7d76f4fc84f1 [2021-02-05T00:48:10.269Z] ---> 5cdbb3585a70 [2021-02-05T00:48:10.269Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:48:10.579Z] ---> Running in ddd614fc85b3 [2021-02-05T00:48:11.181Z] Removing intermediate container ddd614fc85b3 [2021-02-05T00:48:11.181Z] ---> cb972e6f8b35 [2021-02-05T00:48:11.181Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T00:48:11.464Z] ---> Running in ce79804f2a18 [2021-02-05T00:48:12.074Z] 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-05T00:48:12.074Z] Removing intermediate container ce79804f2a18 [2021-02-05T00:48:12.074Z] ---> 4e5e1d4262b4 [2021-02-05T00:48:12.074Z] Step 25/26 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:48:12.352Z] ---> Running in 53cd2dff400b [2021-02-05T00:48:12.952Z] Removing intermediate container 53cd2dff400b [2021-02-05T00:48:12.952Z] ---> 75e8ba243e25 [2021-02-05T00:48:12.952Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:48:13.228Z] ---> Running in eb78d4c65739 [2021-02-05T00:48:13.827Z] Removing intermediate container eb78d4c65739 [2021-02-05T00:48:13.827Z] ---> 1a70ec2c1fc5 [2021-02-05T00:48:13.827Z] [2021-02-05T00:48:14.428Z] Successfully built 1a70ec2c1fc5 [2021-02-05T00:48:14.428Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T00:49:22.415Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:49:37.505Z] Removing intermediate container dc3596a290bd [2021-02-05T00:49:37.505Z] ---> 882a18cb3f7b [2021-02-05T00:49:37.505Z] [2021-02-05T00:49:37.505Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:49:37.505Z] ---> afeebe901d6b [2021-02-05T00:49:37.505Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:49:37.505Z] ---> Using cache [2021-02-05T00:49:37.505Z] ---> a6962b9cb52f [2021-02-05T00:49:37.505Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:37.505Z] ---> Using cache [2021-02-05T00:49:37.505Z] ---> 4320619a2efc [2021-02-05T00:49:37.505Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:49:37.778Z] ---> Running in 3fae127488fa [2021-02-05T00:49:38.765Z] Removing intermediate container 3fae127488fa [2021-02-05T00:49:38.765Z] ---> 5f13d9892fb6 [2021-02-05T00:49:38.765Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:49:38.765Z] ---> Running in 5ea78f2c980a [2021-02-05T00:49:40.207Z] Removing intermediate container 5ea78f2c980a [2021-02-05T00:49:40.207Z] ---> 9a0cc72363d6 [2021-02-05T00:49:40.207Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:41.654Z] Removing intermediate container f215426e08f9 [2021-02-05T00:49:41.654Z] ---> d8cd698ba4dd [2021-02-05T00:49:41.654Z] [2021-02-05T00:49:41.654Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:49:41.654Z] ---> afeebe901d6b [2021-02-05T00:49:41.654Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:49:41.654Z] ---> b04cfe29f1dc [2021-02-05T00:49:41.654Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:49:41.654Z] ---> Running in ee32359db895 [2021-02-05T00:49:42.649Z] Removing intermediate container ee32359db895 [2021-02-05T00:49:42.649Z] ---> 13a2775bf4bb [2021-02-05T00:49:42.649Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:49:42.922Z] ---> Running in 6f00dfd8a977 [2021-02-05T00:49:43.236Z] ---> a58188c3c705 [2021-02-05T00:49:43.236Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:44.861Z] ---> 5079037c25fe [2021-02-05T00:49:44.861Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:49:44.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:45.145Z] ---> Running in 74005b72335b [2021-02-05T00:49:45.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:49:45.762Z] Removing intermediate container 74005b72335b [2021-02-05T00:49:45.762Z] ---> cd4135046998 [2021-02-05T00:49:45.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:45.762Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:49:45.762Z] ---> Running in f242cb8e46e7 [2021-02-05T00:49:45.762Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:49:45.762Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:49:45.762Z] OK: 5 MiB in 16 packages [2021-02-05T00:49:46.754Z] Removing intermediate container f242cb8e46e7 [2021-02-05T00:49:46.754Z] ---> 38d2baa40e2b [2021-02-05T00:49:46.754Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:49:46.754Z] ---> Running in d424c2d2f733 [2021-02-05T00:49:47.744Z] Removing intermediate container d424c2d2f733 [2021-02-05T00:49:47.745Z] ---> 2c25c389573f [2021-02-05T00:49:47.745Z] Step 21/22 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:49:47.745Z] Removing intermediate container 6f00dfd8a977 [2021-02-05T00:49:47.745Z] ---> 5f184f94b19a [2021-02-05T00:49:47.745Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:49:47.745Z] ---> Running in 3edbfdf227d5 [2021-02-05T00:49:47.745Z] ---> Running in 366eec54ed82 [2021-02-05T00:49:48.344Z] Removing intermediate container 366eec54ed82 [2021-02-05T00:49:48.344Z] ---> bf601ee7c333 [2021-02-05T00:49:48.344Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:49:48.620Z] Removing intermediate container 3edbfdf227d5 [2021-02-05T00:49:48.620Z] ---> 67d6d02b02d9 [2021-02-05T00:49:48.620Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:49:48.895Z] ---> Running in 6a7d848ac397 [2021-02-05T00:49:49.168Z] ---> Running in 34f9482e6332 [2021-02-05T00:49:49.764Z] Removing intermediate container 6a7d848ac397 [2021-02-05T00:49:49.764Z] ---> ef384441e13d [2021-02-05T00:49:49.764Z] [2021-02-05T00:49:50.036Z] Removing intermediate container 34f9482e6332 [2021-02-05T00:49:50.036Z] ---> 04481b7f4a74 [2021-02-05T00:49:50.036Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:49:50.310Z] Successfully built ef384441e13d [2021-02-05T00:49:50.310Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T00:49:50.310Z] ---> Running in 539e139d89a0 [2021-02-05T00:49:51.744Z]  Building docker-support-scheduler-go ... done Removing intermediate container f2900a3d89c9 [2021-02-05T00:49:51.744Z] ---> 7e7eb9355098 [2021-02-05T00:49:51.744Z] [2021-02-05T00:49:51.744Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:49:51.744Z] ---> afeebe901d6b [2021-02-05T00:49:51.744Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:49:51.744Z] ---> Using cache [2021-02-05T00:49:51.744Z] ---> a6962b9cb52f [2021-02-05T00:49:51.744Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:49:51.744Z] ---> Using cache [2021-02-05T00:49:51.744Z] ---> 4320619a2efc [2021-02-05T00:49:51.744Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:49:51.744Z] ---> Running in 4c4ba53fdf8e [2021-02-05T00:49:52.337Z] Removing intermediate container 4c4ba53fdf8e [2021-02-05T00:49:52.337Z] ---> 258731b7beab [2021-02-05T00:49:52.337Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:49:52.626Z] ---> Running in a2ad582a585d [2021-02-05T00:49:52.897Z] Removing intermediate container 539e139d89a0 [2021-02-05T00:49:52.897Z] ---> 027d412e026d [2021-02-05T00:49:52.897Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:49:53.171Z] Removing intermediate container a2ad582a585d [2021-02-05T00:49:53.171Z] ---> 9dcf2089efac [2021-02-05T00:49:53.171Z] Step 15/23 : WORKDIR / [2021-02-05T00:49:53.171Z] ---> Running in a0481ac353bf [2021-02-05T00:49:53.171Z] ---> Running in a850ff90eae8 [2021-02-05T00:49:53.774Z] Removing intermediate container a0481ac353bf [2021-02-05T00:49:53.774Z] ---> 90b05b632059 [2021-02-05T00:49:53.774Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:49:53.774Z] Removing intermediate container a850ff90eae8 [2021-02-05T00:49:53.774Z] ---> c4375e2a1eca [2021-02-05T00:49:53.774Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:54.747Z] ---> c2c49a1ef6ff [2021-02-05T00:49:54.747Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:49:54.747Z] ---> a249e5750a53 [2021-02-05T00:49:54.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:49:55.020Z] ---> Running in 5cf7221eb800 [2021-02-05T00:49:56.981Z] ---> 364fc9af5d78 [2021-02-05T00:49:56.981Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:49:57.569Z] ---> 6b266decc12a [2021-02-05T00:49:57.569Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:49:57.849Z] ---> Running in add013295c94 [2021-02-05T00:49:57.849Z] Removing intermediate container 313e8f4a719e [2021-02-05T00:49:57.849Z] ---> 06b04d408b8c [2021-02-05T00:49:57.849Z] [2021-02-05T00:49:57.849Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:49:57.849Z] ---> afeebe901d6b [2021-02-05T00:49:57.849Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:49:58.119Z] Removing intermediate container 5cf7221eb800 [2021-02-05T00:49:58.119Z] ---> ccb94699d2b6 [2021-02-05T00:49:58.119Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:49:58.119Z] ---> Running in a7aa17b47583 [2021-02-05T00:49:58.390Z] Removing intermediate container add013295c94 [2021-02-05T00:49:58.390Z] ---> 63482b9c9349 [2021-02-05T00:49:58.390Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:49:58.390Z] ---> Running in 9cf29d2c1b83 [2021-02-05T00:49:58.661Z] Removing intermediate container a7aa17b47583 [2021-02-05T00:49:58.661Z] ---> 44d03ced954b [2021-02-05T00:49:58.661Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:49:58.937Z] ---> 793f7acad729 [2021-02-05T00:49:58.937Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:49:58.937Z] ---> Running in fc1577438e1c [2021-02-05T00:49:58.937Z] Removing intermediate container 9cf29d2c1b83 [2021-02-05T00:49:58.937Z] ---> 87f38f0ae040 [2021-02-05T00:49:59.213Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:49:59.213Z] ---> Running in e8aec4b5f8a6 [2021-02-05T00:49:59.485Z] Removing intermediate container fc1577438e1c [2021-02-05T00:49:59.485Z] ---> 57b8e27e0def [2021-02-05T00:49:59.485Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:49:59.759Z] Removing intermediate container e8aec4b5f8a6 [2021-02-05T00:49:59.759Z] ---> c1aaaba2b640 [2021-02-05T00:49:59.759Z] Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:50:00.041Z] ---> Running in 9796b7ce1b16 [2021-02-05T00:50:00.041Z] ---> Running in cc6637de04e4 [2021-02-05T00:50:00.041Z] ---> 06da3d3a87a7 [2021-02-05T00:50:00.041Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:50:00.643Z] Removing intermediate container 9796b7ce1b16 [2021-02-05T00:50:00.643Z] Removing intermediate container cc6637de04e4 [2021-02-05T00:50:00.643Z] ---> 101ff21f3c37 [2021-02-05T00:50:00.643Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:50:00.643Z] ---> 59fbd205eb18 [2021-02-05T00:50:00.643Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:00.643Z] ---> Running in 1b341300683e [2021-02-05T00:50:00.643Z] ---> Running in fca74c45fb7e [2021-02-05T00:50:00.915Z] ---> 416538741584 [2021-02-05T00:50:00.915Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:50:01.195Z] Removing intermediate container 1b341300683e [2021-02-05T00:50:01.195Z] ---> 5a40c6602d56 [2021-02-05T00:50:01.195Z] [2021-02-05T00:50:01.790Z] Successfully built 5a40c6602d56 [2021-02-05T00:50:01.790Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T00:50:02.399Z]  Building docker-core-metadata-go ... done  ---> af31fa0f8276 [2021-02-05T00:50:02.399Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:50:02.993Z] Removing intermediate container fca74c45fb7e [2021-02-05T00:50:02.993Z] ---> 2ab587c6351e [2021-02-05T00:50:02.993Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:50:02.993Z] ---> 1664f16e5667 [2021-02-05T00:50:02.993Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:50:02.993Z] ---> Running in 77e2b23e1b4b [2021-02-05T00:50:03.585Z] ---> Running in ba68a93c4016 [2021-02-05T00:50:03.856Z] Removing intermediate container ba68a93c4016 [2021-02-05T00:50:03.856Z] ---> ded7fb338dc1 [2021-02-05T00:50:03.856Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:50:04.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:04.719Z] ---> cff6b13406b5 [2021-02-05T00:50:04.719Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:50:04.995Z] ---> Running in 89c174313dfe [2021-02-05T00:50:05.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:06.949Z] Removing intermediate container 89c174313dfe [2021-02-05T00:50:06.949Z] ---> 7cf7e1e0164e [2021-02-05T00:50:06.949Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:50:07.223Z] ---> Running in f76ef14e4782 [2021-02-05T00:50:07.494Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:50:07.494Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:50:07.494Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:50:07.766Z] Removing intermediate container f76ef14e4782 [2021-02-05T00:50:07.766Z] ---> 9a5af6c9d927 [2021-02-05T00:50:07.766Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:50:07.766Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:50:08.046Z] ---> Running in a561e591f514 [2021-02-05T00:50:08.320Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:50:08.596Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:50:08.596Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:50:08.596Z] Removing intermediate container a561e591f514 [2021-02-05T00:50:08.596Z] ---> 4cf575227f41 [2021-02-05T00:50:08.596Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T00:50:08.596Z] OK: 8 MiB in 20 packages [2021-02-05T00:50:09.190Z] ---> Running in a77e97e08917 [2021-02-05T00:50:09.799Z] Removing intermediate container a77e97e08917 [2021-02-05T00:50:09.799Z] ---> 393f570c6ed2 [2021-02-05T00:50:09.799Z] Step 30/31 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:50:10.083Z] ---> Running in 7484317e608d [2021-02-05T00:50:10.083Z] Removing intermediate container 77e2b23e1b4b [2021-02-05T00:50:10.083Z] ---> dc505e04f2d3 [2021-02-05T00:50:10.083Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:50:10.672Z] Removing intermediate container 7484317e608d [2021-02-05T00:50:10.672Z] ---> c44201c5495d [2021-02-05T00:50:10.672Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:50:10.945Z] ---> Running in e2dcb1af4380 [2021-02-05T00:50:11.217Z] ---> 7343e85f22ae [2021-02-05T00:50:11.217Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:50:11.489Z] Removing intermediate container e2dcb1af4380 [2021-02-05T00:50:11.489Z] ---> 0423fd507192 [2021-02-05T00:50:11.489Z] [2021-02-05T00:50:12.081Z] Successfully built 0423fd507192 [2021-02-05T00:50:12.081Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T00:50:12.684Z]  Building docker-security-bootstrapper-go ... done  ---> beab9665e1c6 [2021-02-05T00:50:12.684Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:50:13.664Z] ---> 66fdcb0c70d6 [2021-02-05T00:50:13.664Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:50:13.664Z] ---> Running in 7a2ecefcb079 [2021-02-05T00:50:14.256Z] Removing intermediate container 7a2ecefcb079 [2021-02-05T00:50:14.256Z] ---> abf250341d39 [2021-02-05T00:50:14.256Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:50:14.256Z] ---> Running in d49268f39134 [2021-02-05T00:50:14.852Z] Removing intermediate container d49268f39134 [2021-02-05T00:50:14.852Z] ---> 48efc8c4425c [2021-02-05T00:50:14.852Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:50:14.852Z] ---> Running in 2ad30b357943 [2021-02-05T00:50:15.445Z] Removing intermediate container 2ad30b357943 [2021-02-05T00:50:15.445Z] ---> a356ec972763 [2021-02-05T00:50:15.445Z] Step 22/23 : LABEL git_sha=50b6a7af015f2348a8ef257983e31d320bf68077 [2021-02-05T00:50:15.445Z] ---> Running in cdc952f1882d [2021-02-05T00:50:16.036Z] Removing intermediate container cdc952f1882d [2021-02-05T00:50:16.037Z] ---> dcd033f3b231 [2021-02-05T00:50:16.037Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:50:16.037Z] ---> Running in a88c1b55317b [2021-02-05T00:50:16.628Z] Removing intermediate container a88c1b55317b [2021-02-05T00:50:16.628Z] ---> 31326ea5aac1 [2021-02-05T00:50:16.628Z] [2021-02-05T00:50:16.900Z] Successfully built 31326ea5aac1 [2021-02-05T00:50:16.900Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T00:50:17.509Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T00:50:17.506Z] $ docker stop --time=1 62d086de538329979de46450f5eb3d1b94acb4e7e46daaebee6075f58f651130 [2021-02-05T00:50:19.453Z] $ docker rm -f 62d086de538329979de46450f5eb3d1b94acb4e7e46daaebee6075f58f651130 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:50:20.191Z] + docker images [2021-02-05T00:50:20.191Z] + grep docker [2021-02-05T00:50:20.461Z] docker-core-data-go-arm64 latest 31326ea5aac1 4 seconds ago 21MB [2021-02-05T00:50:20.461Z] docker-security-bootstrapper-go-arm64 latest 0423fd507192 9 seconds ago 22.6MB [2021-02-05T00:50:20.461Z] docker-core-metadata-go-arm64 latest 5a40c6602d56 20 seconds ago 17.7MB [2021-02-05T00:50:20.461Z] docker-support-scheduler-go-arm64 latest ef384441e13d 31 seconds ago 16.1MB [2021-02-05T00:50:20.461Z] docker-sys-mgmt-agent-go-arm64 latest 1a70ec2c1fc5 2 minutes ago 300MB [2021-02-05T00:50:20.461Z] docker-support-notifications-go-arm64 latest 026d20812b37 3 minutes ago 16.7MB [2021-02-05T00:50:20.461Z] docker-core-command-go-arm64 latest ceadb083b3a2 3 minutes ago 16MB [2021-02-05T00:50:20.461Z] docker-security-secretstore-setup-go-arm64 latest 77e2fc03ee95 3 minutes ago 23.4MB [2021-02-05T00:50:20.461Z] docker-security-proxy-setup-go-arm64 latest 826b26118e42 3 minutes ago 23.2MB [2021-02-05T00:50:20.461Z] 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-05T00:50:22.401Z] provisioning config files... [2021-02-05T00:50:22.410Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config1271596825642186868tmp [Pipeline] { [Pipeline] sh [2021-02-05T00:50:22.790Z] + set +x [2021-02-05T00:50:22.790Z] + curl -s https://codecov.io/bash [2021-02-05T00:50:22.790Z] + bash -s -- [2021-02-05T00:50:23.363Z] [2021-02-05T00:50:23.363Z] _____ _ [2021-02-05T00:50:23.363Z] / ____| | | [2021-02-05T00:50:23.363Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T00:50:23.363Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T00:50:23.363Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T00:50:23.363Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T00:50:23.363Z] Bash-20210129-7c25fce [2021-02-05T00:50:23.363Z] [2021-02-05T00:50:23.363Z] [2021-02-05T00:50:23.363Z] ==> git version 2.24.3 found [2021-02-05T00:50:23.363Z] ==> 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-05T00:50:23.363Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T00:50:23.363Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T00:50:23.363Z] ==> Jenkins CI detected. [2021-02-05T00:50:23.363Z] project root: . [2021-02-05T00:50:23.363Z] --> token set from env [2021-02-05T00:50:23.363Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T00:50:23.363Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T00:50:23.363Z] ==> Python coveragepy not found [2021-02-05T00:50:23.363Z] ==> Searching for coverage reports in: [2021-02-05T00:50:23.363Z] + . [2021-02-05T00:50:23.363Z] -> Found 1 reports [2021-02-05T00:50:23.363Z] ==> Detecting git/mercurial file structure [2021-02-05T00:50:23.363Z] ==> Reading reports [2021-02-05T00:50:23.363Z] + ./coverage.out bytes=583066 [2021-02-05T00:50:23.363Z] ==> Appending adjustments [2021-02-05T00:50:23.363Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T00:50:26.669Z] + Found adjustments [2021-02-05T00:50:26.669Z] ==> Gzipping contents [2021-02-05T00:50:26.669Z] 88K /tmp/codecov.B0Z7Lh.gz [2021-02-05T00:50:26.932Z] ==> Uploading reports [2021-02-05T00:50:26.932Z] url: https://codecov.io [2021-02-05T00:50:26.932Z] query: branch=PR-3113&commit=50b6a7af015f2348a8ef257983e31d320bf68077&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-05T00:50:26.932Z] -> Pinging Codecov [2021-02-05T00:50:26.932Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=50b6a7af015f2348a8ef257983e31d320bf68077&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-05T00:50:27.192Z] -> Uploading to [2021-02-05T00:50:27.192Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/50b6a7af015f2348a8ef257983e31d320bf68077/75e6a226-d8b3-40b8-a9b9-db7ac0cfdfad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T005027Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=989810ea21c984a28acaf9c2598f6f7f3833f22c5ece9cb988447f279f6c28f6 [2021-02-05T00:50:27.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:50:27.192Z] Dload Upload Total Spent Left Speed [2021-02-05T00:50:27.762Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87911 0 0 100 87911 0 137k --:--:-- --:--:-- --:--:-- 137k 100 87911 0 0 100 87911 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-02-05T00:50:27.762Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/50b6a7af015f2348a8ef257983e31d320bf68077 [Pipeline] } [2021-02-05T00:50:27.771Z] 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-05T00:50:29.865Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:50:30.745Z] ---> package-listing.sh [2021-02-05T00:50:30.745Z] ++ facter osfamily [2021-02-05T00:50:30.745Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T00:50:30.745Z] + OS_FAMILY=redhat [2021-02-05T00:50:30.745Z] + workspace=/w/workspace/edgex-go/9 [2021-02-05T00:50:30.745Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T00:50:30.745Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T00:50:30.745Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T00:50:30.745Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T00:50:30.745Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-05T00:50:30.745Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T00:50:30.745Z] + case "${OS_FAMILY}" in [2021-02-05T00:50:30.745Z] + rpm -qa [2021-02-05T00:50:30.745Z] + sort [2021-02-05T00:50:36.036Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T00:50:36.036Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T00:50:36.036Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T00:50:36.036Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-05T00:50:36.036Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-02-05T00:50:36.036Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-02-05T00:50:36.050Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T00:50:36.340Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:50:36.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:50:36.655Z] [2021-02-05T00:50:36.655Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:50:37.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:50:37.003Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T00:50:37.003Z] df20fa9351a1: Pulling fs layer [2021-02-05T00:50:37.003Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T00:50:37.003Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T00:50:37.003Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T00:50:37.003Z] 93b61091891f: Pulling fs layer [2021-02-05T00:50:37.003Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T00:50:37.003Z] 5e14af77c1be: Pulling fs layer [2021-02-05T00:50:37.003Z] 01666e4c0597: Pulling fs layer [2021-02-05T00:50:37.003Z] aa168da1d23b: Pulling fs layer [2021-02-05T00:50:37.003Z] 46f8f816bc3b: Waiting [2021-02-05T00:50:37.003Z] 93b61091891f: Waiting [2021-02-05T00:50:37.003Z] 01666e4c0597: Waiting [2021-02-05T00:50:37.003Z] aa168da1d23b: Waiting [2021-02-05T00:50:37.003Z] 5e14af77c1be: Waiting [2021-02-05T00:50:37.003Z] 93b9cdb0e59b: Waiting [2021-02-05T00:50:37.003Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T00:50:37.003Z] 36b3adc4ff6f: Download complete [2021-02-05T00:50:37.003Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T00:50:37.003Z] 46f8f816bc3b: Download complete [2021-02-05T00:50:37.268Z] df20fa9351a1: Download complete [2021-02-05T00:50:37.268Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T00:50:37.268Z] 93b9cdb0e59b: Download complete [2021-02-05T00:50:37.268Z] 5e14af77c1be: Verifying Checksum [2021-02-05T00:50:37.268Z] 5e14af77c1be: Download complete [2021-02-05T00:50:37.268Z] 93b61091891f: Verifying Checksum [2021-02-05T00:50:37.268Z] 93b61091891f: Download complete [2021-02-05T00:50:37.268Z] 01666e4c0597: Verifying Checksum [2021-02-05T00:50:37.268Z] 01666e4c0597: Download complete [2021-02-05T00:50:37.268Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T00:50:37.268Z] 8ad3a11d3b57: Download complete [2021-02-05T00:50:37.540Z] df20fa9351a1: Pull complete [2021-02-05T00:50:37.802Z] 36b3adc4ff6f: Pull complete [2021-02-05T00:50:39.206Z] aa168da1d23b: Download complete [2021-02-05T00:50:39.779Z] 8ad3a11d3b57: Pull complete [2021-02-05T00:50:40.039Z] 46f8f816bc3b: Pull complete [2021-02-05T00:50:40.611Z] 93b61091891f: Pull complete [2021-02-05T00:50:40.611Z] 93b9cdb0e59b: Pull complete [2021-02-05T00:50:40.611Z] 5e14af77c1be: Pull complete [2021-02-05T00:50:40.882Z] 01666e4c0597: Pull complete [2021-02-05T00:50:49.773Z] aa168da1d23b: Pull complete [2021-02-05T00:50:49.773Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T00:50:49.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:50:49.773Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T00:50:49.930Z] prd-centos7-docker-4c-2g-25108 does not seem to be running inside a container [2021-02-05T00:50:49.979Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T00:50:54.233Z] $ docker top d8374b948d98c13e73b58fdb6afe3999e361f1e071b305902ca2081ac8b5e86d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:50:54.865Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T00:50:55.583Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T00:50:55.880Z] + ls /var/log/sa-host [2021-02-05T00:50:55.880Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T00:50:55.880Z] file_magic: OK [2021-02-05T00:50:55.880Z] HZ: Using current value: 100 [2021-02-05T00:50:55.880Z] file_header: OK [2021-02-05T00:50:55.880Z] 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-05T00:50:55.880Z] Statistics: [2021-02-05T00:50:55.880Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T00:50:55.880Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T00:50:55.880Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T00:50:55.880Z] file_magic: OK [2021-02-05T00:50:55.880Z] HZ: Using current value: 100 [2021-02-05T00:50:55.880Z] file_header: OK [2021-02-05T00:50:55.880Z] 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-05T00:50:55.880Z] Statistics: [2021-02-05T00:50:55.880Z] Hnuu...uuuununununu... [2021-02-05T00:50:55.880Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T00:50:56.507Z] provisioning config files... [2021-02-05T00:50:56.525Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config1392841732511994311tmp [Pipeline] { [Pipeline] echo [2021-02-05T00:50:56.593Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:50:56.884Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T00:50:56.893Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T00:50:56.989Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:50:57.286Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T00:50:57.296Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:50:57.587Z] ---> sudo-logs.sh [2021-02-05T00:50:57.587Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T00:50:57.597Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:50:57.894Z] ---> job-cost.sh [2021-02-05T00:50:57.894Z] lf-activate-venv: SKIPPING [2021-02-05T00:50:57.894Z] INFO: No Stack... [2021-02-05T00:50:58.837Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T00:50:59.098Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T00:50:59.110Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:50:59.411Z] ---> logs-deploy.sh [2021-02-05T00:50:59.411Z] lf-activate-venv: SKIPPING [2021-02-05T00:50:59.411Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/9 [2021-02-05T00:50:59.411Z] INFO: archiving workspace using pattern(s): [2021-02-05T00:51:01.322Z] Archives upload complete. [2021-02-05T00:51:01.322Z] INFO: archiving logs to Nexus