Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 62b35b2432e8ce9c7661e764e19840c5adc5cc86+d3783389bd084c805784fc32d68d5bd35a9a1ab3 (8991249444fabb221702e4a0f7b5baed8d8cb270) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5085 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 62b35b2432e8ce9c7661e764e19840c5adc5cc86 Merge succeeded, producing 019d9702c021f624b0dab8944b7cae4695038c17 Checking out Revision 019d9702c021f624b0dab8944b7cae4695038c17 (PR-3410) > git config core.sparsecheckout # timeout=10 > git checkout -f 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # 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 d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 019d9702c021f624b0dab8944b7cae4695038c17 # timeout=10 Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" > git rev-list --no-walk 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T08:31:09.528Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T08:31:09.622Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T08:31:09.649Z] ========================================================= [2021-05-13T08:31:09.649Z] EdgeX Global Pipelines Version Info [2021-05-13T08:31:09.649Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:31:11.170Z] ------------------- [2021-05-13T08:31:11.170Z] stable info: [2021-05-13T08:31:11.170Z] ------------------- [2021-05-13T08:31:11.170Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T08:31:11.170Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:31:11.170Z] Message: update stable to v1.0.192 [2021-05-13T08:31:12.115Z] ------------------- [2021-05-13T08:31:12.115Z] experimental info: [2021-05-13T08:31:12.115Z] ------------------- [2021-05-13T08:31:12.115Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T08:31:12.115Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:31:12.115Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T08:31:12.229Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-13T08:31:12.249Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-13T08:31:12.269Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T08:31:12.290Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T08:31:12.312Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T08:31:12.336Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T08:31:12.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T08:31:12.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-13T08:31:12.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-13T08:31:12.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-13T08:31:12.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T08:31:12.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T08:31:12.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T08:31:12.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T08:31:12.565Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:31:12.588Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:31:12.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T08:31:12.632Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T08:31:12.655Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-13T08:31:12.677Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-13T08:31:12.702Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-13T08:31:12.726Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T08:31:12.748Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3410 [Pipeline] echo [2021-05-13T08:31:12.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3410 [Pipeline] echo [2021-05-13T08:31:12.797Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3410 [Pipeline] echo [2021-05-13T08:31:12.821Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 019d9702c021f624b0dab8944b7cae4695038c17 [Pipeline] echo [2021-05-13T08:31:12.844Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 019d970 [Pipeline] echo [2021-05-13T08:31:12.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:31:12.935Z] provisioning config files... [2021-05-13T08:31:13.022Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config3825221343572671472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:31:13.341Z] ---> docker-login.sh [2021-05-13T08:31:13.341Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:31:13.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:13.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:13.602Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:13.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:13.602Z] [2021-05-13T08:31:13.602Z] Login Succeeded [2021-05-13T08:31:13.602Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:31:13.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:13.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:13.865Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:13.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:13.865Z] [2021-05-13T08:31:13.865Z] Login Succeeded [2021-05-13T08:31:13.865Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:31:13.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:14.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:14.128Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:14.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:14.128Z] [2021-05-13T08:31:14.128Z] Login Succeeded [2021-05-13T08:31:14.128Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:31:14.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:14.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:14.128Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:14.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:14.128Z] [2021-05-13T08:31:14.128Z] Login Succeeded [2021-05-13T08:31:14.128Z] docker.io [2021-05-13T08:31:14.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:31:14.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:31:14.652Z] Configure a credential helper to remove this warning. See [2021-05-13T08:31:14.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:31:14.652Z] [2021-05-13T08:31:14.652Z] Login Succeeded [2021-05-13T08:31:14.652Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:31:14.662Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:31:15.003Z] ++ 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-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/core-command/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/core-data/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-13T08:31:15.004Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:31:15.004Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-13T08:31:15.004Z] ++ cut -d/ -f2 [2021-05-13T08:31:15.004Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-13T08:31:15.089Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:15.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:31:15.752Z] [2021-05-13T08:31:15.752Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:16.069Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:31:16.069Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T08:31:16.069Z] 31603596830f: Pulling fs layer [2021-05-13T08:31:16.069Z] 54011a49482f: Pulling fs layer [2021-05-13T08:31:16.069Z] a6820b24f6d8: Pulling fs layer [2021-05-13T08:31:16.069Z] f581987b2513: Pulling fs layer [2021-05-13T08:31:16.069Z] f581987b2513: Waiting [2021-05-13T08:31:16.069Z] 54011a49482f: Verifying Checksum [2021-05-13T08:31:16.069Z] 54011a49482f: Download complete [2021-05-13T08:31:16.069Z] 31603596830f: Verifying Checksum [2021-05-13T08:31:16.069Z] 31603596830f: Download complete [2021-05-13T08:31:16.346Z] a6820b24f6d8: Verifying Checksum [2021-05-13T08:31:16.346Z] a6820b24f6d8: Download complete [2021-05-13T08:31:16.346Z] f581987b2513: Verifying Checksum [2021-05-13T08:31:16.346Z] f581987b2513: Download complete [2021-05-13T08:31:16.611Z] 31603596830f: Pull complete [2021-05-13T08:31:16.611Z] 54011a49482f: Pull complete [2021-05-13T08:31:17.556Z] a6820b24f6d8: Pull complete [2021-05-13T08:31:17.817Z] f581987b2513: Pull complete [2021-05-13T08:31:17.817Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T08:31:17.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:31:17.817Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T08:31:17.924Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2021-05-13T08:31:17.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10004/edgex-devops/git-semver:latest cat [2021-05-13T08:31:20.041Z] $ docker top 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:31:20.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:31:20.281Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:31:20.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:31:20.545Z] $ docker exec 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent [2021-05-13T08:31:20.708Z] SSH_AUTH_SOCK=/tmp/ssh-m3avY9ajhIyX/agent.12 [2021-05-13T08:31:20.708Z] SSH_AGENT_PID=17 [2021-05-13T08:31:20.724Z] Running ssh-add (command line suppressed) [2021-05-13T08:31:20.842Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_3135689912704285074.key (/w/workspace/edgex-go/14@tmp/private_key_3135689912704285074.key) [2021-05-13T08:31:20.895Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:31:21.235Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T08:31:21.260Z] $ docker exec --env ******** --env ******** 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent -k [2021-05-13T08:31:21.373Z] unset SSH_AUTH_SOCK; [2021-05-13T08:31:21.374Z] unset SSH_AGENT_PID; [2021-05-13T08:31:21.374Z] echo Agent pid 17 killed; [2021-05-13T08:31:21.418Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T08:31:21.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:31:21.451Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:31:21.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:31:21.626Z] $ docker exec 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent [2021-05-13T08:31:21.798Z] SSH_AUTH_SOCK=/tmp/ssh-ypxt6wjR0zdg/agent.47 [2021-05-13T08:31:21.798Z] SSH_AGENT_PID=53 [2021-05-13T08:31:21.805Z] Running ssh-add (command line suppressed) [2021-05-13T08:31:21.925Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_2525714664434121188.key (/w/workspace/edgex-go/14@tmp/private_key_2525714664434121188.key) [2021-05-13T08:31:21.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:31:22.295Z] + git semver init [2021-05-13T08:31:22.296Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:31:22.296Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-05-13T08:31:22.296Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-05-13T08:31:22.296Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:31:22.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:31:22.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:31:22.296Z] # $SEMVER_BRANCH = PR-3410 [2021-05-13T08:31:22.296Z] # $SEMVER_TEMP = /tmp/semver-683149676 [2021-05-13T08:31:22.296Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-13T08:32:09.098Z] # '/tmp/semver-683149676' -> '/w/workspace/edgex-go/14/.semver' [2021-05-13T08:32:09.098Z] # -> Force: false [2021-05-13T08:32:09.098Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-05-13T08:32:09.119Z] $ docker exec --env ******** --env ******** 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent -k [2021-05-13T08:32:09.453Z] unset SSH_AUTH_SOCK; [2021-05-13T08:32:09.453Z] unset SSH_AGENT_PID; [2021-05-13T08:32:09.453Z] echo Agent pid 53 killed; [2021-05-13T08:32:09.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:32:09.909Z] + git semver [Pipeline] } [2021-05-13T08:32:09.932Z] $ docker stop --time=1 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 [2021-05-13T08:32:11.907Z] $ docker rm -f 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:32:12.382Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T08:32:12.842Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T08:32:12.845Z] [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-05-13T08:32:13.359Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:32:13.659Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:32:14.005Z] + sudo service docker restart [2021-05-13T08:32:14.005Z] + true [2021-05-13T08:32:14.005Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-13T08:32:14.599Z] ========================================================= [2021-05-13T08:32:14.599Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T08:32:14.599Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:14.915Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-13T08:32:18.241Z] Sending build context to Docker daemon 330.4MB [2021-05-13T08:32:18.241Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:32:18.241Z] Step 2/6 : FROM ${BASE} [2021-05-13T08:32:18.241Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T08:32:18.241Z] 540db60ca938: Pulling fs layer [2021-05-13T08:32:18.241Z] adcc1eea9eea: Pulling fs layer [2021-05-13T08:32:18.241Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T08:32:18.241Z] 0510c868ecb4: Pulling fs layer [2021-05-13T08:32:18.241Z] afea3b2eda06: Pulling fs layer [2021-05-13T08:32:18.241Z] 7809a108b3ef: Pulling fs layer [2021-05-13T08:32:18.241Z] f706445af74f: Pulling fs layer [2021-05-13T08:32:18.241Z] afea3b2eda06: Waiting [2021-05-13T08:32:18.241Z] 7809a108b3ef: Waiting [2021-05-13T08:32:18.241Z] f706445af74f: Waiting [2021-05-13T08:32:18.241Z] 0510c868ecb4: Waiting [2021-05-13T08:32:18.241Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T08:32:18.241Z] 4c4ab2625f07: Download complete [2021-05-13T08:32:18.241Z] adcc1eea9eea: Download complete [2021-05-13T08:32:18.241Z] afea3b2eda06: Verifying Checksum [2021-05-13T08:32:18.241Z] afea3b2eda06: Download complete [2021-05-13T08:32:18.241Z] 540db60ca938: Verifying Checksum [2021-05-13T08:32:18.241Z] 540db60ca938: Download complete [2021-05-13T08:32:18.975Z] 540db60ca938: Pull complete [2021-05-13T08:32:18.975Z] adcc1eea9eea: Pull complete [2021-05-13T08:32:19.247Z] 4c4ab2625f07: Pull complete [2021-05-13T08:32:21.181Z] f706445af74f: Verifying Checksum [2021-05-13T08:32:21.181Z] f706445af74f: Download complete [2021-05-13T08:32:22.573Z] 0510c868ecb4: Verifying Checksum [2021-05-13T08:32:22.573Z] 0510c868ecb4: Download complete [2021-05-13T08:32:27.914Z] 0510c868ecb4: Pull complete [2021-05-13T08:32:27.914Z] afea3b2eda06: Pull complete [2021-05-13T08:32:27.978Z] Still waiting to schedule task [2021-05-13T08:32:27.978Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-13T08:32:28.178Z] 7809a108b3ef: Pull complete [2021-05-13T08:32:32.415Z] f706445af74f: Pull complete [2021-05-13T08:32:32.415Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T08:32:32.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T08:32:32.415Z] ---> b068be0155e3 [2021-05-13T08:32:32.415Z] 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-05-13T08:32:33.361Z] ---> Running in 1f5338b0499e [2021-05-13T08:32:33.935Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:32:34.879Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:32:35.453Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T08:32:35.715Z] (2/12) Installing file (5.39-r0) [2021-05-13T08:32:35.715Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T08:32:35.715Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T08:33:07.879Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T08:33:07.879Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T08:33:07.879Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T08:33:07.879Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T08:33:07.879Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T08:33:07.879Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:33:07.879Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T08:33:07.879Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:33:07.879Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:33:07.879Z] OK: 219 MiB in 52 packages [2021-05-13T08:33:08.828Z] Removing intermediate container 1f5338b0499e [2021-05-13T08:33:08.828Z] ---> 85adcdc782e2 [2021-05-13T08:33:08.828Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T08:33:08.828Z] ---> Running in a0edb4573473 [2021-05-13T08:33:09.089Z] Removing intermediate container a0edb4573473 [2021-05-13T08:33:09.089Z] ---> 2549fdd7446b [2021-05-13T08:33:09.089Z] Step 5/6 : COPY go.mod . [2021-05-13T08:33:09.354Z] ---> 17bb15841316 [2021-05-13T08:33:09.354Z] Step 6/6 : RUN go mod download [2021-05-13T08:33:09.354Z] ---> Running in 64ada2c5a6f4 [2021-05-13T08:33:31.383Z] Removing intermediate container 64ada2c5a6f4 [2021-05-13T08:33:31.383Z] ---> 49b9268f1bb6 [2021-05-13T08:33:31.646Z] Successfully built 49b9268f1bb6 [2021-05-13T08:33:31.646Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:33:31.965Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:33:31.965Z] . [Pipeline] withDockerContainer [2021-05-13T08:33:32.066Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2021-05-13T08:33:32.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T08:33:33.063Z] $ docker top e5d0fef85a52450699a0f88bf11f7d7862077bc140f781f6ceeb5c3e78c7c3da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:33:33.597Z] + go version [2021-05-13T08:33:33.597Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T08:33:33.614Z] $ docker stop --time=1 e5d0fef85a52450699a0f88bf11f7d7862077bc140f781f6ceeb5c3e78c7c3da [2021-05-13T08:33:34.978Z] $ docker rm -f e5d0fef85a52450699a0f88bf11f7d7862077bc140f781f6ceeb5c3e78c7c3da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:33:35.477Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:33:35.478Z] . [Pipeline] withDockerContainer [2021-05-13T08:33:35.572Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2021-05-13T08:33:35.624Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T08:33:36.313Z] $ docker top 799e038b1ef07f151caf5a12a9042f864f6fe740139e6860a862099fd359f682 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T08:33:36.440Z] ========================================================= [2021-05-13T08:33:36.440Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T08:33:36.440Z] ========================================================= [Pipeline] sh [2021-05-13T08:33:36.731Z] + go mod tidy [Pipeline] sh [2021-05-13T08:33:38.969Z] + make test [2021-05-13T08:33:38.969Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:33:47.178Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T08:34:09.333Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T08:34:13.616Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-13T08:34:13.616Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T08:34:13.886Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T08:34:18.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T08:34:18.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T08:34:18.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T08:34:18.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T08:34:19.150Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T08:34:19.415Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T08:34:22.762Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T08:34:22.762Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T08:34:22.762Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T08:34:24.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 45.9% of statements [2021-05-13T08:34:24.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T08:34:24.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T08:34:24.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T08:34:24.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T08:34:24.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T08:34:24.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T08:34:24.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 28.7% of statements [2021-05-13T08:34:24.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements [2021-05-13T08:34:28.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.143s coverage: 27.8% of statements [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T08:34:28.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.222s coverage: 81.2% of statements [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T08:34:28.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T08:34:28.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T08:34:28.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T08:34:28.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 87.7% of statements [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:34:28.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements [2021-05-13T08:34:28.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T08:34:31.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T08:34:31.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.111s coverage: 100.0% of statements [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T08:34:31.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T08:34:31.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T08:34:31.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T08:34:31.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T08:34:31.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T08:34:34.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 95.1% of statements [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T08:34:34.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T08:34:34.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.8% of statements [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T08:34:34.452Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.062s coverage: 22.0% of statements [2021-05-13T08:34:34.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T08:34:34.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-05-13T08:34:34.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-05-13T08:34:34.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements [2021-05-13T08:34:34.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-05-13T08:34:34.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements [2021-05-13T08:34:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2021-05-13T08:34:47.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-05-13T08:34:49.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.240s coverage: 81.8% of statements [2021-05-13T08:34:49.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.101s coverage: 92.9% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 76.0% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.101s coverage: 87.2% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 85.4% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.2% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 64.4% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 66.9% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.204s coverage: 43.4% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T08:34:57.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T08:34:57.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T08:34:59.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.087s coverage: 21.5% of statements [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T08:34:59.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.136s coverage: 92.2% of statements [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T08:34:59.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.749s coverage: 28.7% of statements [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T08:34:59.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T08:34:59.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T08:34:59.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.069s coverage: 64.6% of statements [2021-05-13T08:34:59.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T08:35:00.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 97.6% of statements [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T08:35:00.001Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T08:35:00.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T08:35:00.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T08:35:00.001Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T08:35:00.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-05-13T08:35:00.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements [2021-05-13T08:35:00.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T08:35:00.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.040s coverage: 85.7% of statements [2021-05-13T08:35:00.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T08:35:00.842Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-13T08:35:01.421Z] GO111MODULE=on go vet ./... [2021-05-13T08:35:04.186Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5094 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-05-13T08:35:04.206Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-05-13T08:35:09.773Z] using credential edgex-jenkins-ssh [2021-05-13T08:35:09.790Z] Cloning the remote Git repository [2021-05-13T08:35:09.872Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:35:09.973Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-05-13T08:35:10.038Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:35:10.039Z] > git --version # timeout=10 [2021-05-13T08:35:10.058Z] > git --version # 'git version 2.17.1' [2021-05-13T08:35:10.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:35:10.136Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:35:27.812Z] Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 62b35b2432e8ce9c7661e764e19840c5adc5cc86 [2021-05-13T08:35:28.417Z] Merge succeeded, producing 94ee1a6a183cce2ce8545039a99acdc17806a2ff [2021-05-13T08:35:28.418Z] Checking out Revision 94ee1a6a183cce2ce8545039a99acdc17806a2ff (PR-3410) [2021-05-13T08:35:26.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:35:26.886Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:35:26.919Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:35:26.958Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:35:26.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:35:26.971Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:35:27.832Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:35:27.849Z] > git checkout -f 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [2021-05-13T08:35:28.160Z] > git remote # timeout=10 [2021-05-13T08:35:28.177Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T08:35:28.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:35:28.212Z] > git merge d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 [2021-05-13T08:35:28.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T08:35:28.428Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:35:28.440Z] > git checkout -f 94ee1a6a183cce2ce8545039a99acdc17806a2ff # timeout=10 [2021-05-13T08:35:32.751Z] Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" [2021-05-13T08:35:32.763Z] > git rev-list --no-walk 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:35:34.357Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:35:34.757Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:35:35.095Z] + true [2021-05-13T08:35:35.095Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:35:37.805Z] provisioning config files... [2021-05-13T08:35:37.876Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config262390842611436906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:35:38.267Z] ---> docker-login.sh [2021-05-13T08:35:38.268Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:35:39.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:39.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:39.529Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:39.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:39.529Z] [2021-05-13T08:35:39.529Z] Login Succeeded [2021-05-13T08:35:39.529Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:35:39.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:40.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:40.076Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:40.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:40.076Z] [2021-05-13T08:35:40.076Z] Login Succeeded [2021-05-13T08:35:40.076Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:35:40.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:40.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:40.623Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:40.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:40.623Z] [2021-05-13T08:35:40.623Z] Login Succeeded [2021-05-13T08:35:40.623Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:35:40.713Z] gofmt -l . [2021-05-13T08:35:40.713Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:35:40.713Z] ./bin/test-go-mod-tidy.sh [2021-05-13T08:35:40.713Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-13T08:35:40.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:41.026Z] + ls -al . [2021-05-13T08:35:41.026Z] total 836 [2021-05-13T08:35:41.026Z] drwxrwxr-x 10 1001 1001 4096 May 13 08:35 . [2021-05-13T08:35:41.026Z] drwxr-xr-x 4 root root 30 May 13 08:33 .. [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 11 May 13 08:31 .dockerignore [2021-05-13T08:35:41.026Z] drwxrwxr-x 8 1001 1001 179 May 13 08:31 .git [2021-05-13T08:35:41.026Z] drwxrwxr-x 3 1001 1001 125 May 13 08:31 .github [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 818 May 13 08:31 .gitignore [2021-05-13T08:35:41.026Z] drwx------ 3 1001 1001 60 May 13 08:32 .semver [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 166 May 13 08:31 .sonarcloud.properties [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 8609 May 13 08:31 Attribution.txt [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 3804 May 13 08:31 CONTRIBUTING.md [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 931 May 13 08:31 Dockerfile.build [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 863 May 13 08:31 Jenkinsfile [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 10775 May 13 08:31 LICENSE [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 5594 May 13 08:31 Makefile [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 7978 May 13 08:31 README.md [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 6755 May 13 08:31 SECURITY.md [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 5 May 13 08:32 VERSION [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 4131 May 13 08:31 ZMQWindows.md [2021-05-13T08:35:41.026Z] drwxrwxr-x 2 1001 1001 117 May 13 08:31 bin [2021-05-13T08:35:41.026Z] drwxrwxr-x 14 1001 1001 4096 May 13 08:31 cmd [2021-05-13T08:35:41.026Z] -rw-r--r-- 1 root root 727486 May 13 08:35 coverage.out [2021-05-13T08:35:41.026Z] -rw-r--r-- 1 root root 1060 May 13 08:35 go.mod [2021-05-13T08:35:41.026Z] -rw-r--r-- 1 root root 21797 May 13 08:33 go.sum [2021-05-13T08:35:41.026Z] drwxrwxr-x 8 1001 1001 127 May 13 08:31 internal [2021-05-13T08:35:41.026Z] drwxrwxr-x 4 1001 1001 26 May 13 08:31 openapi [2021-05-13T08:35:41.026Z] drwxrwxr-x 4 1001 1001 71 May 13 08:31 snap [2021-05-13T08:35:41.026Z] -rw-rw-r-- 1 1001 1001 168 May 13 08:31 version.go [Pipeline] sh [2021-05-13T08:35:41.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:41.170Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:41.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:41.170Z] [2021-05-13T08:35:41.170Z] Login Succeeded [2021-05-13T08:35:41.170Z] docker.io [2021-05-13T08:35:41.331Z] + '[' -e coverage.out ] [2021-05-13T08:35:41.331Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T08:35:41.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:41.573Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T08:35:41.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:41.717Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:41.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:41.717Z] [2021-05-13T08:35:41.717Z] Login Succeeded [2021-05-13T08:35:41.717Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:35:41.734Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-13T08:35:41.874Z] + make build [2021-05-13T08:35:41.874Z] 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 [Pipeline] echo [2021-05-13T08:35:42.052Z] ========================================================= [2021-05-13T08:35:42.052Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T08:35:42.052Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:35:42.400Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-13T08:35:45.055Z] Sending build context to Docker daemon 167.8MB [2021-05-13T08:35:45.055Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:35:45.055Z] Step 2/6 : FROM ${BASE} [2021-05-13T08:35:45.055Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T08:35:45.055Z] 595b0fe564bb: Pulling fs layer [2021-05-13T08:35:45.055Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T08:35:45.055Z] 316046926c0a: Pulling fs layer [2021-05-13T08:35:45.055Z] 4ebd0625c992: Pulling fs layer [2021-05-13T08:35:45.055Z] 207e8628e3a3: Pulling fs layer [2021-05-13T08:35:45.055Z] c791037a9be2: Pulling fs layer [2021-05-13T08:35:45.055Z] ffd874e62e21: Pulling fs layer [2021-05-13T08:35:45.055Z] 4ebd0625c992: Waiting [2021-05-13T08:35:45.055Z] 207e8628e3a3: Waiting [2021-05-13T08:35:45.055Z] c791037a9be2: Waiting [2021-05-13T08:35:45.055Z] ffd874e62e21: Waiting [2021-05-13T08:35:45.055Z] 316046926c0a: Verifying Checksum [2021-05-13T08:35:45.055Z] 207e8628e3a3: Download complete [2021-05-13T08:35:45.055Z] c791037a9be2: Verifying Checksum [2021-05-13T08:35:45.055Z] c791037a9be2: Download complete [2021-05-13T08:35:45.055Z] 595b0fe564bb: Verifying Checksum [2021-05-13T08:35:45.055Z] 595b0fe564bb: Download complete [2021-05-13T08:35:45.193Z] 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-05-13T08:35:45.666Z] 595b0fe564bb: Pull complete [2021-05-13T08:35:46.277Z] 7186ed65a4f7: Pull complete [2021-05-13T08:35:46.565Z] 316046926c0a: Pull complete [2021-05-13T08:35:47.166Z] ffd874e62e21: Verifying Checksum [2021-05-13T08:35:47.166Z] ffd874e62e21: Download complete [2021-05-13T08:35:48.618Z] 4ebd0625c992: Download complete [2021-05-13T08:35:55.323Z] 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-05-13T08:35:56.276Z] 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-05-13T08:35:57.676Z] 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-05-13T08:35:57.940Z] 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-05-13T08:35:58.820Z] 4ebd0625c992: Pull complete [2021-05-13T08:35:59.099Z] 207e8628e3a3: Pull complete [2021-05-13T08:35:59.341Z] 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-05-13T08:35:59.693Z] c791037a9be2: Pull complete [2021-05-13T08:36:01.264Z] 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-05-13T08:36:01.841Z] 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-05-13T08:36:03.085Z] ffd874e62e21: Pull complete [2021-05-13T08:36:03.085Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T08:36:03.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T08:36:03.085Z] ---> cfc18b08335c [2021-05-13T08:36:03.085Z] 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-05-13T08:36:03.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-05-13T08:36:04.207Z] 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-05-13T08:36:05.155Z] 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-05-13T08:36:06.474Z] ---> Running in b2f3969f1e27 [2021-05-13T08:36:07.461Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:36:08.434Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-05-13T08:36:08.518Z] $ docker stop --time=1 799e038b1ef07f151caf5a12a9042f864f6fe740139e6860a862099fd359f682 [2021-05-13T08:36:09.409Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T08:36:09.679Z] (2/12) Installing file (5.39-r0) [2021-05-13T08:36:09.679Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T08:36:09.679Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T08:36:10.315Z] $ docker rm -f 799e038b1ef07f151caf5a12a9042f864f6fe740139e6860a862099fd359f682 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:11.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:36:11.862Z] [2021-05-13T08:36:11.862Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:12.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:36:12.178Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-13T08:36:12.178Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-13T08:36:12.178Z] ca9280d653b3: Pulling fs layer [2021-05-13T08:36:12.178Z] 7e9c9ca2126c: Pulling fs layer [2021-05-13T08:36:12.441Z] cbdbe7a5bc2a: Download complete [2021-05-13T08:36:13.018Z] cbdbe7a5bc2a: Pull complete [2021-05-13T08:36:13.018Z] ca9280d653b3: Download complete [2021-05-13T08:36:13.985Z] 7e9c9ca2126c: Verifying Checksum [2021-05-13T08:36:13.985Z] 7e9c9ca2126c: Download complete [2021-05-13T08:36:14.565Z] ca9280d653b3: Pull complete [2021-05-13T08:36:21.187Z] 7e9c9ca2126c: Pull complete [2021-05-13T08:36:21.187Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-13T08:36:21.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:36:21.187Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-13T08:36:21.368Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2021-05-13T08:36:21.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-13T08:36:22.080Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T08:36:22.081Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T08:36:22.081Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T08:36:22.081Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T08:36:22.081Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T08:36:22.081Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:36:22.081Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T08:36:22.081Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:36:22.081Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:36:22.081Z] OK: 218 MiB in 52 packages [2021-05-13T08:36:23.599Z] $ docker top 7dc3ef22e166dc7a676018781e1073f20244d2992fb58df82ae549897b8790ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:36:24.045Z] + docker-compose build --help [2021-05-13T08:36:24.045Z] + grep parallel [2021-05-13T08:36:24.989Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T08:36:25.269Z] $ docker stop --time=1 7dc3ef22e166dc7a676018781e1073f20244d2992fb58df82ae549897b8790ab [2021-05-13T08:36:25.463Z] Removing intermediate container b2f3969f1e27 [2021-05-13T08:36:25.463Z] ---> b28428b7c8b0 [2021-05-13T08:36:25.463Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T08:36:25.738Z] ---> Running in 68ac48cc3720 [2021-05-13T08:36:26.330Z] Removing intermediate container 68ac48cc3720 [2021-05-13T08:36:26.330Z] ---> cf8bebf69070 [2021-05-13T08:36:26.330Z] Step 5/6 : COPY go.mod . [2021-05-13T08:36:26.617Z] $ docker rm -f 7dc3ef22e166dc7a676018781e1073f20244d2992fb58df82ae549897b8790ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:26.938Z] ---> e5990d20556b [2021-05-13T08:36:26.938Z] Step 6/6 : RUN go mod download [2021-05-13T08:36:27.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:36:27.092Z] . [Pipeline] withDockerContainer [2021-05-13T08:36:27.187Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2021-05-13T08:36:27.210Z] ---> Running in f1ff1c83c8d1 [2021-05-13T08:36:27.248Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-13T08:36:27.885Z] $ docker top 847a8529328e6a39e8dc670af9c18fe8271beeac09d8d7a09bb9010630db12d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:36:28.321Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T08:36:29.266Z] Building core-command ... [2021-05-13T08:36:29.266Z] Building core-data ... [2021-05-13T08:36:29.266Z] Building core-metadata ... [2021-05-13T08:36:29.266Z] Building security-bootstrapper ... [2021-05-13T08:36:29.266Z] Building security-proxy-setup ... [2021-05-13T08:36:29.266Z] Building security-secretstore-setup ... [2021-05-13T08:36:29.266Z] Building support-notifications ... [2021-05-13T08:36:29.266Z] Building support-scheduler ... [2021-05-13T08:36:29.266Z] Building sys-mgmt-agent ... [2021-05-13T08:36:29.266Z] Building support-notifications [2021-05-13T08:36:29.266Z] Building security-bootstrapper [2021-05-13T08:36:29.266Z] Building security-secretstore-setup [2021-05-13T08:36:29.266Z] Building security-proxy-setup [2021-05-13T08:36:29.266Z] Building core-command [2021-05-13T08:36:53.990Z] Removing intermediate container f1ff1c83c8d1 [2021-05-13T08:36:53.990Z] ---> 521ed157b036 [2021-05-13T08:36:53.990Z] Successfully built 521ed157b036 [2021-05-13T08:36:53.990Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:54.329Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:36:54.329Z] . [Pipeline] withDockerContainer [2021-05-13T08:36:54.560Z] prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container [2021-05-13T08:36:54.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T08:36:56.055Z] $ docker top 751ba9906a29056851043c483b5cbba6f51a1d1a24d3e592e9c7fa69d2b902c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:36:56.964Z] + go version [2021-05-13T08:36:56.964Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T08:36:56.989Z] $ docker stop --time=1 751ba9906a29056851043c483b5cbba6f51a1d1a24d3e592e9c7fa69d2b902c8 [2021-05-13T08:36:58.869Z] $ docker rm -f 751ba9906a29056851043c483b5cbba6f51a1d1a24d3e592e9c7fa69d2b902c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:59.555Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:36:59.555Z] . [Pipeline] withDockerContainer [2021-05-13T08:36:59.818Z] prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container [2021-05-13T08:36:59.907Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T08:37:01.432Z] $ docker top 5899f85f3ee42ce0870b2342f9655a0bce536d7c57b6a906adbe2d19ec053519 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T08:37:01.749Z] ========================================================= [2021-05-13T08:37:01.749Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T08:37:01.749Z] ========================================================= [Pipeline] sh [2021-05-13T08:37:02.405Z] + go mod tidy [Pipeline] sh [2021-05-13T08:37:04.053Z] + make test [2021-05-13T08:37:04.053Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:37:08.224Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:37:08.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:37:08.224Z] ---> 49b9268f1bb6 [2021-05-13T08:37:08.224Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T08:37:08.224Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:37:08.224Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:37:08.224Z] ---> 49b9268f1bb6 [2021-05-13T08:37:08.224Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:37:08.224Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:37:08.224Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:37:08.224Z] ---> 49b9268f1bb6 [2021-05-13T08:37:08.224Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T08:37:08.224Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:37:08.224Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:37:08.224Z] ---> 49b9268f1bb6 [2021-05-13T08:37:08.224Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:37:08.224Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:37:08.224Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:37:08.224Z] ---> 49b9268f1bb6 [2021-05-13T08:37:08.224Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T08:37:08.224Z] ---> Running in b4db6cc6dc9d [2021-05-13T08:37:08.224Z] ---> Running in 9e6741d9ab71 [2021-05-13T08:37:08.224Z] ---> Running in a206e4b19809 [2021-05-13T08:37:08.224Z] ---> Running in bc52d0c98840 [2021-05-13T08:37:08.224Z] ---> Running in 1393f90e147a [2021-05-13T08:37:08.224Z] Removing intermediate container 1393f90e147a [2021-05-13T08:37:08.224Z] ---> 1c583d218d5f [2021-05-13T08:37:08.224Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:37:08.224Z] Removing intermediate container 9e6741d9ab71 [2021-05-13T08:37:08.224Z] ---> 20155c6e8df1 [2021-05-13T08:37:08.224Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:37:08.224Z] Removing intermediate container b4db6cc6dc9d [2021-05-13T08:37:08.224Z] ---> 1315444b24af [2021-05-13T08:37:08.224Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:37:08.224Z] Removing intermediate container bc52d0c98840 [2021-05-13T08:37:08.224Z] ---> 4815db0542f6 [2021-05-13T08:37:08.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:37:08.224Z] Removing intermediate container a206e4b19809 [2021-05-13T08:37:08.224Z] ---> ed1d11cc43e7 [2021-05-13T08:37:08.224Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:37:08.224Z] ---> Running in f60e2064d6bf [2021-05-13T08:37:08.224Z] ---> Running in 0192087f9814 [2021-05-13T08:37:08.224Z] ---> Running in 9d4aa4be2ff0 [2021-05-13T08:37:08.224Z] ---> Running in 53671800b75b [2021-05-13T08:37:08.224Z] ---> Running in ff3400f76192 [2021-05-13T08:37:08.577Z] Removing intermediate container 9d4aa4be2ff0 [2021-05-13T08:37:08.577Z] ---> 7935a791d93a [2021-05-13T08:37:08.577Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:37:08.925Z] ---> Running in 68b956c2dbc6 [2021-05-13T08:37:08.925Z] Removing intermediate container f60e2064d6bf [2021-05-13T08:37:08.925Z] ---> bf11fb3a094e [2021-05-13T08:37:08.925Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T08:37:08.925Z] ---> Running in 6aa03313137b [2021-05-13T08:37:09.295Z] Removing intermediate container 0192087f9814 [2021-05-13T08:37:09.295Z] ---> 91acfde02ca0 [2021-05-13T08:37:09.295Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T08:37:09.295Z] Removing intermediate container 53671800b75b [2021-05-13T08:37:09.295Z] ---> 65335f35e8bf [2021-05-13T08:37:09.295Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T08:37:09.565Z] Removing intermediate container ff3400f76192 [2021-05-13T08:37:09.565Z] ---> 4321bc37eed5 [2021-05-13T08:37:09.565Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T08:37:09.565Z] ---> Running in 6eb4b4a97df0 [2021-05-13T08:37:09.565Z] ---> Running in 14addd6b4ad5 [2021-05-13T08:37:09.565Z] ---> Running in 666f290da515 [2021-05-13T08:37:09.565Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:09.832Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:10.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:10.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:10.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:10.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:10.682Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:11.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:11.257Z] OK: 219 MiB in 52 packages [2021-05-13T08:37:11.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:11.531Z] OK: 219 MiB in 52 packages [2021-05-13T08:37:11.531Z] OK: 219 MiB in 52 packages [2021-05-13T08:37:11.805Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:37:11.805Z] Removing intermediate container 6aa03313137b [2021-05-13T08:37:11.805Z] ---> 99ac13aa0f79 [2021-05-13T08:37:11.805Z] Step 6/26 : COPY go.mod . [2021-05-13T08:37:11.805Z] OK: 219 MiB in 52 packages [2021-05-13T08:37:12.384Z] ---> 27f676dd516a [2021-05-13T08:37:12.384Z] Step 7/26 : RUN go mod download [2021-05-13T08:37:12.384Z] OK: 219 MiB in 52 packages [2021-05-13T08:37:12.384Z] ---> Running in 23661a329ef4 [2021-05-13T08:37:12.646Z] Removing intermediate container 68b956c2dbc6 [2021-05-13T08:37:12.646Z] ---> 449a218ac006 [2021-05-13T08:37:12.646Z] Step 6/24 : COPY go.mod . [2021-05-13T08:37:12.646Z] Removing intermediate container 6eb4b4a97df0 [2021-05-13T08:37:12.646Z] ---> f5635ad085ed [2021-05-13T08:37:12.646Z] Step 6/22 : COPY go.mod . [2021-05-13T08:37:12.914Z] Removing intermediate container 666f290da515 [2021-05-13T08:37:12.914Z] ---> 0fc8e0130de2 [2021-05-13T08:37:12.914Z] Step 6/32 : COPY go.mod . [2021-05-13T08:37:13.179Z] ---> fb306953fbae [2021-05-13T08:37:13.179Z] Step 7/24 : RUN go mod download [2021-05-13T08:37:13.179Z] ---> af7eb002e152 [2021-05-13T08:37:13.179Z] Step 7/22 : RUN go mod download [2021-05-13T08:37:13.179Z] ---> Running in 8abcc8fa9e65 [2021-05-13T08:37:13.179Z] ---> Running in f20eaff3bcb3 [2021-05-13T08:37:13.448Z] ---> 454c960beca3 [2021-05-13T08:37:13.448Z] Step 7/32 : RUN go mod download [2021-05-13T08:37:13.448Z] Removing intermediate container 14addd6b4ad5 [2021-05-13T08:37:13.448Z] ---> 19dcff55e788 [2021-05-13T08:37:13.448Z] Step 6/23 : COPY go.mod . [2021-05-13T08:37:13.448Z] ---> Running in 41a6d3d0c205 [2021-05-13T08:37:14.844Z] ---> 2b23393ce1d3 [2021-05-13T08:37:14.844Z] Step 7/23 : RUN go mod download [2021-05-13T08:37:14.844Z] ---> Running in 4bb5e39c213e [2021-05-13T08:37:15.423Z] Removing intermediate container 23661a329ef4 [2021-05-13T08:37:15.423Z] ---> 3e32c3652440 [2021-05-13T08:37:15.423Z] Step 8/26 : COPY . . [2021-05-13T08:37:16.392Z] Removing intermediate container 8abcc8fa9e65 [2021-05-13T08:37:16.392Z] ---> 041c19b6afc8 [2021-05-13T08:37:16.392Z] Step 8/24 : COPY . . [2021-05-13T08:37:20.643Z] Removing intermediate container f20eaff3bcb3 [2021-05-13T08:37:20.643Z] ---> b696ecfab9e0 [2021-05-13T08:37:20.643Z] Step 8/22 : COPY . . [2021-05-13T08:37:20.643Z] Removing intermediate container 41a6d3d0c205 [2021-05-13T08:37:20.643Z] ---> 2e2bae23ec69 [2021-05-13T08:37:20.643Z] Step 8/32 : COPY . . [2021-05-13T08:37:27.324Z] Removing intermediate container 4bb5e39c213e [2021-05-13T08:37:27.324Z] ---> f121653bc887 [2021-05-13T08:37:27.324Z] Step 8/23 : COPY . . [2021-05-13T08:37:30.872Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T08:38:06.387Z] ---> a365c9075e3c [2021-05-13T08:38:06.388Z] Step 9/26 : RUN go mod tidy [2021-05-13T08:38:06.388Z] ---> 23219912536d [2021-05-13T08:38:06.388Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:38:06.388Z] ---> Running in 3fc570017eb3 [2021-05-13T08:38:06.388Z] ---> Running in e6e7856a28dc [2021-05-13T08:38:06.388Z] ---> bc9d4b89a1c8 [2021-05-13T08:38:06.388Z] Step 9/22 : RUN go mod tidy [2021-05-13T08:38:06.388Z] ---> 063f29765bd3 [2021-05-13T08:38:06.388Z] Step 9/32 : RUN go mod tidy [2021-05-13T08:38:06.388Z] ---> Running in b8bcb86f43cc [2021-05-13T08:38:06.388Z] ---> Running in 9fc8a3072cc1 [2021-05-13T08:38:06.388Z] ---> b585aff18ede [2021-05-13T08:38:06.388Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:38:06.388Z] ---> Running in cc2e2887d956 [2021-05-13T08:38:09.754Z] Removing intermediate container cc2e2887d956 [2021-05-13T08:38:09.754Z] ---> e3543f7fa2d1 [2021-05-13T08:38:09.754Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T08:38:09.754Z] Removing intermediate container e6e7856a28dc [2021-05-13T08:38:09.754Z] ---> a77540e65d84 [2021-05-13T08:38:09.754Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T08:38:09.754Z] Removing intermediate container 3fc570017eb3 [2021-05-13T08:38:09.754Z] ---> 73aa7384459a [2021-05-13T08:38:09.754Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T08:38:09.754Z] Removing intermediate container b8bcb86f43cc [2021-05-13T08:38:09.754Z] ---> 2aff07ac0845 [2021-05-13T08:38:09.754Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T08:38:09.754Z] Removing intermediate container 9fc8a3072cc1 [2021-05-13T08:38:09.754Z] ---> 17a6c7d6f887 [2021-05-13T08:38:09.754Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T08:38:09.754Z] ---> Running in 280f8b60473b [2021-05-13T08:38:09.754Z] ---> Running in 9fbe49c9b9a2 [2021-05-13T08:38:09.754Z] ---> Running in 88287f56fd12 [2021-05-13T08:38:09.754Z] ---> Running in 11688cd95f42 [2021-05-13T08:38:09.754Z] ---> Running in 5f13355a047e [2021-05-13T08:38:10.337Z] 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-05-13T08:38:10.609Z] 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-05-13T08:38:10.876Z] 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-05-13T08:38:10.876Z] 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-05-13T08:38:10.876Z] 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-05-13T08:38:27.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T08:38:42.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-13T08:38:42.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T08:38:42.612Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T08:38:44.595Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T08:38:48.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T08:38:48.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T08:38:48.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T08:38:50.029Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T08:38:50.039Z] 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-05-13T08:38:50.039Z] 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-05-13T08:38:52.060Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T08:38:53.426Z] Removing intermediate container 11688cd95f42 [2021-05-13T08:38:53.426Z] ---> c7487a6965d9 [2021-05-13T08:38:53.426Z] [2021-05-13T08:38:53.426Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T08:38:53.426Z] 3.12: Pulling from library/alpine [2021-05-13T08:38:53.698Z] Removing intermediate container 9fbe49c9b9a2 [2021-05-13T08:38:53.698Z] ---> ab72a50a276d [2021-05-13T08:38:53.698Z] [2021-05-13T08:38:53.698Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:38:53.698Z] 3.12: Pulling from library/alpine [2021-05-13T08:38:54.281Z] Removing intermediate container 280f8b60473b [2021-05-13T08:38:54.281Z] ---> 8b1cc0cbfeb0 [2021-05-13T08:38:54.281Z] [2021-05-13T08:38:54.281Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:38:55.044Z] 3.12: Pulling from library/alpine [2021-05-13T08:38:55.044Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:38:55.044Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:38:55.044Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:38:55.044Z] Status: Image is up to date for alpine:3.12 [2021-05-13T08:38:55.044Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:38:55.044Z] Status: Image is up to date for alpine:3.12 [2021-05-13T08:38:55.044Z] ---> 13621d1b12d4 [2021-05-13T08:38:55.044Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T08:38:55.044Z] ---> 13621d1b12d4 [2021-05-13T08:38:55.044Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:38:55.044Z] ---> 13621d1b12d4 [2021-05-13T08:38:55.044Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T08:38:56.975Z] ---> Running in f4add18defaa [2021-05-13T08:38:56.975Z] ---> Running in 16c06fb92b3a [2021-05-13T08:38:56.975Z] ---> Running in 928935a49af1 [2021-05-13T08:38:57.244Z] Removing intermediate container 88287f56fd12 [2021-05-13T08:38:57.244Z] ---> e30cf4c89fe2 [2021-05-13T08:38:57.244Z] [2021-05-13T08:38:57.244Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T08:38:57.244Z] ---> 13621d1b12d4 [2021-05-13T08:38:57.244Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T08:38:57.824Z] Removing intermediate container 5f13355a047e [2021-05-13T08:38:57.824Z] ---> c935e9b9c223 [2021-05-13T08:38:57.824Z] [2021-05-13T08:38:57.824Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T08:38:57.824Z] ---> 13621d1b12d4 [2021-05-13T08:38:57.824Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T08:38:58.103Z] ---> Running in 0f65f2b11f11 [2021-05-13T08:38:58.103Z] ---> Running in f8a3df5c359b [2021-05-13T08:38:58.373Z] Removing intermediate container 16c06fb92b3a [2021-05-13T08:38:58.373Z] ---> f977a065a8a6 [2021-05-13T08:38:58.373Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T08:38:58.373Z] ---> Running in ebf2185ca5cf [2021-05-13T08:38:58.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:58.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:58.922Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:58.922Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:58.922Z] OK: 6 MiB in 15 packages [2021-05-13T08:38:58.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:58.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:59.193Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T08:38:59.193Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:59.193Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:59.193Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:38:59.193Z] OK: 6 MiB in 16 packages [2021-05-13T08:38:59.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:59.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:59.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:59.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:59.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:59.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:59.729Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T08:38:59.729Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:38:59.729Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T08:38:59.729Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T08:38:59.729Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:59.729Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T08:38:59.729Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:59.729Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:38:59.729Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:59.729Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T08:38:59.729Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:59.729Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T08:38:59.729Z] OK: 6 MiB in 16 packages [2021-05-13T08:38:59.729Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:38:59.729Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T08:38:59.729Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T08:38:59.729Z] OK: 7 MiB in 20 packages [2021-05-13T08:38:59.729Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:59.729Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:38:59.729Z] OK: 7 MiB in 18 packages [2021-05-13T08:39:00.382Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T08:39:00.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T08:39:00.383Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T08:39:01.128Z] Removing intermediate container f4add18defaa [2021-05-13T08:39:01.129Z] ---> b1c2090882f6 [2021-05-13T08:39:01.129Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:39:01.704Z] ---> Running in c134910c863c [2021-05-13T08:39:02.674Z] Removing intermediate container 0f65f2b11f11 [2021-05-13T08:39:02.674Z] ---> 10afb67eda66 [2021-05-13T08:39:02.674Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:39:02.937Z] Removing intermediate container 928935a49af1 [2021-05-13T08:39:02.937Z] ---> f2376a97da78 [2021-05-13T08:39:02.937Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:39:02.937Z] Removing intermediate container ebf2185ca5cf [2021-05-13T08:39:02.937Z] ---> 02946d2ab18c [2021-05-13T08:39:02.937Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T08:39:02.937Z] Removing intermediate container c134910c863c [2021-05-13T08:39:02.937Z] ---> 012a23f61f73 [2021-05-13T08:39:02.937Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T08:39:02.937Z] ---> Running in 813a5916c865 [2021-05-13T08:39:02.937Z] ---> Running in 6b9043d8068c [2021-05-13T08:39:03.199Z] Removing intermediate container f8a3df5c359b [2021-05-13T08:39:03.199Z] ---> 5ce129952ce3 [2021-05-13T08:39:03.199Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:39:03.199Z] ---> Running in 5b38d1e79c43 [2021-05-13T08:39:03.199Z] ---> Running in 211e53dbe10b [2021-05-13T08:39:03.461Z] ---> Running in 26c696c8db80 [2021-05-13T08:39:03.461Z] Removing intermediate container 813a5916c865 [2021-05-13T08:39:03.461Z] ---> 6d7eb4bfc5d6 [2021-05-13T08:39:03.461Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T08:39:03.461Z] Removing intermediate container 6b9043d8068c [2021-05-13T08:39:03.461Z] ---> e343abfb8345 [2021-05-13T08:39:03.461Z] Step 14/26 : WORKDIR / [2021-05-13T08:39:03.461Z] Removing intermediate container 5b38d1e79c43 [2021-05-13T08:39:03.461Z] ---> 5fc5f4dff88d [2021-05-13T08:39:03.461Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T08:39:03.461Z] Removing intermediate container 211e53dbe10b [2021-05-13T08:39:03.461Z] ---> 753757b4b16d [2021-05-13T08:39:03.461Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:39:03.733Z] ---> Running in bf4969deb3eb [2021-05-13T08:39:03.733Z] ---> Running in ce4f5d153b85 [2021-05-13T08:39:03.733Z] ---> Running in da6b2318db19 [2021-05-13T08:39:03.733Z] ---> Running in c162ce845cca [2021-05-13T08:39:03.733Z] Removing intermediate container 26c696c8db80 [2021-05-13T08:39:03.733Z] ---> 883e742a6ad8 [2021-05-13T08:39:03.733Z] Step 14/22 : WORKDIR /edgex [2021-05-13T08:39:03.995Z] ---> Running in 459635ab1ac2 [2021-05-13T08:39:03.995Z] Removing intermediate container bf4969deb3eb [2021-05-13T08:39:03.995Z] ---> 00e4bf71e24f [2021-05-13T08:39:03.995Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:39:04.260Z] Removing intermediate container ce4f5d153b85 [2021-05-13T08:39:04.260Z] ---> 7a4e43dfd074 [2021-05-13T08:39:04.260Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T08:39:04.260Z] Removing intermediate container c162ce845cca [2021-05-13T08:39:04.260Z] ---> fd962a01f6f4 [2021-05-13T08:39:04.260Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T08:39:04.260Z] Removing intermediate container da6b2318db19 [2021-05-13T08:39:04.260Z] ---> 935b9f917809 [2021-05-13T08:39:04.260Z] Step 16/24 : WORKDIR / [2021-05-13T08:39:04.260Z] ---> Running in 8d185c1491f3 [2021-05-13T08:39:04.522Z] ---> Running in 4ebed82d5246 [2021-05-13T08:39:04.523Z] Removing intermediate container 459635ab1ac2 [2021-05-13T08:39:04.523Z] ---> b1160060393a [2021-05-13T08:39:04.523Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T08:39:04.784Z] ---> Running in d11d3a69febb [2021-05-13T08:39:04.785Z] ---> 7d6ff74bed51 [2021-05-13T08:39:04.785Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T08:39:05.052Z] Removing intermediate container 8d185c1491f3 [2021-05-13T08:39:05.052Z] ---> 0c785b588a5b [2021-05-13T08:39:05.052Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:39:05.052Z] Removing intermediate container d11d3a69febb [2021-05-13T08:39:05.052Z] ---> 7fcf4eda0b52 [2021-05-13T08:39:05.052Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:39:05.052Z] ---> a496921531f8 [2021-05-13T08:39:05.052Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T08:39:05.332Z] ---> 9494c5662ee1 [2021-05-13T08:39:05.332Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T08:39:05.605Z] ---> 6ec66b05c4f1 [2021-05-13T08:39:05.605Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T08:39:05.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.401s coverage: 45.9% of statements [2021-05-13T08:39:05.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T08:39:05.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T08:39:05.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T08:39:05.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T08:39:05.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T08:39:05.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T08:39:05.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 28.7% of statements [2021-05-13T08:39:05.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.308s coverage: 100.0% of statements [2021-05-13T08:39:05.867Z] ---> 76ac2a5c4b9b [2021-05-13T08:39:05.867Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T08:39:05.867Z] ---> 08b57d3a8ff2 [2021-05-13T08:39:05.867Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T08:39:06.134Z] ---> b9b3f9672efe [2021-05-13T08:39:06.134Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T08:39:06.405Z] ---> be96dd272b3c [2021-05-13T08:39:06.405Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T08:39:06.405Z] ---> 4bc7062d9316 [2021-05-13T08:39:06.405Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T08:39:06.405Z] Removing intermediate container 4ebed82d5246 [2021-05-13T08:39:06.405Z] ---> 94ad380a557d [2021-05-13T08:39:06.405Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T08:39:06.405Z] ---> a2d08e827e21 [2021-05-13T08:39:06.405Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T08:39:06.678Z] ---> bdf46dbaf1a7 [2021-05-13T08:39:06.679Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T08:39:06.679Z] ---> Running in e7830e9b0d39 [2021-05-13T08:39:06.679Z] ---> Running in 4469b09113e9 [2021-05-13T08:39:06.940Z] ---> 880309fa7a5d [2021-05-13T08:39:06.940Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T08:39:06.940Z] ---> 78a5525fe6de [2021-05-13T08:39:06.940Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T08:39:07.520Z] ---> Running in a43540a82e6c [2021-05-13T08:39:07.520Z] ---> e4f0ad3907b0 [2021-05-13T08:39:07.520Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T08:39:07.520Z] Removing intermediate container e7830e9b0d39 [2021-05-13T08:39:07.520Z] ---> 72029bc7632b [2021-05-13T08:39:07.520Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T08:39:07.520Z] Removing intermediate container 4469b09113e9 [2021-05-13T08:39:07.520Z] ---> 8a40612b86eb [2021-05-13T08:39:07.520Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T08:39:07.520Z] ---> Running in 687e8b7ea3d3 [2021-05-13T08:39:07.786Z] ---> Running in b275098b0627 [2021-05-13T08:39:07.786Z] Removing intermediate container a43540a82e6c [2021-05-13T08:39:07.786Z] ---> b6fdbd2b955d [2021-05-13T08:39:07.786Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:39:08.047Z] ---> Running in d1bc9f541cb4 [2021-05-13T08:39:08.047Z] Removing intermediate container 687e8b7ea3d3 [2021-05-13T08:39:08.047Z] ---> 320818be5a9b [2021-05-13T08:39:08.047Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:39:08.047Z] Removing intermediate container b275098b0627 [2021-05-13T08:39:08.047Z] ---> 3ed83695efe8 [2021-05-13T08:39:08.047Z] Step 20/22 : LABEL arch=x86_64 [2021-05-13T08:39:08.047Z] ---> 0f50edd86e75 [2021-05-13T08:39:08.047Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T08:39:08.047Z] ---> 1f3276522819 [2021-05-13T08:39:08.047Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T08:39:08.311Z] ---> Running in 51d540285fc4 [2021-05-13T08:39:08.311Z] ---> Running in 65b977ae0230 [2021-05-13T08:39:08.311Z] ---> Running in f97c7401619f [2021-05-13T08:39:08.311Z] Removing intermediate container d1bc9f541cb4 [2021-05-13T08:39:08.311Z] ---> 63b26c162c21 [2021-05-13T08:39:08.311Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T08:39:08.574Z] ---> f8a045175aa1 [2021-05-13T08:39:08.574Z] Step 22/26 : 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-05-13T08:39:08.574Z] ---> Running in 501cc951e7ff [2021-05-13T08:39:08.836Z] Removing intermediate container 51d540285fc4 [2021-05-13T08:39:08.836Z] ---> 14b70a8872ec [2021-05-13T08:39:08.836Z] Step 21/22 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:39:08.836Z] Removing intermediate container 65b977ae0230 [2021-05-13T08:39:08.836Z] ---> fc0cae67233e [2021-05-13T08:39:08.836Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:39:08.836Z] ---> Running in 6a79e2616b24 [2021-05-13T08:39:09.100Z] ---> Running in f921bea0121f [2021-05-13T08:39:09.100Z] ---> Running in 21288078205b [2021-05-13T08:39:09.364Z] Removing intermediate container 501cc951e7ff [2021-05-13T08:39:09.364Z] ---> 2f809fff30a8 [2021-05-13T08:39:09.364Z] Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:39:09.630Z] Removing intermediate container f921bea0121f [2021-05-13T08:39:09.630Z] ---> Running in 02bd1a634fa0 [2021-05-13T08:39:09.630Z] ---> d7d60f7a3dd8 [2021-05-13T08:39:09.630Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:39:09.630Z] Removing intermediate container 21288078205b [2021-05-13T08:39:09.630Z] ---> d69004c463ce [2021-05-13T08:39:09.630Z] Step 22/22 : LABEL version=0.0.0 [2021-05-13T08:39:09.630Z] ---> Running in 1d96b62b3e42 [2021-05-13T08:39:09.892Z] ---> Running in a8a49d41ef38 [2021-05-13T08:39:10.156Z] Removing intermediate container 02bd1a634fa0 [2021-05-13T08:39:10.156Z] ---> 97c8fb4421fc [2021-05-13T08:39:10.156Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:39:10.156Z] Removing intermediate container 1d96b62b3e42 [2021-05-13T08:39:10.156Z] ---> 6cb5d5b5824d [2021-05-13T08:39:10.156Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:39:10.156Z] ---> Running in 0b0c03882141 [2021-05-13T08:39:10.418Z] Removing intermediate container a8a49d41ef38 [2021-05-13T08:39:10.418Z] ---> 1c035c48e977 [2021-05-13T08:39:10.418Z] [2021-05-13T08:39:10.418Z] ---> Running in 1f7880029fda [2021-05-13T08:39:10.418Z] Removing intermediate container f97c7401619f [2021-05-13T08:39:10.418Z] ---> f4b4719b964c [2021-05-13T08:39:10.418Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:39:10.689Z] Removing intermediate container 0b0c03882141 [2021-05-13T08:39:10.689Z] ---> aba7884a88aa [2021-05-13T08:39:10.689Z] [2021-05-13T08:39:10.689Z] Successfully built 1c035c48e977 [2021-05-13T08:39:10.960Z] Removing intermediate container 6a79e2616b24 [2021-05-13T08:39:10.960Z] ---> 8dffc9c4262a [2021-05-13T08:39:10.960Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T08:39:10.960Z] Successfully tagged security-proxy-setup:latest [2021-05-13T08:39:10.960Z] Building sys-mgmt-agent [2021-05-13T08:39:10.960Z]  Building security-proxy-setup ... done Removing intermediate container 1f7880029fda [2021-05-13T08:39:10.960Z] ---> 79e7441121e4 [2021-05-13T08:39:10.960Z] [2021-05-13T08:39:10.960Z] ---> Running in 76bc4c524332 [2021-05-13T08:39:10.960Z] ---> 4b88ef9ed26e [2021-05-13T08:39:10.960Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T08:39:10.960Z] Successfully built aba7884a88aa [2021-05-13T08:39:10.960Z] Successfully tagged support-notifications:latest [2021-05-13T08:39:10.960Z]  Building support-notifications ... done Building core-metadata [2021-05-13T08:39:11.227Z] Successfully built 79e7441121e4 [2021-05-13T08:39:11.227Z] Successfully tagged core-command:latest [2021-05-13T08:39:11.227Z] Building core-data [2021-05-13T08:39:11.227Z]  Building core-command ... done Removing intermediate container 76bc4c524332 [2021-05-13T08:39:11.227Z] ---> a45fda05d793 [2021-05-13T08:39:11.227Z] Step 24/26 : LABEL arch=x86_64 [2021-05-13T08:39:11.491Z] ---> Running in 1a882a3b51e0 [2021-05-13T08:39:11.754Z] ---> 65dd42833691 [2021-05-13T08:39:11.754Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T08:39:11.754Z] Removing intermediate container 1a882a3b51e0 [2021-05-13T08:39:11.754Z] ---> 5ae7b5e5e321 [2021-05-13T08:39:11.754Z] Step 25/26 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:39:12.023Z] ---> Running in d4026975cac4 [2021-05-13T08:39:12.023Z] ---> 0869a1b06957 [2021-05-13T08:39:12.023Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T08:39:12.023Z] Removing intermediate container d4026975cac4 [2021-05-13T08:39:12.023Z] ---> d6d0e6d14a77 [2021-05-13T08:39:12.023Z] Step 26/26 : LABEL version=0.0.0 [2021-05-13T08:39:12.599Z] ---> Running in f8ec2a12826c [2021-05-13T08:39:12.599Z] ---> 617480debd02 [2021-05-13T08:39:12.599Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T08:39:12.864Z] Removing intermediate container f8ec2a12826c [2021-05-13T08:39:12.864Z] ---> 67b6a9c7bee0 [2021-05-13T08:39:12.864Z] [2021-05-13T08:39:14.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.8% of statements [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T08:39:14.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.190s coverage: 81.2% of statements [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T08:39:14.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.144s coverage: 100.0% of statements [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T08:39:14.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.209s coverage: 100.0% of statements [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T08:39:14.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T08:39:15.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 71.3% of statements [2021-05-13T08:39:15.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T08:39:15.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T08:39:15.433Z] Successfully built 67b6a9c7bee0 [2021-05-13T08:39:16.011Z] Successfully tagged security-secretstore-setup:latest [2021-05-13T08:39:16.011Z]  Building security-secretstore-setup ... done Building support-scheduler [2021-05-13T08:39:16.011Z] ---> e3bf75fe634d [2021-05-13T08:39:16.011Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T08:39:16.011Z] ---> Running in 1a54c613c28e [2021-05-13T08:39:16.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.532s coverage: 87.7% of statements [2021-05-13T08:39:16.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T08:39:16.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:39:16.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.184s coverage: 78.9% of statements [2021-05-13T08:39:16.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T08:39:17.462Z] Removing intermediate container 1a54c613c28e [2021-05-13T08:39:17.462Z] ---> a75b0e2b97fb [2021-05-13T08:39:17.462Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T08:39:20.796Z] ---> e7f007abb6bf [2021-05-13T08:39:20.796Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T08:39:20.796Z] ---> Running in 8e6bd0ebff0f [2021-05-13T08:39:25.051Z] Removing intermediate container 8e6bd0ebff0f [2021-05-13T08:39:25.051Z] ---> 0745c3454f00 [2021-05-13T08:39:25.051Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T08:39:25.051Z] ---> Running in 8b1adf2bdbc7 [2021-05-13T08:39:25.629Z] Removing intermediate container 8b1adf2bdbc7 [2021-05-13T08:39:25.629Z] ---> 89795ee1c607 [2021-05-13T08:39:25.629Z] Step 29/32 : CMD ["gate"] [2021-05-13T08:39:25.890Z] ---> Running in c5f7f32c6725 [2021-05-13T08:39:26.164Z] Removing intermediate container c5f7f32c6725 [2021-05-13T08:39:26.164Z] ---> daebe0ac0932 [2021-05-13T08:39:26.164Z] Step 30/32 : LABEL arch=x86_64 [2021-05-13T08:39:26.164Z] ---> Running in 414eb6821002 [2021-05-13T08:39:28.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.100s coverage: 28.6% of statements [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T08:39:28.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.245s coverage: 100.0% of statements [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T08:39:28.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.256s coverage: 100.0% of statements [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T08:39:28.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T08:39:28.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T08:39:28.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.251s coverage: 78.3% of statements [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T08:39:28.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T08:39:31.521Z] Removing intermediate container 414eb6821002 [2021-05-13T08:39:31.522Z] ---> 9f458f3cdc2d [2021-05-13T08:39:31.522Z] Step 31/32 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:39:32.493Z] ---> Running in 5fc45335ab15 [2021-05-13T08:39:32.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.222s coverage: 95.1% of statements [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T08:39:32.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T08:39:32.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.8% of statements [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T08:39:32.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.160s coverage: 22.0% of statements [2021-05-13T08:39:32.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T08:39:32.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.156s coverage: 47.1% of statements [2021-05-13T08:39:32.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.190s coverage: 79.5% of statements [2021-05-13T08:39:33.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.151s coverage: 94.1% of statements [2021-05-13T08:39:34.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.157s coverage: 96.3% of statements [2021-05-13T08:39:34.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements [2021-05-13T08:39:35.097Z] Removing intermediate container 5fc45335ab15 [2021-05-13T08:39:35.097Z] ---> c28768bbf666 [2021-05-13T08:39:35.097Z] Step 32/32 : LABEL version=0.0.0 [2021-05-13T08:39:36.064Z] ---> Running in c09023dfdf31 [2021-05-13T08:39:37.481Z] Removing intermediate container c09023dfdf31 [2021-05-13T08:39:37.481Z] ---> 9e3bf3da00cd [2021-05-13T08:39:37.481Z] [2021-05-13T08:39:38.451Z] Successfully built 9e3bf3da00cd [2021-05-13T08:39:38.451Z] Successfully tagged security-bootstrapper:latest [2021-05-13T08:39:41.047Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:41.047Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:41.047Z] ---> 49b9268f1bb6 [2021-05-13T08:39:41.047Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:39:41.047Z] ---> Using cache [2021-05-13T08:39:41.047Z] ---> ed1d11cc43e7 [2021-05-13T08:39:41.047Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:41.048Z] ---> Using cache [2021-05-13T08:39:41.048Z] ---> 4321bc37eed5 [2021-05-13T08:39:41.048Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:39:41.048Z] ---> Using cache [2021-05-13T08:39:41.048Z] ---> 0fc8e0130de2 [2021-05-13T08:39:41.048Z] Step 6/24 : COPY go.mod . [2021-05-13T08:39:41.048Z] ---> Using cache [2021-05-13T08:39:41.048Z] ---> 454c960beca3 [2021-05-13T08:39:41.048Z] Step 7/24 : RUN go mod download [2021-05-13T08:39:41.048Z] ---> Using cache [2021-05-13T08:39:41.048Z] ---> 2e2bae23ec69 [2021-05-13T08:39:41.048Z] Step 8/24 : COPY . . [2021-05-13T08:39:41.315Z] ---> Using cache [2021-05-13T08:39:41.315Z] ---> 063f29765bd3 [2021-05-13T08:39:41.315Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:39:41.315Z] ---> Using cache [2021-05-13T08:39:41.315Z] ---> 17a6c7d6f887 [2021-05-13T08:39:41.315Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T08:39:41.315Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:41.315Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:41.315Z] ---> 49b9268f1bb6 [2021-05-13T08:39:41.315Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:39:41.315Z] ---> Using cache [2021-05-13T08:39:41.315Z] ---> ed1d11cc43e7 [2021-05-13T08:39:41.315Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:41.315Z] ---> Using cache [2021-05-13T08:39:41.315Z] ---> 4321bc37eed5 [2021-05-13T08:39:41.315Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T08:39:42.844Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:42.845Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:42.845Z] ---> 49b9268f1bb6 [2021-05-13T08:39:42.845Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> ed1d11cc43e7 [2021-05-13T08:39:42.845Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> 4321bc37eed5 [2021-05-13T08:39:42.845Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T08:39:42.845Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:42.845Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:42.845Z] ---> 49b9268f1bb6 [2021-05-13T08:39:42.845Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> ed1d11cc43e7 [2021-05-13T08:39:42.845Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> 4321bc37eed5 [2021-05-13T08:39:42.845Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> 0fc8e0130de2 [2021-05-13T08:39:42.845Z] Step 6/23 : COPY go.mod . [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> 454c960beca3 [2021-05-13T08:39:42.845Z] Step 7/23 : RUN go mod download [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> 2e2bae23ec69 [2021-05-13T08:39:42.845Z] Step 8/23 : COPY . . [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> 063f29765bd3 [2021-05-13T08:39:42.845Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:39:42.845Z] ---> Using cache [2021-05-13T08:39:42.845Z] ---> 17a6c7d6f887 [2021-05-13T08:39:42.845Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T08:39:43.420Z] ---> Running in c13580f52940 [2021-05-13T08:39:43.420Z] ---> Running in 1b108cec70cd [2021-05-13T08:39:43.420Z] ---> Running in c0047754922d [2021-05-13T08:39:43.420Z] ---> Running in 80b7cb3e167b [2021-05-13T08:39:44.387Z] 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-05-13T08:39:44.387Z] 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-05-13T08:39:44.387Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:44.387Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:45.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:45.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:45.927Z] OK: 219 MiB in 52 packages [2021-05-13T08:39:45.927Z] OK: 219 MiB in 52 packages [2021-05-13T08:39:46.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.165s coverage: 94.4% of statements [2021-05-13T08:39:46.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-05-13T08:39:47.369Z] Removing intermediate container 1b108cec70cd [2021-05-13T08:39:47.369Z] ---> f6661a894b96 [2021-05-13T08:39:47.369Z] Step 6/24 : COPY go.mod . [2021-05-13T08:39:47.369Z] Removing intermediate container c0047754922d [2021-05-13T08:39:47.369Z] ---> 6df3ac8bf8ab [2021-05-13T08:39:47.369Z] Step 6/24 : COPY go.mod . [2021-05-13T08:39:47.639Z] ---> b7c019300944 [2021-05-13T08:39:47.639Z] Step 7/24 : RUN go mod download [2021-05-13T08:39:47.909Z] ---> 3c795665142a [2021-05-13T08:39:47.909Z] Step 7/24 : RUN go mod download [2021-05-13T08:39:47.909Z] ---> Running in e2ddacfa2947 [2021-05-13T08:39:47.909Z] ---> Running in 0ef44bf4be84 [2021-05-13T08:39:51.309Z] Removing intermediate container e2ddacfa2947 [2021-05-13T08:39:51.309Z] ---> 8650ca57fee7 [2021-05-13T08:39:51.309Z] Step 8/24 : COPY . . [2021-05-13T08:39:51.309Z] Removing intermediate container 0ef44bf4be84 [2021-05-13T08:39:51.309Z] ---> 3a942daf7ce5 [2021-05-13T08:39:51.309Z] Step 8/24 : COPY . . [2021-05-13T08:39:52.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.486s coverage: 81.8% of statements [2021-05-13T08:39:52.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.201s coverage: 92.9% of statements [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.089s coverage: 87.2% of statements [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 76.0% of statements [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.0% of statements [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 85.4% of statements [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.2% of statements [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.748s coverage: 64.4% of statements [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T08:40:00.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.112s coverage: 100.0% of statements [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-05-13T08:40:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-05-13T08:40:01.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-05-13T08:40:04.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.962s coverage: 66.9% of statements [2021-05-13T08:40:04.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T08:40:04.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T08:40:04.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T08:40:06.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.679s coverage: 43.4% of statements [2021-05-13T08:40:06.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T08:40:06.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T08:40:06.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements [2021-05-13T08:40:06.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T08:40:06.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-05-13T08:40:12.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.0% of statements [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T08:40:12.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T08:40:12.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T08:40:12.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T08:40:14.776Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.229s coverage: 21.5% of statements [2021-05-13T08:40:14.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T08:40:14.776Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.427s coverage: 92.2% of statements [2021-05-13T08:40:14.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T08:40:14.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:40:14.776Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T08:40:23.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.779s coverage: 28.7% of statements [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T08:40:23.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T08:40:23.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T08:40:23.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.161s coverage: 64.6% of statements [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T08:40:23.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.422s coverage: 97.6% of statements [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T08:40:23.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T08:40:23.104Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T08:40:23.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T08:40:23.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T08:40:23.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-05-13T08:40:23.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements [2021-05-13T08:40:23.104Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T08:40:23.703Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.060s coverage: 85.7% of statements [2021-05-13T08:40:23.703Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T08:40:24.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-13T08:40:24.730Z] ---> 85ca03c7be73 [2021-05-13T08:40:24.730Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:40:24.730Z] ---> 95fb69bd7969 [2021-05-13T08:40:24.730Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:40:24.730Z] ---> Running in 8e1232df0834 [2021-05-13T08:40:24.730Z] ---> Running in 08ac3bcd845e [2021-05-13T08:40:25.274Z] GO111MODULE=on go vet ./... [2021-05-13T08:40:27.335Z] Removing intermediate container 80b7cb3e167b [2021-05-13T08:40:27.336Z] ---> 4147b70f6147 [2021-05-13T08:40:27.336Z] [2021-05-13T08:40:27.336Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:40:27.336Z] ---> 13621d1b12d4 [2021-05-13T08:40:27.336Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:40:27.336Z] ---> Using cache [2021-05-13T08:40:27.336Z] ---> b1c2090882f6 [2021-05-13T08:40:27.336Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:40:27.336Z] ---> Using cache [2021-05-13T08:40:27.336Z] ---> 012a23f61f73 [2021-05-13T08:40:27.336Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T08:40:27.917Z] ---> Running in 6c92e504e75a [2021-05-13T08:40:28.189Z] Removing intermediate container c13580f52940 [2021-05-13T08:40:28.189Z] ---> ac67e6430917 [2021-05-13T08:40:28.189Z] [2021-05-13T08:40:28.189Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:40:28.189Z] ---> 13621d1b12d4 [2021-05-13T08:40:28.189Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:40:28.189Z] ---> Using cache [2021-05-13T08:40:28.189Z] ---> b1c2090882f6 [2021-05-13T08:40:28.189Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:40:28.189Z] ---> Using cache [2021-05-13T08:40:28.189Z] ---> 012a23f61f73 [2021-05-13T08:40:28.189Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T08:40:28.189Z] ---> Running in 2d7f144d9eda [2021-05-13T08:40:28.451Z] Removing intermediate container 6c92e504e75a [2021-05-13T08:40:28.451Z] ---> 5a2503a2b787 [2021-05-13T08:40:28.451Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:40:28.451Z] ---> Running in 34206ad53f91 [2021-05-13T08:40:29.027Z] Removing intermediate container 2d7f144d9eda [2021-05-13T08:40:29.027Z] ---> 83e7b3b42d3e [2021-05-13T08:40:29.027Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:40:29.292Z] Removing intermediate container 34206ad53f91 [2021-05-13T08:40:29.292Z] ---> Running in 0ba40f86173f [2021-05-13T08:40:29.292Z] ---> 39af77e045ee [2021-05-13T08:40:29.292Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:40:29.559Z] Removing intermediate container 0ba40f86173f [2021-05-13T08:40:29.559Z] ---> fc28b718526c [2021-05-13T08:40:29.559Z] Step 16/24 : WORKDIR / [2021-05-13T08:40:29.559Z] ---> fb65a02e38ea [2021-05-13T08:40:29.559Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T08:40:29.559Z] ---> Running in 444127c9abb1 [2021-05-13T08:40:29.822Z] Removing intermediate container 08ac3bcd845e [2021-05-13T08:40:29.822Z] ---> 9351532ab362 [2021-05-13T08:40:29.822Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T08:40:29.822Z] Removing intermediate container 8e1232df0834 [2021-05-13T08:40:29.822Z] ---> Running in c0d2cca2e573 [2021-05-13T08:40:29.822Z] ---> 839e4f471601 [2021-05-13T08:40:29.822Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T08:40:30.087Z] Removing intermediate container 444127c9abb1 [2021-05-13T08:40:30.087Z] ---> 86ab2bfaea25 [2021-05-13T08:40:30.087Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:40:30.087Z] ---> Running in fb70bdd36c3c [2021-05-13T08:40:30.352Z] ---> 174f426f3b34 [2021-05-13T08:40:30.352Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T08:40:30.620Z] ---> cbae3c47ad6e [2021-05-13T08:40:30.620Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T08:40:30.896Z] 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-05-13T08:40:30.896Z] ---> 33042421a119 [2021-05-13T08:40:30.896Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T08:40:31.172Z] ---> Running in baf8644cc22e [2021-05-13T08:40:31.172Z] 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-05-13T08:40:31.446Z] ---> 2e1dafd58c51 [2021-05-13T08:40:31.446Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T08:40:31.446Z] Removing intermediate container baf8644cc22e [2021-05-13T08:40:31.446Z] ---> 35c31b53ffec [2021-05-13T08:40:31.446Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:40:31.719Z] ---> Running in 8a922648d203 [2021-05-13T08:40:31.990Z] Removing intermediate container 8a922648d203 [2021-05-13T08:40:31.990Z] ---> 90435a8bc914 [2021-05-13T08:40:31.990Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T08:40:32.579Z] ---> 1e549e42fcf7 [2021-05-13T08:40:32.579Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T08:40:32.849Z] ---> Running in 734f735524c6 [2021-05-13T08:40:32.850Z] ---> Running in 30c04dac4b81 [2021-05-13T08:40:33.436Z] Removing intermediate container 734f735524c6 [2021-05-13T08:40:33.436Z] ---> 02725df56674 [2021-05-13T08:40:33.436Z] Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:40:33.436Z] ---> Running in fcc2eea1737d [2021-05-13T08:40:33.436Z] Removing intermediate container 30c04dac4b81 [2021-05-13T08:40:33.436Z] ---> e85f1889001d [2021-05-13T08:40:33.436Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:40:33.704Z] ---> Running in 62f8f269fbc7 [2021-05-13T08:40:33.704Z] Removing intermediate container fcc2eea1737d [2021-05-13T08:40:33.704Z] ---> 58e443358f75 [2021-05-13T08:40:33.704Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:40:33.972Z] ---> Running in 0aa4a5c6806b [2021-05-13T08:40:33.972Z] Removing intermediate container 62f8f269fbc7 [2021-05-13T08:40:33.972Z] ---> 5f51b7afa579 [2021-05-13T08:40:33.972Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:40:33.972Z] ---> Running in 5fe07c68b0d5 [2021-05-13T08:40:34.239Z] Removing intermediate container 0aa4a5c6806b [2021-05-13T08:40:34.239Z] ---> cf6e6cec022f [2021-05-13T08:40:34.239Z] [2021-05-13T08:40:34.506Z] Removing intermediate container 5fe07c68b0d5 [2021-05-13T08:40:34.506Z] ---> f01bd5ad2b10 [2021-05-13T08:40:34.506Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:40:35.086Z] ---> Running in db7ba6c365cf [2021-05-13T08:40:35.086Z] Successfully built cf6e6cec022f [2021-05-13T08:40:35.086Z] Successfully tagged support-scheduler:latest [2021-05-13T08:40:35.351Z]  Building support-scheduler ... done Removing intermediate container db7ba6c365cf [2021-05-13T08:40:35.351Z] ---> 8f2e6114f616 [2021-05-13T08:40:35.351Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:40:35.619Z] ---> Running in 542151e31916 [2021-05-13T08:40:35.893Z] Removing intermediate container 542151e31916 [2021-05-13T08:40:35.893Z] ---> 02c96d6debd2 [2021-05-13T08:40:35.893Z] [2021-05-13T08:40:36.162Z] Successfully built 02c96d6debd2 [2021-05-13T08:40:37.146Z] Successfully tagged core-metadata:latest [2021-05-13T08:40:52.196Z]  Building core-metadata ... done Removing intermediate container fb70bdd36c3c [2021-05-13T08:40:52.196Z] ---> 727fa2c87787 [2021-05-13T08:40:52.196Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T08:40:52.196Z] ---> Running in 830a3c2ad170 [2021-05-13T08:40:52.196Z] 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-05-13T08:40:54.795Z] Removing intermediate container c0d2cca2e573 [2021-05-13T08:40:54.795Z] ---> 1bbbc8825aed [2021-05-13T08:40:54.795Z] [2021-05-13T08:40:54.795Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:40:54.795Z] ---> 13621d1b12d4 [2021-05-13T08:40:54.795Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T08:40:54.795Z] Removing intermediate container 830a3c2ad170 [2021-05-13T08:40:54.795Z] ---> 42029ae17622 [2021-05-13T08:40:54.795Z] [2021-05-13T08:40:54.795Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T08:40:54.795Z] ---> Running in 7d3eacbbe24a [2021-05-13T08:40:54.795Z] 20.10.0: Pulling from library/docker [2021-05-13T08:40:55.059Z] Removing intermediate container 7d3eacbbe24a [2021-05-13T08:40:55.059Z] ---> 03d859d4a90d [2021-05-13T08:40:55.059Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T08:40:55.321Z] ---> Running in 80814a86b0c4 [2021-05-13T08:40:55.585Z] Removing intermediate container 80814a86b0c4 [2021-05-13T08:40:55.585Z] ---> e6c87a6ac81f [2021-05-13T08:40:55.585Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T08:40:55.851Z] ---> Running in d4be357a4ac8 [2021-05-13T08:40:56.805Z] Removing intermediate container d4be357a4ac8 [2021-05-13T08:40:56.805Z] ---> 11b45fe3e91c [2021-05-13T08:40:56.805Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:40:56.805Z] ---> Running in 06b6ad131d19 [2021-05-13T08:40:58.774Z] Removing intermediate container 06b6ad131d19 [2021-05-13T08:40:58.774Z] ---> b6d2c41b16eb [2021-05-13T08:40:58.774Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T08:40:58.774Z] ---> Running in b3d299fe1ef6 [2021-05-13T08:40:59.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:40:59.932Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T08:40:59.932Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T08:40:59.932Z] ---> aefe523efa57 [2021-05-13T08:40:59.932Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:40:59.932Z] ---> Running in f733f3f6c5e8 [2021-05-13T08:41:00.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:41:00.194Z] Removing intermediate container f733f3f6c5e8 [2021-05-13T08:41:00.194Z] ---> a5bf5014cb32 [2021-05-13T08:41:00.194Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T08:41:00.194Z] ---> Running in 38b0c80a968e [2021-05-13T08:41:00.456Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:41:00.718Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T08:41:00.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:41:00.718Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:41:00.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:41:00.980Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T08:41:00.980Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T08:41:00.980Z] Executing bash-5.0.17-r0.post-install [2021-05-13T08:41:00.980Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:41:00.980Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T08:41:00.980Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T08:41:00.980Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T08:41:00.980Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T08:41:00.980Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T08:41:00.980Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T08:41:00.980Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T08:41:00.980Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T08:41:00.980Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T08:41:00.980Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T08:41:01.242Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:41:02.196Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T08:41:02.459Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T08:41:02.723Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:41:02.723Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T08:41:02.723Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T08:41:02.723Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T08:41:02.723Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T08:41:02.723Z] OK: 8 MiB in 20 packages [2021-05-13T08:41:02.723Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T08:41:02.723Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T08:41:02.723Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T08:41:02.723Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T08:41:02.723Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T08:41:02.723Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T08:41:02.985Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T08:41:02.985Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T08:41:02.985Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T08:41:02.985Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T08:41:02.985Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T08:41:02.985Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T08:41:02.985Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T08:41:02.985Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T08:41:02.985Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T08:41:06.301Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T08:41:06.301Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T08:41:06.301Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T08:41:06.565Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T08:41:06.565Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T08:41:06.565Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T08:41:06.565Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T08:41:06.565Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T08:41:06.565Z] OK: 72 MiB in 59 packages [2021-05-13T08:41:07.515Z] Removing intermediate container b3d299fe1ef6 [2021-05-13T08:41:07.516Z] ---> 109e83360f99 [2021-05-13T08:41:07.516Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:41:07.785Z] Collecting docker-compose==1.23.2 [2021-05-13T08:41:07.785Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T08:41:07.785Z] ---> 7f11e9fe807b [2021-05-13T08:41:07.785Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T08:41:08.048Z] Collecting PyYAML<4,>=3.10 [2021-05-13T08:41:08.048Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T08:41:09.982Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T08:41:09.982Z] ---> cf5222a8679b [2021-05-13T08:41:09.982Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T08:41:09.982Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T08:41:10.247Z] ---> 66e3628f34ae [2021-05-13T08:41:10.247Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T08:41:10.510Z] ---> Running in 75460893defb [2021-05-13T08:41:10.510Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T08:41:10.510Z] Removing intermediate container 75460893defb [2021-05-13T08:41:10.510Z] ---> 703bfd3ee39a [2021-05-13T08:41:10.510Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:41:10.510Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T08:41:10.772Z] ---> Running in 7fcd4e9e3fef [2021-05-13T08:41:10.772Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T08:41:10.772Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T08:41:10.772Z] 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-05-13T08:41:10.772Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T08:41:10.772Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T08:41:10.772Z] Removing intermediate container 7fcd4e9e3fef [2021-05-13T08:41:10.772Z] ---> e1732a7c4cb1 [2021-05-13T08:41:10.772Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:41:11.035Z] ---> Running in 183788497e6d [2021-05-13T08:41:11.035Z] Removing intermediate container 183788497e6d [2021-05-13T08:41:11.035Z] ---> 6dab4c6dcd87 [2021-05-13T08:41:11.035Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:41:11.298Z] ---> Running in 030e1875948e [2021-05-13T08:41:11.298Z] Removing intermediate container 030e1875948e [2021-05-13T08:41:11.298Z] ---> e23eadfb79a9 [2021-05-13T08:41:11.298Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:41:11.298Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T08:41:11.298Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T08:41:11.560Z] ---> Running in 246d21c5aa6c [2021-05-13T08:41:11.560Z] Removing intermediate container 246d21c5aa6c [2021-05-13T08:41:11.560Z] ---> 2c7a1900f68e [2021-05-13T08:41:11.560Z] [2021-05-13T08:41:11.858Z] Successfully built 2c7a1900f68e [2021-05-13T08:41:11.858Z] Successfully tagged core-data:latest [2021-05-13T08:41:11.858Z]  Building core-data ... done Collecting jsonschema<3,>=2.5.1 [2021-05-13T08:41:11.858Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T08:41:12.120Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T08:41:12.120Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T08:41:12.381Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T08:41:12.381Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T08:41:12.381Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T08:41:12.381Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T08:41:12.643Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T08:41:12.643Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T08:41:12.643Z] 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-05-13T08:41:12.643Z] 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-05-13T08:41:12.643Z] Collecting idna<2.8,>=2.5 [2021-05-13T08:41:12.643Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T08:41:12.905Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T08:41:12.906Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T08:41:12.906Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T08:41:12.906Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T08:41:12.906Z] Installing collected packages: PyYAML, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, dockerpty, texttable, jsonschema, docker-compose [2021-05-13T08:41:12.906Z] Running setup.py install for PyYAML: started [2021-05-13T08:41:13.481Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T08:41:13.481Z] Running setup.py install for docopt: started [2021-05-13T08:41:14.053Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T08:41:14.053Z] Attempting uninstall: urllib3 [2021-05-13T08:41:14.053Z] Found existing installation: urllib3 1.25.9 [2021-05-13T08:41:14.053Z] Uninstalling urllib3-1.25.9: [2021-05-13T08:41:14.053Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T08:41:14.314Z] Attempting uninstall: idna [2021-05-13T08:41:14.314Z] Found existing installation: idna 2.9 [2021-05-13T08:41:14.314Z] Uninstalling idna-2.9: [2021-05-13T08:41:14.314Z] Successfully uninstalled idna-2.9 [2021-05-13T08:41:14.314Z] Attempting uninstall: requests [2021-05-13T08:41:14.314Z] Found existing installation: requests 2.23.0 [2021-05-13T08:41:14.314Z] Uninstalling requests-2.23.0: [2021-05-13T08:41:14.578Z] Successfully uninstalled requests-2.23.0 [2021-05-13T08:41:15.967Z] Running setup.py install for dockerpty: started [2021-05-13T08:41:16.229Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T08:41:16.229Z] Running setup.py install for texttable: started [2021-05-13T08:41:16.806Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T08:41:17.068Z] 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.59.0 [2021-05-13T08:41:25.226Z] Removing intermediate container 38b0c80a968e [2021-05-13T08:41:25.226Z] ---> 9d84d020ddfd [2021-05-13T08:41:25.226Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T08:41:25.226Z] ---> Running in 92a0f0fee432 [2021-05-13T08:41:25.226Z] Removing intermediate container 92a0f0fee432 [2021-05-13T08:41:25.226Z] ---> 419f2f0d7392 [2021-05-13T08:41:25.226Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T08:41:25.226Z] ---> Running in 48175b888aca [2021-05-13T08:41:25.226Z] Removing intermediate container 48175b888aca [2021-05-13T08:41:25.226Z] ---> f2add2f72c41 [2021-05-13T08:41:25.226Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T08:41:25.801Z] ---> 8eb274b07304 [2021-05-13T08:41:25.801Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T08:41:26.067Z] ---> 5feb1cbf9083 [2021-05-13T08:41:26.067Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T08:41:26.328Z] ---> 38104de3fc5a [2021-05-13T08:41:26.329Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T08:41:26.590Z] ---> Running in cf48cb6dbfac [2021-05-13T08:41:26.590Z] Removing intermediate container cf48cb6dbfac [2021-05-13T08:41:26.590Z] ---> c496866168a4 [2021-05-13T08:41:26.590Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:41:26.856Z] ---> Running in e7ce0fb72659 [2021-05-13T08:41:26.856Z] Removing intermediate container e7ce0fb72659 [2021-05-13T08:41:26.856Z] ---> 2714452ed046 [2021-05-13T08:41:26.856Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:41:26.856Z] ---> Running in 0735050e68e7 [2021-05-13T08:41:27.120Z] Removing intermediate container 0735050e68e7 [2021-05-13T08:41:27.120Z] ---> b70c9ea5a326 [2021-05-13T08:41:27.120Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:41:27.120Z] ---> Running in 7fb0e7845c67 [2021-05-13T08:41:27.381Z] Removing intermediate container 7fb0e7845c67 [2021-05-13T08:41:27.381Z] ---> 70d0c6642f40 [2021-05-13T08:41:27.381Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:41:27.381Z] ---> Running in c6a346efaebb [2021-05-13T08:41:27.643Z] Removing intermediate container c6a346efaebb [2021-05-13T08:41:27.643Z] ---> f1b71c54d014 [2021-05-13T08:41:27.643Z] [2021-05-13T08:41:27.905Z] Successfully built f1b71c54d014 [2021-05-13T08:41:27.905Z] Successfully tagged sys-mgmt-agent:latest [2021-05-13T08:41:28.179Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-13T08:41:28.197Z] $ docker stop --time=1 847a8529328e6a39e8dc670af9c18fe8271beeac09d8d7a09bb9010630db12d3 [2021-05-13T08:41:29.940Z] $ docker rm -f 847a8529328e6a39e8dc670af9c18fe8271beeac09d8d7a09bb9010630db12d3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:41:30.409Z] + docker images [2021-05-13T08:41:30.671Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T08:41:30.671Z] sys-mgmt-agent latest f1b71c54d014 3 seconds ago 312MB [2021-05-13T08:41:30.671Z] core-data latest 2c7a1900f68e 19 seconds ago 21.6MB [2021-05-13T08:41:30.671Z] 42029ae17622 36 seconds ago 1.15GB [2021-05-13T08:41:30.671Z] 1bbbc8825aed 37 seconds ago 1.17GB [2021-05-13T08:41:30.671Z] core-metadata latest 02c96d6debd2 55 seconds ago 18.6MB [2021-05-13T08:41:30.671Z] support-scheduler latest cf6e6cec022f 56 seconds ago 17.1MB [2021-05-13T08:41:30.671Z] ac67e6430917 About a minute ago 1.17GB [2021-05-13T08:41:30.671Z] 4147b70f6147 About a minute ago 1.16GB [2021-05-13T08:41:30.671Z] security-bootstrapper latest 9e3bf3da00cd About a minute ago 18.2MB [2021-05-13T08:41:30.671Z] security-secretstore-setup latest 67b6a9c7bee0 2 minutes ago 25.7MB [2021-05-13T08:41:30.671Z] support-notifications latest aba7884a88aa 2 minutes ago 17.7MB [2021-05-13T08:41:30.671Z] core-command latest 79e7441121e4 2 minutes ago 17MB [2021-05-13T08:41:30.671Z] security-proxy-setup latest 1c035c48e977 2 minutes ago 25.3MB [2021-05-13T08:41:30.671Z] e30cf4c89fe2 2 minutes ago 1.16GB [2021-05-13T08:41:30.671Z] c935e9b9c223 2 minutes ago 1.15GB [2021-05-13T08:41:30.671Z] 8b1cc0cbfeb0 2 minutes ago 1.16GB [2021-05-13T08:41:30.671Z] ab72a50a276d 2 minutes ago 1.16GB [2021-05-13T08:41:30.671Z] c7487a6965d9 2 minutes ago 1.15GB [2021-05-13T08:41:30.671Z] ci-base-image-x86_64 latest 49b9268f1bb6 8 minutes ago 648MB [2021-05-13T08:41:30.671Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-13T08:41:30.671Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-13T08:41:30.671Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-13T08:41:30.671Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-13T08:41:30.671Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [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-05-13T08:41:46.204Z] Still waiting to schedule task [2021-05-13T08:41:46.204Z] ‘prd-ubuntu18.04-docker-8c-8g-5090’ is offline [2021-05-13T08:42:02.167Z] gofmt -l . [2021-05-13T08:42:02.167Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:42:04.144Z] ./bin/test-go-mod-tidy.sh [2021-05-13T08:42:04.751Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-13T08:42:07.397Z] + ls -al . [2021-05-13T08:42:07.397Z] total 864 [2021-05-13T08:42:07.397Z] drwxrwxr-x 9 1001 1001 4096 May 13 08:42 . [2021-05-13T08:42:07.397Z] drwxr-xr-x 4 root root 4096 May 13 08:37 .. [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 11 May 13 08:35 .dockerignore [2021-05-13T08:42:07.397Z] drwxrwxr-x 8 1001 1001 4096 May 13 08:35 .git [2021-05-13T08:42:07.397Z] drwxrwxr-x 3 1001 1001 4096 May 13 08:35 .github [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 818 May 13 08:35 .gitignore [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 166 May 13 08:35 .sonarcloud.properties [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 8609 May 13 08:35 Attribution.txt [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 3804 May 13 08:35 CONTRIBUTING.md [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 931 May 13 08:35 Dockerfile.build [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 863 May 13 08:35 Jenkinsfile [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 10775 May 13 08:35 LICENSE [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 5594 May 13 08:35 Makefile [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 7978 May 13 08:35 README.md [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 6755 May 13 08:35 SECURITY.md [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 5 May 13 08:32 VERSION [2021-05-13T08:42:07.397Z] -rw-rw-r-- 1 1001 1001 4131 May 13 08:35 ZMQWindows.md [2021-05-13T08:42:07.397Z] drwxrwxr-x 2 1001 1001 4096 May 13 08:35 bin [2021-05-13T08:42:07.397Z] drwxrwxr-x 14 1001 1001 4096 May 13 08:35 cmd [2021-05-13T08:42:07.397Z] -rw-r--r-- 1 root root 727486 May 13 08:40 coverage.out [2021-05-13T08:42:07.397Z] -rw-r--r-- 1 root root 1060 May 13 08:42 go.mod [2021-05-13T08:42:07.397Z] -rw-r--r-- 1 root root 21797 May 13 08:37 go.sum [2021-05-13T08:42:07.397Z] drwxrwxr-x 8 1001 1001 4096 May 13 08:35 internal [2021-05-13T08:42:07.397Z] drwxrwxr-x 4 1001 1001 4096 May 13 08:35 openapi [2021-05-13T08:42:07.398Z] drwxrwxr-x 4 1001 1001 4096 May 13 08:35 snap [2021-05-13T08:42:07.398Z] -rw-rw-r-- 1 1001 1001 168 May 13 08:35 version.go [Pipeline] sh [2021-05-13T08:42:08.060Z] + '[' -e coverage.out ] [2021-05-13T08:42:08.061Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T08:42:08.091Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T08:42:09.641Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T08:42:10.380Z] + make build [2021-05-13T08:42:10.380Z] 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-05-13T08:42:18.824Z] 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-05-13T08:42:45.621Z] 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-05-13T08:42:46.593Z] 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-05-13T08:42:50.884Z] 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-05-13T08:42:51.864Z] 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-05-13T08:42:56.170Z] 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-05-13T08:43:00.475Z] 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-05-13T08:43:03.105Z] 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-05-13T08:43:06.503Z] 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-05-13T08:43:09.897Z] 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-05-13T08:43:13.275Z] 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-05-13T08:43:18.673Z] $ docker stop --time=1 5899f85f3ee42ce0870b2342f9655a0bce536d7c57b6a906adbe2d19ec053519 [2021-05-13T08:43:21.262Z] $ docker rm -f 5899f85f3ee42ce0870b2342f9655a0bce536d7c57b6a906adbe2d19ec053519 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:43:23.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:43:23.013Z] [2021-05-13T08:43:23.013Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:43:23.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:43:23.639Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-13T08:43:23.639Z] 29e5d40040c1: Pulling fs layer [2021-05-13T08:43:23.639Z] 1ce36da41761: Pulling fs layer [2021-05-13T08:43:23.639Z] 25b303627fd3: Pulling fs layer [2021-05-13T08:43:23.639Z] 29e5d40040c1: Verifying Checksum [2021-05-13T08:43:23.639Z] 29e5d40040c1: Download complete [2021-05-13T08:43:24.235Z] 1ce36da41761: Verifying Checksum [2021-05-13T08:43:24.235Z] 1ce36da41761: Download complete [2021-05-13T08:43:24.235Z] 29e5d40040c1: Pull complete [2021-05-13T08:43:25.664Z] 1ce36da41761: Pull complete [2021-05-13T08:43:25.935Z] 25b303627fd3: Verifying Checksum [2021-05-13T08:43:25.935Z] 25b303627fd3: Download complete [2021-05-13T08:43:29.994Z] Running on prd-ubuntu18.04-docker-8c-8g-5100 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-05-13T08:43:30.014Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-05-13T08:43:33.429Z] using credential edgex-jenkins-ssh [2021-05-13T08:43:33.449Z] Cloning the remote Git repository [2021-05-13T08:43:33.431Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:43:33.524Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-05-13T08:43:33.552Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:43:33.552Z] > git --version # timeout=10 [2021-05-13T08:43:33.558Z] > git --version # 'git version 2.17.1' [2021-05-13T08:43:33.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:43:33.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:43:36.160Z] 25b303627fd3: Pull complete [2021-05-13T08:43:36.160Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-13T08:43:36.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:43:36.160Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-13T08:43:36.428Z] prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container [2021-05-13T08:43:36.505Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-13T08:43:39.696Z] $ docker top 5bceab6f3d95296afbb6da9155560431e86233cb0e1ef380e9198331493fdda1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:43:40.655Z] + grep parallel [2021-05-13T08:43:40.655Z] + docker-compose build --help [2021-05-13T08:43:44.031Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T08:43:44.319Z] $ docker stop --time=1 5bceab6f3d95296afbb6da9155560431e86233cb0e1ef380e9198331493fdda1 [2021-05-13T08:43:46.256Z] $ docker rm -f 5bceab6f3d95296afbb6da9155560431e86233cb0e1ef380e9198331493fdda1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:43:46.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:43:46.919Z] . [Pipeline] withDockerContainer [2021-05-13T08:43:47.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container [2021-05-13T08:43:47.220Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-13T08:43:48.451Z] $ docker top 6e70d5cc18e8e01390c79ae12ff87c0df16eefaa69f6146a362ec199674fcdf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:43:49.216Z] Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 62b35b2432e8ce9c7661e764e19840c5adc5cc86 [2021-05-13T08:43:49.341Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T08:43:49.401Z] Merge succeeded, producing 34cbf68b7547ea216b30b4b8057ef82a7b2c79d4 [2021-05-13T08:43:49.402Z] Checking out Revision 34cbf68b7547ea216b30b4b8057ef82a7b2c79d4 (PR-3410) [2021-05-13T08:43:48.482Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:43:48.490Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:43:48.498Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:43:48.519Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:43:48.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:43:48.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:43:49.212Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:43:49.218Z] > git checkout -f 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [2021-05-13T08:43:49.294Z] > git remote # timeout=10 [2021-05-13T08:43:49.300Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T08:43:49.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:43:49.310Z] > git merge d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 [2021-05-13T08:43:49.383Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T08:43:49.392Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:43:49.396Z] > git checkout -f 34cbf68b7547ea216b30b4b8057ef82a7b2c79d4 # timeout=10 [2021-05-13T08:43:52.707Z] Building core-command ... [2021-05-13T08:43:52.708Z] Building core-data ... [2021-05-13T08:43:52.708Z] Building core-metadata ... [2021-05-13T08:43:52.708Z] Building security-bootstrapper ... [2021-05-13T08:43:52.708Z] Building security-proxy-setup ... [2021-05-13T08:43:52.708Z] Building security-secretstore-setup ... [2021-05-13T08:43:52.708Z] Building support-notifications ... [2021-05-13T08:43:52.708Z] Building support-scheduler ... [2021-05-13T08:43:52.708Z] Building sys-mgmt-agent ... [2021-05-13T08:43:52.708Z] Building security-proxy-setup [2021-05-13T08:43:52.708Z] Building core-metadata [2021-05-13T08:43:52.708Z] Building core-command [2021-05-13T08:43:52.708Z] Building sys-mgmt-agent [2021-05-13T08:43:52.708Z] Building core-data [2021-05-13T08:43:53.057Z] Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" [2021-05-13T08:43:53.051Z] > git rev-list --no-walk 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:43:54.097Z] + echo snap-build.sh [2021-05-13T08:43:54.097Z] snap-build.sh [2021-05-13T08:43:54.097Z] + SNAP_BASE_DIR=. [2021-05-13T08:43:54.097Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-05-13T08:43:54.097Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-05-13T08:43:54.097Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-05-13T08:43:54.097Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-05-13T08:43:54.097Z] + cd /w/workspace/edgex-go/14 [2021-05-13T08:43:54.097Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-13T08:43:54.097Z] Reading package lists... [2021-05-13T08:43:54.097Z] Building dependency tree... [2021-05-13T08:43:54.097Z] Reading state information... [2021-05-13T08:43:54.357Z] The following packages were automatically installed and are no longer required: [2021-05-13T08:43:54.357Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-13T08:43:54.357Z] uidmap xdelta3 [2021-05-13T08:43:54.357Z] Use 'sudo apt autoremove' to remove them. [2021-05-13T08:43:54.357Z] The following packages will be REMOVED: [2021-05-13T08:43:54.357Z] lxd* lxd-client* [2021-05-13T08:43:54.618Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-13T08:43:54.618Z] After this operation, 31.7 MB disk space will be freed. [2021-05-13T08:43:55.660Z] (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-05-13T08:43:55.660Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T08:43:56.603Z] Removing lxd dnsmasq configuration [2021-05-13T08:43:56.603Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T08:43:56.603Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-13T08:43:57.590Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-13T08:43:57.853Z] (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-05-13T08:43:57.853Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T08:43:59.243Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-13T08:43:59.243Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-13T08:44:00.184Z] + sudo snap remove --purge lxd [2021-05-13T08:44:00.443Z] snap "lxd" is not installed [2021-05-13T08:44:00.443Z] + sudo groupadd --force --system lxd [2021-05-13T08:44:00.443Z] ++ whoami [2021-05-13T08:44:00.443Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-13T08:44:00.443Z] + newgrp - lxd [2021-05-13T08:44:00.443Z] + sudo snap install lxd [2021-05-13T08:44:10.443Z] 2021-05-13T08:44:07Z INFO Waiting for automatic snapd restart... [2021-05-13T08:44:22.679Z] lxd 4.14 from Canonical* installed [2021-05-13T08:44:22.679Z] + sudo lxd init --auto [2021-05-13T08:44:32.690Z] + sudo snap install --classic snapcraft [2021-05-13T08:44:36.020Z] snapcraft 4.7.1 from Canonical* installed [2021-05-13T08:44:36.020Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-13T08:44:36.020Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-13T08:44:36.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:44:36.020Z] Dload Upload Total Spent Left Speed [2021-05-13T08:44:36.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4265 [2021-05-13T08:44:36.285Z] 100 3325k 100 3325k 0 0 9895k 0 --:--:-- --:--:-- --:--:-- 9895k [2021-05-13T08:44:36.285Z] ./yq_linux_amd64 [2021-05-13T08:44:36.285Z] + sudo snapcraft prime --use-lxd [2021-05-13T08:44:38.198Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-13T08:44:38.198Z] 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-05-13T08:44:38.198Z] - README.md [2021-05-13T08:44:38.198Z] [2021-05-13T08:44:38.198Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-13T08:44:38.460Z] Launching a container. [2021-05-13T08:44:45.103Z] Waiting for container to be ready [2021-05-13T08:44:45.362Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-13T08:44:45.362Z] [2021-05-13T08:44:48.670Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-13T08:44:49.259Z] Waiting for network to be ready... [2021-05-13T08:44:49.520Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-13T08:44:49.520Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-13T08:44:49.520Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-13T08:44:49.781Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-13T08:44:49.781Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-13T08:44:49.781Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-13T08:44:49.781Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-13T08:44:49.781Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-13T08:44:49.781Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-13T08:44:49.781Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-13T08:44:50.040Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-13T08:44:50.040Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-13T08:44:50.300Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-13T08:44:50.300Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-13T08:44:50.300Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-13T08:44:50.560Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-13T08:44:50.560Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-13T08:44:50.560Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-13T08:44:50.825Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-13T08:44:51.085Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-13T08:44:51.085Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-13T08:44:51.085Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-13T08:44:51.085Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-13T08:44:51.085Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-13T08:44:51.085Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-13T08:44:51.085Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-13T08:44:51.345Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-13T08:44:53.259Z] Fetched 24.6 MB in 4s (6470 kB/s) [2021-05-13T08:44:54.201Z] Reading package lists... [2021-05-13T08:44:54.201Z] Reading package lists... [2021-05-13T08:44:54.468Z] Building dependency tree... [2021-05-13T08:44:54.468Z] Reading state information... [2021-05-13T08:44:54.468Z] The following additional packages will be installed: [2021-05-13T08:44:54.468Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-13T08:44:54.468Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-13T08:44:54.468Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-13T08:44:54.468Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-13T08:44:54.468Z] Suggested packages: [2021-05-13T08:44:54.468Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-13T08:44:54.468Z] Recommended packages: [2021-05-13T08:44:54.468Z] gnupg libsasl2-modules [2021-05-13T08:44:54.468Z] The following NEW packages will be installed: [2021-05-13T08:44:54.468Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-13T08:44:54.468Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-13T08:44:54.468Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-13T08:44:54.468Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-13T08:44:54.468Z] The following packages will be upgraded: [2021-05-13T08:44:54.468Z] gpg gpg-agent gpgconf libudev1 [2021-05-13T08:44:54.468Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-13T08:44:54.468Z] Need to get 3530 kB of archives. [2021-05-13T08:44:54.468Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-13T08:44:54.468Z] Get:1 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-05-13T08:44:54.731Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-13T08:44:54.731Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-13T08:44:54.731Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-13T08:44:54.731Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-13T08:44:54.992Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-13T08:44:55.935Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-13T08:44:55.935Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-13T08:44:55.935Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-13T08:44:55.935Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-13T08:44:55.935Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-13T08:44:55.935Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-13T08:44:55.935Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-13T08:44:55.935Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-13T08:44:55.935Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-13T08:44:55.935Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-13T08:44:55.935Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-13T08:44:55.935Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-13T08:44:55.935Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-13T08:44:55.935Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-13T08:44:55.935Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-13T08:44:55.935Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-13T08:44:56.199Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:44:56.199Z] Fetched 3530 kB in 1s (2405 kB/s) [2021-05-13T08:44:56.199Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-13T08:44:56.199Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:44:56.199Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:44:56.199Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-13T08:44:56.459Z] Selecting previously unselected package udev. [2021-05-13T08:44:56.459Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-13T08:44:56.459Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:44:56.459Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-13T08:44:56.719Z] Selecting previously unselected package libfuse2:amd64. [2021-05-13T08:44:56.719Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-13T08:44:56.719Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-13T08:44:56.719Z] Selecting previously unselected package fuse. [2021-05-13T08:44:56.719Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-13T08:44:56.719Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-13T08:44:56.980Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:44:56.980Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:44:56.980Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:44:56.980Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:44:56.980Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:44:57.241Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:44:57.241Z] Selecting previously unselected package libksba8:amd64. [2021-05-13T08:44:57.241Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-13T08:44:57.241Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-13T08:44:57.241Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-13T08:44:57.241Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:57.241Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:57.501Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-13T08:44:57.501Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:57.501Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:57.501Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-13T08:44:57.501Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:57.501Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:57.501Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-13T08:44:57.501Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:57.761Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:57.761Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-13T08:44:57.761Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:57.761Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:57.761Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-13T08:44:57.761Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:57.761Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:58.022Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-13T08:44:58.022Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:58.022Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:58.022Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-13T08:44:58.022Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:58.022Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:58.282Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-13T08:44:58.282Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:44:58.282Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:58.282Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-13T08:44:58.282Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-13T08:44:58.282Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:44:58.282Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-13T08:44:58.282Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-13T08:44:58.282Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:44:58.541Z] Selecting previously unselected package libldap-common. [2021-05-13T08:44:58.541Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-13T08:44:58.541Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:44:58.541Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-13T08:44:58.541Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-13T08:44:58.541Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:44:58.805Z] Selecting previously unselected package dirmngr. [2021-05-13T08:44:58.805Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:44:58.805Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-13T08:44:58.805Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:44:58.805Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-13T08:44:58.805Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-13T08:44:59.066Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:44:59.066Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:44:59.066Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-13T08:44:59.066Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.066Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-13T08:44:59.066Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:44:59.066Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-13T08:44:59.327Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-13T08:44:59.591Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.591Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-13T08:44:59.591Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-13T08:44:59.591Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-13T08:44:59.591Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.852Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.852Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.852Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.852Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.852Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.852Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:44:59.852Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:44:59.852Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-13T08:45:00.112Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:45:00.373Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-13T08:45:00.373Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-13T08:45:00.373Z] This means they are not meant to be enabled using systemctl. [2021-05-13T08:45:00.373Z] Possible reasons for having this kind of units are: [2021-05-13T08:45:00.373Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-13T08:45:00.373Z] .wants/ or .requires/ directory. [2021-05-13T08:45:00.373Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-13T08:45:00.373Z] a requirement dependency on it. [2021-05-13T08:45:00.373Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-13T08:45:00.373Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-13T08:45:00.373Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-13T08:45:00.373Z] instance name specified. [2021-05-13T08:45:00.635Z] Reading package lists... [2021-05-13T08:45:00.895Z] Building dependency tree... [2021-05-13T08:45:00.895Z] Reading state information... [2021-05-13T08:45:00.895Z] The following additional packages will be installed: [2021-05-13T08:45:00.895Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-13T08:45:00.895Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-13T08:45:00.895Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-13T08:45:00.895Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-13T08:45:00.895Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-13T08:45:00.895Z] Suggested packages: [2021-05-13T08:45:00.895Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-13T08:45:00.895Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-13T08:45:00.895Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-13T08:45:00.895Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-13T08:45:00.895Z] systemd-container policykit-1 [2021-05-13T08:45:00.895Z] Recommended packages: [2021-05-13T08:45:00.895Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-13T08:45:00.895Z] The following NEW packages will be installed: [2021-05-13T08:45:00.895Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-13T08:45:00.895Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-13T08:45:00.895Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-13T08:45:00.895Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-13T08:45:00.895Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-13T08:45:00.895Z] The following packages will be upgraded: [2021-05-13T08:45:00.895Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-13T08:45:01.155Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-13T08:45:01.155Z] Need to get 35.2 MB of archives. [2021-05-13T08:45:01.155Z] After this operation, 141 MB of additional disk space will be used. [2021-05-13T08:45:01.155Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-13T08:45:01.155Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-13T08:45:01.156Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-13T08:45:01.156Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-13T08:45:01.156Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-13T08:45:01.430Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-13T08:45:01.430Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-13T08:45:01.430Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-13T08:45:01.430Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-13T08:45:01.430Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-13T08:45:01.430Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-13T08:45:01.430Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-13T08:45:01.430Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-13T08:45:01.430Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-13T08:45:01.430Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-13T08:45:01.430Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-13T08:45:01.430Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-13T08:45:02.001Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-13T08:45:02.001Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-13T08:45:02.001Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-13T08:45:02.261Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-13T08:45:02.261Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-13T08:45:02.261Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-13T08:45:02.261Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-13T08:45:02.261Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-13T08:45:02.261Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-13T08:45:02.261Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-13T08:45:02.261Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-13T08:45:02.261Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-13T08:45:02.261Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-13T08:45:02.261Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:45:02.261Z] Fetched 35.2 MB in 1s (29.2 MB/s) [2021-05-13T08:45:02.522Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T08:45:02.522Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:45:02.522Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:45:03.095Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:45:03.095Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:45:03.356Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-13T08:45:03.356Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T08:45:03.356Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-13T08:45:03.356Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-13T08:45:03.619Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-13T08:45:03.619Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T08:45:03.619Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-13T08:45:03.619Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-13T08:45:04.190Z] Setting up apt (1.6.13) ... [2021-05-13T08:45:04.190Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-13T08:45:04.450Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-13T08:45:04.450Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-13T08:45:04.450Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-13T08:45:04.711Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-13T08:45:04.711Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-13T08:45:04.711Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:45:04.711Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:04.971Z] Selecting previously unselected package libexpat1:amd64. [2021-05-13T08:45:04.971Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-13T08:45:04.971Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-13T08:45:04.971Z] Selecting previously unselected package python3.6-minimal. [2021-05-13T08:45:04.971Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:45:04.971Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:05.231Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-13T08:45:05.497Z] Checking for services that may need to be restarted...done. [2021-05-13T08:45:05.497Z] Checking for services that may need to be restarted...done. [2021-05-13T08:45:05.497Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:05.497Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-13T08:45:05.497Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:06.069Z] Selecting previously unselected package python3-minimal. [2021-05-13T08:45:06.069Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-13T08:45:06.069Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-13T08:45:06.069Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-13T08:45:06.069Z] Selecting previously unselected package mime-support. [2021-05-13T08:45:06.069Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-13T08:45:06.069Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-13T08:45:06.069Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-13T08:45:06.069Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-13T08:45:06.069Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-13T08:45:06.331Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-13T08:45:06.331Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:45:06.331Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:06.592Z] Selecting previously unselected package python3.6. [2021-05-13T08:45:06.592Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:45:06.592Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:06.592Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-13T08:45:06.592Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-13T08:45:06.592Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-13T08:45:06.592Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-13T08:45:06.853Z] Selecting previously unselected package python3. [2021-05-13T08:45:06.853Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-13T08:45:06.853Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-13T08:45:06.853Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-13T08:45:07.115Z] Selecting previously unselected package multiarch-support. [2021-05-13T08:45:07.115Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:45:07.115Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-13T08:45:07.115Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-13T08:45:07.115Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-13T08:45:07.115Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-13T08:45:07.115Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-13T08:45:07.115Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-13T08:45:07.385Z] Selecting previously unselected package libbsd0:amd64. [2021-05-13T08:45:07.385Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-13T08:45:07.385Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-13T08:45:07.385Z] Selecting previously unselected package sudo. [2021-05-13T08:45:07.385Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-13T08:45:07.385Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-13T08:45:07.646Z] Selecting previously unselected package apparmor. [2021-05-13T08:45:07.646Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-13T08:45:07.646Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-13T08:45:07.908Z] Selecting previously unselected package libedit2:amd64. [2021-05-13T08:45:07.908Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-13T08:45:07.908Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-13T08:45:07.908Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-13T08:45:07.908Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:45:07.908Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:07.908Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-13T08:45:07.908Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:45:08.169Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:08.169Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-13T08:45:08.169Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-13T08:45:08.169Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-13T08:45:08.169Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-13T08:45:08.169Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:45:08.169Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:08.428Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-13T08:45:08.428Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:45:08.428Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:08.428Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-13T08:45:08.428Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-13T08:45:08.428Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-13T08:45:08.689Z] Selecting previously unselected package openssh-client. [2021-05-13T08:45:08.689Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-13T08:45:08.689Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-13T08:45:08.951Z] Selecting previously unselected package squashfs-tools. [2021-05-13T08:45:08.951Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-13T08:45:08.951Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-13T08:45:08.951Z] Selecting previously unselected package snapd. [2021-05-13T08:45:08.951Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-13T08:45:08.951Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-13T08:45:10.870Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-13T08:45:10.870Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-13T08:45:10.870Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-13T08:45:10.870Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-13T08:45:11.133Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-13T08:45:11.133Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:11.133Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:45:11.133Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-13T08:45:11.133Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-13T08:45:12.078Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-13T08:45:12.078Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-13T08:45:12.078Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-13T08:45:12.078Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:12.078Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:12.078Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:45:12.649Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-13T08:45:12.649Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:12.649Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-13T08:45:12.649Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-13T08:45:12.649Z] running python rtupdate hooks for python3.6... [2021-05-13T08:45:12.649Z] running python post-rtupdate hooks for python3.6... [2021-05-13T08:45:12.911Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-13T08:45:14.293Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-13T08:45:14.293Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:45:14.293Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-13T08:45:14.464Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:14.464Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:14.464Z] ---> 521ed157b036 [2021-05-13T08:45:14.464Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:45:14.464Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:14.464Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:14.464Z] ---> 521ed157b036 [2021-05-13T08:45:14.464Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:45:14.464Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:14.464Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:14.464Z] ---> 521ed157b036 [2021-05-13T08:45:14.464Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:45:14.464Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:14.464Z] [2021-05-13T08:45:14.464Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:14.464Z] [2021-05-13T08:45:14.464Z] ---> 521ed157b036 [2021-05-13T08:45:14.464Z] ---> 521ed157b036 [2021-05-13T08:45:14.464Z] Step 3/22 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go [2021-05-13T08:45:14.464Z] [2021-05-13T08:45:14.464Z] ---> Running in 6a50a3a01a3a [2021-05-13T08:45:14.464Z] ---> Running in cbc4eddcf931 [2021-05-13T08:45:14.464Z] ---> Running in a8b0b12b1b15 [2021-05-13T08:45:14.464Z] ---> Running in 0d6eca8c0ab5 [2021-05-13T08:45:14.464Z] ---> Running in 64e1b52da826 [2021-05-13T08:45:14.464Z] Removing intermediate container 6a50a3a01a3a [2021-05-13T08:45:14.464Z] ---> fa00f43bb0fb [2021-05-13T08:45:14.464Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:14.464Z] ---> Running in cb86ba2c657d [2021-05-13T08:45:14.464Z] Removing intermediate container a8b0b12b1b15 [2021-05-13T08:45:14.464Z] ---> 637cfd2138aa [2021-05-13T08:45:14.464Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:14.464Z] Removing intermediate container 0d6eca8c0ab5 [2021-05-13T08:45:14.464Z] ---> c04ea4a7f5cb [2021-05-13T08:45:14.464Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:14.464Z] Removing intermediate container 64e1b52da826 [2021-05-13T08:45:14.464Z] ---> 38f72c63273c [2021-05-13T08:45:14.464Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:14.464Z] Removing intermediate container cbc4eddcf931 [2021-05-13T08:45:14.464Z] ---> 31f019937fba [2021-05-13T08:45:14.464Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:14.464Z] ---> Running in 52cbe3d646c2 [2021-05-13T08:45:14.464Z] ---> Running in ebb73a20fb39 [2021-05-13T08:45:14.464Z] ---> Running in 4557f68b4377 [2021-05-13T08:45:14.464Z] ---> Running in 78c5471aa870 [2021-05-13T08:45:14.464Z] Removing intermediate container cb86ba2c657d [2021-05-13T08:45:14.464Z] ---> fd4de39d9072 [2021-05-13T08:45:14.464Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T08:45:14.464Z] ---> Running in bdfeb3b80fdd [2021-05-13T08:45:14.464Z] Removing intermediate container 52cbe3d646c2 [2021-05-13T08:45:14.464Z] ---> 470b3dcd1e11 [2021-05-13T08:45:14.464Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T08:45:14.464Z] ---> Running in 4bd31b40d6fa [2021-05-13T08:45:14.464Z] Removing intermediate container ebb73a20fb39 [2021-05-13T08:45:14.464Z] ---> 2511b4f66bd1 [2021-05-13T08:45:14.464Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:45:14.464Z] Removing intermediate container 78c5471aa870 [2021-05-13T08:45:14.464Z] ---> 8cfe2629dc4b [2021-05-13T08:45:14.464Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T08:45:14.464Z] ---> Running in e4eaf32ee1c8 [2021-05-13T08:45:14.464Z] ---> Running in 3921a11fae49 [2021-05-13T08:45:14.464Z] Removing intermediate container 4557f68b4377 [2021-05-13T08:45:14.464Z] ---> 78d6583e7b6a [2021-05-13T08:45:14.464Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:45:14.464Z] ---> Running in 81cfc12482a7 [2021-05-13T08:45:14.553Z] Setting up snapd (2.48.3+18.04) ... [2021-05-13T08:45:14.739Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:14.814Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-13T08:45:15.074Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-13T08:45:15.333Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-13T08:45:15.333Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-13T08:45:15.339Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:15.594Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-13T08:45:15.594Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-13T08:45:15.609Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:15.854Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-13T08:45:15.854Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-13T08:45:15.878Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:15.878Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:15.878Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:16.114Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-13T08:45:16.148Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:16.373Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-13T08:45:16.373Z] /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-05-13T08:45:16.633Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:45:16.633Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-13T08:45:16.746Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:16.746Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:17.025Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:17.025Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:17.025Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:17.575Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:45:17.575Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:45:17.637Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:17.835Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:45:18.242Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:18.242Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:18.516Z] Removing intermediate container bdfeb3b80fdd [2021-05-13T08:45:18.516Z] ---> af7aadd40385 [2021-05-13T08:45:18.516Z] Step 6/24 : COPY go.mod . [2021-05-13T08:45:18.777Z] Reading package lists... [2021-05-13T08:45:19.038Z] Reading package lists... [2021-05-13T08:45:19.038Z] Building dependency tree... [2021-05-13T08:45:19.038Z] Reading state information... [2021-05-13T08:45:19.108Z] Removing intermediate container 4bd31b40d6fa [2021-05-13T08:45:19.108Z] ---> a88021e6f8b7 [2021-05-13T08:45:19.108Z] Step 6/24 : COPY go.mod . [2021-05-13T08:45:19.299Z] Calculating upgrade... [2021-05-13T08:45:19.299Z] The following packages will be upgraded: [2021-05-13T08:45:19.299Z] advancecomp base-files bash binutils binutils-common [2021-05-13T08:45:19.299Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-13T08:45:19.299Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-13T08:45:19.299Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-13T08:45:19.299Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-13T08:45:19.299Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-13T08:45:19.299Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-13T08:45:19.299Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-13T08:45:19.299Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-13T08:45:19.299Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-13T08:45:19.299Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-13T08:45:19.299Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-13T08:45:19.299Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-13T08:45:19.299Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-13T08:45:19.299Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-13T08:45:19.299Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T08:45:19.299Z] Need to get 64.0 MB of archives. [2021-05-13T08:45:19.299Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-13T08:45:19.299Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-13T08:45:19.390Z] Removing intermediate container e4eaf32ee1c8 [2021-05-13T08:45:19.390Z] ---> b6c74291221d [2021-05-13T08:45:19.390Z] Step 6/24 : COPY go.mod . [2021-05-13T08:45:19.390Z] ---> f0f7cfc87958 [2021-05-13T08:45:19.390Z] Step 7/24 : RUN go mod download [2021-05-13T08:45:19.563Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-13T08:45:19.563Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-13T08:45:19.563Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-13T08:45:19.563Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-13T08:45:19.563Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-13T08:45:19.563Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-13T08:45:19.563Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-13T08:45:19.563Z] 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-05-13T08:45:19.563Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-13T08:45:19.563Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-13T08:45:19.563Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-13T08:45:19.564Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-13T08:45:19.564Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-13T08:45:19.564Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-13T08:45:19.564Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-13T08:45:19.564Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-13T08:45:19.564Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-13T08:45:19.564Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-13T08:45:19.564Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-13T08:45:19.564Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-13T08:45:19.670Z] ---> Running in f82387c2e68f [2021-05-13T08:45:19.671Z] Removing intermediate container 3921a11fae49 [2021-05-13T08:45:19.671Z] ---> 8e5348c57c76 [2021-05-13T08:45:19.671Z] Step 6/22 : COPY go.mod . [2021-05-13T08:45:19.830Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-13T08:45:19.830Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-13T08:45:19.830Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-13T08:45:19.830Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-13T08:45:19.830Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-13T08:45:19.830Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-13T08:45:19.830Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-13T08:45:19.830Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-13T08:45:19.830Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-13T08:45:19.830Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-13T08:45:19.830Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-13T08:45:19.830Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-13T08:45:19.830Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-13T08:45:19.830Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-13T08:45:19.830Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-13T08:45:19.830Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-13T08:45:19.830Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-13T08:45:19.830Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-13T08:45:19.830Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-13T08:45:19.830Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-13T08:45:19.830Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-13T08:45:19.830Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-13T08:45:19.830Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-13T08:45:19.830Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-13T08:45:19.830Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-13T08:45:19.830Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-13T08:45:19.830Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-13T08:45:19.830Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-13T08:45:19.830Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-13T08:45:19.830Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-13T08:45:19.830Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-13T08:45:19.830Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-13T08:45:19.830Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-13T08:45:19.830Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-13T08:45:19.830Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-13T08:45:19.951Z] ---> 7c2758735406 [2021-05-13T08:45:19.951Z] Step 7/24 : RUN go mod download [2021-05-13T08:45:19.951Z] Removing intermediate container 81cfc12482a7 [2021-05-13T08:45:19.951Z] ---> af88574c9852 [2021-05-13T08:45:19.951Z] Step 6/24 : COPY go.mod . [2021-05-13T08:45:20.091Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-13T08:45:20.225Z] ---> Running in 526382f8c282 [2021-05-13T08:45:20.225Z] ---> 3f04bc5b0775 [2021-05-13T08:45:20.225Z] Step 7/24 : RUN go mod download [2021-05-13T08:45:20.351Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-13T08:45:20.351Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-13T08:45:20.351Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-13T08:45:20.351Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-13T08:45:20.351Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-13T08:45:20.351Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-13T08:45:20.351Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-13T08:45:20.351Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-13T08:45:20.351Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-13T08:45:20.351Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-13T08:45:20.511Z] ---> Running in b584622fdd98 [2021-05-13T08:45:20.610Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-13T08:45:20.610Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-13T08:45:20.610Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-13T08:45:20.610Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-13T08:45:20.610Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-13T08:45:20.610Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-13T08:45:20.610Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-13T08:45:20.611Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-13T08:45:20.611Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-13T08:45:20.611Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-13T08:45:20.611Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-13T08:45:20.611Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-13T08:45:20.870Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-13T08:45:20.870Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-13T08:45:20.870Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-13T08:45:20.870Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-13T08:45:20.870Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-13T08:45:20.870Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-13T08:45:20.870Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-13T08:45:20.870Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-13T08:45:20.870Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-13T08:45:20.870Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-13T08:45:20.870Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-13T08:45:20.870Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-13T08:45:20.870Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-13T08:45:21.130Z] ---> 512a338e464b [2021-05-13T08:45:21.130Z] Step 7/22 : RUN go mod download [2021-05-13T08:45:21.130Z] ---> Running in 395819f4894e [2021-05-13T08:45:21.135Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-13T08:45:21.135Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-13T08:45:21.135Z] Get:95 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-05-13T08:45:21.135Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-13T08:45:21.135Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-13T08:45:21.135Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-13T08:45:21.135Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-13T08:45:21.135Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-13T08:45:21.135Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-13T08:45:21.135Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:45:21.395Z] Fetched 64.0 MB in 2s (35.6 MB/s) [2021-05-13T08:45:21.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:21.395Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:45:21.395Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:45:21.403Z] ---> c0fd0578765d [2021-05-13T08:45:21.404Z] Step 7/24 : RUN go mod download [2021-05-13T08:45:21.681Z] ---> Running in a70624f29e56 [2021-05-13T08:45:22.339Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:45:22.340Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:45:22.340Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-13T08:45:22.340Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-13T08:45:23.285Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:23.285Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:23.285Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:23.285Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:23.558Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:23.558Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:23.558Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:23.558Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:23.673Z] Removing intermediate container f82387c2e68f [2021-05-13T08:45:23.673Z] ---> f931724a2a39 [2021-05-13T08:45:23.673Z] Step 8/24 : COPY . . [2021-05-13T08:45:23.819Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:23.819Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:23.819Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:24.080Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:24.080Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:24.080Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:24.080Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:24.271Z] Removing intermediate container 526382f8c282 [2021-05-13T08:45:24.272Z] ---> 0012f18c8d01 [2021-05-13T08:45:24.272Z] Step 8/24 : COPY . . [2021-05-13T08:45:24.341Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:45:24.341Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:24.341Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-13T08:45:24.341Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:24.545Z] Removing intermediate container b584622fdd98 [2021-05-13T08:45:24.545Z] ---> 7e2726a48117 [2021-05-13T08:45:24.545Z] Step 8/24 : COPY . . [2021-05-13T08:45:24.601Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:45:24.601Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:24.601Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:24.601Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:24.601Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:24.861Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:24.861Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:45:25.123Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:25.123Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:45:25.123Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:45:25.384Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:45:25.526Z] Removing intermediate container 395819f4894e [2021-05-13T08:45:25.526Z] ---> 6269ecfefbaa [2021-05-13T08:45:25.526Z] Step 8/22 : COPY . . [2021-05-13T08:45:25.645Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-13T08:45:25.905Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:45:25.905Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-13T08:45:26.122Z] Removing intermediate container a70624f29e56 [2021-05-13T08:45:26.122Z] ---> feb0c8d43348 [2021-05-13T08:45:26.122Z] Step 8/24 : COPY . . [2021-05-13T08:45:26.166Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-13T08:45:26.166Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-13T08:45:26.166Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-13T08:45:26.428Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-13T08:45:26.428Z] Installing new version of config file /etc/issue ... [2021-05-13T08:45:26.428Z] Installing new version of config file /etc/issue.net ... [2021-05-13T08:45:26.428Z] Installing new version of config file /etc/lsb-release ... [2021-05-13T08:45:26.428Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-13T08:45:26.688Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-13T08:45:26.688Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-13T08:45:26.949Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-13T08:45:26.949Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:26.949Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-13T08:45:26.949Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-13T08:45:27.212Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-13T08:45:27.212Z] 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-05-13T08:45:27.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:27.473Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:27.473Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:27.473Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:27.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:27.733Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-13T08:45:27.733Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-13T08:45:27.733Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-13T08:45:27.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:27.999Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-13T08:45:27.999Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T08:45:28.259Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-13T08:45:28.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:28.259Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:45:28.259Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:45:28.518Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T08:45:28.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:28.518Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:45:28.518Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:45:28.781Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-13T08:45:28.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:28.781Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-13T08:45:28.781Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-13T08:45:29.094Z] Setting up grep (3.1-2build1) ... [2021-05-13T08:45:29.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:29.094Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-13T08:45:29.094Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-13T08:45:29.356Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-13T08:45:29.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:29.356Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:45:29.356Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:45:29.617Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-13T08:45:29.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:29.617Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T08:45:29.617Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T08:45:30.188Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T08:45:30.188Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T08:45:30.450Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T08:45:30.450Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T08:45:31.027Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-13T08:45:31.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:31.027Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-13T08:45:31.027Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T08:45:31.970Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-13T08:45:32.230Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-13T08:45:32.231Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-13T08:45:32.231Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-13T08:45:32.231Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-13T08:45:32.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:32.491Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-13T08:45:32.753Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-13T08:45:32.753Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-13T08:45:33.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:33.013Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:33.013Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:33.013Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:33.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:33.275Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:33.275Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:33.275Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:33.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:33.275Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:33.536Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:33.536Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:33.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:33.536Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:33.536Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:33.796Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:33.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:33.796Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:45:33.796Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:45:34.056Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:45:34.056Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:45:34.056Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T08:45:34.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:34.056Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:45:34.317Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:45:34.317Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T08:45:34.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:34.317Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:34.317Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:34.579Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:34.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:34.579Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:34.579Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:34.839Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:34.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:34.839Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:35.099Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:35.360Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:35.621Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-13T08:45:35.882Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-13T08:45:36.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:36.142Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:45:36.142Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:45:36.142Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:45:36.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:45:36.402Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-13T08:45:36.402Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:45:36.402Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-13T08:45:36.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:36.663Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-13T08:45:36.663Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-13T08:45:36.663Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-13T08:45:36.924Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:36.924Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-13T08:45:36.924Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-13T08:45:37.185Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-13T08:45:37.185Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:37.185Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-13T08:45:37.185Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-13T08:45:37.446Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-13T08:45:37.446Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:37.446Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T08:45:37.446Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:45:37.446Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:45:37.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:37.706Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T08:45:37.706Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:45:37.995Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:45:37.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:37.995Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T08:45:37.995Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:45:38.288Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:45:38.563Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:38.563Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:45:38.563Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:45:38.564Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:45:38.564Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:45:38.834Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:45:38.834Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:45:38.834Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T08:45:38.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:38.834Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-13T08:45:38.834Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-13T08:45:39.213Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-13T08:45:39.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:39.213Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-13T08:45:39.213Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:45:39.213Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:45:39.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:39.518Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:45:39.518Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:45:39.794Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T08:45:39.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:39.794Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-13T08:45:39.794Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-13T08:45:40.121Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-13T08:45:40.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:40.121Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-13T08:45:40.121Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-13T08:45:40.384Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-13T08:45:40.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:40.645Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:45:40.645Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:45:40.906Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-13T08:45:40.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:40.906Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-13T08:45:40.906Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-13T08:45:40.906Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-13T08:45:41.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:41.166Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-13T08:45:41.166Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-13T08:45:41.166Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-13T08:45:41.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:41.427Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-13T08:45:41.427Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-13T08:45:41.688Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-13T08:45:41.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:41.688Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-13T08:45:41.688Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-13T08:45:41.951Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-13T08:45:41.952Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:41.952Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-13T08:45:41.952Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-13T08:45:42.211Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-13T08:45:42.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:42.211Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-13T08:45:42.211Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-13T08:45:42.475Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-13T08:45:42.475Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:42.475Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-13T08:45:42.475Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-13T08:45:42.736Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-13T08:45:42.736Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:45:42.736Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-13T08:45:42.997Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-13T08:45:42.997Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-13T08:45:43.257Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-13T08:45:43.257Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-13T08:45:43.257Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-13T08:45:43.257Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-13T08:45:43.257Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-13T08:45:43.517Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-13T08:45:43.517Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-13T08:45:43.777Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-13T08:45:43.777Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-13T08:45:44.041Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-13T08:45:44.041Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-13T08:45:44.041Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-13T08:45:44.041Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-13T08:45:44.303Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-13T08:45:44.303Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-13T08:45:44.303Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-13T08:45:44.303Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-13T08:45:44.565Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-13T08:45:44.565Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-13T08:45:44.565Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-13T08:45:44.834Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-13T08:45:44.834Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-13T08:45:44.834Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-13T08:45:45.094Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-13T08:45:45.094Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-13T08:45:46.037Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-13T08:45:46.037Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-13T08:45:46.037Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-13T08:45:46.296Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-13T08:45:46.296Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:45:46.296Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:45:46.556Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:45:46.816Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:45:46.816Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:45:46.816Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:45:47.076Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:45:47.076Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:45:47.076Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:47.076Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:47.336Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:47.336Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:47.336Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:47.336Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:47.595Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:47.595Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:48.537Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:48.537Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:49.500Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:49.500Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:50.070Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:50.070Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:50.330Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:50.330Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:51.271Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:45:51.271Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:45:51.530Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T08:45:51.530Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T08:45:51.530Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-13T08:45:51.530Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T08:45:51.790Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-13T08:45:51.790Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T08:45:52.049Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-13T08:45:52.049Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-13T08:45:52.049Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T08:45:52.049Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T08:45:52.314Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T08:45:52.314Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T08:45:52.314Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-13T08:45:52.314Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-13T08:45:52.574Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:52.574Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T08:45:52.574Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:52.574Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:52.574Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:52.574Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-13T08:45:52.574Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-13T08:45:52.574Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-13T08:45:52.837Z] [2021-05-13T08:45:52.837Z] Current default time zone: 'Etc/UTC' [2021-05-13T08:45:52.837Z] Local time is now: Thu May 13 08:45:52 UTC 2021. [2021-05-13T08:45:52.837Z] Universal Time is now: Thu May 13 08:45:52 UTC 2021. [2021-05-13T08:45:52.837Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-13T08:45:52.837Z] [2021-05-13T08:45:52.837Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-13T08:45:52.837Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:52.837Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-13T08:45:52.837Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:45:52.837Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-13T08:45:52.837Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-13T08:45:52.976Z] ---> 35b4edd72cfb [2021-05-13T08:45:52.976Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:45:52.976Z] ---> Running in 01532120b8d1 [2021-05-13T08:45:52.976Z] ---> c452f40df6f4 [2021-05-13T08:45:52.976Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:45:52.976Z] ---> 48b18f6dd43a [2021-05-13T08:45:52.976Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:45:52.976Z] ---> 64e8278ceb45 [2021-05-13T08:45:52.976Z] Step 9/22 : RUN go mod tidy [2021-05-13T08:45:52.976Z] ---> 1c4dd1508f52 [2021-05-13T08:45:52.976Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:45:52.976Z] ---> Running in bd663f93d45e [2021-05-13T08:45:52.976Z] ---> Running in 528a1eb60d13 [2021-05-13T08:45:52.976Z] ---> Running in 2cbdc49e90cc [2021-05-13T08:45:52.976Z] ---> Running in 93aa26dc81a7 [2021-05-13T08:45:53.098Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-13T08:45:53.098Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-13T08:45:53.098Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-13T08:45:53.098Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-13T08:45:53.098Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:53.098Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-13T08:45:53.671Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:53.671Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:45:53.671Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:53.671Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-13T08:45:53.671Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-13T08:45:53.671Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-13T08:45:53.671Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-13T08:45:53.671Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-13T08:45:53.671Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-13T08:45:53.931Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:45:53.931Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-13T08:45:55.843Z] Updating certificates in /etc/ssl/certs... [2021-05-13T08:45:56.412Z] 23 added, 27 removed; done. [2021-05-13T08:45:56.412Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-13T08:45:56.412Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:45:56.412Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-13T08:45:56.673Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-13T08:45:56.673Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-13T08:45:56.673Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:56.673Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:45:56.673Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:56.673Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:56.934Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:56.934Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:56.934Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:56.934Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-13T08:45:56.934Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:45:56.934Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-13T08:45:56.934Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-13T08:45:56.934Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:45:57.196Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:57.196Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:45:57.196Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-13T08:45:57.196Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-13T08:45:57.196Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-13T08:45:57.287Z] Removing intermediate container 01532120b8d1 [2021-05-13T08:45:57.287Z] ---> ad883fd78d50 [2021-05-13T08:45:57.287Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T08:45:57.287Z] ---> Running in 6dea88920b7e [2021-05-13T08:45:57.456Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:45:57.456Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-13T08:45:57.456Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-13T08:45:57.456Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-13T08:45:57.456Z] Updating certificates in /etc/ssl/certs... [2021-05-13T08:45:58.026Z] 0 added, 0 removed; done. [2021-05-13T08:45:58.026Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-13T08:45:58.026Z] done. [2021-05-13T08:45:58.600Z] Reading package lists... [2021-05-13T08:45:58.600Z] Building dependency tree... [2021-05-13T08:45:58.600Z] Reading state information... [2021-05-13T08:45:58.734Z] Removing intermediate container bd663f93d45e [2021-05-13T08:45:58.734Z] ---> e5317dc7f67a [2021-05-13T08:45:58.734Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T08:45:58.734Z] ---> Running in b7281eccd88f [2021-05-13T08:45:58.734Z] Removing intermediate container 528a1eb60d13 [2021-05-13T08:45:58.734Z] ---> e22a503cedca [2021-05-13T08:45:58.734Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T08:45:58.734Z] Removing intermediate container 2cbdc49e90cc [2021-05-13T08:45:58.734Z] ---> d7f251c9b23f [2021-05-13T08:45:58.734Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T08:45:58.859Z] The following NEW packages will be installed: [2021-05-13T08:45:58.859Z] apt-transport-https [2021-05-13T08:45:58.859Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T08:45:58.859Z] Need to get 1692 B of archives. [2021-05-13T08:45:58.859Z] After this operation, 154 kB of additional disk space will be used. [2021-05-13T08:45:58.859Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-13T08:45:59.013Z] 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-05-13T08:45:59.120Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:45:59.120Z] Fetched 1692 B in 0s (8688 B/s) [2021-05-13T08:45:59.120Z] Selecting previously unselected package apt-transport-https. [2021-05-13T08:45:59.120Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-13T08:45:59.120Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-13T08:45:59.120Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-13T08:45:59.120Z] Setting up apt-transport-https (1.6.13) ... [2021-05-13T08:45:59.288Z] ---> Running in f3715198aa0c [2021-05-13T08:45:59.288Z] ---> Running in 9c3a5bc16849 [2021-05-13T08:45:59.288Z] Removing intermediate container 93aa26dc81a7 [2021-05-13T08:45:59.288Z] ---> 8c446043bef3 [2021-05-13T08:45:59.288Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T08:45:59.380Z] Waiting for network to be ready... [2021-05-13T08:45:59.565Z] ---> Running in 58c45e7d4738 [2021-05-13T08:46:01.025Z] 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-05-13T08:46:01.629Z] 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-05-13T08:46:01.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-13T08:46:01.905Z] 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-05-13T08:46:05.962Z] 2021-05-13T08:46:03Z INFO Waiting for automatic snapd restart... [2021-05-13T08:46:06.904Z] snapd 2.50 from Canonical* installed [2021-05-13T08:46:07.854Z] "snapd" switched to the "latest/stable" channel [2021-05-13T08:46:07.854Z] [2021-05-13T08:46:10.423Z] core18 20210309 from Canonical* installed [2021-05-13T08:46:10.684Z] "core18" switched to the "latest/stable" channel [2021-05-13T08:46:10.684Z] [2021-05-13T08:46:13.995Z] snapcraft 4.7.1 from Canonical* installed [2021-05-13T08:46:13.995Z] "snapcraft" switched to the "latest/stable" channel [2021-05-13T08:46:13.995Z] [2021-05-13T08:46:18.216Z] 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-05-13T08:46:18.216Z] - README.md [2021-05-13T08:46:18.216Z] [2021-05-13T08:46:18.216Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-13T08:46:25.094Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:46:25.094Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:46:25.094Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:46:25.094Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:46:25.355Z] Reading package lists... [2021-05-13T08:46:25.928Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-05-13T08:46:32.512Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:46:32.512Z] Reading package lists... [2021-05-13T08:46:32.512Z] Building dependency tree... [2021-05-13T08:46:32.512Z] Reading state information... [2021-05-13T08:46:32.512Z] Suggested packages: [2021-05-13T08:46:32.512Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-13T08:46:32.512Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-13T08:46:32.512Z] Recommended packages: [2021-05-13T08:46:32.512Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-13T08:46:32.512Z] The following NEW packages will be installed: [2021-05-13T08:46:32.512Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-13T08:46:32.512Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-13T08:46:32.512Z] pkg-config zip [2021-05-13T08:46:32.512Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T08:46:32.512Z] Need to get 7663 kB of archives. [2021-05-13T08:46:32.512Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-13T08:46:32.512Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-13T08:46:32.512Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-13T08:46:32.512Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-13T08:46:32.512Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-13T08:46:32.512Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-13T08:46:32.512Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-13T08:46:32.512Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-13T08:46:32.512Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-13T08:46:32.512Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-13T08:46:32.771Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-13T08:46:32.771Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-13T08:46:32.771Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-13T08:46:33.031Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-13T08:46:33.031Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-13T08:46:33.031Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-13T08:46:33.031Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:46:33.031Z] Fetched 7663 kB in 1s (10.3 MB/s) [2021-05-13T08:46:33.031Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-13T08:46:33.031Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-13T08:46:33.031Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-13T08:46:33.031Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-13T08:46:33.292Z] Selecting previously unselected package libpsl5:amd64. [2021-05-13T08:46:33.292Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-13T08:46:33.292Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-13T08:46:33.552Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-13T08:46:33.552Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-13T08:46:33.552Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-13T08:46:33.552Z] Selecting previously unselected package librtmp1:amd64. [2021-05-13T08:46:33.552Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-13T08:46:33.552Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-13T08:46:33.552Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-13T08:46:33.552Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-13T08:46:33.552Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-13T08:46:33.811Z] Selecting previously unselected package liberror-perl. [2021-05-13T08:46:33.811Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-13T08:46:33.811Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-13T08:46:33.811Z] Selecting previously unselected package git-man. [2021-05-13T08:46:33.811Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-13T08:46:33.811Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:46:34.071Z] Selecting previously unselected package git. [2021-05-13T08:46:34.071Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-13T08:46:34.071Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:46:35.015Z] Selecting previously unselected package libnorm1:amd64. [2021-05-13T08:46:35.015Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-13T08:46:35.015Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-13T08:46:35.015Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-13T08:46:35.015Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-13T08:46:35.015Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-13T08:46:35.015Z] Selecting previously unselected package libsodium23:amd64. [2021-05-13T08:46:35.015Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-13T08:46:35.015Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-13T08:46:35.275Z] Selecting previously unselected package libzmq5:amd64. [2021-05-13T08:46:35.275Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-13T08:46:35.275Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:46:35.275Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-13T08:46:35.275Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-13T08:46:35.275Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:46:35.536Z] Selecting previously unselected package pkg-config. [2021-05-13T08:46:35.536Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-13T08:46:35.536Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-13T08:46:35.536Z] Selecting previously unselected package zip. [2021-05-13T08:46:35.536Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-13T08:46:35.536Z] Unpacking zip (3.0-11build1) ... [2021-05-13T08:46:35.796Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-13T08:46:35.796Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:46:35.796Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-13T08:46:35.796Z] Setting up liberror-perl (0.17025-1) ... [2021-05-13T08:46:35.796Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-13T08:46:35.796Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-13T08:46:35.796Z] No schema files found: doing nothing. [2021-05-13T08:46:35.796Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-13T08:46:35.796Z] Setting up zip (3.0-11build1) ... [2021-05-13T08:46:35.796Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-13T08:46:35.796Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-13T08:46:36.078Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-13T08:46:36.078Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:46:36.078Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-13T08:46:36.078Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:46:36.078Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:46:36.078Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:46:42.853Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:46:42.853Z] git set to automatically installed. [2021-05-13T08:46:42.853Z] git-man set to automatically installed. [2021-05-13T08:46:42.853Z] libcurl3-gnutls set to automatically installed. [2021-05-13T08:46:42.853Z] liberror-perl set to automatically installed. [2021-05-13T08:46:42.853Z] libglib2.0-0 set to automatically installed. [2021-05-13T08:46:42.853Z] libnghttp2-14 set to automatically installed. [2021-05-13T08:46:42.853Z] libnorm1 set to automatically installed. [2021-05-13T08:46:42.853Z] libpgm-5.2-0 set to automatically installed. [2021-05-13T08:46:42.853Z] libpsl5 set to automatically installed. [2021-05-13T08:46:42.853Z] librtmp1 set to automatically installed. [2021-05-13T08:46:42.853Z] libsodium23 set to automatically installed. [2021-05-13T08:46:42.853Z] libzmq3-dev set to automatically installed. [2021-05-13T08:46:42.853Z] libzmq5 set to automatically installed. [2021-05-13T08:46:42.853Z] pkg-config set to automatically installed. [2021-05-13T08:46:42.853Z] zip set to automatically installed. [2021-05-13T08:46:43.814Z] snapd is not logged in, snap install commands will use sudo [2021-05-13T08:46:50.392Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:46:50.963Z] snap "core18" has no updates available [2021-05-13T08:46:51.533Z] snapd is not logged in, snap install commands will use sudo [2021-05-13T08:46:59.174Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:47:14.086Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-13T08:47:14.086Z] Pulling go-build-helper [2021-05-13T08:47:14.086Z] + snapcraftctl pull [2021-05-13T08:47:15.026Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-13T08:47:15.026Z] Skipping pull go-build-helper (already ran) [2021-05-13T08:47:15.026Z] Building go-build-helper [2021-05-13T08:47:15.026Z] + snapcraftctl build [2021-05-13T08:47:16.940Z] Staging go-build-helper [2021-05-13T08:47:16.940Z] + snapcraftctl stage [2021-05-13T08:47:26.941Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-13T08:47:26.941Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-13T08:47:26.941Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-13T08:47:26.941Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-13T08:47:26.941Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-13T08:47:26.941Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-13T08:47:26.941Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-13T08:47:26.941Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-13T08:47:26.941Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-13T08:47:26.941Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-13T08:47:26.941Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-13T08:47:26.941Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-13T08:47:26.941Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-13T08:47:26.941Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-13T08:47:26.941Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-13T08:47:26.941Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-13T08:47:26.941Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-13T08:47:26.941Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-13T08:47:26.941Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-13T08:47:26.941Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-13T08:47:26.941Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-13T08:47:26.941Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-13T08:47:26.941Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-13T08:47:26.941Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-13T08:47:26.941Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-13T08:47:26.941Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-13T08:47:26.941Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-13T08:47:26.941Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-13T08:47:26.941Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-13T08:47:26.941Z] Fetched 224 kB in 0s (0 B/s) [2021-05-13T08:47:26.941Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-13T08:47:26.941Z] Fetched 157 kB in 0s (0 B/s) [2021-05-13T08:47:26.941Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-13T08:47:26.941Z] Fetched 221 kB in 0s (0 B/s) [2021-05-13T08:47:26.941Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-13T08:47:26.941Z] Fetched 143 kB in 0s (0 B/s) [2021-05-13T08:47:26.941Z] Pulling app-service-config [2021-05-13T08:47:26.941Z] + snapcraftctl pull [2021-05-13T08:47:26.941Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-13T08:47:27.511Z] Pulling config-common [2021-05-13T08:47:27.511Z] + snapcraftctl pull [2021-05-13T08:47:31.731Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:47:31.731Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:47:31.731Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:47:31.731Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:47:31.731Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-13T08:47:31.731Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:47:31.731Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-13T08:47:31.731Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:47:31.731Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-13T08:47:31.731Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:47:31.731Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-13T08:47:31.731Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:47:31.731Z] Pulling edgex-go [2021-05-13T08:47:31.731Z] + snapcraftctl pull [2021-05-13T08:47:49.849Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:47:49.849Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:47:49.849Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:47:49.849Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-13T08:47:49.849Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-13T08:47:49.849Z] Fetched 279 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-13T08:47:49.849Z] Fetched 122 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-13T08:47:49.849Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-13T08:47:49.849Z] Fetched 8848 B in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-13T08:47:49.849Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-13T08:47:49.849Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-13T08:47:49.849Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-13T08:47:49.849Z] Fetched 219 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-13T08:47:49.849Z] Fetched 154 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-13T08:47:49.849Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-13T08:47:49.849Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-13T08:47:49.849Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-13T08:47:49.849Z] Fetched 499 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-13T08:47:49.849Z] Fetched 111 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-13T08:47:49.849Z] Fetched 240 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-13T08:47:49.849Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-13T08:47:49.849Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-13T08:47:49.849Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-13T08:47:49.849Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-13T08:47:49.849Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-13T08:47:49.849Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-13T08:47:49.849Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-13T08:47:49.849Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-13T08:47:49.849Z] Fetched 8720 B in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-13T08:47:49.849Z] Fetched 137 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-13T08:47:49.849Z] Fetched 119 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-13T08:47:49.849Z] Fetched 110 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-13T08:47:49.849Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-13T08:47:49.849Z] Fetched 645 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-13T08:47:49.849Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-13T08:47:49.849Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-13T08:47:49.849Z] Fetched 368 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-13T08:47:49.849Z] Fetched 187 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-13T08:47:49.849Z] Fetched 175 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-13T08:47:49.849Z] Fetched 206 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-13T08:47:49.849Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-13T08:47:49.849Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-13T08:47:49.849Z] Fetched 159 kB in 0s (0 B/s) [2021-05-13T08:47:49.849Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-13T08:47:49.850Z] Fetched 107 kB in 0s (0 B/s) [2021-05-13T08:47:49.850Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-13T08:47:49.850Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-13T08:47:49.850Z] Pulling static-packages [2021-05-13T08:47:49.850Z] + snapcraftctl pull [2021-05-13T08:47:50.787Z] Pulling version [2021-05-13T08:47:50.787Z] + cd /root/project [2021-05-13T08:47:50.787Z] + [ -f VERSION ] [2021-05-13T08:47:50.787Z] + PROJECT_VERSION=local-dev [2021-05-13T08:47:50.787Z] + git rev-parse --short HEAD [2021-05-13T08:47:50.787Z] + GIT_REVISION=34cbf68b [2021-05-13T08:47:50.787Z] + snapcraftctl set-version local-dev [2021-05-13T08:47:51.726Z] Skipping build go-build-helper (already ran) [2021-05-13T08:47:51.986Z] Building app-service-config [2021-05-13T08:47:51.986Z] + make build [2021-05-13T08:47:51.986Z] go mod tidy [2021-05-13T08:47:53.762Z] 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-05-13T08:47:53.895Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-13T08:47:53.895Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-13T08:47:53.895Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-13T08:47:53.895Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-13T08:47:53.895Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-13T08:47:53.895Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-13T08:47:53.895Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-13T08:47:53.895Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-13T08:47:54.153Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-13T08:47:54.153Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-13T08:47:54.153Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-13T08:47:54.153Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-13T08:47:54.153Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-13T08:47:54.153Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-13T08:47:54.153Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-13T08:47:54.153Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-13T08:47:54.153Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-13T08:47:54.153Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-13T08:47:54.153Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-13T08:47:54.153Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-13T08:47:54.413Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-13T08:47:54.413Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-13T08:47:54.413Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-13T08:47:54.413Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-13T08:47:54.413Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-13T08:47:54.413Z] go: downloading golang.org/x/text v0.3.2 [2021-05-13T08:47:54.673Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-13T08:47:54.673Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-13T08:47:54.673Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-13T08:47:54.673Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-13T08:47:54.673Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-13T08:47:54.673Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-13T08:47:54.933Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-13T08:47:54.933Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-13T08:47:54.933Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-13T08:47:54.933Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-13T08:47:54.933Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-13T08:47:54.933Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-13T08:47:54.933Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-13T08:47:54.933Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-13T08:47:55.201Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-13T08:47:55.201Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-13T08:47:55.201Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-13T08:47:55.461Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-13T08:47:55.461Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-13T08:47:55.461Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-13T08:47:55.461Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-13T08:47:55.461Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-13T08:47:55.461Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-13T08:47:55.461Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-13T08:47:55.461Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-13T08:47:55.461Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-13T08:47:55.461Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-13T08:47:55.461Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-13T08:47:55.736Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-13T08:47:55.736Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-13T08:47:55.736Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-13T08:47:55.736Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-13T08:47:55.736Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-13T08:47:55.736Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-13T08:47:55.736Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-13T08:47:55.736Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-13T08:47:55.736Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-13T08:47:55.736Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-13T08:47:55.736Z] go: downloading github.com/kr/text v0.1.0 [2021-05-13T08:47:55.736Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-13T08:47:55.736Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-13T08:47:55.736Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-13T08:47:55.736Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-13T08:47:55.736Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-13T08:47:55.736Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-13T08:47:55.736Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-13T08:47:55.996Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-13T08:47:55.996Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-13T08:47:55.996Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-13T08:47:55.996Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-13T08:47:55.996Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-13T08:47:55.996Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-13T08:47:55.996Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-13T08:47:55.996Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-13T08:48:04.329Z] Removing intermediate container b7281eccd88f [2021-05-13T08:48:04.329Z] ---> 13e057e71269 [2021-05-13T08:48:04.329Z] [2021-05-13T08:48:04.329Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T08:48:04.329Z] 3.12: Pulling from library/alpine [2021-05-13T08:48:04.329Z] Removing intermediate container 6dea88920b7e [2021-05-13T08:48:04.329Z] ---> 0dad9e9c58ff [2021-05-13T08:48:04.329Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T08:48:04.329Z] ---> Running in 5fe023d2d924 [2021-05-13T08:48:05.360Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:48:05.360Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:48:05.360Z] ---> 9852663dfa18 [2021-05-13T08:48:05.360Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T08:48:05.651Z] ---> Running in 999d026b37e9 [2021-05-13T08:48:05.987Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-13T08:48:05.987Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-13T08:48:05.987Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-13T08:48:05.987Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-13T08:48:05.987Z] Building config-common [2021-05-13T08:48:05.987Z] + snapcraftctl build [2021-05-13T08:48:06.254Z] 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-05-13T08:48:07.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:07.899Z] Building edgex-go [2021-05-13T08:48:07.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:08.158Z] + cd /root/parts/edgex-go/src [2021-05-13T08:48:08.158Z] + make build [2021-05-13T08:48:08.158Z] 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-05-13T08:48:08.423Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.15 [2021-05-13T08:48:08.423Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 [2021-05-13T08:48:08.423Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-13T08:48:08.568Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T08:48:08.568Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:48:08.568Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T08:48:08.568Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T08:48:08.568Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:48:08.568Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:48:08.682Z] go: downloading github.com/pelletier/go-toml v1.9.1 [2021-05-13T08:48:08.682Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-05-13T08:48:08.682Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-13T08:48:09.164Z] OK: 7 MiB in 18 packages [2021-05-13T08:48:12.589Z] Removing intermediate container 5fe023d2d924 [2021-05-13T08:48:12.589Z] ---> 0cc018cac5d4 [2021-05-13T08:48:12.589Z] [2021-05-13T08:48:12.589Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T08:48:12.589Z] Removing intermediate container 999d026b37e9 [2021-05-13T08:48:12.589Z] ---> fb4aa0348f9b [2021-05-13T08:48:12.589Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:48:12.589Z] 20.10.0: Pulling from library/docker [2021-05-13T08:48:12.589Z] ---> Running in e9630b83bca0 [2021-05-13T08:48:12.873Z] 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-05-13T08:48:14.030Z] Removing intermediate container e9630b83bca0 [2021-05-13T08:48:14.030Z] ---> fedf5bbf4dbc [2021-05-13T08:48:14.030Z] Step 14/22 : WORKDIR /edgex [2021-05-13T08:48:14.629Z] ---> Running in d7d42c59f641 [2021-05-13T08:48:16.074Z] Removing intermediate container d7d42c59f641 [2021-05-13T08:48:16.074Z] ---> 063213b658ac [2021-05-13T08:48:16.074Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T08:48:17.075Z] 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-05-13T08:48:18.066Z] ---> 3816c669acaa [2021-05-13T08:48:18.067Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T08:48:18.067Z] Removing intermediate container 9c3a5bc16849 [2021-05-13T08:48:18.067Z] ---> 6dc057019a14 [2021-05-13T08:48:18.067Z] [2021-05-13T08:48:18.067Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:48:18.067Z] ---> 9852663dfa18 [2021-05-13T08:48:18.067Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:48:18.067Z] ---> Running in 0b9f6a886ba7 [2021-05-13T08:48:18.984Z] 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-05-13T08:48:20.368Z] 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-05-13T08:48:20.627Z] 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-05-13T08:48:20.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:20.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:20.995Z] ---> 6ea5b6c660b3 [2021-05-13T08:48:20.995Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T08:48:21.609Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T08:48:21.609Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:48:21.609Z] OK: 5 MiB in 15 packages [2021-05-13T08:48:22.545Z] 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-05-13T08:48:22.806Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-13T08:48:22.806Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-13T08:48:23.603Z] ---> 628601851fe9 [2021-05-13T08:48:23.603Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T08:48:23.603Z] ---> Running in adb61e23bbe7 [2021-05-13T08:48:23.603Z] Removing intermediate container 0b9f6a886ba7 [2021-05-13T08:48:23.603Z] ---> 3755318b874a [2021-05-13T08:48:23.603Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:48:24.187Z] 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-05-13T08:48:24.199Z] ---> Running in 2a2769b6d6d1 [2021-05-13T08:48:24.801Z] Removing intermediate container adb61e23bbe7 [2021-05-13T08:48:24.801Z] ---> 0a4212c5e108 [2021-05-13T08:48:24.801Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T08:48:25.399Z] ---> Running in f1d89a3eef4d [2021-05-13T08:48:25.399Z] Removing intermediate container 2a2769b6d6d1 [2021-05-13T08:48:25.399Z] ---> 43d667e4bb29 [2021-05-13T08:48:25.399Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T08:48:25.579Z] 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-05-13T08:48:25.579Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-13T08:48:25.994Z] ---> Running in 25638bf9c485 [2021-05-13T08:48:26.268Z] Removing intermediate container f1d89a3eef4d [2021-05-13T08:48:26.268Z] ---> 5d1418a90e84 [2021-05-13T08:48:26.268Z] Step 20/22 : LABEL arch=arm64 [2021-05-13T08:48:26.542Z] ---> Running in 5c85d9c81205 [2021-05-13T08:48:26.815Z] Removing intermediate container 25638bf9c485 [2021-05-13T08:48:26.815Z] ---> 118fb03b0a85 [2021-05-13T08:48:26.815Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:48:26.959Z] 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-05-13T08:48:27.417Z] ---> Running in 6f2684cbb383 [2021-05-13T08:48:27.690Z] Removing intermediate container 5c85d9c81205 [2021-05-13T08:48:27.690Z] ---> ef3c3285cd2c [2021-05-13T08:48:27.690Z] Step 21/22 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:48:27.690Z] Removing intermediate container f3715198aa0c [2021-05-13T08:48:27.690Z] ---> 229740ca471b [2021-05-13T08:48:27.690Z] [2021-05-13T08:48:27.690Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:48:27.690Z] ---> 9852663dfa18 [2021-05-13T08:48:27.690Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:48:27.690Z] ---> Using cache [2021-05-13T08:48:27.690Z] ---> 3755318b874a [2021-05-13T08:48:27.690Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:48:27.690Z] ---> Using cache [2021-05-13T08:48:27.690Z] ---> 43d667e4bb29 [2021-05-13T08:48:27.690Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T08:48:28.285Z] ---> Running in 52a138eaf53e [2021-05-13T08:48:28.285Z] ---> Running in 16d5fc16a950 [2021-05-13T08:48:28.285Z] Removing intermediate container 6f2684cbb383 [2021-05-13T08:48:28.285Z] ---> daadf7c3dd09 [2021-05-13T08:48:28.285Z] Step 16/24 : WORKDIR / [2021-05-13T08:48:28.372Z] 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-05-13T08:48:28.878Z] ---> Running in 0137e7967446 [2021-05-13T08:48:29.312Z] 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-05-13T08:48:29.312Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-13T08:48:29.470Z] Removing intermediate container 52a138eaf53e [2021-05-13T08:48:29.470Z] ---> f004b7c7de99 [2021-05-13T08:48:29.470Z] Step 22/22 : LABEL version=0.0.0 [2021-05-13T08:48:29.470Z] Removing intermediate container 16d5fc16a950 [2021-05-13T08:48:29.470Z] ---> ae762ff09206 [2021-05-13T08:48:29.470Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:48:30.071Z] ---> Running in 33d708c38b0c [2021-05-13T08:48:30.071Z] ---> Running in 0418b3c957c9 [2021-05-13T08:48:30.071Z] Removing intermediate container 0137e7967446 [2021-05-13T08:48:30.071Z] ---> 0e6776a2d18f [2021-05-13T08:48:30.071Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:48:30.671Z] Removing intermediate container 58c45e7d4738 [2021-05-13T08:48:30.671Z] ---> d0149f90d7ea [2021-05-13T08:48:30.671Z] [2021-05-13T08:48:30.671Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:48:30.671Z] ---> 9852663dfa18 [2021-05-13T08:48:30.671Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T08:48:30.671Z] Removing intermediate container 33d708c38b0c [2021-05-13T08:48:30.671Z] ---> fb6a78f0c34b [2021-05-13T08:48:30.671Z] Step 16/24 : WORKDIR / [2021-05-13T08:48:30.946Z] Removing intermediate container 0418b3c957c9 [2021-05-13T08:48:30.946Z] ---> 5206c067a6fa [2021-05-13T08:48:30.946Z] [2021-05-13T08:48:30.946Z] ---> Running in b4e7eac981f0 [2021-05-13T08:48:30.946Z] ---> Running in 366ece77afa8 [2021-05-13T08:48:31.226Z] ---> 6168459b1465 [2021-05-13T08:48:31.226Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T08:48:31.226Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T08:48:31.227Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T08:48:31.227Z] ---> eeaf43b92773 [2021-05-13T08:48:31.227Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:48:31.241Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-13T08:48:31.241Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-13T08:48:31.241Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-13T08:48:31.241Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-13T08:48:31.241Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-13T08:48:31.241Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-13T08:48:31.241Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-13T08:48:31.241Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-05-13T08:48:31.241Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-13T08:48:31.241Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-13T08:48:31.241Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-13T08:48:31.501Z] Successfully built 5206c067a6fa [2021-05-13T08:48:31.501Z] ---> Running in 0a402afa1da8 [2021-05-13T08:48:31.776Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-13T08:48:31.776Z]  Building security-proxy-setup ... done Building support-notifications [2021-05-13T08:48:31.776Z] Removing intermediate container b4e7eac981f0 [2021-05-13T08:48:31.776Z] Removing intermediate container 366ece77afa8 [2021-05-13T08:48:31.776Z] ---> 2bf239783140 [2021-05-13T08:48:31.776Z] Step 13/24 : ENV APP_PORT=48080 ---> 28db49af0322 [2021-05-13T08:48:31.776Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:48:31.776Z] [2021-05-13T08:48:32.049Z] ---> Running in 7a45f03ddf40 [2021-05-13T08:48:32.324Z] Removing intermediate container 0a402afa1da8 [2021-05-13T08:48:32.324Z] ---> c55d25f2042e [2021-05-13T08:48:32.324Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T08:48:32.931Z] ---> Running in a8e978d6bfb5 [2021-05-13T08:48:32.931Z] Removing intermediate container 7a45f03ddf40 [2021-05-13T08:48:32.931Z] ---> 372c7dae1f33 [2021-05-13T08:48:32.931Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T08:48:32.931Z] ---> 7df9b5f8a6d3 [2021-05-13T08:48:32.931Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T08:48:33.221Z] ---> e156b4769079 [2021-05-13T08:48:33.221Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T08:48:33.497Z] ---> Running in 9c8b291ed535 [2021-05-13T08:48:34.545Z] Building static-packages [2021-05-13T08:48:34.545Z] + snapcraftctl build [2021-05-13T08:48:34.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:34.959Z] ---> d4846fd73d0c [2021-05-13T08:48:34.959Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T08:48:35.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:35.233Z] Removing intermediate container 9c8b291ed535 [2021-05-13T08:48:35.233Z] ---> 6783ea5d6318 [2021-05-13T08:48:35.233Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:48:35.507Z] ---> Running in 6d651047c1f6 [2021-05-13T08:48:35.507Z] ---> e22aa5c2ff21 [2021-05-13T08:48:35.507Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T08:48:35.507Z] ---> Running in 47708e360a73 [2021-05-13T08:48:35.780Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T08:48:35.780Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T08:48:35.780Z] Executing bash-5.0.17-r0.post-install [2021-05-13T08:48:35.780Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:48:35.780Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T08:48:35.780Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T08:48:35.780Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T08:48:35.780Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T08:48:35.780Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T08:48:35.780Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T08:48:35.780Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T08:48:35.780Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T08:48:35.780Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T08:48:35.780Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T08:48:35.925Z] Building version [2021-05-13T08:48:35.925Z] + snapcraftctl build [2021-05-13T08:48:36.380Z] Removing intermediate container 6d651047c1f6 [2021-05-13T08:48:36.380Z] ---> d4671140c7b9 [2021-05-13T08:48:36.380Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:48:37.829Z] ---> Running in aa9cfb7ba1f8 [2021-05-13T08:48:37.829Z] ---> 95364130022a [2021-05-13T08:48:37.829Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T08:48:37.829Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T08:48:37.829Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T08:48:37.829Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T08:48:37.829Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T08:48:37.829Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T08:48:37.832Z] Skipping stage go-build-helper (already ran) [2021-05-13T08:48:37.832Z] Staging app-service-config [2021-05-13T08:48:37.832Z] + snapcraftctl stage [2021-05-13T08:48:38.107Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T08:48:38.107Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T08:48:38.107Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T08:48:38.107Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T08:48:38.107Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T08:48:38.379Z] ---> Running in 86b13e9da844 [2021-05-13T08:48:38.379Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T08:48:38.379Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T08:48:38.379Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T08:48:38.379Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T08:48:38.379Z] Removing intermediate container aa9cfb7ba1f8 [2021-05-13T08:48:38.379Z] ---> 56e4d80ba330 [2021-05-13T08:48:38.379Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:48:38.379Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T08:48:38.379Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T08:48:38.379Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T08:48:38.379Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T08:48:38.379Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T08:48:38.379Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T08:48:38.379Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T08:48:38.661Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T08:48:38.661Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T08:48:38.661Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T08:48:38.661Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T08:48:38.661Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T08:48:38.661Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T08:48:38.661Z] OK: 72 MiB in 59 packages [2021-05-13T08:48:38.936Z] ---> Running in 68d1a076140f [2021-05-13T08:48:38.936Z] Removing intermediate container 86b13e9da844 [2021-05-13T08:48:38.936Z] ---> 5920b30bba10 [2021-05-13T08:48:38.936Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:48:38.936Z] Removing intermediate container 47708e360a73 [2021-05-13T08:48:38.936Z] ---> 8567db51fbd5 [2021-05-13T08:48:38.936Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T08:48:39.030Z] Staging config-common [2021-05-13T08:48:39.030Z] + snapcraftctl stage [2021-05-13T08:48:39.220Z] ---> Running in e6c2d8ba9bf3 [2021-05-13T08:48:39.220Z] ---> Running in c43d746a88c3 [2021-05-13T08:48:39.502Z] Removing intermediate container 68d1a076140f [2021-05-13T08:48:39.502Z] ---> 103bcbdf646c [2021-05-13T08:48:39.502Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:48:39.773Z] ---> Running in 88c1551c5663 [2021-05-13T08:48:39.972Z] Staging edgex-go [2021-05-13T08:48:39.972Z] + snapcraftctl stage [2021-05-13T08:48:40.047Z] Removing intermediate container c43d746a88c3 [2021-05-13T08:48:40.047Z] ---> 24d33fa75729 [2021-05-13T08:48:40.047Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:48:40.323Z] ---> Running in a18e893ca84b [2021-05-13T08:48:40.323Z] Removing intermediate container 88c1551c5663 [2021-05-13T08:48:40.323Z] ---> 4634b115388e [2021-05-13T08:48:40.323Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:48:40.919Z] Staging static-packages [2021-05-13T08:48:40.919Z] + snapcraftctl stage [2021-05-13T08:48:40.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:40.922Z] ---> Running in 5051e5efc97d [2021-05-13T08:48:41.204Z] Removing intermediate container a18e893ca84b [2021-05-13T08:48:41.204Z] ---> ac055151be9f [2021-05-13T08:48:41.204Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:48:41.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:48:41.485Z] ---> Running in 9a7ae7118ca8 [2021-05-13T08:48:41.758Z] Removing intermediate container 5051e5efc97d [2021-05-13T08:48:41.758Z] ---> 398594b31872 [2021-05-13T08:48:41.758Z] [2021-05-13T08:48:41.862Z] Staging version [2021-05-13T08:48:41.862Z] + snapcraftctl stage [2021-05-13T08:48:42.360Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:48:42.361Z] Removing intermediate container 9a7ae7118ca8 [2021-05-13T08:48:42.361Z] ---> adccd334eae2 [2021-05-13T08:48:42.361Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:48:42.361Z] Successfully built 398594b31872 [2021-05-13T08:48:42.361Z] Successfully tagged core-command-arm64:latest [2021-05-13T08:48:42.361Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T08:48:42.361Z]  Building core-command ... done Building security-secretstore-setup [2021-05-13T08:48:42.361Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:48:42.635Z] ---> Running in 392af87b04b4 [2021-05-13T08:48:43.230Z] Removing intermediate container 392af87b04b4 [2021-05-13T08:48:43.230Z] ---> c66bd2c49be2 [2021-05-13T08:48:43.230Z] [2021-05-13T08:48:43.230Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:48:43.258Z] Priming go-build-helper [2021-05-13T08:48:43.258Z] + snapcraftctl prime [2021-05-13T08:48:43.507Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T08:48:43.507Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T08:48:43.507Z] Successfully built c66bd2c49be2 [2021-05-13T08:48:43.507Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:48:43.507Z] OK: 8 MiB in 20 packages [2021-05-13T08:48:43.507Z] Successfully tagged core-metadata-arm64:latest [2021-05-13T08:48:43.507Z] Building security-bootstrapper [2021-05-13T08:48:43.826Z] Priming app-service-config [2021-05-13T08:48:43.826Z] + snapcraftctl prime [2021-05-13T08:48:44.063Z]  Building core-metadata ... done Collecting docker-compose==1.23.2 [2021-05-13T08:48:44.063Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T08:48:45.211Z] Priming config-common [2021-05-13T08:48:45.211Z] + snapcraftctl prime [2021-05-13T08:48:45.504Z] Removing intermediate container e6c2d8ba9bf3 [2021-05-13T08:48:45.504Z] ---> da0fcc58ad9e [2021-05-13T08:48:45.504Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:48:45.786Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T08:48:45.786Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T08:48:46.154Z] Priming edgex-go [2021-05-13T08:48:46.154Z] + snapcraftctl prime [2021-05-13T08:48:46.387Z] ---> d24723a8364e [2021-05-13T08:48:46.387Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T08:48:46.387Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T08:48:46.387Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T08:48:46.664Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T08:48:46.938Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T08:48:47.095Z] Priming static-packages [2021-05-13T08:48:47.095Z] + snapcraftctl prime [2021-05-13T08:48:48.921Z] ---> 2cfaa3b9cbb1 [2021-05-13T08:48:48.921Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T08:48:49.527Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T08:48:49.527Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T08:48:49.642Z] Priming version [2021-05-13T08:48:49.642Z] + snapcraftctl prime [2021-05-13T08:48:50.124Z] ---> bde4e51b1ee2 [2021-05-13T08:48:50.124Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T08:48:50.582Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-13T08:48:50.716Z] ---> Running in 277a3a404df3 [2021-05-13T08:48:51.311Z] Removing intermediate container 277a3a404df3 [2021-05-13T08:48:51.311Z] ---> 291e75e8eaa4 [2021-05-13T08:48:51.311Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:48:51.589Z] ---> Running in d5ee7ca096fe [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T08:48:52.186Z] Removing intermediate container d5ee7ca096fe [2021-05-13T08:48:52.186Z] ---> c4898713c84d [2021-05-13T08:48:52.186Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:48:52.460Z] ---> Running in 92361bcf91fe [2021-05-13T08:48:52.734Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T08:48:52.734Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T08:48:53.007Z] Removing intermediate container 92361bcf91fe [2021-05-13T08:48:53.007Z] ---> a8629da8ed53 [2021-05-13T08:48:53.007Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:48:53.281Z] ---> Running in 594c7f28b123 [2021-05-13T08:48:53.878Z] Removing intermediate container 594c7f28b123 [2021-05-13T08:48:53.878Z] ---> cd0461045199 [2021-05-13T08:48:53.878Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:48:53.878Z] ---> Running in 448fbb2c40b6 [2021-05-13T08:48:54.148Z] Collecting PyYAML<4,>=3.10 [2021-05-13T08:48:54.148Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T08:48:54.436Z] Removing intermediate container 448fbb2c40b6 [2021-05-13T08:48:54.436Z] ---> 2d683ed2aec3 [2021-05-13T08:48:54.436Z] [2021-05-13T08:48:55.031Z] Successfully built 2d683ed2aec3 [2021-05-13T08:48:55.031Z] Successfully tagged core-data-arm64:latest [2021-05-13T08:48:55.031Z]  Building core-data ... done Building support-scheduler [2021-05-13T08:48:57.044Z] 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-05-13T08:48:57.315Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T08:48:57.315Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T08:48:59.941Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T08:48:59.941Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T08:49:00.936Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:49:00.936Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:49:00.936Z] ---> 521ed157b036 [2021-05-13T08:49:00.936Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:49:00.936Z] ---> Using cache [2021-05-13T08:49:00.936Z] ---> 31f019937fba [2021-05-13T08:49:00.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:49:00.936Z] ---> Using cache [2021-05-13T08:49:00.936Z] ---> 470b3dcd1e11 [2021-05-13T08:49:00.936Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T08:49:00.936Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T08:49:00.936Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T08:49:01.975Z] 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-05-13T08:49:02.246Z] Collecting idna<2.8,>=2.5 [2021-05-13T08:49:02.246Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T08:49:02.532Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-13T08:49:02.532Z] ---> Running in 27b3b5bbfe16 [2021-05-13T08:49:03.508Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T08:49:03.508Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T08:49:03.778Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:03.778Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T08:49:03.778Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T08:49:04.050Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T08:49:04.050Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T08:49:04.050Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T08:49:04.050Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T08:49:04.645Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:04.933Z] Installing collected packages: idna, urllib3, requests, cached-property, dockerpty, texttable, websocket-client, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose [2021-05-13T08:49:04.933Z] Attempting uninstall: idna [2021-05-13T08:49:04.934Z] Found existing installation: idna 2.9 [2021-05-13T08:49:04.934Z] Uninstalling idna-2.9: [2021-05-13T08:49:04.934Z] Successfully uninstalled idna-2.9 [2021-05-13T08:49:05.541Z] OK: 218 MiB in 52 packages [2021-05-13T08:49:05.821Z] Attempting uninstall: urllib3 [2021-05-13T08:49:05.821Z] Found existing installation: urllib3 1.25.9 [2021-05-13T08:49:05.821Z] Uninstalling urllib3-1.25.9: [2021-05-13T08:49:05.821Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T08:49:07.268Z] Attempting uninstall: requests [2021-05-13T08:49:07.268Z] Found existing installation: requests 2.23.0 [2021-05-13T08:49:07.268Z] Uninstalling requests-2.23.0: [2021-05-13T08:49:07.268Z] Successfully uninstalled requests-2.23.0 [2021-05-13T08:49:07.863Z] Running setup.py install for dockerpty: started [2021-05-13T08:49:07.863Z] Removing intermediate container 27b3b5bbfe16 [2021-05-13T08:49:07.863Z] ---> a6faf1babfb2 [2021-05-13T08:49:07.863Z] Step 6/23 : COPY go.mod . [2021-05-13T08:49:08.844Z] ---> 180c9dda188e [2021-05-13T08:49:08.844Z] Step 7/23 : RUN go mod download [2021-05-13T08:49:09.115Z] ---> Running in 323e096e034d [2021-05-13T08:49:10.094Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T08:49:10.368Z] Running setup.py install for texttable: started [2021-05-13T08:49:12.987Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T08:49:12.987Z] Removing intermediate container 323e096e034d [2021-05-13T08:49:12.987Z] ---> f10191a91cc4 [2021-05-13T08:49:12.987Z] Step 8/23 : COPY . . [2021-05-13T08:49:12.987Z] Running setup.py install for PyYAML: started [2021-05-13T08:49:15.623Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T08:49:15.623Z] Running setup.py install for docopt: started [2021-05-13T08:49:18.248Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T08:49:20.231Z] 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.59.0 [2021-05-13T08:49:23.625Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:49:23.625Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:49:23.625Z] ---> 521ed157b036 [2021-05-13T08:49:23.625Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T08:49:23.625Z] ---> Using cache [2021-05-13T08:49:23.625Z] ---> 31f019937fba [2021-05-13T08:49:23.625Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:49:23.626Z] ---> Using cache [2021-05-13T08:49:23.626Z] ---> 470b3dcd1e11 [2021-05-13T08:49:23.626Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T08:49:24.221Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:49:24.221Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:49:24.221Z] ---> 521ed157b036 [2021-05-13T08:49:24.221Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T08:49:24.221Z] ---> Using cache [2021-05-13T08:49:24.221Z] ---> 31f019937fba [2021-05-13T08:49:24.221Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:49:24.221Z] ---> Using cache [2021-05-13T08:49:24.221Z] ---> 470b3dcd1e11 [2021-05-13T08:49:24.221Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T08:49:29.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:49:29.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:49:29.631Z] ---> 521ed157b036 [2021-05-13T08:49:29.631Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:49:29.631Z] ---> Using cache [2021-05-13T08:49:29.631Z] ---> 31f019937fba [2021-05-13T08:49:29.631Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:49:29.631Z] ---> Using cache [2021-05-13T08:49:29.631Z] ---> 470b3dcd1e11 [2021-05-13T08:49:29.631Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T08:49:29.970Z] ---> Running in cd907295877e [2021-05-13T08:49:29.970Z] ---> Running in 8c1b3ed411e9 [2021-05-13T08:49:29.970Z] ---> Running in 7d3db4c27647 [2021-05-13T08:49:31.962Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:31.962Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:31.962Z] ---> cfa1ffa70834 [2021-05-13T08:49:31.962Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:49:32.243Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:32.243Z] ---> Running in 8c40ab798c0b [2021-05-13T08:49:32.849Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:32.849Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:33.125Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:33.727Z] OK: 218 MiB in 52 packages [2021-05-13T08:49:34.003Z] OK: 218 MiB in 52 packages [2021-05-13T08:49:34.003Z] OK: 218 MiB in 52 packages [2021-05-13T08:49:36.002Z] Removing intermediate container cd907295877e [2021-05-13T08:49:36.002Z] ---> 3b7d37d9a55f [2021-05-13T08:49:36.002Z] Step 6/32 : COPY go.mod . [2021-05-13T08:49:36.986Z] Removing intermediate container 7d3db4c27647 [2021-05-13T08:49:36.986Z] ---> b29ea19e6b37 [2021-05-13T08:49:36.986Z] Step 6/26 : COPY go.mod . [2021-05-13T08:49:36.986Z] Removing intermediate container 8c1b3ed411e9 [2021-05-13T08:49:36.986Z] ---> 64b12418394b [2021-05-13T08:49:36.986Z] Step 6/23 : COPY go.mod . [2021-05-13T08:49:37.279Z] ---> 3b328acc5fdb [2021-05-13T08:49:37.279Z] Step 7/32 : RUN go mod download [2021-05-13T08:49:37.552Z] ---> Running in ed26ee8e4929 [2021-05-13T08:49:37.824Z] Removing intermediate container 8c40ab798c0b [2021-05-13T08:49:37.824Z] ---> 9097ce6ab1c9 [2021-05-13T08:49:37.824Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T08:49:38.114Z] ---> ebab0dfb3cb5 [2021-05-13T08:49:38.114Z] Step 7/26 : RUN go mod download [2021-05-13T08:49:38.114Z] ---> 8427b1ccca7e [2021-05-13T08:49:38.114Z] Step 7/23 : RUN go mod download [2021-05-13T08:49:38.402Z] ---> Running in bdbe6026b801 [2021-05-13T08:49:38.402Z] ---> Running in b547c6208e72 [2021-05-13T08:49:38.402Z] ---> Running in 6e5fe26a8e4e [2021-05-13T08:49:40.397Z] 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-05-13T08:49:40.397Z] Removing intermediate container a8e978d6bfb5 [2021-05-13T08:49:40.397Z] ---> 6b2793d28a6f [2021-05-13T08:49:40.397Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T08:49:40.685Z] ---> Running in 7d38c3394344 [2021-05-13T08:49:41.283Z] Removing intermediate container ed26ee8e4929 [2021-05-13T08:49:41.283Z] ---> 25a1b5a0f123 [2021-05-13T08:49:41.283Z] Step 8/32 : COPY . . [2021-05-13T08:49:41.557Z] Removing intermediate container 7d38c3394344 [2021-05-13T08:49:41.558Z] ---> ad85d5b42bda [2021-05-13T08:49:41.558Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T08:49:41.827Z] ---> Running in 4b46f78ff76d [2021-05-13T08:49:42.814Z] Removing intermediate container 4b46f78ff76d [2021-05-13T08:49:42.814Z] ---> fbc2bb93dcf4 [2021-05-13T08:49:42.814Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T08:49:43.412Z] Removing intermediate container 6e5fe26a8e4e [2021-05-13T08:49:43.412Z] ---> 31fe85d18a87 [2021-05-13T08:49:43.412Z] Step 8/26 : COPY . . [2021-05-13T08:49:43.686Z] Removing intermediate container b547c6208e72 [2021-05-13T08:49:43.686Z] ---> 2273738a43eb [2021-05-13T08:49:43.686Z] Step 8/23 : COPY . . [2021-05-13T08:49:47.077Z] ---> d764f33fc9a9 [2021-05-13T08:49:47.078Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T08:49:50.497Z] ---> 8cfee5a4604e [2021-05-13T08:49:50.497Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T08:49:54.825Z] ---> ff18e3cf7831 [2021-05-13T08:49:54.825Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T08:49:55.101Z] ---> Running in fd8d4454f39f [2021-05-13T08:49:57.087Z] Removing intermediate container fd8d4454f39f [2021-05-13T08:49:57.087Z] ---> 9e838f507808 [2021-05-13T08:49:57.087Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:49:58.072Z] ---> Running in 31841a4dae99 [2021-05-13T08:50:00.055Z] Removing intermediate container 31841a4dae99 [2021-05-13T08:50:00.055Z] ---> 11da13867f99 [2021-05-13T08:50:00.055Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:50:00.655Z] ---> Running in baa2bd520500 [2021-05-13T08:50:01.654Z] Removing intermediate container baa2bd520500 [2021-05-13T08:50:01.655Z] ---> 574b58d21853 [2021-05-13T08:50:01.655Z] Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:50:02.662Z] ---> Running in fecef876b14e [2021-05-13T08:50:04.659Z] Removing intermediate container fecef876b14e [2021-05-13T08:50:04.659Z] ---> 0d64dfacf1b1 [2021-05-13T08:50:04.659Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:50:04.934Z] ---> Running in 026ba64f7387 [2021-05-13T08:50:05.915Z] Removing intermediate container 026ba64f7387 [2021-05-13T08:50:05.915Z] ---> 5ac81ffaddac [2021-05-13T08:50:05.915Z] [2021-05-13T08:50:07.896Z] Successfully built 5ac81ffaddac [2021-05-13T08:50:07.896Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-13T08:50:18.112Z]  Building sys-mgmt-agent ... done  ---> 6b9777c43c5c [2021-05-13T08:50:18.112Z] Step 9/32 : RUN go mod tidy [2021-05-13T08:50:18.395Z] ---> Running in d2ce7e63f74e [2021-05-13T08:50:19.943Z] ---> 0e2e79adac59 [2021-05-13T08:50:19.943Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:50:19.943Z] ---> 044b36b5c928 [2021-05-13T08:50:19.943Z] Step 9/26 : RUN go mod tidy [2021-05-13T08:50:19.943Z] ---> Running in edc72f84aa9c [2021-05-13T08:50:20.215Z] ---> Running in e3ad5095b926 [2021-05-13T08:50:25.624Z] Removing intermediate container d2ce7e63f74e [2021-05-13T08:50:25.624Z] ---> 550232de01a7 [2021-05-13T08:50:25.624Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T08:50:25.624Z] ---> Running in 4ce2a91f65c9 [2021-05-13T08:50:27.094Z] 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-05-13T08:50:27.094Z] Removing intermediate container e3ad5095b926 [2021-05-13T08:50:27.094Z] ---> 2c75ad78055b [2021-05-13T08:50:27.094Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T08:50:27.094Z] ---> Running in 1902b891efdf [2021-05-13T08:50:27.372Z] Removing intermediate container edc72f84aa9c [2021-05-13T08:50:27.372Z] ---> b432ad6cc146 [2021-05-13T08:50:27.372Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T08:50:27.644Z] ---> Running in e7091b0993a0 [2021-05-13T08:50:29.076Z] 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-05-13T08:50:29.675Z] 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-05-13T08:50:37.976Z] Removing intermediate container bdbe6026b801 [2021-05-13T08:50:37.976Z] ---> 781963c65b66 [2021-05-13T08:50:37.976Z] [2021-05-13T08:50:37.976Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:50:37.976Z] ---> 9852663dfa18 [2021-05-13T08:50:37.976Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T08:50:37.976Z] ---> Running in c80723f06194 [2021-05-13T08:50:39.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:39.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:40.284Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T08:50:40.284Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:50:40.284Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:50:40.284Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:50:40.558Z] OK: 6 MiB in 16 packages [2021-05-13T08:50:43.181Z] Removing intermediate container c80723f06194 [2021-05-13T08:50:43.181Z] ---> 6512915373a1 [2021-05-13T08:50:43.181Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:50:43.456Z] ---> Running in 13d630b9ddea [2021-05-13T08:50:44.054Z] Removing intermediate container 13d630b9ddea [2021-05-13T08:50:44.054Z] ---> 850d21275284 [2021-05-13T08:50:44.054Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T08:50:44.054Z] ---> Running in 091aba91f04d [2021-05-13T08:50:45.045Z] Removing intermediate container 091aba91f04d [2021-05-13T08:50:45.045Z] ---> 915d36600240 [2021-05-13T08:50:45.045Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:50:45.045Z] ---> Running in fe94ec75bd1d [2021-05-13T08:50:45.644Z] Removing intermediate container fe94ec75bd1d [2021-05-13T08:50:45.644Z] ---> 5d7d4d64512d [2021-05-13T08:50:45.644Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:50:47.082Z] ---> 261ef868b21b [2021-05-13T08:50:47.082Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T08:50:48.521Z] ---> 5a40d6e2d949 [2021-05-13T08:50:48.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T08:50:50.068Z] ---> 48a2e8ab31ca [2021-05-13T08:50:50.068Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T08:50:50.068Z] ---> Running in 85e7fd31d138 [2021-05-13T08:50:50.676Z] Removing intermediate container 85e7fd31d138 [2021-05-13T08:50:50.676Z] ---> 40f35596d51d [2021-05-13T08:50:50.676Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:50:50.956Z] ---> Running in e478321ba435 [2021-05-13T08:50:51.578Z] Removing intermediate container e478321ba435 [2021-05-13T08:50:51.578Z] ---> b88e209820f2 [2021-05-13T08:50:51.578Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T08:50:51.864Z] ---> Running in 182f11062e84 [2021-05-13T08:50:52.488Z] Removing intermediate container 182f11062e84 [2021-05-13T08:50:52.488Z] ---> 9a8e4caf42ea [2021-05-13T08:50:52.488Z] Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:50:52.814Z] ---> Running in 56765af6fc7d [2021-05-13T08:50:53.441Z] Removing intermediate container 56765af6fc7d [2021-05-13T08:50:53.441Z] ---> 88455a06c756 [2021-05-13T08:50:53.441Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:50:53.441Z] ---> Running in 80b96e49fae0 [2021-05-13T08:50:54.088Z] Removing intermediate container 80b96e49fae0 [2021-05-13T08:50:54.088Z] ---> 4f4fe8a23656 [2021-05-13T08:50:54.088Z] [2021-05-13T08:50:54.699Z] Successfully built 4f4fe8a23656 [2021-05-13T08:50:54.699Z] Successfully tagged support-notifications-arm64:latest [2021-05-13T08:51:41.687Z]  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-13T08:51:44.311Z] Removing intermediate container 4ce2a91f65c9 [2021-05-13T08:51:44.311Z] ---> d851b5f9b669 [2021-05-13T08:51:44.311Z] [2021-05-13T08:51:44.311Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T08:51:44.311Z] ---> 9852663dfa18 [2021-05-13T08:51:44.311Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T08:51:44.311Z] ---> Running in aeb8f68ef1a1 [2021-05-13T08:51:44.905Z] Removing intermediate container aeb8f68ef1a1 [2021-05-13T08:51:44.905Z] ---> d04f9cbacf55 [2021-05-13T08:51:44.905Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T08:51:45.179Z] ---> Running in 19bc8e45e328 [2021-05-13T08:51:46.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:51:46.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:51:47.213Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:51:47.213Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T08:51:47.213Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:51:47.213Z] OK: 5 MiB in 16 packages [2021-05-13T08:51:49.197Z] Removing intermediate container 1902b891efdf [2021-05-13T08:51:49.197Z] ---> 63781e6011f9 [2021-05-13T08:51:49.197Z] [2021-05-13T08:51:49.197Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T08:51:49.197Z] ---> 9852663dfa18 [2021-05-13T08:51:49.197Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T08:51:49.197Z] Removing intermediate container 19bc8e45e328 [2021-05-13T08:51:49.197Z] ---> 1ecccad658a7 [2021-05-13T08:51:49.197Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T08:51:49.468Z] ---> Running in 8b533a883a3b [2021-05-13T08:51:49.468Z] ---> Running in 845f55b3a9b1 [2021-05-13T08:51:49.740Z] Removing intermediate container e7091b0993a0 [2021-05-13T08:51:49.740Z] ---> fbbfd6b938be [2021-05-13T08:51:49.740Z] [2021-05-13T08:51:49.740Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:51:49.740Z] ---> 9852663dfa18 [2021-05-13T08:51:49.740Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:51:49.740Z] ---> Using cache [2021-05-13T08:51:49.740Z] ---> 3755318b874a [2021-05-13T08:51:49.740Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:51:49.740Z] ---> Using cache [2021-05-13T08:51:49.740Z] ---> 43d667e4bb29 [2021-05-13T08:51:49.740Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T08:51:50.020Z] ---> Running in fa89bf5d9c4c [2021-05-13T08:51:50.020Z] Removing intermediate container 8b533a883a3b [2021-05-13T08:51:50.020Z] ---> a3d4ddeef2e1 [2021-05-13T08:51:50.020Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T08:51:50.290Z] ---> Running in 784131e5dc2f [2021-05-13T08:51:50.560Z] Removing intermediate container fa89bf5d9c4c [2021-05-13T08:51:50.560Z] ---> 742f08454d3c [2021-05-13T08:51:50.560Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:51:50.560Z] ---> Running in 17d290dd235e [2021-05-13T08:51:50.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:51:50.835Z] Removing intermediate container 784131e5dc2f [2021-05-13T08:51:50.835Z] ---> 38e6f6a4415d [2021-05-13T08:51:50.835Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T08:51:50.835Z] ---> Running in 0fba164c6c4f [2021-05-13T08:51:50.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:51:51.119Z] Removing intermediate container 17d290dd235e [2021-05-13T08:51:51.119Z] ---> 9308e037caaa [2021-05-13T08:51:51.119Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:51:51.714Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T08:51:51.714Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:51:51.714Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T08:51:51.714Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T08:51:51.714Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:51:51.714Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T08:51:51.714Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:51:51.714Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:51:51.987Z] OK: 7 MiB in 20 packages [2021-05-13T08:51:52.262Z] ---> 1965b4431df2 [2021-05-13T08:51:52.262Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T08:51:53.694Z] ---> a7c7f2b35f53 [2021-05-13T08:51:53.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T08:51:53.694Z] Removing intermediate container 845f55b3a9b1 [2021-05-13T08:51:53.694Z] ---> d315856bfcce [2021-05-13T08:51:53.694Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:51:53.965Z] Removing intermediate container 0fba164c6c4f [2021-05-13T08:51:53.966Z] ---> 44a062d9bc51 [2021-05-13T08:51:53.966Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T08:51:53.966Z] ---> Running in 7c77a757df76 [2021-05-13T08:51:53.966Z] ---> Running in 2dfc3f1c002e [2021-05-13T08:51:54.561Z] Removing intermediate container 7c77a757df76 [2021-05-13T08:51:54.561Z] ---> 9d718370d485 [2021-05-13T08:51:54.561Z] ---> b20ca7ad0170 [2021-05-13T08:51:54.561Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T08:51:54.561Z] Step 14/26 : WORKDIR / [2021-05-13T08:51:54.561Z] Removing intermediate container 2dfc3f1c002e [2021-05-13T08:51:54.561Z] ---> 6d402e7de116 [2021-05-13T08:51:54.561Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T08:51:54.561Z] ---> Running in 022458f62744 [2021-05-13T08:51:54.561Z] ---> Running in 7335d5d9429f [2021-05-13T08:51:55.158Z] Removing intermediate container 7335d5d9429f [2021-05-13T08:51:55.158Z] ---> 7f13706520ad [2021-05-13T08:51:55.158Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:51:55.428Z] Removing intermediate container 022458f62744 [2021-05-13T08:51:55.428Z] ---> 4d69db7b9981 [2021-05-13T08:51:55.428Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T08:51:55.428Z] ---> Running in ea8000270de5 [2021-05-13T08:51:55.429Z] ---> 8f708efb59e2 [2021-05-13T08:51:55.429Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T08:51:55.699Z] ---> Running in e9bfdcf3e706 [2021-05-13T08:51:55.969Z] Removing intermediate container ea8000270de5 [2021-05-13T08:51:55.969Z] ---> 42c192124401 [2021-05-13T08:51:55.969Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T08:51:56.242Z] ---> Running in 9490871adb11 [2021-05-13T08:51:56.242Z] ---> ea7e44eb9f07 [2021-05-13T08:51:56.242Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T08:51:56.838Z] Removing intermediate container 9490871adb11 [2021-05-13T08:51:56.838Z] ---> 023fdae74ad5 [2021-05-13T08:51:56.838Z] Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:51:56.838Z] ---> Running in e6aefc9b8966 [2021-05-13T08:51:57.111Z] ---> 45f07aa0660d [2021-05-13T08:51:57.111Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T08:51:57.710Z] Removing intermediate container e6aefc9b8966 [2021-05-13T08:51:57.710Z] ---> 4c883056c152 [2021-05-13T08:51:57.710Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:51:57.991Z] ---> Running in 9c43bba9a227 [2021-05-13T08:51:57.991Z] ---> 761a9966e6da [2021-05-13T08:51:57.991Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T08:51:57.991Z] Removing intermediate container e9bfdcf3e706 [2021-05-13T08:51:57.991Z] ---> 254815931141 [2021-05-13T08:51:57.991Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:51:58.589Z] Removing intermediate container 9c43bba9a227 [2021-05-13T08:51:58.589Z] ---> 799eec26f6b4 [2021-05-13T08:51:58.589Z] [2021-05-13T08:51:58.863Z] ---> 40d2f4efb508 [2021-05-13T08:51:58.863Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T08:51:59.140Z] Successfully built 799eec26f6b4 [2021-05-13T08:51:59.140Z] Successfully tagged support-scheduler-arm64:latest [2021-05-13T08:51:59.140Z]  Building support-scheduler ... done  ---> 791356c6cfc1 [2021-05-13T08:51:59.140Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T08:52:00.121Z] ---> f4f8b0d8c540 [2021-05-13T08:52:00.121Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T08:52:00.393Z] ---> 50248f60f58b [2021-05-13T08:52:00.393Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T08:52:01.367Z] ---> 02f3ec6f5044 [2021-05-13T08:52:01.367Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T08:52:01.367Z] ---> 7aacd5552d4d [2021-05-13T08:52:01.367Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T08:52:01.962Z] ---> 30dd63378bcc [2021-05-13T08:52:01.962Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T08:52:02.231Z] ---> d48ea576facc [2021-05-13T08:52:02.231Z] Step 22/26 : 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-05-13T08:52:02.505Z] ---> Running in 9d0cdfee6829 [2021-05-13T08:52:02.783Z] ---> 1a6dde54ab97 [2021-05-13T08:52:02.783Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T08:52:03.374Z] ---> Running in 69dcd448b238 [2021-05-13T08:52:03.651Z] Removing intermediate container 69dcd448b238 [2021-05-13T08:52:03.651Z] ---> 4bf93cc5fea7 [2021-05-13T08:52:03.651Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T08:52:04.625Z] ---> 14bd7bdfe4fa [2021-05-13T08:52:04.625Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T08:52:04.625Z] Removing intermediate container 9d0cdfee6829 [2021-05-13T08:52:04.625Z] ---> ed7c90f4044b [2021-05-13T08:52:04.625Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T08:52:04.897Z] ---> Running in b08d32e9f425 [2021-05-13T08:52:04.897Z] ---> Running in d8b316ccfb8c [2021-05-13T08:52:05.493Z] Removing intermediate container d8b316ccfb8c [2021-05-13T08:52:05.493Z] ---> 1ec17e1caf67 [2021-05-13T08:52:05.493Z] Step 24/26 : LABEL arch=arm64 [2021-05-13T08:52:05.493Z] ---> Running in b38c2ad1e61a [2021-05-13T08:52:06.089Z] Removing intermediate container b38c2ad1e61a [2021-05-13T08:52:06.089Z] ---> cb677ea9aec7 [2021-05-13T08:52:06.089Z] Step 25/26 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:52:06.364Z] ---> Running in ceabaa8657e4 [2021-05-13T08:52:06.970Z] Removing intermediate container ceabaa8657e4 [2021-05-13T08:52:06.970Z] ---> 32cc9f3d96c0 [2021-05-13T08:52:06.970Z] Step 26/26 : LABEL version=0.0.0 [2021-05-13T08:52:06.970Z] ---> Running in 2599bd8614cc [2021-05-13T08:52:07.254Z] Removing intermediate container b08d32e9f425 [2021-05-13T08:52:07.254Z] ---> 030b4c6f7e2e [2021-05-13T08:52:07.254Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T08:52:07.523Z] ---> Running in bd16a79e11cd [2021-05-13T08:52:07.523Z] Removing intermediate container 2599bd8614cc [2021-05-13T08:52:07.523Z] ---> 0160af8bab8f [2021-05-13T08:52:07.523Z] [2021-05-13T08:52:08.122Z] Successfully built 0160af8bab8f [2021-05-13T08:52:08.122Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-13T08:52:08.122Z]  Building security-secretstore-setup ... done Removing intermediate container bd16a79e11cd [2021-05-13T08:52:08.122Z] ---> ed4b390f91a4 [2021-05-13T08:52:08.122Z] Step 29/32 : CMD ["gate"] [2021-05-13T08:52:08.395Z] ---> Running in 670aab5f79eb [2021-05-13T08:52:08.990Z] Removing intermediate container 670aab5f79eb [2021-05-13T08:52:08.990Z] ---> c1719d49cd02 [2021-05-13T08:52:08.990Z] Step 30/32 : LABEL arch=arm64 [2021-05-13T08:52:08.990Z] ---> Running in a50b70c0639c [2021-05-13T08:52:09.578Z] Removing intermediate container a50b70c0639c [2021-05-13T08:52:09.578Z] ---> 117aacfdd11d [2021-05-13T08:52:09.578Z] Step 31/32 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 [2021-05-13T08:52:09.848Z] ---> Running in 531d5ee1ca49 [2021-05-13T08:52:10.119Z] Removing intermediate container 531d5ee1ca49 [2021-05-13T08:52:10.119Z] ---> ba9a373da0c1 [2021-05-13T08:52:10.119Z] Step 32/32 : LABEL version=0.0.0 [2021-05-13T08:52:10.712Z] ---> Running in bb6a7c86a7ae [2021-05-13T08:52:10.982Z] Removing intermediate container bb6a7c86a7ae [2021-05-13T08:52:10.982Z] ---> 8f877830ca95 [2021-05-13T08:52:10.982Z] [2021-05-13T08:52:11.572Z] Successfully built 8f877830ca95 [2021-05-13T08:52:11.572Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-13T08:52:11.589Z]  Building security-bootstrapper ... done  [Pipeline] } [2021-05-13T08:52:11.583Z] $ docker stop --time=1 6e70d5cc18e8e01390c79ae12ff87c0df16eefaa69f6146a362ec199674fcdf1 [2021-05-13T08:52:13.487Z] $ docker rm -f 6e70d5cc18e8e01390c79ae12ff87c0df16eefaa69f6146a362ec199674fcdf1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:52:14.084Z] + docker images [2021-05-13T08:52:14.354Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T08:52:14.354Z] security-bootstrapper-arm64 latest 8f877830ca95 4 seconds ago 17.1MB [2021-05-13T08:52:14.354Z] security-secretstore-setup-arm64 latest 0160af8bab8f 7 seconds ago 24.3MB [2021-05-13T08:52:14.354Z] support-scheduler-arm64 latest 799eec26f6b4 16 seconds ago 16.1MB [2021-05-13T08:52:14.354Z] fbbfd6b938be 25 seconds ago 980MB [2021-05-13T08:52:14.354Z] 63781e6011f9 26 seconds ago 977MB [2021-05-13T08:52:14.354Z] d851b5f9b669 31 seconds ago 973MB [2021-05-13T08:52:14.354Z] support-notifications-arm64 latest 4f4fe8a23656 About a minute ago 16.7MB [2021-05-13T08:52:14.354Z] 781963c65b66 About a minute ago 980MB [2021-05-13T08:52:14.354Z] sys-mgmt-agent-arm64 latest 5ac81ffaddac 2 minutes ago 299MB [2021-05-13T08:52:14.354Z] core-data-arm64 latest 2d683ed2aec3 3 minutes ago 20.3MB [2021-05-13T08:52:14.354Z] core-metadata-arm64 latest c66bd2c49be2 3 minutes ago 17.4MB [2021-05-13T08:52:14.354Z] core-command-arm64 latest 398594b31872 3 minutes ago 16.1MB [2021-05-13T08:52:14.354Z] security-proxy-setup-arm64 latest 5206c067a6fa 3 minutes ago 23.9MB [2021-05-13T08:52:14.354Z] d0149f90d7ea 3 minutes ago 989MB [2021-05-13T08:52:14.354Z] 229740ca471b 3 minutes ago 988MB [2021-05-13T08:52:14.354Z] 6dc057019a14 3 minutes ago 980MB [2021-05-13T08:52:14.354Z] 0cc018cac5d4 4 minutes ago 976MB [2021-05-13T08:52:14.354Z] 13e057e71269 4 minutes ago 977MB [2021-05-13T08:52:14.354Z] ci-base-image-arm64 latest 521ed157b036 15 minutes ago 641MB [2021-05-13T08:52:14.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-13T08:52:14.354Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-13T08:52:14.354Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-13T08:52:14.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:52:14.899Z] ---> job-cost.sh [2021-05-13T08:52:14.899Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JzEt [2021-05-13T08:52:53.835Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T08:54:30.587Z] lf-activate-venv(): INFO: Adding /tmp/venv-JzEt/bin to PATH [2021-05-13T08:54:30.587Z] INFO: No Stack... [2021-05-13T08:54:31.177Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T08:54:31.766Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T08:54:32.129Z] + + catcut /w/workspace/edgex-go/14/archives/cost.csv -d, [2021-05-13T08:54:32.129Z] -f6 [Pipeline] lock [2021-05-13T08:54:32.261Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] [2021-05-13T08:54:32.274Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] did not exist. Created. [2021-05-13T08:54:32.274Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T08:54:32.639Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T08:54:32.930Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T08:54:32.943Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] [Pipeline] // lock [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-05-13T08:54:33.470Z] provisioning config files... [2021-05-13T08:54:33.485Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config5669150830220825994tmp [Pipeline] { [Pipeline] sh [2021-05-13T08:54:33.810Z] + set +x [2021-05-13T08:54:33.810Z] + curl -s https://codecov.io/bash [2021-05-13T08:54:33.810Z] + bash -s -- [2021-05-13T08:54:34.389Z] [2021-05-13T08:54:34.389Z] _____ _ [2021-05-13T08:54:34.389Z] / ____| | | [2021-05-13T08:54:34.389Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T08:54:34.389Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T08:54:34.389Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T08:54:34.389Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T08:54:34.389Z] Bash-1.0.2 [2021-05-13T08:54:34.389Z] [2021-05-13T08:54:34.389Z] [2021-05-13T08:54:34.389Z] ==> git version 2.24.3 found [2021-05-13T08:54:34.389Z] ==> 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-05-13T08:54:34.389Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T08:54:34.389Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T08:54:34.389Z] ==> Jenkins CI detected. [2021-05-13T08:54:34.389Z] project root: . [2021-05-13T08:54:34.389Z] --> token set from env [2021-05-13T08:54:34.389Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T08:54:34.389Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T08:54:34.389Z] ==> Python coveragepy not found [2021-05-13T08:54:34.389Z] ==> Searching for coverage reports in: [2021-05-13T08:54:34.389Z] + . [2021-05-13T08:54:34.651Z] -> Found 1 reports [2021-05-13T08:54:34.651Z] ==> Detecting git/mercurial file structure [2021-05-13T08:54:34.651Z] ==> Reading reports [2021-05-13T08:54:34.651Z] + ./coverage.out bytes=727486 [2021-05-13T08:54:34.651Z] ==> Appending adjustments [2021-05-13T08:54:34.651Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T08:54:38.869Z] + Found adjustments [2021-05-13T08:54:38.869Z] ==> Gzipping contents [2021-05-13T08:54:38.869Z] 104K /tmp/codecov.pk7vdu.gz [2021-05-13T08:54:38.869Z] ==> Uploading reports [2021-05-13T08:54:38.869Z] url: https://codecov.io [2021-05-13T08:54:38.869Z] query: branch=PR-3410&commit=019d9702c021f624b0dab8944b7cae4695038c17&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= [2021-05-13T08:54:38.869Z] -> Pinging Codecov [2021-05-13T08:54:38.869Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3410&commit=019d9702c021f624b0dab8944b7cae4695038c17&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= [2021-05-13T08:54:39.132Z] -> Uploading to [2021-05-13T08:54:39.132Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/00271124DB129430A58F1EEE437C3FCB/019d9702c021f624b0dab8944b7cae4695038c17/08f7a6a9-d8ba-4f6a-8a42-30679508b406.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T085438Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=233916d9e30c21a7c5271a8f67864c6b02922c0fcb696af86a9bcf53888ea7a0 [2021-05-13T08:54:39.132Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:54:39.132Z] Dload Upload Total Spent Left Speed [2021-05-13T08:54:39.394Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 220k --:--:-- --:--:-- --:--:-- 220k [2021-05-13T08:54:39.394Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/019d9702c021f624b0dab8944b7cae4695038c17 [Pipeline] } [2021-05-13T08:54:39.404Z] 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] { (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-05-13T08:54:40.195Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:54:41.114Z] ---> package-listing.sh [2021-05-13T08:54:41.114Z] ++ facter osfamily [2021-05-13T08:54:41.114Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T08:54:41.114Z] + OS_FAMILY=redhat [2021-05-13T08:54:41.114Z] + workspace=/w/workspace/edgex-go/14 [2021-05-13T08:54:41.114Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T08:54:41.114Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T08:54:41.114Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T08:54:41.114Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T08:54:41.114Z] + '[' /w/workspace/edgex-go/14 ']' [2021-05-13T08:54:41.114Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T08:54:41.114Z] + case "${OS_FAMILY}" in [2021-05-13T08:54:41.114Z] + rpm -qa [2021-05-13T08:54:41.114Z] + sort [2021-05-13T08:54:46.431Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T08:54:46.431Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T08:54:46.431Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T08:54:46.431Z] + '[' /w/workspace/edgex-go/14 ']' [2021-05-13T08:54:46.431Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-05-13T08:54:46.431Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-05-13T08:54:46.446Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T08:54:46.744Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:54:47.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:54:47.321Z] [2021-05-13T08:54:47.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:54:47.644Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:54:47.644Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T08:54:47.644Z] df20fa9351a1: Pulling fs layer [2021-05-13T08:54:47.644Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T08:54:47.644Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T08:54:47.644Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T08:54:47.644Z] 93b61091891f: Pulling fs layer [2021-05-13T08:54:47.644Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T08:54:47.644Z] 5e14af77c1be: Pulling fs layer [2021-05-13T08:54:47.644Z] 01666e4c0597: Pulling fs layer [2021-05-13T08:54:47.644Z] aa168da1d23b: Pulling fs layer [2021-05-13T08:54:47.644Z] 93b9cdb0e59b: Waiting [2021-05-13T08:54:47.644Z] 5e14af77c1be: Waiting [2021-05-13T08:54:47.644Z] 01666e4c0597: Waiting [2021-05-13T08:54:47.644Z] aa168da1d23b: Waiting [2021-05-13T08:54:47.644Z] 46f8f816bc3b: Waiting [2021-05-13T08:54:47.644Z] 93b61091891f: Waiting [2021-05-13T08:54:47.644Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T08:54:47.644Z] 36b3adc4ff6f: Download complete [2021-05-13T08:54:47.644Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T08:54:47.644Z] 46f8f816bc3b: Download complete [2021-05-13T08:54:47.906Z] df20fa9351a1: Verifying Checksum [2021-05-13T08:54:47.906Z] df20fa9351a1: Download complete [2021-05-13T08:54:47.906Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T08:54:47.906Z] 93b9cdb0e59b: Download complete [2021-05-13T08:54:47.906Z] 5e14af77c1be: Download complete [2021-05-13T08:54:47.906Z] 93b61091891f: Verifying Checksum [2021-05-13T08:54:47.906Z] 93b61091891f: Download complete [2021-05-13T08:54:47.906Z] 01666e4c0597: Verifying Checksum [2021-05-13T08:54:47.906Z] 01666e4c0597: Download complete [2021-05-13T08:54:47.906Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T08:54:47.906Z] 8ad3a11d3b57: Download complete [2021-05-13T08:54:48.171Z] df20fa9351a1: Pull complete [2021-05-13T08:54:48.437Z] 36b3adc4ff6f: Pull complete [2021-05-13T08:54:49.397Z] 8ad3a11d3b57: Pull complete [2021-05-13T08:54:50.349Z] aa168da1d23b: Verifying Checksum [2021-05-13T08:54:50.349Z] aa168da1d23b: Download complete [2021-05-13T08:54:51.300Z] 46f8f816bc3b: Pull complete [2021-05-13T08:54:52.258Z] 93b61091891f: Pull complete [2021-05-13T08:54:52.522Z] 93b9cdb0e59b: Pull complete [2021-05-13T08:54:52.522Z] 5e14af77c1be: Pull complete [2021-05-13T08:54:52.787Z] 01666e4c0597: Pull complete [2021-05-13T08:55:00.972Z] aa168da1d23b: Pull complete [2021-05-13T08:55:00.972Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T08:55:00.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:55:00.972Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T08:55:01.201Z] prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container [2021-05-13T08:55:01.260Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-lftools-log-publisher:alpine cat [2021-05-13T08:55:06.428Z] $ docker top cb3894419a5b4e98f6340403c5682b270d55df0063f8403442cbf4481f39e930 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:55:06.999Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T08:55:07.326Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T08:55:07.633Z] + ls /var/log/sa-host [2021-05-13T08:55:07.633Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T08:55:07.633Z] file_magic: OK [2021-05-13T08:55:07.633Z] HZ: Using current value: 100 [2021-05-13T08:55:07.633Z] file_header: OK [2021-05-13T08:55:07.633Z] 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-05-13T08:55:07.633Z] Statistics: [2021-05-13T08:55:07.633Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T08:55:07.633Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T08:55:07.633Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T08:55:07.633Z] file_magic: OK [2021-05-13T08:55:07.633Z] HZ: Using current value: 100 [2021-05-13T08:55:07.633Z] file_header: OK [2021-05-13T08:55:07.633Z] 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-05-13T08:55:07.633Z] Statistics: [2021-05-13T08:55:07.633Z] Hnuu...uuuununununu... [2021-05-13T08:55:07.633Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:55:08.256Z] provisioning config files... [2021-05-13T08:55:08.275Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config7173093631037931319tmp [Pipeline] { [Pipeline] echo [2021-05-13T08:55:08.299Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:55:08.597Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T08:55:08.608Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T08:55:08.633Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:55:08.938Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T08:55:08.950Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:55:09.257Z] ---> sudo-logs.sh [2021-05-13T08:55:09.257Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T08:55:09.285Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:55:09.591Z] ---> job-cost.sh [2021-05-13T08:55:09.591Z] lf-activate-venv: SKIPPING [2021-05-13T08:55:09.591Z] DEBUG: total: 0.20999999344348907 [2021-05-13T08:55:09.591Z] INFO: Retrieving Stack Cost... [2021-05-13T08:55:10.992Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T08:55:11.259Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T08:55:11.275Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:55:11.576Z] ---> logs-deploy.sh [2021-05-13T08:55:11.576Z] lf-activate-venv: SKIPPING [2021-05-13T08:55:11.576Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3410/14 [2021-05-13T08:55:11.576Z] INFO: archiving workspace using pattern(s): [2021-05-13T08:55:13.505Z] Archives upload complete. [2021-05-13T08:55:13.505Z] INFO: archiving logs to Nexus