Pull request #3442 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at f1ea93c16db09b36626d9198e09713e38083a332 rather than 34f02359155cca2b971fad8a26f2c21a3dd67951 Obtained Jenkinsfile from f1ea93c16db09b36626d9198e09713e38083a332 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-4644 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 34f02359155cca2b971fad8a26f2c21a3dd67951 Merge succeeded, producing 34f02359155cca2b971fad8a26f2c21a3dd67951 Checking out Revision 34f02359155cca2b971fad8a26f2c21a3dd67951 (PR-3442) > git config core.sparsecheckout # timeout=10 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # 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 f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 Commit message: "refactor: combine and improve http LoggingMiddleware" First time build. Skipping changelog. > git rev-list --no-walk b0daa10dc85302a8edbb14dcf0b2e5a36690be1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T03:08:33.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T03:08:33.928Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T03:08:33.954Z] ========================================================= [2021-05-12T03:08:33.954Z] EdgeX Global Pipelines Version Info [2021-05-12T03:08:33.954Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:08:35.472Z] ------------------- [2021-05-12T03:08:35.473Z] stable info: [2021-05-12T03:08:35.473Z] ------------------- [2021-05-12T03:08:35.473Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T03:08:35.473Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T03:08:35.473Z] Message: update stable to v1.0.192 [2021-05-12T03:08:36.426Z] ------------------- [2021-05-12T03:08:36.426Z] experimental info: [2021-05-12T03:08:36.426Z] ------------------- [2021-05-12T03:08:36.426Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T03:08:36.426Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T03:08:36.426Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T03:08:36.562Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-12T03:08:36.600Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-12T03:08:36.624Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T03:08:36.646Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T03:08:36.685Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T03:08:36.707Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T03:08:36.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T03:08:36.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-12T03:08:36.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-12T03:08:36.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-12T03:08:36.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T03:08:36.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T03:08:36.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T03:08:36.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T03:08:36.962Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T03:08:36.983Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T03:08:37.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T03:08:37.045Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T03:08:37.067Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-12T03:08:37.102Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-12T03:08:37.126Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-12T03:08:37.149Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T03:08:37.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3442 [Pipeline] echo [2021-05-12T03:08:37.212Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3442 [Pipeline] echo [2021-05-12T03:08:37.235Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3442 [Pipeline] echo [2021-05-12T03:08:37.272Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34f02359155cca2b971fad8a26f2c21a3dd67951 [Pipeline] echo [2021-05-12T03:08:37.294Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34f0235 [Pipeline] echo [2021-05-12T03:08:37.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T03:08:37.435Z] provisioning config files... [2021-05-12T03:08:37.472Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8207721844226067686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:08:37.793Z] ---> docker-login.sh [2021-05-12T03:08:37.793Z] nexus3.edgexfoundry.org:10001 [2021-05-12T03:08:38.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:08:38.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:08:38.056Z] Configure a credential helper to remove this warning. See [2021-05-12T03:08:38.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:08:38.056Z] [2021-05-12T03:08:38.056Z] Login Succeeded [2021-05-12T03:08:38.056Z] nexus3.edgexfoundry.org:10002 [2021-05-12T03:08:38.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:08:38.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:08:38.320Z] Configure a credential helper to remove this warning. See [2021-05-12T03:08:38.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:08:38.320Z] [2021-05-12T03:08:38.320Z] Login Succeeded [2021-05-12T03:08:38.320Z] nexus3.edgexfoundry.org:10003 [2021-05-12T03:08:38.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:08:38.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:08:38.583Z] Configure a credential helper to remove this warning. See [2021-05-12T03:08:38.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:08:38.583Z] [2021-05-12T03:08:38.583Z] Login Succeeded [2021-05-12T03:08:38.583Z] nexus3.edgexfoundry.org:10004 [2021-05-12T03:08:38.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:08:38.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:08:38.583Z] Configure a credential helper to remove this warning. See [2021-05-12T03:08:38.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:08:38.583Z] [2021-05-12T03:08:38.583Z] Login Succeeded [2021-05-12T03:08:38.583Z] docker.io [2021-05-12T03:08:38.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:08:39.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:08:39.109Z] Configure a credential helper to remove this warning. See [2021-05-12T03:08:39.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:08:39.109Z] [2021-05-12T03:08:39.109Z] Login Succeeded [2021-05-12T03:08:39.109Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T03:08:39.118Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T03:08:39.454Z] ++ 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-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/core-command/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/core-data/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-12T03:08:39.454Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T03:08:39.454Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-12T03:08:39.454Z] ++ cut -d/ -f2 [2021-05-12T03:08:39.454Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-12T03:08:39.545Z] 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-12T03:08:40.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T03:08:40.757Z] [2021-05-12T03:08:40.757Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:08:41.079Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T03:08:41.079Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T03:08:41.079Z] 31603596830f: Pulling fs layer [2021-05-12T03:08:41.079Z] 54011a49482f: Pulling fs layer [2021-05-12T03:08:41.079Z] a6820b24f6d8: Pulling fs layer [2021-05-12T03:08:41.079Z] f581987b2513: Pulling fs layer [2021-05-12T03:08:41.079Z] f581987b2513: Waiting [2021-05-12T03:08:41.079Z] 54011a49482f: Download complete [2021-05-12T03:08:41.079Z] 31603596830f: Verifying Checksum [2021-05-12T03:08:41.079Z] 31603596830f: Download complete [2021-05-12T03:08:41.343Z] f581987b2513: Verifying Checksum [2021-05-12T03:08:41.343Z] f581987b2513: Download complete [2021-05-12T03:08:41.343Z] a6820b24f6d8: Verifying Checksum [2021-05-12T03:08:41.343Z] a6820b24f6d8: Download complete [2021-05-12T03:08:41.606Z] 31603596830f: Pull complete [2021-05-12T03:08:41.606Z] 54011a49482f: Pull complete [2021-05-12T03:08:42.559Z] a6820b24f6d8: Pull complete [2021-05-12T03:08:42.559Z] f581987b2513: Pull complete [2021-05-12T03:08:42.559Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T03:08:42.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T03:08:42.559Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T03:08:42.671Z] prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container [2021-05-12T03:08:42.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:08:45.555Z] $ docker top 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T03:08:45.744Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T03:08:45.744Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T03:08:45.962Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T03:08:45.968Z] $ docker exec 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent [2021-05-12T03:08:46.161Z] SSH_AUTH_SOCK=/tmp/ssh-9byOTJ2g7SiX/agent.12 [2021-05-12T03:08:46.161Z] SSH_AGENT_PID=17 [2021-05-12T03:08:46.178Z] Running ssh-add (command line suppressed) [2021-05-12T03:08:46.301Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6485898742638564088.key (/w/workspace/edgex-go/4@tmp/private_key_6485898742638564088.key) [2021-05-12T03:08:46.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T03:08:46.669Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T03:08:46.701Z] $ docker exec --env ******** --env ******** 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent -k [2021-05-12T03:08:46.830Z] unset SSH_AUTH_SOCK; [2021-05-12T03:08:46.830Z] unset SSH_AGENT_PID; [2021-05-12T03:08:46.831Z] echo Agent pid 17 killed; [2021-05-12T03:08:46.886Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T03:08:46.926Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T03:08:46.926Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T03:08:47.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T03:08:47.104Z] $ docker exec 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent [2021-05-12T03:08:47.270Z] SSH_AUTH_SOCK=/tmp/ssh-Bio2cUaGxtDv/agent.47 [2021-05-12T03:08:47.270Z] SSH_AGENT_PID=52 [2021-05-12T03:08:47.277Z] Running ssh-add (command line suppressed) [2021-05-12T03:08:47.394Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2492084049708899604.key (/w/workspace/edgex-go/4@tmp/private_key_2492084049708899604.key) [2021-05-12T03:08:47.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T03:08:47.753Z] + git semver init [2021-05-12T03:08:47.753Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T03:08:47.753Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-05-12T03:08:47.753Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-05-12T03:08:47.753Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T03:08:47.753Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T03:08:47.753Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T03:08:47.753Z] # $SEMVER_BRANCH = PR-3442 [2021-05-12T03:08:47.753Z] # $SEMVER_TEMP = /tmp/semver-759132736 [2021-05-12T03:08:47.753Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-12T03:09:05.904Z] # '/tmp/semver-759132736' -> '/w/workspace/edgex-go/4/.semver' [2021-05-12T03:09:05.905Z] # -> Force: false [2021-05-12T03:09:05.905Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-05-12T03:09:05.921Z] $ docker exec --env ******** --env ******** 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 ssh-agent -k [2021-05-12T03:09:06.135Z] unset SSH_AUTH_SOCK; [2021-05-12T03:09:06.135Z] unset SSH_AGENT_PID; [2021-05-12T03:09:06.135Z] echo Agent pid 52 killed; [2021-05-12T03:09:06.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T03:09:06.538Z] + git semver [Pipeline] } [2021-05-12T03:09:06.558Z] $ docker stop --time=1 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 [2021-05-12T03:09:08.126Z] $ docker rm -f 63cc8b11fe32b45fd117c4ac2b157181fa49ab3492127094505b6b4e23070f51 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T03:09:08.612Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T03:09:09.108Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T03:09:09.112Z] [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-12T03:09:09.756Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T03:09:10.055Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T03:09:10.361Z] + sudo service docker restart [2021-05-12T03:09:10.361Z] + true [2021-05-12T03:09:10.361Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-12T03:09:10.948Z] ========================================================= [2021-05-12T03:09:10.948Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T03:09:10.948Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:09:11.257Z] + 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-12T03:09:14.571Z] Sending build context to Docker daemon 330.3MB [2021-05-12T03:09:14.571Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T03:09:14.571Z] Step 2/6 : FROM ${BASE} [2021-05-12T03:09:14.571Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T03:09:14.571Z] 540db60ca938: Pulling fs layer [2021-05-12T03:09:14.571Z] adcc1eea9eea: Pulling fs layer [2021-05-12T03:09:14.571Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T03:09:14.571Z] 0510c868ecb4: Pulling fs layer [2021-05-12T03:09:14.571Z] afea3b2eda06: Pulling fs layer [2021-05-12T03:09:14.571Z] 7809a108b3ef: Pulling fs layer [2021-05-12T03:09:14.571Z] f706445af74f: Pulling fs layer [2021-05-12T03:09:14.571Z] f706445af74f: Waiting [2021-05-12T03:09:14.571Z] afea3b2eda06: Waiting [2021-05-12T03:09:14.571Z] 7809a108b3ef: Waiting [2021-05-12T03:09:14.571Z] 0510c868ecb4: Waiting [2021-05-12T03:09:14.571Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T03:09:14.571Z] 4c4ab2625f07: Download complete [2021-05-12T03:09:14.572Z] adcc1eea9eea: Verifying Checksum [2021-05-12T03:09:14.572Z] adcc1eea9eea: Download complete [2021-05-12T03:09:14.572Z] afea3b2eda06: Download complete [2021-05-12T03:09:14.572Z] 7809a108b3ef: Verifying Checksum [2021-05-12T03:09:14.572Z] 7809a108b3ef: Download complete [2021-05-12T03:09:14.572Z] 540db60ca938: Verifying Checksum [2021-05-12T03:09:14.572Z] 540db60ca938: Download complete [2021-05-12T03:09:14.837Z] 540db60ca938: Pull complete [2021-05-12T03:09:15.099Z] adcc1eea9eea: Pull complete [2021-05-12T03:09:15.361Z] 4c4ab2625f07: Pull complete [2021-05-12T03:09:16.753Z] f706445af74f: Verifying Checksum [2021-05-12T03:09:16.753Z] f706445af74f: Download complete [2021-05-12T03:09:17.326Z] 0510c868ecb4: Verifying Checksum [2021-05-12T03:09:17.326Z] 0510c868ecb4: Download complete [2021-05-12T03:09:22.684Z] 0510c868ecb4: Pull complete [2021-05-12T03:09:22.684Z] afea3b2eda06: Pull complete [2021-05-12T03:09:22.944Z] 7809a108b3ef: Pull complete [2021-05-12T03:09:24.284Z] Still waiting to schedule task [2021-05-12T03:09:24.284Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-12T03:09:27.193Z] f706445af74f: Pull complete [2021-05-12T03:09:27.193Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T03:09:27.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T03:09:27.193Z] ---> b068be0155e3 [2021-05-12T03:09:27.193Z] 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-12T03:09:27.193Z] ---> Running in b1c5963484ca [2021-05-12T03:09:27.766Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:09:28.708Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:09:28.972Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T03:09:29.544Z] (2/12) Installing file (5.39-r0) [2021-05-12T03:09:29.806Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T03:09:29.806Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T03:09:34.018Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T03:09:34.018Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T03:09:34.018Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T03:09:34.018Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T03:09:34.018Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T03:09:34.018Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T03:09:34.018Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T03:09:34.287Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T03:09:34.287Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T03:09:34.287Z] OK: 219 MiB in 52 packages [2021-05-12T03:09:38.509Z] Removing intermediate container b1c5963484ca [2021-05-12T03:09:38.509Z] ---> a260a18d8eb0 [2021-05-12T03:09:38.509Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T03:09:38.509Z] ---> Running in d4de44fe92f6 [2021-05-12T03:09:38.509Z] Removing intermediate container d4de44fe92f6 [2021-05-12T03:09:38.509Z] ---> f618fb1fbc82 [2021-05-12T03:09:38.509Z] Step 5/6 : COPY go.mod . [2021-05-12T03:09:38.509Z] ---> c020c1f4372f [2021-05-12T03:09:38.509Z] Step 6/6 : RUN go mod download [2021-05-12T03:09:38.509Z] ---> Running in 5e4925f1e43b [2021-05-12T03:10:00.533Z] Removing intermediate container 5e4925f1e43b [2021-05-12T03:10:00.533Z] ---> 6a7286bebe03 [2021-05-12T03:10:00.533Z] Successfully built 6a7286bebe03 [2021-05-12T03:10:00.533Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:10:00.851Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T03:10:00.851Z] . [Pipeline] withDockerContainer [2021-05-12T03:10:00.956Z] prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container [2021-05-12T03:10:01.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:10:02.141Z] $ docker top 33d62379a491b3d164b34326e595bcf1eb48ebe85bc8a4b9628c83dacb89550c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T03:10:02.608Z] + go version [2021-05-12T03:10:02.608Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T03:10:02.625Z] $ docker stop --time=1 33d62379a491b3d164b34326e595bcf1eb48ebe85bc8a4b9628c83dacb89550c [2021-05-12T03:10:03.958Z] $ docker rm -f 33d62379a491b3d164b34326e595bcf1eb48ebe85bc8a4b9628c83dacb89550c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:10:04.474Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T03:10:04.474Z] . [Pipeline] withDockerContainer [2021-05-12T03:10:04.579Z] prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container [2021-05-12T03:10:04.633Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:10:05.209Z] $ docker top a893ab737a501008b67e670dd5cb971d8efb2c8d984ac3d33ac676823fdbc96d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T03:10:05.335Z] ========================================================= [2021-05-12T03:10:05.335Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-12T03:10:05.335Z] ========================================================= [Pipeline] sh [2021-05-12T03:10:05.632Z] + go mod tidy [Pipeline] sh [2021-05-12T03:10:06.896Z] + make test [2021-05-12T03:10:06.896Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T03:10:15.099Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-12T03:10:33.327Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-12T03:10:41.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-12T03:10:41.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-12T03:10:41.567Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-12T03:10:44.922Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-12T03:10:44.922Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-12T03:10:44.922Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-12T03:10:44.923Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-12T03:10:45.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-12T03:10:46.111Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-12T03:10:49.474Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-12T03:10:49.474Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-12T03:10:49.474Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-12T03:10:50.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.1% of statements [2021-05-12T03:10:50.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-12T03:10:50.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-12T03:10:50.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-12T03:10:50.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-12T03:10:50.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-12T03:10:50.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-12T03:10:50.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 28.7% of statements [2021-05-12T03:10:50.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.104s coverage: 100.0% of statements [2021-05-12T03:10:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.8% of statements [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-12T03:10:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.070s coverage: 81.2% of statements [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-12T03:10:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-12T03:10:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-12T03:10:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 71.3% of statements [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-12T03:10:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.141s coverage: 87.7% of statements [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:10:54.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-05-12T03:10:54.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-12T03:10:58.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-12T03:10:58.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-12T03:10:58.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-12T03:10:58.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-12T03:10:58.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-12T03:10:58.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.090s coverage: 78.3% of statements [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-12T03:10:58.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-12T03:11:00.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 95.1% of statements [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-12T03:11:00.051Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-12T03:11:00.051Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.9% of statements [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-12T03:11:00.051Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.069s coverage: 22.0% of statements [2021-05-12T03:11:00.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-12T03:11:00.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-05-12T03:11:00.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2021-05-12T03:11:00.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-05-12T03:11:00.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-05-12T03:11:00.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-05-12T03:11:12.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2021-05-12T03:11:12.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-05-12T03:11:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.269s coverage: 81.8% of statements [2021-05-12T03:11:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-12T03:11:20.249Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4645 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws [2021-05-12T03:11:20.270Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 76.0% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 85.4% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.2% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 64.4% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 66.9% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.183s coverage: 43.4% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-12T03:11:23.705Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-12T03:11:23.705Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-12T03:11:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.066s coverage: 22.7% of statements [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-12T03:11:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 92.6% of statements [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-12T03:11:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.783s coverage: 28.8% of statements [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-12T03:11:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-12T03:11:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-12T03:11:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.114s coverage: 64.6% of statements [2021-05-12T03:11:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-12T03:11:26.006Z] using credential edgex-jenkins-ssh [2021-05-12T03:11:26.031Z] Cloning the remote Git repository [2021-05-12T03:11:26.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.126s coverage: 97.6% of statements [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-12T03:11:26.121Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-12T03:11:26.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-12T03:11:26.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-12T03:11:26.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-12T03:11:26.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-05-12T03:11:26.383Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 28.1% of statements [2021-05-12T03:11:26.383Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-12T03:11:26.383Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.032s coverage: 85.7% of statements [2021-05-12T03:11:26.383Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-12T03:11:26.111Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-12T03:11:26.208Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-12T03:11:26.271Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T03:11:26.272Z] > git --version # timeout=10 [2021-05-12T03:11:26.288Z] > git --version # 'git version 2.17.1' [2021-05-12T03:11:26.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T03:11:26.375Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T03:11:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-05-12T03:11:27.220Z] GO111MODULE=on go vet ./... [2021-05-12T03:11:42.294Z] Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:11:41.301Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T03:11:41.323Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T03:11:41.355Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T03:11:41.404Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T03:11:41.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T03:11:41.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T03:11:42.329Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T03:11:42.349Z] > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 [2021-05-12T03:11:42.671Z] > git remote # timeout=10 [2021-05-12T03:11:42.687Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T03:11:42.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T03:11:42.711Z] > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 [2021-05-12T03:11:42.734Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T03:11:42.748Z] Merge succeeded, producing 34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:11:42.748Z] Checking out Revision 34f02359155cca2b971fad8a26f2c21a3dd67951 (PR-3442) [2021-05-12T03:11:42.768Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T03:11:42.782Z] > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 [2021-05-12T03:11:47.210Z] Commit message: "refactor: combine and improve http LoggingMiddleware" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T03:11:48.741Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T03:11:49.162Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T03:11:49.514Z] + true [2021-05-12T03:11:49.514Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T03:11:51.539Z] provisioning config files... [2021-05-12T03:11:51.586Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4588435592660524378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:11:51.958Z] ---> docker-login.sh [2021-05-12T03:11:51.958Z] nexus3.edgexfoundry.org:10001 [2021-05-12T03:11:52.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:11:53.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:11:53.159Z] Configure a credential helper to remove this warning. See [2021-05-12T03:11:53.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:11:53.159Z] [2021-05-12T03:11:53.159Z] Login Succeeded [2021-05-12T03:11:53.159Z] nexus3.edgexfoundry.org:10002 [2021-05-12T03:11:53.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:11:53.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:11:53.764Z] Configure a credential helper to remove this warning. See [2021-05-12T03:11:53.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:11:53.764Z] [2021-05-12T03:11:53.764Z] Login Succeeded [2021-05-12T03:11:53.764Z] nexus3.edgexfoundry.org:10003 [2021-05-12T03:11:54.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:11:54.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:11:54.310Z] Configure a credential helper to remove this warning. See [2021-05-12T03:11:54.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:11:54.310Z] [2021-05-12T03:11:54.310Z] Login Succeeded [2021-05-12T03:11:54.310Z] nexus3.edgexfoundry.org:10004 [2021-05-12T03:11:54.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:11:54.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:11:54.859Z] Configure a credential helper to remove this warning. See [2021-05-12T03:11:54.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:11:54.859Z] [2021-05-12T03:11:54.859Z] Login Succeeded [2021-05-12T03:11:54.859Z] docker.io [2021-05-12T03:11:55.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T03:11:55.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T03:11:55.726Z] Configure a credential helper to remove this warning. See [2021-05-12T03:11:55.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T03:11:55.726Z] [2021-05-12T03:11:55.726Z] Login Succeeded [2021-05-12T03:11:55.726Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T03:11:55.743Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T03:11:56.044Z] ========================================================= [2021-05-12T03:11:56.044Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T03:11:56.044Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:11:56.394Z] + 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-12T03:11:59.027Z] Sending build context to Docker daemon 167.8MB [2021-05-12T03:11:59.027Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T03:11:59.027Z] Step 2/6 : FROM ${BASE} [2021-05-12T03:11:59.027Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T03:11:59.027Z] 595b0fe564bb: Pulling fs layer [2021-05-12T03:11:59.027Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T03:11:59.027Z] 316046926c0a: Pulling fs layer [2021-05-12T03:11:59.027Z] 4ebd0625c992: Pulling fs layer [2021-05-12T03:11:59.027Z] 207e8628e3a3: Pulling fs layer [2021-05-12T03:11:59.027Z] c791037a9be2: Pulling fs layer [2021-05-12T03:11:59.027Z] ffd874e62e21: Pulling fs layer [2021-05-12T03:11:59.027Z] c791037a9be2: Waiting [2021-05-12T03:11:59.027Z] 4ebd0625c992: Waiting [2021-05-12T03:11:59.027Z] 207e8628e3a3: Waiting [2021-05-12T03:11:59.027Z] ffd874e62e21: Waiting [2021-05-12T03:11:59.027Z] 316046926c0a: Verifying Checksum [2021-05-12T03:11:59.027Z] 316046926c0a: Download complete [2021-05-12T03:11:59.027Z] 7186ed65a4f7: Verifying Checksum [2021-05-12T03:11:59.027Z] 7186ed65a4f7: Download complete [2021-05-12T03:11:59.027Z] 207e8628e3a3: Verifying Checksum [2021-05-12T03:11:59.027Z] 207e8628e3a3: Download complete [2021-05-12T03:11:59.027Z] c791037a9be2: Verifying Checksum [2021-05-12T03:11:59.027Z] c791037a9be2: Download complete [2021-05-12T03:11:59.310Z] 595b0fe564bb: Verifying Checksum [2021-05-12T03:11:59.310Z] 595b0fe564bb: Download complete [2021-05-12T03:11:59.458Z] gofmt -l . [2021-05-12T03:11:59.459Z] [ "`gofmt -l .`" = "" ] [2021-05-12T03:11:59.459Z] ./bin/test-go-mod-tidy.sh [2021-05-12T03:11:59.459Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-12T03:11:59.913Z] 595b0fe564bb: Pull complete [2021-05-12T03:12:00.037Z] + ls -al . [2021-05-12T03:12:00.037Z] total 828 [2021-05-12T03:12:00.037Z] drwxrwxr-x 10 1001 1001 4096 May 12 03:11 . [2021-05-12T03:12:00.037Z] drwxr-xr-x 4 root root 28 May 12 03:10 .. [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 11 May 12 03:08 .dockerignore [2021-05-12T03:12:00.037Z] drwxrwxr-x 8 1001 1001 179 May 12 03:08 .git [2021-05-12T03:12:00.037Z] drwxrwxr-x 3 1001 1001 125 May 12 03:08 .github [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 818 May 12 03:08 .gitignore [2021-05-12T03:12:00.037Z] drwx------ 3 1001 1001 60 May 12 03:09 .semver [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 166 May 12 03:08 .sonarcloud.properties [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 8609 May 12 03:08 Attribution.txt [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 3804 May 12 03:08 CONTRIBUTING.md [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 931 May 12 03:08 Dockerfile.build [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 863 May 12 03:08 Jenkinsfile [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 10775 May 12 03:08 LICENSE [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 5594 May 12 03:08 Makefile [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 7978 May 12 03:08 README.md [2021-05-12T03:12:00.037Z] -rw-rw-r-- 1 1001 1001 6755 May 12 03:08 SECURITY.md [2021-05-12T03:12:00.038Z] -rw-rw-r-- 1 1001 1001 5 May 12 03:09 VERSION [2021-05-12T03:12:00.038Z] -rw-rw-r-- 1 1001 1001 4131 May 12 03:08 ZMQWindows.md [2021-05-12T03:12:00.038Z] drwxrwxr-x 2 1001 1001 117 May 12 03:08 bin [2021-05-12T03:12:00.038Z] drwxrwxr-x 14 1001 1001 4096 May 12 03:08 cmd [2021-05-12T03:12:00.038Z] -rw-r--r-- 1 root root 720867 May 12 03:11 coverage.out [2021-05-12T03:12:00.038Z] -rw-r--r-- 1 root root 1060 May 12 03:11 go.mod [2021-05-12T03:12:00.038Z] -rw-r--r-- 1 root root 21595 May 12 03:10 go.sum [2021-05-12T03:12:00.038Z] drwxrwxr-x 8 1001 1001 127 May 12 03:08 internal [2021-05-12T03:12:00.038Z] drwxrwxr-x 4 1001 1001 26 May 12 03:08 openapi [2021-05-12T03:12:00.038Z] drwxrwxr-x 4 1001 1001 71 May 12 03:08 snap [2021-05-12T03:12:00.038Z] -rw-rw-r-- 1 1001 1001 168 May 12 03:08 version.go [Pipeline] sh [2021-05-12T03:12:00.338Z] + '[' -e coverage.out ] [2021-05-12T03:12:00.338Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-12T03:12:00.513Z] 7186ed65a4f7: Pull complete [2021-05-12T03:12:00.557Z] Stashed 1 file(s) [Pipeline] sh [2021-05-12T03:12:00.790Z] 316046926c0a: Pull complete [2021-05-12T03:12:00.862Z] + make build [2021-05-12T03:12:00.862Z] 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-12T03:12:01.786Z] ffd874e62e21: Verifying Checksum [2021-05-12T03:12:01.786Z] ffd874e62e21: Download complete [2021-05-12T03:12:02.771Z] 4ebd0625c992: Verifying Checksum [2021-05-12T03:12:02.771Z] 4ebd0625c992: Download complete [2021-05-12T03:12:02.781Z] 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-12T03:12:12.893Z] 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-12T03:12:12.946Z] 4ebd0625c992: Pull complete [2021-05-12T03:12:12.946Z] 207e8628e3a3: Pull complete [2021-05-12T03:12:13.226Z] c791037a9be2: Pull complete [2021-05-12T03:12:13.468Z] 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-12T03:12:14.863Z] 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-12T03:12:15.128Z] 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-12T03:12:16.557Z] 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-12T03:12:17.532Z] ffd874e62e21: Pull complete [2021-05-12T03:12:17.532Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T03:12:17.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T03:12:17.532Z] ---> cfc18b08335c [2021-05-12T03:12:17.532Z] 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-12T03:12:19.125Z] 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-12T03:12:20.078Z] 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-12T03:12:20.166Z] ---> Running in 93d807e0e63d [2021-05-12T03:12:21.035Z] 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-12T03:12:21.608Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:12:22.452Z] 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-12T03:12:22.586Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:12:23.180Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T03:12:23.397Z] 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-12T03:12:23.770Z] (2/12) Installing file (5.39-r0) [2021-05-12T03:12:23.770Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T03:12:24.040Z] (4/12) Installing g++ (10.2.1_pre1-r3) [Pipeline] } [2021-05-12T03:12:25.336Z] $ docker stop --time=1 a893ab737a501008b67e670dd5cb971d8efb2c8d984ac3d33ac676823fdbc96d [2021-05-12T03:12:26.969Z] $ docker rm -f a893ab737a501008b67e670dd5cb971d8efb2c8d984ac3d33ac676823fdbc96d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-12T03:12:29.431Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T03:12:29.431Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T03:12:29.431Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T03:12:29.431Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T03:12:29.431Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T03:12:29.708Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T03:12:29.708Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T03:12:29.984Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T03:12:29.984Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T03:12:29.984Z] OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:12:30.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T03:12:30.423Z] [2021-05-12T03:12:30.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:12:30.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T03:12:30.740Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-12T03:12:30.740Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-12T03:12:30.740Z] ca9280d653b3: Pulling fs layer [2021-05-12T03:12:30.740Z] 7e9c9ca2126c: Pulling fs layer [2021-05-12T03:12:30.740Z] cbdbe7a5bc2a: Download complete [2021-05-12T03:12:31.315Z] cbdbe7a5bc2a: Pull complete [2021-05-12T03:12:31.315Z] ca9280d653b3: Verifying Checksum [2021-05-12T03:12:31.315Z] ca9280d653b3: Download complete [2021-05-12T03:12:32.268Z] 7e9c9ca2126c: Verifying Checksum [2021-05-12T03:12:32.268Z] 7e9c9ca2126c: Download complete [2021-05-12T03:12:32.533Z] ca9280d653b3: Pull complete [2021-05-12T03:12:34.305Z] Removing intermediate container 93d807e0e63d [2021-05-12T03:12:34.305Z] ---> 4919aeb4a02d [2021-05-12T03:12:34.305Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T03:12:34.305Z] ---> Running in 795891abc5fc [2021-05-12T03:12:34.579Z] Removing intermediate container 795891abc5fc [2021-05-12T03:12:34.579Z] ---> 64c2c0eb5487 [2021-05-12T03:12:34.579Z] Step 5/6 : COPY go.mod . [2021-05-12T03:12:35.172Z] ---> 665090289397 [2021-05-12T03:12:35.172Z] Step 6/6 : RUN go mod download [2021-05-12T03:12:35.449Z] ---> Running in 64ba02d83a65 [2021-05-12T03:12:37.849Z] 7e9c9ca2126c: Pull complete [2021-05-12T03:12:37.849Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-12T03:12:37.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T03:12:37.849Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-12T03:12:37.985Z] prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container [2021-05-12T03:12:38.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:12:41.215Z] $ docker top 6c6100caebf17feb32e0eecbcee16516740be9b06e7ce16e3418502c84628ff4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T03:12:41.671Z] + docker-compose build --help [2021-05-12T03:12:41.671Z] + grep parallel [2021-05-12T03:12:42.618Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T03:12:42.634Z] $ docker stop --time=1 6c6100caebf17feb32e0eecbcee16516740be9b06e7ce16e3418502c84628ff4 [2021-05-12T03:12:43.972Z] $ docker rm -f 6c6100caebf17feb32e0eecbcee16516740be9b06e7ce16e3418502c84628ff4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:12:44.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T03:12:44.440Z] . [Pipeline] withDockerContainer [2021-05-12T03:12:44.532Z] prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container [2021-05-12T03:12:44.575Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:12:45.179Z] $ docker top e2811e13a233bd21a0b6d39013404bbffef18fe0a0b3d0db66ca376e4bcd99f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T03:12:45.586Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T03:12:46.548Z] Building core-command ... [2021-05-12T03:12:46.548Z] Building core-data ... [2021-05-12T03:12:46.548Z] Building core-metadata ... [2021-05-12T03:12:46.548Z] Building security-bootstrapper ... [2021-05-12T03:12:46.548Z] Building security-proxy-setup ... [2021-05-12T03:12:46.548Z] Building security-secretstore-setup ... [2021-05-12T03:12:46.548Z] Building support-notifications ... [2021-05-12T03:12:46.548Z] Building support-scheduler ... [2021-05-12T03:12:46.548Z] Building sys-mgmt-agent ... [2021-05-12T03:12:46.548Z] Building security-secretstore-setup [2021-05-12T03:12:46.548Z] Building sys-mgmt-agent [2021-05-12T03:12:46.548Z] Building core-metadata [2021-05-12T03:12:46.548Z] Building support-notifications [2021-05-12T03:12:46.548Z] Building security-bootstrapper [2021-05-12T03:13:02.250Z] Removing intermediate container 64ba02d83a65 [2021-05-12T03:13:02.250Z] ---> 35a742074989 [2021-05-12T03:13:02.250Z] Successfully built 35a742074989 [2021-05-12T03:13:02.250Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:13:02.592Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T03:13:02.592Z] . [Pipeline] withDockerContainer [2021-05-12T03:13:02.865Z] prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container [2021-05-12T03:13:02.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:13:04.521Z] $ docker top 1df0bc52a74ed00c69b6b7d14aaeefee4c22c50e777b47cf1582c4ca9d76b040 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T03:13:05.475Z] + go version [2021-05-12T03:13:05.475Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T03:13:05.505Z] $ docker stop --time=1 1df0bc52a74ed00c69b6b7d14aaeefee4c22c50e777b47cf1582c4ca9d76b040 [2021-05-12T03:13:07.442Z] $ docker rm -f 1df0bc52a74ed00c69b6b7d14aaeefee4c22c50e777b47cf1582c4ca9d76b040 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:13:08.152Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T03:13:08.152Z] . [Pipeline] withDockerContainer [2021-05-12T03:13:08.422Z] prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container [2021-05-12T03:13:08.508Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:13:09.898Z] $ docker top 48e0f02458a39d22532ffc0a54b1abe681a5e7f37c44bc62e47d06fa9640e579 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T03:13:10.186Z] ========================================================= [2021-05-12T03:13:10.186Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-12T03:13:10.186Z] ========================================================= [Pipeline] sh [2021-05-12T03:13:10.840Z] + go mod tidy [Pipeline] sh [2021-05-12T03:13:12.482Z] + make test [2021-05-12T03:13:12.482Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T03:13:18.983Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:13:18.983Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:13:18.983Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:13:18.983Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:13:18.983Z] ---> 6a7286bebe03 [2021-05-12T03:13:18.983Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T03:13:18.983Z] ---> 6a7286bebe03 [2021-05-12T03:13:18.983Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:13:18.983Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:13:18.983Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:13:18.983Z] ---> 6a7286bebe03 [2021-05-12T03:13:18.983Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T03:13:18.983Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:13:18.983Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:13:18.983Z] ---> 6a7286bebe03 [2021-05-12T03:13:18.983Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T03:13:18.983Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:13:18.983Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:13:18.983Z] ---> 6a7286bebe03 [2021-05-12T03:13:18.983Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:13:18.983Z] ---> Running in 4d445474f651 [2021-05-12T03:13:18.983Z] ---> Running in 7be5022c889c [2021-05-12T03:13:18.983Z] ---> Running in 859392bb6b29 [2021-05-12T03:13:18.983Z] ---> Running in 8d898717f4da [2021-05-12T03:13:18.983Z] ---> Running in be9b4904f86f [2021-05-12T03:13:19.249Z] Removing intermediate container 4d445474f651 [2021-05-12T03:13:19.249Z] ---> 76fc1ae076ca [2021-05-12T03:13:19.249Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:13:19.249Z] Removing intermediate container 8d898717f4da [2021-05-12T03:13:19.249Z] ---> c4f914234b8a [2021-05-12T03:13:19.249Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:13:19.249Z] Removing intermediate container 7be5022c889c [2021-05-12T03:13:19.249Z] ---> eccc69ae931e [2021-05-12T03:13:19.249Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:13:19.249Z] Removing intermediate container be9b4904f86f [2021-05-12T03:13:19.249Z] ---> 9dfbd37765bf [2021-05-12T03:13:19.249Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:13:19.512Z] Removing intermediate container 859392bb6b29 [2021-05-12T03:13:19.512Z] ---> c2c06ea3c676 [2021-05-12T03:13:19.512Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:13:19.512Z] ---> Running in a322e580f815 [2021-05-12T03:13:19.512Z] ---> Running in 755b98ae0a98 [2021-05-12T03:13:19.512Z] ---> Running in 7be2837f35d1 [2021-05-12T03:13:19.512Z] ---> Running in d70e95522f85 [2021-05-12T03:13:19.512Z] ---> Running in f926acdba635 [2021-05-12T03:13:21.444Z] Removing intermediate container 755b98ae0a98 [2021-05-12T03:13:21.444Z] ---> 265c3249c6b7 [2021-05-12T03:13:21.444Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T03:13:21.707Z] Removing intermediate container 7be2837f35d1 [2021-05-12T03:13:21.707Z] ---> 445050bc6d48 [2021-05-12T03:13:21.707Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T03:13:21.707Z] ---> Running in c382c8acdc65 [2021-05-12T03:13:21.707Z] Removing intermediate container a322e580f815 [2021-05-12T03:13:21.707Z] ---> abc367713bd9 [2021-05-12T03:13:21.707Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T03:13:21.978Z] ---> Running in f0c66c3c6071 [2021-05-12T03:13:21.978Z] ---> Running in 666e36981b16 [2021-05-12T03:13:22.244Z] Removing intermediate container d70e95522f85 [2021-05-12T03:13:22.244Z] ---> f719725efe77 [2021-05-12T03:13:22.244Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T03:13:22.244Z] Removing intermediate container f926acdba635 [2021-05-12T03:13:22.244Z] ---> 7fa378f4b22e [2021-05-12T03:13:22.244Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T03:13:22.506Z] ---> Running in cf37d86b114c [2021-05-12T03:13:22.506Z] ---> Running in fa807bef08f0 [2021-05-12T03:13:22.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:23.036Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:23.305Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:23.305Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:23.305Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:23.566Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:23.827Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:24.088Z] OK: 219 MiB in 52 packages [2021-05-12T03:13:24.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:24.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:24.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:13:24.351Z] OK: 219 MiB in 52 packages [2021-05-12T03:13:24.614Z] OK: 219 MiB in 52 packages [2021-05-12T03:13:24.879Z] Removing intermediate container c382c8acdc65 [2021-05-12T03:13:24.879Z] ---> 9fbdae47222c [2021-05-12T03:13:24.879Z] Step 6/24 : COPY go.mod . [2021-05-12T03:13:24.879Z] Removing intermediate container f0c66c3c6071 [2021-05-12T03:13:24.879Z] ---> 191fef1bd09f [2021-05-12T03:13:24.879Z] Step 6/24 : COPY go.mod . [2021-05-12T03:13:24.879Z] OK: 219 MiB in 52 packages [2021-05-12T03:13:25.144Z] ---> 315d587b0a72 [2021-05-12T03:13:25.144Z] Step 7/24 : RUN go mod download [2021-05-12T03:13:25.144Z] OK: 219 MiB in 52 packages [2021-05-12T03:13:25.144Z] ---> c8a7edfb80b8 [2021-05-12T03:13:25.144Z] Step 7/24 : RUN go mod download [2021-05-12T03:13:25.144Z] ---> Running in adfa36a01d35 [2021-05-12T03:13:25.429Z] ---> Running in 501f7a660467 [2021-05-12T03:13:25.429Z] Removing intermediate container fa807bef08f0 [2021-05-12T03:13:25.429Z] ---> 93b69409c4dc [2021-05-12T03:13:25.429Z] Step 6/32 : COPY go.mod . [2021-05-12T03:13:26.015Z] ---> beeff6ce29ab [2021-05-12T03:13:26.015Z] Step 7/32 : RUN go mod download [2021-05-12T03:13:26.015Z] Removing intermediate container cf37d86b114c [2021-05-12T03:13:26.015Z] ---> 3dcde35cb15b [2021-05-12T03:13:26.015Z] Step 6/23 : COPY go.mod . [2021-05-12T03:13:26.280Z] ---> Running in 72ed716d718d [2021-05-12T03:13:26.280Z] ---> 334a562d2647 [2021-05-12T03:13:26.280Z] Step 7/23 : RUN go mod download [2021-05-12T03:13:26.549Z] Removing intermediate container 666e36981b16 [2021-05-12T03:13:26.549Z] ---> 3b2fc4e92dca [2021-05-12T03:13:26.549Z] Step 6/26 : COPY go.mod . [2021-05-12T03:13:26.549Z] ---> Running in 7ea41f63c302 [2021-05-12T03:13:26.821Z] ---> e4be1030d15e [2021-05-12T03:13:26.821Z] Step 7/26 : RUN go mod download [2021-05-12T03:13:26.821Z] ---> Running in 83ef6ce2853f [2021-05-12T03:13:27.783Z] Removing intermediate container adfa36a01d35 [2021-05-12T03:13:27.783Z] ---> be6054220470 [2021-05-12T03:13:27.783Z] Step 8/24 : COPY . . [2021-05-12T03:13:27.783Z] Removing intermediate container 501f7a660467 [2021-05-12T03:13:27.783Z] ---> 6d3aa602f4c3 [2021-05-12T03:13:27.784Z] Step 8/24 : COPY . . [2021-05-12T03:13:27.784Z] Removing intermediate container 72ed716d718d [2021-05-12T03:13:27.784Z] ---> ace5a294805d [2021-05-12T03:13:27.784Z] Step 8/32 : COPY . . [2021-05-12T03:13:28.368Z] Removing intermediate container 7ea41f63c302 [2021-05-12T03:13:28.368Z] ---> 515902145370 [2021-05-12T03:13:28.368Z] Step 8/23 : COPY . . [2021-05-12T03:13:33.702Z] Removing intermediate container 83ef6ce2853f [2021-05-12T03:13:33.702Z] ---> 8fc8e23f419f [2021-05-12T03:13:33.702Z] Step 8/26 : COPY . . [2021-05-12T03:13:39.428Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-12T03:14:12.671Z] ---> db2b6a565208 [2021-05-12T03:14:12.672Z] ---> ec99cce2874f [2021-05-12T03:14:12.672Z] Step 9/32 : RUN go mod tidy [2021-05-12T03:14:12.672Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:14:12.672Z] ---> 0dabdf28985a [2021-05-12T03:14:12.672Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:14:12.672Z] ---> Running in 96b4a79362a9 [2021-05-12T03:14:12.672Z] ---> Running in abdfaeae297e [2021-05-12T03:14:12.672Z] ---> Running in 78a377e0d0df [2021-05-12T03:14:12.672Z] ---> 4a350f28a868 [2021-05-12T03:14:12.672Z] Step 9/26 : RUN go mod tidy [2021-05-12T03:14:12.672Z] ---> efeb7ad5fcb0 [2021-05-12T03:14:12.672Z] Step 9/23 : RUN go mod tidy [2021-05-12T03:14:12.672Z] ---> Running in ce2ca872b059 [2021-05-12T03:14:12.672Z] ---> Running in 0297f844f511 [2021-05-12T03:14:14.091Z] Removing intermediate container abdfaeae297e [2021-05-12T03:14:14.091Z] ---> 9499260ff714 [2021-05-12T03:14:14.091Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T03:14:14.091Z] Removing intermediate container 96b4a79362a9 [2021-05-12T03:14:14.091Z] ---> ddc0c5527a9a [2021-05-12T03:14:14.091Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T03:14:14.091Z] Removing intermediate container 78a377e0d0df [2021-05-12T03:14:14.091Z] ---> 4976c5ca1d6b [2021-05-12T03:14:14.091Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T03:14:14.091Z] ---> Running in 098fa05e9429 [2021-05-12T03:14:14.091Z] ---> Running in 832d1e814d7b [2021-05-12T03:14:14.355Z] Removing intermediate container ce2ca872b059 [2021-05-12T03:14:14.355Z] ---> b5fab4c58300 [2021-05-12T03:14:14.355Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T03:14:14.355Z] ---> Running in 617339e24adc [2021-05-12T03:14:14.355Z] Removing intermediate container 0297f844f511 [2021-05-12T03:14:14.355Z] ---> d184b71bbecd [2021-05-12T03:14:14.355Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T03:14:14.618Z] ---> Running in 6923f297a667 [2021-05-12T03:14:14.618Z] ---> Running in b08c01ef108c [2021-05-12T03:14:15.217Z] 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-12T03:14:15.217Z] 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-12T03:14:15.809Z] 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-12T03:14:15.809Z] 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-12T03:14:15.809Z] 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-12T03:14:36.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-12T03:14:42.792Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-12T03:14:52.980Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-12T03:14:52.980Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-12T03:14:54.737Z] 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-12T03:14:55.024Z] Removing intermediate container 098fa05e9429 [2021-05-12T03:14:55.024Z] ---> beabc6a44d31 [2021-05-12T03:14:55.024Z] [2021-05-12T03:14:55.024Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T03:14:55.289Z] 3.12: Pulling from library/alpine [2021-05-12T03:14:55.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-12T03:14:56.252Z] Removing intermediate container b08c01ef108c [2021-05-12T03:14:56.252Z] ---> 46d3de8dabf8 [2021-05-12T03:14:56.252Z] [2021-05-12T03:14:56.252Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T03:14:56.252Z] 3.12: Pulling from library/alpine [2021-05-12T03:14:56.514Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T03:14:56.514Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T03:14:56.514Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T03:14:56.514Z] ---> 13621d1b12d4 [2021-05-12T03:14:56.514Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T03:14:56.514Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T03:14:56.514Z] ---> 13621d1b12d4 [2021-05-12T03:14:56.514Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T03:14:56.625Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-12T03:14:56.625Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-12T03:14:56.625Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-12T03:14:59.851Z] ---> Running in 60021c7ab0c7 [2021-05-12T03:14:59.851Z] ---> Running in 6ca8e7c0d9a0 [2021-05-12T03:15:00.044Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-12T03:15:00.127Z] Removing intermediate container 617339e24adc [2021-05-12T03:15:00.127Z] ---> 8ef67786b077 [2021-05-12T03:15:00.127Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T03:15:00.127Z] Removing intermediate container 6923f297a667 [2021-05-12T03:15:00.127Z] ---> c8cb12af37f6 [2021-05-12T03:15:00.127Z] [2021-05-12T03:15:00.127Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T03:15:00.127Z] ---> 13621d1b12d4 [2021-05-12T03:15:00.127Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T03:15:01.084Z] ---> Running in 0aa495f85b57 [2021-05-12T03:15:01.346Z] ---> Running in 83e1a8c85a17 [2021-05-12T03:15:01.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:01.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:01.496Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-12T03:15:01.618Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T03:15:01.618Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T03:15:01.618Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T03:15:01.618Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T03:15:01.618Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T03:15:01.618Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T03:15:01.618Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:15:01.618Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T03:15:01.618Z] OK: 7 MiB in 20 packages [2021-05-12T03:15:01.888Z] Removing intermediate container 6ca8e7c0d9a0 [2021-05-12T03:15:01.888Z] ---> 19b50354905a [2021-05-12T03:15:01.888Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T03:15:03.302Z] ---> Running in 93f71331f606 [2021-05-12T03:15:03.302Z] Removing intermediate container 832d1e814d7b [2021-05-12T03:15:03.302Z] ---> 1a9b1a2e91fe [2021-05-12T03:15:03.302Z] [2021-05-12T03:15:03.302Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T03:15:03.302Z] ---> 13621d1b12d4 [2021-05-12T03:15:03.302Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T03:15:03.571Z] ---> Running in 832def50e428 [2021-05-12T03:15:03.838Z] 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-12T03:15:04.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:04.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:04.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:04.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:04.801Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T03:15:05.075Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T03:15:05.075Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T03:15:05.075Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:15:05.075Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T03:15:05.075Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:15:05.075Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T03:15:05.075Z] OK: 6 MiB in 16 packages [2021-05-12T03:15:05.075Z] OK: 6 MiB in 16 packages [2021-05-12T03:15:05.075Z] Removing intermediate container 60021c7ab0c7 [2021-05-12T03:15:05.075Z] ---> adf2294a176a [2021-05-12T03:15:05.075Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T03:15:05.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:05.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:05.341Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T03:15:05.341Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:15:05.341Z] OK: 6 MiB in 15 packages [2021-05-12T03:15:05.919Z] ---> Running in 6450d8dec02d [2021-05-12T03:15:06.180Z] Removing intermediate container 6450d8dec02d [2021-05-12T03:15:06.180Z] ---> e505d4b9dc1f [2021-05-12T03:15:06.180Z] Step 14/26 : WORKDIR / [2021-05-12T03:15:06.442Z] Removing intermediate container 93f71331f606 [2021-05-12T03:15:06.442Z] ---> 2cba9519f724 [2021-05-12T03:15:06.442Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T03:15:07.022Z] ---> Running in 0f51179a9973 [2021-05-12T03:15:07.022Z] ---> Running in 54135a5c96b9 [2021-05-12T03:15:07.287Z] Removing intermediate container 83e1a8c85a17 [2021-05-12T03:15:07.287Z] ---> a425d7a72f94 [2021-05-12T03:15:07.287Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:15:07.287Z] Removing intermediate container 0aa495f85b57 [2021-05-12T03:15:07.287Z] ---> 886155bebfe8 [2021-05-12T03:15:07.287Z] [2021-05-12T03:15:07.287Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T03:15:07.287Z] Removing intermediate container 832def50e428 [2021-05-12T03:15:07.287Z] ---> 4c8dd784d3bb [2021-05-12T03:15:07.287Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:15:07.287Z] 20.10.0: Pulling from library/docker [2021-05-12T03:15:07.287Z] Removing intermediate container 0f51179a9973 [2021-05-12T03:15:07.287Z] ---> 24e0a5e6671b [2021-05-12T03:15:07.287Z] 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-12T03:15:07.548Z] Removing intermediate container 54135a5c96b9 [2021-05-12T03:15:07.548Z] ---> 88b9b4270101 [2021-05-12T03:15:07.548Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T03:15:07.548Z] ---> Running in f143aae32b4a [2021-05-12T03:15:07.548Z] ---> Running in 5c141e65719b [2021-05-12T03:15:07.548Z] ---> Running in d55d33991fd2 [2021-05-12T03:15:07.812Z] Removing intermediate container f143aae32b4a [2021-05-12T03:15:07.812Z] ---> 25a2be48f915 [2021-05-12T03:15:07.812Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T03:15:08.390Z] ---> 17e92d19f435 [2021-05-12T03:15:08.390Z] 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-12T03:15:08.390Z] Removing intermediate container 5c141e65719b [2021-05-12T03:15:08.390Z] ---> a91cf3fa7620 [2021-05-12T03:15:08.390Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T03:15:08.666Z] Removing intermediate container d55d33991fd2 [2021-05-12T03:15:08.666Z] ---> 509fca575569 [2021-05-12T03:15:08.666Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T03:15:08.666Z] ---> Running in 6961e1d5a044 [2021-05-12T03:15:08.666Z] ---> Running in 874a28d18c69 [2021-05-12T03:15:08.666Z] ---> 114128c90c46 [2021-05-12T03:15:08.666Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T03:15:08.666Z] ---> Running in e313087ffd62 [2021-05-12T03:15:09.624Z] Removing intermediate container 874a28d18c69 [2021-05-12T03:15:09.624Z] ---> 8ebe1ce446bc [2021-05-12T03:15:09.624Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T03:15:09.624Z] Removing intermediate container 6961e1d5a044 [2021-05-12T03:15:09.624Z] ---> eace4bf27c43 [2021-05-12T03:15:09.624Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T03:15:09.624Z] ---> ab35283ff0c9 [2021-05-12T03:15:09.624Z] 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-12T03:15:09.624Z] ---> Running in cd9bb96b56a9 [2021-05-12T03:15:09.815Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-12T03:15:09.815Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-12T03:15:09.815Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-12T03:15:09.894Z] ---> Running in eed170191753 [2021-05-12T03:15:09.894Z] Removing intermediate container cd9bb96b56a9 [2021-05-12T03:15:09.894Z] ---> 87962ad164f0 [2021-05-12T03:15:09.894Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:15:10.159Z] Removing intermediate container eed170191753 [2021-05-12T03:15:10.159Z] ---> cd3fb49d4ec2 [2021-05-12T03:15:10.159Z] Step 16/24 : WORKDIR / [2021-05-12T03:15:10.159Z] ---> 5238af8e66a5 [2021-05-12T03:15:10.159Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T03:15:10.159Z] ---> Running in 7e6da05f890d [2021-05-12T03:15:10.424Z] ---> 491c6a91a046 [2021-05-12T03:15:10.424Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T03:15:10.687Z] Removing intermediate container 7e6da05f890d [2021-05-12T03:15:10.687Z] ---> 15b82838829f [2021-05-12T03:15:10.687Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:15:10.950Z] ---> ff035a3dfb34 [2021-05-12T03:15:10.950Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T03:15:11.220Z] Removing intermediate container e313087ffd62 [2021-05-12T03:15:11.220Z] ---> 20c2992758c9 [2021-05-12T03:15:11.220Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T03:15:11.220Z] ---> df002218a2b7 [2021-05-12T03:15:11.220Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T03:15:11.220Z] ---> 433a5511f097 [2021-05-12T03:15:11.220Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T03:15:11.485Z] ---> Running in 00a8af531c68 [2021-05-12T03:15:11.485Z] ---> fa1fcd7f755b [2021-05-12T03:15:11.485Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T03:15:11.747Z] ---> cb337ff81123 [2021-05-12T03:15:11.747Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T03:15:11.747Z] Removing intermediate container 00a8af531c68 [2021-05-12T03:15:11.747Z] ---> d15669179e75 [2021-05-12T03:15:11.747Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T03:15:12.014Z] ---> Running in 9f5db49a92de [2021-05-12T03:15:12.014Z] ---> 0b1b0ba1aa98 [2021-05-12T03:15:12.014Z] 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-12T03:15:12.278Z] ---> Running in c3414acb7864 [2021-05-12T03:15:12.278Z] ---> 03a92c3e4df7 [2021-05-12T03:15:12.278Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T03:15:12.558Z] ---> d9d05e2ce441 [2021-05-12T03:15:12.558Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T03:15:12.558Z] Removing intermediate container 9f5db49a92de [2021-05-12T03:15:12.558Z] ---> 49761e193141 [2021-05-12T03:15:12.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:15:12.558Z] ---> Running in 609fd823c3c9 [2021-05-12T03:15:12.558Z] ---> Running in 59518380cccc [2021-05-12T03:15:13.138Z] ---> 916e3e3a50a5 [2021-05-12T03:15:13.138Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T03:15:13.138Z] ---> Running in 05be28edb926 [2021-05-12T03:15:13.406Z] Removing intermediate container 59518380cccc [2021-05-12T03:15:13.407Z] ---> 54fdaab7c0c1 [2021-05-12T03:15:13.407Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T03:15:13.407Z] ---> Running in 14a7524de4b7 [2021-05-12T03:15:13.981Z] Removing intermediate container 05be28edb926 [2021-05-12T03:15:13.981Z] ---> e5f39f73a1c2 [2021-05-12T03:15:13.981Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:15:14.253Z] Removing intermediate container 14a7524de4b7 [2021-05-12T03:15:14.253Z] ---> 5c179957cf3d [2021-05-12T03:15:14.253Z] Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:15:14.519Z] ---> Running in f8b184875c32 [2021-05-12T03:15:14.519Z] ---> Running in 055df114485b [2021-05-12T03:15:14.795Z] Removing intermediate container f8b184875c32 [2021-05-12T03:15:14.795Z] ---> 7e33e8f2893e [2021-05-12T03:15:14.795Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T03:15:14.795Z] Removing intermediate container c3414acb7864 [2021-05-12T03:15:14.795Z] ---> f4dd22e3faed [2021-05-12T03:15:14.795Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T03:15:15.064Z] ---> Running in 1828fcc24dc5 [2021-05-12T03:15:15.064Z] Removing intermediate container 609fd823c3c9 [2021-05-12T03:15:15.064Z] ---> 46f996cd3161 [2021-05-12T03:15:15.064Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:15:15.064Z] Removing intermediate container 055df114485b [2021-05-12T03:15:15.064Z] ---> 6c651cfca68d [2021-05-12T03:15:15.064Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T03:15:15.064Z] ---> Running in aa410ae49e65 [2021-05-12T03:15:15.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.378s coverage: 46.1% of statements [2021-05-12T03:15:15.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-12T03:15:15.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-12T03:15:15.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-12T03:15:15.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-12T03:15:15.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-12T03:15:15.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-12T03:15:15.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.278s coverage: 28.7% of statements [2021-05-12T03:15:15.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.288s coverage: 100.0% of statements [2021-05-12T03:15:16.030Z] ---> Running in 8651b4d458ae [2021-05-12T03:15:16.030Z] Removing intermediate container 1828fcc24dc5 [2021-05-12T03:15:16.030Z] ---> b447e5795192 [2021-05-12T03:15:16.030Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:15:16.297Z] ---> 4f4d11a9eeed [2021-05-12T03:15:16.297Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T03:15:16.297Z] Removing intermediate container aa410ae49e65 [2021-05-12T03:15:16.297Z] ---> 99da792a3a99 [2021-05-12T03:15:16.297Z] Step 24/26 : LABEL arch=x86_64 [2021-05-12T03:15:16.297Z] ---> Running in c197c67edd31 [2021-05-12T03:15:16.297Z] ---> Running in 353db1addba3 [2021-05-12T03:15:16.563Z] Removing intermediate container 8651b4d458ae [2021-05-12T03:15:16.563Z] ---> 576478b4488d [2021-05-12T03:15:16.563Z] [2021-05-12T03:15:16.828Z] Removing intermediate container c197c67edd31 [2021-05-12T03:15:16.828Z] ---> 6bfb9278ff0c [2021-05-12T03:15:16.828Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:15:16.828Z] Removing intermediate container 353db1addba3 [2021-05-12T03:15:16.828Z] ---> 59fd3bea2f65 [2021-05-12T03:15:16.828Z] Step 25/26 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:15:16.828Z] ---> 01e2ee35144e [2021-05-12T03:15:16.828Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T03:15:16.828Z] Successfully built 576478b4488d [2021-05-12T03:15:16.828Z] ---> Running in c4c7f9f34264 [2021-05-12T03:15:16.828Z] ---> Running in 2ac068e56296 [2021-05-12T03:15:16.828Z] Successfully tagged support-notifications:latest [2021-05-12T03:15:16.828Z] Building core-command [2021-05-12T03:15:16.828Z]  Building support-notifications ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T03:15:16.828Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T03:15:16.828Z] ---> aefe523efa57 [2021-05-12T03:15:16.828Z] 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-12T03:15:17.097Z] ---> Running in 431ffc7dc63b [2021-05-12T03:15:17.097Z] Removing intermediate container c4c7f9f34264 [2021-05-12T03:15:17.097Z] ---> 9e2c198c5ca0 [2021-05-12T03:15:17.097Z] [2021-05-12T03:15:17.097Z] Removing intermediate container 2ac068e56296 [2021-05-12T03:15:17.097Z] ---> 8f81ebcbb151 [2021-05-12T03:15:17.097Z] Step 26/26 : LABEL version=0.0.0 [2021-05-12T03:15:17.360Z] ---> 9eb6f471b73a [2021-05-12T03:15:17.360Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T03:15:17.360Z] ---> Running in 9a87b0698d04 [2021-05-12T03:15:17.360Z] Successfully built 9e2c198c5ca0 [2021-05-12T03:15:17.360Z] Successfully tagged core-metadata:latest [2021-05-12T03:15:17.360Z]  Building core-metadata ... done Building core-data [2021-05-12T03:15:17.360Z] Removing intermediate container 431ffc7dc63b [2021-05-12T03:15:17.360Z] ---> 4289e5f1d465 [2021-05-12T03:15:17.360Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T03:15:17.623Z] ---> Running in a8b29b129ad6 [2021-05-12T03:15:17.623Z] ---> 979eb8a2d6d5 [2021-05-12T03:15:17.623Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T03:15:17.886Z] Removing intermediate container 9a87b0698d04 [2021-05-12T03:15:17.886Z] ---> 4c57e79c89b9 [2021-05-12T03:15:17.886Z] [2021-05-12T03:15:21.206Z] Successfully built 4c57e79c89b9 [2021-05-12T03:15:21.206Z] Successfully tagged security-secretstore-setup:latest [2021-05-12T03:15:21.206Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2021-05-12T03:15:22.175Z] ---> 8e49ea66866f [2021-05-12T03:15:22.175Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T03:15:22.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:22.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:22.440Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T03:15:22.440Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T03:15:22.440Z] Executing bash-5.0.17-r0.post-install [2021-05-12T03:15:22.440Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T03:15:22.440Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T03:15:22.702Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T03:15:22.702Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T03:15:22.702Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T03:15:22.702Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T03:15:23.282Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T03:15:23.282Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T03:15:23.282Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T03:15:23.282Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T03:15:23.282Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T03:15:23.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.654s coverage: 27.8% of statements [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-12T03:15:23.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.216s coverage: 81.2% of statements [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-12T03:15:23.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.143s coverage: 100.0% of statements [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-12T03:15:23.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.223s coverage: 100.0% of statements [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-12T03:15:23.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-12T03:15:23.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.317s coverage: 71.3% of statements [2021-05-12T03:15:23.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-12T03:15:23.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-12T03:15:26.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.420s coverage: 87.7% of statements [2021-05-12T03:15:26.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-12T03:15:26.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:15:26.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.142s coverage: 78.9% of statements [2021-05-12T03:15:26.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-12T03:15:26.596Z] ---> Running in 5d733b7f8f39 [2021-05-12T03:15:26.596Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T03:15:26.596Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T03:15:26.596Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T03:15:26.596Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T03:15:26.596Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T03:15:26.862Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T03:15:26.863Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T03:15:30.180Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T03:15:30.810Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T03:15:31.384Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T03:15:32.331Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T03:15:32.331Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T03:15:32.331Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T03:15:32.908Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T03:15:32.908Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T03:15:32.908Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T03:15:32.908Z] Removing intermediate container 5d733b7f8f39 [2021-05-12T03:15:32.908Z] ---> 3a821cc5a12a [2021-05-12T03:15:32.908Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T03:15:32.908Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T03:15:32.908Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T03:15:32.908Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T03:15:32.908Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T03:15:32.908Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T03:15:32.908Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T03:15:33.170Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T03:15:33.170Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T03:15:33.170Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T03:15:33.170Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T03:15:33.751Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T03:15:33.751Z] OK: 72 MiB in 59 packages [2021-05-12T03:15:36.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-12T03:15:36.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.267s coverage: 100.0% of statements [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-12T03:15:36.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-12T03:15:36.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-12T03:15:36.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.470s coverage: 97.5% of statements [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-12T03:15:36.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-12T03:15:36.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-12T03:15:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-12T03:15:42.218Z] ---> a70d1afa3d12 [2021-05-12T03:15:42.218Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T03:15:43.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.269s coverage: 95.1% of statements [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-12T03:15:43.472Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.133s coverage: 58.8% of statements [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-12T03:15:43.472Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.9% of statements [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-12T03:15:43.472Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.128s coverage: 22.0% of statements [2021-05-12T03:15:43.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-12T03:15:43.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.217s coverage: 47.1% of statements [2021-05-12T03:15:43.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.139s coverage: 79.5% of statements [2021-05-12T03:15:43.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.141s coverage: 94.1% of statements [2021-05-12T03:15:43.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements [2021-05-12T03:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.151s coverage: 87.5% of statements [2021-05-12T03:15:44.961Z] ---> Running in f94260b78615 [2021-05-12T03:15:45.949Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:15:45.949Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:15:45.949Z] ---> 6a7286bebe03 [2021-05-12T03:15:45.949Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:15:45.949Z] ---> Using cache [2021-05-12T03:15:45.949Z] ---> c2c06ea3c676 [2021-05-12T03:15:45.949Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:15:45.949Z] ---> Using cache [2021-05-12T03:15:45.949Z] ---> 7fa378f4b22e [2021-05-12T03:15:45.949Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T03:15:45.949Z] ---> Using cache [2021-05-12T03:15:45.949Z] ---> 93b69409c4dc [2021-05-12T03:15:45.949Z] Step 6/24 : COPY go.mod . [2021-05-12T03:15:45.949Z] ---> Using cache [2021-05-12T03:15:45.949Z] ---> beeff6ce29ab [2021-05-12T03:15:45.949Z] Step 7/24 : RUN go mod download [2021-05-12T03:15:46.224Z] ---> Using cache [2021-05-12T03:15:46.224Z] ---> ace5a294805d [2021-05-12T03:15:46.224Z] Step 8/24 : COPY . . [2021-05-12T03:15:46.224Z] ---> Using cache [2021-05-12T03:15:46.224Z] ---> ec99cce2874f [2021-05-12T03:15:46.224Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:15:46.224Z] ---> Using cache [2021-05-12T03:15:46.224Z] ---> ddc0c5527a9a [2021-05-12T03:15:46.224Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T03:15:46.224Z] Collecting docker-compose==1.23.2 [2021-05-12T03:15:46.488Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T03:15:46.751Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:15:46.751Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:15:46.751Z] ---> 6a7286bebe03 [2021-05-12T03:15:46.751Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T03:15:46.751Z] ---> Using cache [2021-05-12T03:15:46.751Z] ---> c2c06ea3c676 [2021-05-12T03:15:46.751Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:15:46.751Z] ---> Using cache [2021-05-12T03:15:46.751Z] ---> 7fa378f4b22e [2021-05-12T03:15:46.751Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T03:15:46.751Z] ---> Using cache [2021-05-12T03:15:46.751Z] ---> 93b69409c4dc [2021-05-12T03:15:46.751Z] Step 6/22 : COPY go.mod . [2021-05-12T03:15:46.751Z] ---> Using cache [2021-05-12T03:15:46.751Z] ---> beeff6ce29ab [2021-05-12T03:15:46.751Z] Step 7/22 : RUN go mod download [2021-05-12T03:15:46.751Z] ---> Using cache [2021-05-12T03:15:46.751Z] ---> ace5a294805d [2021-05-12T03:15:46.751Z] Step 8/22 : COPY . . [2021-05-12T03:15:46.751Z] ---> Using cache [2021-05-12T03:15:46.751Z] ---> ec99cce2874f [2021-05-12T03:15:46.751Z] Step 9/22 : RUN go mod tidy [2021-05-12T03:15:46.751Z] ---> Using cache [2021-05-12T03:15:46.751Z] ---> ddc0c5527a9a [2021-05-12T03:15:46.751Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T03:15:47.325Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:15:47.325Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:15:47.325Z] ---> 6a7286bebe03 [2021-05-12T03:15:47.325Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:15:47.325Z] ---> Using cache [2021-05-12T03:15:47.325Z] ---> c2c06ea3c676 [2021-05-12T03:15:47.325Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:15:47.325Z] ---> Using cache [2021-05-12T03:15:47.325Z] ---> 7fa378f4b22e [2021-05-12T03:15:47.325Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T03:15:47.325Z] 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-12T03:15:48.222Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T03:15:48.222Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T03:15:48.222Z] ---> Running in 835402119f8d [2021-05-12T03:15:48.222Z] ---> Running in 79d1f2f704a3 [2021-05-12T03:15:48.222Z] ---> Running in 26ed52f36f93 [2021-05-12T03:15:49.317Z] Removing intermediate container f94260b78615 [2021-05-12T03:15:49.317Z] ---> 80a6d7c8b709 [2021-05-12T03:15:49.317Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T03:15:49.317Z] 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-12T03:15:49.317Z] 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-12T03:15:50.059Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:50.059Z] ---> Running in 91bdd97226ff [2021-05-12T03:15:50.324Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T03:15:50.324Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T03:15:50.324Z] Removing intermediate container 91bdd97226ff [2021-05-12T03:15:50.324Z] ---> 639a7c78addc [2021-05-12T03:15:50.324Z] Step 29/32 : CMD ["gate"] [2021-05-12T03:15:50.596Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T03:15:50.596Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T03:15:50.596Z] ---> Running in 9ea4dc9c9a15 [2021-05-12T03:15:50.596Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T03:15:50.596Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T03:15:50.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:15:50.894Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T03:15:50.894Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T03:15:50.894Z] Removing intermediate container 9ea4dc9c9a15 [2021-05-12T03:15:50.894Z] ---> 654374bad549 [2021-05-12T03:15:50.894Z] Step 30/32 : LABEL arch=x86_64 [2021-05-12T03:15:50.894Z] ---> Running in b3b8a308b9a0 [2021-05-12T03:15:51.166Z] Removing intermediate container b3b8a308b9a0 [2021-05-12T03:15:51.166Z] ---> ddfefb2b59cc [2021-05-12T03:15:51.166Z] Step 31/32 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:15:51.440Z] OK: 219 MiB in 52 packages [2021-05-12T03:15:51.440Z] ---> Running in a46a85d36dda [2021-05-12T03:15:51.440Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T03:15:51.440Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T03:15:51.716Z] Removing intermediate container a46a85d36dda [2021-05-12T03:15:51.716Z] ---> 042c236d5908 [2021-05-12T03:15:51.716Z] Step 32/32 : LABEL version=0.0.0 [2021-05-12T03:15:51.991Z] ---> Running in 804935a646bf [2021-05-12T03:15:52.260Z] Removing intermediate container 26ed52f36f93 [2021-05-12T03:15:52.261Z] ---> b58473ec8dc8 [2021-05-12T03:15:52.261Z] Step 6/24 : COPY go.mod . [2021-05-12T03:15:52.261Z] Collecting PyYAML<4,>=3.10 [2021-05-12T03:15:52.261Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T03:15:52.545Z] Removing intermediate container 804935a646bf [2021-05-12T03:15:52.545Z] ---> af1e49ad6cef [2021-05-12T03:15:52.545Z] [2021-05-12T03:15:52.813Z] Successfully built af1e49ad6cef [2021-05-12T03:15:53.079Z] ---> b6d49c5c67f2 [2021-05-12T03:15:53.079Z] Step 7/24 : RUN go mod download [2021-05-12T03:15:53.672Z] Successfully tagged security-bootstrapper:latest [2021-05-12T03:15:53.672Z] Building support-scheduler [2021-05-12T03:15:54.657Z]  Building security-bootstrapper ... done Collecting jsonschema<3,>=2.5.1 [2021-05-12T03:15:54.657Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T03:15:56.092Z] ---> Running in d829915dd8aa [2021-05-12T03:15:56.370Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T03:15:56.370Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T03:15:58.328Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T03:15:58.328Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T03:15:58.328Z] 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-12T03:15:58.328Z] 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-12T03:15:58.328Z] Collecting idna<2.8,>=2.5 [2021-05-12T03:15:58.328Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T03:15:58.328Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T03:15:58.600Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T03:15:58.878Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T03:15:58.878Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T03:15:58.878Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T03:15:58.878Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T03:15:59.152Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, texttable, PyYAML, jsonschema, docker-compose [2021-05-12T03:15:59.153Z] Running setup.py install for dockerpty: started [2021-05-12T03:15:59.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.139s coverage: 94.4% of statements [2021-05-12T03:15:59.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.159s coverage: 44.8% of statements [2021-05-12T03:16:00.119Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T03:16:00.391Z] Removing intermediate container d829915dd8aa [2021-05-12T03:16:00.391Z] ---> e3962c5cefa3 [2021-05-12T03:16:00.391Z] Step 8/24 : COPY . . [2021-05-12T03:16:00.391Z] Attempting uninstall: idna [2021-05-12T03:16:00.391Z] Found existing installation: idna 2.9 [2021-05-12T03:16:00.391Z] Uninstalling idna-2.9: [2021-05-12T03:16:00.391Z] Successfully uninstalled idna-2.9 [2021-05-12T03:16:00.667Z] Attempting uninstall: urllib3 [2021-05-12T03:16:00.667Z] Found existing installation: urllib3 1.25.9 [2021-05-12T03:16:00.667Z] Uninstalling urllib3-1.25.9: [2021-05-12T03:16:00.667Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T03:16:02.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.565s coverage: 81.8% of statements [2021-05-12T03:16:02.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-12T03:16:04.985Z] Attempting uninstall: requests [2021-05-12T03:16:04.985Z] Found existing installation: requests 2.23.0 [2021-05-12T03:16:04.985Z] Uninstalling requests-2.23.0: [2021-05-12T03:16:04.985Z] Successfully uninstalled requests-2.23.0 [2021-05-12T03:16:07.569Z] Running setup.py install for docopt: started [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 76.0% of statements [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.154s coverage: 80.0% of statements [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 85.4% of statements [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.267s coverage: 91.2% of statements [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.735s coverage: 64.4% of statements [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-12T03:16:09.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-05-12T03:16:09.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements [2021-05-12T03:16:10.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-05-12T03:16:10.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-05-12T03:16:11.874Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T03:16:12.138Z] Running setup.py install for texttable: started [2021-05-12T03:16:13.099Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T03:16:13.368Z] Running setup.py install for PyYAML: started [2021-05-12T03:16:15.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.882s coverage: 66.9% of statements [2021-05-12T03:16:15.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-12T03:16:15.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-12T03:16:15.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-12T03:16:15.315Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T03:16:16.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.698s coverage: 43.4% of statements [2021-05-12T03:16:16.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-12T03:16:16.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-12T03:16:16.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-05-12T03:16:16.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-12T03:16:16.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements [2021-05-12T03:16:17.884Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:16:17.884Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:16:17.884Z] ---> 6a7286bebe03 [2021-05-12T03:16:17.884Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T03:16:17.884Z] ---> Using cache [2021-05-12T03:16:17.884Z] ---> c2c06ea3c676 [2021-05-12T03:16:17.884Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:16:17.884Z] ---> Using cache [2021-05-12T03:16:17.884Z] ---> 7fa378f4b22e [2021-05-12T03:16:17.884Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T03:16:17.884Z] ---> Using cache [2021-05-12T03:16:17.884Z] ---> 93b69409c4dc [2021-05-12T03:16:17.884Z] Step 6/23 : COPY go.mod . [2021-05-12T03:16:17.884Z] ---> Using cache [2021-05-12T03:16:17.884Z] ---> beeff6ce29ab [2021-05-12T03:16:17.884Z] Step 7/23 : RUN go mod download [2021-05-12T03:16:17.884Z] ---> Using cache [2021-05-12T03:16:17.884Z] ---> ace5a294805d [2021-05-12T03:16:17.884Z] Step 8/23 : COPY . . [2021-05-12T03:16:17.884Z] ---> Using cache [2021-05-12T03:16:17.884Z] ---> ec99cce2874f [2021-05-12T03:16:17.884Z] Step 9/23 : RUN go mod tidy [2021-05-12T03:16:17.884Z] ---> Using cache [2021-05-12T03:16:17.884Z] ---> ddc0c5527a9a [2021-05-12T03:16:17.884Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T03:16:18.859Z] ---> Running in e11ddd4d7129 [2021-05-12T03:16:19.124Z] 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-12T03:16:20.099Z] 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-12T03:16:20.099Z] 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-12T03:16:22.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.384s coverage: 47.1% of statements [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-12T03:16:22.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.204s coverage: 100.0% of statements [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-12T03:16:22.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.185s coverage: 100.0% of statements [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-12T03:16:22.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-12T03:16:23.570Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.232s coverage: 22.7% of statements [2021-05-12T03:16:23.570Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-12T03:16:23.570Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.441s coverage: 92.6% of statements [2021-05-12T03:16:23.570Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-12T03:16:23.570Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:16:23.570Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-12T03:16:32.453Z] ---> e9585caefad5 [2021-05-12T03:16:32.453Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:16:33.890Z] ---> Running in 5b181cb326a6 [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.273s coverage: 28.8% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.162s coverage: 100.0% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.168s coverage: 64.6% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.362s coverage: 97.6% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.128s coverage: 28.1% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.057s coverage: 85.7% of statements [2021-05-12T03:16:33.955Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-12T03:16:33.955Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-05-12T03:16:34.853Z] Removing intermediate container 835402119f8d [2021-05-12T03:16:34.853Z] ---> fee860271a84 [2021-05-12T03:16:34.853Z] [2021-05-12T03:16:34.853Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T03:16:34.853Z] ---> 13621d1b12d4 [2021-05-12T03:16:34.853Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T03:16:34.942Z] GO111MODULE=on go vet ./... [2021-05-12T03:16:35.427Z] ---> Using cache [2021-05-12T03:16:35.427Z] ---> 4c8dd784d3bb [2021-05-12T03:16:35.427Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:16:35.427Z] ---> Using cache [2021-05-12T03:16:35.427Z] ---> a91cf3fa7620 [2021-05-12T03:16:35.427Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T03:16:36.842Z] Removing intermediate container 79d1f2f704a3 [2021-05-12T03:16:36.842Z] ---> d8f2bbd6a6e4 [2021-05-12T03:16:36.842Z] [2021-05-12T03:16:36.842Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T03:16:36.842Z] ---> 13621d1b12d4 [2021-05-12T03:16:36.842Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T03:16:38.246Z] ---> Running in f058babdc5ee [2021-05-12T03:16:38.824Z] ---> Running in ec1f40a3d16b [2021-05-12T03:16:39.773Z] Removing intermediate container f058babdc5ee [2021-05-12T03:16:39.773Z] ---> 09ce5e4cd80d [2021-05-12T03:16:39.773Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T03:16:41.711Z] ---> Running in be7761ba4c32 [2021-05-12T03:16:42.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:16:42.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:16:42.569Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T03:16:42.832Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T03:16:42.832Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T03:16:42.832Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T03:16:42.832Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:16:43.094Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T03:16:43.094Z] OK: 7 MiB in 18 packages [2021-05-12T03:16:43.094Z] Removing intermediate container a8b29b129ad6 [2021-05-12T03:16:43.094Z] ---> faad966be074 [2021-05-12T03:16:43.094Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T03:16:43.670Z] Removing intermediate container be7761ba4c32 [2021-05-12T03:16:43.670Z] ---> 9e0f56875def [2021-05-12T03:16:43.671Z] Step 16/24 : WORKDIR / [2021-05-12T03:16:43.935Z] ---> Running in f2d1693de82c [2021-05-12T03:16:43.935Z] ---> Running in 3fb604ed03c5 [2021-05-12T03:16:43.935Z] Removing intermediate container 5b181cb326a6 [2021-05-12T03:16:43.935Z] ---> 3d51d65cd159 [2021-05-12T03:16:43.935Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T03:16:44.200Z] ---> Running in c0604a145a2c [2021-05-12T03:16:44.475Z] Removing intermediate container f2d1693de82c [2021-05-12T03:16:44.475Z] ---> 67d4df355ea4 [2021-05-12T03:16:44.475Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T03:16:44.738Z] Removing intermediate container 3fb604ed03c5 [2021-05-12T03:16:44.738Z] ---> c9cac61ee668 [2021-05-12T03:16:44.738Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:16:45.010Z] ---> Running in 25891fcd198e [2021-05-12T03:16:45.989Z] Removing intermediate container ec1f40a3d16b [2021-05-12T03:16:45.989Z] ---> de9dea723f95 [2021-05-12T03:16:45.989Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T03:16:45.989Z] ---> a69977e7169a [2021-05-12T03:16:45.989Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T03:16:45.989Z] 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-12T03:16:45.989Z] ---> Running in dde45cb6dacd [2021-05-12T03:16:46.259Z] Removing intermediate container 25891fcd198e [2021-05-12T03:16:46.259Z] ---> dd6d0e197c59 [2021-05-12T03:16:46.259Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T03:16:46.559Z] Removing intermediate container dde45cb6dacd [2021-05-12T03:16:46.559Z] ---> 11a433305d97 [2021-05-12T03:16:46.559Z] Step 14/22 : WORKDIR /edgex [2021-05-12T03:16:46.837Z] ---> Running in d75ac11b65ec [2021-05-12T03:16:47.424Z] ---> 8a4f8cfd3c63 [2021-05-12T03:16:47.424Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T03:16:49.988Z] ---> 3cbcba865f1a [2021-05-12T03:16:49.988Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T03:16:50.254Z] Removing intermediate container d75ac11b65ec [2021-05-12T03:16:50.254Z] ---> 997c5d2136d4 [2021-05-12T03:16:50.254Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T03:16:50.523Z] ---> 7507994b800d [2021-05-12T03:16:50.523Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T03:16:50.788Z] Removing intermediate container e11ddd4d7129 [2021-05-12T03:16:50.788Z] ---> 15a770a09307 [2021-05-12T03:16:50.788Z] [2021-05-12T03:16:50.788Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T03:16:50.788Z] ---> 13621d1b12d4 [2021-05-12T03:16:50.788Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T03:16:50.788Z] ---> Using cache [2021-05-12T03:16:50.788Z] ---> 4c8dd784d3bb [2021-05-12T03:16:50.788Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:16:50.788Z] ---> Using cache [2021-05-12T03:16:50.788Z] ---> a91cf3fa7620 [2021-05-12T03:16:50.788Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T03:16:50.788Z] ---> 77abc619f994 [2021-05-12T03:16:50.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T03:16:50.788Z] ---> 49d4528425a5 [2021-05-12T03:16:50.788Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T03:16:50.788Z] ---> Running in e91a3931fcf9 [2021-05-12T03:16:50.788Z] ---> Running in 59f4499b7e2b [2021-05-12T03:16:51.382Z] Removing intermediate container e91a3931fcf9 [2021-05-12T03:16:51.382Z] ---> e9ef2918566a [2021-05-12T03:16:51.382Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:16:51.382Z] Removing intermediate container 59f4499b7e2b [2021-05-12T03:16:51.382Z] ---> 313669b013cb [2021-05-12T03:16:51.382Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T03:16:51.664Z] ---> Running in 4f4c17cef6c8 [2021-05-12T03:16:51.664Z] ---> Running in 386f7b366279 [2021-05-12T03:16:51.974Z] ---> 511491b66915 [2021-05-12T03:16:51.974Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T03:16:51.974Z] ---> e3285a1d30cc [2021-05-12T03:16:51.974Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T03:16:52.261Z] ---> Running in a0c24482098a [2021-05-12T03:16:52.534Z] Removing intermediate container 386f7b366279 [2021-05-12T03:16:52.534Z] ---> ae049e0a45c2 [2021-05-12T03:16:52.534Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:16:52.534Z] Removing intermediate container 4f4c17cef6c8 [2021-05-12T03:16:52.534Z] ---> 75e080ab4f9c [2021-05-12T03:16:52.534Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T03:16:52.804Z] ---> Running in 51d90a20ed25 [2021-05-12T03:16:52.804Z] Removing intermediate container a0c24482098a [2021-05-12T03:16:52.804Z] ---> 6686a74702e7 [2021-05-12T03:16:52.804Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:16:52.804Z] ---> 23bae40e05f6 [2021-05-12T03:16:52.804Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T03:16:53.070Z] ---> Running in 43f3cfdfe1bd [2021-05-12T03:16:53.070Z] ---> 51b2fa403ae5 [2021-05-12T03:16:53.070Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T03:16:53.070Z] ---> Running in 4ba90f0e3d7a [2021-05-12T03:16:53.070Z] Removing intermediate container 51d90a20ed25 [2021-05-12T03:16:53.070Z] ---> 347ffc995c63 [2021-05-12T03:16:53.070Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:16:53.334Z] ---> Running in 5081a33d79e0 [2021-05-12T03:16:53.335Z] Removing intermediate container 43f3cfdfe1bd [2021-05-12T03:16:53.335Z] ---> 2c64c2d5dc27 [2021-05-12T03:16:53.335Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T03:16:53.604Z] Removing intermediate container 4ba90f0e3d7a [2021-05-12T03:16:53.604Z] ---> 27e7ae2a65e6 [2021-05-12T03:16:53.604Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T03:16:53.869Z] ---> Running in 5ec58bc2cd6a [2021-05-12T03:16:53.869Z] ---> Running in 6480598c0d44 [2021-05-12T03:16:53.869Z] Removing intermediate container 5081a33d79e0 [2021-05-12T03:16:53.869Z] ---> 974161a174d1 [2021-05-12T03:16:53.869Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:16:53.869Z] ---> f7e0c99fe338 [2021-05-12T03:16:53.869Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T03:16:54.139Z] ---> Running in f10e295ade01 [2021-05-12T03:16:55.137Z] Removing intermediate container 5ec58bc2cd6a [2021-05-12T03:16:55.137Z] ---> a4a8c466c176 [2021-05-12T03:16:55.137Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:16:55.724Z] Removing intermediate container 6480598c0d44 [2021-05-12T03:16:55.724Z] ---> 310795087c72 [2021-05-12T03:16:55.724Z] Step 20/22 : LABEL arch=x86_64 [2021-05-12T03:16:55.988Z] ---> Running in 27d941dfbded [2021-05-12T03:16:55.988Z] Removing intermediate container f10e295ade01 [2021-05-12T03:16:55.988Z] ---> 142f4c0ae878 [2021-05-12T03:16:55.988Z] [2021-05-12T03:16:56.574Z] ---> Running in 45538f07e606 [2021-05-12T03:16:56.574Z] Successfully built 142f4c0ae878 [2021-05-12T03:16:56.574Z] Successfully tagged core-command:latest [2021-05-12T03:16:56.844Z]  Building core-command ... done  ---> 2c5e3ec71c7f [2021-05-12T03:16:56.844Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T03:16:57.114Z] Removing intermediate container 27d941dfbded [2021-05-12T03:16:57.114Z] ---> c41048e0023d [2021-05-12T03:16:57.114Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:16:57.386Z] ---> Running in cc442a740a55 [2021-05-12T03:16:57.386Z] ---> Running in 7ec0ccc3d584 [2021-05-12T03:16:57.386Z] Removing intermediate container 45538f07e606 [2021-05-12T03:16:57.386Z] ---> e5bd0f1bd441 [2021-05-12T03:16:57.386Z] Step 21/22 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:16:57.667Z] ---> Running in 31b05286e02d [2021-05-12T03:16:57.667Z] Removing intermediate container 7ec0ccc3d584 [2021-05-12T03:16:57.667Z] ---> 0b41bb782d0e [2021-05-12T03:16:57.667Z] [2021-05-12T03:16:57.667Z] Removing intermediate container cc442a740a55 [2021-05-12T03:16:57.667Z] ---> a7b0c4ebd26f [2021-05-12T03:16:57.667Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:16:57.956Z] Successfully built 0b41bb782d0e [2021-05-12T03:16:57.956Z] ---> Running in ab6e0594982d [2021-05-12T03:16:57.956Z] Successfully tagged sys-mgmt-agent:latest [2021-05-12T03:16:58.242Z]  Building sys-mgmt-agent ... done Removing intermediate container 31b05286e02d [2021-05-12T03:16:58.243Z] ---> 256f8daf006e [2021-05-12T03:16:58.243Z] Step 22/22 : LABEL version=0.0.0 [2021-05-12T03:16:58.243Z] ---> Running in 2b78199b9011 [2021-05-12T03:16:58.508Z] Removing intermediate container ab6e0594982d [2021-05-12T03:16:58.508Z] ---> b26f7518249e [2021-05-12T03:16:58.508Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T03:16:58.798Z] ---> Running in 3910d11f669b [2021-05-12T03:16:58.798Z] Removing intermediate container 2b78199b9011 [2021-05-12T03:16:58.798Z] ---> ce15d311d803 [2021-05-12T03:16:58.798Z] [2021-05-12T03:16:59.066Z] Successfully built ce15d311d803 [2021-05-12T03:16:59.066Z] Successfully tagged security-proxy-setup:latest [2021-05-12T03:16:59.066Z]  Building security-proxy-setup ... done Removing intermediate container 3910d11f669b [2021-05-12T03:16:59.066Z] ---> 03eba124491b [2021-05-12T03:16:59.066Z] Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:16:59.338Z] ---> Running in 8d6c1c3295cd [2021-05-12T03:16:59.608Z] Removing intermediate container 8d6c1c3295cd [2021-05-12T03:16:59.608Z] ---> ea019ab08893 [2021-05-12T03:16:59.608Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T03:16:59.874Z] ---> Running in 42fc8ccfe417 [2021-05-12T03:16:59.875Z] Removing intermediate container 42fc8ccfe417 [2021-05-12T03:16:59.875Z] ---> d78a99dc33a6 [2021-05-12T03:16:59.875Z] [2021-05-12T03:17:00.136Z] Successfully built d78a99dc33a6 [2021-05-12T03:17:00.136Z] Successfully tagged support-scheduler:latest [2021-05-12T03:17:06.923Z]  Building support-scheduler ... done Removing intermediate container c0604a145a2c [2021-05-12T03:17:06.923Z] ---> 9200a0e8ef92 [2021-05-12T03:17:06.923Z] [2021-05-12T03:17:06.923Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T03:17:06.923Z] ---> 13621d1b12d4 [2021-05-12T03:17:06.923Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T03:17:06.923Z] ---> Running in 68ee98805574 [2021-05-12T03:17:06.923Z] Removing intermediate container 68ee98805574 [2021-05-12T03:17:06.923Z] ---> 8c5f9b890cb8 [2021-05-12T03:17:06.923Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T03:17:06.923Z] ---> Running in 49bd00203749 [2021-05-12T03:17:06.923Z] Removing intermediate container 49bd00203749 [2021-05-12T03:17:06.923Z] ---> dfd5c11bd0c9 [2021-05-12T03:17:06.923Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T03:17:06.923Z] ---> Running in 5d0b79bbcc3d [2021-05-12T03:17:06.923Z] Removing intermediate container 5d0b79bbcc3d [2021-05-12T03:17:06.923Z] ---> 4d7bae3f484c [2021-05-12T03:17:06.923Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:17:06.923Z] ---> Running in a91d7629b6c7 [2021-05-12T03:17:07.874Z] Removing intermediate container a91d7629b6c7 [2021-05-12T03:17:07.874Z] ---> de9af86270c7 [2021-05-12T03:17:07.874Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T03:17:08.135Z] ---> Running in 0a0f347338c6 [2021-05-12T03:17:08.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T03:17:09.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T03:17:09.608Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T03:17:09.608Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T03:17:09.608Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T03:17:09.869Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T03:17:10.811Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T03:17:10.811Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T03:17:10.811Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:17:10.811Z] OK: 8 MiB in 20 packages [2021-05-12T03:17:11.383Z] Removing intermediate container 0a0f347338c6 [2021-05-12T03:17:11.383Z] ---> edbc3c4d10cc [2021-05-12T03:17:11.383Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:17:11.654Z] ---> 451d6e706d16 [2021-05-12T03:17:11.654Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T03:17:12.228Z] ---> bd3779c46cbe [2021-05-12T03:17:12.228Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T03:17:12.489Z] ---> 6074ac38f60f [2021-05-12T03:17:12.489Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T03:17:12.489Z] ---> Running in 78d5518a5247 [2021-05-12T03:17:12.489Z] Removing intermediate container 78d5518a5247 [2021-05-12T03:17:12.489Z] ---> 9236cbbfb193 [2021-05-12T03:17:12.489Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:17:12.750Z] ---> Running in adc42de25a2e [2021-05-12T03:17:12.750Z] Removing intermediate container adc42de25a2e [2021-05-12T03:17:12.750Z] ---> 000355643d4d [2021-05-12T03:17:12.750Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T03:17:12.750Z] ---> Running in 672a98b91c86 [2021-05-12T03:17:13.011Z] Removing intermediate container 672a98b91c86 [2021-05-12T03:17:13.011Z] ---> 79d1d04a5280 [2021-05-12T03:17:13.011Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:17:13.011Z] ---> Running in 7ca33b692b77 [2021-05-12T03:17:13.271Z] Removing intermediate container 7ca33b692b77 [2021-05-12T03:17:13.271Z] ---> 9162322d1b3f [2021-05-12T03:17:13.271Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:17:13.271Z] ---> Running in c54209fbf274 [2021-05-12T03:17:13.532Z] Removing intermediate container c54209fbf274 [2021-05-12T03:17:13.532Z] ---> f673471c1bc0 [2021-05-12T03:17:13.532Z] [2021-05-12T03:17:13.532Z] Successfully built f673471c1bc0 [2021-05-12T03:17:13.532Z] Successfully tagged core-data:latest [2021-05-12T03:17:13.814Z]  Building core-data ... done  [Pipeline] } [2021-05-12T03:17:13.875Z] $ docker stop --time=1 e2811e13a233bd21a0b6d39013404bbffef18fe0a0b3d0db66ca376e4bcd99f3 [2021-05-12T03:17:15.538Z] $ docker rm -f e2811e13a233bd21a0b6d39013404bbffef18fe0a0b3d0db66ca376e4bcd99f3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T03:17:16.049Z] + docker images [2021-05-12T03:17:16.311Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T03:17:16.311Z] core-data latest f673471c1bc0 3 seconds ago 21.5MB [2021-05-12T03:17:16.311Z] 9200a0e8ef92 12 seconds ago 1.17GB [2021-05-12T03:17:16.311Z] support-scheduler latest d78a99dc33a6 17 seconds ago 17.1MB [2021-05-12T03:17:16.311Z] security-proxy-setup latest ce15d311d803 18 seconds ago 25.3MB [2021-05-12T03:17:16.311Z] sys-mgmt-agent latest 0b41bb782d0e 19 seconds ago 312MB [2021-05-12T03:17:16.311Z] core-command latest 142f4c0ae878 21 seconds ago 17MB [2021-05-12T03:17:16.311Z] 15a770a09307 26 seconds ago 1.16GB [2021-05-12T03:17:16.311Z] d8f2bbd6a6e4 42 seconds ago 1.15GB [2021-05-12T03:17:16.311Z] fee860271a84 43 seconds ago 1.16GB [2021-05-12T03:17:16.311Z] security-bootstrapper latest af1e49ad6cef About a minute ago 18.2MB [2021-05-12T03:17:16.311Z] security-secretstore-setup latest 4c57e79c89b9 About a minute ago 25.7MB [2021-05-12T03:17:16.311Z] core-metadata latest 9e2c198c5ca0 2 minutes ago 18.6MB [2021-05-12T03:17:16.311Z] support-notifications latest 576478b4488d 2 minutes ago 17.7MB [2021-05-12T03:17:16.311Z] 886155bebfe8 2 minutes ago 1.15GB [2021-05-12T03:17:16.311Z] 1a9b1a2e91fe 2 minutes ago 1.17GB [2021-05-12T03:17:16.311Z] c8cb12af37f6 2 minutes ago 1.16GB [2021-05-12T03:17:16.311Z] 46d3de8dabf8 2 minutes ago 1.16GB [2021-05-12T03:17:16.311Z] beabc6a44d31 2 minutes ago 1.15GB [2021-05-12T03:17:16.311Z] ci-base-image-x86_64 latest 6a7286bebe03 7 minutes ago 648MB [2021-05-12T03:17:16.311Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 12 days ago 445MB [2021-05-12T03:17:16.311Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 13 days ago 37.5MB [2021-05-12T03:17:16.311Z] alpine 3.12 13621d1b12d4 3 weeks ago 5.58MB [2021-05-12T03:17:16.311Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-12T03:17:16.311Z] 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-12T03:17:31.694Z] Still waiting to schedule task [2021-05-12T03:17:31.694Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-12T03:18:11.762Z] gofmt -l . [2021-05-12T03:18:11.762Z] [ "`gofmt -l .`" = "" ] [2021-05-12T03:18:13.202Z] ./bin/test-go-mod-tidy.sh [2021-05-12T03:18:14.177Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-12T03:18:16.810Z] + ls -al . [2021-05-12T03:18:16.810Z] total 856 [2021-05-12T03:18:16.810Z] drwxrwxr-x 9 1001 1001 4096 May 12 03:18 . [2021-05-12T03:18:16.810Z] drwxr-xr-x 4 root root 4096 May 12 03:13 .. [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 11 May 12 03:11 .dockerignore [2021-05-12T03:18:16.810Z] drwxrwxr-x 8 1001 1001 4096 May 12 03:11 .git [2021-05-12T03:18:16.810Z] drwxrwxr-x 3 1001 1001 4096 May 12 03:11 .github [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 818 May 12 03:11 .gitignore [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 166 May 12 03:11 .sonarcloud.properties [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 8609 May 12 03:11 Attribution.txt [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 3804 May 12 03:11 CONTRIBUTING.md [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 931 May 12 03:11 Dockerfile.build [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 863 May 12 03:11 Jenkinsfile [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 10775 May 12 03:11 LICENSE [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 5594 May 12 03:11 Makefile [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 7978 May 12 03:11 README.md [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 6755 May 12 03:11 SECURITY.md [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 5 May 12 03:09 VERSION [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 4131 May 12 03:11 ZMQWindows.md [2021-05-12T03:18:16.810Z] drwxrwxr-x 2 1001 1001 4096 May 12 03:11 bin [2021-05-12T03:18:16.810Z] drwxrwxr-x 14 1001 1001 4096 May 12 03:11 cmd [2021-05-12T03:18:16.810Z] -rw-r--r-- 1 root root 720867 May 12 03:16 coverage.out [2021-05-12T03:18:16.810Z] -rw-r--r-- 1 root root 1060 May 12 03:18 go.mod [2021-05-12T03:18:16.810Z] -rw-r--r-- 1 root root 21595 May 12 03:13 go.sum [2021-05-12T03:18:16.810Z] drwxrwxr-x 8 1001 1001 4096 May 12 03:11 internal [2021-05-12T03:18:16.810Z] drwxrwxr-x 4 1001 1001 4096 May 12 03:11 openapi [2021-05-12T03:18:16.810Z] drwxrwxr-x 4 1001 1001 4096 May 12 03:11 snap [2021-05-12T03:18:16.810Z] -rw-rw-r-- 1 1001 1001 168 May 12 03:11 version.go [Pipeline] sh [2021-05-12T03:18:18.208Z] + '[' -e coverage.out ] [2021-05-12T03:18:18.208Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-12T03:18:18.250Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T03:18:19.481Z] Stashed 1 file(s) [Pipeline] sh [2021-05-12T03:18:20.127Z] + make build [2021-05-12T03:18:20.127Z] 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-12T03:18:26.835Z] 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-12T03:18:29.924Z] Running on prd-ubuntu18.04-docker-8c-8g-4646 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws [2021-05-12T03:18:29.945Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-12T03:18:32.244Z] using credential edgex-jenkins-ssh [2021-05-12T03:18:32.256Z] Cloning the remote Git repository [2021-05-12T03:18:32.277Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-12T03:18:32.347Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-12T03:18:32.372Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T03:18:32.372Z] > git --version # timeout=10 [2021-05-12T03:18:32.383Z] > git --version # 'git version 2.17.1' [2021-05-12T03:18:32.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T03:18:32.410Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T03:18:41.188Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T03:18:41.192Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T03:18:41.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T03:18:41.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T03:18:41.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T03:18:41.217Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T03:18:41.852Z] Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:18:42.002Z] Merge succeeded, producing 34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:18:42.003Z] Checking out Revision 34f02359155cca2b971fad8a26f2c21a3dd67951 (PR-3442) [2021-05-12T03:18:41.860Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T03:18:41.877Z] > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 [2021-05-12T03:18:41.969Z] > git remote # timeout=10 [2021-05-12T03:18:41.976Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T03:18:41.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T03:18:41.988Z] > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 [2021-05-12T03:18:41.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T03:18:42.005Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T03:18:42.009Z] > git checkout -f 34f02359155cca2b971fad8a26f2c21a3dd67951 # timeout=10 [2021-05-12T03:18:45.629Z] Commit message: "refactor: combine and improve http LoggingMiddleware" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:18:46.772Z] + echo snap-build.sh [2021-05-12T03:18:46.772Z] snap-build.sh [2021-05-12T03:18:46.772Z] + SNAP_BASE_DIR=. [2021-05-12T03:18:46.772Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-05-12T03:18:46.772Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-05-12T03:18:46.772Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-05-12T03:18:46.772Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-05-12T03:18:46.772Z] + cd /w/workspace/edgex-go/4 [2021-05-12T03:18:46.772Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-12T03:18:46.772Z] Reading package lists... [2021-05-12T03:18:46.772Z] Building dependency tree... [2021-05-12T03:18:46.772Z] Reading state information... [2021-05-12T03:18:47.036Z] The following packages were automatically installed and are no longer required: [2021-05-12T03:18:47.036Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-12T03:18:47.036Z] uidmap xdelta3 [2021-05-12T03:18:47.036Z] Use 'sudo apt autoremove' to remove them. [2021-05-12T03:18:47.036Z] The following packages will be REMOVED: [2021-05-12T03:18:47.036Z] lxd* lxd-client* [2021-05-12T03:18:47.297Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-12T03:18:47.297Z] After this operation, 31.7 MB disk space will be freed. [2021-05-12T03:18:48.359Z] (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-12T03:18:48.359Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-12T03:18:49.304Z] Removing lxd dnsmasq configuration [2021-05-12T03:18:49.565Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-12T03:18:49.565Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-12T03:18:50.510Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-12T03:18:50.770Z] (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-12T03:18:50.770Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-12T03:18:52.164Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-12T03:18:52.164Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-12T03:18:53.553Z] + sudo snap remove --purge lxd [2021-05-12T03:18:53.660Z] 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-12T03:18:53.814Z] snap "lxd" is not installed [2021-05-12T03:18:53.814Z] + sudo groupadd --force --system lxd [2021-05-12T03:18:53.814Z] ++ whoami [2021-05-12T03:18:53.814Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-12T03:18:54.076Z] + newgrp - lxd [2021-05-12T03:18:54.076Z] + sudo snap install lxd [2021-05-12T03:18:55.623Z] 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-12T03:18:59.917Z] 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-12T03:19:00.894Z] 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-12T03:19:02.223Z] 2021-05-12T03:18:59Z INFO Waiting for automatic snapd restart... [2021-05-12T03:19:05.205Z] 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-12T03:19:09.507Z] 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-12T03:19:12.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-12T03:19:16.430Z] 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-12T03:19:17.154Z] lxd 4.14 from Canonical* installed [2021-05-12T03:19:17.154Z] + sudo lxd init --auto [2021-05-12T03:19:19.048Z] 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-12T03:19:21.667Z] 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-12T03:19:27.094Z] $ docker stop --time=1 48e0f02458a39d22532ffc0a54b1abe681a5e7f37c44bc62e47d06fa9640e579 [2021-05-12T03:19:27.161Z] + sudo snap install --classic snapcraft [2021-05-12T03:19:29.827Z] $ docker rm -f 48e0f02458a39d22532ffc0a54b1abe681a5e7f37c44bc62e47d06fa9640e579 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:19:31.369Z] snapcraft 4.7.1 from Canonical* installed [2021-05-12T03:19:31.370Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-12T03:19:31.370Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-12T03:19:31.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T03:19:31.370Z] Dload Upload Total Spent Left Speed [2021-05-12T03:19:31.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4714 0 --:--:-- --:--:-- --:--:-- 4714 [2021-05-12T03:19:31.370Z] 100 3325k 100 3325k 0 0 10.1M 0 --:--:-- --:--:-- --:--:-- 10.1M [2021-05-12T03:19:31.370Z] ./yq_linux_amd64 [2021-05-12T03:19:31.370Z] + sudo snapcraft prime --use-lxd [2021-05-12T03:19:31.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T03:19:31.580Z] [2021-05-12T03:19:31.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:19:31.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T03:19:31.925Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-12T03:19:31.925Z] 29e5d40040c1: Pulling fs layer [2021-05-12T03:19:31.925Z] 1ce36da41761: Pulling fs layer [2021-05-12T03:19:31.925Z] 25b303627fd3: Pulling fs layer [2021-05-12T03:19:32.199Z] 29e5d40040c1: Verifying Checksum [2021-05-12T03:19:32.199Z] 29e5d40040c1: Download complete [2021-05-12T03:19:32.750Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-12T03:19:32.750Z] 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-12T03:19:32.750Z] - README.md [2021-05-12T03:19:32.750Z] [2021-05-12T03:19:32.750Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-12T03:19:32.792Z] 29e5d40040c1: Pull complete [2021-05-12T03:19:33.388Z] 1ce36da41761: Verifying Checksum [2021-05-12T03:19:33.388Z] 1ce36da41761: Download complete [2021-05-12T03:19:33.690Z] Launching a container. [2021-05-12T03:19:34.814Z] 1ce36da41761: Pull complete [2021-05-12T03:19:34.814Z] 25b303627fd3: Verifying Checksum [2021-05-12T03:19:34.814Z] 25b303627fd3: Download complete [2021-05-12T03:19:44.943Z] 25b303627fd3: Pull complete [2021-05-12T03:19:44.943Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-12T03:19:44.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T03:19:44.943Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-12T03:19:45.162Z] prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container [2021-05-12T03:19:45.250Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:19:45.928Z] Waiting for container to be ready [2021-05-12T03:19:45.928Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-12T03:19:45.928Z] [2021-05-12T03:19:48.315Z] $ docker top 19977f5d229d8a0d1b9277fffd82f873f41ae814df876d8857e0b005064bfbc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T03:19:49.227Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-12T03:19:49.260Z] + docker-compose+ buildgrep parallel --help [2021-05-12T03:19:49.260Z] [2021-05-12T03:19:49.798Z] Waiting for network to be ready... [2021-05-12T03:19:50.059Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-12T03:19:50.059Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-12T03:19:50.320Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-12T03:19:50.320Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-12T03:19:50.320Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-12T03:19:50.320Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-12T03:19:50.320Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-12T03:19:50.320Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-12T03:19:50.320Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-12T03:19:50.320Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-12T03:19:50.580Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-12T03:19:50.843Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-12T03:19:51.104Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-12T03:19:51.104Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-12T03:19:51.104Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-12T03:19:51.104Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-12T03:19:51.104Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-12T03:19:51.104Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-12T03:19:51.364Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-12T03:19:51.626Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-12T03:19:51.626Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-12T03:19:51.885Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-12T03:19:51.885Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-12T03:19:51.885Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-12T03:19:51.885Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-12T03:19:51.885Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-12T03:19:51.885Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-12T03:19:52.627Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T03:19:52.926Z] $ docker stop --time=1 19977f5d229d8a0d1b9277fffd82f873f41ae814df876d8857e0b005064bfbc3 [2021-05-12T03:19:53.798Z] Fetched 24.6 MB in 4s (6228 kB/s) [2021-05-12T03:19:54.742Z] Reading package lists... [2021-05-12T03:19:54.851Z] $ docker rm -f 19977f5d229d8a0d1b9277fffd82f873f41ae814df876d8857e0b005064bfbc3 [2021-05-12T03:19:55.001Z] Reading package lists... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:19:55.262Z] Building dependency tree... [2021-05-12T03:19:55.262Z] Reading state information... [2021-05-12T03:19:55.262Z] The following additional packages will be installed: [2021-05-12T03:19:55.262Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-12T03:19:55.262Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-12T03:19:55.262Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-12T03:19:55.262Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-12T03:19:55.262Z] Suggested packages: [2021-05-12T03:19:55.262Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-12T03:19:55.262Z] Recommended packages: [2021-05-12T03:19:55.262Z] gnupg libsasl2-modules [2021-05-12T03:19:55.262Z] The following NEW packages will be installed: [2021-05-12T03:19:55.262Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-12T03:19:55.262Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-12T03:19:55.262Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-12T03:19:55.262Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-12T03:19:55.262Z] The following packages will be upgraded: [2021-05-12T03:19:55.262Z] gpg gpg-agent gpgconf libudev1 [2021-05-12T03:19:55.262Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-12T03:19:55.262Z] Need to get 3530 kB of archives. [2021-05-12T03:19:55.262Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-12T03:19:55.262Z] 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-12T03:19:55.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T03:19:55.480Z] . [Pipeline] withDockerContainer [2021-05-12T03:19:55.522Z] 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-12T03:19:55.522Z] 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-12T03:19:55.522Z] 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-12T03:19:55.522Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-12T03:19:55.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-4645 does not seem to be running inside a container [2021-05-12T03:19:55.783Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-12T03:19:55.823Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:19:56.355Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-12T03:19:56.355Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-12T03:19:56.355Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-12T03:19:56.355Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-12T03:19:56.355Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-12T03:19:56.355Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-12T03:19:56.355Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-12T03:19:56.355Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-12T03:19:56.355Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-12T03:19:56.355Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-12T03:19:56.355Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-12T03:19:56.355Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-12T03:19:56.355Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-12T03:19:56.355Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-12T03:19:56.355Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-12T03:19:56.355Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-12T03:19:56.617Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T03:19:56.617Z] Fetched 3530 kB in 1s (3114 kB/s) [2021-05-12T03:19:56.617Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-12T03:19:56.617Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-12T03:19:56.617Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T03:19:56.880Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-12T03:19:56.880Z] Selecting previously unselected package udev. [2021-05-12T03:19:56.880Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-12T03:19:56.880Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-12T03:19:56.880Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-12T03:19:57.140Z] Selecting previously unselected package libfuse2:amd64. [2021-05-12T03:19:57.140Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-12T03:19:57.140Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-12T03:19:57.222Z] $ docker top a17d85b9c64aa53b5068242d9723847e23b13adef21c5c17a3c2e06fdc6d3beb -eo pid,comm [2021-05-12T03:19:57.400Z] Selecting previously unselected package fuse. [2021-05-12T03:19:57.400Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-12T03:19:57.400Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-12T03:19:57.400Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T03:19:57.400Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-05-12T03:19:57.660Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T03:19:57.660Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-12T03:19:57.660Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T03:19:57.660Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-12T03:19:57.921Z] Selecting previously unselected package libksba8:amd64. [2021-05-12T03:19:57.921Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-12T03:19:57.921Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-12T03:19:57.921Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-12T03:19:57.921Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:57.921Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.168Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T03:19:58.182Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-12T03:19:58.182Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.182Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.182Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-12T03:19:58.182Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.182Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.182Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-12T03:19:58.182Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.182Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.442Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-12T03:19:58.442Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.442Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.442Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-12T03:19:58.442Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.442Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.704Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-12T03:19:58.704Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.704Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.704Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-12T03:19:58.704Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.704Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.704Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-12T03:19:58.704Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-12T03:19:58.704Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:58.965Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-12T03:19:58.965Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-12T03:19:58.965Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T03:19:58.965Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-12T03:19:58.965Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-12T03:19:58.965Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T03:19:59.229Z] Selecting previously unselected package libldap-common. [2021-05-12T03:19:59.229Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-12T03:19:59.229Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T03:19:59.229Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-12T03:19:59.229Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-12T03:19:59.229Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T03:19:59.229Z] Selecting previously unselected package dirmngr. [2021-05-12T03:19:59.229Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T03:19:59.229Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-12T03:19:59.490Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T03:19:59.490Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-12T03:19:59.490Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-12T03:19:59.490Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T03:19:59.490Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-12T03:19:59.490Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-12T03:19:59.751Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:19:59.751Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-12T03:19:59.751Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T03:19:59.751Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-12T03:20:00.324Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-12T03:20:00.324Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.324Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-12T03:20:00.324Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-12T03:20:00.586Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-12T03:20:00.586Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.586Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.586Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.586Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.586Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.586Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.586Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-12T03:20:00.586Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-12T03:20:00.586Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-12T03:20:00.586Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T03:20:01.158Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-12T03:20:01.158Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-12T03:20:01.158Z] This means they are not meant to be enabled using systemctl. [2021-05-12T03:20:01.158Z] Possible reasons for having this kind of units are: [2021-05-12T03:20:01.158Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-12T03:20:01.158Z] .wants/ or .requires/ directory. [2021-05-12T03:20:01.158Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-12T03:20:01.158Z] a requirement dependency on it. [2021-05-12T03:20:01.158Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-12T03:20:01.158Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-12T03:20:01.158Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-12T03:20:01.158Z] instance name specified. [2021-05-12T03:20:01.419Z] Reading package lists... [2021-05-12T03:20:01.680Z] Building dependency tree... [2021-05-12T03:20:01.680Z] Reading state information... [2021-05-12T03:20:01.680Z] The following additional packages will be installed: [2021-05-12T03:20:01.680Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-12T03:20:01.680Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-12T03:20:01.680Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-12T03:20:01.680Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-12T03:20:01.680Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-12T03:20:01.680Z] Suggested packages: [2021-05-12T03:20:01.680Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-12T03:20:01.680Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-12T03:20:01.680Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-12T03:20:01.680Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-12T03:20:01.680Z] systemd-container policykit-1 [2021-05-12T03:20:01.680Z] Recommended packages: [2021-05-12T03:20:01.680Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-12T03:20:01.680Z] The following NEW packages will be installed: [2021-05-12T03:20:01.680Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-12T03:20:01.680Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-12T03:20:01.680Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-12T03:20:01.680Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-12T03:20:01.680Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-12T03:20:01.680Z] The following packages will be upgraded: [2021-05-12T03:20:01.680Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-12T03:20:01.680Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-12T03:20:01.680Z] Need to get 35.2 MB of archives. [2021-05-12T03:20:01.680Z] After this operation, 141 MB of additional disk space will be used. [2021-05-12T03:20:01.680Z] 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-12T03:20:01.946Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-12T03:20:01.946Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-12T03:20:01.946Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-12T03:20:01.946Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-12T03:20:01.946Z] 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-12T03:20:01.946Z] 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-12T03:20:01.946Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-12T03:20:01.946Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-12T03:20:01.946Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-12T03:20:01.946Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-12T03:20:01.946Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-12T03:20:01.946Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-12T03:20:01.946Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-12T03:20:01.946Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-12T03:20:01.946Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-12T03:20:01.946Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-12T03:20:02.454Z] Building core-command ... [2021-05-12T03:20:02.454Z] Building core-data ... [2021-05-12T03:20:02.454Z] Building core-metadata ... [2021-05-12T03:20:02.454Z] Building security-bootstrapper ... [2021-05-12T03:20:02.454Z] Building security-proxy-setup ... [2021-05-12T03:20:02.454Z] Building security-secretstore-setup ... [2021-05-12T03:20:02.454Z] Building support-notifications ... [2021-05-12T03:20:02.454Z] Building support-scheduler ... [2021-05-12T03:20:02.454Z] Building sys-mgmt-agent ... [2021-05-12T03:20:02.454Z] Building sys-mgmt-agent [2021-05-12T03:20:02.454Z] Building security-proxy-setup [2021-05-12T03:20:02.454Z] Building core-command [2021-05-12T03:20:02.454Z] Building support-notifications [2021-05-12T03:20:02.454Z] Building support-scheduler [2021-05-12T03:20:02.890Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-12T03:20:02.890Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-12T03:20:02.890Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-12T03:20:03.150Z] 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-12T03:20:03.150Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-12T03:20:03.150Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-12T03:20:03.150Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-12T03:20:03.150Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-12T03:20:03.150Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-12T03:20:03.150Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-12T03:20:03.150Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-12T03:20:03.150Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-12T03:20:03.150Z] 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-12T03:20:03.411Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T03:20:03.411Z] Fetched 35.2 MB in 1s (24.4 MB/s) [2021-05-12T03:20:03.411Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-12T03:20:03.411Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-12T03:20:03.411Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T03:20:03.987Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-12T03:20:03.987Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T03:20:04.248Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-12T03:20:04.248Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-12T03:20:04.248Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-12T03:20:04.248Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-12T03:20:04.510Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-12T03:20:04.772Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-12T03:20:04.772Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-12T03:20:04.772Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-12T03:20:05.033Z] Setting up apt (1.6.13) ... [2021-05-12T03:20:05.033Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-12T03:20:05.605Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-12T03:20:05.605Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-12T03:20:05.605Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-12T03:20:05.605Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-12T03:20:05.866Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-12T03:20:05.866Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T03:20:05.866Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:06.149Z] Selecting previously unselected package libexpat1:amd64. [2021-05-12T03:20:06.149Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-12T03:20:06.149Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-12T03:20:07.096Z] Selecting previously unselected package python3.6-minimal. [2021-05-12T03:20:07.096Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T03:20:07.358Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:08.300Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-12T03:20:08.300Z] Checking for services that may need to be restarted...done. [2021-05-12T03:20:08.300Z] Checking for services that may need to be restarted...done. [2021-05-12T03:20:08.300Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:08.300Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-12T03:20:08.300Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:08.870Z] Selecting previously unselected package python3-minimal. [2021-05-12T03:20:08.870Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-12T03:20:08.870Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-12T03:20:08.870Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-12T03:20:08.870Z] Selecting previously unselected package mime-support. [2021-05-12T03:20:08.870Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-12T03:20:08.870Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-12T03:20:08.870Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-12T03:20:08.870Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-12T03:20:08.870Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-12T03:20:09.132Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-12T03:20:09.132Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T03:20:09.132Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:09.394Z] Selecting previously unselected package python3.6. [2021-05-12T03:20:09.394Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-12T03:20:09.394Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:09.394Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-12T03:20:09.394Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-12T03:20:09.394Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-12T03:20:09.654Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-12T03:20:09.916Z] Selecting previously unselected package python3. [2021-05-12T03:20:09.916Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-12T03:20:09.916Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-12T03:20:09.916Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-12T03:20:09.916Z] Selecting previously unselected package multiarch-support. [2021-05-12T03:20:09.916Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T03:20:09.916Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-12T03:20:09.916Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-12T03:20:10.177Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-12T03:20:10.177Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-12T03:20:10.177Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-12T03:20:10.177Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-12T03:20:10.177Z] Selecting previously unselected package libbsd0:amd64. [2021-05-12T03:20:10.177Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-12T03:20:10.177Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-12T03:20:10.177Z] Selecting previously unselected package sudo. [2021-05-12T03:20:10.177Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-12T03:20:10.177Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-12T03:20:10.438Z] Selecting previously unselected package apparmor. [2021-05-12T03:20:10.438Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-12T03:20:10.438Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-12T03:20:10.700Z] Selecting previously unselected package libedit2:amd64. [2021-05-12T03:20:10.700Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-12T03:20:10.700Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-12T03:20:10.700Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-12T03:20:10.700Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T03:20:10.700Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:10.700Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-12T03:20:10.962Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T03:20:10.962Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:10.962Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-12T03:20:10.962Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-12T03:20:10.963Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-12T03:20:10.963Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-12T03:20:10.963Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T03:20:10.963Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:11.224Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-12T03:20:11.224Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-12T03:20:11.224Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:11.486Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-12T03:20:11.486Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-12T03:20:11.486Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-12T03:20:11.748Z] Selecting previously unselected package openssh-client. [2021-05-12T03:20:11.748Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-12T03:20:11.748Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-12T03:20:11.748Z] Selecting previously unselected package squashfs-tools. [2021-05-12T03:20:11.748Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-12T03:20:11.748Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-12T03:20:12.010Z] Selecting previously unselected package snapd. [2021-05-12T03:20:12.010Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-12T03:20:12.010Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-12T03:20:13.926Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-12T03:20:13.926Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-12T03:20:13.926Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-12T03:20:14.187Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-12T03:20:14.187Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-12T03:20:14.187Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:14.187Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T03:20:14.187Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-12T03:20:14.187Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-12T03:20:15.132Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-12T03:20:15.132Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-12T03:20:15.132Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-12T03:20:15.132Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:15.132Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:15.132Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-12T03:20:15.705Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-12T03:20:15.705Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:15.705Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-12T03:20:15.705Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-12T03:20:15.705Z] running python rtupdate hooks for python3.6... [2021-05-12T03:20:15.705Z] running python post-rtupdate hooks for python3.6... [2021-05-12T03:20:15.966Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-12T03:20:16.910Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-12T03:20:17.171Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-12T03:20:17.171Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-12T03:20:17.432Z] Setting up snapd (2.48.3+18.04) ... [2021-05-12T03:20:17.692Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-12T03:20:17.953Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-12T03:20:18.214Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-12T03:20:18.214Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-12T03:20:18.474Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-12T03:20:18.474Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-12T03:20:18.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-12T03:20:18.735Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-12T03:20:18.997Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-12T03:20:19.273Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-12T03:20:19.273Z] /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-12T03:20:19.273Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-12T03:20:19.273Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-12T03:20:20.658Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T03:20:20.658Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T03:20:20.658Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T03:20:21.866Z] Reading package lists... [2021-05-12T03:20:22.131Z] Reading package lists... [2021-05-12T03:20:22.131Z] Building dependency tree... [2021-05-12T03:20:22.131Z] Reading state information... [2021-05-12T03:20:22.393Z] Calculating upgrade... [2021-05-12T03:20:22.393Z] The following packages will be upgraded: [2021-05-12T03:20:22.393Z] advancecomp base-files bash binutils binutils-common [2021-05-12T03:20:22.393Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-12T03:20:22.393Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-12T03:20:22.393Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-12T03:20:22.393Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-12T03:20:22.393Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-12T03:20:22.393Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-12T03:20:22.393Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-12T03:20:22.393Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-12T03:20:22.393Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-12T03:20:22.393Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-12T03:20:22.393Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-12T03:20:22.393Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-12T03:20:22.393Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-12T03:20:22.393Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-12T03:20:22.654Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-12T03:20:22.654Z] Need to get 64.0 MB of archives. [2021-05-12T03:20:22.654Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-12T03:20:22.654Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-12T03:20:22.654Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-12T03:20:23.225Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-12T03:20:23.225Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-12T03:20:23.225Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-12T03:20:23.225Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-12T03:20:23.225Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-12T03:20:23.225Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-12T03:20:23.225Z] 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-12T03:20:23.225Z] 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-12T03:20:23.225Z] 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-12T03:20:23.225Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-12T03:20:23.486Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-12T03:20:23.486Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-12T03:20:23.486Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-12T03:20:23.486Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-12T03:20:23.486Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-12T03:20:23.486Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-12T03:20:23.486Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-12T03:20:23.486Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-12T03:20:23.486Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-12T03:20:23.486Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-12T03:20:23.486Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-12T03:20:23.486Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-12T03:20:23.486Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-12T03:20:23.486Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-12T03:20:23.486Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-12T03:20:23.486Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-12T03:20:23.486Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-12T03:20:23.486Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-12T03:20:23.486Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-12T03:20:23.747Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-12T03:20:23.747Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-12T03:20:23.747Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-12T03:20:23.747Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-12T03:20:23.747Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-12T03:20:23.747Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-12T03:20:23.747Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-12T03:20:23.747Z] Get:39 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-12T03:20:23.747Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-12T03:20:23.747Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-12T03:20:23.747Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-12T03:20:23.747Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-12T03:20:23.747Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-12T03:20:23.747Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-12T03:20:23.747Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-12T03:20:23.747Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-12T03:20:23.747Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-12T03:20:23.747Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-12T03:20:23.747Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-12T03:20:23.747Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-12T03:20:23.747Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-12T03:20:23.747Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-12T03:20:23.747Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-12T03:20:23.747Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-12T03:20:23.747Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-12T03:20:23.747Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-12T03:20:23.747Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-12T03:20:23.747Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-12T03:20:23.747Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-12T03:20:24.008Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-12T03:20:24.008Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-12T03:20:24.008Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-12T03:20:24.008Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-12T03:20:24.008Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-12T03:20:24.008Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-12T03:20:24.008Z] Get:67 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-12T03:20:24.008Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-12T03:20:24.008Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-12T03:20:24.008Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-12T03:20:24.008Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-12T03:20:24.008Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-12T03:20:24.008Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-12T03:20:24.008Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-12T03:20:24.008Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-12T03:20:24.008Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-12T03:20:24.008Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-12T03:20:24.008Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-12T03:20:24.008Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-12T03:20:24.008Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-12T03:20:24.008Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-12T03:20:24.008Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-12T03:20:24.008Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-12T03:20:24.008Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-12T03:20:24.008Z] Get:85 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-12T03:20:24.269Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-12T03:20:24.269Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-12T03:20:24.269Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-12T03:20:24.269Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-12T03:20:24.269Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-12T03:20:24.269Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-12T03:20:24.269Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-12T03:20:24.842Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-12T03:20:25.102Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-12T03:20:25.102Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-12T03:20:25.102Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-12T03:20:25.673Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-12T03:20:25.673Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-12T03:20:25.673Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-12T03:20:25.673Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-12T03:20:25.673Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-12T03:20:25.673Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T03:20:25.673Z] Fetched 64.0 MB in 3s (20.6 MB/s) [2021-05-12T03:20:25.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:25.673Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T03:20:25.673Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T03:20:26.245Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T03:20:26.505Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T03:20:26.506Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-12T03:20:26.506Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-12T03:20:27.452Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:27.452Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:27.452Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:27.452Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:27.452Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:27.715Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:27.715Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:27.715Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:27.976Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:27.976Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:27.976Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:27.976Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:28.237Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:28.237Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:28.237Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:28.498Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T03:20:28.498Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:28.498Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-12T03:20:28.498Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:28.765Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T03:20:28.765Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:28.765Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:28.765Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:28.765Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:29.041Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:29.041Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-12T03:20:29.041Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:29.301Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T03:20:29.301Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T03:20:29.563Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T03:20:29.823Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-12T03:20:30.084Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-12T03:20:30.084Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-12T03:20:30.084Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-12T03:20:30.084Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-12T03:20:30.344Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-12T03:20:30.606Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-12T03:20:30.606Z] Installing new version of config file /etc/issue ... [2021-05-12T03:20:30.606Z] Installing new version of config file /etc/issue.net ... [2021-05-12T03:20:30.606Z] Installing new version of config file /etc/lsb-release ... [2021-05-12T03:20:30.606Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-12T03:20:30.868Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-12T03:20:31.129Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-12T03:20:31.129Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-12T03:20:31.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:31.129Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-12T03:20:31.129Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-12T03:20:31.398Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-12T03:20:31.398Z] 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-12T03:20:31.398Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:31.398Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:31.398Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:31.659Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:31.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:31.659Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-12T03:20:31.659Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-12T03:20:31.922Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-12T03:20:31.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:31.922Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-12T03:20:32.188Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-12T03:20:32.188Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-12T03:20:32.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:32.449Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T03:20:32.449Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T03:20:32.712Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-12T03:20:32.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:32.712Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T03:20:32.712Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T03:20:32.972Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-12T03:20:32.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:32.972Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-12T03:20:32.972Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-12T03:20:33.245Z] Setting up grep (3.1-2build1) ... [2021-05-12T03:20:33.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:33.245Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-12T03:20:33.245Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-12T03:20:33.506Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-12T03:20:33.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:33.767Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T03:20:33.767Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T03:20:33.767Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-12T03:20:33.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:34.028Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-12T03:20:34.028Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T03:20:34.293Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-12T03:20:34.555Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T03:20:34.555Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-12T03:20:34.555Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T03:20:35.126Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-12T03:20:35.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:35.126Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-12T03:20:35.126Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-12T03:20:36.508Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-12T03:20:36.508Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-12T03:20:36.508Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-12T03:20:36.508Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-12T03:20:36.508Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-12T03:20:36.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:36.768Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-12T03:20:36.768Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-12T03:20:36.768Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-12T03:20:37.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:37.029Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:37.029Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:37.029Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:37.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:37.296Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:37.296Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:37.296Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:37.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:37.558Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:37.558Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:37.558Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:37.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:37.558Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:37.558Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:37.821Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:37.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:37.821Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T03:20:37.821Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T03:20:38.083Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T03:20:38.084Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T03:20:38.084Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-12T03:20:38.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:38.345Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-12T03:20:38.345Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T03:20:38.345Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-12T03:20:38.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:38.606Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:38.606Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:38.606Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:38.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:38.606Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:38.867Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:39.127Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:39.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:39.127Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:39.127Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:39.699Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:39.960Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-12T03:20:40.221Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-12T03:20:40.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:40.221Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-12T03:20:40.221Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-12T03:20:40.481Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-12T03:20:40.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-12T03:20:40.741Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-12T03:20:40.741Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-12T03:20:40.741Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-12T03:20:41.002Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:41.002Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-12T03:20:41.002Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-12T03:20:41.002Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-12T03:20:41.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:41.262Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-12T03:20:41.262Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-12T03:20:41.262Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-12T03:20:41.522Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:41.522Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-12T03:20:41.522Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-12T03:20:41.522Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-12T03:20:41.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:41.783Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-12T03:20:41.783Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T03:20:41.783Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T03:20:42.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:42.046Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-12T03:20:42.046Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T03:20:42.046Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T03:20:42.307Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:42.307Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-12T03:20:42.307Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T03:20:42.567Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T03:20:42.828Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:42.828Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-12T03:20:42.828Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-12T03:20:42.828Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-12T03:20:43.089Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-12T03:20:43.089Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T03:20:43.089Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T03:20:43.351Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-12T03:20:43.351Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:43.351Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-12T03:20:43.351Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-12T03:20:43.612Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-12T03:20:43.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:43.612Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-12T03:20:43.612Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-12T03:20:43.873Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-12T03:20:43.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:43.873Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-12T03:20:44.134Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-12T03:20:44.134Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-12T03:20:44.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:44.134Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-12T03:20:44.134Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-12T03:20:44.395Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-12T03:20:44.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:44.395Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-12T03:20:44.657Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-12T03:20:44.919Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-12T03:20:44.919Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:44.919Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-12T03:20:45.180Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-12T03:20:45.180Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-12T03:20:45.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:45.180Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-12T03:20:45.440Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-12T03:20:45.440Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-12T03:20:45.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:45.440Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-12T03:20:45.440Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-12T03:20:45.701Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-12T03:20:45.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:45.701Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-12T03:20:45.701Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-12T03:20:45.962Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-12T03:20:45.962Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:45.962Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-12T03:20:45.962Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-12T03:20:46.223Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-12T03:20:46.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:46.223Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-12T03:20:46.223Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-12T03:20:46.483Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-12T03:20:46.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:46.483Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-12T03:20:46.483Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-12T03:20:46.483Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-12T03:20:46.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:46.743Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-12T03:20:46.743Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-12T03:20:46.743Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-12T03:20:46.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-12T03:20:46.743Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-12T03:20:47.004Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-12T03:20:47.004Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-12T03:20:47.004Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-12T03:20:47.004Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-12T03:20:47.004Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-12T03:20:47.265Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-12T03:20:47.265Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-12T03:20:47.525Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-12T03:20:47.525Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-12T03:20:47.525Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-12T03:20:47.525Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-12T03:20:47.787Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-12T03:20:47.787Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-12T03:20:47.787Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-12T03:20:47.787Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-12T03:20:48.053Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-12T03:20:48.053Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-12T03:20:48.053Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-12T03:20:48.053Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-12T03:20:48.314Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-12T03:20:48.314Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-12T03:20:48.314Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-12T03:20:48.314Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-12T03:20:48.575Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-12T03:20:48.575Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-12T03:20:48.836Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-12T03:20:48.836Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-12T03:20:50.225Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-12T03:20:50.225Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-12T03:20:50.225Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-12T03:20:50.225Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-12T03:20:50.225Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T03:20:50.225Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T03:20:50.485Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T03:20:50.485Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T03:20:50.747Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T03:20:50.747Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T03:20:50.747Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-12T03:20:50.747Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-12T03:20:51.008Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:51.008Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:51.008Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:51.008Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:51.269Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:51.269Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:51.529Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:51.529Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:52.469Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:52.470Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:53.410Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:53.410Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:53.982Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:53.982Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:54.243Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:54.243Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:55.188Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-12T03:20:55.448Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-12T03:20:55.449Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-12T03:20:55.449Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-12T03:20:55.709Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-12T03:20:55.709Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-12T03:20:55.709Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-12T03:20:55.709Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-12T03:20:55.972Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-12T03:20:55.972Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-12T03:20:55.972Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-12T03:20:56.231Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-12T03:20:56.231Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-12T03:20:56.231Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-12T03:20:56.492Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-12T03:20:56.492Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-12T03:20:56.492Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:56.492Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-12T03:20:56.492Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:56.492Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:56.753Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:56.753Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-12T03:20:56.753Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-12T03:20:56.753Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-12T03:20:56.753Z] [2021-05-12T03:20:56.753Z] Current default time zone: 'Etc/UTC' [2021-05-12T03:20:56.753Z] Local time is now: Wed May 12 03:20:56 UTC 2021. [2021-05-12T03:20:56.753Z] Universal Time is now: Wed May 12 03:20:56 UTC 2021. [2021-05-12T03:20:56.753Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-12T03:20:56.753Z] [2021-05-12T03:20:57.014Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-12T03:20:57.014Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:57.014Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-12T03:20:57.014Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-12T03:20:57.014Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-12T03:20:57.014Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-12T03:20:57.275Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-12T03:20:57.275Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-12T03:20:57.275Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-12T03:20:57.275Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-12T03:20:57.275Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:57.275Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-12T03:20:57.537Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:20:57.537Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-12T03:20:57.537Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:20:57.537Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-12T03:20:57.537Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-12T03:20:57.798Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-12T03:20:57.798Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-12T03:20:57.798Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-12T03:20:57.798Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-12T03:20:57.798Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-12T03:20:57.798Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-12T03:20:59.709Z] Updating certificates in /etc/ssl/certs... [2021-05-12T03:21:00.652Z] 23 added, 27 removed; done. [2021-05-12T03:21:00.652Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-12T03:21:00.652Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-12T03:21:00.652Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-12T03:21:00.652Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-12T03:21:00.652Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-12T03:21:00.913Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:00.913Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-12T03:21:00.913Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:00.913Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:00.913Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:00.913Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:00.913Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:00.913Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-12T03:21:01.175Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-12T03:21:01.175Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-12T03:21:01.175Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-12T03:21:01.175Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-12T03:21:01.175Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:01.175Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-12T03:21:01.175Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-12T03:21:01.175Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-12T03:21:01.436Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-12T03:21:01.436Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-12T03:21:01.436Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-12T03:21:01.436Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-12T03:21:01.436Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-12T03:21:01.696Z] Updating certificates in /etc/ssl/certs... [2021-05-12T03:21:02.268Z] 0 added, 0 removed; done. [2021-05-12T03:21:02.268Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-12T03:21:02.268Z] done. [2021-05-12T03:21:02.528Z] Reading package lists... [2021-05-12T03:21:02.788Z] Building dependency tree... [2021-05-12T03:21:02.788Z] Reading state information... [2021-05-12T03:21:02.788Z] The following NEW packages will be installed: [2021-05-12T03:21:02.788Z] apt-transport-https [2021-05-12T03:21:03.048Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-12T03:21:03.048Z] Need to get 1692 B of archives. [2021-05-12T03:21:03.048Z] After this operation, 154 kB of additional disk space will be used. [2021-05-12T03:21:03.048Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-12T03:21:03.309Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T03:21:03.309Z] Fetched 1692 B in 0s (8572 B/s) [2021-05-12T03:21:03.309Z] Selecting previously unselected package apt-transport-https. [2021-05-12T03:21:03.309Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-12T03:21:03.309Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-12T03:21:03.309Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-12T03:21:03.309Z] Setting up apt-transport-https (1.6.13) ... [2021-05-12T03:21:03.569Z] Waiting for network to be ready... [2021-05-12T03:21:11.720Z] 2021-05-12T03:21:08Z INFO Waiting for automatic snapd restart... [2021-05-12T03:21:12.291Z] snapd 2.49.2 from Canonical* installed [2021-05-12T03:21:13.235Z] "snapd" switched to the "latest/stable" channel [2021-05-12T03:21:13.235Z] [2021-05-12T03:21:15.781Z] core18 20210309 from Canonical* installed [2021-05-12T03:21:16.041Z] "core18" switched to the "latest/stable" channel [2021-05-12T03:21:16.041Z] [2021-05-12T03:21:19.340Z] snapcraft 4.7.1 from Canonical* installed [2021-05-12T03:21:19.340Z] "snapcraft" switched to the "latest/stable" channel [2021-05-12T03:21:19.340Z] [2021-05-12T03:21:23.551Z] 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-12T03:21:23.551Z] - README.md [2021-05-12T03:21:23.551Z] [2021-05-12T03:21:23.551Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-12T03:21:24.255Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:21:24.255Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:21:24.255Z] ---> 35a742074989 [2021-05-12T03:21:24.255Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T03:21:24.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:21:24.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:21:24.255Z] ---> 35a742074989 [2021-05-12T03:21:24.255Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T03:21:24.255Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:21:24.255Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:21:24.255Z] ---> 35a742074989 [2021-05-12T03:21:24.255Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:21:24.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:21:24.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:21:24.255Z] ---> 35a742074989 [2021-05-12T03:21:24.255Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T03:21:24.255Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:21:24.255Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:21:24.255Z] ---> 35a742074989 [2021-05-12T03:21:24.255Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:21:24.255Z] ---> Running in 4803945b140f [2021-05-12T03:21:24.255Z] ---> Running in dc23ce822050 [2021-05-12T03:21:24.255Z] ---> Running in 64bd94abebb4 [2021-05-12T03:21:24.255Z] ---> Running in 10f16d8c0dc1 [2021-05-12T03:21:24.255Z] ---> Running in 69a1e22dbcf9 [2021-05-12T03:21:24.255Z] Removing intermediate container 64bd94abebb4 [2021-05-12T03:21:24.255Z] ---> 7f3fdf3bb0d5 [2021-05-12T03:21:24.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:21:24.255Z] Removing intermediate container dc23ce822050 [2021-05-12T03:21:24.255Z] ---> 906905578613 [2021-05-12T03:21:24.255Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:21:24.255Z] Removing intermediate container 4803945b140f [2021-05-12T03:21:24.255Z] ---> 20a3a4e43f41 [2021-05-12T03:21:24.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:21:24.255Z] Removing intermediate container 10f16d8c0dc1 [2021-05-12T03:21:24.255Z] ---> 120fe7f3cd6c [2021-05-12T03:21:24.255Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:21:24.255Z] Removing intermediate container 69a1e22dbcf9 [2021-05-12T03:21:24.255Z] ---> 101277825504 [2021-05-12T03:21:24.255Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:21:24.255Z] ---> Running in 7e113e0772e3 [2021-05-12T03:21:24.255Z] ---> Running in e22a98d0f9e1 [2021-05-12T03:21:24.255Z] ---> Running in a2ba85bf11bc [2021-05-12T03:21:24.255Z] ---> Running in bf9cee2bf930 [2021-05-12T03:21:24.255Z] ---> Running in 732f62e390a0 [2021-05-12T03:21:24.255Z] Removing intermediate container 7e113e0772e3 [2021-05-12T03:21:24.255Z] ---> 2077cf039fda [2021-05-12T03:21:24.255Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T03:21:24.255Z] ---> Running in 3e8b81f7a766 [2021-05-12T03:21:24.255Z] Removing intermediate container e22a98d0f9e1 [2021-05-12T03:21:24.255Z] ---> 26f4230d5bec [2021-05-12T03:21:24.255Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T03:21:24.255Z] ---> Running in 444f967fa600 [2021-05-12T03:21:24.255Z] Removing intermediate container a2ba85bf11bc [2021-05-12T03:21:24.255Z] ---> 81d35e9fe933 [2021-05-12T03:21:24.255Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T03:21:24.255Z] Removing intermediate container 732f62e390a0 [2021-05-12T03:21:24.255Z] ---> 3cc865ec0425 [2021-05-12T03:21:24.255Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T03:21:24.255Z] ---> Running in da20c5d54947 [2021-05-12T03:21:24.255Z] ---> Running in 0928704520b3 [2021-05-12T03:21:24.255Z] Removing intermediate container bf9cee2bf930 [2021-05-12T03:21:24.255Z] ---> 0cdfa4b36c34 [2021-05-12T03:21:24.255Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T03:21:24.255Z] ---> Running in 3028db522191 [2021-05-12T03:21:24.848Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:25.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:25.730Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:25.730Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:25.730Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:26.001Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:26.001Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:26.603Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:26.890Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:26.890Z] OK: 218 MiB in 52 packages [2021-05-12T03:21:26.890Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:21:27.500Z] OK: 218 MiB in 52 packages [2021-05-12T03:21:27.500Z] OK: 218 MiB in 52 packages [2021-05-12T03:21:28.103Z] OK: 218 MiB in 52 packages [2021-05-12T03:21:28.103Z] OK: 218 MiB in 52 packages [2021-05-12T03:21:29.083Z] Removing intermediate container 3e8b81f7a766 [2021-05-12T03:21:29.083Z] ---> e0defceae62f [2021-05-12T03:21:29.083Z] Step 6/22 : COPY go.mod . [2021-05-12T03:21:29.358Z] Removing intermediate container 444f967fa600 [2021-05-12T03:21:29.359Z] ---> 3ff06ddf8771 [2021-05-12T03:21:29.359Z] Step 6/23 : COPY go.mod . [2021-05-12T03:21:29.632Z] Removing intermediate container da20c5d54947 [2021-05-12T03:21:29.632Z] ---> ea5b30d3718f [2021-05-12T03:21:29.632Z] Step 6/23 : COPY go.mod . [2021-05-12T03:21:29.909Z] Removing intermediate container 0928704520b3 [2021-05-12T03:21:29.909Z] ---> a4801b064899 [2021-05-12T03:21:29.909Z] Step 6/24 : COPY go.mod . [2021-05-12T03:21:30.132Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T03:21:30.132Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T03:21:30.132Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T03:21:30.132Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T03:21:30.188Z] ---> ba2072a78e9a [2021-05-12T03:21:30.188Z] Step 7/22 : RUN go mod download [2021-05-12T03:21:30.188Z] Removing intermediate container 3028db522191 [2021-05-12T03:21:30.188Z] ---> 02157bb679b2 [2021-05-12T03:21:30.188Z] Step 6/24 : COPY go.mod . [2021-05-12T03:21:30.461Z] ---> Running in 0e85ca88402e [2021-05-12T03:21:30.461Z] ---> 414b5365893e [2021-05-12T03:21:30.461Z] Step 7/23 : RUN go mod download [2021-05-12T03:21:30.461Z] ---> d042b6328498 [2021-05-12T03:21:30.461Z] Step 7/23 : RUN go mod download [2021-05-12T03:21:30.736Z] ---> Running in 6460635ff035 [2021-05-12T03:21:30.736Z] ---> Running in 597ff4848284 [2021-05-12T03:21:31.010Z] ---> fd0ea7c050f6 [2021-05-12T03:21:31.010Z] Step 7/24 : RUN go mod download [2021-05-12T03:21:31.010Z] ---> 3bbc8bb59ba3 [2021-05-12T03:21:31.010Z] Step 7/24 : RUN go mod download [2021-05-12T03:21:31.074Z] Reading package lists... [2021-05-12T03:21:31.285Z] ---> Running in 77971bd27746 [2021-05-12T03:21:31.285Z] ---> Running in 0a809c3a59b9 [2021-05-12T03:21:31.334Z] 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-12T03:21:34.701Z] Removing intermediate container 0e85ca88402e [2021-05-12T03:21:34.701Z] ---> 1e8580f32f6c [2021-05-12T03:21:34.701Z] Step 8/22 : COPY . . [2021-05-12T03:21:34.981Z] Removing intermediate container 6460635ff035 [2021-05-12T03:21:34.981Z] ---> ad7682f96001 [2021-05-12T03:21:34.981Z] Step 8/23 : COPY . . [2021-05-12T03:21:35.252Z] Removing intermediate container 597ff4848284 [2021-05-12T03:21:35.252Z] ---> cd3821df5296 [2021-05-12T03:21:35.252Z] Step 8/23 : COPY . . [2021-05-12T03:21:35.846Z] Removing intermediate container 0a809c3a59b9 [2021-05-12T03:21:35.846Z] ---> 5f83748bff63 [2021-05-12T03:21:35.846Z] Step 8/24 : COPY . . [2021-05-12T03:21:36.441Z] Removing intermediate container 77971bd27746 [2021-05-12T03:21:36.441Z] ---> 238054d33b28 [2021-05-12T03:21:36.441Z] Step 8/24 : COPY . . [2021-05-12T03:21:37.958Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T03:21:37.959Z] Reading package lists... [2021-05-12T03:21:37.959Z] Building dependency tree... [2021-05-12T03:21:37.959Z] Reading state information... [2021-05-12T03:21:37.959Z] Suggested packages: [2021-05-12T03:21:37.959Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-12T03:21:37.959Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-12T03:21:37.959Z] Recommended packages: [2021-05-12T03:21:37.959Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-12T03:21:37.959Z] The following NEW packages will be installed: [2021-05-12T03:21:37.959Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-12T03:21:37.959Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-12T03:21:37.959Z] pkg-config zip [2021-05-12T03:21:37.959Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-12T03:21:37.959Z] Need to get 7663 kB of archives. [2021-05-12T03:21:37.959Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-12T03:21:37.959Z] 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-12T03:21:37.959Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-12T03:21:37.959Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-12T03:21:37.959Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-12T03:21:37.959Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-12T03:21:37.959Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-12T03:21:37.959Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-12T03:21:37.959Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-12T03:21:37.959Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-12T03:21:38.219Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-12T03:21:38.219Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-12T03:21:38.219Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-12T03:21:38.219Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-12T03:21:38.219Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-12T03:21:38.219Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-12T03:21:38.479Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-12T03:21:38.479Z] Fetched 7663 kB in 1s (10.6 MB/s) [2021-05-12T03:21:38.479Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-12T03:21:38.479Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-12T03:21:38.479Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-12T03:21:38.479Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-12T03:21:38.744Z] Selecting previously unselected package libpsl5:amd64. [2021-05-12T03:21:38.744Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-12T03:21:38.744Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-12T03:21:39.008Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-12T03:21:39.008Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-12T03:21:39.008Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-12T03:21:39.009Z] Selecting previously unselected package librtmp1:amd64. [2021-05-12T03:21:39.009Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-12T03:21:39.009Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-12T03:21:39.009Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-12T03:21:39.009Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-12T03:21:39.009Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-12T03:21:39.269Z] Selecting previously unselected package liberror-perl. [2021-05-12T03:21:39.269Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-12T03:21:39.269Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-12T03:21:39.269Z] Selecting previously unselected package git-man. [2021-05-12T03:21:39.269Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-12T03:21:39.269Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-12T03:21:39.529Z] Selecting previously unselected package git. [2021-05-12T03:21:39.529Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-12T03:21:39.529Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-12T03:21:40.101Z] Selecting previously unselected package libnorm1:amd64. [2021-05-12T03:21:40.101Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-12T03:21:40.101Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-12T03:21:40.363Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-12T03:21:40.363Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-12T03:21:40.363Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-12T03:21:40.363Z] Selecting previously unselected package libsodium23:amd64. [2021-05-12T03:21:40.363Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-12T03:21:40.363Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-12T03:21:40.363Z] Selecting previously unselected package libzmq5:amd64. [2021-05-12T03:21:40.363Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-12T03:21:40.363Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T03:21:40.624Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-12T03:21:40.624Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-12T03:21:40.624Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T03:21:40.624Z] Selecting previously unselected package pkg-config. [2021-05-12T03:21:40.624Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-12T03:21:40.624Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-12T03:21:40.886Z] Selecting previously unselected package zip. [2021-05-12T03:21:40.886Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-12T03:21:40.886Z] Unpacking zip (3.0-11build1) ... [2021-05-12T03:21:40.886Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-12T03:21:40.886Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-12T03:21:40.886Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-12T03:21:40.886Z] Setting up liberror-perl (0.17025-1) ... [2021-05-12T03:21:41.147Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-12T03:21:41.147Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-12T03:21:41.147Z] No schema files found: doing nothing. [2021-05-12T03:21:41.147Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-12T03:21:41.147Z] Setting up zip (3.0-11build1) ... [2021-05-12T03:21:41.147Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-12T03:21:41.147Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-12T03:21:41.408Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-12T03:21:41.408Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T03:21:41.408Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-12T03:21:41.408Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-12T03:21:41.408Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-12T03:21:41.408Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-12T03:21:47.993Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T03:21:47.993Z] git set to automatically installed. [2021-05-12T03:21:47.993Z] git-man set to automatically installed. [2021-05-12T03:21:47.993Z] libcurl3-gnutls set to automatically installed. [2021-05-12T03:21:47.993Z] liberror-perl set to automatically installed. [2021-05-12T03:21:47.993Z] libglib2.0-0 set to automatically installed. [2021-05-12T03:21:47.993Z] libnghttp2-14 set to automatically installed. [2021-05-12T03:21:47.993Z] libnorm1 set to automatically installed. [2021-05-12T03:21:47.993Z] libpgm-5.2-0 set to automatically installed. [2021-05-12T03:21:47.993Z] libpsl5 set to automatically installed. [2021-05-12T03:21:47.993Z] librtmp1 set to automatically installed. [2021-05-12T03:21:47.993Z] libsodium23 set to automatically installed. [2021-05-12T03:21:47.993Z] libzmq3-dev set to automatically installed. [2021-05-12T03:21:47.993Z] libzmq5 set to automatically installed. [2021-05-12T03:21:47.993Z] pkg-config set to automatically installed. [2021-05-12T03:21:47.993Z] zip set to automatically installed. [2021-05-12T03:21:49.376Z] snapd is not logged in, snap install commands will use sudo [2021-05-12T03:21:55.966Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T03:22:03.282Z] ---> b25c925d63c9 [2021-05-12T03:22:03.282Z] Step 9/22 : RUN go mod tidy [2021-05-12T03:22:03.282Z] ---> dd19cfb3aa40 [2021-05-12T03:22:03.282Z] Step 9/23 : RUN go mod tidy [2021-05-12T03:22:03.282Z] ---> f0804b9cddd3 [2021-05-12T03:22:03.282Z] Step 9/23 : RUN go mod tidy [2021-05-12T03:22:03.282Z] ---> 13980667aa43 [2021-05-12T03:22:03.282Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:22:03.282Z] ---> Running in 67a71f17a498 [2021-05-12T03:22:03.282Z] ---> Running in 231e3dd714ba [2021-05-12T03:22:03.282Z] ---> Running in 565a768b2cbd [2021-05-12T03:22:03.282Z] ---> Running in 3563ebf479e3 [2021-05-12T03:22:03.282Z] ---> 4476391f0d40 [2021-05-12T03:22:03.282Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:22:03.282Z] ---> Running in edc594132995 [2021-05-12T03:22:08.738Z] Removing intermediate container 67a71f17a498 [2021-05-12T03:22:08.738Z] ---> 00c5f2097f50 [2021-05-12T03:22:08.738Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T03:22:08.738Z] ---> Running in 7dbee3ad46fa [2021-05-12T03:22:08.738Z] Removing intermediate container 231e3dd714ba [2021-05-12T03:22:08.738Z] ---> 561007567b19 [2021-05-12T03:22:08.738Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T03:22:09.020Z] ---> Running in 3e23eeb2d52a [2021-05-12T03:22:09.020Z] Removing intermediate container edc594132995 [2021-05-12T03:22:09.020Z] ---> 3b5c512dae15 [2021-05-12T03:22:09.020Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T03:22:09.299Z] ---> Running in 9a516f6f8878 [2021-05-12T03:22:09.576Z] Removing intermediate container 565a768b2cbd [2021-05-12T03:22:09.576Z] ---> 5be65b104b84 [2021-05-12T03:22:09.576Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T03:22:09.576Z] Removing intermediate container 3563ebf479e3 [2021-05-12T03:22:09.576Z] ---> de42f14fc344 [2021-05-12T03:22:09.576Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T03:22:09.854Z] ---> Running in 49be8659cb38 [2021-05-12T03:22:09.854Z] ---> Running in 2434a9b29f35 [2021-05-12T03:22:10.127Z] 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-12T03:22:10.731Z] 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-12T03:22:11.716Z] 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-12T03:22:11.992Z] 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-12T03:22:12.272Z] 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-12T03:22:14.113Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-12T03:22:14.114Z] snapd is not logged in, snap install commands will use sudo [2021-05-12T03:22:19.408Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-12T03:22:19.408Z] snap "core18" has no updates available [2021-05-12T03:22:19.980Z] Pulling go-build-helper [2021-05-12T03:22:19.980Z] + snapcraftctl pull [2021-05-12T03:22:20.920Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-12T03:22:20.920Z] Skipping pull go-build-helper (already ran) [2021-05-12T03:22:20.920Z] Building go-build-helper [2021-05-12T03:22:20.920Z] + snapcraftctl build [2021-05-12T03:22:22.835Z] Staging go-build-helper [2021-05-12T03:22:22.835Z] + snapcraftctl stage [2021-05-12T03:22:32.895Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-12T03:22:32.895Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-12T03:22:32.895Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-12T03:22:32.895Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-12T03:22:32.895Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-12T03:22:32.895Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-12T03:22:32.895Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-12T03:22:32.895Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-12T03:22:32.895Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-12T03:22:32.895Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-12T03:22:32.895Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-12T03:22:32.895Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-12T03:22:32.895Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-12T03:22:32.895Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-12T03:22:32.895Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-12T03:22:32.895Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-12T03:22:32.895Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-12T03:22:32.895Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-12T03:22:32.895Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-12T03:22:32.895Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-12T03:22:32.895Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-12T03:22:32.895Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-12T03:22:32.895Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-12T03:22:32.895Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-12T03:22:32.895Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-12T03:22:32.895Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-12T03:22:32.895Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-12T03:22:32.895Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-12T03:22:32.895Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-12T03:22:32.895Z] Fetched 224 kB in 0s (0 B/s) [2021-05-12T03:22:32.895Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-12T03:22:32.895Z] Fetched 157 kB in 0s (0 B/s) [2021-05-12T03:22:32.895Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-12T03:22:32.895Z] Fetched 221 kB in 0s (0 B/s) [2021-05-12T03:22:32.895Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-12T03:22:32.895Z] Fetched 143 kB in 0s (0 B/s) [2021-05-12T03:22:32.895Z] Pulling app-service-config [2021-05-12T03:22:32.895Z] + snapcraftctl pull [2021-05-12T03:22:33.838Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-12T03:22:34.410Z] Pulling config-common [2021-05-12T03:22:34.410Z] + snapcraftctl pull [2021-05-12T03:22:38.624Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T03:22:38.624Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T03:22:38.624Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T03:22:38.624Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T03:22:38.624Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-12T03:22:38.624Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T03:22:38.624Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-12T03:22:38.624Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T03:22:38.624Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-12T03:22:38.624Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T03:22:38.624Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-12T03:22:38.624Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T03:22:38.624Z] Pulling edgex-go [2021-05-12T03:22:38.624Z] + snapcraftctl pull [2021-05-12T03:23:00.608Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-12T03:23:00.608Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-12T03:23:00.608Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-12T03:23:00.608Z] Fetched 0 B in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-12T03:23:00.608Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-12T03:23:00.608Z] Fetched 279 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-12T03:23:00.608Z] Fetched 122 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-12T03:23:00.608Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-12T03:23:00.608Z] Fetched 8848 B in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-12T03:23:00.608Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-12T03:23:00.608Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-12T03:23:00.608Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-12T03:23:00.608Z] Fetched 219 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-12T03:23:00.608Z] Fetched 154 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-12T03:23:00.608Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-12T03:23:00.608Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-12T03:23:00.608Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-12T03:23:00.608Z] Fetched 499 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-12T03:23:00.608Z] Fetched 111 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-12T03:23:00.608Z] Fetched 240 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-12T03:23:00.608Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-12T03:23:00.608Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-12T03:23:00.608Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-12T03:23:00.608Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-12T03:23:00.608Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-12T03:23:00.608Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-12T03:23:00.608Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-12T03:23:00.608Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-12T03:23:00.608Z] Fetched 8720 B in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-12T03:23:00.608Z] Fetched 137 kB in 0s (0 B/s) [2021-05-12T03:23:00.608Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-12T03:23:00.608Z] Fetched 119 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-12T03:23:00.609Z] Fetched 110 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-12T03:23:00.609Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-12T03:23:00.609Z] Fetched 645 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-12T03:23:00.609Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-12T03:23:00.609Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-12T03:23:00.609Z] Fetched 368 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-12T03:23:00.609Z] Fetched 187 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-12T03:23:00.609Z] Fetched 175 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-12T03:23:00.609Z] Fetched 206 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-12T03:23:00.609Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-12T03:23:00.609Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-12T03:23:00.609Z] Fetched 159 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-12T03:23:00.609Z] Fetched 107 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-12T03:23:00.609Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-12T03:23:00.609Z] Pulling static-packages [2021-05-12T03:23:00.609Z] + snapcraftctl pull [2021-05-12T03:23:00.609Z] Pulling version [2021-05-12T03:23:00.609Z] + cd /root/project [2021-05-12T03:23:00.609Z] + [ -f VERSION ] [2021-05-12T03:23:00.609Z] + PROJECT_VERSION=local-dev [2021-05-12T03:23:00.609Z] + git rev-parse --short HEAD [2021-05-12T03:23:00.609Z] + GIT_REVISION=34f02359 [2021-05-12T03:23:00.609Z] + snapcraftctl set-version local-dev [2021-05-12T03:23:00.609Z] Skipping build go-build-helper (already ran) [2021-05-12T03:23:00.609Z] Building app-service-config [2021-05-12T03:23:00.609Z] + make build [2021-05-12T03:23:00.609Z] go mod tidy [2021-05-12T03:23:02.531Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-12T03:23:02.531Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-12T03:23:02.531Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-12T03:23:02.531Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-12T03:23:02.531Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-12T03:23:02.531Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-12T03:23:02.531Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-12T03:23:02.531Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-12T03:23:02.793Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-12T03:23:02.793Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-12T03:23:02.793Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-12T03:23:03.072Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-12T03:23:03.072Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-12T03:23:03.072Z] go: downloading golang.org/x/text v0.3.2 [2021-05-12T03:23:03.072Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-12T03:23:03.072Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-12T03:23:03.072Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-12T03:23:03.072Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-12T03:23:03.343Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-12T03:23:03.343Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-12T03:23:03.343Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-12T03:23:03.343Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-12T03:23:03.610Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-12T03:23:03.610Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-12T03:23:03.610Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-12T03:23:03.610Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-12T03:23:03.878Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-12T03:23:03.879Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-12T03:23:03.879Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-12T03:23:03.879Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-12T03:23:03.879Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-12T03:23:03.879Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-12T03:23:03.879Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-12T03:23:03.879Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-12T03:23:03.879Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-12T03:23:03.879Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-12T03:23:03.879Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-12T03:23:03.879Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-12T03:23:03.879Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-12T03:23:03.879Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-12T03:23:03.879Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-12T03:23:04.141Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-12T03:23:04.141Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-12T03:23:04.141Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-12T03:23:04.141Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-12T03:23:04.141Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-12T03:23:04.141Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-12T03:23:04.141Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-12T03:23:04.141Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-12T03:23:04.141Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-12T03:23:04.141Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-12T03:23:04.141Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-12T03:23:04.141Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-12T03:23:04.141Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-12T03:23:04.141Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-12T03:23:04.141Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-12T03:23:04.141Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-12T03:23:04.141Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-12T03:23:04.141Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-12T03:23:04.141Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-12T03:23:04.403Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-12T03:23:04.403Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-12T03:23:04.403Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/kr/text v0.1.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-12T03:23:04.403Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-12T03:23:04.403Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-12T03:23:04.403Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-12T03:23:04.403Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-12T03:23:04.403Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-12T03:23:04.403Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-12T03:23:04.403Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-12T03:23:04.403Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-12T03:23:04.403Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-12T03:23:04.666Z] 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-12T03:23:14.679Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-12T03:23:14.679Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-12T03:23:14.679Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-12T03:23:14.679Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-12T03:23:14.679Z] Building config-common [2021-05-12T03:23:14.679Z] + snapcraftctl build [2021-05-12T03:23:17.231Z] Building edgex-go [2021-05-12T03:23:17.231Z] + cd /root/parts/edgex-go/src [2021-05-12T03:23:17.231Z] + make build [2021-05-12T03:23:17.231Z] 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-12T03:23:17.493Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-12T03:23:17.493Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 [2021-05-12T03:23:17.493Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-12T03:23:20.800Z] 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-12T03:23:26.093Z] 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-12T03:23:28.014Z] 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-12T03:23:29.402Z] 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-12T03:23:29.980Z] 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-12T03:23:31.896Z] 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-12T03:23:32.159Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-12T03:23:32.160Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-12T03:23:34.078Z] 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-12T03:23:35.095Z] 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-12T03:23:35.095Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-12T03:23:36.642Z] 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-12T03:23:37.878Z] 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-12T03:23:39.218Z] 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-12T03:23:39.218Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-12T03:23:41.135Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-12T03:23:41.135Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-12T03:23:41.135Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-12T03:23:41.135Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-12T03:23:41.135Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-12T03:23:41.135Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-12T03:23:41.135Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-12T03:23:41.135Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-12T03:23:41.135Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-12T03:23:41.135Z] + 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-12T03:23:41.135Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-12T03:23:41.135Z] + 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-12T03:23:41.135Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-12T03:23:41.135Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-12T03:23:41.135Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-12T03:23:41.135Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-12T03:23:41.135Z] + 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-12T03:23:44.444Z] Building static-packages [2021-05-12T03:23:44.444Z] + snapcraftctl build [2021-05-12T03:23:45.831Z] Building version [2021-05-12T03:23:45.831Z] + snapcraftctl build [2021-05-12T03:23:48.389Z] Skipping stage go-build-helper (already ran) [2021-05-12T03:23:48.389Z] Staging app-service-config [2021-05-12T03:23:48.389Z] + snapcraftctl stage [2021-05-12T03:23:48.967Z] Staging config-common [2021-05-12T03:23:48.967Z] + snapcraftctl stage [2021-05-12T03:23:49.912Z] Staging edgex-go [2021-05-12T03:23:49.912Z] + snapcraftctl stage [2021-05-12T03:23:50.855Z] Staging static-packages [2021-05-12T03:23:50.855Z] + snapcraftctl stage [2021-05-12T03:23:51.800Z] Staging version [2021-05-12T03:23:51.800Z] + snapcraftctl stage [2021-05-12T03:23:52.742Z] Priming go-build-helper [2021-05-12T03:23:52.742Z] + snapcraftctl prime [2021-05-12T03:23:53.682Z] Priming app-service-config [2021-05-12T03:23:53.682Z] + snapcraftctl prime [2021-05-12T03:23:55.068Z] Priming config-common [2021-05-12T03:23:55.068Z] + snapcraftctl prime [2021-05-12T03:23:56.008Z] Priming edgex-go [2021-05-12T03:23:56.008Z] + snapcraftctl prime [2021-05-12T03:23:57.392Z] Priming static-packages [2021-05-12T03:23:57.392Z] + snapcraftctl prime [2021-05-12T03:23:59.308Z] Priming version [2021-05-12T03:23:59.308Z] + snapcraftctl prime [2021-05-12T03:24:00.705Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T03:24:04.184Z] 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-12T03:24:09.634Z] Removing intermediate container 7dbee3ad46fa [2021-05-12T03:24:09.634Z] ---> 84a0d37327a8 [2021-05-12T03:24:09.634Z] [2021-05-12T03:24:09.634Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T03:24:09.634Z] 3.12: Pulling from library/alpine [2021-05-12T03:24:11.636Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T03:24:11.636Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T03:24:11.636Z] ---> 9852663dfa18 [2021-05-12T03:24:11.636Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T03:24:13.085Z] ---> Running in 7e52b4960306 [2021-05-12T03:24:13.383Z] Removing intermediate container 2434a9b29f35 [2021-05-12T03:24:13.383Z] ---> baaf4faa7cc0 [2021-05-12T03:24:13.383Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T03:24:13.993Z] ---> Running in fadcd6479ceb [2021-05-12T03:24:14.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:15.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:15.886Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T03:24:15.886Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T03:24:15.886Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T03:24:15.886Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T03:24:15.886Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:24:16.160Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T03:24:16.160Z] OK: 7 MiB in 18 packages [2021-05-12T03:24:16.762Z] 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-12T03:24:20.162Z] Removing intermediate container 9a516f6f8878 [2021-05-12T03:24:20.162Z] ---> bfd83d911466 [2021-05-12T03:24:20.162Z] [2021-05-12T03:24:20.162Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T03:24:20.162Z] ---> 9852663dfa18 [2021-05-12T03:24:20.162Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T03:24:20.756Z] Removing intermediate container 7e52b4960306 [2021-05-12T03:24:20.756Z] ---> 4269306df0e4 [2021-05-12T03:24:20.756Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T03:24:20.756Z] ---> Running in 36fae0ac3ee7 [2021-05-12T03:24:21.028Z] Removing intermediate container 3e23eeb2d52a [2021-05-12T03:24:21.028Z] ---> adcb77c7dce0 [2021-05-12T03:24:21.028Z] [2021-05-12T03:24:21.028Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T03:24:21.028Z] ---> 9852663dfa18 [2021-05-12T03:24:21.028Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T03:24:21.028Z] Removing intermediate container 49be8659cb38 [2021-05-12T03:24:21.028Z] ---> 49c59e0ee203 [2021-05-12T03:24:21.028Z] [2021-05-12T03:24:21.028Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T03:24:21.028Z] ---> 9852663dfa18 [2021-05-12T03:24:21.028Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T03:24:21.301Z] ---> Running in 098a2ed33bdb [2021-05-12T03:24:21.301Z] ---> Running in c02ad7c94adb [2021-05-12T03:24:21.579Z] ---> Running in a61796c685ca [2021-05-12T03:24:21.579Z] Removing intermediate container fadcd6479ceb [2021-05-12T03:24:21.579Z] ---> 795deae16d52 [2021-05-12T03:24:21.579Z] [2021-05-12T03:24:21.579Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T03:24:21.579Z] 20.10.0: Pulling from library/docker [2021-05-12T03:24:21.849Z] Removing intermediate container 098a2ed33bdb [2021-05-12T03:24:21.849Z] ---> 2e6472630b86 [2021-05-12T03:24:21.849Z] Step 14/22 : WORKDIR /edgex [2021-05-12T03:24:22.123Z] ---> Running in 3635f7bda7f5 [2021-05-12T03:24:22.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:22.722Z] Removing intermediate container 3635f7bda7f5 [2021-05-12T03:24:22.722Z] ---> 3e6658cef7b1 [2021-05-12T03:24:22.722Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T03:24:22.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:23.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:23.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:23.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:23.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:23.554Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T03:24:23.554Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:24:23.554Z] OK: 5 MiB in 15 packages [2021-05-12T03:24:24.161Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T03:24:24.161Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T03:24:24.161Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:24:24.161Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T03:24:24.161Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:24:24.161Z] OK: 5 MiB in 15 packages [2021-05-12T03:24:24.161Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T03:24:24.440Z] OK: 6 MiB in 16 packages [2021-05-12T03:24:24.719Z] ---> 675d209f6af0 [2021-05-12T03:24:24.719Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T03:24:25.712Z] Removing intermediate container 36fae0ac3ee7 [2021-05-12T03:24:25.712Z] ---> 9f8d9172ef62 [2021-05-12T03:24:25.712Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:24:25.986Z] ---> Running in d305ca935f1f [2021-05-12T03:24:26.260Z] Removing intermediate container c02ad7c94adb [2021-05-12T03:24:26.260Z] ---> 52bb302936d5 [2021-05-12T03:24:26.260Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:24:26.260Z] ---> 830cae39a46c [2021-05-12T03:24:26.260Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T03:24:26.535Z] ---> Running in 166eff5cd01e [2021-05-12T03:24:26.810Z] Removing intermediate container d305ca935f1f [2021-05-12T03:24:26.810Z] ---> 2ca6fa9f27f3 [2021-05-12T03:24:26.810Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T03:24:26.810Z] Removing intermediate container a61796c685ca [2021-05-12T03:24:26.810Z] ---> 4f53e859ecf8 [2021-05-12T03:24:26.810Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:24:27.409Z] ---> Running in e1a415726bd5 [2021-05-12T03:24:27.409Z] ---> Running in 505a66073633 [2021-05-12T03:24:27.409Z] Removing intermediate container 166eff5cd01e [2021-05-12T03:24:27.409Z] ---> 113d7c4b38f8 [2021-05-12T03:24:27.409Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T03:24:28.041Z] ---> Running in 12ff81d10993 [2021-05-12T03:24:28.337Z] ---> cfb8417d6e6e [2021-05-12T03:24:28.337Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T03:24:28.617Z] Removing intermediate container e1a415726bd5 [2021-05-12T03:24:28.617Z] ---> 3069408a297a [2021-05-12T03:24:28.617Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T03:24:28.617Z] Removing intermediate container 505a66073633 [2021-05-12T03:24:28.617Z] ---> f93638c98b87 [2021-05-12T03:24:28.617Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T03:24:28.898Z] ---> Running in 5bdb81286fef [2021-05-12T03:24:28.898Z] Removing intermediate container 12ff81d10993 [2021-05-12T03:24:28.898Z] ---> d16527b78846 [2021-05-12T03:24:28.898Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T03:24:28.898Z] ---> Running in dbde744f9480 [2021-05-12T03:24:28.898Z] ---> Running in 41a123a00f40 [2021-05-12T03:24:29.280Z] ---> Running in 93d532830982 [2021-05-12T03:24:29.569Z] Removing intermediate container dbde744f9480 [2021-05-12T03:24:29.569Z] ---> ae96545a8595 [2021-05-12T03:24:29.569Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T03:24:29.871Z] Removing intermediate container 5bdb81286fef [2021-05-12T03:24:29.871Z] ---> 33cf2a71b55d [2021-05-12T03:24:29.871Z] Step 16/24 : WORKDIR / [2021-05-12T03:24:29.871Z] Removing intermediate container 41a123a00f40 [2021-05-12T03:24:29.871Z] ---> d01b53484530 [2021-05-12T03:24:29.871Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T03:24:30.143Z] ---> Running in b4097fb329df [2021-05-12T03:24:30.143Z] ---> Running in 6a1cecf3dfaf [2021-05-12T03:24:30.143Z] Removing intermediate container 93d532830982 [2021-05-12T03:24:30.143Z] ---> f1644ecb5cf5 [2021-05-12T03:24:30.143Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:24:30.416Z] ---> Running in 339a9814c1c8 [2021-05-12T03:24:31.015Z] Removing intermediate container b4097fb329df [2021-05-12T03:24:31.015Z] ---> 80cc16c25142 [2021-05-12T03:24:31.015Z] Step 20/22 : LABEL arch=arm64 [2021-05-12T03:24:31.289Z] Removing intermediate container 6a1cecf3dfaf [2021-05-12T03:24:31.289Z] ---> 523ac5c3476c [2021-05-12T03:24:31.289Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:24:31.568Z] ---> Running in b8f7d72db58d [2021-05-12T03:24:31.568Z] Removing intermediate container 339a9814c1c8 [2021-05-12T03:24:31.568Z] ---> 277dc92ae5a6 [2021-05-12T03:24:31.568Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:24:31.842Z] ---> c774a2294d02 [2021-05-12T03:24:31.842Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T03:24:32.445Z] Removing intermediate container b8f7d72db58d [2021-05-12T03:24:32.445Z] ---> 8a53de2bb8ec [2021-05-12T03:24:32.445Z] Step 21/22 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:24:33.049Z] ---> 20c13ddf1f04 [2021-05-12T03:24:33.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T03:24:33.049Z] ---> 76794c19f5fd [2021-05-12T03:24:33.049Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T03:24:33.049Z] ---> Running in bcb86b8b609c [2021-05-12T03:24:34.490Z] Removing intermediate container bcb86b8b609c [2021-05-12T03:24:34.490Z] ---> fde4d2fcc7d9 [2021-05-12T03:24:34.490Z] Step 22/22 : LABEL version=0.0.0 [2021-05-12T03:24:34.764Z] ---> 291f2d624b2e [2021-05-12T03:24:34.764Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T03:24:35.038Z] ---> Running in b7e13b229df0 [2021-05-12T03:24:35.313Z] ---> 2c372d9de8b1 [2021-05-12T03:24:35.313Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T03:24:35.313Z] ---> eaa638c17259 [2021-05-12T03:24:35.313Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T03:24:35.913Z] Removing intermediate container b7e13b229df0 [2021-05-12T03:24:35.913Z] ---> 1a91aec4b308 [2021-05-12T03:24:35.913Z] [2021-05-12T03:24:36.185Z] ---> 842db6fc82a2 [2021-05-12T03:24:36.185Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T03:24:36.458Z] Successfully built 1a91aec4b308 [2021-05-12T03:24:36.458Z] ---> Running in 135a9d785da9 [2021-05-12T03:24:36.729Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-12T03:24:36.729Z]  Building security-proxy-setup ... done Building core-data [2021-05-12T03:24:36.729Z] ---> 01f35ed25525 [2021-05-12T03:24:36.729Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T03:24:36.729Z] ---> 356b8a8661f3 [2021-05-12T03:24:36.729Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T03:24:37.002Z] ---> Running in 081de12a3891 [2021-05-12T03:24:37.002Z] ---> Running in 814572ca0a10 [2021-05-12T03:24:37.277Z] Removing intermediate container 135a9d785da9 [2021-05-12T03:24:37.277Z] ---> 0bf7bfef0206 [2021-05-12T03:24:37.277Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:24:37.277Z] ---> Running in 237cdcd06808 [2021-05-12T03:24:37.549Z] Removing intermediate container 081de12a3891 [2021-05-12T03:24:37.549Z] ---> 1a987ed10a78 [2021-05-12T03:24:37.549Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:24:37.549Z] Removing intermediate container 814572ca0a10 [2021-05-12T03:24:37.549Z] ---> 15cb913f4968 [2021-05-12T03:24:37.549Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:24:37.820Z] ---> Running in dab7c779eef4 [2021-05-12T03:24:37.821Z] ---> Running in c9de466afe1f [2021-05-12T03:24:38.093Z] Removing intermediate container 237cdcd06808 [2021-05-12T03:24:38.093Z] ---> ebda066e4119 [2021-05-12T03:24:38.093Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T03:24:38.688Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T03:24:38.688Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T03:24:38.688Z] ---> eeaf43b92773 [2021-05-12T03:24:38.688Z] 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-12T03:24:38.688Z] Removing intermediate container dab7c779eef4 [2021-05-12T03:24:38.688Z] ---> 17a19b6165da [2021-05-12T03:24:38.688Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T03:24:39.282Z] ---> Running in a00db9bc80cc [2021-05-12T03:24:39.559Z] ---> Running in 688d671dba84 [2021-05-12T03:24:39.559Z] ---> Running in 14351dbf7f6e [2021-05-12T03:24:39.559Z] Removing intermediate container c9de466afe1f [2021-05-12T03:24:39.559Z] ---> 80846e7b4cb2 [2021-05-12T03:24:39.559Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T03:24:40.157Z] Removing intermediate container a00db9bc80cc [2021-05-12T03:24:40.157Z] ---> bfda386b9824 [2021-05-12T03:24:40.157Z] Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:24:40.157Z] ---> Running in df3b70d2d47a [2021-05-12T03:24:40.439Z] ---> Running in 552f13a5bd18 [2021-05-12T03:24:40.439Z] Removing intermediate container 14351dbf7f6e [2021-05-12T03:24:40.439Z] ---> 61b83332eaee [2021-05-12T03:24:40.439Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T03:24:40.439Z] Removing intermediate container 688d671dba84 [2021-05-12T03:24:40.439Z] ---> cea3363f00c8 [2021-05-12T03:24:40.439Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:24:40.713Z] ---> Running in 24dd91303849 [2021-05-12T03:24:40.713Z] ---> Running in 54b810e3f04c [2021-05-12T03:24:40.987Z] Removing intermediate container df3b70d2d47a [2021-05-12T03:24:40.987Z] ---> 7dc425538afe [2021-05-12T03:24:40.987Z] Step 22/23 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:24:41.259Z] Removing intermediate container 552f13a5bd18 [2021-05-12T03:24:41.259Z] ---> 54c4ca4d1df0 [2021-05-12T03:24:41.259Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T03:24:41.541Z] ---> Running in d1ae66c65612 [2021-05-12T03:24:41.541Z] Removing intermediate container 54b810e3f04c [2021-05-12T03:24:41.542Z] ---> a8656f4d88d2 [2021-05-12T03:24:41.542Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:24:42.153Z] ---> Running in dfa9ab0fa94c [2021-05-12T03:24:42.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:42.426Z] ---> Running in 360f6077b519 [2021-05-12T03:24:42.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:24:42.699Z] Removing intermediate container d1ae66c65612 [2021-05-12T03:24:42.699Z] ---> c7ab49baef9c [2021-05-12T03:24:42.699Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T03:24:42.973Z] Removing intermediate container dfa9ab0fa94c [2021-05-12T03:24:42.973Z] ---> f8cd58f8540c [2021-05-12T03:24:42.973Z] [2021-05-12T03:24:42.973Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T03:24:42.973Z] ---> Running in a8cc72f57990 [2021-05-12T03:24:42.973Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T03:24:42.973Z] Removing intermediate container 360f6077b519 [2021-05-12T03:24:42.973Z] ---> 5f8ca860b979 [2021-05-12T03:24:42.973Z] [2021-05-12T03:24:43.245Z] Executing bash-5.0.17-r0.post-install [2021-05-12T03:24:43.245Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T03:24:43.245Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T03:24:43.245Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T03:24:43.245Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T03:24:43.245Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T03:24:43.245Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T03:24:43.245Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T03:24:43.245Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T03:24:43.245Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T03:24:43.245Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T03:24:43.245Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T03:24:43.527Z] Successfully built f8cd58f8540c [2021-05-12T03:24:43.527Z] Successfully tagged support-scheduler-arm64:latest [2021-05-12T03:24:43.527Z]  Building support-scheduler ... done Building security-secretstore-setup [2021-05-12T03:24:43.802Z] Successfully built 5f8ca860b979 [2021-05-12T03:24:44.398Z] Successfully tagged core-command-arm64:latest [2021-05-12T03:24:44.398Z]  Building core-command ... done Building security-bootstrapper [2021-05-12T03:24:44.398Z] Removing intermediate container a8cc72f57990 [2021-05-12T03:24:44.398Z] ---> 75aedf115a32 [2021-05-12T03:24:44.398Z] [2021-05-12T03:24:44.669Z] Successfully built 75aedf115a32 [2021-05-12T03:24:44.669Z] Successfully tagged support-notifications-arm64:latest [2021-05-12T03:24:44.669Z]  Building support-notifications ... done Building core-metadata [2021-05-12T03:24:45.265Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T03:24:45.265Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T03:24:45.265Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T03:24:45.265Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T03:24:45.265Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T03:24:45.265Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T03:24:45.265Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T03:24:45.265Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T03:24:45.265Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T03:24:45.536Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T03:24:45.536Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T03:24:45.536Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T03:24:45.536Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T03:24:45.536Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T03:24:45.536Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T03:24:45.536Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T03:24:45.536Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T03:24:45.536Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T03:24:45.536Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T03:24:45.808Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T03:24:45.808Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T03:24:45.808Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T03:24:45.808Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T03:24:45.808Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T03:24:45.808Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T03:24:45.808Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T03:24:45.808Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T03:24:45.808Z] OK: 72 MiB in 59 packages [2021-05-12T03:24:50.112Z] Collecting docker-compose==1.23.2 [2021-05-12T03:24:50.112Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T03:24:51.554Z] Collecting PyYAML<4,>=3.10 [2021-05-12T03:24:51.555Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T03:24:55.862Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T03:24:55.862Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T03:24:56.455Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T03:24:56.455Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T03:24:56.728Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T03:24:56.728Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T03:24:57.702Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T03:24:57.702Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T03:24:58.301Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T03:24:58.301Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T03:25:00.275Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T03:25:00.275Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T03:25:02.247Z] 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-12T03:25:02.522Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T03:25:02.798Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T03:25:03.072Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T03:25:03.072Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T03:25:05.067Z] 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-12T03:25:05.660Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T03:25:05.660Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T03:25:05.934Z] 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-12T03:25:06.207Z] Collecting idna<2.8,>=2.5 [2021-05-12T03:25:06.207Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T03:25:06.477Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T03:25:06.478Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T03:25:06.478Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T03:25:06.478Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T03:25:06.478Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T03:25:06.478Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T03:25:07.451Z] Installing collected packages: PyYAML, urllib3, idna, requests, jsonschema, cached-property, websocket-client, docker-pycreds, docker, texttable, dockerpty, docopt, docker-compose [2021-05-12T03:25:07.451Z] Running setup.py install for PyYAML: started [2021-05-12T03:25:09.420Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T03:25:09.420Z] Attempting uninstall: urllib3 [2021-05-12T03:25:09.420Z] Found existing installation: urllib3 1.25.9 [2021-05-12T03:25:09.420Z] Uninstalling urllib3-1.25.9: [2021-05-12T03:25:09.420Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T03:25:10.014Z] Attempting uninstall: idna [2021-05-12T03:25:10.014Z] Found existing installation: idna 2.9 [2021-05-12T03:25:10.014Z] Uninstalling idna-2.9: [2021-05-12T03:25:10.287Z] Successfully uninstalled idna-2.9 [2021-05-12T03:25:10.883Z] Attempting uninstall: requests [2021-05-12T03:25:10.883Z] Found existing installation: requests 2.23.0 [2021-05-12T03:25:10.883Z] Uninstalling requests-2.23.0: [2021-05-12T03:25:10.883Z] Successfully uninstalled requests-2.23.0 [2021-05-12T03:25:12.856Z] Running setup.py install for texttable: started [2021-05-12T03:25:14.841Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T03:25:14.841Z] Running setup.py install for dockerpty: started [2021-05-12T03:25:17.472Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T03:25:17.472Z] Running setup.py install for docopt: started [2021-05-12T03:25:19.462Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T03:25:20.441Z] 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-12T03:25:21.882Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:25:21.882Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:25:21.882Z] ---> 35a742074989 [2021-05-12T03:25:21.882Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:25:21.882Z] ---> Using cache [2021-05-12T03:25:21.882Z] ---> 101277825504 [2021-05-12T03:25:21.882Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:25:21.882Z] ---> Using cache [2021-05-12T03:25:21.882Z] ---> 0cdfa4b36c34 [2021-05-12T03:25:21.882Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T03:25:32.063Z] ---> Running in 0dee111ee3ab [2021-05-12T03:25:32.338Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:25:33.327Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:25:33.929Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:25:33.929Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:25:33.929Z] ---> 35a742074989 [2021-05-12T03:25:33.929Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T03:25:33.929Z] ---> Using cache [2021-05-12T03:25:33.929Z] ---> 101277825504 [2021-05-12T03:25:33.929Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:25:33.929Z] ---> Using cache [2021-05-12T03:25:33.929Z] ---> 0cdfa4b36c34 [2021-05-12T03:25:33.929Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T03:25:33.929Z] ---> Using cache [2021-05-12T03:25:33.929Z] ---> 02157bb679b2 [2021-05-12T03:25:33.929Z] Step 6/26 : COPY go.mod . [2021-05-12T03:25:33.929Z] ---> Using cache [2021-05-12T03:25:33.929Z] ---> 3bbc8bb59ba3 [2021-05-12T03:25:33.929Z] Step 7/26 : RUN go mod download [2021-05-12T03:25:33.929Z] ---> Using cache [2021-05-12T03:25:33.929Z] ---> 238054d33b28 [2021-05-12T03:25:33.930Z] Step 8/26 : COPY . . [2021-05-12T03:25:34.210Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:25:34.210Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:25:34.210Z] ---> 35a742074989 [2021-05-12T03:25:34.210Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T03:25:34.210Z] ---> Using cache [2021-05-12T03:25:34.210Z] ---> 101277825504 [2021-05-12T03:25:34.210Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:25:34.210Z] ---> Using cache [2021-05-12T03:25:34.210Z] ---> 0cdfa4b36c34 [2021-05-12T03:25:34.210Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T03:25:34.210Z] ---> Using cache [2021-05-12T03:25:34.210Z] ---> 02157bb679b2 [2021-05-12T03:25:34.210Z] Step 6/24 : COPY go.mod . [2021-05-12T03:25:34.210Z] ---> Using cache [2021-05-12T03:25:34.210Z] ---> 3bbc8bb59ba3 [2021-05-12T03:25:34.210Z] Step 7/24 : RUN go mod download [2021-05-12T03:25:34.210Z] ---> Using cache [2021-05-12T03:25:34.210Z] ---> 238054d33b28 [2021-05-12T03:25:34.210Z] Step 8/24 : COPY . . [2021-05-12T03:25:34.486Z] ---> Using cache [2021-05-12T03:25:34.486Z] ---> 4476391f0d40 [2021-05-12T03:25:34.486Z] Step 9/26 : RUN go mod tidy [2021-05-12T03:25:34.486Z] ---> Using cache [2021-05-12T03:25:34.486Z] ---> 3b5c512dae15 [2021-05-12T03:25:34.486Z] OK: 218 MiB in 52 packages [2021-05-12T03:25:34.486Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T03:25:34.765Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T03:25:34.765Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T03:25:34.765Z] ---> 35a742074989 [2021-05-12T03:25:34.765Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T03:25:34.765Z] ---> Using cache [2021-05-12T03:25:34.765Z] ---> 101277825504 [2021-05-12T03:25:34.765Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:25:34.765Z] ---> Using cache [2021-05-12T03:25:34.765Z] ---> 0cdfa4b36c34 [2021-05-12T03:25:34.765Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T03:25:34.765Z] ---> Using cache [2021-05-12T03:25:34.765Z] ---> 02157bb679b2 [2021-05-12T03:25:34.765Z] Step 6/32 : COPY go.mod . [2021-05-12T03:25:34.765Z] ---> Using cache [2021-05-12T03:25:34.765Z] ---> 3bbc8bb59ba3 [2021-05-12T03:25:34.765Z] Step 7/32 : RUN go mod download [2021-05-12T03:25:34.765Z] ---> Using cache [2021-05-12T03:25:34.765Z] ---> 238054d33b28 [2021-05-12T03:25:34.765Z] Step 8/32 : COPY . . [2021-05-12T03:25:35.039Z] ---> Using cache [2021-05-12T03:25:35.039Z] ---> 4476391f0d40 [2021-05-12T03:25:35.039Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:25:35.039Z] ---> Using cache [2021-05-12T03:25:35.039Z] ---> 3b5c512dae15 [2021-05-12T03:25:35.039Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T03:25:35.039Z] ---> Using cache [2021-05-12T03:25:35.039Z] ---> 4476391f0d40 [2021-05-12T03:25:35.039Z] Step 9/32 : RUN go mod tidy [2021-05-12T03:25:35.039Z] ---> Using cache [2021-05-12T03:25:35.039Z] ---> 3b5c512dae15 [2021-05-12T03:25:35.039Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T03:25:36.025Z] ---> Running in 2bf97231b550 [2021-05-12T03:25:36.025Z] ---> Running in df0264e59086 [2021-05-12T03:25:36.025Z] ---> Running in 4376305322e3 [2021-05-12T03:25:37.220Z] Removing intermediate container 0dee111ee3ab [2021-05-12T03:25:37.220Z] ---> 228b9a56f95a [2021-05-12T03:25:37.220Z] Step 6/24 : COPY go.mod . [2021-05-12T03:25:38.334Z] 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-12T03:25:39.033Z] 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-12T03:25:39.319Z] 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-12T03:25:39.319Z] ---> 2df2704eee2c [2021-05-12T03:25:39.319Z] Step 7/24 : RUN go mod download [2021-05-12T03:25:39.652Z] ---> Running in ef2f7ead5829 [2021-05-12T03:25:43.085Z] Removing intermediate container 24dd91303849 [2021-05-12T03:25:43.085Z] ---> 9ccb44a90214 [2021-05-12T03:25:43.085Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T03:25:43.361Z] ---> Running in f2c41d3ed781 [2021-05-12T03:25:43.963Z] Removing intermediate container ef2f7ead5829 [2021-05-12T03:25:43.963Z] ---> 48ce1463c7bc [2021-05-12T03:25:43.963Z] Step 8/24 : COPY . . [2021-05-12T03:25:44.240Z] Removing intermediate container f2c41d3ed781 [2021-05-12T03:25:44.240Z] ---> f5fcdf35a3c7 [2021-05-12T03:25:44.240Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T03:25:44.516Z] ---> Running in 2d09a96bf8a2 [2021-05-12T03:25:45.503Z] Removing intermediate container 2d09a96bf8a2 [2021-05-12T03:25:45.503Z] ---> 713cd21d992c [2021-05-12T03:25:45.503Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T03:25:48.903Z] ---> 68cc3042ab35 [2021-05-12T03:25:48.903Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T03:25:51.528Z] ---> bdb168794335 [2021-05-12T03:25:51.528Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T03:25:54.155Z] ---> eeb721651a74 [2021-05-12T03:25:54.155Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T03:25:54.155Z] ---> Running in dcb34e7deb86 [2021-05-12T03:25:55.598Z] Removing intermediate container dcb34e7deb86 [2021-05-12T03:25:55.598Z] ---> 0003805ce49d [2021-05-12T03:25:55.598Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:25:55.873Z] ---> Running in 2576f3fc915b [2021-05-12T03:25:57.317Z] Removing intermediate container 2576f3fc915b [2021-05-12T03:25:57.317Z] ---> f5c474271717 [2021-05-12T03:25:57.317Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T03:25:57.592Z] ---> Running in 8f2247354b08 [2021-05-12T03:25:58.578Z] Removing intermediate container 8f2247354b08 [2021-05-12T03:25:58.578Z] ---> e0335ac2edb5 [2021-05-12T03:25:58.578Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:25:59.179Z] ---> Running in da030fb334d7 [2021-05-12T03:26:00.619Z] Removing intermediate container da030fb334d7 [2021-05-12T03:26:00.619Z] ---> 5d8b799e5965 [2021-05-12T03:26:00.619Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:26:01.220Z] ---> Running in 2373269f9194 [2021-05-12T03:26:02.206Z] Removing intermediate container 2373269f9194 [2021-05-12T03:26:02.206Z] ---> eca52a7dafb0 [2021-05-12T03:26:02.206Z] [2021-05-12T03:26:03.640Z] Successfully built eca52a7dafb0 [2021-05-12T03:26:03.640Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-12T03:26:05.633Z]  Building sys-mgmt-agent ... done  ---> 72d5092e76ac [2021-05-12T03:26:05.633Z] Step 9/24 : RUN go mod tidy [2021-05-12T03:26:05.911Z] ---> Running in 0b9899aa773c [2021-05-12T03:26:12.636Z] Removing intermediate container 0b9899aa773c [2021-05-12T03:26:12.636Z] ---> d54b8589405f [2021-05-12T03:26:12.636Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T03:26:12.636Z] ---> Running in cb026c7cf244 [2021-05-12T03:26:14.619Z] 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-12T03:27:11.221Z] 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-12T03:27:14.628Z] Removing intermediate container 4376305322e3 [2021-05-12T03:27:14.628Z] ---> 46cdf4baf838 [2021-05-12T03:27:14.628Z] [2021-05-12T03:27:14.628Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T03:27:14.628Z] ---> 9852663dfa18 [2021-05-12T03:27:14.628Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T03:27:15.224Z] ---> Running in 05f4f50c66d2 [2021-05-12T03:27:16.214Z] Removing intermediate container 05f4f50c66d2 [2021-05-12T03:27:16.214Z] ---> 577b214c6abb [2021-05-12T03:27:16.214Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T03:27:16.485Z] ---> Running in 38c6f7fe0e88 [2021-05-12T03:27:19.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:27:19.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:27:19.785Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T03:27:19.785Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T03:27:19.785Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:27:19.785Z] OK: 5 MiB in 16 packages [2021-05-12T03:27:20.388Z] Removing intermediate container 2bf97231b550 [2021-05-12T03:27:20.663Z] ---> 212a7cb1b6a8 [2021-05-12T03:27:20.663Z] [2021-05-12T03:27:20.663Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T03:27:20.663Z] ---> 9852663dfa18 [2021-05-12T03:27:20.663Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T03:27:20.943Z] ---> Running in 10c13f2c984c [2021-05-12T03:27:21.932Z] Removing intermediate container 38c6f7fe0e88 [2021-05-12T03:27:21.932Z] ---> b8e0228132df [2021-05-12T03:27:21.932Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T03:27:22.212Z] ---> Running in 0705eb40fa3a [2021-05-12T03:27:22.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:27:22.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:27:22.777Z] Removing intermediate container 0705eb40fa3a [2021-05-12T03:27:22.777Z] ---> 2efa58a41e9e [2021-05-12T03:27:22.777Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T03:27:23.053Z] ---> Running in a65a0e0148f5 [2021-05-12T03:27:23.326Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T03:27:23.326Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T03:27:23.326Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T03:27:23.326Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T03:27:23.326Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T03:27:23.326Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T03:27:23.326Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:27:23.601Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T03:27:23.876Z] OK: 7 MiB in 20 packages [2021-05-12T03:27:23.876Z] Removing intermediate container a65a0e0148f5 [2021-05-12T03:27:23.876Z] ---> 6a35a2f24a97 [2021-05-12T03:27:23.876Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T03:27:24.151Z] ---> Running in 2dbc3ea8a8ac [2021-05-12T03:27:26.787Z] Removing intermediate container 10c13f2c984c [2021-05-12T03:27:26.787Z] ---> 9cf869aee0c2 [2021-05-12T03:27:26.787Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T03:27:26.787Z] ---> Running in d7e3fbe1e5ab [2021-05-12T03:27:27.779Z] Removing intermediate container d7e3fbe1e5ab [2021-05-12T03:27:27.779Z] ---> bfa26805ed34 [2021-05-12T03:27:27.779Z] Step 14/26 : WORKDIR / [2021-05-12T03:27:27.779Z] ---> Running in b15125d39fbc [2021-05-12T03:27:28.060Z] Removing intermediate container 2dbc3ea8a8ac [2021-05-12T03:27:28.060Z] ---> 2c082c7b88c7 [2021-05-12T03:27:28.060Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T03:27:28.338Z] ---> Running in ca7dfdf0af88 [2021-05-12T03:27:28.612Z] Removing intermediate container b15125d39fbc [2021-05-12T03:27:28.612Z] ---> 7e47a5a76d39 [2021-05-12T03:27:28.612Z] 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-12T03:27:29.213Z] Removing intermediate container ca7dfdf0af88 [2021-05-12T03:27:29.213Z] ---> f6ac1fab3186 [2021-05-12T03:27:29.213Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T03:27:30.200Z] ---> 444560c45ff6 [2021-05-12T03:27:30.476Z] 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-12T03:27:30.752Z] ---> bbd1e68cef3b [2021-05-12T03:27:30.752Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T03:27:31.032Z] ---> Running in c85d91268ef9 [2021-05-12T03:27:31.638Z] ---> 5facab4a433e [2021-05-12T03:27:31.638Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T03:27:33.899Z] ---> 0059d78e1202 [2021-05-12T03:27:33.899Z] 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-12T03:27:35.949Z] Removing intermediate container c85d91268ef9 [2021-05-12T03:27:35.949Z] ---> 12b94626c5c4 [2021-05-12T03:27:35.949Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:27:35.949Z] ---> 897fbc79d61c [2021-05-12T03:27:35.949Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T03:27:37.963Z] ---> b6dcb50addd8 [2021-05-12T03:27:37.963Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T03:27:38.568Z] ---> bc30d10a1fea [2021-05-12T03:27:38.568Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T03:27:38.852Z] Removing intermediate container df0264e59086 [2021-05-12T03:27:38.852Z] ---> 9d2951c18954 [2021-05-12T03:27:38.852Z] [2021-05-12T03:27:38.852Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T03:27:38.852Z] ---> 9852663dfa18 [2021-05-12T03:27:38.852Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T03:27:38.852Z] ---> Using cache [2021-05-12T03:27:38.852Z] ---> 52bb302936d5 [2021-05-12T03:27:38.852Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T03:27:38.852Z] ---> Using cache [2021-05-12T03:27:38.852Z] ---> 113d7c4b38f8 [2021-05-12T03:27:38.852Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T03:27:39.132Z] ---> Running in 250d646cf328 [2021-05-12T03:27:40.127Z] Removing intermediate container 250d646cf328 [2021-05-12T03:27:40.127Z] ---> 485164175b8d [2021-05-12T03:27:40.127Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T03:27:40.406Z] ---> Running in efe07137ca27 [2021-05-12T03:27:40.406Z] ---> 6bc6eae9a591 [2021-05-12T03:27:40.406Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T03:27:41.013Z] ---> 69d8135ab915 [2021-05-12T03:27:41.014Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T03:27:41.298Z] Removing intermediate container efe07137ca27 [2021-05-12T03:27:41.298Z] ---> 45f2aa49c2b8 [2021-05-12T03:27:41.298Z] Step 16/24 : WORKDIR / [2021-05-12T03:27:41.298Z] ---> Running in a6e2637fb4b7 [2021-05-12T03:27:41.574Z] ---> f80bb7c7dfa7 [2021-05-12T03:27:41.574Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T03:27:41.851Z] ---> ab9c27b4463d [2021-05-12T03:27:41.851Z] 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-12T03:27:41.851Z] Removing intermediate container a6e2637fb4b7 [2021-05-12T03:27:41.851Z] ---> 09a7a70b1a9d [2021-05-12T03:27:41.851Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:27:42.129Z] ---> Running in 70d0f47e55fe [2021-05-12T03:27:43.125Z] ---> 78aae80e9ece [2021-05-12T03:27:43.125Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T03:27:43.404Z] ---> 11a94cdcc08c [2021-05-12T03:27:43.404Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T03:27:44.010Z] ---> aba5008377d9 [2021-05-12T03:27:44.010Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T03:27:44.620Z] ---> Running in 33aa50c8dc6a [2021-05-12T03:27:45.246Z] ---> 567d4d214188 [2021-05-12T03:27:45.246Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T03:27:45.522Z] Removing intermediate container 70d0f47e55fe [2021-05-12T03:27:45.522Z] ---> 74cf702173af [2021-05-12T03:27:45.522Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T03:27:45.802Z] Removing intermediate container 33aa50c8dc6a [2021-05-12T03:27:45.802Z] ---> 6ade55139ef9 [2021-05-12T03:27:45.802Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T03:27:46.079Z] ---> Running in 850a263c50d7 [2021-05-12T03:27:46.359Z] ---> b6ff050f09e4 [2021-05-12T03:27:46.359Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T03:27:46.359Z] ---> Running in 934c0974c705 [2021-05-12T03:27:46.639Z] ---> 8d4f9b51753d [2021-05-12T03:27:46.639Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T03:27:46.639Z] Removing intermediate container 850a263c50d7 [2021-05-12T03:27:46.639Z] ---> 88bbb2f1c886 [2021-05-12T03:27:46.639Z] Step 24/26 : LABEL arch=arm64 [2021-05-12T03:27:47.240Z] ---> Running in aa2ce4c23809 [2021-05-12T03:27:47.240Z] ---> Running in e9fd0222d73d [2021-05-12T03:27:47.240Z] Removing intermediate container 934c0974c705 [2021-05-12T03:27:47.240Z] ---> fcc536525cc2 [2021-05-12T03:27:47.240Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:27:47.517Z] ---> Running in 57726da04425 [2021-05-12T03:27:47.792Z] Removing intermediate container aa2ce4c23809 [2021-05-12T03:27:47.792Z] ---> 6c9176b91824 [2021-05-12T03:27:47.792Z] Step 25/26 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:27:48.076Z] ---> Running in abeac3e8405c [2021-05-12T03:27:48.351Z] Removing intermediate container 57726da04425 [2021-05-12T03:27:48.351Z] ---> 316c3cf4662b [2021-05-12T03:27:48.351Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T03:27:48.351Z] ---> Running in 03ac184f0c54 [2021-05-12T03:27:48.630Z] Removing intermediate container abeac3e8405c [2021-05-12T03:27:48.630Z] ---> 6a8da7588c8d [2021-05-12T03:27:48.630Z] Step 26/26 : LABEL version=0.0.0 [2021-05-12T03:27:48.905Z] ---> Running in 8b8c2d084d2e [2021-05-12T03:27:49.179Z] Removing intermediate container 03ac184f0c54 [2021-05-12T03:27:49.179Z] ---> b1ac0722d61e [2021-05-12T03:27:49.179Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:27:49.456Z] ---> Running in 0933328333ab [2021-05-12T03:27:49.741Z] Removing intermediate container 8b8c2d084d2e [2021-05-12T03:27:49.741Z] ---> 2902ee059c99 [2021-05-12T03:27:49.741Z] [2021-05-12T03:27:50.350Z] Successfully built 2902ee059c99 [2021-05-12T03:27:50.350Z] Removing intermediate container e9fd0222d73d [2021-05-12T03:27:50.350Z] ---> 9522b13fa7cb [2021-05-12T03:27:50.350Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T03:27:50.350Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-12T03:27:50.350Z]  Building security-secretstore-setup ... done Removing intermediate container 0933328333ab [2021-05-12T03:27:50.350Z] ---> 085baaaca369 [2021-05-12T03:27:50.350Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:27:50.627Z] ---> Running in 5715529baeee [2021-05-12T03:27:50.627Z] ---> Running in a571a1b55204 [2021-05-12T03:27:51.228Z] Removing intermediate container a571a1b55204 [2021-05-12T03:27:51.228Z] ---> 0a6250d54d03 [2021-05-12T03:27:51.228Z] [2021-05-12T03:27:51.228Z] Removing intermediate container 5715529baeee [2021-05-12T03:27:51.228Z] ---> e43fc1f87d48 [2021-05-12T03:27:51.228Z] Step 29/32 : CMD ["gate"] [2021-05-12T03:27:51.826Z] Successfully built 0a6250d54d03 [2021-05-12T03:27:51.826Z] Successfully tagged core-metadata-arm64:latest [2021-05-12T03:27:51.826Z]  Building core-metadata ... done  ---> Running in 16a66ca9d9eb [2021-05-12T03:27:52.812Z] Removing intermediate container 16a66ca9d9eb [2021-05-12T03:27:52.812Z] ---> 875e6ceea7d2 [2021-05-12T03:27:52.812Z] Step 30/32 : LABEL arch=arm64 [2021-05-12T03:27:53.415Z] ---> Running in 6955063ddf37 [2021-05-12T03:27:53.415Z] Removing intermediate container cb026c7cf244 [2021-05-12T03:27:53.415Z] ---> 1024bec4850d [2021-05-12T03:27:53.415Z] [2021-05-12T03:27:53.415Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T03:27:53.415Z] ---> 9852663dfa18 [2021-05-12T03:27:53.415Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T03:27:53.697Z] ---> Running in e6b7041de6df [2021-05-12T03:27:53.697Z] Removing intermediate container 6955063ddf37 [2021-05-12T03:27:53.697Z] ---> 1d96d23fff75 [2021-05-12T03:27:53.697Z] Step 31/32 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:27:54.293Z] ---> Running in a7d51171862c [2021-05-12T03:27:54.293Z] Removing intermediate container e6b7041de6df [2021-05-12T03:27:54.293Z] ---> 3c5e1ef8330a [2021-05-12T03:27:54.293Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T03:27:54.567Z] ---> Running in 43d77cbd3228 [2021-05-12T03:27:54.567Z] Removing intermediate container a7d51171862c [2021-05-12T03:27:54.567Z] ---> 2366ec2286e7 [2021-05-12T03:27:54.567Z] Step 32/32 : LABEL version=0.0.0 [2021-05-12T03:27:55.163Z] ---> Running in ec531e41ae6e [2021-05-12T03:27:55.163Z] Removing intermediate container 43d77cbd3228 [2021-05-12T03:27:55.163Z] ---> 2bdf2d7f70e5 [2021-05-12T03:27:55.163Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T03:27:55.439Z] ---> Running in 05926354781f [2021-05-12T03:27:55.717Z] Removing intermediate container ec531e41ae6e [2021-05-12T03:27:55.717Z] ---> bf20c055e1c8 [2021-05-12T03:27:55.717Z] [2021-05-12T03:27:55.990Z] Removing intermediate container 05926354781f [2021-05-12T03:27:55.990Z] ---> db3fa0621912 [2021-05-12T03:27:55.990Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T03:27:55.990Z] Successfully built bf20c055e1c8 [2021-05-12T03:27:56.264Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-12T03:27:56.264Z]  Building security-bootstrapper ... done  ---> Running in a4dd017b9696 [2021-05-12T03:27:58.242Z] Removing intermediate container a4dd017b9696 [2021-05-12T03:27:58.242Z] ---> 11afa025261f [2021-05-12T03:27:58.242Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T03:27:58.531Z] ---> Running in 496d6382e40e [2021-05-12T03:27:59.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T03:28:00.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T03:28:01.090Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T03:28:01.090Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T03:28:01.361Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T03:28:01.361Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T03:28:01.641Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T03:28:01.641Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T03:28:01.641Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T03:28:01.641Z] OK: 8 MiB in 20 packages [2021-05-12T03:28:03.075Z] Removing intermediate container 496d6382e40e [2021-05-12T03:28:03.075Z] ---> bf1c7d8aa58e [2021-05-12T03:28:03.075Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T03:28:03.673Z] ---> b90ee9d4d615 [2021-05-12T03:28:03.673Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T03:28:05.109Z] ---> d4a9275dc3b6 [2021-05-12T03:28:05.109Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T03:28:05.704Z] ---> ffa86daf560f [2021-05-12T03:28:05.704Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T03:28:05.979Z] ---> Running in 22340dca8ce9 [2021-05-12T03:28:06.252Z] Removing intermediate container 22340dca8ce9 [2021-05-12T03:28:06.252Z] ---> b6a7e6eca051 [2021-05-12T03:28:06.252Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T03:28:06.528Z] ---> Running in 5318cdff83cd [2021-05-12T03:28:07.129Z] Removing intermediate container 5318cdff83cd [2021-05-12T03:28:07.129Z] ---> 260435898cca [2021-05-12T03:28:07.129Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T03:28:07.129Z] ---> Running in b44dac75e4f5 [2021-05-12T03:28:07.726Z] Removing intermediate container b44dac75e4f5 [2021-05-12T03:28:07.726Z] ---> 973ca9382e74 [2021-05-12T03:28:07.726Z] Step 23/24 : LABEL git_sha=34f02359155cca2b971fad8a26f2c21a3dd67951 [2021-05-12T03:28:07.726Z] ---> Running in 66da2f150690 [2021-05-12T03:28:08.326Z] Removing intermediate container 66da2f150690 [2021-05-12T03:28:08.326Z] ---> 67c504d07692 [2021-05-12T03:28:08.326Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T03:28:08.326Z] ---> Running in cdf4ececb62a [2021-05-12T03:28:08.924Z] Removing intermediate container cdf4ececb62a [2021-05-12T03:28:08.924Z] ---> 1ad9a8ff9d34 [2021-05-12T03:28:08.924Z] [2021-05-12T03:28:09.199Z] Successfully built 1ad9a8ff9d34 [2021-05-12T03:28:09.199Z] Successfully tagged core-data-arm64:latest [2021-05-12T03:28:09.814Z]  Building core-data ... done  [Pipeline] } [2021-05-12T03:28:09.826Z] $ docker stop --time=1 a17d85b9c64aa53b5068242d9723847e23b13adef21c5c17a3c2e06fdc6d3beb [2021-05-12T03:28:11.778Z] $ docker rm -f a17d85b9c64aa53b5068242d9723847e23b13adef21c5c17a3c2e06fdc6d3beb [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T03:28:12.390Z] + docker images [2021-05-12T03:28:12.661Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T03:28:12.661Z] core-data-arm64 latest 1ad9a8ff9d34 4 seconds ago 20.3MB [2021-05-12T03:28:12.661Z] security-bootstrapper-arm64 latest bf20c055e1c8 17 seconds ago 17.1MB [2021-05-12T03:28:12.661Z] 1024bec4850d 20 seconds ago 989MB [2021-05-12T03:28:12.661Z] core-metadata-arm64 latest 0a6250d54d03 22 seconds ago 17.4MB [2021-05-12T03:28:12.661Z] security-secretstore-setup-arm64 latest 2902ee059c99 23 seconds ago 24.3MB [2021-05-12T03:28:12.661Z] 9d2951c18954 35 seconds ago 988MB [2021-05-12T03:28:12.661Z] 212a7cb1b6a8 53 seconds ago 977MB [2021-05-12T03:28:12.661Z] 46cdf4baf838 59 seconds ago 973MB [2021-05-12T03:28:12.661Z] sys-mgmt-agent-arm64 latest eca52a7dafb0 2 minutes ago 299MB [2021-05-12T03:28:12.661Z] support-notifications-arm64 latest 75aedf115a32 3 minutes ago 16.6MB [2021-05-12T03:28:12.661Z] support-scheduler-arm64 latest f8cd58f8540c 3 minutes ago 16.1MB [2021-05-12T03:28:12.661Z] core-command-arm64 latest 5f8ca860b979 3 minutes ago 16.1MB [2021-05-12T03:28:12.661Z] security-proxy-setup-arm64 latest 1a91aec4b308 3 minutes ago 23.9MB [2021-05-12T03:28:12.661Z] 795deae16d52 3 minutes ago 976MB [2021-05-12T03:28:12.661Z] 49c59e0ee203 3 minutes ago 980MB [2021-05-12T03:28:12.661Z] adcb77c7dce0 3 minutes ago 980MB [2021-05-12T03:28:12.661Z] bfd83d911466 3 minutes ago 979MB [2021-05-12T03:28:12.661Z] 84a0d37327a8 4 minutes ago 977MB [2021-05-12T03:28:12.661Z] ci-base-image-arm64 latest 35a742074989 15 minutes ago 641MB [2021-05-12T03:28:12.661Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 12 days ago 428MB [2021-05-12T03:28:12.661Z] alpine 3.12 9852663dfa18 3 weeks ago 5.32MB [2021-05-12T03:28:12.661Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-12T03:28:12.661Z] 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-12T03:28:13.551Z] ---> job-cost.sh [2021-05-12T03:28:13.551Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wghg [2021-05-12T03:28:52.486Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T03:30:29.264Z] lf-activate-venv(): INFO: Adding /tmp/venv-wghg/bin to PATH [2021-05-12T03:30:29.264Z] INFO: No Stack... [2021-05-12T03:30:29.264Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T03:30:29.264Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T03:30:29.616Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-05-12T03:30:29.616Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T03:30:29.749Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3442-4-stack-cost] [2021-05-12T03:30:29.759Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3442-4-stack-cost] did not exist. Created. [2021-05-12T03:30:29.760Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3442-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T03:30:30.126Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T03:30:30.406Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T03:30:30.419Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3442-4-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-12T03:30:31.490Z] provisioning config files... [2021-05-12T03:30:31.501Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3660746572407021850tmp [Pipeline] { [Pipeline] sh [2021-05-12T03:30:31.829Z] + set +x [2021-05-12T03:30:31.829Z] + curl -s https://codecov.io/bash [2021-05-12T03:30:31.829Z] + bash -s -- [2021-05-12T03:30:32.408Z] [2021-05-12T03:30:32.408Z] _____ _ [2021-05-12T03:30:32.408Z] / ____| | | [2021-05-12T03:30:32.408Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T03:30:32.408Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T03:30:32.408Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T03:30:32.408Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T03:30:32.408Z] Bash-1.0.2 [2021-05-12T03:30:32.408Z] [2021-05-12T03:30:32.408Z] [2021-05-12T03:30:32.408Z] ==> git version 2.24.3 found [2021-05-12T03:30:32.408Z] ==> 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-12T03:30:32.408Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T03:30:32.408Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T03:30:32.408Z] ==> Jenkins CI detected. [2021-05-12T03:30:32.408Z] project root: . [2021-05-12T03:30:32.408Z] --> token set from env [2021-05-12T03:30:32.408Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T03:30:32.408Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T03:30:32.408Z] ==> Python coveragepy not found [2021-05-12T03:30:32.408Z] ==> Searching for coverage reports in: [2021-05-12T03:30:32.408Z] + . [2021-05-12T03:30:32.408Z] -> Found 1 reports [2021-05-12T03:30:32.408Z] ==> Detecting git/mercurial file structure [2021-05-12T03:30:32.408Z] ==> Reading reports [2021-05-12T03:30:32.408Z] + ./coverage.out bytes=720867 [2021-05-12T03:30:32.408Z] ==> Appending adjustments [2021-05-12T03:30:32.408Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T03:30:35.744Z] + Found adjustments [2021-05-12T03:30:35.744Z] ==> Gzipping contents [2021-05-12T03:30:35.744Z] 104K /tmp/codecov.uhRyOg.gz [2021-05-12T03:30:35.744Z] ==> Uploading reports [2021-05-12T03:30:35.744Z] url: https://codecov.io [2021-05-12T03:30:35.744Z] query: branch=PR-3442&commit=34f02359155cca2b971fad8a26f2c21a3dd67951&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3442%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3442&job=&cmd_args= [2021-05-12T03:30:35.744Z] -> Pinging Codecov [2021-05-12T03:30:35.744Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3442&commit=34f02359155cca2b971fad8a26f2c21a3dd67951&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3442%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3442&job=&cmd_args= [2021-05-12T03:30:36.320Z] -> Uploading to [2021-05-12T03:30:36.320Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/34f02359155cca2b971fad8a26f2c21a3dd67951/0e360b67-a169-48da-a6ef-3235f3ce532e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T033036Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75dddcce265f3abbc1162dc49d45b135f875f637e30ad063d82e2b9a0de38fe5 [2021-05-12T03:30:36.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T03:30:36.320Z] Dload Upload Total Spent Left Speed [2021-05-12T03:30:36.897Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 188k --:--:-- --:--:-- --:--:-- 189k [2021-05-12T03:30:36.897Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/34f02359155cca2b971fad8a26f2c21a3dd67951 [Pipeline] } [2021-05-12T03:30:36.907Z] 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-12T03:30:38.091Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:30:38.977Z] ---> package-listing.sh [2021-05-12T03:30:38.977Z] ++ facter osfamily [2021-05-12T03:30:38.977Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T03:30:38.977Z] + OS_FAMILY=redhat [2021-05-12T03:30:38.977Z] + workspace=/w/workspace/edgex-go/4 [2021-05-12T03:30:38.977Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T03:30:38.977Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T03:30:38.977Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T03:30:38.977Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T03:30:38.977Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-12T03:30:38.977Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T03:30:38.977Z] + case "${OS_FAMILY}" in [2021-05-12T03:30:38.977Z] + rpm -qa [2021-05-12T03:30:38.977Z] + sort [2021-05-12T03:30:44.277Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T03:30:44.277Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T03:30:44.277Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T03:30:44.277Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-12T03:30:44.277Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-05-12T03:30:44.277Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-05-12T03:30:44.289Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T03:30:44.581Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:30:44.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T03:30:44.889Z] [2021-05-12T03:30:44.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T03:30:45.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T03:30:45.206Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T03:30:45.206Z] df20fa9351a1: Pulling fs layer [2021-05-12T03:30:45.206Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T03:30:45.206Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T03:30:45.206Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T03:30:45.206Z] 93b61091891f: Pulling fs layer [2021-05-12T03:30:45.206Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T03:30:45.206Z] 5e14af77c1be: Pulling fs layer [2021-05-12T03:30:45.206Z] 01666e4c0597: Pulling fs layer [2021-05-12T03:30:45.206Z] aa168da1d23b: Pulling fs layer [2021-05-12T03:30:45.206Z] 46f8f816bc3b: Waiting [2021-05-12T03:30:45.206Z] 93b61091891f: Waiting [2021-05-12T03:30:45.206Z] 93b9cdb0e59b: Waiting [2021-05-12T03:30:45.206Z] 5e14af77c1be: Waiting [2021-05-12T03:30:45.206Z] 01666e4c0597: Waiting [2021-05-12T03:30:45.206Z] aa168da1d23b: Waiting [2021-05-12T03:30:45.206Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T03:30:45.206Z] 36b3adc4ff6f: Download complete [2021-05-12T03:30:45.206Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T03:30:45.206Z] 46f8f816bc3b: Download complete [2021-05-12T03:30:45.478Z] df20fa9351a1: Download complete [2021-05-12T03:30:45.478Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T03:30:45.478Z] 93b9cdb0e59b: Download complete [2021-05-12T03:30:45.478Z] 93b61091891f: Download complete [2021-05-12T03:30:45.478Z] 5e14af77c1be: Verifying Checksum [2021-05-12T03:30:45.478Z] 5e14af77c1be: Download complete [2021-05-12T03:30:45.478Z] 01666e4c0597: Verifying Checksum [2021-05-12T03:30:45.478Z] 01666e4c0597: Download complete [2021-05-12T03:30:45.478Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T03:30:45.478Z] 8ad3a11d3b57: Download complete [2021-05-12T03:30:45.748Z] df20fa9351a1: Pull complete [2021-05-12T03:30:46.013Z] 36b3adc4ff6f: Pull complete [2021-05-12T03:30:47.412Z] aa168da1d23b: Verifying Checksum [2021-05-12T03:30:47.412Z] aa168da1d23b: Download complete [2021-05-12T03:30:48.362Z] 8ad3a11d3b57: Pull complete [2021-05-12T03:30:48.362Z] 46f8f816bc3b: Pull complete [2021-05-12T03:30:48.629Z] 93b61091891f: Pull complete [2021-05-12T03:30:48.891Z] 93b9cdb0e59b: Pull complete [2021-05-12T03:30:48.891Z] 5e14af77c1be: Pull complete [2021-05-12T03:30:49.152Z] 01666e4c0597: Pull complete [2021-05-12T03:30:59.187Z] aa168da1d23b: Pull complete [2021-05-12T03:30:59.187Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T03:30:59.187Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T03:30:59.187Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T03:30:59.382Z] prd-centos7-docker-4c-2g-4644 does not seem to be running inside a container [2021-05-12T03:30:59.440Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-12T03:31:05.290Z] $ docker top db77fdf670897e7a605b2be3d5216a04d65b1b23989418fdd0d64aec75d1bf2c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T03:31:05.799Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T03:31:06.099Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T03:31:06.401Z] + ls /var/log/sa-host [2021-05-12T03:31:06.401Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T03:31:06.401Z] file_magic: OK [2021-05-12T03:31:06.401Z] HZ: Using current value: 100 [2021-05-12T03:31:06.401Z] file_header: OK [2021-05-12T03:31:06.401Z] 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-12T03:31:06.401Z] Statistics: [2021-05-12T03:31:06.401Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T03:31:06.401Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T03:31:06.401Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T03:31:06.401Z] file_magic: OK [2021-05-12T03:31:06.401Z] HZ: Using current value: 100 [2021-05-12T03:31:06.401Z] file_header: OK [2021-05-12T03:31:06.401Z] 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-12T03:31:06.401Z] Statistics: [2021-05-12T03:31:06.401Z] Hnuu...uuuununununu... [2021-05-12T03:31:06.401Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T03:31:07.067Z] provisioning config files... [2021-05-12T03:31:07.100Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1506831836366677871tmp [Pipeline] { [Pipeline] echo [2021-05-12T03:31:07.130Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:31:07.436Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T03:31:07.449Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T03:31:07.478Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:31:07.775Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T03:31:07.786Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:31:08.112Z] ---> sudo-logs.sh [2021-05-12T03:31:08.113Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T03:31:08.166Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:31:08.531Z] ---> job-cost.sh [2021-05-12T03:31:08.531Z] lf-activate-venv: SKIPPING [2021-05-12T03:31:08.531Z] DEBUG: total: 0.20999999344348907 [2021-05-12T03:31:08.531Z] INFO: Retrieving Stack Cost... [2021-05-12T03:31:09.917Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T03:31:10.489Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T03:31:10.503Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T03:31:10.799Z] ---> logs-deploy.sh [2021-05-12T03:31:10.799Z] lf-activate-venv: SKIPPING [2021-05-12T03:31:10.799Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3442/4 [2021-05-12T03:31:10.799Z] INFO: archiving workspace using pattern(s): [2021-05-12T03:31:12.185Z] Archives upload complete. [2021-05-12T03:31:12.185Z] INFO: archiving logs to Nexus