Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 154cc246e15595e049878ff4f17617e2c34eb802+7baeca4eebb4ae03aa45f246de6ab0a897fafe7c (b431c601eff2c044e4b61b87740beec554ca3918) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true 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-29876 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit 154cc246e15595e049878ff4f17617e2c34eb802 > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 Merge succeeded, producing f759c1930cbd0512a5551fdcb84a4de84c3c09dd Checking out Revision f759c1930cbd0512a5551fdcb84a4de84c3c09dd (PR-3209) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f759c1930cbd0512a5551fdcb84a4de84c3c09dd # timeout=10 Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" > git rev-list --no-walk 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T00:32:01.200Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-16T00:32:01.447Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T00:32:01.582Z] ========================================================= [2021-03-16T00:32:01.582Z] EdgeX Global Pipelines Version Info [2021-03-16T00:32:01.582Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:32:03.296Z] ------------------- [2021-03-16T00:32:03.296Z] stable info: [2021-03-16T00:32:03.296Z] ------------------- [2021-03-16T00:32:03.296Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T00:32:03.296Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T00:32:03.296Z] Message: update stable to v1.0.184 [2021-03-16T00:32:04.252Z] ------------------- [2021-03-16T00:32:04.252Z] experimental info: [2021-03-16T00:32:04.252Z] ------------------- [2021-03-16T00:32:04.252Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T00:32:04.252Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T00:32:04.252Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T00:32:04.532Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T00:32:04.613Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T00:32:04.697Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T00:32:04.786Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T00:32:04.872Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T00:32:04.993Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T00:32:05.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T00:32:05.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T00:32:05.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T00:32:05.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T00:32:05.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T00:32:05.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T00:32:05.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T00:32:05.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T00:32:05.865Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T00:32:05.946Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T00:32:06.045Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T00:32:06.140Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T00:32:06.245Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T00:32:06.337Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T00:32:06.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T00:32:06.534Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T00:32:06.616Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-16T00:32:06.704Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-16T00:32:06.788Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-16T00:32:06.908Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f759c1930cbd0512a5551fdcb84a4de84c3c09dd [Pipeline] echo [2021-03-16T00:32:07.022Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f759c19 [Pipeline] echo [2021-03-16T00:32:07.133Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T00:32:07.310Z] provisioning config files... [2021-03-16T00:32:07.343Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config8413695412290795785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:32:07.713Z] ---> docker-login.sh [2021-03-16T00:32:07.713Z] nexus3.edgexfoundry.org:10001 [2021-03-16T00:32:08.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:08.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:08.337Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:08.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:08.337Z] [2021-03-16T00:32:08.337Z] Login Succeeded [2021-03-16T00:32:08.337Z] nexus3.edgexfoundry.org:10002 [2021-03-16T00:32:08.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:08.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:08.888Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:08.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:08.888Z] [2021-03-16T00:32:08.888Z] Login Succeeded [2021-03-16T00:32:08.888Z] nexus3.edgexfoundry.org:10003 [2021-03-16T00:32:08.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:08.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:08.888Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:08.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:08.888Z] [2021-03-16T00:32:08.888Z] Login Succeeded [2021-03-16T00:32:08.888Z] nexus3.edgexfoundry.org:10004 [2021-03-16T00:32:09.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:09.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:09.156Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:09.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:09.156Z] [2021-03-16T00:32:09.156Z] Login Succeeded [2021-03-16T00:32:09.156Z] docker.io [2021-03-16T00:32:09.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:09.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:09.686Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:09.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:09.686Z] [2021-03-16T00:32:09.686Z] Login Succeeded [2021-03-16T00:32:09.686Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T00:32:09.705Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T00:32:10.182Z] ++ 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-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T00:32:10.182Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:10.182Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T00:32:10.182Z] ++ cut -d/ -f2 [2021-03-16T00:32:10.182Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T00:32:10.328Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:32:11.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:11.267Z] [2021-03-16T00:32:11.267Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:32:11.645Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:11.645Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T00:32:11.645Z] 31603596830f: Pulling fs layer [2021-03-16T00:32:11.645Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T00:32:11.645Z] 6ca5941a6612: Pulling fs layer [2021-03-16T00:32:11.645Z] ecc8261a40a4: Pulling fs layer [2021-03-16T00:32:11.645Z] ecc8261a40a4: Waiting [2021-03-16T00:32:11.645Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T00:32:11.645Z] 2a8b12db71e7: Download complete [2021-03-16T00:32:11.913Z] 31603596830f: Download complete [2021-03-16T00:32:11.913Z] ecc8261a40a4: Verifying Checksum [2021-03-16T00:32:11.913Z] ecc8261a40a4: Download complete [2021-03-16T00:32:12.178Z] 6ca5941a6612: Verifying Checksum [2021-03-16T00:32:12.178Z] 6ca5941a6612: Download complete [2021-03-16T00:32:12.178Z] 31603596830f: Pull complete [2021-03-16T00:32:12.444Z] 2a8b12db71e7: Pull complete [2021-03-16T00:32:13.402Z] 6ca5941a6612: Pull complete [2021-03-16T00:32:13.668Z] ecc8261a40a4: Pull complete [2021-03-16T00:32:13.668Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T00:32:13.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:13.668Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T00:32:13.815Z] prd-centos7-docker-4c-2g-29876 does not seem to be running inside a container [2021-03-16T00:32:13.889Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-16T00:32:16.527Z] $ docker top 2ee5ac402a608664aa0a75757d021b497b1867729deab3947d40d5c7bef69db1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T00:32:16.828Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T00:32:16.829Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T00:32:17.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T00:32:17.127Z] $ docker exec 2ee5ac402a608664aa0a75757d021b497b1867729deab3947d40d5c7bef69db1 ssh-agent [2021-03-16T00:32:17.318Z] SSH_AUTH_SOCK=/tmp/ssh-she175FtL84z/agent.12 [2021-03-16T00:32:17.318Z] SSH_AGENT_PID=18 [2021-03-16T00:32:17.329Z] Running ssh-add (command line suppressed) [2021-03-16T00:32:17.464Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_844776367111936690.key (/w/workspace/edgex-go/20@tmp/private_key_844776367111936690.key) [2021-03-16T00:32:17.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T00:32:17.875Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T00:32:17.898Z] $ docker exec --env ******** --env ******** 2ee5ac402a608664aa0a75757d021b497b1867729deab3947d40d5c7bef69db1 ssh-agent -k [2021-03-16T00:32:18.054Z] unset SSH_AUTH_SOCK; [2021-03-16T00:32:18.055Z] unset SSH_AGENT_PID; [2021-03-16T00:32:18.055Z] echo Agent pid 18 killed; [2021-03-16T00:32:18.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T00:32:18.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T00:32:18.258Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T00:32:18.486Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T00:32:18.490Z] $ docker exec 2ee5ac402a608664aa0a75757d021b497b1867729deab3947d40d5c7bef69db1 ssh-agent [2021-03-16T00:32:18.674Z] SSH_AUTH_SOCK=/tmp/ssh-sUChUsk4ZTGT/agent.48 [2021-03-16T00:32:18.674Z] SSH_AGENT_PID=53 [2021-03-16T00:32:18.681Z] Running ssh-add (command line suppressed) [2021-03-16T00:32:18.835Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_1096619150872885116.key (/w/workspace/edgex-go/20@tmp/private_key_1096619150872885116.key) [2021-03-16T00:32:18.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T00:32:19.244Z] + git semver init [2021-03-16T00:32:19.244Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T00:32:19.244Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2021-03-16T00:32:19.244Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2021-03-16T00:32:19.244Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T00:32:19.244Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T00:32:19.244Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T00:32:19.244Z] # $SEMVER_BRANCH = PR-3209 [2021-03-16T00:32:19.244Z] # $SEMVER_TEMP = /tmp/semver-257701246 [2021-03-16T00:32:19.244Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T00:32:58.117Z] # '/tmp/semver-257701246' -> '/w/workspace/edgex-go/20/.semver' [2021-03-16T00:32:58.117Z] # -> Force: false [2021-03-16T00:32:58.117Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2021-03-16T00:32:58.136Z] $ docker exec --env ******** --env ******** 2ee5ac402a608664aa0a75757d021b497b1867729deab3947d40d5c7bef69db1 ssh-agent -k [2021-03-16T00:32:58.411Z] unset SSH_AUTH_SOCK; [2021-03-16T00:32:58.412Z] unset SSH_AGENT_PID; [2021-03-16T00:32:58.412Z] echo Agent pid 53 killed; [2021-03-16T00:32:58.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T00:32:59.000Z] + git semver [Pipeline] } [2021-03-16T00:32:59.021Z] $ docker stop --time=1 2ee5ac402a608664aa0a75757d021b497b1867729deab3947d40d5c7bef69db1 [2021-03-16T00:33:00.967Z] $ docker rm -f 2ee5ac402a608664aa0a75757d021b497b1867729deab3947d40d5c7bef69db1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:33:01.657Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T00:33:02.278Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T00:33:02.281Z] [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-03-16T00:33:03.127Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:33:03.428Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:33:03.732Z] + sudo service docker restart [2021-03-16T00:33:03.732Z] + true [2021-03-16T00:33:03.732Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T00:33:04.332Z] ========================================================= [2021-03-16T00:33:04.333Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T00:33:04.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:33:04.680Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-16T00:33:08.925Z] Sending build context to Docker daemon 328.6MB [2021-03-16T00:33:08.925Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T00:33:08.925Z] Step 2/6 : FROM ${BASE} [2021-03-16T00:33:08.925Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T00:33:08.925Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T00:33:08.925Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T00:33:08.925Z] de9db76c5a1d: Pulling fs layer [2021-03-16T00:33:08.925Z] bca2f99d35d6: Pulling fs layer [2021-03-16T00:33:08.925Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T00:33:08.925Z] 7c6f9722023f: Pulling fs layer [2021-03-16T00:33:08.925Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T00:33:08.925Z] 93359f2a8cfa: Waiting [2021-03-16T00:33:08.925Z] 7c6f9722023f: Waiting [2021-03-16T00:33:08.925Z] a35cf1a2eb13: Waiting [2021-03-16T00:33:08.925Z] bca2f99d35d6: Waiting [2021-03-16T00:33:08.925Z] 0ef7d3d256c8: Verifying Checksum [2021-03-16T00:33:08.925Z] 0ef7d3d256c8: Download complete [2021-03-16T00:33:08.925Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T00:33:08.925Z] 93359f2a8cfa: Download complete [2021-03-16T00:33:08.925Z] 7c6f9722023f: Verifying Checksum [2021-03-16T00:33:08.925Z] 7c6f9722023f: Download complete [2021-03-16T00:33:08.925Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T00:33:08.925Z] 188c0c94c7c5: Download complete [2021-03-16T00:33:09.210Z] 188c0c94c7c5: Pull complete [2021-03-16T00:33:10.170Z] 0ef7d3d256c8: Pull complete [2021-03-16T00:33:10.170Z] de9db76c5a1d: Pull complete [2021-03-16T00:33:10.749Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T00:33:10.749Z] a35cf1a2eb13: Download complete [2021-03-16T00:33:11.328Z] bca2f99d35d6: Verifying Checksum [2021-03-16T00:33:11.328Z] bca2f99d35d6: Download complete [2021-03-16T00:33:17.624Z] Still waiting to schedule task [2021-03-16T00:33:17.624Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-16T00:33:18.100Z] bca2f99d35d6: Pull complete [2021-03-16T00:33:18.100Z] 93359f2a8cfa: Pull complete [2021-03-16T00:33:18.100Z] 7c6f9722023f: Pull complete [2021-03-16T00:33:22.387Z] a35cf1a2eb13: Pull complete [2021-03-16T00:33:22.966Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T00:33:22.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T00:33:22.966Z] ---> a62c8e92a672 [2021-03-16T00:33:22.966Z] 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-03-16T00:33:23.233Z] ---> Running in cb1dd1750bf2 [2021-03-16T00:33:23.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:33:24.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:33:25.330Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T00:33:25.594Z] (2/12) Installing file (5.38-r0) [2021-03-16T00:33:25.594Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T00:33:25.858Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T00:33:35.894Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T00:33:35.894Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T00:33:35.894Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T00:33:35.894Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T00:33:35.894Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T00:33:35.894Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T00:33:35.894Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T00:33:35.894Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T00:33:35.894Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:33:35.894Z] OK: 233 MiB in 51 packages [2021-03-16T00:33:40.129Z] Removing intermediate container cb1dd1750bf2 [2021-03-16T00:33:40.129Z] ---> 61ced696c4f8 [2021-03-16T00:33:40.129Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T00:33:40.129Z] ---> Running in d6ce94b831a8 [2021-03-16T00:33:40.129Z] Removing intermediate container d6ce94b831a8 [2021-03-16T00:33:40.129Z] ---> e0ed66abc7ef [2021-03-16T00:33:40.129Z] Step 5/6 : COPY go.mod . [2021-03-16T00:33:40.129Z] ---> 087d5f699ff1 [2021-03-16T00:33:40.129Z] Step 6/6 : RUN go mod download [2021-03-16T00:33:40.398Z] ---> Running in 0a5960a4cff6 [2021-03-16T00:34:07.069Z] Removing intermediate container 0a5960a4cff6 [2021-03-16T00:34:07.069Z] ---> cdcc8b05e5e1 [2021-03-16T00:34:07.069Z] Successfully built cdcc8b05e5e1 [2021-03-16T00:34:07.069Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:34:07.399Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T00:34:07.399Z] . [Pipeline] withDockerContainer [2021-03-16T00:34:07.518Z] prd-centos7-docker-4c-2g-29876 does not seem to be running inside a container [2021-03-16T00:34:07.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T00:34:08.566Z] $ docker top f333dc3ebbdfbf6ec827255532d341734fc2f1918763fb805c17b0f69ed28176 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:34:09.146Z] + go version [2021-03-16T00:34:09.146Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T00:34:09.161Z] $ docker stop --time=1 f333dc3ebbdfbf6ec827255532d341734fc2f1918763fb805c17b0f69ed28176 [2021-03-16T00:34:10.567Z] $ docker rm -f f333dc3ebbdfbf6ec827255532d341734fc2f1918763fb805c17b0f69ed28176 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:34:11.437Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T00:34:11.438Z] . [Pipeline] withDockerContainer [2021-03-16T00:34:11.540Z] prd-centos7-docker-4c-2g-29876 does not seem to be running inside a container [2021-03-16T00:34:11.588Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T00:34:12.431Z] $ docker top 26d5ea32c1a04dadb6ae8b4e5404b3a764b8a1643a1b8b9308e4c11a4aa59218 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T00:34:12.610Z] ========================================================= [2021-03-16T00:34:12.610Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T00:34:12.610Z] ========================================================= [Pipeline] sh [2021-03-16T00:34:12.906Z] + make test [2021-03-16T00:34:12.906Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T00:34:23.278Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T00:34:46.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T00:34:46.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T00:34:50.117Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T00:34:50.117Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T00:34:51.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T00:34:51.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T00:34:51.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T00:34:51.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T00:34:52.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T00:34:52.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T00:34:55.417Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T00:34:55.417Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T00:34:55.417Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T00:34:58.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 45.9% of statements [2021-03-16T00:34:58.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T00:34:58.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T00:34:58.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T00:34:58.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T00:34:58.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T00:34:58.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T00:34:58.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements [2021-03-16T00:34:58.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.109s coverage: 100.0% of statements [2021-03-16T00:35:01.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.278s coverage: 27.1% of statements [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T00:35:01.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T00:35:01.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T00:35:01.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T00:35:02.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 71.3% of statements [2021-03-16T00:35:02.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T00:35:02.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T00:35:03.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.280s coverage: 82.9% of statements [2021-03-16T00:35:03.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T00:35:03.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:35:03.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.082s coverage: 78.9% of statements [2021-03-16T00:35:03.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T00:35:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.342s coverage: 28.6% of statements [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T00:35:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T00:35:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T00:35:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.146s coverage: 86.7% of statements [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T00:35:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T00:35:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T00:35:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.443s coverage: 92.8% of statements [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.104s coverage: 0.1% of statements [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T00:35:09.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 47.1% of statements [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2021-03-16T00:35:09.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-03-16T00:35:21.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2021-03-16T00:35:21.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-16T00:35:25.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.156s coverage: 81.9% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.6% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.6% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 62.4% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-03-16T00:35:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.369s coverage: 69.0% of statements [2021-03-16T00:35:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T00:35:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 38.4% of statements [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T00:35:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T00:35:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [2021-03-16T00:35:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T00:35:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T00:35:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T00:35:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.193s coverage: 87.1% of statements [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:35:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T00:35:35.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.103s coverage: 29.1% of statements [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T00:35:35.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.116s coverage: 99.0% of statements [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T00:35:35.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T00:35:35.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T00:35:35.389Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.161s coverage: 96.5% of statements [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T00:35:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T00:35:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T00:35:35.390Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T00:35:35.390Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T00:35:35.660Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-16T00:35:35.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2021-03-16T00:35:36.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-16T00:35:36.475Z] GO111MODULE=on go vet ./... [2021-03-16T00:36:09.007Z] gofmt -l . [2021-03-16T00:36:09.593Z] [ "`gofmt -l .`" = "" ] [2021-03-16T00:36:10.541Z] ./bin/test-go-mod-tidy.sh [2021-03-16T00:36:10.808Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T00:36:11.706Z] + ls -al . [2021-03-16T00:36:11.706Z] total 760 [2021-03-16T00:36:11.706Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 00:36 . [2021-03-16T00:36:11.706Z] drwxr-xr-x 4 root root 30 Mar 16 00:34 .. [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 00:31 .dockerignore [2021-03-16T00:36:11.706Z] drwxrwxr-x 8 1001 1001 179 Mar 16 00:32 .git [2021-03-16T00:36:11.706Z] drwxrwxr-x 3 1001 1001 125 Mar 16 00:31 .github [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 00:31 .gitignore [2021-03-16T00:36:11.706Z] drwx------ 3 1001 1001 60 Mar 16 00:32 .semver [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 00:31 .sonarcloud.properties [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:31 Attribution.txt [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:31 CONTRIBUTING.md [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 00:31 Dockerfile.build [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 00:31 Jenkinsfile [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:31 LICENSE [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:31 Makefile [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:31 README.md [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:31 SECURITY.md [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:31 ZMQWindows.md [2021-03-16T00:36:11.706Z] drwxrwxr-x 2 1001 1001 117 Mar 16 00:31 bin [2021-03-16T00:36:11.706Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 00:31 cmd [2021-03-16T00:36:11.706Z] -rw-r--r-- 1 root root 650607 Mar 16 00:35 coverage.out [2021-03-16T00:36:11.706Z] -rw-r--r-- 1 root root 1055 Mar 16 00:36 go.mod [2021-03-16T00:36:11.706Z] -rw-r--r-- 1 root root 22099 Mar 16 00:36 go.sum [2021-03-16T00:36:11.706Z] drwxrwxr-x 8 1001 1001 127 Mar 16 00:31 internal [2021-03-16T00:36:11.706Z] drwxrwxr-x 4 1001 1001 26 Mar 16 00:31 openapi [2021-03-16T00:36:11.706Z] drwxrwxr-x 4 1001 1001 71 Mar 16 00:31 snap [2021-03-16T00:36:11.706Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 00:31 version.go [Pipeline] sh [2021-03-16T00:36:12.025Z] + '[' -e coverage.out ] [2021-03-16T00:36:12.025Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T00:36:12.296Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T00:36:12.593Z] + make build [2021-03-16T00:36:12.594Z] 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-03-16T00:36:17.932Z] 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-03-16T00:36:26.198Z] 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-03-16T00:36:26.469Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29883 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-16T00:36:26.570Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-03-16T00:36:27.600Z] 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-03-16T00:36:29.544Z] 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-03-16T00:36:30.132Z] 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-03-16T00:36:32.093Z] 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-03-16T00:36:32.642Z] using credential edgex-jenkins-ssh [2021-03-16T00:36:32.719Z] Cloning the remote Git repository [2021-03-16T00:36:32.789Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:36:32.926Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-03-16T00:36:34.048Z] 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-03-16T00:36:33.050Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:36:33.051Z] > git --version # timeout=10 [2021-03-16T00:36:33.072Z] > git --version # 'git version 2.17.1' [2021-03-16T00:36:33.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:36:33.136Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:36:35.030Z] 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-03-16T00:36:36.432Z] 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-03-16T00:36:37.835Z] 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-03-16T00:36:38.800Z] 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-03-16T00:36:41.940Z] $ docker stop --time=1 26d5ea32c1a04dadb6ae8b4e5404b3a764b8a1643a1b8b9308e4c11a4aa59218 [2021-03-16T00:36:43.852Z] $ docker rm -f 26d5ea32c1a04dadb6ae8b4e5404b3a764b8a1643a1b8b9308e4c11a4aa59218 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:36:46.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:36:46.273Z] [2021-03-16T00:36:46.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:36:46.642Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:36:46.642Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T00:36:46.642Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T00:36:46.642Z] ca9280d653b3: Pulling fs layer [2021-03-16T00:36:46.642Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T00:36:46.911Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-16T00:36:46.911Z] cbdbe7a5bc2a: Download complete [2021-03-16T00:36:47.179Z] ca9280d653b3: Verifying Checksum [2021-03-16T00:36:47.179Z] ca9280d653b3: Download complete [2021-03-16T00:36:47.448Z] cbdbe7a5bc2a: Pull complete [2021-03-16T00:36:48.402Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T00:36:48.402Z] 7e9c9ca2126c: Download complete [2021-03-16T00:36:48.665Z] ca9280d653b3: Pull complete [2021-03-16T00:36:55.309Z] 7e9c9ca2126c: Pull complete [2021-03-16T00:36:55.309Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T00:36:55.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:36:55.309Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T00:36:55.459Z] prd-centos7-docker-4c-2g-29876 does not seem to be running inside a container [2021-03-16T00:36:55.513Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T00:36:56.498Z] $ docker top 8ae65033cff5b7bb00b450d71be44d4aa8d7ece43bff7e1383f949b1781cd832 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:36:57.087Z] + docker-compose build --help [2021-03-16T00:36:57.087Z] + grep parallel [2021-03-16T00:36:58.497Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T00:36:58.513Z] $ docker stop --time=1 8ae65033cff5b7bb00b450d71be44d4aa8d7ece43bff7e1383f949b1781cd832 [2021-03-16T00:36:59.952Z] $ docker rm -f 8ae65033cff5b7bb00b450d71be44d4aa8d7ece43bff7e1383f949b1781cd832 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:37:00.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:37:00.617Z] . [Pipeline] withDockerContainer [2021-03-16T00:37:00.736Z] prd-centos7-docker-4c-2g-29876 does not seem to be running inside a container [2021-03-16T00:37:00.793Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T00:37:02.773Z] $ docker top e86b4f0e9592274ea9e51b52a12ae5e66eb10003b18707e534bde5efb8fa3155 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:37:03.356Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T00:37:04.177Z] Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit 154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-16T00:37:04.749Z] Building docker-core-command-go ... [2021-03-16T00:37:04.749Z] Building docker-core-data-go ... [2021-03-16T00:37:04.749Z] Building docker-core-metadata-go ... [2021-03-16T00:37:04.749Z] Building docker-security-bootstrapper-go ... [2021-03-16T00:37:04.749Z] Building docker-security-proxy-setup-go ... [2021-03-16T00:37:04.749Z] Building docker-security-secretstore-setup-go ... [2021-03-16T00:37:04.749Z] Building docker-support-notifications-go ... [2021-03-16T00:37:04.749Z] Building docker-support-scheduler-go ... [2021-03-16T00:37:04.749Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T00:37:04.749Z] Building docker-support-notifications-go [2021-03-16T00:37:04.749Z] Building docker-support-scheduler-go [2021-03-16T00:37:04.749Z] Building docker-security-secretstore-setup-go [2021-03-16T00:37:04.749Z] Building docker-core-metadata-go [2021-03-16T00:37:04.749Z] Building docker-security-proxy-setup-go [2021-03-16T00:37:05.100Z] Merge succeeded, producing e762921f0fea48cb823878458f4889888335f8f7 [2021-03-16T00:37:05.100Z] Checking out Revision e762921f0fea48cb823878458f4889888335f8f7 (PR-3209) [2021-03-16T00:37:03.297Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:37:03.320Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:37:03.351Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:37:03.408Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:37:03.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:37:03.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T00:37:04.197Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:37:04.217Z] > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [2021-03-16T00:37:04.599Z] > git remote # timeout=10 [2021-03-16T00:37:04.621Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T00:37:04.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:37:04.729Z] > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 [2021-03-16T00:37:05.075Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T00:37:05.104Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:37:05.132Z] > git checkout -f e762921f0fea48cb823878458f4889888335f8f7 # timeout=10 [2021-03-16T00:37:09.835Z] Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" [2021-03-16T00:37:09.839Z] > git rev-list --no-walk 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T00:37:11.493Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:37:11.937Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:37:12.294Z] + sudo service docker restart [2021-03-16T00:37:12.294Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T00:37:14.364Z] provisioning config files... [2021-03-16T00:37:14.410Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config4492900384740551882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:37:15.007Z] ---> docker-login.sh [2021-03-16T00:37:15.007Z] nexus3.edgexfoundry.org:10001 [2021-03-16T00:37:15.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:16.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:16.605Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:16.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:16.605Z] [2021-03-16T00:37:16.605Z] Login Succeeded [2021-03-16T00:37:16.605Z] nexus3.edgexfoundry.org:10002 [2021-03-16T00:37:16.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:17.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:17.158Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:17.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:17.158Z] [2021-03-16T00:37:17.158Z] Login Succeeded [2021-03-16T00:37:17.158Z] nexus3.edgexfoundry.org:10003 [2021-03-16T00:37:17.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:17.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:17.722Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:17.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:17.722Z] [2021-03-16T00:37:17.722Z] Login Succeeded [2021-03-16T00:37:17.722Z] nexus3.edgexfoundry.org:10004 [2021-03-16T00:37:18.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:18.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:18.321Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:18.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:18.321Z] [2021-03-16T00:37:18.321Z] Login Succeeded [2021-03-16T00:37:18.321Z] docker.io [2021-03-16T00:37:18.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:19.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:19.203Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:19.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:19.203Z] [2021-03-16T00:37:19.203Z] Login Succeeded [2021-03-16T00:37:19.203Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T00:37:19.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T00:37:19.773Z] ========================================================= [2021-03-16T00:37:19.773Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T00:37:19.773Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:37:20.174Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-16T00:37:22.873Z] Sending build context to Docker daemon 166.8MB [2021-03-16T00:37:22.873Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:22.873Z] Step 2/6 : FROM ${BASE} [2021-03-16T00:37:22.873Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T00:37:22.873Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T00:37:22.873Z] a4357932f1b6: Pulling fs layer [2021-03-16T00:37:22.873Z] 18c013af1878: Pulling fs layer [2021-03-16T00:37:22.873Z] 00ac8860ef70: Pulling fs layer [2021-03-16T00:37:22.873Z] 63d7cb157983: Pulling fs layer [2021-03-16T00:37:22.873Z] b116817d02f9: Pulling fs layer [2021-03-16T00:37:22.873Z] 745a02a5169b: Pulling fs layer [2021-03-16T00:37:22.873Z] 00ac8860ef70: Waiting [2021-03-16T00:37:22.873Z] 63d7cb157983: Waiting [2021-03-16T00:37:22.873Z] b116817d02f9: Waiting [2021-03-16T00:37:22.873Z] 745a02a5169b: Waiting [2021-03-16T00:37:22.873Z] 18c013af1878: Verifying Checksum [2021-03-16T00:37:22.873Z] 18c013af1878: Download complete [2021-03-16T00:37:22.873Z] a4357932f1b6: Verifying Checksum [2021-03-16T00:37:22.873Z] a4357932f1b6: Download complete [2021-03-16T00:37:23.154Z] 63d7cb157983: Download complete [2021-03-16T00:37:23.154Z] b116817d02f9: Verifying Checksum [2021-03-16T00:37:23.154Z] b116817d02f9: Download complete [2021-03-16T00:37:23.430Z] 5f621e34cdf4: Verifying Checksum [2021-03-16T00:37:23.430Z] 5f621e34cdf4: Download complete [2021-03-16T00:37:24.448Z] 5f621e34cdf4: Pull complete [2021-03-16T00:37:24.742Z] a4357932f1b6: Pull complete [2021-03-16T00:37:25.345Z] 18c013af1878: Pull complete [2021-03-16T00:37:26.797Z] 745a02a5169b: Verifying Checksum [2021-03-16T00:37:26.797Z] 745a02a5169b: Download complete [2021-03-16T00:37:28.784Z] 00ac8860ef70: Verifying Checksum [2021-03-16T00:37:28.784Z] 00ac8860ef70: Download complete [2021-03-16T00:37:38.973Z] 00ac8860ef70: Pull complete [2021-03-16T00:37:38.973Z] 63d7cb157983: Pull complete [2021-03-16T00:37:38.973Z] b116817d02f9: Pull complete [2021-03-16T00:37:43.329Z] 745a02a5169b: Pull complete [2021-03-16T00:37:43.329Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T00:37:43.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T00:37:43.329Z] ---> b7e6874047d6 [2021-03-16T00:37:43.329Z] 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-03-16T00:37:43.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:43.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:37:43.718Z] ---> cdcc8b05e5e1 [2021-03-16T00:37:43.718Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:37:43.718Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:43.718Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:37:43.718Z] ---> cdcc8b05e5e1 [2021-03-16T00:37:43.718Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T00:37:43.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:43.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:37:43.718Z] ---> cdcc8b05e5e1 [2021-03-16T00:37:43.718Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:37:43.718Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:43.718Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:37:43.718Z] ---> cdcc8b05e5e1 [2021-03-16T00:37:43.718Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:37:43.718Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:43.718Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:37:43.718Z] ---> cdcc8b05e5e1 [2021-03-16T00:37:43.718Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T00:37:43.718Z] ---> Running in 83ae710aacc2 [2021-03-16T00:37:43.718Z] ---> Running in 707eaa18c382 [2021-03-16T00:37:43.718Z] ---> Running in e121c2cdbafa [2021-03-16T00:37:43.718Z] ---> Running in f0178a3d42bb [2021-03-16T00:37:43.718Z] ---> Running in dd0b4390cda0 [2021-03-16T00:37:43.981Z] Removing intermediate container e121c2cdbafa [2021-03-16T00:37:43.981Z] ---> 345f1a09994a [2021-03-16T00:37:43.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:37:44.245Z] Removing intermediate container 707eaa18c382 [2021-03-16T00:37:44.245Z] ---> bedf246ea5a8 [2021-03-16T00:37:44.245Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:37:44.245Z] Removing intermediate container 83ae710aacc2 [2021-03-16T00:37:44.245Z] ---> bdbdb59b9ef7 [2021-03-16T00:37:44.245Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:37:44.245Z] Removing intermediate container f0178a3d42bb [2021-03-16T00:37:44.245Z] ---> 767bc7cc2853 [2021-03-16T00:37:44.245Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:37:44.245Z] Removing intermediate container dd0b4390cda0 [2021-03-16T00:37:44.245Z] ---> c82f287e00a1 [2021-03-16T00:37:44.245Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:37:44.245Z] ---> Running in f68111c8cce7 [2021-03-16T00:37:44.245Z] ---> Running in 4578d5f954f5 [2021-03-16T00:37:44.512Z] ---> Running in 1fa515f6d99f [2021-03-16T00:37:44.512Z] ---> Running in 05fbb0ab1175 [2021-03-16T00:37:44.512Z] ---> Running in da3596608ac6 [2021-03-16T00:37:47.091Z] Removing intermediate container f68111c8cce7 [2021-03-16T00:37:47.091Z] ---> 43dd6f2fece7 [2021-03-16T00:37:47.091Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:37:47.091Z] Removing intermediate container 4578d5f954f5 [2021-03-16T00:37:47.091Z] ---> 42c660d03d80 [2021-03-16T00:37:47.091Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T00:37:47.091Z] ---> Running in 3b1e6d1c53f4 [2021-03-16T00:37:47.091Z] ---> Running in 4b3e5d9a50dc [2021-03-16T00:37:47.091Z] Removing intermediate container 1fa515f6d99f [2021-03-16T00:37:47.091Z] ---> 2d6583c130bc [2021-03-16T00:37:47.091Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T00:37:47.091Z] Removing intermediate container 05fbb0ab1175 [2021-03-16T00:37:47.091Z] ---> 90b3f82e3896 [2021-03-16T00:37:47.091Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T00:37:47.091Z] Removing intermediate container da3596608ac6 [2021-03-16T00:37:47.091Z] ---> 6681e7ebd1fd [2021-03-16T00:37:47.091Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T00:37:47.091Z] ---> Running in 659ada19664d [2021-03-16T00:37:47.355Z] ---> Running in 206c967384f5 [2021-03-16T00:37:47.355Z] ---> Running in 7249f6158ac8 [2021-03-16T00:37:47.694Z] ---> Running in c1d61d13c7b5 [2021-03-16T00:37:48.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:48.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:48.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:48.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:48.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:48.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:37:48.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:49.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:49.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:49.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:49.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:37:49.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:37:49.976Z] OK: 233 MiB in 51 packages [2021-03-16T00:37:50.246Z] OK: 233 MiB in 51 packages [2021-03-16T00:37:50.246Z] OK: 233 MiB in 51 packages [2021-03-16T00:37:50.246Z] OK: 233 MiB in 51 packages [2021-03-16T00:37:50.511Z] OK: 233 MiB in 51 packages [2021-03-16T00:37:50.641Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T00:37:50.913Z] (2/12) Installing file (5.38-r0) [2021-03-16T00:37:51.088Z] Removing intermediate container 3b1e6d1c53f4 [2021-03-16T00:37:51.088Z] ---> 3789c8d2d465 [2021-03-16T00:37:51.088Z] Step 6/23 : COPY go.mod . [2021-03-16T00:37:51.187Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T00:37:51.187Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T00:37:51.361Z] Removing intermediate container 206c967384f5 [2021-03-16T00:37:51.361Z] ---> 32a0bc3984e0 [2021-03-16T00:37:51.361Z] Step 6/24 : COPY go.mod . [2021-03-16T00:37:51.361Z] Removing intermediate container 4b3e5d9a50dc [2021-03-16T00:37:51.361Z] ---> 5ddf9508d80c [2021-03-16T00:37:51.361Z] Step 6/22 : COPY go.mod . [2021-03-16T00:37:51.361Z] ---> c682b29c9422 [2021-03-16T00:37:51.361Z] Step 7/23 : RUN go mod download [2021-03-16T00:37:51.361Z] Removing intermediate container 7249f6158ac8 [2021-03-16T00:37:51.361Z] ---> 0f2352cf2e7d [2021-03-16T00:37:51.361Z] Step 6/22 : COPY go.mod . [2021-03-16T00:37:51.625Z] ---> Running in c99a5e2495c9 [2021-03-16T00:37:51.625Z] ---> 3dab0dc82fee [2021-03-16T00:37:51.625Z] Step 7/24 : RUN go mod download [2021-03-16T00:37:51.888Z] ---> Running in 8bc3f71ceb16 [2021-03-16T00:37:51.888Z] Removing intermediate container 659ada19664d [2021-03-16T00:37:51.888Z] ---> 711e7e8a096e [2021-03-16T00:37:51.888Z] Step 6/21 : COPY go.mod . [2021-03-16T00:37:52.151Z] ---> faca70bb56da [2021-03-16T00:37:52.151Z] Step 7/22 : RUN go mod download [2021-03-16T00:37:52.151Z] ---> 4615014b0c4f [2021-03-16T00:37:52.151Z] Step 7/22 : RUN go mod download [2021-03-16T00:37:52.417Z] ---> Running in fcd486ae0d25 [2021-03-16T00:37:52.417Z] ---> Running in d4b34dcd34b5 [2021-03-16T00:37:52.417Z] ---> be8b6b635f65 [2021-03-16T00:37:52.417Z] Step 7/21 : RUN go mod download [2021-03-16T00:37:52.685Z] ---> Running in e774521254fd [2021-03-16T00:37:54.670Z] Removing intermediate container c99a5e2495c9 [2021-03-16T00:37:54.670Z] ---> ae3cd54a6bdd [2021-03-16T00:37:54.670Z] Step 8/23 : COPY . . [2021-03-16T00:37:54.670Z] Removing intermediate container fcd486ae0d25 [2021-03-16T00:37:54.670Z] ---> 41c31464ef42 [2021-03-16T00:37:54.670Z] Step 8/22 : COPY . . [2021-03-16T00:37:54.670Z] Removing intermediate container 8bc3f71ceb16 [2021-03-16T00:37:54.670Z] ---> 925283c79c87 [2021-03-16T00:37:54.670Z] Step 8/24 : COPY . . [2021-03-16T00:37:54.670Z] Removing intermediate container d4b34dcd34b5 [2021-03-16T00:37:54.670Z] ---> 6c71bc4582fa [2021-03-16T00:37:54.670Z] Step 8/22 : COPY . . [2021-03-16T00:37:56.112Z] Removing intermediate container e774521254fd [2021-03-16T00:37:56.112Z] ---> 43c06bd6c937 [2021-03-16T00:37:56.112Z] Step 8/21 : COPY . . [2021-03-16T00:38:06.279Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T00:38:06.279Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T00:38:06.279Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T00:38:06.279Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T00:38:06.279Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T00:38:06.279Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T00:38:06.279Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T00:38:06.279Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T00:38:06.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:38:06.279Z] OK: 217 MiB in 51 packages [2021-03-16T00:38:09.687Z] Removing intermediate container c1d61d13c7b5 [2021-03-16T00:38:09.687Z] ---> 7c3f4ff756d4 [2021-03-16T00:38:09.687Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T00:38:09.967Z] ---> Running in 10fcd1b1b302 [2021-03-16T00:38:10.568Z] Removing intermediate container 10fcd1b1b302 [2021-03-16T00:38:10.568Z] ---> ec0ff1f12497 [2021-03-16T00:38:10.568Z] Step 5/6 : COPY go.mod . [2021-03-16T00:38:11.168Z] ---> 7d489f35c811 [2021-03-16T00:38:11.168Z] Step 6/6 : RUN go mod download [2021-03-16T00:38:11.442Z] ---> Running in 2ee4b534571b [2021-03-16T00:38:43.518Z] ---> 795a0b988752 [2021-03-16T00:38:43.518Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T00:38:43.518Z] ---> dbbbf4670f8a [2021-03-16T00:38:43.518Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T00:38:43.518Z] ---> 1f26ba802b5f [2021-03-16T00:38:43.518Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T00:38:43.518Z] ---> d514c0a40746 [2021-03-16T00:38:43.518Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T00:38:43.518Z] ---> 1c3e9c7a7ed6 [2021-03-16T00:38:43.518Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T00:38:43.518Z] ---> Running in 194cdfa4f785 [2021-03-16T00:38:43.518Z] ---> Running in ad5bd9f89ad7 [2021-03-16T00:38:43.518Z] ---> Running in 09ecdfef146c [2021-03-16T00:38:43.518Z] ---> Running in 407449bcb451 [2021-03-16T00:38:43.518Z] ---> Running in 619bed979ef5 [2021-03-16T00:38:43.518Z] 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-03-16T00:38:43.518Z] 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-03-16T00:38:43.518Z] 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-03-16T00:38:43.518Z] 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-03-16T00:38:43.518Z] 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-03-16T00:38:43.793Z] Removing intermediate container 2ee4b534571b [2021-03-16T00:38:43.793Z] ---> b3baaf7d75b2 [2021-03-16T00:38:43.793Z] Successfully built b3baaf7d75b2 [2021-03-16T00:38:43.793Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:38:44.147Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T00:38:44.147Z] . [Pipeline] withDockerContainer [2021-03-16T00:38:44.484Z] prd-ubuntu18.04-docker-arm64-4c-16g-29883 does not seem to be running inside a container [2021-03-16T00:38:44.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T00:38:46.420Z] $ docker top 58a34a49bb564db436e9bc2a80c3259f5df54534ae6963f32043b44ffd1ae698 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:38:47.519Z] + go version [2021-03-16T00:38:47.519Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T00:38:47.550Z] $ docker stop --time=1 58a34a49bb564db436e9bc2a80c3259f5df54534ae6963f32043b44ffd1ae698 [2021-03-16T00:38:49.632Z] $ docker rm -f 58a34a49bb564db436e9bc2a80c3259f5df54534ae6963f32043b44ffd1ae698 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:38:50.828Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T00:38:50.828Z] . [Pipeline] withDockerContainer [2021-03-16T00:38:51.140Z] prd-ubuntu18.04-docker-arm64-4c-16g-29883 does not seem to be running inside a container [2021-03-16T00:38:51.224Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T00:38:52.815Z] $ docker top 632fbd289a053baef7b58317fda79ba1f5a3b34a550488648176197ca11e4030 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T00:38:53.268Z] ========================================================= [2021-03-16T00:38:53.268Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T00:38:53.268Z] ========================================================= [Pipeline] sh [2021-03-16T00:38:53.929Z] + make test [2021-03-16T00:38:53.929Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T00:39:15.810Z] 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-03-16T00:39:15.810Z] 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-03-16T00:39:22.501Z] Removing intermediate container 407449bcb451 [2021-03-16T00:39:22.501Z] ---> b5eea0a0fe68 [2021-03-16T00:39:22.501Z] [2021-03-16T00:39:22.501Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T00:39:22.501Z] Removing intermediate container ad5bd9f89ad7 [2021-03-16T00:39:22.501Z] ---> ea87c81e9825 [2021-03-16T00:39:22.501Z] [2021-03-16T00:39:22.501Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T00:39:22.501Z] 3.12: Pulling from library/alpine [2021-03-16T00:39:22.501Z] 3.12: Pulling from library/alpine [2021-03-16T00:39:22.770Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:39:22.770Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:39:22.770Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T00:39:22.770Z] Status: Image is up to date for alpine:3.12 [2021-03-16T00:39:22.770Z] ---> 88dd2752d2ea [2021-03-16T00:39:22.770Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T00:39:22.770Z] ---> 88dd2752d2ea [2021-03-16T00:39:22.770Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T00:39:25.355Z] ---> Running in 6934d6d50d8b [2021-03-16T00:39:25.355Z] ---> Running in 3c6ed8026cb1 [2021-03-16T00:39:25.634Z] Removing intermediate container 09ecdfef146c [2021-03-16T00:39:25.634Z] ---> 8e722653336c [2021-03-16T00:39:25.634Z] [2021-03-16T00:39:25.634Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:39:25.634Z] ---> 88dd2752d2ea [2021-03-16T00:39:25.634Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:39:25.634Z] Removing intermediate container 619bed979ef5 [2021-03-16T00:39:25.634Z] ---> 67f847c0133d [2021-03-16T00:39:25.634Z] [2021-03-16T00:39:25.634Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:39:25.634Z] ---> 88dd2752d2ea [2021-03-16T00:39:25.634Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T00:39:25.939Z] ---> Running in 60e6088c99ca [2021-03-16T00:39:25.939Z] ---> Running in a2d2dbf31995 [2021-03-16T00:39:26.343Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T00:39:26.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:26.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:26.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:26.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:27.209Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T00:39:27.209Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T00:39:27.209Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:39:27.209Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T00:39:27.209Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T00:39:27.209Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:39:27.209Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T00:39:27.209Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T00:39:27.209Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T00:39:27.209Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:39:27.209Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:39:27.209Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:39:27.209Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:39:27.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:27.492Z] OK: 7 MiB in 18 packages [2021-03-16T00:39:27.492Z] OK: 7 MiB in 19 packages [2021-03-16T00:39:27.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:27.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:27.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:27.766Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T00:39:27.766Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:39:27.766Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:39:27.766Z] OK: 6 MiB in 15 packages [2021-03-16T00:39:27.766Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:39:27.766Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:39:27.766Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:39:27.766Z] OK: 6 MiB in 16 packages [2021-03-16T00:39:30.419Z] Removing intermediate container 194cdfa4f785 [2021-03-16T00:39:30.419Z] ---> d62aa9b102a9 [2021-03-16T00:39:30.419Z] [2021-03-16T00:39:30.419Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:39:30.419Z] ---> 88dd2752d2ea [2021-03-16T00:39:30.419Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:39:30.419Z] ---> Running in f45495ce7422 [2021-03-16T00:39:31.138Z] Removing intermediate container 6934d6d50d8b [2021-03-16T00:39:31.138Z] ---> 350dd04b547a [2021-03-16T00:39:31.138Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:39:32.094Z] ---> Running in e88aa4e074b5 [2021-03-16T00:39:32.094Z] Removing intermediate container 60e6088c99ca [2021-03-16T00:39:32.094Z] ---> e6850f284492 [2021-03-16T00:39:32.094Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:39:32.371Z] Removing intermediate container 3c6ed8026cb1 [2021-03-16T00:39:32.371Z] ---> b032afd47770 [2021-03-16T00:39:32.371Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:39:32.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:32.371Z] Removing intermediate container a2d2dbf31995 [2021-03-16T00:39:32.371Z] ---> b7df3370a004 [2021-03-16T00:39:32.371Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:39:32.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:39:32.371Z] ---> Running in 299c571397e7 [2021-03-16T00:39:32.371Z] ---> Running in a8a8af4ef8d3 [2021-03-16T00:39:32.639Z] ---> Running in 2903222908db [2021-03-16T00:39:32.639Z] Removing intermediate container e88aa4e074b5 [2021-03-16T00:39:32.639Z] ---> 02d1058cff35 [2021-03-16T00:39:32.639Z] Step 13/24 : WORKDIR / [2021-03-16T00:39:32.639Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:39:32.639Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:39:32.639Z] OK: 6 MiB in 15 packages [2021-03-16T00:39:32.639Z] ---> Running in d76dcbb3555a [2021-03-16T00:39:32.907Z] Removing intermediate container a8a8af4ef8d3 [2021-03-16T00:39:32.907Z] ---> 1031b437634b [2021-03-16T00:39:32.907Z] Step 13/21 : WORKDIR /edgex [2021-03-16T00:39:32.907Z] Removing intermediate container 299c571397e7 [2021-03-16T00:39:32.907Z] ---> 6c7444ed439d [2021-03-16T00:39:32.907Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T00:39:32.907Z] Removing intermediate container 2903222908db [2021-03-16T00:39:32.907Z] ---> 55e336b94d98 [2021-03-16T00:39:32.907Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T00:39:33.172Z] ---> Running in 0df8d55f8f22 [2021-03-16T00:39:33.439Z] ---> Running in 47d3a1372545 [2021-03-16T00:39:33.702Z] Removing intermediate container d76dcbb3555a [2021-03-16T00:39:33.703Z] ---> 3091fd23437c [2021-03-16T00:39:33.703Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-16T00:39:33.703Z] ---> Running in c5fcc2659b56 [2021-03-16T00:39:34.649Z] Removing intermediate container c5fcc2659b56 [2021-03-16T00:39:34.649Z] ---> 76526f120f17 [2021-03-16T00:39:34.649Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:39:34.649Z] ---> ad4064c716f8 [2021-03-16T00:39:34.649Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-16T00:39:34.649Z] Removing intermediate container 47d3a1372545 [2021-03-16T00:39:34.649Z] ---> 7bdfd5082cff [2021-03-16T00:39:34.649Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:39:34.649Z] Removing intermediate container f45495ce7422 [2021-03-16T00:39:34.649Z] ---> 96d58f4110fe [2021-03-16T00:39:34.649Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:39:34.649Z] Removing intermediate container 0df8d55f8f22 [2021-03-16T00:39:34.649Z] ---> 3ff0ed9093c7 [2021-03-16T00:39:34.649Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T00:39:34.912Z] ---> Running in edbc157d64b7 [2021-03-16T00:39:34.912Z] ---> Running in 946b894fcb8f [2021-03-16T00:39:34.912Z] ---> Running in a26cefd8bed1 [2021-03-16T00:39:34.912Z] ---> 82a24f048c31 [2021-03-16T00:39:34.912Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T00:39:35.181Z] ---> 81c9bd4cf8ac [2021-03-16T00:39:35.181Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T00:39:35.181Z] Removing intermediate container edbc157d64b7 [2021-03-16T00:39:35.181Z] ---> 140dea4ab32d [2021-03-16T00:39:35.181Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:39:35.181Z] Removing intermediate container 946b894fcb8f [2021-03-16T00:39:35.181Z] ---> 665fda018721 [2021-03-16T00:39:35.181Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:39:35.181Z] Removing intermediate container a26cefd8bed1 [2021-03-16T00:39:35.181Z] ---> abb48aec314f [2021-03-16T00:39:35.181Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T00:39:35.449Z] ---> a5114f16eec2 [2021-03-16T00:39:35.449Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T00:39:35.449Z] ---> Running in 359b4a66db2a [2021-03-16T00:39:35.730Z] ---> 341ae44c068e [2021-03-16T00:39:35.730Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T00:39:35.730Z] ---> 13ee7a71ac70 [2021-03-16T00:39:35.730Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T00:39:35.996Z] Removing intermediate container 359b4a66db2a [2021-03-16T00:39:35.996Z] ---> c682ac372945 [2021-03-16T00:39:35.996Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:39:35.996Z] ---> fc145899a926 [2021-03-16T00:39:35.996Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T00:39:36.265Z] ---> Running in 59f07134884e [2021-03-16T00:39:36.265Z] ---> 8127d1990496 [2021-03-16T00:39:36.265Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T00:39:36.535Z] Removing intermediate container 59f07134884e [2021-03-16T00:39:36.535Z] ---> 0048f5c819ce [2021-03-16T00:39:36.535Z] Step 15/23 : WORKDIR / [2021-03-16T00:39:36.808Z] ---> 2f4906899f94 [2021-03-16T00:39:36.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T00:39:36.808Z] ---> Running in d018f3c6aba9 [2021-03-16T00:39:36.808Z] ---> a006ffc1a25a [2021-03-16T00:39:36.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T00:39:36.808Z] ---> 54656952737b [2021-03-16T00:39:36.808Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T00:39:37.073Z] ---> a9d76353697b [2021-03-16T00:39:37.073Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T00:39:37.073Z] ---> Running in 550d4c96f7df [2021-03-16T00:39:37.073Z] Removing intermediate container d018f3c6aba9 [2021-03-16T00:39:37.073Z] ---> 5d444046a39a [2021-03-16T00:39:37.073Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:39:37.335Z] ---> ae38f8660f86 [2021-03-16T00:39:37.335Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T00:39:37.335Z] ---> 002cdcc12b98 [2021-03-16T00:39:37.335Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T00:39:37.335Z] Removing intermediate container 550d4c96f7df [2021-03-16T00:39:37.335Z] ---> 21b1698d8438 [2021-03-16T00:39:37.335Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T00:39:37.335Z] ---> Running in 434aa682c825 [2021-03-16T00:39:37.597Z] ---> Running in 1e39e053b82f [2021-03-16T00:39:37.597Z] ---> Running in c0a1bff3f154 [2021-03-16T00:39:37.597Z] ---> 7c10fe67f6b5 [2021-03-16T00:39:37.597Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-16T00:39:37.597Z] ---> a4ab13e57545 [2021-03-16T00:39:37.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T00:39:37.863Z] ---> Running in 62168f55000b [2021-03-16T00:39:37.863Z] Removing intermediate container 434aa682c825 [2021-03-16T00:39:37.863Z] ---> 2af4b8c29e4e [2021-03-16T00:39:37.863Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:39:37.863Z] Removing intermediate container 1e39e053b82f [2021-03-16T00:39:37.863Z] ---> 8ad6233b0e45 [2021-03-16T00:39:37.863Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:39:38.128Z] Removing intermediate container c0a1bff3f154 [2021-03-16T00:39:38.128Z] ---> fc4bfe52ab4d [2021-03-16T00:39:38.128Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T00:39:38.128Z] ---> Running in ecdf8f238562 [2021-03-16T00:39:38.394Z] ---> Running in 0621f445beda [2021-03-16T00:39:38.394Z] ---> Running in bfcdaf0d4902 [2021-03-16T00:39:38.394Z] ---> 2ca55b43e602 [2021-03-16T00:39:38.394Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T00:39:38.657Z] Removing intermediate container ecdf8f238562 [2021-03-16T00:39:38.657Z] ---> 1edf0f0b3abe [2021-03-16T00:39:38.657Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T00:39:38.657Z] Removing intermediate container 0621f445beda [2021-03-16T00:39:38.657Z] ---> dc1b7c20f99d [2021-03-16T00:39:38.657Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T00:39:38.657Z] Removing intermediate container bfcdaf0d4902 [2021-03-16T00:39:38.657Z] ---> 798e6075d009 [2021-03-16T00:39:38.657Z] Step 20/21 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:39:38.919Z] ---> Running in f734b6245826 [2021-03-16T00:39:38.919Z] ---> Running in 53b160bc1649 [2021-03-16T00:39:38.919Z] ---> Running in 66b6ee8a336a [2021-03-16T00:39:38.919Z] ---> 1e130e7ccee4 [2021-03-16T00:39:38.919Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T00:39:39.182Z] ---> Running in aec81f9e2618 [2021-03-16T00:39:39.183Z] Removing intermediate container f734b6245826 [2021-03-16T00:39:39.183Z] ---> 1c1e730b118d [2021-03-16T00:39:39.183Z] Step 21/22 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:39:39.183Z] Removing intermediate container 53b160bc1649 [2021-03-16T00:39:39.183Z] ---> 766742236c32 [2021-03-16T00:39:39.183Z] Step 21/22 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:39:39.445Z] Removing intermediate container 66b6ee8a336a [2021-03-16T00:39:39.445Z] ---> a24647547d76 [2021-03-16T00:39:39.445Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T00:39:39.707Z] ---> Running in cd9992e0096b [2021-03-16T00:39:39.707Z] ---> Running in 348719aaf6ab [2021-03-16T00:39:39.707Z] ---> Running in 7402ecf94fb1 [2021-03-16T00:39:39.707Z] Removing intermediate container 62168f55000b [2021-03-16T00:39:39.707Z] ---> 46983e56591f [2021-03-16T00:39:39.707Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T00:39:39.972Z] Removing intermediate container aec81f9e2618 [2021-03-16T00:39:39.972Z] ---> ca96bf271092 [2021-03-16T00:39:39.972Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:39:39.972Z] ---> Running in f37ae0cd8f8c [2021-03-16T00:39:39.972Z] ---> Running in 4ac1a0037d95 [2021-03-16T00:39:39.972Z] Removing intermediate container cd9992e0096b [2021-03-16T00:39:39.972Z] ---> cb822926062b [2021-03-16T00:39:39.972Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:39:40.236Z] Removing intermediate container 348719aaf6ab [2021-03-16T00:39:40.236Z] ---> a7ef5462291c [2021-03-16T00:39:40.236Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:39:40.236Z] Removing intermediate container 7402ecf94fb1 [2021-03-16T00:39:40.236Z] ---> 45b121393b65 [2021-03-16T00:39:40.236Z] [2021-03-16T00:39:40.236Z] ---> Running in 8b0ef5f4e9c2 [2021-03-16T00:39:40.236Z] ---> Running in 1bbd739f2a48 [2021-03-16T00:39:40.503Z] Removing intermediate container f37ae0cd8f8c [2021-03-16T00:39:40.503Z] ---> c5dcaa2b31af [2021-03-16T00:39:40.503Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T00:39:40.503Z] Successfully built 45b121393b65 [2021-03-16T00:39:40.503Z] Removing intermediate container 4ac1a0037d95 [2021-03-16T00:39:40.503Z] ---> 8f6d2ad6ec6a [2021-03-16T00:39:40.503Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:39:40.503Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T00:39:40.503Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-16T00:39:40.503Z] ---> Running in df004ef65372 [2021-03-16T00:39:40.503Z] Removing intermediate container 8b0ef5f4e9c2 [2021-03-16T00:39:40.503Z] ---> 609daad41dfc [2021-03-16T00:39:40.503Z] [2021-03-16T00:39:40.767Z] Removing intermediate container 1bbd739f2a48 [2021-03-16T00:39:40.767Z] ---> c0146926f2fc [2021-03-16T00:39:40.767Z] [2021-03-16T00:39:40.767Z] ---> Running in d7b251848d7f [2021-03-16T00:39:41.031Z] Successfully built 609daad41dfc [2021-03-16T00:39:41.031Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T00:39:41.031Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-16T00:39:41.031Z] Removing intermediate container df004ef65372 [2021-03-16T00:39:41.031Z] ---> b31dcf860c61 [2021-03-16T00:39:41.031Z] Step 23/24 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:39:41.031Z] Successfully built c0146926f2fc [2021-03-16T00:39:41.031Z] Removing intermediate container d7b251848d7f [2021-03-16T00:39:41.031Z] ---> b4dc31d75440 [2021-03-16T00:39:41.031Z] Step 22/23 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:39:41.031Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T00:39:41.031Z] Building docker-core-data-go [2021-03-16T00:39:41.293Z]  Building docker-support-scheduler-go ... done  ---> Running in 369e53318bcd [2021-03-16T00:39:41.293Z] ---> Running in 68b48560f0d9 [2021-03-16T00:39:41.293Z] Removing intermediate container 369e53318bcd [2021-03-16T00:39:41.293Z] ---> 0b825ffda8b8 [2021-03-16T00:39:41.293Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T00:39:41.293Z] Removing intermediate container 68b48560f0d9 [2021-03-16T00:39:41.293Z] ---> 1418e548ff36 [2021-03-16T00:39:41.293Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:39:41.560Z] ---> Running in b0d428291fb1 [2021-03-16T00:39:41.560Z] ---> Running in 1bd3cd60df05 [2021-03-16T00:39:41.826Z] Removing intermediate container b0d428291fb1 [2021-03-16T00:39:41.826Z] ---> 642c81f75a74 [2021-03-16T00:39:41.826Z] [2021-03-16T00:39:42.866Z] Removing intermediate container 1bd3cd60df05 [2021-03-16T00:39:42.866Z] ---> 31e04bd1db85 [2021-03-16T00:39:42.866Z] [2021-03-16T00:39:42.866Z] Successfully built 642c81f75a74 [2021-03-16T00:39:42.866Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T00:39:42.866Z] Building docker-security-bootstrapper-go [2021-03-16T00:39:42.866Z]  Building docker-security-secretstore-setup-go ... done Successfully built 31e04bd1db85 [2021-03-16T00:39:42.866Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T00:40:15.243Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:40:15.243Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:40:15.243Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:40:15.243Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:40:15.243Z] ---> cdcc8b05e5e1 [2021-03-16T00:40:15.243Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> c82f287e00a1 [2021-03-16T00:40:15.243Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> 6681e7ebd1fd [2021-03-16T00:40:15.243Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:40:15.243Z] ---> cdcc8b05e5e1 [2021-03-16T00:40:15.243Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> c82f287e00a1 [2021-03-16T00:40:15.243Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> 6681e7ebd1fd [2021-03-16T00:40:15.243Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T00:40:15.243Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:40:15.243Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:40:15.243Z] ---> cdcc8b05e5e1 [2021-03-16T00:40:15.243Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> c82f287e00a1 [2021-03-16T00:40:15.243Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> 6681e7ebd1fd [2021-03-16T00:40:15.243Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T00:40:15.243Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:40:15.243Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:40:15.243Z] ---> cdcc8b05e5e1 [2021-03-16T00:40:15.243Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> c82f287e00a1 [2021-03-16T00:40:15.243Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:40:15.243Z] ---> Using cache [2021-03-16T00:40:15.243Z] ---> 6681e7ebd1fd [2021-03-16T00:40:15.243Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T00:40:15.243Z] ---> Running in 870e4205fc2c [2021-03-16T00:40:15.243Z] ---> Running in bb33ae6aabf8 [2021-03-16T00:40:15.243Z] ---> Running in e5205fb9866f [2021-03-16T00:40:15.243Z] ---> Running in c03d723fc80e [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:40:15.243Z] OK: 233 MiB in 51 packages [2021-03-16T00:40:15.243Z] OK: 233 MiB in 51 packages [2021-03-16T00:40:15.243Z] OK: 233 MiB in 51 packages [2021-03-16T00:40:15.243Z] OK: 233 MiB in 51 packages [2021-03-16T00:40:15.243Z] Removing intermediate container c03d723fc80e [2021-03-16T00:40:15.243Z] ---> 26c96bdd0402 [2021-03-16T00:40:15.243Z] Step 6/23 : COPY go.mod . [2021-03-16T00:40:15.243Z] Removing intermediate container 870e4205fc2c [2021-03-16T00:40:15.243Z] ---> 946d18c8aa83 [2021-03-16T00:40:15.243Z] Step 6/23 : COPY go.mod . [2021-03-16T00:40:15.243Z] Removing intermediate container e5205fb9866f [2021-03-16T00:40:15.243Z] ---> 906539a8826d [2021-03-16T00:40:15.243Z] Step 6/31 : COPY go.mod . [2021-03-16T00:40:15.508Z] Removing intermediate container bb33ae6aabf8 [2021-03-16T00:40:15.508Z] ---> 1e4fc64e6a78 [2021-03-16T00:40:15.508Z] Step 6/26 : COPY go.mod . [2021-03-16T00:40:15.508Z] ---> e5eb2169a84a [2021-03-16T00:40:15.508Z] Step 7/23 : RUN go mod download [2021-03-16T00:40:15.508Z] ---> 858338897d06 [2021-03-16T00:40:15.508Z] Step 7/23 : RUN go mod download [2021-03-16T00:40:15.772Z] ---> Running in 2569fca9c9cd [2021-03-16T00:40:15.772Z] ---> Running in 84d8efa6b457 [2021-03-16T00:40:15.772Z] ---> 22e353096e49 [2021-03-16T00:40:15.772Z] Step 7/31 : RUN go mod download [2021-03-16T00:40:15.772Z] ---> 39c19940764e [2021-03-16T00:40:15.772Z] Step 7/26 : RUN go mod download [2021-03-16T00:40:16.036Z] ---> Running in 8c8a476d77d7 [2021-03-16T00:40:16.036Z] ---> Running in a8e711016a90 [2021-03-16T00:40:18.610Z] Removing intermediate container 2569fca9c9cd [2021-03-16T00:40:18.610Z] ---> 3ad225566943 [2021-03-16T00:40:18.610Z] Step 8/23 : COPY . . [2021-03-16T00:40:18.610Z] Removing intermediate container 8c8a476d77d7 [2021-03-16T00:40:18.610Z] ---> 8e3d7e6b93e7 [2021-03-16T00:40:18.610Z] Step 8/26 : COPY . . [2021-03-16T00:40:18.610Z] Removing intermediate container 84d8efa6b457 [2021-03-16T00:40:18.610Z] ---> 77ba717f868d [2021-03-16T00:40:18.610Z] Step 8/23 : COPY . . [2021-03-16T00:40:18.610Z] Removing intermediate container a8e711016a90 [2021-03-16T00:40:18.610Z] ---> 4dd7bf8dc3fa [2021-03-16T00:40:18.610Z] Step 8/31 : COPY . . [2021-03-16T00:40:23.019Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T00:40:45.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T00:40:45.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T00:40:45.312Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T00:40:45.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T00:40:45.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T00:40:45.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T00:40:45.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T00:40:48.224Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T00:40:49.007Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T00:40:57.702Z] ---> 37d1551a7f9e [2021-03-16T00:40:57.702Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T00:40:57.702Z] ---> 93b72ce4cd6c [2021-03-16T00:40:57.702Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T00:40:57.702Z] ---> 904b8bdf2239 [2021-03-16T00:40:57.702Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T00:40:57.702Z] ---> Running in b06568d5d35b [2021-03-16T00:40:57.702Z] ---> Running in cba0c597f472 [2021-03-16T00:40:57.702Z] ---> Running in c807635d3d59 [2021-03-16T00:40:57.702Z] ---> 703afa43a243 [2021-03-16T00:40:57.702Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T00:40:57.702Z] ---> Running in 1bfd8cc2ecb8 [2021-03-16T00:40:57.702Z] 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-03-16T00:40:57.702Z] 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-03-16T00:40:57.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T00:40:57.702Z] 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-03-16T00:40:59.227Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T00:40:59.227Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T00:40:59.227Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T00:41:05.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.327s coverage: 45.9% of statements [2021-03-16T00:41:05.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T00:41:05.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T00:41:05.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T00:41:05.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T00:41:05.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T00:41:05.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T00:41:05.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.162s coverage: 19.8% of statements [2021-03-16T00:41:05.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.243s coverage: 100.0% of statements [2021-03-16T00:41:14.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.659s coverage: 27.1% of statements [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T00:41:14.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T00:41:14.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T00:41:14.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 71.3% of statements [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T00:41:14.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T00:41:17.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.497s coverage: 82.9% of statements [2021-03-16T00:41:17.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T00:41:17.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:41:17.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.193s coverage: 78.9% of statements [2021-03-16T00:41:17.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T00:41:30.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.421s coverage: 28.6% of statements [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T00:41:30.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.172s coverage: 100.0% of statements [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T00:41:30.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T00:41:30.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.477s coverage: 86.7% of statements [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T00:41:30.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T00:41:30.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.173s coverage: 78.3% of statements [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T00:41:30.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T00:41:36.872Z] Removing intermediate container 1bfd8cc2ecb8 [2021-03-16T00:41:36.872Z] ---> 90585f5d346d [2021-03-16T00:41:36.872Z] [2021-03-16T00:41:36.872Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T00:41:36.872Z] Removing intermediate container cba0c597f472 [2021-03-16T00:41:36.872Z] ---> 544a417c1602 [2021-03-16T00:41:36.872Z] [2021-03-16T00:41:36.872Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:41:36.872Z] ---> 88dd2752d2ea [2021-03-16T00:41:36.872Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:41:36.872Z] ---> 88dd2752d2ea [2021-03-16T00:41:36.872Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T00:41:36.872Z] ---> Using cache [2021-03-16T00:41:36.872Z] ---> 96d58f4110fe [2021-03-16T00:41:36.872Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:41:36.872Z] ---> Using cache [2021-03-16T00:41:36.872Z] ---> abb48aec314f [2021-03-16T00:41:36.872Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T00:41:36.872Z] Removing intermediate container c807635d3d59 [2021-03-16T00:41:36.872Z] ---> 4cf0cef07443 [2021-03-16T00:41:36.872Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T00:41:36.872Z] ---> Running in bf628c3d09c9 [2021-03-16T00:41:36.872Z] ---> Running in 20e3127e60e4 [2021-03-16T00:41:36.872Z] ---> Running in dd900b97bcdf [2021-03-16T00:41:36.872Z] Removing intermediate container 20e3127e60e4 [2021-03-16T00:41:36.873Z] ---> 7a579b92b0eb [2021-03-16T00:41:36.873Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T00:41:36.873Z] Removing intermediate container bf628c3d09c9 [2021-03-16T00:41:36.873Z] ---> dc44f7c65c98 [2021-03-16T00:41:36.873Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:41:36.873Z] ---> Running in 9aea598b7a38 [2021-03-16T00:41:36.873Z] ---> Running in 15101592293b [2021-03-16T00:41:36.873Z] 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-03-16T00:41:36.873Z] Removing intermediate container 9aea598b7a38 [2021-03-16T00:41:36.873Z] ---> f0f81164f5d7 [2021-03-16T00:41:36.873Z] Step 15/23 : WORKDIR / [2021-03-16T00:41:36.873Z] ---> Running in 425c727be3b9 [2021-03-16T00:41:36.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:36.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:36.873Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:41:36.873Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T00:41:36.873Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:41:36.873Z] OK: 6 MiB in 16 packages [2021-03-16T00:41:36.873Z] Removing intermediate container 425c727be3b9 [2021-03-16T00:41:36.873Z] ---> 44c10b9042f8 [2021-03-16T00:41:36.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:41:36.873Z] Removing intermediate container b06568d5d35b [2021-03-16T00:41:36.873Z] ---> dbab93c2ecb7 [2021-03-16T00:41:36.873Z] [2021-03-16T00:41:36.873Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:41:36.873Z] ---> 88dd2752d2ea [2021-03-16T00:41:36.873Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T00:41:36.873Z] ---> 9e5102cfecda [2021-03-16T00:41:36.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T00:41:36.873Z] ---> Running in 039ba2a25210 [2021-03-16T00:41:36.873Z] Removing intermediate container 15101592293b [2021-03-16T00:41:36.873Z] ---> 61222fbfcfa8 [2021-03-16T00:41:36.873Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T00:41:36.873Z] ---> Running in 3ed24229cde3 [2021-03-16T00:41:36.873Z] Removing intermediate container 039ba2a25210 [2021-03-16T00:41:36.873Z] ---> 27d9964414de [2021-03-16T00:41:36.873Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T00:41:36.873Z] Removing intermediate container dd900b97bcdf [2021-03-16T00:41:36.873Z] ---> 4f98d05fbca0 [2021-03-16T00:41:36.873Z] [2021-03-16T00:41:36.873Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T00:41:36.873Z] 20.10.0: Pulling from library/docker [2021-03-16T00:41:36.873Z] ---> Running in 6ca3e95c60a4 [2021-03-16T00:41:36.873Z] ---> febfc5b376b1 [2021-03-16T00:41:36.873Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T00:41:37.139Z] Removing intermediate container 3ed24229cde3 [2021-03-16T00:41:37.139Z] ---> fc0127d3e25f [2021-03-16T00:41:37.139Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T00:41:37.139Z] ---> Running in 690928d878d9 [2021-03-16T00:41:37.139Z] Removing intermediate container 6ca3e95c60a4 [2021-03-16T00:41:37.139Z] ---> 17eec0042ae0 [2021-03-16T00:41:37.139Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T00:41:37.405Z] ---> 87cb98493620 [2021-03-16T00:41:37.405Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T00:41:37.988Z] ---> Running in 549417a4c9f4 [2021-03-16T00:41:37.988Z] ---> Running in 2b4d0894256d [2021-03-16T00:41:37.988Z] Removing intermediate container 690928d878d9 [2021-03-16T00:41:37.988Z] ---> 2e3280db46ff [2021-03-16T00:41:37.988Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T00:41:37.988Z] ---> Running in a7cdd5837b06 [2021-03-16T00:41:38.250Z] Removing intermediate container 549417a4c9f4 [2021-03-16T00:41:38.250Z] ---> 01b788fcd1d9 [2021-03-16T00:41:38.250Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:41:38.530Z] Removing intermediate container 2b4d0894256d [2021-03-16T00:41:38.530Z] ---> fdab72066150 [2021-03-16T00:41:38.530Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:41:38.798Z] ---> Running in 122359966b67 [2021-03-16T00:41:39.073Z] ---> Running in cfda0fdc5c26 [2021-03-16T00:41:39.366Z] Removing intermediate container cfda0fdc5c26 [2021-03-16T00:41:39.366Z] ---> 513418505797 [2021-03-16T00:41:39.366Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:41:39.366Z] ---> Running in f0af3ae1bf43 [2021-03-16T00:41:39.634Z] Removing intermediate container f0af3ae1bf43 [2021-03-16T00:41:39.634Z] ---> e444950633f9 [2021-03-16T00:41:39.634Z] Step 22/23 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:41:39.898Z] ---> Running in db94a915d6fd [2021-03-16T00:41:40.164Z] Removing intermediate container db94a915d6fd [2021-03-16T00:41:40.164Z] ---> dd401d655d4d [2021-03-16T00:41:40.164Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:41:40.164Z] Removing intermediate container a7cdd5837b06 [2021-03-16T00:41:40.164Z] ---> a557bc78fb18 [2021-03-16T00:41:40.164Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T00:41:40.164Z] ---> Running in 67a4ac673031 [2021-03-16T00:41:40.430Z] ---> Running in 2da7ab79c4b6 [2021-03-16T00:41:40.430Z] Removing intermediate container 122359966b67 [2021-03-16T00:41:40.430Z] ---> fbe2dc7c6c31 [2021-03-16T00:41:40.430Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T00:41:40.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.507s coverage: 92.8% of statements [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T00:41:40.432Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T00:41:40.432Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.306s coverage: 0.1% of statements [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T00:41:40.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T00:41:40.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.127s coverage: 47.1% of statements [2021-03-16T00:41:40.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements [2021-03-16T00:41:40.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-03-16T00:41:40.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-03-16T00:41:40.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-03-16T00:41:40.703Z] ---> Running in c5fd8d2081fc [2021-03-16T00:41:40.703Z] Removing intermediate container 67a4ac673031 [2021-03-16T00:41:40.703Z] ---> 58a99c59610c [2021-03-16T00:41:40.703Z] [2021-03-16T00:41:40.703Z] Removing intermediate container 2da7ab79c4b6 [2021-03-16T00:41:40.703Z] ---> d6f72d36354e [2021-03-16T00:41:40.703Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T00:41:41.287Z] Successfully built 58a99c59610c [2021-03-16T00:41:41.287Z] Successfully tagged docker-core-command-go:latest [2021-03-16T00:41:41.287Z] ---> 42697961226d [2021-03-16T00:41:41.287Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T00:41:41.554Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:41.555Z] ---> Running in 2d5c5891d529 [2021-03-16T00:41:42.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:43.113Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T00:41:43.113Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T00:41:43.113Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T00:41:43.113Z] Removing intermediate container 2d5c5891d529 [2021-03-16T00:41:43.113Z] ---> 273f58e599a5 [2021-03-16T00:41:43.113Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:41:43.113Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T00:41:43.708Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T00:41:43.708Z] ---> 355db5821caf [2021-03-16T00:41:43.708Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T00:41:43.708Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T00:41:43.971Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:41:43.971Z] OK: 8 MiB in 20 packages [2021-03-16T00:41:44.547Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T00:41:44.816Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T00:41:44.816Z] ---> aefe523efa57 [2021-03-16T00:41:44.816Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T00:41:44.816Z] ---> 0e2590eab1ea [2021-03-16T00:41:44.816Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T00:41:44.816Z] ---> Running in c94f812a0404 [2021-03-16T00:41:45.081Z] Removing intermediate container c5fd8d2081fc [2021-03-16T00:41:45.081Z] ---> 31a084d7227c [2021-03-16T00:41:45.081Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:41:45.081Z] ---> 2afb88f4583a [2021-03-16T00:41:45.081Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T00:41:45.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:45.664Z] ---> 8adb0cc5acec [2021-03-16T00:41:45.665Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T00:41:45.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:45.665Z] ---> 7fa0e6736368 [2021-03-16T00:41:45.665Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T00:41:45.665Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T00:41:45.665Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T00:41:45.665Z] Executing bash-5.0.17-r0.post-install [2021-03-16T00:41:45.931Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:41:45.931Z] OK: 12 MiB in 22 packages [2021-03-16T00:41:45.931Z] ---> b313c8fc8d23 [2021-03-16T00:41:45.931Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T00:41:46.202Z] ---> 836b48f7c7cf [2021-03-16T00:41:46.202Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T00:41:46.466Z] ---> Running in 18e90ed4ab94 [2021-03-16T00:41:46.466Z] Removing intermediate container c94f812a0404 [2021-03-16T00:41:46.466Z] ---> b5f8b8669a82 [2021-03-16T00:41:46.466Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T00:41:46.729Z] ---> Running in 868ddf7eacec [2021-03-16T00:41:46.729Z] Removing intermediate container 18e90ed4ab94 [2021-03-16T00:41:46.729Z] ---> 681de4680715 [2021-03-16T00:41:46.729Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T00:41:46.729Z] ---> d8b0e9c9a6bc [2021-03-16T00:41:46.729Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T00:41:46.992Z] ---> Running in f6e757362a65 [2021-03-16T00:41:46.992Z] Removing intermediate container 868ddf7eacec [2021-03-16T00:41:46.992Z] ---> b22d81ef2d7f [2021-03-16T00:41:46.992Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T00:41:47.254Z] ---> Running in 076c5ae10956 [2021-03-16T00:41:47.254Z] ---> 2a062f8ae1fc [2021-03-16T00:41:47.254Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T00:41:47.254Z] Removing intermediate container f6e757362a65 [2021-03-16T00:41:47.254Z] ---> dc276a10e6c4 [2021-03-16T00:41:47.254Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:41:47.515Z] ---> Running in 21d0055e66b6 [2021-03-16T00:41:47.515Z] ---> Running in 3c0704a43b1a [2021-03-16T00:41:47.779Z] Removing intermediate container 076c5ae10956 [2021-03-16T00:41:47.779Z] ---> aebd98908e9a [2021-03-16T00:41:47.779Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T00:41:47.779Z] ---> Running in f0b1aaae1f85 [2021-03-16T00:41:47.779Z] Removing intermediate container 3c0704a43b1a [2021-03-16T00:41:47.779Z] ---> 71a8d0b0b171 [2021-03-16T00:41:47.779Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:41:48.042Z] ---> Running in 5257fde3554c [2021-03-16T00:41:48.042Z] Removing intermediate container f0b1aaae1f85 [2021-03-16T00:41:48.042Z] ---> 2ea6f0564431 [2021-03-16T00:41:48.042Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T00:41:48.306Z] Removing intermediate container 5257fde3554c [2021-03-16T00:41:48.306Z] ---> d1113878daff [2021-03-16T00:41:48.306Z] Step 22/23 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:41:48.306Z] ---> Running in c9bb788244b9 [2021-03-16T00:41:48.574Z] Removing intermediate container c9bb788244b9 [2021-03-16T00:41:48.574Z] ---> d00e6d8b88d4 [2021-03-16T00:41:48.574Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:41:48.574Z] ---> Running in 551b2666b074 [2021-03-16T00:41:48.839Z] ---> de47bed980b0 [2021-03-16T00:41:48.839Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T00:41:48.839Z] Removing intermediate container 21d0055e66b6 [2021-03-16T00:41:48.839Z] ---> e6d10ef3413d [2021-03-16T00:41:48.839Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T00:41:48.839Z] Removing intermediate container 551b2666b074 [2021-03-16T00:41:48.839Z] ---> 0de422fec8c6 [2021-03-16T00:41:48.839Z] [2021-03-16T00:41:49.101Z] Successfully built 0de422fec8c6 [2021-03-16T00:41:49.365Z] ---> Running in a83cb6f4688d [2021-03-16T00:41:49.632Z] Successfully tagged docker-core-data-go:latest [2021-03-16T00:41:49.632Z] ---> 95bd88ce6c50 [2021-03-16T00:41:49.632Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T00:41:49.895Z]  Building docker-core-data-go ... done Removing intermediate container a83cb6f4688d [2021-03-16T00:41:49.895Z] ---> 3ac60b9fc9ac [2021-03-16T00:41:49.895Z] Step 28/31 : CMD ["gate"] [2021-03-16T00:41:49.895Z] ---> Running in 283f2582c7cb [2021-03-16T00:41:50.168Z] ---> fcfe9b0dc968 [2021-03-16T00:41:50.168Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T00:41:50.168Z] ---> Running in d1d212df414b [2021-03-16T00:41:50.168Z] Removing intermediate container 283f2582c7cb [2021-03-16T00:41:50.168Z] ---> a788d2ef3d97 [2021-03-16T00:41:50.168Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T00:41:50.433Z] ---> Running in aed07cfb9a61 [2021-03-16T00:41:50.702Z] Removing intermediate container aed07cfb9a61 [2021-03-16T00:41:50.702Z] ---> b9d37d01d5f4 [2021-03-16T00:41:50.702Z] Step 30/31 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:41:50.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:50.965Z] ---> Running in c4e4bde3597d [2021-03-16T00:41:50.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:41:51.234Z] Removing intermediate container c4e4bde3597d [2021-03-16T00:41:51.234Z] ---> e2dd08dcf74b [2021-03-16T00:41:51.234Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T00:41:51.234Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T00:41:51.234Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T00:41:51.234Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T00:41:51.234Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T00:41:51.234Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T00:41:51.234Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T00:41:51.234Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T00:41:51.234Z] ---> Running in 172dd465797d [2021-03-16T00:41:52.184Z] Removing intermediate container 172dd465797d [2021-03-16T00:41:52.184Z] ---> a2254e2d4c0d [2021-03-16T00:41:52.184Z] [2021-03-16T00:41:52.184Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T00:41:52.458Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T00:41:52.458Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T00:41:52.458Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T00:41:52.458Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T00:41:52.458Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T00:41:52.458Z] Successfully built a2254e2d4c0d [2021-03-16T00:41:52.458Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T00:41:52.458Z]  Building docker-security-bootstrapper-go ... done (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T00:41:52.458Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T00:41:52.458Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T00:41:52.458Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T00:41:52.458Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T00:41:52.458Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T00:41:52.458Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T00:41:52.458Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T00:41:52.458Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T00:41:52.458Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T00:41:52.458Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T00:41:52.458Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T00:41:52.720Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T00:41:52.720Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T00:41:52.720Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T00:41:52.720Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T00:41:52.720Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T00:41:52.720Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T00:41:52.720Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T00:41:52.720Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T00:41:52.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.122s coverage: 94.4% of statements [2021-03-16T00:41:52.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-03-16T00:41:52.985Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:41:52.985Z] OK: 71 MiB in 55 packages [2021-03-16T00:41:57.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.253s coverage: 81.9% of statements [2021-03-16T00:42:01.160Z] Removing intermediate container d1d212df414b [2021-03-16T00:42:01.160Z] ---> 78c5dcf44ed4 [2021-03-16T00:42:01.160Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T00:42:01.160Z] ---> Running in b16c8424051e [2021-03-16T00:42:03.094Z] Collecting docker-compose==1.23.2 [2021-03-16T00:42:03.094Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T00:42:03.094Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T00:42:03.094Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T00:42:03.717Z] 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-03-16T00:42:03.717Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T00:42:03.717Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T00:42:03.979Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T00:42:03.979Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T00:42:04.252Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T00:42:04.252Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T00:42:05.255Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T00:42:05.255Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T00:42:05.830Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T00:42:05.830Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T00:42:06.405Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T00:42:06.405Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T00:42:06.667Z] Collecting PyYAML<4,>=3.10 [2021-03-16T00:42:06.667Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T00:42:07.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.139s coverage: 92.9% of statements [2021-03-16T00:42:07.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T00:42:07.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T00:42:07.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T00:42:07.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-16T00:42:07.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T00:42:07.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T00:42:07.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T00:42:07.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T00:42:07.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2021-03-16T00:42:07.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements [2021-03-16T00:42:07.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.6% of statements [2021-03-16T00:42:07.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements [2021-03-16T00:42:07.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T00:42:07.614Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T00:42:07.614Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T00:42:07.614Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T00:42:07.614Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T00:42:07.878Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T00:42:07.878Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T00:42:07.878Z] 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-03-16T00:42:07.878Z] Collecting idna<2.8,>=2.5 [2021-03-16T00:42:07.878Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T00:42:07.878Z] 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-03-16T00:42:07.878Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T00:42:07.878Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T00:42:07.878Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T00:42:07.878Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T00:42:08.141Z] Installing collected packages: docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, cached-property, PyYAML, jsonschema, docker-compose [2021-03-16T00:42:08.141Z] Running setup.py install for docopt: started [2021-03-16T00:42:08.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.763s coverage: 62.4% of statements [2021-03-16T00:42:08.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T00:42:08.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T00:42:08.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-03-16T00:42:08.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-03-16T00:42:08.718Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T00:42:08.718Z] Attempting uninstall: urllib3 [2021-03-16T00:42:08.718Z] Found existing installation: urllib3 1.25.9 [2021-03-16T00:42:08.718Z] Uninstalling urllib3-1.25.9: [2021-03-16T00:42:08.981Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T00:42:08.981Z] Attempting uninstall: idna [2021-03-16T00:42:08.981Z] Found existing installation: idna 2.9 [2021-03-16T00:42:08.981Z] Uninstalling idna-2.9: [2021-03-16T00:42:09.242Z] Successfully uninstalled idna-2.9 [2021-03-16T00:42:09.242Z] Attempting uninstall: requests [2021-03-16T00:42:09.242Z] Found existing installation: requests 2.23.0 [2021-03-16T00:42:09.242Z] Uninstalling requests-2.23.0: [2021-03-16T00:42:09.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-03-16T00:42:09.505Z] Successfully uninstalled requests-2.23.0 [2021-03-16T00:42:09.768Z] Running setup.py install for dockerpty: started [2021-03-16T00:42:10.346Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T00:42:10.346Z] Running setup.py install for texttable: started [2021-03-16T00:42:10.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-03-16T00:42:10.922Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T00:42:10.922Z] Running setup.py install for PyYAML: started [2021-03-16T00:42:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-03-16T00:42:11.500Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T00:42:11.762Z] 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.58.0 [2021-03-16T00:42:14.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.984s coverage: 69.0% of statements [2021-03-16T00:42:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T00:42:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T00:42:14.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T00:42:15.071Z] Removing intermediate container b16c8424051e [2021-03-16T00:42:15.071Z] ---> bc5ce4ed925a [2021-03-16T00:42:15.071Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T00:42:15.071Z] ---> Running in fa3b98205cdd [2021-03-16T00:42:15.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:42:15.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:42:15.336Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:42:15.336Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T00:42:15.336Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T00:42:15.604Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:42:15.604Z] OK: 72 MiB in 58 packages [2021-03-16T00:42:16.181Z] Removing intermediate container fa3b98205cdd [2021-03-16T00:42:16.181Z] ---> 114b205cdd99 [2021-03-16T00:42:16.181Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T00:42:16.181Z] ---> Running in 11008a505e6a [2021-03-16T00:42:16.181Z] Removing intermediate container 11008a505e6a [2021-03-16T00:42:16.181Z] ---> 0dd6f04df661 [2021-03-16T00:42:16.181Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:42:16.444Z] ---> Running in 018542f7872b [2021-03-16T00:42:16.707Z] Removing intermediate container 018542f7872b [2021-03-16T00:42:16.707Z] ---> d3fe95beb576 [2021-03-16T00:42:16.707Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T00:42:16.707Z] ---> Running in a47ed36844ca [2021-03-16T00:42:16.707Z] Removing intermediate container a47ed36844ca [2021-03-16T00:42:16.707Z] ---> 705e66cc988b [2021-03-16T00:42:16.707Z] Step 25/26 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:42:16.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.403s coverage: 38.4% of statements [2021-03-16T00:42:16.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T00:42:16.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T00:42:16.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements [2021-03-16T00:42:16.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T00:42:16.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-03-16T00:42:16.978Z] ---> Running in cbec1e3baaac [2021-03-16T00:42:17.243Z] Removing intermediate container cbec1e3baaac [2021-03-16T00:42:17.243Z] ---> 3f0d1ab5ee36 [2021-03-16T00:42:17.243Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T00:42:17.243Z] ---> Running in 97b77ba5d1e6 [2021-03-16T00:42:17.243Z] Removing intermediate container 97b77ba5d1e6 [2021-03-16T00:42:17.243Z] ---> cc6ac7a28248 [2021-03-16T00:42:17.243Z] [2021-03-16T00:42:17.510Z] Successfully built cc6ac7a28248 [2021-03-16T00:42:17.510Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T00:42:17.782Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T00:42:17.788Z] $ docker stop --time=1 e86b4f0e9592274ea9e51b52a12ae5e66eb10003b18707e534bde5efb8fa3155 [2021-03-16T00:42:19.446Z] $ docker rm -f e86b4f0e9592274ea9e51b52a12ae5e66eb10003b18707e534bde5efb8fa3155 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:42:21.177Z] + docker images [2021-03-16T00:42:21.177Z] + grep docker [2021-03-16T00:42:21.446Z] docker-sys-mgmt-agent-go latest cc6ac7a28248 4 seconds ago 313MB [2021-03-16T00:42:21.446Z] docker-security-bootstrapper-go latest a2254e2d4c0d 30 seconds ago 18.8MB [2021-03-16T00:42:21.446Z] docker-core-data-go latest 0de422fec8c6 33 seconds ago 22.6MB [2021-03-16T00:42:21.446Z] docker-core-command-go latest 58a99c59610c 41 seconds ago 17.2MB [2021-03-16T00:42:21.446Z] docker-core-metadata-go latest 31e04bd1db85 2 minutes ago 19MB [2021-03-16T00:42:21.446Z] docker-security-secretstore-setup-go latest 642c81f75a74 2 minutes ago 24.9MB [2021-03-16T00:42:21.446Z] docker-support-scheduler-go latest c0146926f2fc 2 minutes ago 17.3MB [2021-03-16T00:42:21.446Z] docker-support-notifications-go latest 609daad41dfc 2 minutes ago 17.8MB [2021-03-16T00:42:21.446Z] docker-security-proxy-setup-go latest 45b121393b65 2 minutes ago 24.7MB [2021-03-16T00:42:21.446Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-16T00:42:25.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.512s coverage: 47.0% of statements [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T00:42:25.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.179s coverage: 100.0% of statements [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T00:42:25.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T00:42:25.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.484s coverage: 87.1% of statements [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:42:25.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.351s coverage: 29.1% of statements [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.237s coverage: 96.5% of statements [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T00:42:34.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-03-16T00:42:34.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-16T00:42:35.574Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-03-16T00:42:36.170Z] GO111MODULE=on go vet ./... [2021-03-16T00:42:37.163Z] Still waiting to schedule task [2021-03-16T00:42:37.163Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29887’ [2021-03-16T00:44:13.089Z] gofmt -l . [2021-03-16T00:44:13.090Z] [ "`gofmt -l .`" = "" ] [2021-03-16T00:44:13.090Z] ./bin/test-go-mod-tidy.sh [2021-03-16T00:44:13.090Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T00:44:13.775Z] + ls -al . [2021-03-16T00:44:13.775Z] total 788 [2021-03-16T00:44:13.775Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 00:44 . [2021-03-16T00:44:13.775Z] drwxr-xr-x 4 root root 4096 Mar 16 00:38 .. [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 00:37 .dockerignore [2021-03-16T00:44:13.775Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 .git [2021-03-16T00:44:13.775Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 00:37 .github [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 00:37 .gitignore [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 00:37 .sonarcloud.properties [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:37 Attribution.txt [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:37 CONTRIBUTING.md [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 00:37 Dockerfile.build [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 00:37 Jenkinsfile [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:37 LICENSE [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:37 Makefile [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:37 README.md [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:37 SECURITY.md [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:37 ZMQWindows.md [2021-03-16T00:44:13.775Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 00:37 bin [2021-03-16T00:44:13.775Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 00:37 cmd [2021-03-16T00:44:13.775Z] -rw-r--r-- 1 root root 650607 Mar 16 00:42 coverage.out [2021-03-16T00:44:13.775Z] -rw-r--r-- 1 root root 1055 Mar 16 00:44 go.mod [2021-03-16T00:44:13.775Z] -rw-r--r-- 1 root root 22099 Mar 16 00:44 go.sum [2021-03-16T00:44:13.775Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 internal [2021-03-16T00:44:13.775Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 openapi [2021-03-16T00:44:13.775Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 snap [2021-03-16T00:44:13.775Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 00:37 version.go [Pipeline] sh [2021-03-16T00:44:14.532Z] + '[' -e coverage.out ] [2021-03-16T00:44:14.532Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T00:44:14.602Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T00:44:16.166Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T00:44:16.865Z] + make build [2021-03-16T00:44:16.866Z] 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-03-16T00:44:29.296Z] 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-03-16T00:44:38.213Z] Running on prd-ubuntu18.04-docker-8c-8g-29890 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-16T00:44:38.263Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-03-16T00:44:40.489Z] using credential edgex-jenkins-ssh [2021-03-16T00:44:40.551Z] Cloning the remote Git repository [2021-03-16T00:44:40.592Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:44:40.663Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-03-16T00:44:40.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:44:40.696Z] > git --version # timeout=10 [2021-03-16T00:44:40.702Z] > git --version # 'git version 2.17.1' [2021-03-16T00:44:40.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:44:40.730Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:44:56.102Z] 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-03-16T00:45:01.492Z] 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-03-16T00:45:01.633Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:45:01.644Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:45:01.666Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:45:01.684Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:45:01.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:45:01.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T00:45:03.614Z] Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit 154cc246e15595e049878ff4f17617e2c34eb802 [2021-03-16T00:45:03.858Z] Merge succeeded, producing 5c17665410e09fb68bd22690d8059f4c1efa8753 [2021-03-16T00:45:03.859Z] Checking out Revision 5c17665410e09fb68bd22690d8059f4c1efa8753 (PR-3209) [2021-03-16T00:45:03.627Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:45:03.632Z] > git checkout -f 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [2021-03-16T00:45:03.750Z] > git remote # timeout=10 [2021-03-16T00:45:03.756Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T00:45:03.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:45:03.764Z] > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 [2021-03-16T00:45:03.857Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T00:45:03.865Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:45:03.869Z] > git checkout -f 5c17665410e09fb68bd22690d8059f4c1efa8753 # timeout=10 [2021-03-16T00:45:07.561Z] Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" [2021-03-16T00:45:07.569Z] > git rev-list --no-walk 154cc246e15595e049878ff4f17617e2c34eb802 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:45:08.265Z] 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-03-16T00:45:08.704Z] + echo snap-build.sh [2021-03-16T00:45:08.704Z] snap-build.sh [2021-03-16T00:45:08.704Z] + SNAP_BASE_DIR=. [2021-03-16T00:45:08.704Z] + '[' '!' -z /w/workspace/edgex-go/20 ']' [2021-03-16T00:45:08.704Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/20 [2021-03-16T00:45:08.704Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' [2021-03-16T00:45:08.704Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/20] [2021-03-16T00:45:08.704Z] + cd /w/workspace/edgex-go/20 [2021-03-16T00:45:08.704Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T00:45:08.704Z] Reading package lists... [2021-03-16T00:45:08.704Z] Building dependency tree... [2021-03-16T00:45:08.704Z] Reading state information... [2021-03-16T00:45:08.966Z] The following packages were automatically installed and are no longer required: [2021-03-16T00:45:08.966Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T00:45:08.966Z] uidmap xdelta3 [2021-03-16T00:45:08.966Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T00:45:08.966Z] The following packages will be REMOVED: [2021-03-16T00:45:08.966Z] lxd* lxd-client* [2021-03-16T00:45:09.541Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T00:45:09.541Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T00:45:10.265Z] 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-03-16T00:45:10.593Z] (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-03-16T00:45:10.593Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:45:11.536Z] Removing lxd dnsmasq configuration [2021-03-16T00:45:11.536Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:45:11.798Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T00:45:12.372Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T00:45:12.912Z] (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-03-16T00:45:12.912Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:45:14.306Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T00:45:14.306Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T00:45:16.222Z] + sudo snap remove --purge lxd [2021-03-16T00:45:16.222Z] snap "lxd" is not installed [2021-03-16T00:45:16.222Z] + sudo groupadd --force --system lxd [2021-03-16T00:45:16.222Z] ++ whoami [2021-03-16T00:45:16.222Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T00:45:16.222Z] + newgrp - lxd [2021-03-16T00:45:16.222Z] + sudo snap install lxd [2021-03-16T00:45:16.978Z] 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-03-16T00:45:24.417Z] 2021-03-16T00:45:21Z INFO Waiting for automatic snapd restart... [2021-03-16T00:45:25.279Z] 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-03-16T00:45:30.675Z] 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-03-16T00:45:36.092Z] 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-03-16T00:45:39.475Z] 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-03-16T00:45:42.554Z] lxd 4.12 from Canonical* installed [2021-03-16T00:45:42.554Z] + sudo lxd init --auto [2021-03-16T00:45:47.767Z] 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-03-16T00:45:49.460Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-16T00:45:57.154Z] $ docker stop --time=1 632fbd289a053baef7b58317fda79ba1f5a3b34a550488648176197ca11e4030 [2021-03-16T00:45:59.713Z] $ docker rm -f 632fbd289a053baef7b58317fda79ba1f5a3b34a550488648176197ca11e4030 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:46:02.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:02.414Z] [2021-03-16T00:46:02.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:46:02.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:03.096Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T00:46:03.096Z] 29e5d40040c1: Pulling fs layer [2021-03-16T00:46:03.096Z] 1ce36da41761: Pulling fs layer [2021-03-16T00:46:03.096Z] 25b303627fd3: Pulling fs layer [2021-03-16T00:46:03.371Z] 29e5d40040c1: Verifying Checksum [2021-03-16T00:46:03.371Z] 29e5d40040c1: Download complete [2021-03-16T00:46:03.971Z] 1ce36da41761: Verifying Checksum [2021-03-16T00:46:03.971Z] 1ce36da41761: Download complete [2021-03-16T00:46:04.245Z] 29e5d40040c1: Pull complete [2021-03-16T00:46:04.378Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T00:46:04.378Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T00:46:04.378Z] + patch --verbose -p1 [2021-03-16T00:46:04.378Z] Hmm... Looks like a unified diff to me... [2021-03-16T00:46:04.378Z] The text leading up to this was: [2021-03-16T00:46:04.378Z] -------------------------- [2021-03-16T00:46:04.378Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T00:46:04.378Z] |From: Tony Espy [2021-03-16T00:46:04.378Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T00:46:04.378Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T00:46:04.378Z] | [2021-03-16T00:46:04.378Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T00:46:04.378Z] |optimize the snap CI check run for pull requests. When [2021-03-16T00:46:04.378Z] |applied, it essentially strips out everything (apps and [2021-03-16T00:46:04.378Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T00:46:04.378Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T00:46:04.378Z] |catch changes to edgex-go that break the snap build. [2021-03-16T00:46:04.378Z] | [2021-03-16T00:46:04.378Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T00:46:04.378Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T00:46:04.378Z] |resulting in a failed snap build CI check in the associated [2021-03-16T00:46:04.378Z] |pull request. [2021-03-16T00:46:04.378Z] | [2021-03-16T00:46:04.378Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T00:46:04.378Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T00:46:04.378Z] |need to build the finally binary .snap file (and it won't [2021-03-16T00:46:04.378Z] |work with the patch applied). This further reduces the build [2021-03-16T00:46:04.378Z] |time. [2021-03-16T00:46:04.378Z] |--- [2021-03-16T00:46:04.378Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T00:46:04.378Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T00:46:04.378Z] | [2021-03-16T00:46:04.378Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T00:46:04.378Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T00:46:04.378Z] |--- a/snap/snapcraft.yaml [2021-03-16T00:46:04.378Z] |+++ b/snap/snapcraft.yaml [2021-03-16T00:46:04.378Z] -------------------------- [2021-03-16T00:46:04.378Z] patching file snap/snapcraft.yaml [2021-03-16T00:46:04.378Z] Using Plan A... [2021-03-16T00:46:04.378Z] Hunk #1 succeeded at 73. [2021-03-16T00:46:04.378Z] Hunk #2 succeeded at 205. [2021-03-16T00:46:04.378Z] Hunk #3 succeeded at 217. [2021-03-16T00:46:04.378Z] Hunk #4 succeeded at 225. [2021-03-16T00:46:04.378Z] Hunk #5 succeeded at 232. [2021-03-16T00:46:04.378Z] Hunk #6 succeeded at 259. [2021-03-16T00:46:04.378Z] Hunk #7 succeeded at 271. [2021-03-16T00:46:04.378Z] Hunk #8 succeeded at 327. [2021-03-16T00:46:04.378Z] Hmm... Ignoring the trailing garbage. [2021-03-16T00:46:04.378Z] done [2021-03-16T00:46:04.378Z] + sudo snapcraft prime --use-lxd [2021-03-16T00:46:04.951Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T00:46:04.951Z] 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-03-16T00:46:04.951Z] - README.md [2021-03-16T00:46:04.951Z] [2021-03-16T00:46:04.951Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T00:46:05.686Z] 1ce36da41761: Pull complete [2021-03-16T00:46:05.686Z] 25b303627fd3: Verifying Checksum [2021-03-16T00:46:05.686Z] 25b303627fd3: Download complete [2021-03-16T00:46:05.899Z] Launching a container. [2021-03-16T00:46:15.877Z] 25b303627fd3: Pull complete [2021-03-16T00:46:15.877Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T00:46:15.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:15.877Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T00:46:16.182Z] prd-ubuntu18.04-docker-arm64-4c-16g-29883 does not seem to be running inside a container [2021-03-16T00:46:16.263Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T00:46:18.165Z] Waiting for container to be ready [2021-03-16T00:46:18.430Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T00:46:18.430Z] [2021-03-16T00:46:19.741Z] $ docker top b142648ee7dc25f0fc922078aa54d7fcfabcd021b63122674916638f0ea08565 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:46:20.875Z] + grep parallel [2021-03-16T00:46:20.875Z] + docker-compose build --help [2021-03-16T00:46:22.643Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T00:46:22.643Z] Waiting for network to be ready... [2021-03-16T00:46:23.216Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T00:46:23.216Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T00:46:23.216Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T00:46:23.488Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T00:46:23.488Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T00:46:23.488Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T00:46:23.488Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T00:46:23.488Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T00:46:23.488Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T00:46:23.488Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T00:46:23.749Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T00:46:24.010Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T00:46:24.010Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T00:46:24.271Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T00:46:24.271Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T00:46:24.271Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T00:46:24.271Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T00:46:24.271Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T00:46:24.537Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T00:46:24.797Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T00:46:24.797Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T00:46:24.797Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T00:46:24.797Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T00:46:24.797Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T00:46:24.797Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T00:46:24.797Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T00:46:25.058Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T00:46:27.579Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T00:46:27.590Z] $ docker stop --time=1 b142648ee7dc25f0fc922078aa54d7fcfabcd021b63122674916638f0ea08565 [2021-03-16T00:46:28.377Z] Fetched 24.1 MB in 5s (4715 kB/s) [2021-03-16T00:46:29.633Z] $ docker rm -f b142648ee7dc25f0fc922078aa54d7fcfabcd021b63122674916638f0ea08565 [2021-03-16T00:46:29.761Z] Reading package lists... [Pipeline] // withDockerContainer [2021-03-16T00:46:30.023Z] Reading package lists... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:46:30.289Z] Building dependency tree... [2021-03-16T00:46:30.289Z] Reading state information... [2021-03-16T00:46:30.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:46:30.491Z] . [Pipeline] withDockerContainer [2021-03-16T00:46:30.550Z] The following additional packages will be installed: [2021-03-16T00:46:30.551Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T00:46:30.551Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T00:46:30.551Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T00:46:30.551Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T00:46:30.551Z] Suggested packages: [2021-03-16T00:46:30.551Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T00:46:30.551Z] Recommended packages: [2021-03-16T00:46:30.551Z] gnupg libsasl2-modules [2021-03-16T00:46:30.551Z] The following NEW packages will be installed: [2021-03-16T00:46:30.551Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T00:46:30.551Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T00:46:30.551Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T00:46:30.551Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T00:46:30.551Z] The following packages will be upgraded: [2021-03-16T00:46:30.551Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T00:46:30.551Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T00:46:30.551Z] Need to get 3530 kB of archives. [2021-03-16T00:46:30.551Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T00:46:30.551Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T00:46:30.551Z] Get:2 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-03-16T00:46:30.807Z] prd-ubuntu18.04-docker-arm64-4c-16g-29883 does not seem to be running inside a container [2021-03-16T00:46:30.813Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-16T00:46:30.813Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T00:46:30.887Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T00:46:31.074Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-16T00:46:31.075Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-16T00:46:31.342Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T00:46:31.342Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T00:46:31.342Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T00:46:31.342Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T00:46:31.342Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T00:46:31.342Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T00:46:31.342Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T00:46:31.342Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T00:46:31.342Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T00:46:31.342Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T00:46:31.605Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T00:46:31.605Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T00:46:31.605Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T00:46:31.605Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T00:46:31.605Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T00:46:31.605Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T00:46:31.605Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:46:31.605Z] Fetched 3530 kB in 1s (3472 kB/s) [2021-03-16T00:46:31.865Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T00:46:31.865Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:46:31.865Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:46:31.865Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T00:46:32.128Z] Selecting previously unselected package udev. [2021-03-16T00:46:32.128Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T00:46:32.128Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:46:32.128Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T00:46:32.390Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T00:46:32.390Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T00:46:32.390Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T00:46:32.390Z] Selecting previously unselected package fuse. [2021-03-16T00:46:32.633Z] $ docker top acc782b335c492e8e4599f8bb14be1cf7c14a4410e21f8be68fac7020e6b43a1 -eo pid,comm [2021-03-16T00:46:32.652Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T00:46:32.652Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T00:46:32.652Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:46:32.652Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:46:32.652Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:46:32.652Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:46:32.912Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:46:32.912Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:46:32.912Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T00:46:32.912Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T00:46:32.912Z] Unpacking libksba8:amd64 (1.3.5-2) ... [Pipeline] { [Pipeline] sh [2021-03-16T00:46:33.177Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T00:46:33.177Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.177Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.177Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T00:46:33.177Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.177Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.440Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T00:46:33.440Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.440Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.440Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T00:46:33.440Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.440Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.440Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T00:46:33.440Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.440Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.714Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T00:46:33.714Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.714Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.714Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T00:46:33.714Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.714Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.866Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T00:46:33.975Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T00:46:33.975Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.975Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.975Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T00:46:33.975Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:46:33.975Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:33.975Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T00:46:33.975Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T00:46:33.975Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:46:34.236Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T00:46:34.236Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T00:46:34.236Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:46:34.236Z] Selecting previously unselected package libldap-common. [2021-03-16T00:46:34.236Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T00:46:34.236Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:46:34.236Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T00:46:34.236Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T00:46:34.236Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:46:34.497Z] Selecting previously unselected package dirmngr. [2021-03-16T00:46:34.497Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:46:34.497Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T00:46:34.497Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:46:34.497Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T00:46:34.758Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T00:46:34.758Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:46:34.758Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:46:34.758Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T00:46:34.758Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:34.758Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T00:46:35.019Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:46:35.019Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T00:46:35.281Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T00:46:35.541Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.541Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T00:46:35.541Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T00:46:35.541Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T00:46:35.541Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.541Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.541Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.802Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.802Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.802Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.802Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:46:35.802Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:46:35.802Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T00:46:35.802Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:46:36.378Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T00:46:36.378Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T00:46:36.378Z] This means they are not meant to be enabled using systemctl. [2021-03-16T00:46:36.378Z] Possible reasons for having this kind of units are: [2021-03-16T00:46:36.378Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T00:46:36.378Z] .wants/ or .requires/ directory. [2021-03-16T00:46:36.378Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T00:46:36.378Z] a requirement dependency on it. [2021-03-16T00:46:36.378Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T00:46:36.378Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T00:46:36.378Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T00:46:36.378Z] instance name specified. [2021-03-16T00:46:36.640Z] Reading package lists... [2021-03-16T00:46:36.902Z] Building dependency tree... [2021-03-16T00:46:36.902Z] Reading state information... [2021-03-16T00:46:37.164Z] The following additional packages will be installed: [2021-03-16T00:46:37.164Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T00:46:37.164Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T00:46:37.164Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T00:46:37.164Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T00:46:37.164Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T00:46:37.164Z] Suggested packages: [2021-03-16T00:46:37.164Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T00:46:37.164Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T00:46:37.164Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T00:46:37.164Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T00:46:37.164Z] systemd-container policykit-1 [2021-03-16T00:46:37.164Z] Recommended packages: [2021-03-16T00:46:37.164Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T00:46:37.164Z] The following NEW packages will be installed: [2021-03-16T00:46:37.164Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T00:46:37.164Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T00:46:37.164Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T00:46:37.164Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T00:46:37.164Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T00:46:37.164Z] The following packages will be upgraded: [2021-03-16T00:46:37.164Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T00:46:37.427Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T00:46:37.427Z] Need to get 35.2 MB of archives. [2021-03-16T00:46:37.427Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T00:46:37.427Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T00:46:37.427Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T00:46:37.427Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-16T00:46:37.427Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T00:46:37.427Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-16T00:46:37.427Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T00:46:37.427Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-16T00:46:37.427Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-16T00:46:37.695Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-16T00:46:37.695Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T00:46:37.695Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T00:46:37.695Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T00:46:37.695Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T00:46:37.695Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T00:46:37.695Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T00:46:37.695Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T00:46:37.695Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T00:46:37.695Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T00:46:37.695Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T00:46:38.648Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T00:46:38.648Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-16T00:46:38.648Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T00:46:38.648Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T00:46:38.648Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T00:46:38.648Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T00:46:38.648Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T00:46:38.648Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T00:46:38.648Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T00:46:38.648Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T00:46:38.648Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-16T00:46:38.648Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:46:38.918Z] Fetched 35.2 MB in 1s (26.3 MB/s) [2021-03-16T00:46:38.918Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T00:46:38.918Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:46:39.191Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:46:39.773Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:46:39.773Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:46:40.033Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T00:46:40.033Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T00:46:40.033Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T00:46:40.033Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T00:46:40.296Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T00:46:40.296Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T00:46:40.296Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T00:46:40.558Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T00:46:40.818Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T00:46:40.818Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T00:46:41.388Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T00:46:41.388Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T00:46:41.388Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T00:46:41.388Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T00:46:41.647Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T00:46:41.647Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:46:41.647Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:41.908Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T00:46:41.908Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T00:46:41.908Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T00:46:42.168Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T00:46:42.168Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:46:42.169Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:42.251Z] Building docker-core-command-go ... [2021-03-16T00:46:42.251Z] Building docker-core-data-go ... [2021-03-16T00:46:42.251Z] Building docker-core-metadata-go ... [2021-03-16T00:46:42.251Z] Building docker-security-bootstrapper-go ... [2021-03-16T00:46:42.251Z] Building docker-security-proxy-setup-go ... [2021-03-16T00:46:42.251Z] Building docker-security-secretstore-setup-go ... [2021-03-16T00:46:42.251Z] Building docker-support-notifications-go ... [2021-03-16T00:46:42.251Z] Building docker-support-scheduler-go ... [2021-03-16T00:46:42.251Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T00:46:42.251Z] Building docker-sys-mgmt-agent-go [2021-03-16T00:46:42.251Z] Building docker-security-secretstore-setup-go [2021-03-16T00:46:42.251Z] Building docker-core-data-go [2021-03-16T00:46:42.251Z] Building docker-support-scheduler-go [2021-03-16T00:46:42.251Z] Building docker-security-proxy-setup-go [2021-03-16T00:46:42.430Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T00:46:42.691Z] Checking for services that may need to be restarted...done. [2021-03-16T00:46:42.691Z] Checking for services that may need to be restarted...done. [2021-03-16T00:46:42.691Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:42.951Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T00:46:42.951Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:43.523Z] Selecting previously unselected package python3-minimal. [2021-03-16T00:46:43.523Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T00:46:43.523Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T00:46:43.523Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T00:46:43.523Z] Selecting previously unselected package mime-support. [2021-03-16T00:46:43.523Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T00:46:43.523Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T00:46:43.784Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T00:46:43.784Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T00:46:43.784Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T00:46:43.784Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T00:46:43.784Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:46:43.784Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:45.188Z] Selecting previously unselected package python3.6. [2021-03-16T00:46:45.188Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:46:45.188Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:45.188Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T00:46:45.188Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T00:46:45.188Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T00:46:45.188Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T00:46:45.450Z] Selecting previously unselected package python3. [2021-03-16T00:46:45.450Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T00:46:45.450Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T00:46:45.450Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T00:46:45.711Z] Selecting previously unselected package multiarch-support. [2021-03-16T00:46:45.711Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:46:45.711Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T00:46:45.711Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T00:46:45.711Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T00:46:45.711Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T00:46:45.711Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T00:46:45.711Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T00:46:45.973Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T00:46:45.973Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T00:46:45.973Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T00:46:45.973Z] Selecting previously unselected package sudo. [2021-03-16T00:46:45.973Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T00:46:45.973Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T00:46:46.235Z] Selecting previously unselected package apparmor. [2021-03-16T00:46:46.235Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T00:46:46.235Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T00:46:46.498Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T00:46:46.498Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T00:46:46.498Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T00:46:46.498Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T00:46:46.498Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:46:46.498Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:46.498Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T00:46:46.498Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:46:46.498Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:46.759Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T00:46:46.759Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T00:46:46.759Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T00:46:46.759Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T00:46:46.759Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:46:46.759Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:47.020Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T00:46:47.020Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:46:47.020Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:47.020Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T00:46:47.020Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T00:46:47.020Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T00:46:47.280Z] Selecting previously unselected package openssh-client. [2021-03-16T00:46:47.280Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T00:46:47.280Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T00:46:47.540Z] Selecting previously unselected package squashfs-tools. [2021-03-16T00:46:47.540Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T00:46:47.540Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T00:46:47.540Z] Selecting previously unselected package snapd. [2021-03-16T00:46:47.540Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T00:46:47.540Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T00:46:50.094Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T00:46:50.094Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T00:46:50.667Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T00:46:50.667Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T00:46:50.928Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T00:46:50.928Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:50.928Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:46:50.928Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T00:46:50.928Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T00:46:51.868Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T00:46:51.868Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T00:46:51.868Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T00:46:51.868Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:51.868Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:51.868Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:46:52.811Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T00:46:52.811Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:52.811Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T00:46:52.811Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T00:46:52.811Z] running python rtupdate hooks for python3.6... [2021-03-16T00:46:52.811Z] running python post-rtupdate hooks for python3.6... [2021-03-16T00:46:53.071Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T00:46:54.457Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T00:46:54.721Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:46:54.721Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T00:46:54.981Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T00:46:55.552Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T00:46:55.552Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T00:46:55.812Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T00:46:56.073Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T00:46:56.334Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T00:46:56.334Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T00:46:56.595Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T00:46:56.857Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T00:46:56.857Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T00:46:57.118Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T00:46:57.379Z] /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-03-16T00:46:57.379Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:46:57.379Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T00:46:58.764Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T00:46:58.764Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T00:46:58.764Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T00:47:00.681Z] Reading package lists... [2021-03-16T00:47:00.681Z] Reading package lists... [2021-03-16T00:47:00.943Z] Building dependency tree... [2021-03-16T00:47:00.943Z] Reading state information... [2021-03-16T00:47:01.206Z] Calculating upgrade... [2021-03-16T00:47:01.206Z] The following packages will be upgraded: [2021-03-16T00:47:01.206Z] advancecomp base-files bash binutils binutils-common [2021-03-16T00:47:01.206Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T00:47:01.206Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T00:47:01.206Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T00:47:01.206Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T00:47:01.206Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T00:47:01.206Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T00:47:01.206Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T00:47:01.206Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T00:47:01.206Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T00:47:01.206Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T00:47:01.206Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T00:47:01.206Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T00:47:01.206Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T00:47:01.206Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T00:47:01.467Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T00:47:01.467Z] Need to get 63.8 MB of archives. [2021-03-16T00:47:01.467Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T00:47:01.467Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T00:47:01.467Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T00:47:02.042Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T00:47:02.042Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T00:47:02.042Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T00:47:02.042Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T00:47:02.042Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T00:47:02.042Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T00:47:02.042Z] 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-03-16T00:47:02.042Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-16T00:47:02.042Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-16T00:47:02.306Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T00:47:02.306Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T00:47:02.306Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T00:47:02.306Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T00:47:02.306Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-16T00:47:02.306Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T00:47:02.306Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T00:47:02.306Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T00:47:02.306Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T00:47:02.306Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T00:47:02.306Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T00:47:02.306Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T00:47:02.306Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T00:47:02.306Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T00:47:02.306Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T00:47:02.306Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T00:47:02.306Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T00:47:02.306Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T00:47:02.569Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T00:47:02.570Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T00:47:02.570Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T00:47:02.570Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T00:47:02.570Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T00:47:02.570Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T00:47:02.570Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T00:47:02.570Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-16T00:47:02.570Z] 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-03-16T00:47:02.570Z] 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-03-16T00:47:02.570Z] 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-03-16T00:47:02.570Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T00:47:02.570Z] 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-03-16T00:47:02.570Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T00:47:02.570Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T00:47:02.570Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-16T00:47:02.570Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T00:47:02.570Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T00:47:02.570Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T00:47:02.837Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T00:47:02.837Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T00:47:02.837Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T00:47:02.837Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T00:47:02.837Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-16T00:47:02.837Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T00:47:02.837Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T00:47:02.837Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T00:47:02.837Z] Get:57 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-03-16T00:47:02.837Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T00:47:02.837Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T00:47:02.837Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T00:47:02.837Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T00:47:02.837Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T00:47:02.837Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T00:47:02.837Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T00:47:02.837Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T00:47:02.837Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T00:47:02.837Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T00:47:02.837Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T00:47:02.837Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T00:47:02.837Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T00:47:02.837Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T00:47:02.837Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-16T00:47:02.837Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T00:47:02.837Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-16T00:47:02.837Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-16T00:47:03.099Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T00:47:03.099Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T00:47:03.099Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-16T00:47:03.099Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T00:47:03.099Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T00:47:03.099Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-16T00:47:03.099Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T00:47:03.099Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-16T00:47:03.361Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T00:47:03.361Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T00:47:03.361Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T00:47:03.361Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T00:47:03.361Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T00:47:03.361Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T00:47:03.361Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T00:47:03.934Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T00:47:04.196Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-16T00:47:04.196Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-16T00:47:04.196Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T00:47:04.769Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-16T00:47:04.769Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T00:47:04.769Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T00:47:04.769Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T00:47:04.769Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T00:47:04.769Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:47:04.769Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-03-16T00:47:05.031Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:05.031Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:47:05.031Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:47:05.974Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:47:05.974Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:47:05.974Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T00:47:05.974Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T00:47:06.918Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:06.918Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:06.918Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:06.918Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:07.179Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:07.179Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:07.179Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:07.179Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:07.439Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:07.439Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:07.439Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:07.701Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:07.701Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:07.701Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:07.701Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:07.964Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:47:07.964Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:07.964Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T00:47:07.964Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:07.964Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:47:07.964Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:08.226Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:08.226Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:08.226Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:08.494Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:08.494Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:47:08.758Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:08.758Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:47:08.758Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:47:09.021Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:47:09.596Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T00:47:09.868Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:47:09.868Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T00:47:09.868Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T00:47:09.868Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T00:47:09.868Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T00:47:10.131Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T00:47:10.131Z] Installing new version of config file /etc/issue ... [2021-03-16T00:47:10.393Z] Installing new version of config file /etc/issue.net ... [2021-03-16T00:47:10.394Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T00:47:10.394Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T00:47:10.654Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T00:47:10.654Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T00:47:10.654Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T00:47:10.915Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:10.915Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T00:47:10.915Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T00:47:10.915Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T00:47:11.177Z] 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-03-16T00:47:11.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:11.177Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:11.177Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:11.177Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:11.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:11.438Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T00:47:11.438Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T00:47:11.438Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T00:47:11.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:11.698Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T00:47:11.698Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T00:47:11.963Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T00:47:12.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:12.225Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:47:12.225Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:47:12.225Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T00:47:12.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:12.486Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:47:12.486Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:47:12.760Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T00:47:12.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:12.760Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T00:47:12.760Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T00:47:13.022Z] Setting up grep (3.1-2build1) ... [2021-03-16T00:47:13.022Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:13.022Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T00:47:13.022Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T00:47:13.284Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T00:47:13.545Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:13.545Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:47:13.545Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:47:13.545Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T00:47:13.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:13.807Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T00:47:13.807Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:47:14.379Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T00:47:14.379Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:47:14.379Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T00:47:14.639Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:47:15.209Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T00:47:15.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:15.209Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T00:47:15.209Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:47:17.121Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T00:47:17.121Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T00:47:17.121Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T00:47:17.121Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T00:47:17.121Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T00:47:17.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:17.121Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T00:47:17.121Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T00:47:17.382Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T00:47:17.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:17.382Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:17.642Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:17.642Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:17.642Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:17.642Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:17.642Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:17.902Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:17.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:17.902Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:17.902Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:18.163Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:18.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:18.163Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:18.163Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:18.423Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:18.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:18.423Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:47:18.423Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:47:18.688Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:47:18.688Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:47:18.688Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T00:47:18.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:18.948Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:47:18.948Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:47:18.948Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T00:47:19.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:19.208Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:19.208Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:19.208Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:19.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:19.208Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:19.208Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:19.468Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:19.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:19.468Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:19.468Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:20.039Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:20.301Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T00:47:20.562Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T00:47:20.824Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:20.824Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:47:20.824Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:47:21.086Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T00:47:21.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:47:21.086Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T00:47:21.086Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:47:21.347Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T00:47:21.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:21.347Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T00:47:21.347Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T00:47:21.607Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T00:47:22.178Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:22.178Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T00:47:22.178Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T00:47:22.178Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T00:47:22.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:22.441Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T00:47:22.441Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T00:47:22.441Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T00:47:22.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:22.704Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T00:47:22.704Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:47:22.704Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:47:22.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:22.964Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T00:47:22.964Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:47:22.964Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:47:23.225Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:23.225Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T00:47:23.225Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:47:23.485Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:47:23.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:23.485Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:47:23.745Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:47:23.745Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:47:23.745Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:47:23.745Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:47:24.006Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:47:24.006Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T00:47:24.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:24.006Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T00:47:24.006Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T00:47:24.266Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T00:47:24.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:24.266Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T00:47:24.535Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:47:24.535Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:47:24.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:24.811Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:47:24.812Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:47:25.099Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T00:47:25.099Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:25.099Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T00:47:25.099Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T00:47:25.381Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T00:47:25.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:25.381Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T00:47:25.381Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T00:47:25.966Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T00:47:25.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:25.966Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:47:25.966Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:47:26.240Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T00:47:26.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:26.240Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T00:47:26.240Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T00:47:26.546Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T00:47:26.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:26.546Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T00:47:26.546Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T00:47:26.546Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T00:47:26.836Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:26.836Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T00:47:26.836Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T00:47:27.105Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T00:47:27.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:27.105Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T00:47:27.105Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T00:47:27.394Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T00:47:27.665Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:27.665Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T00:47:27.665Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T00:47:27.665Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T00:47:27.665Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:47:27.665Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T00:47:27.928Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T00:47:27.928Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T00:47:27.928Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T00:47:27.928Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T00:47:27.928Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T00:47:28.188Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T00:47:28.188Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T00:47:28.453Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T00:47:28.453Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T00:47:28.715Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T00:47:28.715Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T00:47:28.976Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T00:47:28.976Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T00:47:28.976Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T00:47:28.976Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T00:47:29.237Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T00:47:29.237Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T00:47:29.237Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T00:47:29.237Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T00:47:29.499Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T00:47:29.499Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T00:47:29.761Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T00:47:29.761Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T00:47:29.761Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T00:47:29.761Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T00:47:30.022Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T00:47:30.022Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T00:47:30.964Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T00:47:30.964Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T00:47:30.964Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T00:47:31.225Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T00:47:31.225Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:47:31.225Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:47:31.796Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:47:31.796Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:47:32.056Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:47:32.056Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:47:32.056Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:47:32.318Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:47:32.579Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:32.579Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:32.840Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:32.840Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:33.100Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:33.100Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:33.100Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:33.100Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:34.482Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:34.483Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:35.424Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:35.424Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:36.367Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:36.367Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:36.629Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:36.630Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:37.573Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:47:37.573Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:47:37.837Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T00:47:37.837Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T00:47:37.837Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T00:47:37.837Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T00:47:38.098Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T00:47:38.098Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T00:47:38.098Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T00:47:38.098Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T00:47:38.361Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T00:47:38.361Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T00:47:38.361Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T00:47:38.361Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T00:47:38.624Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T00:47:38.624Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T00:47:38.624Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:38.886Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T00:47:38.886Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:38.886Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:38.886Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:38.886Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T00:47:38.886Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T00:47:38.886Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T00:47:39.147Z] [2021-03-16T00:47:39.147Z] Current default time zone: 'Etc/UTC' [2021-03-16T00:47:39.147Z] Local time is now: Tue Mar 16 00:47:38 UTC 2021. [2021-03-16T00:47:39.147Z] Universal Time is now: Tue Mar 16 00:47:38 UTC 2021. [2021-03-16T00:47:39.147Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T00:47:39.147Z] [2021-03-16T00:47:39.147Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T00:47:39.147Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:39.147Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T00:47:39.147Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:47:39.147Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T00:47:39.407Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T00:47:39.407Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T00:47:39.407Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T00:47:39.407Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T00:47:39.407Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T00:47:39.407Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:39.407Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T00:47:39.668Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:39.668Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:47:39.668Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:39.929Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T00:47:39.929Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T00:47:39.929Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T00:47:39.929Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T00:47:39.929Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T00:47:39.929Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T00:47:39.929Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T00:47:39.929Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T00:47:41.842Z] Updating certificates in /etc/ssl/certs... [2021-03-16T00:47:42.412Z] 23 added, 27 removed; done. [2021-03-16T00:47:42.412Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T00:47:42.673Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:47:42.673Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T00:47:42.673Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T00:47:42.673Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T00:47:42.673Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:42.936Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:47:42.936Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:42.936Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:42.936Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:42.936Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:42.936Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:42.936Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T00:47:43.196Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:47:43.196Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T00:47:43.196Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T00:47:43.196Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:47:43.196Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:43.196Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:47:43.196Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T00:47:43.456Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T00:47:43.456Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T00:47:43.456Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T00:47:43.456Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T00:47:43.716Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T00:47:43.716Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T00:47:43.716Z] Updating certificates in /etc/ssl/certs... [2021-03-16T00:47:44.289Z] 0 added, 0 removed; done. [2021-03-16T00:47:44.289Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T00:47:44.289Z] done. [2021-03-16T00:47:44.861Z] Reading package lists... [2021-03-16T00:47:45.124Z] Building dependency tree... [2021-03-16T00:47:45.124Z] Reading state information... [2021-03-16T00:47:45.384Z] The following NEW packages will be installed: [2021-03-16T00:47:45.384Z] apt-transport-https [2021-03-16T00:47:45.645Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T00:47:45.645Z] Need to get 1696 B of archives. [2021-03-16T00:47:45.645Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T00:47:45.645Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T00:47:45.905Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:47:45.905Z] Fetched 1696 B in 0s (9254 B/s) [2021-03-16T00:47:45.905Z] Selecting previously unselected package apt-transport-https. [2021-03-16T00:47:45.905Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T00:47:45.905Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T00:47:45.905Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T00:47:45.905Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T00:47:46.165Z] Waiting for network to be ready... [2021-03-16T00:47:52.763Z] 2021-03-16T00:47:50Z INFO Waiting for automatic snapd restart... [2021-03-16T00:47:53.025Z] snapd 2.49 from Canonical* installed [2021-03-16T00:47:53.970Z] "snapd" switched to the "latest/stable" channel [2021-03-16T00:47:53.970Z] [2021-03-16T00:47:58.180Z] core18 20210128 from Canonical* installed [2021-03-16T00:47:58.443Z] "core18" switched to the "latest/stable" channel [2021-03-16T00:47:58.443Z] [2021-03-16T00:48:04.026Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:04.027Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:04.027Z] ---> b3baaf7d75b2 [2021-03-16T00:48:04.027Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:48:04.027Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:04.027Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:04.027Z] ---> b3baaf7d75b2 [2021-03-16T00:48:04.027Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T00:48:04.027Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:04.027Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:04.027Z] ---> b3baaf7d75b2 [2021-03-16T00:48:04.027Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T00:48:04.027Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:04.027Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:04.027Z] ---> b3baaf7d75b2 [2021-03-16T00:48:04.027Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T00:48:04.027Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:48:04.027Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:48:04.027Z] ---> b3baaf7d75b2 [2021-03-16T00:48:04.027Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:48:04.027Z] ---> Running in d0b69db9ffc2 [2021-03-16T00:48:04.027Z] ---> Running in 6a8d45a36975 [2021-03-16T00:48:04.027Z] ---> Running in 753e10513826 [2021-03-16T00:48:04.027Z] ---> Running in 1882ec76aefc [2021-03-16T00:48:04.027Z] ---> Running in d2d7c1acb2ea [2021-03-16T00:48:04.027Z] Removing intermediate container 6a8d45a36975 [2021-03-16T00:48:04.027Z] ---> b37beeefce68 [2021-03-16T00:48:04.027Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:04.027Z] Removing intermediate container d2d7c1acb2ea [2021-03-16T00:48:04.027Z] ---> 2b4dc06e9eaf [2021-03-16T00:48:04.027Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:04.027Z] Removing intermediate container 1882ec76aefc [2021-03-16T00:48:04.027Z] ---> fc91c782470f [2021-03-16T00:48:04.027Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:04.027Z] ---> Running in da6a5eb37af9 [2021-03-16T00:48:04.027Z] Removing intermediate container d0b69db9ffc2 [2021-03-16T00:48:04.027Z] ---> 3270db2a22a6 [2021-03-16T00:48:04.027Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:04.027Z] Removing intermediate container 753e10513826 [2021-03-16T00:48:04.027Z] ---> be328354ffe7 [2021-03-16T00:48:04.027Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:48:04.027Z] ---> Running in a6aafcc30d41 [2021-03-16T00:48:04.027Z] ---> Running in 93dcb38b664c [2021-03-16T00:48:04.027Z] ---> Running in b1e29f711440 [2021-03-16T00:48:04.027Z] ---> Running in dafa74231291 [2021-03-16T00:48:05.032Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T00:48:05.032Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T00:48:05.032Z] [2021-03-16T00:48:06.684Z] Removing intermediate container da6a5eb37af9 [2021-03-16T00:48:06.684Z] ---> ef61ccf54bec [2021-03-16T00:48:06.684Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T00:48:06.684Z] Removing intermediate container a6aafcc30d41 [2021-03-16T00:48:06.684Z] ---> 76d2680d6812 [2021-03-16T00:48:06.684Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T00:48:06.684Z] ---> Running in 7c24f2dc07ed [2021-03-16T00:48:06.957Z] ---> Running in 052c68fe5576 [2021-03-16T00:48:07.227Z] Removing intermediate container 93dcb38b664c [2021-03-16T00:48:07.227Z] ---> f36dc3c838f7 [2021-03-16T00:48:07.227Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T00:48:07.227Z] Removing intermediate container b1e29f711440 [2021-03-16T00:48:07.227Z] ---> ec50c80c4b9c [2021-03-16T00:48:07.227Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T00:48:07.502Z] ---> Running in f94a5cc57fd0 [2021-03-16T00:48:07.502Z] Removing intermediate container dafa74231291 [2021-03-16T00:48:07.502Z] ---> 084a5787e578 [2021-03-16T00:48:07.502Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T00:48:07.780Z] ---> Running in aa4b25a8fd44 [2021-03-16T00:48:07.780Z] ---> Running in a4b4dcf08344 [2021-03-16T00:48:08.335Z] 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-03-16T00:48:08.335Z] - README.md [2021-03-16T00:48:08.335Z] [2021-03-16T00:48:08.335Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T00:48:08.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:09.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:09.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:09.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:09.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:09.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:09.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:09.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:10.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:10.436Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:10.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:48:10.436Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:11.035Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:11.315Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:11.595Z] OK: 217 MiB in 51 packages [2021-03-16T00:48:12.572Z] Removing intermediate container 052c68fe5576 [2021-03-16T00:48:12.572Z] ---> 4aea31dfc3d9 [2021-03-16T00:48:12.572Z] Step 6/24 : COPY go.mod . [2021-03-16T00:48:12.572Z] Removing intermediate container 7c24f2dc07ed [2021-03-16T00:48:12.572Z] ---> ac49978de40b [2021-03-16T00:48:12.572Z] Step 6/23 : COPY go.mod . [2021-03-16T00:48:12.845Z] Removing intermediate container aa4b25a8fd44 [2021-03-16T00:48:12.845Z] ---> 5a1e1d4f0542 [2021-03-16T00:48:12.845Z] Step 6/22 : COPY go.mod . [2021-03-16T00:48:12.845Z] Removing intermediate container f94a5cc57fd0 [2021-03-16T00:48:12.845Z] ---> 9e68cb33ecd5 [2021-03-16T00:48:12.845Z] Step 6/21 : COPY go.mod . [2021-03-16T00:48:13.448Z] Removing intermediate container a4b4dcf08344 [2021-03-16T00:48:13.448Z] ---> 304d22f3f345 [2021-03-16T00:48:13.448Z] Step 6/26 : COPY go.mod . [2021-03-16T00:48:13.448Z] ---> 5ccb1b229417 [2021-03-16T00:48:13.448Z] Step 7/24 : RUN go mod download [2021-03-16T00:48:13.448Z] ---> b6ed6a00c528 [2021-03-16T00:48:13.448Z] Step 7/23 : RUN go mod download [2021-03-16T00:48:13.722Z] ---> Running in 01f0dd75fa24 [2021-03-16T00:48:13.722Z] ---> Running in 554f5bf5f833 [2021-03-16T00:48:13.995Z] ---> 24be7eda3a74 [2021-03-16T00:48:13.995Z] Step 7/21 : RUN go mod download [2021-03-16T00:48:13.995Z] ---> 5dcd40078560 [2021-03-16T00:48:13.995Z] Step 7/22 : RUN go mod download [2021-03-16T00:48:14.268Z] ---> Running in 0cf37893ab86 [2021-03-16T00:48:14.268Z] ---> Running in 1b23874f0599 [2021-03-16T00:48:14.268Z] ---> 2f2f44380c29 [2021-03-16T00:48:14.268Z] Step 7/26 : RUN go mod download [2021-03-16T00:48:14.869Z] ---> Running in c5f4f111fdc8 [2021-03-16T00:48:14.914Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T00:48:14.914Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T00:48:14.914Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T00:48:14.914Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T00:48:16.298Z] Reading package lists... [2021-03-16T00:48:16.560Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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-03-16T00:48:19.208Z] Removing intermediate container 554f5bf5f833 [2021-03-16T00:48:19.208Z] ---> f7e56f04f8b8 [2021-03-16T00:48:19.208Z] Step 8/23 : COPY . . [2021-03-16T00:48:19.208Z] Removing intermediate container 0cf37893ab86 [2021-03-16T00:48:19.208Z] ---> 6e21d99a589e [2021-03-16T00:48:19.208Z] Step 8/21 : COPY . . [2021-03-16T00:48:19.208Z] Removing intermediate container 01f0dd75fa24 [2021-03-16T00:48:19.208Z] ---> 1eca9e7606e4 [2021-03-16T00:48:19.208Z] Step 8/24 : COPY . . [2021-03-16T00:48:19.208Z] Removing intermediate container 1b23874f0599 [2021-03-16T00:48:19.208Z] ---> 92a9e770e6a6 [2021-03-16T00:48:19.208Z] Step 8/22 : COPY . . [2021-03-16T00:48:19.208Z] Removing intermediate container c5f4f111fdc8 [2021-03-16T00:48:19.208Z] ---> 7e06a0acb8e8 [2021-03-16T00:48:19.208Z] Step 8/26 : COPY . . [2021-03-16T00:48:23.144Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T00:48:23.144Z] Reading package lists... [2021-03-16T00:48:23.144Z] Building dependency tree... [2021-03-16T00:48:23.144Z] Reading state information... [2021-03-16T00:48:23.144Z] Suggested packages: [2021-03-16T00:48:23.144Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T00:48:23.144Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T00:48:23.144Z] Recommended packages: [2021-03-16T00:48:23.144Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T00:48:23.144Z] The following NEW packages will be installed: [2021-03-16T00:48:23.144Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T00:48:23.144Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T00:48:23.144Z] pkg-config zip [2021-03-16T00:48:23.404Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T00:48:23.404Z] Need to get 7657 kB of archives. [2021-03-16T00:48:23.404Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T00:48:23.404Z] 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-03-16T00:48:23.404Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T00:48:23.404Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T00:48:23.666Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T00:48:23.666Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T00:48:23.666Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T00:48:23.666Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T00:48:23.925Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T00:48:23.925Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T00:48:23.925Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T00:48:24.185Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T00:48:24.185Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T00:48:24.185Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T00:48:24.759Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T00:48:24.759Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T00:48:24.759Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:48:24.759Z] Fetched 7657 kB in 2s (4914 kB/s) [2021-03-16T00:48:25.018Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T00:48:25.018Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T00:48:25.018Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T00:48:25.018Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T00:48:25.278Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T00:48:25.278Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T00:48:25.278Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T00:48:25.278Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T00:48:25.278Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T00:48:25.278Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T00:48:25.278Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T00:48:25.278Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T00:48:25.537Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T00:48:25.537Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T00:48:25.537Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T00:48:25.537Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T00:48:25.537Z] Selecting previously unselected package liberror-perl. [2021-03-16T00:48:25.537Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T00:48:25.537Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T00:48:25.796Z] Selecting previously unselected package git-man. [2021-03-16T00:48:25.796Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T00:48:25.796Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T00:48:25.796Z] Selecting previously unselected package git. [2021-03-16T00:48:25.796Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T00:48:25.796Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T00:48:26.736Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T00:48:26.736Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T00:48:26.736Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T00:48:26.997Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T00:48:26.997Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T00:48:26.997Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T00:48:26.997Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T00:48:26.997Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T00:48:26.997Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T00:48:26.997Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T00:48:26.997Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T00:48:26.997Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T00:48:27.257Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T00:48:27.257Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T00:48:27.257Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T00:48:27.257Z] Selecting previously unselected package pkg-config. [2021-03-16T00:48:27.257Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T00:48:27.257Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T00:48:27.518Z] Selecting previously unselected package zip. [2021-03-16T00:48:27.518Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T00:48:27.518Z] Unpacking zip (3.0-11build1) ... [2021-03-16T00:48:27.518Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T00:48:27.518Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T00:48:27.518Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T00:48:27.779Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T00:48:27.779Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T00:48:27.779Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T00:48:27.779Z] No schema files found: doing nothing. [2021-03-16T00:48:27.779Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T00:48:27.779Z] Setting up zip (3.0-11build1) ... [2021-03-16T00:48:27.779Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T00:48:27.779Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T00:48:27.779Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T00:48:28.040Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T00:48:28.040Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T00:48:28.040Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T00:48:28.040Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T00:48:28.040Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T00:48:34.860Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T00:48:35.135Z] git set to automatically installed. [2021-03-16T00:48:35.135Z] git-man set to automatically installed. [2021-03-16T00:48:35.135Z] libcurl3-gnutls set to automatically installed. [2021-03-16T00:48:35.135Z] liberror-perl set to automatically installed. [2021-03-16T00:48:35.135Z] libglib2.0-0 set to automatically installed. [2021-03-16T00:48:35.135Z] libnghttp2-14 set to automatically installed. [2021-03-16T00:48:35.135Z] libnorm1 set to automatically installed. [2021-03-16T00:48:35.135Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T00:48:35.135Z] libpsl5 set to automatically installed. [2021-03-16T00:48:35.135Z] librtmp1 set to automatically installed. [2021-03-16T00:48:35.135Z] libsodium23 set to automatically installed. [2021-03-16T00:48:35.135Z] libzmq3-dev set to automatically installed. [2021-03-16T00:48:35.135Z] libzmq5 set to automatically installed. [2021-03-16T00:48:35.135Z] pkg-config set to automatically installed. [2021-03-16T00:48:35.135Z] zip set to automatically installed. [2021-03-16T00:48:37.051Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T00:48:43.637Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T00:48:43.638Z] snap "core18" has no updates available [2021-03-16T00:48:44.213Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T00:48:46.022Z] ---> 8900b0f9ffaf [2021-03-16T00:48:46.022Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T00:48:46.022Z] ---> 27e42e59d3e6 [2021-03-16T00:48:46.022Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T00:48:46.022Z] ---> 620ffd478fe6 [2021-03-16T00:48:46.022Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T00:48:46.022Z] ---> dd09b49a7abf [2021-03-16T00:48:46.022Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T00:48:46.022Z] ---> Running in ddf4390314e2 [2021-03-16T00:48:46.022Z] ---> cecd30dac264 [2021-03-16T00:48:46.022Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T00:48:46.022Z] ---> Running in a5b5eb304215 [2021-03-16T00:48:46.022Z] ---> Running in 9cbd0c60079d [2021-03-16T00:48:46.022Z] ---> Running in 52afbf70e0cf [2021-03-16T00:48:46.022Z] ---> Running in dfec4ac965de [2021-03-16T00:48:47.463Z] 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-03-16T00:48:47.463Z] 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-03-16T00:48:47.463Z] 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-03-16T00:48:47.742Z] 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-03-16T00:48:47.742Z] 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-03-16T00:48:50.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T00:49:17.383Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T00:49:17.383Z] Pulling config-common [2021-03-16T00:49:17.383Z] + snapcraftctl pull [2021-03-16T00:49:17.383Z] Pulling go-build-helper [2021-03-16T00:49:17.383Z] + snapcraftctl pull [2021-03-16T00:49:17.383Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T00:49:17.383Z] Skipping pull go-build-helper (already ran) [2021-03-16T00:49:17.383Z] Building go-build-helper [2021-03-16T00:49:17.383Z] + snapcraftctl build [2021-03-16T00:49:18.769Z] Staging go-build-helper [2021-03-16T00:49:18.769Z] + snapcraftctl stage [2021-03-16T00:49:31.004Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T00:49:31.004Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T00:49:31.004Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T00:49:31.004Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T00:49:31.004Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T00:49:31.004Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T00:49:31.004Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T00:49:31.004Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T00:49:31.004Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T00:49:31.004Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T00:49:31.004Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T00:49:31.004Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T00:49:31.004Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T00:49:31.004Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T00:49:31.004Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T00:49:31.004Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T00:49:31.004Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T00:49:31.004Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T00:49:31.004Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T00:49:31.004Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T00:49:31.004Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T00:49:31.004Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T00:49:31.004Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T00:49:31.005Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T00:49:31.005Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T00:49:31.005Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T00:49:31.005Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T00:49:31.005Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-16T00:49:31.005Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T00:49:31.005Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T00:49:31.005Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T00:49:31.005Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T00:49:31.005Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T00:49:31.005Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T00:49:31.005Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T00:49:31.005Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T00:49:31.005Z] Pulling edgex-go [2021-03-16T00:49:31.005Z] + snapcraftctl pull [2021-03-16T00:49:57.587Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T00:49:57.587Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T00:49:57.587Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T00:49:57.587Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T00:49:57.587Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T00:49:57.587Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T00:49:57.587Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T00:49:57.587Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T00:49:57.587Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T00:49:57.587Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T00:49:57.587Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T00:49:57.587Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T00:49:57.587Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T00:49:57.587Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T00:49:57.587Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T00:49:57.587Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T00:49:57.587Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T00:49:57.587Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T00:49:57.587Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T00:49:57.587Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T00:49:57.587Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T00:49:57.587Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T00:49:57.587Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T00:49:57.587Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T00:49:57.587Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T00:49:57.587Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T00:49:57.587Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T00:49:57.587Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T00:49:57.587Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T00:49:57.587Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T00:49:57.587Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T00:49:57.587Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T00:49:57.587Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T00:49:57.587Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T00:49:57.587Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T00:49:57.587Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T00:49:57.587Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T00:49:57.587Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T00:49:57.587Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T00:49:57.587Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T00:49:57.587Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T00:49:57.587Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T00:49:57.587Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T00:49:57.587Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T00:49:57.587Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T00:49:57.587Z] Pulling static-packages [2021-03-16T00:49:57.587Z] + snapcraftctl pull [2021-03-16T00:49:57.587Z] Pulling version [2021-03-16T00:49:57.587Z] + cd /root/project [2021-03-16T00:49:57.587Z] + [ -f VERSION ] [2021-03-16T00:49:57.587Z] + PROJECT_VERSION=local-dev [2021-03-16T00:49:57.587Z] + git rev-parse --short HEAD [2021-03-16T00:49:57.587Z] + GIT_REVISION=5c176654 [2021-03-16T00:49:57.587Z] + snapcraftctl set-version local-dev [2021-03-16T00:49:57.587Z] Building config-common [2021-03-16T00:49:57.587Z] + snapcraftctl build [2021-03-16T00:49:58.973Z] Skipping build go-build-helper (already ran) [2021-03-16T00:49:58.973Z] Building edgex-go [2021-03-16T00:49:59.913Z] + cd /root/parts/edgex-go/src [2021-03-16T00:49:59.913Z] + make build [2021-03-16T00:49:59.913Z] 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-03-16T00:50:02.462Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T00:50:02.462Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T00:50:02.462Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T00:50:02.462Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-16T00:50:02.462Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-16T00:50:02.462Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T00:50:02.462Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-16T00:50:02.462Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T00:50:02.462Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T00:50:02.462Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T00:50:02.462Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T00:50:02.462Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T00:50:02.462Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T00:50:02.462Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T00:50:02.725Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T00:50:02.725Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T00:50:02.725Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T00:50:02.725Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T00:50:02.725Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T00:50:02.987Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T00:50:02.987Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T00:50:02.987Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T00:50:02.987Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T00:50:02.987Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T00:50:02.987Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T00:50:02.987Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T00:50:02.987Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T00:50:02.987Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T00:50:03.256Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T00:50:03.256Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T00:50:03.256Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T00:50:03.256Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T00:50:03.517Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T00:50:03.517Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T00:50:03.517Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T00:50:03.517Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T00:50:03.517Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T00:50:03.517Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T00:50:03.517Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T00:50:03.777Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T00:50:03.777Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T00:50:03.777Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T00:50:03.777Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T00:50:03.777Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T00:50:03.777Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T00:50:16.065Z] 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-03-16T00:50:16.065Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T00:50:21.354Z] 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-03-16T00:50:22.293Z] 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-03-16T00:50:24.213Z] 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-03-16T00:50:24.631Z] 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-03-16T00:50:24.632Z] 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-03-16T00:50:24.787Z] 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-03-16T00:50:25.085Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T00:50:25.346Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T00:50:25.346Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T00:50:25.346Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T00:50:27.269Z] 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-03-16T00:50:27.269Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T00:50:27.269Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T00:50:29.183Z] 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-03-16T00:50:30.570Z] 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-03-16T00:50:30.832Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T00:50:32.744Z] 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-03-16T00:50:34.131Z] 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-03-16T00:50:34.131Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T00:50:35.514Z] 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-03-16T00:50:35.514Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-16T00:50:38.056Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T00:50:38.056Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T00:50:38.056Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T00:50:38.056Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T00:50:38.056Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T00:50:38.056Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T00:50:38.056Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T00:50:38.056Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T00:50:38.056Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T00:50:38.056Z] + 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-03-16T00:50:38.056Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T00:50:38.056Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T00:50:38.056Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T00:50:38.056Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T00:50:38.056Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T00:50:38.056Z] + 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-03-16T00:50:41.359Z] Building static-packages [2021-03-16T00:50:41.359Z] + snapcraftctl build [2021-03-16T00:50:43.909Z] Building version [2021-03-16T00:50:43.909Z] + snapcraftctl build [2021-03-16T00:50:46.456Z] Staging config-common [2021-03-16T00:50:46.456Z] + snapcraftctl stage [2021-03-16T00:50:46.881Z] Removing intermediate container a5b5eb304215 [2021-03-16T00:50:46.881Z] ---> eb274e3342c9 [2021-03-16T00:50:46.881Z] [2021-03-16T00:50:46.881Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T00:50:46.881Z] 3.12: Pulling from library/alpine [2021-03-16T00:50:46.881Z] Removing intermediate container 9cbd0c60079d [2021-03-16T00:50:46.881Z] ---> cf8acb45bea0 [2021-03-16T00:50:46.881Z] [2021-03-16T00:50:46.881Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T00:50:46.881Z] 3.12: Pulling from library/alpine [2021-03-16T00:50:46.881Z] Removing intermediate container 52afbf70e0cf [2021-03-16T00:50:46.881Z] ---> f3de15d2c55a [2021-03-16T00:50:46.881Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T00:50:46.881Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:50:46.881Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:50:46.881Z] Status: Image is up to date for alpine:3.12 [2021-03-16T00:50:46.881Z] ---> d10569e2745f [2021-03-16T00:50:46.881Z] Step 11/21 : RUN apk add --update --no-cache curlStatus: Downloaded newer image for alpine:3.12 [2021-03-16T00:50:46.881Z] [2021-03-16T00:50:46.881Z] ---> d10569e2745f [2021-03-16T00:50:46.881Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T00:50:46.881Z] ---> Running in 3c708d4b6370 [2021-03-16T00:50:46.881Z] ---> Running in 93a300616d1d [2021-03-16T00:50:46.881Z] ---> Running in 8dc7791b1f2f [2021-03-16T00:50:47.841Z] Skipping stage go-build-helper (already ran) [2021-03-16T00:50:47.841Z] Staging edgex-go [2021-03-16T00:50:47.841Z] + snapcraftctl stage [2021-03-16T00:50:48.782Z] Staging static-packages [2021-03-16T00:50:48.782Z] + snapcraftctl stage [2021-03-16T00:50:48.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:48.866Z] 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-03-16T00:50:48.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:48.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:49.747Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T00:50:50.025Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T00:50:50.025Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:50:50.025Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T00:50:50.025Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T00:50:50.025Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:50:50.025Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T00:50:50.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T00:50:50.025Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:50:50.168Z] Staging version [2021-03-16T00:50:50.168Z] + snapcraftctl stage [2021-03-16T00:50:50.302Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T00:50:50.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:50:50.302Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:50:50.302Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:50:50.579Z] OK: 7 MiB in 19 packages [2021-03-16T00:50:50.579Z] OK: 7 MiB in 18 packages [2021-03-16T00:50:51.109Z] Priming config-common [2021-03-16T00:50:51.109Z] + snapcraftctl prime [2021-03-16T00:50:52.049Z] Priming go-build-helper [2021-03-16T00:50:52.049Z] + snapcraftctl prime [2021-03-16T00:50:53.434Z] Priming edgex-go [2021-03-16T00:50:53.434Z] + snapcraftctl prime [2021-03-16T00:50:54.850Z] Priming static-packages [2021-03-16T00:50:54.850Z] + snapcraftctl prime [2021-03-16T00:50:54.911Z] Removing intermediate container 8dc7791b1f2f [2021-03-16T00:50:54.911Z] ---> aadbfed80f65 [2021-03-16T00:50:54.911Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:50:54.911Z] Removing intermediate container 93a300616d1d [2021-03-16T00:50:54.911Z] ---> 642d92779927 [2021-03-16T00:50:54.911Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:50:54.911Z] ---> Running in da664dff1224 [2021-03-16T00:50:54.911Z] ---> Running in 0de1db2c0502 [2021-03-16T00:50:55.520Z] Removing intermediate container 3c708d4b6370 [2021-03-16T00:50:55.520Z] ---> f3e0441e034f [2021-03-16T00:50:55.520Z] [2021-03-16T00:50:55.520Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T00:50:55.520Z] Removing intermediate container da664dff1224 [2021-03-16T00:50:55.520Z] ---> c79c74ae1e44 [2021-03-16T00:50:55.520Z] Step 13/24 : WORKDIR / [2021-03-16T00:50:55.521Z] 20.10.0: Pulling from library/docker [2021-03-16T00:50:55.521Z] Removing intermediate container 0de1db2c0502 [2021-03-16T00:50:55.521Z] ---> 668a1f8be107 [2021-03-16T00:50:55.521Z] Step 13/21 : WORKDIR /edgex [2021-03-16T00:50:55.521Z] ---> Running in aaf736e48b0e [2021-03-16T00:50:55.807Z] ---> Running in 491633a22654 [2021-03-16T00:50:57.501Z] Priming version [2021-03-16T00:50:57.501Z] + snapcraftctl prime [2021-03-16T00:50:57.802Z] Removing intermediate container aaf736e48b0e [2021-03-16T00:50:57.802Z] ---> 7f021ea35d4c [2021-03-16T00:50:57.802Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-16T00:50:58.076Z] Removing intermediate container 491633a22654 [2021-03-16T00:50:58.076Z] ---> ebaafdefabb0 [2021-03-16T00:50:58.076Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T00:50:58.453Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-16T00:50:59.060Z] ---> 8fc716a19fbd [2021-03-16T00:50:59.061Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-16T00:51:00.082Z] ---> 300d076d4be7 [2021-03-16T00:51:00.082Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T00:51:00.383Z] ---> 90e3e8d86041 [2021-03-16T00:51:00.383Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-16T00:51:00.933Z] Removing intermediate container dfec4ac965de [2021-03-16T00:51:00.933Z] ---> 9b534b4fb39c [2021-03-16T00:51:00.933Z] [2021-03-16T00:51:00.933Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:51:00.933Z] ---> d10569e2745f [2021-03-16T00:51:00.933Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T00:51:01.621Z] ---> Running in 970cebe81a39 [2021-03-16T00:51:02.263Z] ---> 500c593f8b1e [2021-03-16T00:51:02.263Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T00:51:02.263Z] ---> 460b978a6b03 [2021-03-16T00:51:02.263Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T00:51:04.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:04.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:05.277Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:51:05.277Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:05.277Z] OK: 5 MiB in 15 packages [2021-03-16T00:51:05.875Z] ---> 440121f0d248 [2021-03-16T00:51:05.876Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T00:51:06.146Z] ---> 1c167332ea7e [2021-03-16T00:51:06.146Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T00:51:06.418Z] ---> Running in bca089e0e2c0 [2021-03-16T00:51:07.855Z] Removing intermediate container bca089e0e2c0 [2021-03-16T00:51:07.855Z] ---> 8ccd4cc59cb3 [2021-03-16T00:51:07.855Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T00:51:08.126Z] Removing intermediate container 970cebe81a39 [2021-03-16T00:51:08.126Z] ---> 109c43fd0f37 [2021-03-16T00:51:08.126Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:51:08.725Z] ---> f3712224f85e [2021-03-16T00:51:08.725Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T00:51:09.002Z] ---> Running in e239a3140b7a [2021-03-16T00:51:09.002Z] ---> Running in dc77ccaf83d6 [2021-03-16T00:51:09.981Z] Removing intermediate container e239a3140b7a [2021-03-16T00:51:09.981Z] ---> 9c56dee28cee [2021-03-16T00:51:09.981Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T00:51:10.266Z] ---> Running in b2bcefd3ae23 [2021-03-16T00:51:10.266Z] Removing intermediate container dc77ccaf83d6 [2021-03-16T00:51:10.266Z] ---> 3fe7f7bd30cf [2021-03-16T00:51:10.266Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T00:51:10.266Z] ---> 29906c1bd4b6 [2021-03-16T00:51:10.266Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-16T00:51:10.875Z] ---> Running in 3c2fbdd3947c [2021-03-16T00:51:10.875Z] ---> Running in fc64fdfdd321 [2021-03-16T00:51:11.477Z] Removing intermediate container b2bcefd3ae23 [2021-03-16T00:51:11.477Z] ---> b77e61e879df [2021-03-16T00:51:11.477Z] Step 20/21 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:51:12.462Z] Removing intermediate container 3c2fbdd3947c [2021-03-16T00:51:12.462Z] ---> ba9448d4ed64 [2021-03-16T00:51:12.462Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:51:12.462Z] ---> Running in 3ab1478640b0 [2021-03-16T00:51:13.060Z] ---> Running in 986fc29a3cbc [2021-03-16T00:51:13.332Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T00:51:13.332Z] Removing intermediate container 3ab1478640b0 [2021-03-16T00:51:13.332Z] ---> 5b9b7b5c4a65 [2021-03-16T00:51:13.332Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T00:51:13.332Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T00:51:13.332Z] ---> eeaf43b92773 [2021-03-16T00:51:13.332Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T00:51:13.332Z] Removing intermediate container ddf4390314e2 [2021-03-16T00:51:13.332Z] ---> 99f62cb4b7ad [2021-03-16T00:51:13.332Z] [2021-03-16T00:51:13.332Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:51:13.332Z] ---> d10569e2745f [2021-03-16T00:51:13.332Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T00:51:13.929Z] Removing intermediate container 986fc29a3cbc [2021-03-16T00:51:13.929Z] ---> 52c4b429c871 [2021-03-16T00:51:13.929Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:51:13.929Z] ---> Running in 93107686cf18 [2021-03-16T00:51:13.929Z] ---> Running in b9d02ec937f3 [2021-03-16T00:51:13.929Z] ---> Running in d92ef1647f54 [2021-03-16T00:51:14.545Z] Removing intermediate container b9d02ec937f3 [2021-03-16T00:51:14.545Z] ---> ed275bd94827 [2021-03-16T00:51:14.545Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T00:51:14.819Z] Removing intermediate container fc64fdfdd321 [2021-03-16T00:51:14.820Z] ---> 9373f9c994d6 [2021-03-16T00:51:14.820Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T00:51:14.820Z] ---> Running in 95e837295e32 [2021-03-16T00:51:14.820Z] Removing intermediate container d92ef1647f54 [2021-03-16T00:51:14.820Z] ---> 4c70c900b06c [2021-03-16T00:51:14.820Z] [2021-03-16T00:51:15.090Z] ---> Running in 8f2e4ca4026f [2021-03-16T00:51:15.090Z] ---> 9efe66b9ba74 [2021-03-16T00:51:15.090Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T00:51:15.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:15.639Z] Successfully built 4c70c900b06c [2021-03-16T00:51:15.639Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T00:51:15.639Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-16T00:51:15.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:15.639Z] Removing intermediate container 95e837295e32 [2021-03-16T00:51:15.639Z] ---> a1543d92d941 [2021-03-16T00:51:15.639Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T00:51:15.913Z] Removing intermediate container 8f2e4ca4026f [2021-03-16T00:51:15.913Z] ---> 60246fea04c0 [2021-03-16T00:51:15.913Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T00:51:16.184Z] ---> Running in be0c455626f9 [2021-03-16T00:51:16.184Z] ---> Running in 6eff6d4b8892 [2021-03-16T00:51:16.459Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T00:51:16.459Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T00:51:16.459Z] Executing bash-5.0.17-r0.post-install [2021-03-16T00:51:16.459Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:16.459Z] OK: 12 MiB in 22 packages [2021-03-16T00:51:17.059Z] ---> 56073ee7be44 [2021-03-16T00:51:17.059Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:17.335Z] Removing intermediate container be0c455626f9 [2021-03-16T00:51:17.335Z] Removing intermediate container 6eff6d4b8892 [2021-03-16T00:51:17.335Z] ---> 57014fffd3da [2021-03-16T00:51:17.335Z] Step 23/24 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:51:17.335Z] ---> bc679cad3f87 [2021-03-16T00:51:17.335Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:51:17.930Z] ---> Running in 4c959426f552 [2021-03-16T00:51:17.930Z] ---> Running in a177faa0f7ec [2021-03-16T00:51:18.204Z] ---> b07b0e4953f9 [2021-03-16T00:51:18.204Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T00:51:18.801Z] ---> Running in d8be1a870f5e [2021-03-16T00:51:19.073Z] Removing intermediate container a177faa0f7ec [2021-03-16T00:51:19.073Z] ---> b74dcd208f9c [2021-03-16T00:51:19.073Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T00:51:19.349Z] Removing intermediate container 93107686cf18 [2021-03-16T00:51:19.349Z] ---> a814d3993a7e [2021-03-16T00:51:19.349Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T00:51:20.497Z] ---> Running in efe5af4c48a1 [2021-03-16T00:51:20.497Z] Removing intermediate container d8be1a870f5e [2021-03-16T00:51:20.497Z] ---> 911c7de2e79c [2021-03-16T00:51:20.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:51:20.497Z] ---> Running in cadcea32d9d7 [2021-03-16T00:51:20.497Z] ---> Running in 2b6f1454bce3 [2021-03-16T00:51:20.780Z] Removing intermediate container efe5af4c48a1 [2021-03-16T00:51:20.780Z] ---> 27796b800163 [2021-03-16T00:51:20.780Z] [2021-03-16T00:51:21.377Z] Successfully built 27796b800163 [2021-03-16T00:51:21.377Z] Removing intermediate container cadcea32d9d7 [2021-03-16T00:51:21.377Z] ---> c10b3d9e5a5e [2021-03-16T00:51:21.377Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T00:51:21.377Z] Removing intermediate container 2b6f1454bce3 [2021-03-16T00:51:21.377Z] ---> e94c8cee03eb [2021-03-16T00:51:21.377Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T00:51:21.377Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T00:51:21.377Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-16T00:51:21.651Z] Removing intermediate container 4c959426f552 [2021-03-16T00:51:21.651Z] ---> f1a9b794e803 [2021-03-16T00:51:21.651Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T00:51:21.927Z] ---> Running in 33fd2d4e5f88 [2021-03-16T00:51:21.927Z] ---> Running in 544e4b5702cc [2021-03-16T00:51:22.201Z] ---> Running in 4f0799f7ebbc [2021-03-16T00:51:22.799Z] Removing intermediate container 33fd2d4e5f88 [2021-03-16T00:51:22.799Z] ---> 882f55fb0c56 [2021-03-16T00:51:22.799Z] Step 21/22 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:51:22.799Z] Removing intermediate container 544e4b5702cc [2021-03-16T00:51:22.799Z] ---> 32f1335bf93d [2021-03-16T00:51:22.799Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T00:51:22.799Z] ---> Running in b1e17f6e67dc [2021-03-16T00:51:22.799Z] ---> Running in 5b5cde32c3fb [2021-03-16T00:51:24.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:24.851Z] Removing intermediate container b1e17f6e67dc [2021-03-16T00:51:24.851Z] ---> 3b3aeddb2c73 [2021-03-16T00:51:24.851Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:51:24.851Z] Removing intermediate container 5b5cde32c3fb [2021-03-16T00:51:24.851Z] ---> 290680612ce3 [2021-03-16T00:51:24.851Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T00:51:25.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:25.729Z] ---> Running in 927c52d2ba34 [2021-03-16T00:51:25.729Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T00:51:26.007Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T00:51:26.007Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T00:51:26.007Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T00:51:26.281Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T00:51:26.281Z] ---> 390b058ca9de [2021-03-16T00:51:26.281Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:26.554Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T00:51:26.554Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:26.554Z] Removing intermediate container 927c52d2ba34 [2021-03-16T00:51:26.554Z] ---> 242dc2072cd1 [2021-03-16T00:51:26.554Z] [2021-03-16T00:51:26.554Z] OK: 8 MiB in 20 packages [2021-03-16T00:51:27.170Z] Successfully built 242dc2072cd1 [2021-03-16T00:51:27.170Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T00:51:27.170Z] Building docker-support-notifications-go [2021-03-16T00:51:27.765Z]  Building docker-support-scheduler-go ... done  ---> 6cd48f39cb5e [2021-03-16T00:51:27.765Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T00:51:28.751Z] Removing intermediate container 4f0799f7ebbc [2021-03-16T00:51:28.751Z] ---> 53d8d0ca4918 [2021-03-16T00:51:28.751Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:51:29.031Z] ---> 5aef45100a60 [2021-03-16T00:51:29.031Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T00:51:29.302Z] ---> Running in 3090404ae01f [2021-03-16T00:51:29.577Z] ---> b9a732594513 [2021-03-16T00:51:29.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T00:51:31.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:31.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:31.626Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T00:51:31.626Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T00:51:31.626Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T00:51:31.626Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T00:51:31.626Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T00:51:31.626Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T00:51:31.626Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T00:51:33.601Z] ---> c89c8eb530d6 [2021-03-16T00:51:33.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:33.601Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T00:51:33.601Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T00:51:33.601Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T00:51:33.601Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T00:51:33.601Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T00:51:33.601Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T00:51:33.883Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T00:51:33.883Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T00:51:33.883Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T00:51:33.883Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T00:51:33.883Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T00:51:33.883Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T00:51:33.883Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T00:51:33.883Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T00:51:34.207Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T00:51:34.207Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T00:51:34.207Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T00:51:34.207Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T00:51:34.207Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T00:51:34.207Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T00:51:34.207Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T00:51:34.207Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T00:51:34.207Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T00:51:34.207Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T00:51:34.207Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T00:51:34.207Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T00:51:34.479Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:34.479Z] OK: 71 MiB in 55 packages [2021-03-16T00:51:36.458Z] ---> 3a74784bcf3d [2021-03-16T00:51:36.458Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T00:51:37.065Z] ---> Running in 44ce3ea652b5 [2021-03-16T00:51:37.683Z] Removing intermediate container 44ce3ea652b5 [2021-03-16T00:51:37.683Z] ---> a64f9a8f1c8f [2021-03-16T00:51:37.683Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:51:38.286Z] ---> Running in 1661388ce5cf [2021-03-16T00:51:39.292Z] Removing intermediate container 1661388ce5cf [2021-03-16T00:51:39.292Z] ---> 355811facad7 [2021-03-16T00:51:39.292Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:51:39.897Z] ---> Running in 4306279072a4 [2021-03-16T00:51:40.887Z] Removing intermediate container 4306279072a4 [2021-03-16T00:51:40.887Z] ---> dc34275ed1ce [2021-03-16T00:51:40.887Z] Step 22/23 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:51:41.159Z] ---> Running in 61cc277c0d59 [2021-03-16T00:51:42.149Z] Removing intermediate container 61cc277c0d59 [2021-03-16T00:51:42.149Z] ---> 0dd4dd941fef [2021-03-16T00:51:42.149Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:51:43.626Z] ---> Running in 30da61bfc478 [2021-03-16T00:51:44.630Z] Removing intermediate container 30da61bfc478 [2021-03-16T00:51:44.630Z] ---> e56c59539316 [2021-03-16T00:51:44.630Z] [2021-03-16T00:51:44.908Z] Removing intermediate container 3090404ae01f [2021-03-16T00:51:44.908Z] ---> 5fdeb2f43d4b [2021-03-16T00:51:44.908Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T00:51:45.184Z] Successfully built e56c59539316 [2021-03-16T00:51:45.464Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T00:51:45.464Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-16T00:51:45.741Z] ---> Running in 11671de77727 [2021-03-16T00:51:52.444Z] Collecting docker-compose==1.23.2 [2021-03-16T00:51:52.715Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T00:51:53.695Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T00:51:53.695Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T00:51:57.096Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:51:57.096Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:51:57.096Z] ---> b3baaf7d75b2 [2021-03-16T00:51:57.096Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T00:51:57.096Z] ---> Using cache [2021-03-16T00:51:57.096Z] ---> be328354ffe7 [2021-03-16T00:51:57.096Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:51:57.096Z] ---> Using cache [2021-03-16T00:51:57.096Z] ---> ec50c80c4b9c [2021-03-16T00:51:57.096Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T00:51:57.096Z] ---> Using cache [2021-03-16T00:51:57.096Z] ---> 5a1e1d4f0542 [2021-03-16T00:51:57.096Z] Step 6/31 : COPY go.mod . [2021-03-16T00:51:57.096Z] ---> Using cache [2021-03-16T00:51:57.096Z] ---> 5dcd40078560 [2021-03-16T00:51:57.096Z] Step 7/31 : RUN go mod download [2021-03-16T00:51:57.096Z] ---> Using cache [2021-03-16T00:51:57.096Z] ---> 92a9e770e6a6 [2021-03-16T00:51:57.096Z] Step 8/31 : COPY . . [2021-03-16T00:51:57.096Z] ---> Using cache [2021-03-16T00:51:57.096Z] ---> cecd30dac264 [2021-03-16T00:51:57.096Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T00:51:57.096Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T00:51:57.096Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T00:51:58.573Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T00:51:58.573Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T00:52:00.555Z] ---> Running in ab8f1c68b968 [2021-03-16T00:52:02.001Z] 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-03-16T00:52:02.602Z] 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-03-16T00:52:04.051Z] Collecting PyYAML<4,>=3.10 [2021-03-16T00:52:04.051Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T00:52:09.719Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:09.719Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:09.719Z] ---> b3baaf7d75b2 [2021-03-16T00:52:09.719Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:52:09.719Z] ---> Using cache [2021-03-16T00:52:09.719Z] ---> be328354ffe7 [2021-03-16T00:52:09.719Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:09.719Z] ---> Using cache [2021-03-16T00:52:09.719Z] ---> ec50c80c4b9c [2021-03-16T00:52:09.719Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:52:09.719Z] ---> Using cache [2021-03-16T00:52:09.719Z] ---> 5a1e1d4f0542 [2021-03-16T00:52:09.719Z] Step 6/23 : COPY go.mod . [2021-03-16T00:52:09.719Z] ---> Using cache [2021-03-16T00:52:09.719Z] ---> 5dcd40078560 [2021-03-16T00:52:09.719Z] Step 7/23 : RUN go mod download [2021-03-16T00:52:09.719Z] ---> Using cache [2021-03-16T00:52:09.719Z] ---> 92a9e770e6a6 [2021-03-16T00:52:09.719Z] Step 8/23 : COPY . . [2021-03-16T00:52:09.719Z] ---> Using cache [2021-03-16T00:52:09.719Z] ---> cecd30dac264 [2021-03-16T00:52:09.719Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T00:52:10.038Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T00:52:10.038Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T00:52:12.054Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T00:52:12.054Z] ---> Running in ca9d43916e8c [2021-03-16T00:52:12.054Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T00:52:14.068Z] 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-03-16T00:52:15.542Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:15.542Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:15.542Z] ---> b3baaf7d75b2 [2021-03-16T00:52:15.542Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:52:15.542Z] ---> Using cache [2021-03-16T00:52:15.542Z] ---> be328354ffe7 [2021-03-16T00:52:15.542Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:15.542Z] ---> Using cache [2021-03-16T00:52:15.542Z] ---> ec50c80c4b9c [2021-03-16T00:52:15.542Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T00:52:15.542Z] ---> Running in e394fc4a4682 [2021-03-16T00:52:17.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:17.841Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T00:52:18.127Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T00:52:18.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:19.418Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T00:52:19.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T00:52:19.699Z] OK: 217 MiB in 51 packages [2021-03-16T00:52:21.174Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T00:52:21.174Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T00:52:22.182Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T00:52:22.182Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T00:52:23.192Z] Removing intermediate container e394fc4a4682 [2021-03-16T00:52:23.192Z] ---> bf638323310a [2021-03-16T00:52:23.192Z] Step 6/22 : COPY go.mod . [2021-03-16T00:52:23.802Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T00:52:23.802Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T00:52:24.414Z] 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-03-16T00:52:24.414Z] 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-03-16T00:52:25.033Z] ---> 69df35d4bab2 [2021-03-16T00:52:25.033Z] Step 7/22 : RUN go mod download [2021-03-16T00:52:25.318Z] ---> Running in c1aaef911680 [2021-03-16T00:52:25.318Z] Collecting idna<2.8,>=2.5 [2021-03-16T00:52:25.598Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T00:52:25.598Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T00:52:25.598Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T00:52:25.598Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T00:52:25.598Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T00:52:27.613Z] Installing collected packages: texttable, cached-property, docopt, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, docker-compose [2021-03-16T00:52:27.613Z] Running setup.py install for texttable: started [2021-03-16T00:52:30.576Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:52:30.576Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:52:30.576Z] ---> b3baaf7d75b2 [2021-03-16T00:52:30.576Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:52:30.576Z] ---> Using cache [2021-03-16T00:52:30.576Z] ---> be328354ffe7 [2021-03-16T00:52:30.576Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:30.576Z] ---> Using cache [2021-03-16T00:52:30.576Z] ---> ec50c80c4b9c [2021-03-16T00:52:30.576Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:52:30.576Z] ---> Using cache [2021-03-16T00:52:30.576Z] ---> 5a1e1d4f0542 [2021-03-16T00:52:30.576Z] Step 6/23 : COPY go.mod . [2021-03-16T00:52:30.576Z] ---> Using cache [2021-03-16T00:52:30.576Z] ---> 5dcd40078560 [2021-03-16T00:52:30.576Z] Step 7/23 : RUN go mod download [2021-03-16T00:52:30.576Z] ---> Using cache [2021-03-16T00:52:30.576Z] ---> 92a9e770e6a6 [2021-03-16T00:52:30.576Z] Step 8/23 : COPY . . [2021-03-16T00:52:30.576Z] ---> Using cache [2021-03-16T00:52:30.576Z] ---> cecd30dac264 [2021-03-16T00:52:30.576Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T00:52:30.576Z] ---> Running in 7c9ed2961076 [2021-03-16T00:52:31.572Z] Removing intermediate container c1aaef911680 [2021-03-16T00:52:31.572Z] ---> 848a8f571737 [2021-03-16T00:52:31.572Z] Step 8/22 : COPY . . [2021-03-16T00:52:31.854Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T00:52:32.139Z] Running setup.py install for docopt: started [2021-03-16T00:52:32.761Z] 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-03-16T00:52:37.171Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T00:52:37.171Z] Running setup.py install for PyYAML: started [2021-03-16T00:52:43.996Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T00:52:43.996Z] Attempting uninstall: urllib3 [2021-03-16T00:52:43.996Z] Found existing installation: urllib3 1.25.9 [2021-03-16T00:52:43.996Z] Uninstalling urllib3-1.25.9: [2021-03-16T00:52:43.996Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T00:52:45.467Z] Attempting uninstall: idna [2021-03-16T00:52:45.467Z] Found existing installation: idna 2.9 [2021-03-16T00:52:45.467Z] Uninstalling idna-2.9: [2021-03-16T00:52:45.753Z] Successfully uninstalled idna-2.9 [2021-03-16T00:52:47.788Z] Attempting uninstall: requests [2021-03-16T00:52:47.788Z] Found existing installation: requests 2.23.0 [2021-03-16T00:52:47.788Z] Uninstalling requests-2.23.0: [2021-03-16T00:52:47.788Z] Successfully uninstalled requests-2.23.0 [2021-03-16T00:52:53.278Z] ---> 9412f1f46f41 [2021-03-16T00:52:53.278Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T00:52:53.278Z] ---> Running in 23b6e87af02e [2021-03-16T00:52:53.891Z] Running setup.py install for dockerpty: started [2021-03-16T00:52:55.364Z] 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-03-16T00:52:58.036Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T00:53:00.051Z] 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.58.0 [2021-03-16T00:53:06.847Z] Removing intermediate container 11671de77727 [2021-03-16T00:53:06.847Z] ---> ea9bc962240f [2021-03-16T00:53:06.847Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T00:53:06.847Z] ---> Running in ba47094b7c6c [2021-03-16T00:53:08.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:53:08.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:53:09.485Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:53:09.485Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T00:53:09.485Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T00:53:09.485Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:53:09.771Z] OK: 72 MiB in 58 packages [2021-03-16T00:53:11.244Z] Removing intermediate container ba47094b7c6c [2021-03-16T00:53:11.244Z] ---> 7fbcca593912 [2021-03-16T00:53:11.244Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T00:53:11.527Z] ---> Running in bd3e92a87e05 [2021-03-16T00:53:12.149Z] Removing intermediate container bd3e92a87e05 [2021-03-16T00:53:12.149Z] ---> da8587ed9aa5 [2021-03-16T00:53:12.149Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:53:12.429Z] ---> Running in 7142abde8c30 [2021-03-16T00:53:13.041Z] Removing intermediate container 7142abde8c30 [2021-03-16T00:53:13.041Z] ---> 19faf9a3f146 [2021-03-16T00:53:13.041Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T00:53:13.318Z] ---> Running in 44c7e8a13fbe [2021-03-16T00:53:13.928Z] Removing intermediate container 44c7e8a13fbe [2021-03-16T00:53:13.929Z] ---> 94d514404f21 [2021-03-16T00:53:13.929Z] Step 25/26 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:53:14.211Z] ---> Running in 715bee34cc06 [2021-03-16T00:53:14.827Z] Removing intermediate container 715bee34cc06 [2021-03-16T00:53:14.827Z] ---> 85629d6e2886 [2021-03-16T00:53:14.827Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T00:53:15.108Z] ---> Running in 33d98848f760 [2021-03-16T00:53:16.104Z] Removing intermediate container 33d98848f760 [2021-03-16T00:53:16.104Z] ---> fae2bf0a2cd2 [2021-03-16T00:53:16.104Z] [2021-03-16T00:53:16.389Z] Successfully built fae2bf0a2cd2 [2021-03-16T00:53:16.389Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T00:54:03.802Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ab8f1c68b968 [2021-03-16T00:54:03.802Z] ---> b0889dfbc3d1 [2021-03-16T00:54:03.802Z] [2021-03-16T00:54:03.802Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T00:54:03.802Z] ---> d10569e2745f [2021-03-16T00:54:03.802Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T00:54:03.802Z] ---> Running in 3af39007fdb4 [2021-03-16T00:54:03.802Z] Removing intermediate container 3af39007fdb4 [2021-03-16T00:54:03.802Z] ---> f8e40830825d [2021-03-16T00:54:03.802Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T00:54:03.802Z] ---> Running in b876d2d0535b [2021-03-16T00:54:03.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:54:03.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:54:03.802Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:54:03.802Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T00:54:03.802Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:54:03.802Z] OK: 5 MiB in 16 packages [2021-03-16T00:54:04.413Z] Removing intermediate container b876d2d0535b [2021-03-16T00:54:04.413Z] ---> dc6a8fce7fb0 [2021-03-16T00:54:04.413Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T00:54:04.690Z] ---> Running in 50eb50892451 [2021-03-16T00:54:05.323Z] Removing intermediate container 50eb50892451 [2021-03-16T00:54:05.323Z] ---> 56e19e789085 [2021-03-16T00:54:05.323Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T00:54:05.607Z] ---> Running in c54dfa16ed99 [2021-03-16T00:54:06.596Z] Removing intermediate container c54dfa16ed99 [2021-03-16T00:54:06.596Z] ---> d183b4002d29 [2021-03-16T00:54:06.596Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T00:54:06.596Z] ---> Running in ba68c14eed86 [2021-03-16T00:54:10.951Z] Removing intermediate container ba68c14eed86 [2021-03-16T00:54:10.951Z] ---> 9da0a0a27761 [2021-03-16T00:54:10.951Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T00:54:10.951Z] ---> Running in 1d97cd27fb60 [2021-03-16T00:54:11.235Z] Removing intermediate container 1d97cd27fb60 [2021-03-16T00:54:11.235Z] ---> a5eb3e70f7d4 [2021-03-16T00:54:11.235Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T00:54:12.711Z] ---> 3af441570a7e [2021-03-16T00:54:12.711Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T00:54:12.711Z] ---> Running in f2a70286f6a7 [2021-03-16T00:54:18.186Z] Removing intermediate container f2a70286f6a7 [2021-03-16T00:54:18.186Z] ---> a3d7d5c65c02 [2021-03-16T00:54:18.186Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:54:19.177Z] ---> 8b2ba8b6c0b1 [2021-03-16T00:54:19.177Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T00:54:20.166Z] Removing intermediate container ca9d43916e8c [2021-03-16T00:54:20.166Z] ---> e92c496e8eaa [2021-03-16T00:54:20.166Z] [2021-03-16T00:54:20.166Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:54:20.166Z] ---> d10569e2745f [2021-03-16T00:54:20.166Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:54:20.166Z] ---> Using cache [2021-03-16T00:54:20.166Z] ---> 109c43fd0f37 [2021-03-16T00:54:20.166Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:54:20.166Z] ---> Using cache [2021-03-16T00:54:20.166Z] ---> 3fe7f7bd30cf [2021-03-16T00:54:20.166Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T00:54:20.445Z] ---> Running in 00ba2634cb68 [2021-03-16T00:54:21.901Z] Removing intermediate container 00ba2634cb68 [2021-03-16T00:54:21.901Z] ---> e993f1522b80 [2021-03-16T00:54:21.901Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:54:21.901Z] ---> 10c49c8ea14f [2021-03-16T00:54:21.901Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T00:54:21.901Z] ---> Running in d34c1ff37fa7 [2021-03-16T00:54:22.893Z] Removing intermediate container d34c1ff37fa7 [2021-03-16T00:54:22.893Z] ---> 6fc1bdba58f1 [2021-03-16T00:54:22.893Z] Step 15/23 : WORKDIR / [2021-03-16T00:54:23.172Z] ---> Running in 98f67195c911 [2021-03-16T00:54:23.172Z] ---> 25074ef8b41d [2021-03-16T00:54:23.172Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T00:54:24.166Z] Removing intermediate container 98f67195c911 [2021-03-16T00:54:24.167Z] ---> dae0f29c0f2f [2021-03-16T00:54:24.167Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:54:24.778Z] ---> 7a6ff591306a [2021-03-16T00:54:24.778Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T00:54:25.770Z] ---> ed09f09ab70a [2021-03-16T00:54:25.770Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T00:54:26.050Z] ---> fc4d4e6d74ce [2021-03-16T00:54:26.050Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T00:54:26.694Z] ---> Running in 5783e3f90b29 [2021-03-16T00:54:27.694Z] Removing intermediate container 5783e3f90b29 [2021-03-16T00:54:27.694Z] ---> 255018abd925 [2021-03-16T00:54:27.694Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T00:54:27.978Z] ---> 7c03309c1a95 [2021-03-16T00:54:27.978Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T00:54:29.426Z] ---> 416ce0e4192e [2021-03-16T00:54:29.426Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T00:54:29.426Z] ---> d16f789d4c82 [2021-03-16T00:54:29.426Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T00:54:29.708Z] ---> Running in 72c631aa651f [2021-03-16T00:54:29.708Z] ---> Running in 5a0f6b608181 [2021-03-16T00:54:30.723Z] Removing intermediate container 5a0f6b608181 [2021-03-16T00:54:30.723Z] ---> 60d225fd97ec [2021-03-16T00:54:30.723Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:54:31.007Z] ---> Running in 910b52253767 [2021-03-16T00:54:31.618Z] Removing intermediate container 910b52253767 [2021-03-16T00:54:31.618Z] ---> a0fe87e57d4e [2021-03-16T00:54:31.618Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:54:31.900Z] ---> Running in 8dd81f1ddfc1 [2021-03-16T00:54:32.903Z] Removing intermediate container 8dd81f1ddfc1 [2021-03-16T00:54:32.903Z] ---> 7d67d521d30d [2021-03-16T00:54:32.903Z] Step 22/23 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:54:32.903Z] ---> Running in b43075bae867 [2021-03-16T00:54:33.902Z] Removing intermediate container 72c631aa651f [2021-03-16T00:54:33.902Z] ---> fa916271c259 [2021-03-16T00:54:33.902Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T00:54:33.902Z] Removing intermediate container b43075bae867 [2021-03-16T00:54:33.902Z] ---> a7654aa0e250 [2021-03-16T00:54:33.902Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:54:34.179Z] ---> Running in fef6fec9d281 [2021-03-16T00:54:34.482Z] ---> Running in 9c704f00e15b [2021-03-16T00:54:34.769Z] Removing intermediate container fef6fec9d281 [2021-03-16T00:54:34.769Z] ---> 1ffc26a7beb1 [2021-03-16T00:54:34.769Z] Step 28/31 : CMD ["gate"] [2021-03-16T00:54:35.044Z] Removing intermediate container 9c704f00e15b [2021-03-16T00:54:35.044Z] ---> 32d4801b7ea2 [2021-03-16T00:54:35.044Z] [2021-03-16T00:54:35.320Z] ---> Running in f27dced96257 [2021-03-16T00:54:35.599Z] Successfully built 32d4801b7ea2 [2021-03-16T00:54:35.599Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T00:54:36.206Z]  Building docker-core-command-go ... done Removing intermediate container f27dced96257 [2021-03-16T00:54:36.206Z] ---> 4fbc0594d3c2 [2021-03-16T00:54:36.206Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T00:54:36.485Z] ---> Running in 70f0ad8847b3 [2021-03-16T00:54:37.096Z] Removing intermediate container 70f0ad8847b3 [2021-03-16T00:54:37.096Z] ---> f2d12d8881a6 [2021-03-16T00:54:37.096Z] Step 30/31 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:54:37.373Z] ---> Running in 2ea3cc3efc1b [2021-03-16T00:54:38.372Z] Removing intermediate container 2ea3cc3efc1b [2021-03-16T00:54:38.372Z] ---> c3821e6c4df7 [2021-03-16T00:54:38.372Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T00:54:38.986Z] ---> Running in 923b3676d70a [2021-03-16T00:54:39.604Z] Removing intermediate container 923b3676d70a [2021-03-16T00:54:39.604Z] ---> 99be3c7af1fc [2021-03-16T00:54:39.604Z] [2021-03-16T00:54:39.882Z] Successfully built 99be3c7af1fc [2021-03-16T00:54:40.159Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T00:54:43.554Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 7c9ed2961076 [2021-03-16T00:54:43.554Z] ---> 9443f508f7b7 [2021-03-16T00:54:43.554Z] [2021-03-16T00:54:43.554Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:54:43.554Z] ---> d10569e2745f [2021-03-16T00:54:43.554Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:54:43.554Z] ---> Using cache [2021-03-16T00:54:43.554Z] ---> 109c43fd0f37 [2021-03-16T00:54:43.554Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:54:43.554Z] ---> Using cache [2021-03-16T00:54:43.554Z] ---> 3fe7f7bd30cf [2021-03-16T00:54:43.554Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T00:54:43.554Z] Removing intermediate container 23b6e87af02e [2021-03-16T00:54:43.554Z] ---> 1fceb28ec202 [2021-03-16T00:54:43.554Z] [2021-03-16T00:54:43.554Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:54:43.554Z] ---> d10569e2745f [2021-03-16T00:54:43.554Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T00:54:43.554Z] ---> Running in 77eeccd1055f [2021-03-16T00:54:43.554Z] ---> Running in b1054d1d89d8 [2021-03-16T00:54:43.837Z] Removing intermediate container 77eeccd1055f [2021-03-16T00:54:43.837Z] ---> a6fdf1c8d971 [2021-03-16T00:54:43.837Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:54:44.110Z] ---> Running in f501ea92e286 [2021-03-16T00:54:44.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:54:44.658Z] Removing intermediate container f501ea92e286 [2021-03-16T00:54:44.658Z] ---> 1e7e26ca76cf [2021-03-16T00:54:44.658Z] Step 15/23 : WORKDIR / [2021-03-16T00:54:44.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:54:44.658Z] ---> Running in 7af6458e92cc [2021-03-16T00:54:45.256Z] Removing intermediate container 7af6458e92cc [2021-03-16T00:54:45.256Z] ---> 63e37e7c9eef [2021-03-16T00:54:45.256Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:54:45.256Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T00:54:45.536Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:54:45.536Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:54:45.536Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:54:45.536Z] OK: 6 MiB in 16 packages [2021-03-16T00:54:46.137Z] ---> ee46453ead08 [2021-03-16T00:54:46.137Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T00:54:47.575Z] Removing intermediate container b1054d1d89d8 [2021-03-16T00:54:47.575Z] ---> 026f6a142b85 [2021-03-16T00:54:47.575Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:54:47.575Z] ---> b30a7ba94233 [2021-03-16T00:54:47.575Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T00:54:47.575Z] ---> Running in ab9ed8df11bb [2021-03-16T00:54:47.848Z] Removing intermediate container ab9ed8df11bb [2021-03-16T00:54:47.848Z] ---> 1b7be565b3f3 [2021-03-16T00:54:47.848Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T00:54:48.123Z] ---> Running in d3a15c5f2431 [2021-03-16T00:54:48.123Z] ---> 0cb0de54f8a6 [2021-03-16T00:54:48.123Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T00:54:48.395Z] ---> Running in 3276878aa5e8 [2021-03-16T00:54:48.667Z] Removing intermediate container d3a15c5f2431 [2021-03-16T00:54:48.667Z] ---> 70228bcf3bb1 [2021-03-16T00:54:48.667Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:54:48.667Z] ---> Running in 5797b27d260e [2021-03-16T00:54:48.946Z] Removing intermediate container 3276878aa5e8 [2021-03-16T00:54:48.946Z] ---> 6f33be9313ce [2021-03-16T00:54:48.946Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:54:48.946Z] ---> Running in 78032ca4b79c [2021-03-16T00:54:49.221Z] Removing intermediate container 5797b27d260e [2021-03-16T00:54:49.221Z] ---> ff256791ba8e [2021-03-16T00:54:49.221Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:54:49.496Z] Removing intermediate container 78032ca4b79c [2021-03-16T00:54:49.496Z] ---> 1369958b7ae3 [2021-03-16T00:54:49.496Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:54:49.771Z] ---> Running in 2fd050103f96 [2021-03-16T00:54:50.057Z] ---> e6e22a61e0e3 [2021-03-16T00:54:50.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T00:54:50.057Z] Removing intermediate container 2fd050103f96 [2021-03-16T00:54:50.057Z] ---> 57a7325322b3 [2021-03-16T00:54:50.057Z] Step 22/23 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:54:50.331Z] ---> Running in 9800eed5810e [2021-03-16T00:54:50.934Z] Removing intermediate container 9800eed5810e [2021-03-16T00:54:50.934Z] ---> d4cef6f42abe [2021-03-16T00:54:50.934Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:54:51.210Z] ---> 091acf571ac3 [2021-03-16T00:54:51.210Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T00:54:51.210Z] ---> Running in fa3edb9a366b [2021-03-16T00:54:51.814Z] Removing intermediate container fa3edb9a366b [2021-03-16T00:54:51.814Z] ---> bcbc4abe991a [2021-03-16T00:54:51.814Z] [2021-03-16T00:54:51.814Z] ---> e98edd8627f8 [2021-03-16T00:54:51.814Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T00:54:52.410Z] Successfully built bcbc4abe991a [2021-03-16T00:54:52.410Z] ---> Running in 8668ef96436e [2021-03-16T00:54:52.410Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T00:54:52.683Z]  Building docker-core-metadata-go ... done Removing intermediate container 8668ef96436e [2021-03-16T00:54:52.683Z] ---> 0e927d48938d [2021-03-16T00:54:52.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:54:52.961Z] ---> Running in b5f65b54a27a [2021-03-16T00:54:53.243Z] Removing intermediate container b5f65b54a27a [2021-03-16T00:54:53.243Z] ---> 7040c4d7800b [2021-03-16T00:54:53.551Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T00:54:53.551Z] ---> Running in 5937b6ae70fd [2021-03-16T00:54:54.151Z] Removing intermediate container 5937b6ae70fd [2021-03-16T00:54:54.151Z] ---> 0d217b372d4d [2021-03-16T00:54:54.151Z] Step 21/22 : LABEL git_sha=f759c1930cbd0512a5551fdcb84a4de84c3c09dd [2021-03-16T00:54:54.151Z] ---> Running in ee46b9e8e883 [2021-03-16T00:54:54.438Z] Removing intermediate container ee46b9e8e883 [2021-03-16T00:54:54.438Z] ---> b2f151e1b2e1 [2021-03-16T00:54:54.438Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:54:54.731Z] ---> Running in 304460df2da2 [2021-03-16T00:54:55.333Z] Removing intermediate container 304460df2da2 [2021-03-16T00:54:55.333Z] ---> c86b9e5bc1a6 [2021-03-16T00:54:55.333Z] [2021-03-16T00:54:55.623Z] Successfully built c86b9e5bc1a6 [2021-03-16T00:54:55.623Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T00:54:56.242Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-16T00:54:56.236Z] $ docker stop --time=1 acc782b335c492e8e4599f8bb14be1cf7c14a4410e21f8be68fac7020e6b43a1 [2021-03-16T00:54:58.353Z] $ docker rm -f acc782b335c492e8e4599f8bb14be1cf7c14a4410e21f8be68fac7020e6b43a1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:54:59.126Z] + docker images [2021-03-16T00:54:59.126Z] + grep docker [2021-03-16T00:54:59.402Z] docker-support-notifications-go-arm64 latest c86b9e5bc1a6 5 seconds ago 16.9MB [2021-03-16T00:54:59.402Z] docker-core-metadata-go-arm64 latest bcbc4abe991a 8 seconds ago 17.9MB [2021-03-16T00:54:59.402Z] docker-security-bootstrapper-go-arm64 latest 99be3c7af1fc 20 seconds ago 17.8MB [2021-03-16T00:54:59.402Z] docker-core-command-go-arm64 latest 32d4801b7ea2 25 seconds ago 16.2MB [2021-03-16T00:54:59.402Z] docker-sys-mgmt-agent-go-arm64 latest fae2bf0a2cd2 About a minute ago 300MB [2021-03-16T00:54:59.402Z] docker-core-data-go-arm64 latest e56c59539316 3 minutes ago 21.3MB [2021-03-16T00:54:59.402Z] docker-support-scheduler-go-arm64 latest 242dc2072cd1 3 minutes ago 16.3MB [2021-03-16T00:54:59.402Z] docker-security-secretstore-setup-go-arm64 latest 27796b800163 3 minutes ago 23.7MB [2021-03-16T00:54:59.402Z] docker-security-proxy-setup-go-arm64 latest 4c70c900b06c 3 minutes ago 23.4MB [2021-03-16T00:54:59.402Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:55:00.358Z] ---> job-cost.sh [2021-03-16T00:55:00.358Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YkFR [2021-03-16T00:55:47.304Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T00:57:39.157Z] lf-activate-venv(): INFO: Adding /tmp/venv-YkFR/bin to PATH [2021-03-16T00:57:39.157Z] INFO: No Stack... [2021-03-16T00:57:39.157Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T00:57:39.157Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T00:57:39.513Z] + cat /w/workspace/edgex-go/20/archives/cost.csv [2021-03-16T00:57:39.513Z] + cut -d, -f6 [Pipeline] lock [2021-03-16T00:57:39.678Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-20-stack-cost] [2021-03-16T00:57:39.691Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-20-stack-cost] did not exist. Created. [2021-03-16T00:57:39.691Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T00:57:40.194Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T00:57:40.479Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T00:57:40.494Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-20-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-03-16T00:57:41.911Z] provisioning config files... [2021-03-16T00:57:41.928Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config889654873843429257tmp [Pipeline] { [Pipeline] sh [2021-03-16T00:57:42.403Z] + set +x [2021-03-16T00:57:42.403Z] + curl -s https://codecov.io/bash [2021-03-16T00:57:42.403Z] + bash -s -- [2021-03-16T00:57:42.684Z] [2021-03-16T00:57:42.684Z] _____ _ [2021-03-16T00:57:42.684Z] / ____| | | [2021-03-16T00:57:42.684Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T00:57:42.684Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T00:57:42.684Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T00:57:42.684Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T00:57:42.684Z] Bash-20210309-2b87ace [2021-03-16T00:57:42.684Z] [2021-03-16T00:57:42.684Z] [2021-03-16T00:57:42.684Z] ==> git version 2.24.3 found [2021-03-16T00:57:42.684Z] ==> 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-03-16T00:57:42.684Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T00:57:42.684Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T00:57:42.684Z] ==> Jenkins CI detected. [2021-03-16T00:57:42.981Z] project root: . [2021-03-16T00:57:42.981Z] --> token set from env [2021-03-16T00:57:42.981Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T00:57:42.981Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T00:57:42.981Z] ==> Python coveragepy not found [2021-03-16T00:57:42.981Z] ==> Searching for coverage reports in: [2021-03-16T00:57:42.981Z] + . [2021-03-16T00:57:42.981Z] -> Found 1 reports [2021-03-16T00:57:42.981Z] ==> Detecting git/mercurial file structure [2021-03-16T00:57:42.981Z] ==> Reading reports [2021-03-16T00:57:42.981Z] + ./coverage.out bytes=650607 [2021-03-16T00:57:42.981Z] ==> Appending adjustments [2021-03-16T00:57:42.981Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T00:57:47.482Z] + Found adjustments [2021-03-16T00:57:47.482Z] ==> Gzipping contents [2021-03-16T00:57:47.482Z] 96K /tmp/codecov.UVvBv1.gz [2021-03-16T00:57:47.482Z] ==> Uploading reports [2021-03-16T00:57:47.482Z] url: https://codecov.io [2021-03-16T00:57:47.482Z] query: branch=PR-3209&commit=f759c1930cbd0512a5551fdcb84a4de84c3c09dd&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-16T00:57:47.482Z] -> Pinging Codecov [2021-03-16T00:57:47.482Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=f759c1930cbd0512a5551fdcb84a4de84c3c09dd&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-16T00:57:47.482Z] -> Uploading to [2021-03-16T00:57:47.482Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/f759c1930cbd0512a5551fdcb84a4de84c3c09dd/7765b1ea-d25e-45ce-90bd-17ac1c38b654.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T005746Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=93c2f064af1ac698ee01d6dd4fb7f1d35e796ffbb9f4ff959b6cc51f3c855d77 [2021-03-16T00:57:47.482Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T00:57:47.482Z] Dload Upload Total Spent Left Speed [2021-03-16T00:57:47.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94971 0 0 100 94971 0 176k --:--:-- --:--:-- --:--:-- 175k 100 94971 0 0 100 94971 0 176k --:--:-- --:--:-- --:--:-- 175k [2021-03-16T00:57:47.792Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f759c1930cbd0512a5551fdcb84a4de84c3c09dd [Pipeline] } [2021-03-16T00:57:47.824Z] 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-03-16T00:57:50.015Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:57:51.301Z] ---> package-listing.sh [2021-03-16T00:57:51.301Z] ++ facter osfamily [2021-03-16T00:57:51.301Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T00:57:51.301Z] + OS_FAMILY=redhat [2021-03-16T00:57:51.301Z] + workspace=/w/workspace/edgex-go/20 [2021-03-16T00:57:51.301Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T00:57:51.301Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T00:57:51.301Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T00:57:51.301Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T00:57:51.301Z] + '[' /w/workspace/edgex-go/20 ']' [2021-03-16T00:57:51.301Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T00:57:51.301Z] + case "${OS_FAMILY}" in [2021-03-16T00:57:51.301Z] + rpm -qa [2021-03-16T00:57:51.301Z] + sort [2021-03-16T00:57:56.776Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T00:57:56.776Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T00:57:56.776Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T00:57:56.776Z] + '[' /w/workspace/edgex-go/20 ']' [2021-03-16T00:57:56.776Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2021-03-16T00:57:56.776Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2021-03-16T00:57:56.801Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T00:57:57.168Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:57:57.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T00:57:57.856Z] [2021-03-16T00:57:57.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:57:58.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T00:57:58.327Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T00:57:58.327Z] df20fa9351a1: Pulling fs layer [2021-03-16T00:57:58.327Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T00:57:58.327Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T00:57:58.327Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T00:57:58.327Z] 93b61091891f: Pulling fs layer [2021-03-16T00:57:58.327Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T00:57:58.327Z] 5e14af77c1be: Pulling fs layer [2021-03-16T00:57:58.327Z] 01666e4c0597: Pulling fs layer [2021-03-16T00:57:58.327Z] aa168da1d23b: Pulling fs layer [2021-03-16T00:57:58.327Z] 46f8f816bc3b: Waiting [2021-03-16T00:57:58.327Z] 93b61091891f: Waiting [2021-03-16T00:57:58.327Z] 93b9cdb0e59b: Waiting [2021-03-16T00:57:58.327Z] 5e14af77c1be: Waiting [2021-03-16T00:57:58.327Z] 01666e4c0597: Waiting [2021-03-16T00:57:58.327Z] aa168da1d23b: Waiting [2021-03-16T00:57:58.327Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T00:57:58.327Z] 36b3adc4ff6f: Download complete [2021-03-16T00:57:58.327Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T00:57:58.327Z] 46f8f816bc3b: Download complete [2021-03-16T00:57:58.609Z] df20fa9351a1: Download complete [2021-03-16T00:57:58.609Z] 93b61091891f: Verifying Checksum [2021-03-16T00:57:58.609Z] 93b61091891f: Download complete [2021-03-16T00:57:58.609Z] 93b9cdb0e59b: Verifying Checksum [2021-03-16T00:57:58.609Z] 5e14af77c1be: Verifying Checksum [2021-03-16T00:57:58.609Z] 5e14af77c1be: Download complete [2021-03-16T00:57:58.609Z] 01666e4c0597: Verifying Checksum [2021-03-16T00:57:58.609Z] 01666e4c0597: Download complete [2021-03-16T00:57:59.231Z] df20fa9351a1: Pull complete [2021-03-16T00:57:59.231Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T00:57:59.231Z] 8ad3a11d3b57: Download complete [2021-03-16T00:57:59.231Z] 36b3adc4ff6f: Pull complete [2021-03-16T00:58:00.235Z] 8ad3a11d3b57: Pull complete [2021-03-16T00:58:00.235Z] 46f8f816bc3b: Pull complete [2021-03-16T00:58:00.747Z] 93b61091891f: Pull complete [2021-03-16T00:58:00.747Z] 93b9cdb0e59b: Pull complete [2021-03-16T00:58:01.036Z] 5e14af77c1be: Pull complete [2021-03-16T00:58:01.036Z] 01666e4c0597: Pull complete [2021-03-16T00:58:02.583Z] aa168da1d23b: Verifying Checksum [2021-03-16T00:58:02.583Z] aa168da1d23b: Download complete [2021-03-16T00:58:12.945Z] aa168da1d23b: Pull complete [2021-03-16T00:58:12.945Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T00:58:12.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T00:58:12.945Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T00:58:13.233Z] prd-centos7-docker-4c-2g-29876 does not seem to be running inside a container [2021-03-16T00:58:13.368Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-16T00:58:18.398Z] $ docker top 7e2285972bbb256cfdcedd998ffdb5d835f1f3c426b79f8adc14fd4e35f686fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:58:18.994Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T00:58:19.342Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T00:58:19.948Z] + ls /var/log/sa-host [2021-03-16T00:58:19.948Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T00:58:19.948Z] file_magic: OK [2021-03-16T00:58:19.948Z] HZ: Using current value: 100 [2021-03-16T00:58:19.948Z] file_header: OK [2021-03-16T00:58:19.948Z] 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-03-16T00:58:19.948Z] Statistics: [2021-03-16T00:58:19.948Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-16T00:58:19.948Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T00:58:19.948Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T00:58:19.948Z] file_magic: OK [2021-03-16T00:58:19.948Z] HZ: Using current value: 100 [2021-03-16T00:58:19.948Z] file_header: OK [2021-03-16T00:58:19.948Z] 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-03-16T00:58:19.948Z] Statistics: [2021-03-16T00:58:19.948Z] Hnuu...uuuununununu... [2021-03-16T00:58:19.948Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T00:58:20.174Z] provisioning config files... [2021-03-16T00:58:20.194Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config6055246150033194430tmp [Pipeline] { [Pipeline] echo [2021-03-16T00:58:20.295Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:58:20.636Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T00:58:20.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T00:58:20.815Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:58:21.183Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T00:58:21.208Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:58:21.559Z] ---> sudo-logs.sh [2021-03-16T00:58:21.559Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T00:58:21.686Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:58:22.126Z] ---> job-cost.sh [2021-03-16T00:58:22.126Z] lf-activate-venv: SKIPPING [2021-03-16T00:58:22.126Z] DEBUG: total: 0.20999999344348907 [2021-03-16T00:58:22.126Z] INFO: Retrieving Stack Cost... [2021-03-16T00:58:23.147Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T00:58:23.745Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T00:58:23.772Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:58:24.138Z] ---> logs-deploy.sh [2021-03-16T00:58:24.139Z] lf-activate-venv: SKIPPING [2021-03-16T00:58:24.139Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/20 [2021-03-16T00:58:24.139Z] INFO: archiving workspace using pattern(s): [2021-03-16T00:58:26.146Z] Archives upload complete. [2021-03-16T00:58:26.146Z] INFO: archiving logs to Nexus [2021-03-16T00:58:27.140Z] ---> uname -a: [2021-03-16T00:58:27.140Z] Linux prd-centos7-docker-4c-2g-29876.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-16T00:58:27.140Z] [2021-03-16T00:58:27.140Z]