Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f6d014447948dfaa08a4016fd2a877554bf2967e+f60a6b9b3bbcf5933f7773f85fc76d84301e173f (8ab80f011512f83267dfb5c0ba5b09b1d482582b) 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 ‘prd-centos7-docker-4c-2g-28380’ Running on prd-centos7-docker-4c-2g-28384 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e Merge succeeded, producing f6d014447948dfaa08a4016fd2a877554bf2967e Checking out Revision f6d014447948dfaa08a4016fd2a877554bf2967e (PR-3209) > git config core.sparsecheckout # timeout=10 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-03T14:24:37.327Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-03T14:24:37.624Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-03T14:24:37.798Z] ========================================================= [2021-03-03T14:24:37.798Z] EdgeX Global Pipelines Version Info [2021-03-03T14:24:37.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9f97bb1cccb7cfa260bd7fc093c87ca00e1a762c # timeout=10 [2021-03-03T14:24:39.817Z] ------------------- [2021-03-03T14:24:39.817Z] stable info: [2021-03-03T14:24:39.817Z] ------------------- [2021-03-03T14:24:39.817Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-03T14:24:39.817Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T14:24:39.817Z] Message: update stable to v1.0.184 [2021-03-03T14:24:40.769Z] ------------------- [2021-03-03T14:24:40.769Z] experimental info: [2021-03-03T14:24:40.769Z] ------------------- [2021-03-03T14:24:40.769Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-03T14:24:40.769Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T14:24:40.769Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-03T14:24:41.076Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-03T14:24:41.166Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-03T14:24:41.272Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-03T14:24:41.376Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-03T14:24:41.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-03T14:24:41.640Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-03T14:24:41.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-03T14:24:41.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-03T14:24:41.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-03T14:24:42.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-03T14:24:42.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-03T14:24:42.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-03T14:24:42.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-03T14:24:42.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-03T14:24:42.536Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T14:24:42.622Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T14:24:42.715Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-03T14:24:42.799Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-03T14:24:42.885Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-03T14:24:42.978Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-03T14:24:43.071Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-03T14:24:43.151Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-03T14:24:43.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-03T14:24:43.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-03T14:24:43.396Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-03T14:24:43.489Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6d014447948dfaa08a4016fd2a877554bf2967e [Pipeline] echo [2021-03-03T14:24:43.568Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6d0144 [Pipeline] echo [2021-03-03T14:24:43.646Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T14:24:43.851Z] provisioning config files... [2021-03-03T14:24:43.881Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5929112957020297298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:24:44.273Z] ---> docker-login.sh [2021-03-03T14:24:44.273Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:24:44.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:44.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:44.803Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:44.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:44.803Z] [2021-03-03T14:24:44.803Z] Login Succeeded [2021-03-03T14:24:44.803Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:24:44.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:45.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:45.066Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:45.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:45.066Z] [2021-03-03T14:24:45.066Z] Login Succeeded [2021-03-03T14:24:45.066Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:24:45.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:45.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:45.066Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:45.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:45.066Z] [2021-03-03T14:24:45.066Z] Login Succeeded [2021-03-03T14:24:45.066Z] nexus3.edgexfoundry.org:10004 [2021-03-03T14:24:45.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:45.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:45.334Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:45.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:45.334Z] [2021-03-03T14:24:45.334Z] Login Succeeded [2021-03-03T14:24:45.334Z] docker.io [2021-03-03T14:24:45.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:24:45.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:24:45.865Z] Configure a credential helper to remove this warning. See [2021-03-03T14:24:45.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:24:45.865Z] [2021-03-03T14:24:45.865Z] Login Succeeded [2021-03-03T14:24:45.865Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T14:24:45.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:24:46.365Z] ++ 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-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/core-command/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/core-data/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-03T14:24:46.365Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T14:24:46.365Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-03T14:24:46.365Z] ++ cut -d/ -f2 [2021-03-03T14:24:46.365Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-03T14:24:46.440Z] 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-03T14:24:47.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:24:47.274Z] [2021-03-03T14:24:47.274Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:24:47.616Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:24:47.616Z] latest: Pulling from edgex-devops/git-semver [2021-03-03T14:24:47.616Z] 31603596830f: Pulling fs layer [2021-03-03T14:24:47.616Z] 2a8b12db71e7: Pulling fs layer [2021-03-03T14:24:47.616Z] 6ca5941a6612: Pulling fs layer [2021-03-03T14:24:47.616Z] ecc8261a40a4: Pulling fs layer [2021-03-03T14:24:47.616Z] ecc8261a40a4: Waiting [2021-03-03T14:24:47.616Z] 2a8b12db71e7: Verifying Checksum [2021-03-03T14:24:47.616Z] 2a8b12db71e7: Download complete [2021-03-03T14:24:47.616Z] 31603596830f: Verifying Checksum [2021-03-03T14:24:47.616Z] 31603596830f: Download complete [2021-03-03T14:24:47.883Z] ecc8261a40a4: Verifying Checksum [2021-03-03T14:24:47.883Z] ecc8261a40a4: Download complete [2021-03-03T14:24:47.883Z] 6ca5941a6612: Verifying Checksum [2021-03-03T14:24:47.883Z] 6ca5941a6612: Download complete [2021-03-03T14:24:48.149Z] 31603596830f: Pull complete [2021-03-03T14:24:48.412Z] 2a8b12db71e7: Pull complete [2021-03-03T14:24:49.369Z] 6ca5941a6612: Pull complete [2021-03-03T14:24:49.369Z] ecc8261a40a4: Pull complete [2021-03-03T14:24:49.369Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-03T14:24:49.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T14:24:49.633Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-03T14:24:49.819Z] prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container [2021-03-03T14:24:49.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T14:24:52.680Z] $ docker top 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T14:24:52.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:24:52.999Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:24:53.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:24:53.233Z] $ docker exec 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent [2021-03-03T14:24:53.407Z] SSH_AUTH_SOCK=/tmp/ssh-XcqwFfqtciCA/agent.12 [2021-03-03T14:24:53.407Z] SSH_AGENT_PID=18 [2021-03-03T14:24:53.423Z] Running ssh-add (command line suppressed) [2021-03-03T14:24:53.549Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6652510008085345806.key (/w/workspace/edgex-go/4@tmp/private_key_6652510008085345806.key) [2021-03-03T14:24:53.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:24:53.937Z] + git tag --points-at HEAD [Pipeline] } [2021-03-03T14:24:53.962Z] $ docker exec --env ******** --env ******** 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent -k [2021-03-03T14:24:54.084Z] unset SSH_AUTH_SOCK; [2021-03-03T14:24:54.085Z] unset SSH_AGENT_PID; [2021-03-03T14:24:54.085Z] echo Agent pid 18 killed; [2021-03-03T14:24:54.132Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-03T14:24:54.261Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T14:24:54.261Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T14:24:54.448Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T14:24:54.452Z] $ docker exec 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent [2021-03-03T14:24:54.659Z] SSH_AUTH_SOCK=/tmp/ssh-w98g9HcncB1K/agent.48 [2021-03-03T14:24:54.659Z] SSH_AGENT_PID=53 [2021-03-03T14:24:54.696Z] Running ssh-add (command line suppressed) [2021-03-03T14:24:54.855Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4646055949227084900.key (/w/workspace/edgex-go/4@tmp/private_key_4646055949227084900.key) [2021-03-03T14:24:54.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T14:24:55.276Z] + git semver init [2021-03-03T14:24:55.276Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T14:24:55.276Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-03T14:24:55.276Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-03T14:24:55.276Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T14:24:55.276Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T14:24:55.276Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T14:24:55.276Z] # $SEMVER_BRANCH = PR-3209 [2021-03-03T14:24:55.276Z] # $SEMVER_TEMP = /tmp/semver-649918016 [2021-03-03T14:24:55.276Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-03T14:25:22.121Z] # '/tmp/semver-649918016' -> '/w/workspace/edgex-go/4/.semver' [2021-03-03T14:25:22.121Z] # -> Force: false [2021-03-03T14:25:22.121Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-03T14:25:22.142Z] $ docker exec --env ******** --env ******** 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent -k [2021-03-03T14:25:22.443Z] unset SSH_AUTH_SOCK; [2021-03-03T14:25:22.443Z] unset SSH_AGENT_PID; [2021-03-03T14:25:22.443Z] echo Agent pid 53 killed; [2021-03-03T14:25:22.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T14:25:23.064Z] + git semver [Pipeline] } [2021-03-03T14:25:23.086Z] $ docker stop --time=1 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 [2021-03-03T14:25:24.706Z] $ docker rm -f 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:25:25.213Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-03T14:25:25.778Z] Stashed 1 file(s) [Pipeline] echo [2021-03-03T14:25:25.781Z] [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-03T14:25:26.699Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:25:27.004Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:25:27.305Z] + sudo service docker restart [2021-03-03T14:25:27.305Z] + true [2021-03-03T14:25:27.305Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-03T14:25:27.895Z] ========================================================= [2021-03-03T14:25:27.895Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-03T14:25:27.896Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:25:28.236Z] + 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-03T14:25:32.482Z] Sending build context to Docker daemon 328.2MB [2021-03-03T14:25:32.482Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T14:25:32.482Z] Step 2/6 : FROM ${BASE} [2021-03-03T14:25:32.482Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-03T14:25:32.482Z] 188c0c94c7c5: Pulling fs layer [2021-03-03T14:25:32.482Z] 0ef7d3d256c8: Pulling fs layer [2021-03-03T14:25:32.482Z] de9db76c5a1d: Pulling fs layer [2021-03-03T14:25:32.482Z] bca2f99d35d6: Pulling fs layer [2021-03-03T14:25:32.482Z] 93359f2a8cfa: Pulling fs layer [2021-03-03T14:25:32.482Z] 7c6f9722023f: Pulling fs layer [2021-03-03T14:25:32.482Z] a35cf1a2eb13: Pulling fs layer [2021-03-03T14:25:32.482Z] 93359f2a8cfa: Waiting [2021-03-03T14:25:32.482Z] 7c6f9722023f: Waiting [2021-03-03T14:25:32.482Z] a35cf1a2eb13: Waiting [2021-03-03T14:25:32.482Z] bca2f99d35d6: Waiting [2021-03-03T14:25:32.482Z] de9db76c5a1d: Verifying Checksum [2021-03-03T14:25:32.482Z] de9db76c5a1d: Download complete [2021-03-03T14:25:32.482Z] 0ef7d3d256c8: Download complete [2021-03-03T14:25:32.482Z] 93359f2a8cfa: Verifying Checksum [2021-03-03T14:25:32.482Z] 93359f2a8cfa: Download complete [2021-03-03T14:25:32.482Z] 188c0c94c7c5: Verifying Checksum [2021-03-03T14:25:32.482Z] 188c0c94c7c5: Download complete [2021-03-03T14:25:32.482Z] 7c6f9722023f: Verifying Checksum [2021-03-03T14:25:32.482Z] 7c6f9722023f: Download complete [2021-03-03T14:25:32.482Z] 188c0c94c7c5: Pull complete [2021-03-03T14:25:32.748Z] 0ef7d3d256c8: Pull complete [2021-03-03T14:25:33.018Z] de9db76c5a1d: Pull complete [2021-03-03T14:25:33.985Z] a35cf1a2eb13: Verifying Checksum [2021-03-03T14:25:33.985Z] a35cf1a2eb13: Download complete [2021-03-03T14:25:34.950Z] bca2f99d35d6: Verifying Checksum [2021-03-03T14:25:34.950Z] bca2f99d35d6: Download complete [2021-03-03T14:25:41.198Z] Still waiting to schedule task [2021-03-03T14:25:41.198Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-03T14:25:41.595Z] bca2f99d35d6: Pull complete [2021-03-03T14:25:41.595Z] 93359f2a8cfa: Pull complete [2021-03-03T14:25:41.595Z] 7c6f9722023f: Pull complete [2021-03-03T14:25:45.825Z] a35cf1a2eb13: Pull complete [2021-03-03T14:25:45.825Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-03T14:25:45.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-03T14:25:45.825Z] ---> a62c8e92a672 [2021-03-03T14:25:45.825Z] 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-03T14:25:45.825Z] ---> Running in a6362762d4fb [2021-03-03T14:25:46.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:25:47.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:25:47.626Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T14:25:47.889Z] (2/12) Installing file (5.38-r0) [2021-03-03T14:25:48.466Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T14:25:48.466Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T14:26:03.426Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T14:26:03.426Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T14:26:03.426Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T14:26:03.426Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T14:26:03.689Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T14:26:03.689Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T14:26:03.689Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T14:26:03.951Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T14:26:04.213Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:26:04.213Z] OK: 233 MiB in 51 packages [2021-03-03T14:26:08.457Z] Removing intermediate container a6362762d4fb [2021-03-03T14:26:08.457Z] ---> 8258fbde0fe1 [2021-03-03T14:26:08.457Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T14:26:08.457Z] ---> Running in ba51c491f91d [2021-03-03T14:26:08.457Z] Removing intermediate container ba51c491f91d [2021-03-03T14:26:08.457Z] ---> 653a4855566f [2021-03-03T14:26:08.457Z] Step 5/6 : COPY go.mod . [2021-03-03T14:26:08.720Z] ---> 307341a472ae [2021-03-03T14:26:08.720Z] Step 6/6 : RUN go mod download [2021-03-03T14:26:09.297Z] ---> Running in 7941902a557f [2021-03-03T14:26:35.958Z] Removing intermediate container 7941902a557f [2021-03-03T14:26:35.958Z] ---> b9d02845cf4b [2021-03-03T14:26:35.958Z] Successfully built b9d02845cf4b [2021-03-03T14:26:35.958Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:26:36.278Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T14:26:36.278Z] . [Pipeline] withDockerContainer [2021-03-03T14:26:36.397Z] prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container [2021-03-03T14:26:36.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T14:26:37.372Z] $ docker top 79cb17b0fd8c3c8c1ab84830f9f8ae5d6f777488d1d77e8b4b17c512ac22158f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:26:37.903Z] + go version [2021-03-03T14:26:37.903Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-03T14:26:37.921Z] $ docker stop --time=1 79cb17b0fd8c3c8c1ab84830f9f8ae5d6f777488d1d77e8b4b17c512ac22158f [2021-03-03T14:26:40.013Z] $ docker rm -f 79cb17b0fd8c3c8c1ab84830f9f8ae5d6f777488d1d77e8b4b17c512ac22158f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:26:40.909Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T14:26:40.909Z] . [Pipeline] withDockerContainer [2021-03-03T14:26:41.015Z] prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container [2021-03-03T14:26:41.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T14:26:41.899Z] $ docker top 3da7fd1f0b85800f96bd0fea4abcd6ae3cb8bbed66c7b8577287a73b70d62999 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T14:26:42.145Z] ========================================================= [2021-03-03T14:26:42.145Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T14:26:42.145Z] ========================================================= [Pipeline] sh [2021-03-03T14:26:42.442Z] + make test [2021-03-03T14:26:42.442Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T14:26:52.547Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T14:27:10.855Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T14:27:15.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T14:27:15.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T14:27:15.155Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T14:27:17.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T14:27:17.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T14:27:17.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T14:27:17.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T14:27:17.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T14:27:18.750Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T14:27:20.748Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T14:27:20.748Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T14:27:20.748Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T14:27:25.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements [2021-03-03T14:27:25.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T14:27:25.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T14:27:25.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T14:27:25.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T14:27:25.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T14:27:25.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T14:27:25.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T14:27:25.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements [2021-03-03T14:27:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T14:27:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T14:27:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T14:27:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T14:27:26.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 66.2% of statements [2021-03-03T14:27:26.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T14:27:26.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T14:27:27.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.4% of statements [2021-03-03T14:27:27.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T14:27:27.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:27:27.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-03T14:27:27.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T14:27:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T14:27:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T14:27:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T14:27:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T14:27:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-03-03T14:27:29.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T14:27:29.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-03-03T14:27:29.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T14:27:29.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T14:27:29.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T14:27:29.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T14:27:32.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 45.5% of statements [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-03-03T14:27:32.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-03-03T14:27:45.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements [2021-03-03T14:27:45.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.6% of statements [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 62.4% of statements [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T14:27:57.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T14:27:57.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 69.1% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 38.4% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.136s coverage: 88.5% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 94.3% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T14:27:57.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-03-03T14:27:57.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-03T14:27:57.501Z] GO111MODULE=on go vet ./... [2021-03-03T14:28:24.284Z] gofmt -l . [2021-03-03T14:28:24.284Z] [ "`gofmt -l .`" = "" ] [2021-03-03T14:28:24.284Z] ./bin/test-go-mod-tidy.sh [2021-03-03T14:28:24.549Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T14:28:25.442Z] + ls -al . [2021-03-03T14:28:25.442Z] total 716 [2021-03-03T14:28:25.442Z] drwxrwxr-x 10 1001 1001 4096 Mar 3 14:28 . [2021-03-03T14:28:25.442Z] drwxr-xr-x 4 root root 28 Mar 3 14:26 .. [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 14:24 .dockerignore [2021-03-03T14:28:25.442Z] drwxrwxr-x 8 1001 1001 179 Mar 3 14:24 .git [2021-03-03T14:28:25.442Z] drwxrwxr-x 3 1001 1001 125 Mar 3 14:24 .github [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 14:24 .gitignore [2021-03-03T14:28:25.442Z] drwx------ 3 1001 1001 60 Mar 3 14:25 .semver [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 14:24 .sonarcloud.properties [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:24 Attribution.txt [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:24 CONTRIBUTING.md [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 14:24 Dockerfile.build [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 14:24 Jenkinsfile [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:24 LICENSE [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:24 Makefile [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:24 README.md [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:24 SECURITY.md [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 14:25 VERSION [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:24 ZMQWindows.md [2021-03-03T14:28:25.442Z] drwxrwxr-x 2 1001 1001 117 Mar 3 14:24 bin [2021-03-03T14:28:25.442Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 14:24 cmd [2021-03-03T14:28:25.442Z] -rw-r--r-- 1 root root 602988 Mar 3 14:27 coverage.out [2021-03-03T14:28:25.442Z] -rw-r--r-- 1 root root 1055 Mar 3 14:28 go.mod [2021-03-03T14:28:25.442Z] -rw-r--r-- 1 root root 21817 Mar 3 14:28 go.sum [2021-03-03T14:28:25.442Z] drwxrwxr-x 8 1001 1001 127 Mar 3 14:24 internal [2021-03-03T14:28:25.442Z] drwxrwxr-x 4 1001 1001 26 Mar 3 14:24 openapi [2021-03-03T14:28:25.442Z] drwxrwxr-x 4 1001 1001 71 Mar 3 14:24 snap [2021-03-03T14:28:25.442Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 14:24 version.go [Pipeline] sh [2021-03-03T14:28:25.756Z] + '[' -e coverage.out ] [2021-03-03T14:28:25.756Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T14:28:26.027Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T14:28:26.325Z] + make build [2021-03-03T14:28:26.325Z] 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-03T14:28:30.563Z] 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-03T14:28:38.804Z] 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-03T14:28:40.740Z] 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-03T14:28:42.146Z] 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-03T14:28:42.413Z] 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-03T14:28:43.818Z] 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-03T14:28:45.782Z] 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-03T14:28:46.733Z] 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-03T14:28:48.139Z] 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-03T14:28:49.110Z] 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-03T14:28:50.528Z] 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-03T14:28:52.489Z] $ docker stop --time=1 3da7fd1f0b85800f96bd0fea4abcd6ae3cb8bbed66c7b8577287a73b70d62999 [2021-03-03T14:28:54.158Z] $ docker rm -f 3da7fd1f0b85800f96bd0fea4abcd6ae3cb8bbed66c7b8577287a73b70d62999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:28:55.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:28:55.983Z] [2021-03-03T14:28:55.983Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:28:56.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:28:56.334Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-03T14:28:56.334Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-03T14:28:56.334Z] ca9280d653b3: Pulling fs layer [2021-03-03T14:28:56.334Z] 7e9c9ca2126c: Pulling fs layer [2021-03-03T14:28:56.598Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-03T14:28:56.598Z] cbdbe7a5bc2a: Download complete [2021-03-03T14:28:56.863Z] cbdbe7a5bc2a: Pull complete [2021-03-03T14:28:57.128Z] ca9280d653b3: Verifying Checksum [2021-03-03T14:28:57.128Z] ca9280d653b3: Download complete [2021-03-03T14:28:58.090Z] 7e9c9ca2126c: Download complete [2021-03-03T14:28:58.356Z] ca9280d653b3: Pull complete [2021-03-03T14:29:05.025Z] 7e9c9ca2126c: Pull complete [2021-03-03T14:29:05.025Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-03T14:29:05.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:29:05.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-03T14:29:05.171Z] prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container [2021-03-03T14:29:05.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T14:29:08.144Z] $ docker top 7d40c5ea53f617913919c6e856496c83e89c1e7eafddd2126732513064576228 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:29:08.687Z] + docker-compose build --help [2021-03-03T14:29:08.687Z] + grep parallel [2021-03-03T14:29:09.641Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T14:29:09.656Z] $ docker stop --time=1 7d40c5ea53f617913919c6e856496c83e89c1e7eafddd2126732513064576228 [2021-03-03T14:29:11.206Z] $ docker rm -f 7d40c5ea53f617913919c6e856496c83e89c1e7eafddd2126732513064576228 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:29:11.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T14:29:11.895Z] . [Pipeline] withDockerContainer [2021-03-03T14:29:12.147Z] prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container [2021-03-03T14:29:12.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T14:29:13.109Z] $ docker top 19eb08703aef2583ac1d6a7de14d42b03f8bfa7a853d99612820128b6a847ba3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:29:13.627Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T14:29:14.576Z] Building docker-core-command-go ... [2021-03-03T14:29:14.576Z] Building docker-core-data-go ... [2021-03-03T14:29:14.576Z] Building docker-core-metadata-go ... [2021-03-03T14:29:14.576Z] Building docker-security-bootstrapper-go ... [2021-03-03T14:29:14.576Z] Building docker-security-proxy-setup-go ... [2021-03-03T14:29:14.576Z] Building docker-security-secretstore-setup-go ... [2021-03-03T14:29:14.576Z] Building docker-support-notifications-go ... [2021-03-03T14:29:14.576Z] Building docker-support-scheduler-go ... [2021-03-03T14:29:14.576Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T14:29:14.576Z] Building docker-support-scheduler-go [2021-03-03T14:29:14.576Z] Building docker-security-bootstrapper-go [2021-03-03T14:29:14.576Z] Building docker-core-data-go [2021-03-03T14:29:14.576Z] Building docker-support-notifications-go [2021-03-03T14:29:14.576Z] Building docker-security-secretstore-setup-go [2021-03-03T14:29:31.108Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28387 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-03T14:29:31.160Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-03T14:29:36.389Z] using credential edgex-jenkins-ssh [2021-03-03T14:29:36.476Z] Cloning the remote Git repository [2021-03-03T14:29:36.547Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:29:36.665Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-03T14:29:36.751Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:29:36.752Z] > git --version # timeout=10 [2021-03-03T14:29:36.774Z] > git --version # 'git version 2.17.1' [2021-03-03T14:29:36.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:29:36.882Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:29:46.894Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:46.894Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:46.894Z] ---> b9d02845cf4b [2021-03-03T14:29:46.894Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:29:47.170Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:47.170Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:47.170Z] ---> b9d02845cf4b [2021-03-03T14:29:47.170Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T14:29:47.766Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:47.766Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:47.766Z] ---> b9d02845cf4b [2021-03-03T14:29:47.766Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:29:47.766Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:47.766Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:47.766Z] ---> b9d02845cf4b [2021-03-03T14:29:47.766Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T14:29:47.766Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:29:47.766Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:29:47.766Z] ---> b9d02845cf4b [2021-03-03T14:29:47.766Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:29:48.774Z] ---> Running in 661424e91793 [2021-03-03T14:29:48.774Z] ---> Running in 4032f2211fc8 [2021-03-03T14:29:48.774Z] ---> Running in c0dcee85b00b [2021-03-03T14:29:48.774Z] ---> Running in 5e12a0976599 [2021-03-03T14:29:48.774Z] ---> Running in 15f85881767b [2021-03-03T14:29:49.360Z] Removing intermediate container 4032f2211fc8 [2021-03-03T14:29:49.360Z] ---> 3edc37fb3c14 [2021-03-03T14:29:49.360Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:49.361Z] Removing intermediate container 5e12a0976599 [2021-03-03T14:29:49.361Z] ---> 96fbbe420e31 [2021-03-03T14:29:49.361Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:49.361Z] Removing intermediate container c0dcee85b00b [2021-03-03T14:29:49.361Z] ---> 80b4578057e1 [2021-03-03T14:29:49.361Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:49.361Z] Removing intermediate container 15f85881767b [2021-03-03T14:29:49.361Z] ---> ad6e5ea772b4 [2021-03-03T14:29:49.361Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:49.361Z] Removing intermediate container 661424e91793 [2021-03-03T14:29:49.361Z] ---> fc595659e5fa [2021-03-03T14:29:49.361Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:29:49.623Z] ---> Running in a94338ec7536 [2021-03-03T14:29:49.623Z] ---> Running in 7d76b70fda5c [2021-03-03T14:29:49.623Z] ---> Running in b7b38ffcd70e [2021-03-03T14:29:49.623Z] ---> Running in 073d887acc8b [2021-03-03T14:29:49.623Z] ---> Running in 0788c86bd6ff [2021-03-03T14:29:52.192Z] Removing intermediate container b7b38ffcd70e [2021-03-03T14:29:52.192Z] ---> 165ea6bec966 [2021-03-03T14:29:52.192Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T14:29:52.192Z] Removing intermediate container 7d76b70fda5c [2021-03-03T14:29:52.192Z] ---> 2eff670d809e [2021-03-03T14:29:52.192Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T14:29:52.192Z] Removing intermediate container a94338ec7536 [2021-03-03T14:29:52.192Z] ---> 684cc2ad63d0 [2021-03-03T14:29:52.192Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T14:29:52.192Z] ---> Running in 0946b94d9b8d [2021-03-03T14:29:52.192Z] ---> Running in 68a994d61271 [2021-03-03T14:29:52.192Z] Removing intermediate container 073d887acc8b [2021-03-03T14:29:52.192Z] ---> c9758db76efd [2021-03-03T14:29:52.192Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T14:29:52.192Z] Removing intermediate container 0788c86bd6ff [2021-03-03T14:29:52.192Z] ---> 7657ac03a251 [2021-03-03T14:29:52.192Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T14:29:52.192Z] ---> Running in f1a71e2df3d9 [2021-03-03T14:29:52.192Z] ---> Running in d72b36914640 [2021-03-03T14:29:52.458Z] ---> Running in 27e19e7921e4 [2021-03-03T14:29:53.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:53.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:53.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:53.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:53.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:52.814Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:29:52.841Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:29:52.870Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:29:52.907Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:29:52.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:29:52.924Z] > 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-03T14:29:53.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:53.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:53.790Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:29:53.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:54.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:54.117Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:54.117Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:54.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:29:54.396Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:54.396Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:54.553Z] Merge succeeded, producing f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:29:54.553Z] Checking out Revision f6d014447948dfaa08a4016fd2a877554bf2967e (PR-3209) [2021-03-03T14:29:54.663Z] Removing intermediate container 0946b94d9b8d [2021-03-03T14:29:54.663Z] ---> e8a0724b04ad [2021-03-03T14:29:54.663Z] Step 6/24 : COPY go.mod . [2021-03-03T14:29:54.925Z] OK: 233 MiB in 51 packages [2021-03-03T14:29:54.926Z] Removing intermediate container 68a994d61271 [2021-03-03T14:29:54.926Z] ---> db49d84eb7fd [2021-03-03T14:29:54.926Z] Step 6/22 : COPY go.mod . [2021-03-03T14:29:54.926Z] ---> ccea3c7d00ee [2021-03-03T14:29:54.926Z] Step 7/24 : RUN go mod download [2021-03-03T14:29:55.189Z] ---> Running in e983973ed87c [2021-03-03T14:29:55.458Z] Removing intermediate container 27e19e7921e4 [2021-03-03T14:29:55.458Z] ---> 929592b6810a [2021-03-03T14:29:55.458Z] Step 6/22 : COPY go.mod . [2021-03-03T14:29:55.458Z] Removing intermediate container f1a71e2df3d9 [2021-03-03T14:29:55.458Z] ---> 7d10d8452fbe [2021-03-03T14:29:55.458Z] Step 6/30 : COPY go.mod . [2021-03-03T14:29:55.458Z] ---> 420e64fdfcc5 [2021-03-03T14:29:55.458Z] Step 7/22 : RUN go mod download [2021-03-03T14:29:53.816Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:29:53.837Z] > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [2021-03-03T14:29:54.261Z] > git remote # timeout=10 [2021-03-03T14:29:54.365Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T14:29:54.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:29:54.451Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-03T14:29:54.498Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T14:29:54.566Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:29:54.608Z] > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [2021-03-03T14:29:55.727Z] ---> Running in acf8b6ff5868 [2021-03-03T14:29:55.998Z] ---> 851f141ecda9 [2021-03-03T14:29:55.998Z] Step 7/30 : RUN go mod download [2021-03-03T14:29:55.998Z] ---> 2f5ab1ec1c35 [2021-03-03T14:29:55.998Z] Step 7/22 : RUN go mod download [2021-03-03T14:29:55.998Z] Removing intermediate container d72b36914640 [2021-03-03T14:29:55.998Z] ---> c44326ad5cb0 [2021-03-03T14:29:55.998Z] Step 6/23 : COPY go.mod . [2021-03-03T14:29:55.998Z] ---> Running in 89a2a7e5f7ef [2021-03-03T14:29:56.266Z] ---> Running in 0a08578b62ef [2021-03-03T14:29:56.542Z] ---> 722b39dd1acf [2021-03-03T14:29:56.542Z] Step 7/23 : RUN go mod download [2021-03-03T14:29:56.542Z] ---> Running in 3f1f59a6c076 [2021-03-03T14:29:57.521Z] Removing intermediate container e983973ed87c [2021-03-03T14:29:57.521Z] ---> 0c63ffb603ec [2021-03-03T14:29:57.521Z] Step 8/24 : COPY . . [2021-03-03T14:29:58.929Z] Removing intermediate container acf8b6ff5868 [2021-03-03T14:29:58.929Z] ---> e6505752d86e [2021-03-03T14:29:58.929Z] Step 8/22 : COPY . . [2021-03-03T14:29:59.059Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-03T14:30:00.559Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:30:01.049Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T14:30:01.399Z] + + sudo service docker restart [2021-03-03T14:30:01.399Z] true [2021-03-03T14:30:01.568Z] Removing intermediate container 89a2a7e5f7ef [2021-03-03T14:30:01.568Z] ---> fef111c27b83 [2021-03-03T14:30:01.568Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T14:30:03.737Z] provisioning config files... [2021-03-03T14:30:03.788Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config174556070296782854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:30:04.213Z] ---> docker-login.sh [2021-03-03T14:30:04.213Z] nexus3.edgexfoundry.org:10001 [2021-03-03T14:30:05.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:05.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:05.480Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:05.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:05.480Z] [2021-03-03T14:30:05.480Z] Login Succeeded [2021-03-03T14:30:05.480Z] nexus3.edgexfoundry.org:10002 [2021-03-03T14:30:06.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:06.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:06.080Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:06.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:06.080Z] [2021-03-03T14:30:06.080Z] Login Succeeded [2021-03-03T14:30:06.080Z] nexus3.edgexfoundry.org:10003 [2021-03-03T14:30:06.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:06.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:06.683Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:06.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:06.683Z] [2021-03-03T14:30:06.683Z] Login Succeeded [2021-03-03T14:30:06.683Z] nexus3.edgexfoundry.org:10004 [2021-03-03T14:30:06.966Z] Removing intermediate container 0a08578b62ef [2021-03-03T14:30:06.967Z] ---> 520b7852b1b1 [2021-03-03T14:30:06.967Z] Step 8/30 : COPY . . [2021-03-03T14:30:07.233Z] Removing intermediate container 3f1f59a6c076 [2021-03-03T14:30:07.233Z] ---> de99a71a1c2d [2021-03-03T14:30:07.233Z] Step 8/23 : COPY . . [2021-03-03T14:30:07.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:07.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:07.289Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:07.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:07.289Z] [2021-03-03T14:30:07.289Z] Login Succeeded [2021-03-03T14:30:07.289Z] docker.io [2021-03-03T14:30:07.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T14:30:08.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T14:30:08.168Z] Configure a credential helper to remove this warning. See [2021-03-03T14:30:08.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T14:30:08.168Z] [2021-03-03T14:30:08.168Z] Login Succeeded [2021-03-03T14:30:08.168Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T14:30:08.188Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-03T14:30:08.725Z] ========================================================= [2021-03-03T14:30:08.725Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-03T14:30:08.725Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:30:09.113Z] + 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-03T14:30:11.750Z] Sending build context to Docker daemon 166.5MB [2021-03-03T14:30:11.750Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T14:30:11.750Z] Step 2/6 : FROM ${BASE} [2021-03-03T14:30:11.750Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-03T14:30:11.750Z] 5f621e34cdf4: Pulling fs layer [2021-03-03T14:30:11.750Z] a4357932f1b6: Pulling fs layer [2021-03-03T14:30:11.750Z] 18c013af1878: Pulling fs layer [2021-03-03T14:30:11.750Z] 00ac8860ef70: Pulling fs layer [2021-03-03T14:30:11.750Z] 63d7cb157983: Pulling fs layer [2021-03-03T14:30:11.750Z] b116817d02f9: Pulling fs layer [2021-03-03T14:30:11.750Z] 745a02a5169b: Pulling fs layer [2021-03-03T14:30:11.750Z] 00ac8860ef70: Waiting [2021-03-03T14:30:11.750Z] 63d7cb157983: Waiting [2021-03-03T14:30:11.750Z] b116817d02f9: Waiting [2021-03-03T14:30:11.750Z] 745a02a5169b: Waiting [2021-03-03T14:30:11.750Z] 18c013af1878: Verifying Checksum [2021-03-03T14:30:11.750Z] 18c013af1878: Download complete [2021-03-03T14:30:11.750Z] a4357932f1b6: Verifying Checksum [2021-03-03T14:30:11.750Z] a4357932f1b6: Download complete [2021-03-03T14:30:11.750Z] 63d7cb157983: Download complete [2021-03-03T14:30:11.750Z] 5f621e34cdf4: Verifying Checksum [2021-03-03T14:30:11.750Z] b116817d02f9: Verifying Checksum [2021-03-03T14:30:11.750Z] b116817d02f9: Download complete [2021-03-03T14:30:12.038Z] 5f621e34cdf4: Pull complete [2021-03-03T14:30:13.036Z] a4357932f1b6: Pull complete [2021-03-03T14:30:13.310Z] 18c013af1878: Pull complete [2021-03-03T14:30:14.748Z] 745a02a5169b: Verifying Checksum [2021-03-03T14:30:14.748Z] 745a02a5169b: Download complete [2021-03-03T14:30:15.361Z] 00ac8860ef70: Verifying Checksum [2021-03-03T14:30:15.361Z] 00ac8860ef70: Download complete [2021-03-03T14:30:25.540Z] 00ac8860ef70: Pull complete [2021-03-03T14:30:25.540Z] 63d7cb157983: Pull complete [2021-03-03T14:30:25.540Z] b116817d02f9: Pull complete [2021-03-03T14:30:28.994Z] 745a02a5169b: Pull complete [2021-03-03T14:30:28.994Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-03T14:30:28.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-03T14:30:28.994Z] ---> b7e6874047d6 [2021-03-03T14:30:28.994Z] 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-03T14:30:33.370Z] ---> Running in aa08a7f370c2 [2021-03-03T14:30:33.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:33.983Z] ---> 7b7a5ae9fb37 [2021-03-03T14:30:33.983Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T14:30:34.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:30:36.014Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T14:30:36.614Z] (2/12) Installing file (5.38-r0) [2021-03-03T14:30:36.889Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T14:30:36.889Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T14:30:38.261Z] ---> Running in 03c645f3bac3 [2021-03-03T14:30:38.261Z] ---> b82ed3f3a0e6 [2021-03-03T14:30:38.261Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T14:30:39.660Z] ---> Running in a3a6880fc6c5 [2021-03-03T14:30:40.612Z] ---> 1c589f92e11a [2021-03-03T14:30:40.612Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T14:30:40.612Z] ---> f5661b90792c [2021-03-03T14:30:40.612Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T14:30:40.612Z] ---> ec256be7ef84 [2021-03-03T14:30:40.612Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T14:30:40.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-03T14:30:40.876Z] ---> Running in 0433459d1012 [2021-03-03T14:30:40.876Z] ---> Running in 312cb231ba6a [2021-03-03T14:30:40.876Z] ---> Running in b1548e0776e8 [2021-03-03T14:30:41.462Z] 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-03T14:30:41.731Z] 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-03T14:30:42.001Z] 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-03T14:30:42.270Z] 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-03T14:30:49.283Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T14:30:49.283Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T14:30:49.283Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T14:30:49.283Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T14:30:49.283Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T14:30:49.283Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T14:30:49.283Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T14:30:49.283Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T14:30:49.283Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:30:49.283Z] OK: 217 MiB in 51 packages [2021-03-03T14:30:52.674Z] Removing intermediate container aa08a7f370c2 [2021-03-03T14:30:52.674Z] ---> 0c44beadd312 [2021-03-03T14:30:52.674Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T14:30:52.674Z] ---> Running in 1d0f3bd73990 [2021-03-03T14:30:52.951Z] Removing intermediate container 1d0f3bd73990 [2021-03-03T14:30:52.951Z] ---> ca9cc4cae8f4 [2021-03-03T14:30:52.951Z] Step 5/6 : COPY go.mod . [2021-03-03T14:30:53.936Z] ---> f3e259442b12 [2021-03-03T14:30:53.936Z] Step 6/6 : RUN go mod download [2021-03-03T14:30:53.936Z] ---> Running in 80b6db2c74c5 [2021-03-03T14:31:14.538Z] 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-03T14:31:18.867Z] Removing intermediate container 03c645f3bac3 [2021-03-03T14:31:18.867Z] ---> 725378ee713a [2021-03-03T14:31:18.867Z] [2021-03-03T14:31:18.867Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T14:31:18.867Z] Removing intermediate container b1548e0776e8 [2021-03-03T14:31:18.867Z] ---> e4ae2370792b [2021-03-03T14:31:18.867Z] [2021-03-03T14:31:18.867Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T14:31:18.867Z] 3.12: Pulling from library/alpine [2021-03-03T14:31:18.867Z] 3.12: Pulling from library/alpine [2021-03-03T14:31:19.467Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:31:19.467Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:31:19.467Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:31:19.467Z] ---> 88dd2752d2ea [2021-03-03T14:31:19.467Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T14:31:19.467Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:31:19.467Z] ---> 88dd2752d2ea [2021-03-03T14:31:19.467Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T14:31:23.680Z] ---> Running in 141473ace129 [2021-03-03T14:31:23.680Z] ---> Running in df7910bba82c [2021-03-03T14:31:24.629Z] Removing intermediate container a3a6880fc6c5 [2021-03-03T14:31:24.629Z] ---> 6e33bffde969 [2021-03-03T14:31:24.629Z] [2021-03-03T14:31:24.629Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:31:24.629Z] Removing intermediate container 0433459d1012 [2021-03-03T14:31:24.629Z] ---> 994560fc1008 [2021-03-03T14:31:24.629Z] [2021-03-03T14:31:24.629Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:31:24.906Z] ---> 88dd2752d2ea [2021-03-03T14:31:24.906Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T14:31:24.906Z] ---> 88dd2752d2ea [2021-03-03T14:31:24.906Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:31:24.906Z] Removing intermediate container df7910bba82c [2021-03-03T14:31:24.906Z] ---> d337131daf38 [2021-03-03T14:31:24.906Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T14:31:24.906Z] ---> Running in d9101b4f6596 [2021-03-03T14:31:25.175Z] ---> Running in a7c4e32ae0c2 [2021-03-03T14:31:25.448Z] ---> Running in c1fa36adff3f [2021-03-03T14:31:25.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:25.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:25.718Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T14:31:25.718Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:31:25.718Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T14:31:25.718Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T14:31:25.718Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T14:31:25.718Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:25.719Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:31:26.000Z] OK: 7 MiB in 19 packages [2021-03-03T14:31:26.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:26.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:26.313Z] Removing intermediate container 80b6db2c74c5 [2021-03-03T14:31:26.313Z] ---> e16632151ab9 [2021-03-03T14:31:26.313Z] Successfully built e16632151ab9 [2021-03-03T14:31:26.313Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:26.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:26.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:26.547Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:31:26.547Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:26.547Z] OK: 6 MiB in 15 packages [2021-03-03T14:31:26.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:26.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:26.547Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:31:26.547Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T14:31:26.547Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:26.667Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T14:31:26.667Z] . [Pipeline] withDockerContainer [2021-03-03T14:31:26.809Z] OK: 6 MiB in 16 packages [2021-03-03T14:31:26.809Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T14:31:26.809Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:31:26.809Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:26.809Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:31:26.809Z] OK: 6 MiB in 16 packages [2021-03-03T14:31:26.974Z] prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container [2021-03-03T14:31:27.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-03T14:31:28.200Z] Removing intermediate container 312cb231ba6a [2021-03-03T14:31:28.201Z] ---> b9341cfc0e5a [2021-03-03T14:31:28.201Z] [2021-03-03T14:31:28.201Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:31:28.201Z] ---> 88dd2752d2ea [2021-03-03T14:31:28.201Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T14:31:28.803Z] $ docker top 6124b59b46634f9cac7871a49d3fa12d4b174592ccb8cb08e6f179abdf2b0d3e -eo pid,comm [2021-03-03T14:31:29.147Z] ---> Running in 3ece2f888500 [2021-03-03T14:31:29.147Z] Removing intermediate container 141473ace129 [2021-03-03T14:31:29.147Z] ---> cb54ec5ea892 [2021-03-03T14:31:29.147Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] { [Pipeline] sh [2021-03-03T14:31:29.866Z] + go version [2021-03-03T14:31:29.866Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-03T14:31:29.893Z] $ docker stop --time=1 6124b59b46634f9cac7871a49d3fa12d4b174592ccb8cb08e6f179abdf2b0d3e [2021-03-03T14:31:30.094Z] Removing intermediate container d9101b4f6596 [2021-03-03T14:31:30.094Z] ---> c10e5744dcf8 [2021-03-03T14:31:30.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-03T14:31:30.358Z] ---> Running in 94ff505d2742 [2021-03-03T14:31:30.620Z] Removing intermediate container 3ece2f888500 [2021-03-03T14:31:30.620Z] ---> 89795a6e7e05 [2021-03-03T14:31:30.620Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T14:31:30.620Z] ---> Running in 22f492ae8ec2 [2021-03-03T14:31:30.620Z] Removing intermediate container c1fa36adff3f [2021-03-03T14:31:30.620Z] ---> 5fa3b8a3e6cd [2021-03-03T14:31:30.620Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T14:31:30.620Z] Removing intermediate container a7c4e32ae0c2 [2021-03-03T14:31:30.620Z] ---> 91b434a3e129 [2021-03-03T14:31:30.620Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:31:30.882Z] ---> Running in aa952e057567 [2021-03-03T14:31:30.882Z] ---> Running in d8a0517394a4 [2021-03-03T14:31:30.882Z] ---> Running in 1b10063b464d [2021-03-03T14:31:30.882Z] Removing intermediate container 94ff505d2742 [2021-03-03T14:31:30.882Z] ---> 6bba6c351c77 [2021-03-03T14:31:30.882Z] Step 13/24 : WORKDIR / [2021-03-03T14:31:30.882Z] Removing intermediate container 22f492ae8ec2 [2021-03-03T14:31:30.882Z] ---> fb95000c4260 [2021-03-03T14:31:30.882Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T14:31:31.148Z] ---> Running in 75544c1fad65 [2021-03-03T14:31:31.148Z] ---> Running in 633dbd7c40c7 [2021-03-03T14:31:31.148Z] Removing intermediate container aa952e057567 [2021-03-03T14:31:31.148Z] ---> 311674aee423 [2021-03-03T14:31:31.148Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T14:31:31.148Z] Removing intermediate container d8a0517394a4 [2021-03-03T14:31:31.148Z] ---> d4ce377e6adb [2021-03-03T14:31:31.148Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T14:31:31.414Z] Removing intermediate container 1b10063b464d [2021-03-03T14:31:31.414Z] ---> 7ae162d2510f [2021-03-03T14:31:31.414Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T14:31:31.414Z] ---> Running in 1767cbd86ac0 [2021-03-03T14:31:31.414Z] ---> Running in b4386e44a86b [2021-03-03T14:31:31.414Z] ---> Running in 836ad8d3cc51 [2021-03-03T14:31:31.414Z] Removing intermediate container 75544c1fad65 [2021-03-03T14:31:31.414Z] ---> e1de2b1653c7 [2021-03-03T14:31:31.414Z] 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-03T14:31:31.677Z] Removing intermediate container 633dbd7c40c7 [2021-03-03T14:31:31.677Z] ---> f890418e27d8 [2021-03-03T14:31:31.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:31:31.925Z] $ docker rm -f 6124b59b46634f9cac7871a49d3fa12d4b174592ccb8cb08e6f179abdf2b0d3e [Pipeline] // withDockerContainer [2021-03-03T14:31:32.256Z] Removing intermediate container 1767cbd86ac0 [2021-03-03T14:31:32.256Z] ---> 91967cdbe1f2 [2021-03-03T14:31:32.256Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:31:32.256Z] ---> Running in 6870522604fd [2021-03-03T14:31:32.256Z] ---> 794ddb318d0f [2021-03-03T14:31:32.256Z] 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-03T14:31:32.256Z] Removing intermediate container b4386e44a86b [2021-03-03T14:31:32.256Z] ---> e95547622d09 [2021-03-03T14:31:32.256Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T14:31:32.256Z] Removing intermediate container 836ad8d3cc51 [2021-03-03T14:31:32.256Z] ---> 902d53254cf6 [2021-03-03T14:31:32.256Z] Step 14/22 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-03T14:31:32.524Z] ---> Running in 0e6260570f85 [2021-03-03T14:31:32.524Z] ---> Running in 2944c8be891d [2021-03-03T14:31:32.524Z] ---> Running in 6bc7d821326b [2021-03-03T14:31:32.524Z] Removing intermediate container 6870522604fd [2021-03-03T14:31:32.524Z] ---> a08a40714ef3 [2021-03-03T14:31:32.524Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:31:32.792Z] ---> 9169014d209b [2021-03-03T14:31:32.792Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T14:31:32.988Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T14:31:32.988Z] . [Pipeline] withDockerContainer [2021-03-03T14:31:33.053Z] Removing intermediate container 6bc7d821326b [2021-03-03T14:31:33.054Z] ---> 98c5a5bc7508 [2021-03-03T14:31:33.054Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:31:33.275Z] prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container [2021-03-03T14:31:33.328Z] ---> 43231c4f1a93 [2021-03-03T14:31:33.328Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T14:31:33.328Z] ---> 0ee72b50f8be [2021-03-03T14:31:33.328Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T14:31:33.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-03T14:31:33.608Z] ---> b84700ae8227 [2021-03-03T14:31:33.608Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T14:31:34.195Z] ---> bc05b01ec3c6 [2021-03-03T14:31:34.195Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T14:31:34.195Z] ---> 8245b8a741aa [2021-03-03T14:31:34.195Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T14:31:34.461Z] ---> 2f8b7549c2be [2021-03-03T14:31:34.461Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T14:31:34.729Z] ---> f4c960bd2675 [2021-03-03T14:31:34.729Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T14:31:34.729Z] ---> bd8489637aa1 [2021-03-03T14:31:34.729Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T14:31:34.977Z] $ docker top ea395616e8bd3ab50f2406bf8f8896989d1aeaeea8cd105f41e0ef6373fd7eca -eo pid,comm [2021-03-03T14:31:34.992Z] Removing intermediate container 2944c8be891d [2021-03-03T14:31:34.992Z] ---> 0aa45daa0a84 [2021-03-03T14:31:34.992Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T14:31:34.992Z] ---> 716701a05c24 [2021-03-03T14:31:34.992Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T14:31:34.992Z] ---> Running in dc309471743e [2021-03-03T14:31:34.992Z] Removing intermediate container 0e6260570f85 [2021-03-03T14:31:34.992Z] ---> ecdf07bb7383 [2021-03-03T14:31:34.992Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T14:31:34.992Z] ---> Running in 3f68ab8e57e5 [Pipeline] { [Pipeline] echo [2021-03-03T14:31:35.410Z] ========================================================= [2021-03-03T14:31:35.410Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T14:31:35.410Z] ========================================================= [Pipeline] sh [2021-03-03T14:31:35.566Z] ---> Running in 92f9fb8c3b25 [2021-03-03T14:31:35.566Z] ---> Running in 6733cc727197 [2021-03-03T14:31:35.834Z] ---> db11709f7e86 [2021-03-03T14:31:35.834Z] 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-03T14:31:35.834Z] Removing intermediate container dc309471743e [2021-03-03T14:31:35.834Z] ---> 93271ef7646f [2021-03-03T14:31:35.834Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:31:35.834Z] ---> Running in 32c644b7fb30 [2021-03-03T14:31:36.061Z] + make test [2021-03-03T14:31:36.061Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T14:31:36.096Z] ---> Running in 298180ea44ff [2021-03-03T14:31:36.096Z] Removing intermediate container 3f68ab8e57e5 [2021-03-03T14:31:36.096Z] ---> 49bdcdd14e31 [2021-03-03T14:31:36.096Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T14:31:36.096Z] Removing intermediate container 92f9fb8c3b25 [2021-03-03T14:31:36.096Z] ---> f1e23b8503a0 [2021-03-03T14:31:36.096Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:31:36.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:36.360Z] ---> Running in 8e5fcacc6bfe [2021-03-03T14:31:36.360Z] Removing intermediate container 298180ea44ff [2021-03-03T14:31:36.360Z] ---> 814bccb3a52e [2021-03-03T14:31:36.360Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T14:31:36.623Z] ---> e0790f0fd0d6 [2021-03-03T14:31:36.623Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T14:31:36.623Z] ---> Running in 768fdcbf3a3f [2021-03-03T14:31:36.623Z] ---> Running in 8b5911b05271 [2021-03-03T14:31:36.885Z] Removing intermediate container 8e5fcacc6bfe [2021-03-03T14:31:36.885Z] ---> b945eaec0fa7 [2021-03-03T14:31:36.885Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T14:31:37.155Z] ---> Running in 9d3bff33ea3d [2021-03-03T14:31:37.155Z] Removing intermediate container 768fdcbf3a3f [2021-03-03T14:31:37.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:31:37.155Z] ---> e57a5f34f582 [2021-03-03T14:31:37.155Z] Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:31:37.155Z] ---> Running in 215293da9ff3 [2021-03-03T14:31:37.427Z] Removing intermediate container 9d3bff33ea3d [2021-03-03T14:31:37.427Z] ---> 47c9cf73462d [2021-03-03T14:31:37.427Z] Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:31:37.427Z] ---> Running in 809c7cc39f8e [2021-03-03T14:31:37.427Z] Removing intermediate container 32c644b7fb30 [2021-03-03T14:31:37.427Z] ---> 8126672b4986 [2021-03-03T14:31:37.427Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T14:31:37.690Z] Removing intermediate container 215293da9ff3 [2021-03-03T14:31:37.690Z] ---> 3cfb033bb566 [2021-03-03T14:31:37.690Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:31:37.690Z] ---> Running in 70cf009acb2a [2021-03-03T14:31:37.690Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T14:31:37.690Z] ---> Running in e3df2074bebb [2021-03-03T14:31:37.970Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T14:31:37.970Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T14:31:37.970Z] Removing intermediate container 809c7cc39f8e [2021-03-03T14:31:37.970Z] ---> 36d569b33a19 [2021-03-03T14:31:37.970Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:31:37.970Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T14:31:38.262Z] ---> Running in 970b54d9d811 [2021-03-03T14:31:38.262Z] Removing intermediate container 70cf009acb2a [2021-03-03T14:31:38.262Z] ---> 7cadf9eff253 [2021-03-03T14:31:38.262Z] Step 22/24 : LABEL arch=x86_64 [2021-03-03T14:31:38.262Z] Removing intermediate container e3df2074bebb [2021-03-03T14:31:38.262Z] ---> d5f1dc63dc7c [2021-03-03T14:31:38.262Z] [2021-03-03T14:31:38.262Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T14:31:38.639Z] ---> Running in 94600a6a9f3e [2021-03-03T14:31:38.639Z] Removing intermediate container 8b5911b05271 [2021-03-03T14:31:38.639Z] ---> 3d6e8d0bf422 [2021-03-03T14:31:38.639Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:31:38.639Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T14:31:38.639Z] Removing intermediate container 970b54d9d811 [2021-03-03T14:31:38.639Z] ---> c46485091604 [2021-03-03T14:31:38.639Z] [2021-03-03T14:31:38.639Z] Successfully built d5f1dc63dc7c [2021-03-03T14:31:38.639Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:31:38.639Z] OK: 8 MiB in 20 packages [2021-03-03T14:31:38.639Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-03T14:31:38.639Z] Building docker-sys-mgmt-agent-go [2021-03-03T14:31:38.932Z]  Building docker-support-scheduler-go ... done Removing intermediate container 94600a6a9f3e [2021-03-03T14:31:38.932Z] ---> f4b0be7c777c [2021-03-03T14:31:38.932Z] Step 23/24 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:31:38.932Z] Successfully built c46485091604 [2021-03-03T14:31:38.932Z] Successfully tagged docker-support-notifications-go:latest [2021-03-03T14:31:38.932Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-03T14:31:39.216Z] ---> Running in d8c8467741e2 [2021-03-03T14:31:39.216Z] ---> e9db8d7f09db [2021-03-03T14:31:39.216Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T14:31:39.585Z] Removing intermediate container d8c8467741e2 [2021-03-03T14:31:39.585Z] ---> 8847b1ae8a4d [2021-03-03T14:31:39.585Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T14:31:39.585Z] ---> Running in 316f9fa0a52b [2021-03-03T14:31:39.889Z] Removing intermediate container 6733cc727197 [2021-03-03T14:31:39.889Z] ---> 95dc625a592f [2021-03-03T14:31:39.889Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:31:43.255Z] Removing intermediate container 316f9fa0a52b [2021-03-03T14:31:43.255Z] ---> 11794239d441 [2021-03-03T14:31:43.255Z] [2021-03-03T14:31:44.203Z] Successfully built 11794239d441 [2021-03-03T14:31:44.466Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-03T14:31:44.466Z] Building docker-core-metadata-go [2021-03-03T14:31:47.787Z]  Building docker-security-secretstore-setup-go ... done  ---> b13304acf851 [2021-03-03T14:31:47.787Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T14:31:47.787Z] ---> 810861327156 [2021-03-03T14:31:47.787Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T14:31:48.744Z] ---> 0dec6337e04b [2021-03-03T14:31:48.744Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T14:31:49.745Z] ---> 772265dfce7a [2021-03-03T14:31:49.745Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T14:31:50.337Z] ---> 6cc1ffab488f [2021-03-03T14:31:50.337Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T14:31:51.301Z] ---> Running in 03ae2b69cd0e [2021-03-03T14:31:51.301Z] ---> c1fbf39abe40 [2021-03-03T14:31:51.301Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T14:31:51.570Z] ---> Running in bc56c8c7d780 [2021-03-03T14:31:51.840Z] Removing intermediate container 03ae2b69cd0e [2021-03-03T14:31:51.840Z] ---> 7d24719ef1bf [2021-03-03T14:31:51.840Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T14:31:52.431Z] Removing intermediate container bc56c8c7d780 [2021-03-03T14:31:52.431Z] ---> 21650f4aee44 [2021-03-03T14:31:52.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:31:53.850Z] ---> Running in fa6141714ccc [2021-03-03T14:31:55.797Z] ---> 4e028d7f27b6 [2021-03-03T14:31:55.797Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T14:31:57.755Z] Removing intermediate container fa6141714ccc [2021-03-03T14:31:57.755Z] ---> a22bc839c7c7 [2021-03-03T14:31:57.755Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:31:57.755Z] ---> Running in 5f272d1f20c5 [2021-03-03T14:31:59.215Z] ---> Running in a08979d6b523 [2021-03-03T14:31:59.515Z] Removing intermediate container a08979d6b523 [2021-03-03T14:31:59.515Z] ---> 496afa3044db [2021-03-03T14:31:59.515Z] Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:32:00.473Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:32:00.473Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:32:00.473Z] ---> b9d02845cf4b [2021-03-03T14:32:00.473Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T14:32:00.473Z] ---> Using cache [2021-03-03T14:32:00.473Z] ---> fc595659e5fa [2021-03-03T14:32:00.473Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:32:00.473Z] ---> Using cache [2021-03-03T14:32:00.473Z] ---> 7657ac03a251 [2021-03-03T14:32:00.473Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T14:32:00.473Z] ---> Running in 433afe72a6fa [2021-03-03T14:32:01.449Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:32:01.449Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:32:01.449Z] ---> b9d02845cf4b [2021-03-03T14:32:01.449Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T14:32:01.449Z] ---> Using cache [2021-03-03T14:32:01.449Z] ---> fc595659e5fa [2021-03-03T14:32:01.449Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:32:01.449Z] ---> Using cache [2021-03-03T14:32:01.449Z] ---> 7657ac03a251 [2021-03-03T14:32:01.449Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T14:32:01.449Z] ---> Running in 15c451eb444b [2021-03-03T14:32:02.048Z] Removing intermediate container 433afe72a6fa [2021-03-03T14:32:02.048Z] ---> 9aede3c45869 [2021-03-03T14:32:02.048Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:32:02.048Z] ---> Running in aa7ce5be0e84 [2021-03-03T14:32:02.320Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:32:02.320Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:32:02.320Z] ---> b9d02845cf4b [2021-03-03T14:32:02.320Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:32:02.320Z] ---> Using cache [2021-03-03T14:32:02.320Z] ---> fc595659e5fa [2021-03-03T14:32:02.320Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:32:02.320Z] ---> Using cache [2021-03-03T14:32:02.320Z] ---> 7657ac03a251 [2021-03-03T14:32:02.320Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:32:02.882Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T14:32:03.286Z] ---> Running in 3077ec024634 [2021-03-03T14:32:03.286Z] ---> Running in 39dd168f3b7d [2021-03-03T14:32:03.878Z] Removing intermediate container 3077ec024634 [2021-03-03T14:32:03.878Z] ---> 8af78abccdd8 [2021-03-03T14:32:03.878Z] [2021-03-03T14:32:03.878Z] Removing intermediate container 5f272d1f20c5 [2021-03-03T14:32:03.878Z] ---> caef6fc3927e [2021-03-03T14:32:03.878Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T14:32:04.140Z] Successfully built 8af78abccdd8 [2021-03-03T14:32:04.140Z] ---> Running in cff8dff6d99e [2021-03-03T14:32:04.140Z] Successfully tagged docker-core-data-go:latest [2021-03-03T14:32:04.140Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-03T14:32:04.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:04.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:04.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:04.404Z] Removing intermediate container cff8dff6d99e [2021-03-03T14:32:04.404Z] ---> 01f2342f79e8 [2021-03-03T14:32:04.404Z] Step 27/30 : CMD ["gate"] [2021-03-03T14:32:04.404Z] ---> Running in c5c964c67fde [2021-03-03T14:32:04.982Z] Removing intermediate container c5c964c67fde [2021-03-03T14:32:04.982Z] ---> e464aaab4fde [2021-03-03T14:32:04.982Z] Step 28/30 : LABEL arch=x86_64 [2021-03-03T14:32:04.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:04.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:04.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:32:05.930Z] OK: 233 MiB in 51 packages [2021-03-03T14:32:05.930Z] OK: 233 MiB in 51 packages [2021-03-03T14:32:06.511Z] OK: 233 MiB in 51 packages [2021-03-03T14:32:06.511Z] ---> Running in 1c98e44439fb [2021-03-03T14:32:07.913Z] Removing intermediate container 1c98e44439fb [2021-03-03T14:32:07.913Z] ---> f7a084959efb [2021-03-03T14:32:07.913Z] Step 29/30 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:32:08.492Z] Removing intermediate container aa7ce5be0e84 [2021-03-03T14:32:08.492Z] ---> 775403bbd9a0 [2021-03-03T14:32:08.492Z] Step 6/21 : COPY go.mod . [2021-03-03T14:32:08.492Z] ---> Running in 39edf83578b6 [2021-03-03T14:32:08.492Z] Removing intermediate container 15c451eb444b [2021-03-03T14:32:08.492Z] ---> 92c41171a569 [2021-03-03T14:32:08.492Z] Step 6/26 : COPY go.mod . [2021-03-03T14:32:09.084Z] Removing intermediate container 39dd168f3b7d [2021-03-03T14:32:09.084Z] ---> 926d2de0bfc4 [2021-03-03T14:32:09.084Z] Step 6/23 : COPY go.mod . [2021-03-03T14:32:09.363Z] ---> 3af9ad3cb6c7 [2021-03-03T14:32:09.363Z] Step 7/21 : RUN go mod download [2021-03-03T14:32:09.626Z] ---> 29b412968cf6 [2021-03-03T14:32:09.626Z] Step 7/26 : RUN go mod download [2021-03-03T14:32:09.626Z] ---> Running in 380379937c65 [2021-03-03T14:32:09.891Z] ---> 96b02006499c [2021-03-03T14:32:09.891Z] Step 7/23 : RUN go mod download [2021-03-03T14:32:09.891Z] Removing intermediate container 39edf83578b6 [2021-03-03T14:32:09.891Z] ---> eaac2a0944e2 [2021-03-03T14:32:09.891Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T14:32:11.331Z] ---> Running in c65c504c0034 [2021-03-03T14:32:11.331Z] ---> Running in 08a01790fc7d [2021-03-03T14:32:12.292Z] ---> Running in 88283b61d651 [2021-03-03T14:32:13.752Z] Removing intermediate container 88283b61d651 [2021-03-03T14:32:13.752Z] ---> 1e586fe770bd [2021-03-03T14:32:13.752Z] [2021-03-03T14:32:14.017Z] Successfully built 1e586fe770bd [2021-03-03T14:32:14.017Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-03T14:32:15.962Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 380379937c65 [2021-03-03T14:32:15.963Z] ---> 3aca07559f77 [2021-03-03T14:32:15.963Z] Step 8/21 : COPY . . [2021-03-03T14:32:15.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:32:15.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:32:15.963Z] ---> b9d02845cf4b [2021-03-03T14:32:15.963Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:32:15.963Z] ---> Using cache [2021-03-03T14:32:15.963Z] ---> fc595659e5fa [2021-03-03T14:32:15.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:32:15.963Z] ---> Using cache [2021-03-03T14:32:15.963Z] ---> 7657ac03a251 [2021-03-03T14:32:15.963Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:32:15.963Z] ---> Using cache [2021-03-03T14:32:15.963Z] ---> 926d2de0bfc4 [2021-03-03T14:32:15.963Z] Step 6/23 : COPY go.mod . [2021-03-03T14:32:15.963Z] ---> Using cache [2021-03-03T14:32:15.963Z] ---> 96b02006499c [2021-03-03T14:32:15.963Z] Step 7/23 : RUN go mod download [2021-03-03T14:32:16.540Z] ---> Running in f2ff009b3e54 [2021-03-03T14:32:17.503Z] Removing intermediate container 08a01790fc7d [2021-03-03T14:32:17.503Z] ---> f0dd172cf3f7 [2021-03-03T14:32:17.503Z] Step 8/23 : COPY . . [2021-03-03T14:32:17.769Z] Removing intermediate container c65c504c0034 [2021-03-03T14:32:17.769Z] ---> 5b5bee6a92a4 [2021-03-03T14:32:17.769Z] Step 8/26 : COPY . . [2021-03-03T14:32:30.104Z] Removing intermediate container f2ff009b3e54 [2021-03-03T14:32:30.104Z] ---> 69b0f5e219fe [2021-03-03T14:32:30.104Z] Step 8/23 : COPY . . [2021-03-03T14:32:48.323Z] ---> 2faa74e9e5c0 [2021-03-03T14:32:48.323Z] ---> d0b516c6426c [2021-03-03T14:32:48.323Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T14:32:48.323Z] ---> 3dcf1e35a6ec [2021-03-03T14:32:48.323Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T14:32:48.323Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T14:32:48.930Z] ---> Running in 22bffcfc5418 [2021-03-03T14:32:48.930Z] ---> Running in 8906d89ea813 [2021-03-03T14:32:48.930Z] ---> Running in 763e27c1c395 [2021-03-03T14:32:50.872Z] 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-03T14:32:51.455Z] 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-03T14:32:51.455Z] 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-03T14:32:54.054Z] ---> 8ae3eea43dad [2021-03-03T14:32:54.054Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T14:32:54.652Z] ---> Running in 982cded5c927 [2021-03-03T14:32:55.624Z] 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-03T14:32:59.517Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T14:33:02.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T14:33:12.890Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T14:33:12.890Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T14:33:13.881Z] 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-03T14:33:14.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T14:33:14.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T14:33:14.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T14:33:14.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T14:33:18.302Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T14:33:18.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T14:33:20.539Z] Removing intermediate container 763e27c1c395 [2021-03-03T14:33:20.539Z] ---> aa336e937491 [2021-03-03T14:33:20.539Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T14:33:21.118Z] Removing intermediate container 22bffcfc5418 [2021-03-03T14:33:21.118Z] ---> 405255790c29 [2021-03-03T14:33:21.118Z] [2021-03-03T14:33:21.118Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T14:33:21.118Z] ---> 88dd2752d2ea [2021-03-03T14:33:21.118Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T14:33:21.118Z] ---> Running in de3d74546ca6 [2021-03-03T14:33:21.389Z] ---> Running in 9db569248a96 [2021-03-03T14:33:21.985Z] 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-03T14:33:22.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:22.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:22.526Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T14:33:22.526Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:33:22.526Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T14:33:22.526Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T14:33:22.526Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:33:22.789Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:33:22.789Z] OK: 7 MiB in 18 packages [2021-03-03T14:33:26.191Z] Removing intermediate container 8906d89ea813 [2021-03-03T14:33:26.191Z] ---> 3fe624ce559a [2021-03-03T14:33:26.191Z] [2021-03-03T14:33:26.191Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:33:26.191Z] ---> 88dd2752d2ea [2021-03-03T14:33:26.191Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:33:26.191Z] ---> Using cache [2021-03-03T14:33:26.191Z] ---> c10e5744dcf8 [2021-03-03T14:33:26.191Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:33:26.191Z] ---> Using cache [2021-03-03T14:33:26.191Z] ---> fb95000c4260 [2021-03-03T14:33:26.191Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T14:33:26.191Z] ---> Running in 3596a6f06395 [2021-03-03T14:33:27.585Z] Removing intermediate container de3d74546ca6 [2021-03-03T14:33:27.585Z] ---> 7704be3b351a [2021-03-03T14:33:27.585Z] [2021-03-03T14:33:27.585Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T14:33:27.585Z] 20.10.0: Pulling from library/docker [2021-03-03T14:33:28.172Z] Removing intermediate container 9db569248a96 [2021-03-03T14:33:28.172Z] ---> 9e56f65584d9 [2021-03-03T14:33:28.172Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:33:29.100Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T14:33:29.100Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T14:33:29.100Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T14:33:29.120Z] Removing intermediate container 3596a6f06395 [2021-03-03T14:33:29.120Z] ---> 235cdd5e97da [2021-03-03T14:33:29.120Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:33:29.120Z] ---> Running in c7f76cadaa45 [2021-03-03T14:33:29.120Z] Removing intermediate container 982cded5c927 [2021-03-03T14:33:29.120Z] ---> Running in 1973a7746a29 [2021-03-03T14:33:29.120Z] ---> f9e251435077 [2021-03-03T14:33:29.120Z] [2021-03-03T14:33:29.120Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:33:29.120Z] ---> 88dd2752d2ea [2021-03-03T14:33:29.120Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:33:29.120Z] ---> Using cache [2021-03-03T14:33:29.120Z] ---> c10e5744dcf8 [2021-03-03T14:33:29.120Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:33:29.120Z] ---> Using cache [2021-03-03T14:33:29.120Z] ---> fb95000c4260 [2021-03-03T14:33:29.120Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T14:33:29.381Z] ---> Running in 994371e32040 [2021-03-03T14:33:29.959Z] Removing intermediate container c7f76cadaa45 [2021-03-03T14:33:29.959Z] ---> 4eee1046ab4a [2021-03-03T14:33:29.959Z] Step 13/21 : WORKDIR /edgex [2021-03-03T14:33:29.959Z] Removing intermediate container 1973a7746a29 [2021-03-03T14:33:29.959Z] ---> 3b451c5a87f3 [2021-03-03T14:33:29.959Z] Step 15/23 : WORKDIR / [2021-03-03T14:33:30.223Z] ---> Running in 6e1a76e78c55 [2021-03-03T14:33:30.223Z] Removing intermediate container 994371e32040 [2021-03-03T14:33:30.223Z] ---> a909dc562ed4 [2021-03-03T14:33:30.223Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:33:30.807Z] ---> Running in dc78ae65266d [2021-03-03T14:33:30.807Z] ---> Running in 9e93acd3dff0 [2021-03-03T14:33:30.807Z] Removing intermediate container 6e1a76e78c55 [2021-03-03T14:33:30.807Z] ---> d2b66da3296d [2021-03-03T14:33:30.807Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T14:33:31.074Z] Removing intermediate container dc78ae65266d [2021-03-03T14:33:31.074Z] ---> 1e1045c476e3 [2021-03-03T14:33:31.074Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:31.074Z] Removing intermediate container 9e93acd3dff0 [2021-03-03T14:33:31.074Z] ---> f1b5dcf62452 [2021-03-03T14:33:31.074Z] Step 15/23 : WORKDIR / [2021-03-03T14:33:31.340Z] ---> Running in ccce905d1d78 [2021-03-03T14:33:31.340Z] ---> 483ea72e5454 [2021-03-03T14:33:31.340Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T14:33:31.620Z] ---> 55e8b7d7015a [2021-03-03T14:33:31.620Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T14:33:31.620Z] Removing intermediate container ccce905d1d78 [2021-03-03T14:33:31.620Z] ---> e0c2305b9052 [2021-03-03T14:33:31.620Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:33:32.205Z] ---> 717f143a34f5 [2021-03-03T14:33:32.205Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T14:33:32.205Z] ---> e8fefb6bd667 [2021-03-03T14:33:32.205Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T14:33:32.470Z] ---> f04a803125d0 [2021-03-03T14:33:32.470Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:34.417Z] ---> 6f8c3bc590c4 [2021-03-03T14:33:34.417Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T14:33:34.417Z] ---> Running in 42834a4bf4b1 [2021-03-03T14:33:34.417Z] ---> d9e425ac3f25 [2021-03-03T14:33:34.417Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:34.417Z] ---> 671338bd9677 [2021-03-03T14:33:34.417Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T14:33:34.679Z] ---> Running in 44f6a7388bd6 [2021-03-03T14:33:34.679Z] Removing intermediate container 42834a4bf4b1 [2021-03-03T14:33:34.679Z] ---> 7c03a0787514 [2021-03-03T14:33:34.679Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T14:33:34.679Z] ---> Running in 742f1f5429d4 [2021-03-03T14:33:34.940Z] Removing intermediate container 44f6a7388bd6 [2021-03-03T14:33:34.940Z] ---> efb5f05146ee [2021-03-03T14:33:34.940Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:34.940Z] ---> 992e12d13fdf [2021-03-03T14:33:34.940Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T14:33:34.941Z] ---> Running in 6109c72e7c29 [2021-03-03T14:33:35.202Z] ---> Running in 9e8fc820a8a3 [2021-03-03T14:33:35.202Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T14:33:35.202Z] Removing intermediate container 742f1f5429d4 [2021-03-03T14:33:35.202Z] ---> a6202bc5751e [2021-03-03T14:33:35.202Z] Step 19/21 : LABEL arch=x86_64 [2021-03-03T14:33:35.202Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T14:33:35.202Z] ---> aefe523efa57 [2021-03-03T14:33:35.202Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T14:33:35.202Z] Removing intermediate container 6109c72e7c29 [2021-03-03T14:33:35.202Z] ---> a8a04a4f4d0e [2021-03-03T14:33:35.202Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:33:35.465Z] ---> Running in 7066dba6cd45 [2021-03-03T14:33:35.465Z] ---> Running in 87b784ed6d77 [2021-03-03T14:33:35.465Z] ---> Running in 7ce7ea81cc7e [2021-03-03T14:33:35.465Z] Removing intermediate container 9e8fc820a8a3 [2021-03-03T14:33:35.465Z] ---> 619413a95760 [2021-03-03T14:33:35.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:33:35.731Z] ---> Running in 6989b60616b3 [2021-03-03T14:33:35.731Z] Removing intermediate container 87b784ed6d77 [2021-03-03T14:33:35.731Z] ---> 63e2a9f39e8b [2021-03-03T14:33:35.731Z] Step 20/21 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:33:35.731Z] Removing intermediate container 7ce7ea81cc7e [2021-03-03T14:33:35.731Z] ---> 1d57cacea425 [2021-03-03T14:33:35.731Z] Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:33:35.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.459s coverage: 45.9% of statements [2021-03-03T14:33:35.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T14:33:35.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T14:33:35.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T14:33:35.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T14:33:35.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T14:33:35.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T14:33:35.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T14:33:35.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.235s coverage: 100.0% of statements [2021-03-03T14:33:36.000Z] ---> Running in bed1306d06c5 [2021-03-03T14:33:36.000Z] ---> Running in 59305763e053 [2021-03-03T14:33:36.000Z] Removing intermediate container 6989b60616b3 [2021-03-03T14:33:36.000Z] ---> 13bc761843dd [2021-03-03T14:33:36.000Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T14:33:36.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:36.266Z] ---> Running in e953aa66a411 [2021-03-03T14:33:36.266Z] Removing intermediate container 59305763e053 [2021-03-03T14:33:36.266Z] ---> e03b720271bf [2021-03-03T14:33:36.266Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:33:36.266Z] Removing intermediate container bed1306d06c5 [2021-03-03T14:33:36.266Z] ---> 55756f8ebeec [2021-03-03T14:33:36.266Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T14:33:36.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:36.528Z] ---> Running in e6e966b45982 [2021-03-03T14:33:36.528Z] ---> Running in 622339d690dd [2021-03-03T14:33:36.528Z] Removing intermediate container e953aa66a411 [2021-03-03T14:33:36.528Z] ---> ab5d701acae0 [2021-03-03T14:33:36.528Z] Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:33:36.528Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T14:33:36.528Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T14:33:36.528Z] Executing bash-5.0.17-r0.post-install [2021-03-03T14:33:36.528Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:33:36.528Z] OK: 12 MiB in 22 packages [2021-03-03T14:33:36.528Z] ---> Running in 3338e4748740 [2021-03-03T14:33:36.793Z] Removing intermediate container e6e966b45982 [2021-03-03T14:33:36.793Z] ---> fb37315dc6f6 [2021-03-03T14:33:36.793Z] [2021-03-03T14:33:36.793Z] Removing intermediate container 622339d690dd [2021-03-03T14:33:36.793Z] ---> 5653f43e1c73 [2021-03-03T14:33:36.793Z] [2021-03-03T14:33:37.057Z] Successfully built 5653f43e1c73 [2021-03-03T14:33:37.057Z] Successfully built fb37315dc6f6 [2021-03-03T14:33:37.057Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-03T14:33:37.057Z] Removing intermediate container 3338e4748740 [2021-03-03T14:33:37.057Z] ---> a5112463b0b2 [2021-03-03T14:33:37.057Z] Step 23/23 : LABEL version=0.0.0 Building docker-security-proxy-setup-go ... done  [2021-03-03T14:33:37.057Z] Successfully tagged docker-core-metadata-go:latest [2021-03-03T14:33:37.057Z]  Building docker-core-metadata-go ... done  ---> Running in 91618fc6d2bf [2021-03-03T14:33:37.320Z] Removing intermediate container 7066dba6cd45 [2021-03-03T14:33:37.320Z] ---> 65e3abf627cd [2021-03-03T14:33:37.320Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T14:33:37.320Z] ---> Running in 5267ecb22ffa [2021-03-03T14:33:37.320Z] Removing intermediate container 91618fc6d2bf [2021-03-03T14:33:37.320Z] ---> 3bbe5477c096 [2021-03-03T14:33:37.320Z] [2021-03-03T14:33:37.587Z] Successfully built 3bbe5477c096 [2021-03-03T14:33:37.587Z] Successfully tagged docker-core-command-go:latest [2021-03-03T14:33:37.587Z]  Building docker-core-command-go ... done Removing intermediate container 5267ecb22ffa [2021-03-03T14:33:37.587Z] ---> c9bb4fc6ee6d [2021-03-03T14:33:37.587Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T14:33:37.587Z] ---> Running in 264a26f61421 [2021-03-03T14:33:37.850Z] Removing intermediate container 264a26f61421 [2021-03-03T14:33:37.850Z] ---> 35e11534326c [2021-03-03T14:33:37.850Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T14:33:37.850Z] ---> Running in e0b9209c084c [2021-03-03T14:33:38.112Z] Removing intermediate container e0b9209c084c [2021-03-03T14:33:38.112Z] ---> 1a02a4dd6174 [2021-03-03T14:33:38.112Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T14:33:38.684Z] ---> cdf927569729 [2021-03-03T14:33:38.684Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T14:33:38.947Z] ---> d25b1ba1fa20 [2021-03-03T14:33:38.947Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T14:33:39.232Z] ---> 27dfa7a4af60 [2021-03-03T14:33:39.232Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T14:33:39.232Z] ---> Running in 89eb6db67038 [2021-03-03T14:33:39.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:39.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:33:39.811Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T14:33:39.811Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T14:33:39.811Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T14:33:39.811Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T14:33:39.811Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T14:33:39.811Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T14:33:39.811Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T14:33:40.758Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T14:33:40.758Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T14:33:40.758Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T14:33:40.758Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T14:33:40.758Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T14:33:40.758Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T14:33:40.758Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T14:33:40.758Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T14:33:40.758Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T14:33:40.758Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T14:33:41.021Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T14:33:41.021Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T14:33:41.284Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T14:33:41.858Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T14:33:42.122Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T14:33:42.122Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T14:33:42.122Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T14:33:42.122Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T14:33:42.122Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T14:33:42.122Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T14:33:42.122Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T14:33:42.122Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T14:33:42.122Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T14:33:42.122Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T14:33:42.122Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T14:33:42.122Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T14:33:42.383Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:33:42.383Z] OK: 71 MiB in 55 packages [2021-03-03T14:33:44.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T14:33:44.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T14:33:44.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T14:33:44.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.227s coverage: 66.2% of statements [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T14:33:44.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T14:33:46.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.800s coverage: 82.4% of statements [2021-03-03T14:33:46.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T14:33:46.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:33:46.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-03T14:33:46.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T14:33:50.553Z] Removing intermediate container 89eb6db67038 [2021-03-03T14:33:50.554Z] ---> 18a54515e0f1 [2021-03-03T14:33:50.554Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T14:33:50.554Z] ---> Running in 4ef520d77f6a [2021-03-03T14:33:52.474Z] Collecting docker-compose==1.23.2 [2021-03-03T14:33:52.474Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T14:33:52.474Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T14:33:52.474Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T14:33:52.737Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T14:33:52.737Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T14:33:52.737Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T14:33:52.737Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T14:33:52.737Z] 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-03T14:33:52.999Z] Collecting PyYAML<4,>=3.10 [2021-03-03T14:33:52.999Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T14:33:53.945Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T14:33:53.945Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T14:33:54.520Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T14:33:54.520Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T14:33:54.520Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T14:33:54.520Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T14:33:54.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.269s coverage: 28.6% of statements [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T14:33:54.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T14:33:54.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T14:33:54.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T14:33:54.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2021-03-03T14:33:54.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T14:33:55.099Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T14:33:55.099Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-03T14:33:55.099Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T14:33:55.099Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T14:33:55.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.208s coverage: 78.3% of statements [2021-03-03T14:33:55.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T14:33:55.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T14:33:55.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T14:33:55.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T14:33:55.674Z] Collecting idna<2.8,>=2.5 [2021-03-03T14:33:55.674Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T14:33:55.935Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T14:33:55.935Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T14:33:55.935Z] 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-03T14:33:55.935Z] 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-03T14:33:55.935Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T14:33:55.935Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T14:33:55.935Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T14:33:55.935Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T14:33:55.935Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T14:33:55.935Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T14:33:56.198Z] Installing collected packages: idna, urllib3, requests, cached-property, jsonschema, PyYAML, texttable, docker-pycreds, websocket-client, docker, dockerpty, docopt, docker-compose [2021-03-03T14:33:56.198Z] Attempting uninstall: idna [2021-03-03T14:33:56.198Z] Found existing installation: idna 2.9 [2021-03-03T14:33:56.198Z] Uninstalling idna-2.9: [2021-03-03T14:33:56.198Z] Successfully uninstalled idna-2.9 [2021-03-03T14:33:56.461Z] Attempting uninstall: urllib3 [2021-03-03T14:33:56.461Z] Found existing installation: urllib3 1.25.9 [2021-03-03T14:33:56.461Z] Uninstalling urllib3-1.25.9: [2021-03-03T14:33:56.461Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T14:33:56.726Z] Attempting uninstall: requests [2021-03-03T14:33:56.726Z] Found existing installation: requests 2.23.0 [2021-03-03T14:33:56.726Z] Uninstalling requests-2.23.0: [2021-03-03T14:33:56.726Z] Successfully uninstalled requests-2.23.0 [2021-03-03T14:33:56.987Z] Running setup.py install for PyYAML: started [2021-03-03T14:33:57.561Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T14:33:57.561Z] Running setup.py install for texttable: started [2021-03-03T14:33:58.136Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T14:33:58.399Z] Running setup.py install for dockerpty: started [2021-03-03T14:33:58.972Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T14:33:58.972Z] Running setup.py install for docopt: started [2021-03-03T14:33:59.235Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T14:33:59.499Z] 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-03T14:34:03.723Z] Removing intermediate container 4ef520d77f6a [2021-03-03T14:34:03.723Z] ---> 185210f6f4e4 [2021-03-03T14:34:03.723Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T14:34:03.723Z] ---> Running in b2bee05a23c5 [2021-03-03T14:34:03.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T14:34:03.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T14:34:03.985Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:34:03.985Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T14:34:03.985Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T14:34:03.985Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:34:03.985Z] OK: 72 MiB in 58 packages [2021-03-03T14:34:04.569Z] Removing intermediate container b2bee05a23c5 [2021-03-03T14:34:04.569Z] ---> be905954e075 [2021-03-03T14:34:04.569Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T14:34:04.569Z] ---> Running in ca477deefceb [2021-03-03T14:34:04.569Z] Removing intermediate container ca477deefceb [2021-03-03T14:34:04.569Z] ---> 58b1a7065d56 [2021-03-03T14:34:04.569Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:34:04.832Z] ---> Running in 61b2e5e5ae80 [2021-03-03T14:34:04.832Z] Removing intermediate container 61b2e5e5ae80 [2021-03-03T14:34:04.832Z] ---> 82d7ddc0b153 [2021-03-03T14:34:04.832Z] Step 24/26 : LABEL arch=x86_64 [2021-03-03T14:34:05.095Z] ---> Running in 9685a6519de0 [2021-03-03T14:34:05.095Z] Removing intermediate container 9685a6519de0 [2021-03-03T14:34:05.095Z] ---> 7b693c2e9559 [2021-03-03T14:34:05.095Z] Step 25/26 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:34:05.095Z] ---> Running in f0bcda11dac7 [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.417s coverage: 92.8% of statements [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.183s coverage: 0.1% of statements [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T14:34:05.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 45.5% of statements [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-03-03T14:34:05.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-03T14:34:05.357Z] Removing intermediate container f0bcda11dac7 [2021-03-03T14:34:05.357Z] ---> 3d630935570b [2021-03-03T14:34:05.357Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T14:34:05.357Z] ---> Running in 30619c3dd4a1 [2021-03-03T14:34:05.624Z] Removing intermediate container 30619c3dd4a1 [2021-03-03T14:34:05.624Z] ---> b1e2d9918eb9 [2021-03-03T14:34:05.624Z] [2021-03-03T14:34:05.893Z] Successfully built b1e2d9918eb9 [2021-03-03T14:34:05.893Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-03T14:34:06.166Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-03T14:34:06.173Z] $ docker stop --time=1 19eb08703aef2583ac1d6a7de14d42b03f8bfa7a853d99612820128b6a847ba3 [2021-03-03T14:34:07.808Z] $ docker rm -f 19eb08703aef2583ac1d6a7de14d42b03f8bfa7a853d99612820128b6a847ba3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:34:08.338Z] + docker images [2021-03-03T14:34:08.338Z] + grep docker [2021-03-03T14:34:08.918Z] docker-sys-mgmt-agent-go latest b1e2d9918eb9 3 seconds ago 313MB [2021-03-03T14:34:08.918Z] docker-core-command-go latest 3bbe5477c096 31 seconds ago 17.2MB [2021-03-03T14:34:08.918Z] docker-core-metadata-go latest fb37315dc6f6 32 seconds ago 19MB [2021-03-03T14:34:08.918Z] docker-security-proxy-setup-go latest 5653f43e1c73 32 seconds ago 24.7MB [2021-03-03T14:34:08.918Z] docker-security-bootstrapper-go latest 1e586fe770bd About a minute ago 18.7MB [2021-03-03T14:34:08.918Z] docker-core-data-go latest 8af78abccdd8 2 minutes ago 22.4MB [2021-03-03T14:34:08.918Z] docker-security-secretstore-setup-go latest 11794239d441 2 minutes ago 24.9MB [2021-03-03T14:34:08.918Z] docker-support-notifications-go latest c46485091604 2 minutes ago 17.8MB [2021-03-03T14:34:08.918Z] docker-support-scheduler-go latest d5f1dc63dc7c 2 minutes ago 17.2MB [2021-03-03T14:34:08.918Z] docker 20.10.0 aefe523efa57 2 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-03T14:34:17.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.105s coverage: 94.4% of statements [2021-03-03T14:34:17.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-03T14:34:24.546Z] Still waiting to schedule task [2021-03-03T14:34:24.546Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.6% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.6% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.529s coverage: 62.4% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.778s coverage: 69.1% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 38.4% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements [2021-03-03T14:34:32.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T14:34:32.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements [2021-03-03T14:34:38.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.471s coverage: 47.0% of statements [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T14:34:38.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T14:34:38.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T14:34:38.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.431s coverage: 88.5% of statements [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:34:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T14:34:46.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.110s coverage: 29.1% of statements [2021-03-03T14:34:46.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T14:34:46.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T14:34:46.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T14:34:46.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T14:34:46.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 94.3% of statements [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T14:34:46.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-03-03T14:34:46.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-03T14:34:47.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements [2021-03-03T14:34:48.105Z] GO111MODULE=on go vet ./... [2021-03-03T14:36:09.906Z] gofmt -l . [2021-03-03T14:36:09.906Z] [ "`gofmt -l .`" = "" ] [2021-03-03T14:36:09.906Z] ./bin/test-go-mod-tidy.sh [2021-03-03T14:36:09.906Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T14:36:10.262Z] + ls -al . [2021-03-03T14:36:10.262Z] total 744 [2021-03-03T14:36:10.262Z] drwxrwxr-x 9 1001 1001 4096 Mar 3 14:36 . [2021-03-03T14:36:10.262Z] drwxr-xr-x 4 root root 4096 Mar 3 14:31 .. [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 14:29 .dockerignore [2021-03-03T14:36:10.262Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 14:29 .git [2021-03-03T14:36:10.262Z] drwxrwxr-x 3 1001 1001 4096 Mar 3 14:29 .github [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 14:29 .gitignore [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 14:29 .sonarcloud.properties [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:29 Attribution.txt [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:29 CONTRIBUTING.md [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 14:29 Dockerfile.build [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 14:29 Jenkinsfile [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:29 LICENSE [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:29 Makefile [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:29 README.md [2021-03-03T14:36:10.262Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:29 SECURITY.md [2021-03-03T14:36:10.532Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 14:25 VERSION [2021-03-03T14:36:10.532Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:29 ZMQWindows.md [2021-03-03T14:36:10.532Z] drwxrwxr-x 2 1001 1001 4096 Mar 3 14:29 bin [2021-03-03T14:36:10.532Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 14:29 cmd [2021-03-03T14:36:10.532Z] -rw-r--r-- 1 root root 602988 Mar 3 14:34 coverage.out [2021-03-03T14:36:10.532Z] -rw-r--r-- 1 root root 1055 Mar 3 14:36 go.mod [2021-03-03T14:36:10.532Z] -rw-r--r-- 1 root root 21817 Mar 3 14:36 go.sum [2021-03-03T14:36:10.532Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 14:29 internal [2021-03-03T14:36:10.532Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 14:29 openapi [2021-03-03T14:36:10.532Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 14:29 snap [2021-03-03T14:36:10.532Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 14:29 version.go [Pipeline] sh [2021-03-03T14:36:11.052Z] Running on prd-ubuntu18.04-docker-8c-8g-28389 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-03T14:36:11.109Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-03T14:36:11.195Z] + '[' -e coverage.out ] [2021-03-03T14:36:11.196Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T14:36:11.283Z] Warning: overwriting stash ‘coverage-report’ [2021-03-03T14:36:12.499Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T14:36:13.173Z] + make build [2021-03-03T14:36:13.173Z] 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-03T14:36:13.503Z] using credential edgex-jenkins-ssh [2021-03-03T14:36:13.551Z] Cloning the remote Git repository [2021-03-03T14:36:12.717Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:36:12.777Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-03T14:36:12.810Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:36:12.810Z] > git --version # timeout=10 [2021-03-03T14:36:12.816Z] > git --version # 'git version 2.17.1' [2021-03-03T14:36:12.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:36:12.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:36:23.389Z] 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-03T14:36:24.860Z] Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:36:24.993Z] Merge succeeded, producing f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:36:24.994Z] Checking out Revision f6d014447948dfaa08a4016fd2a877554bf2967e (PR-3209) [2021-03-03T14:36:23.535Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:36:23.539Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T14:36:23.548Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T14:36:23.558Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T14:36:23.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:36:23.562Z] > 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-03T14:36:24.016Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:36:24.023Z] > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [2021-03-03T14:36:24.119Z] > git remote # timeout=10 [2021-03-03T14:36:24.124Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T14:36:24.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T14:36:24.130Z] > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 [2021-03-03T14:36:24.136Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T14:36:24.144Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T14:36:24.146Z] > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 [2021-03-03T14:36:27.855Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:36:28.921Z] + echo snap-build.sh [2021-03-03T14:36:28.921Z] snap-build.sh [2021-03-03T14:36:28.921Z] + SNAP_BASE_DIR=. [2021-03-03T14:36:28.921Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-03T14:36:28.921Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-03T14:36:28.921Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-03T14:36:28.921Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-03T14:36:28.921Z] + cd /w/workspace/edgex-go/4 [2021-03-03T14:36:28.921Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-03T14:36:28.921Z] Reading package lists... [2021-03-03T14:36:28.921Z] Building dependency tree... [2021-03-03T14:36:28.921Z] Reading state information... [2021-03-03T14:36:29.182Z] The following packages were automatically installed and are no longer required: [2021-03-03T14:36:29.182Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-03T14:36:29.182Z] uidmap xdelta3 [2021-03-03T14:36:29.182Z] Use 'sudo apt autoremove' to remove them. [2021-03-03T14:36:29.182Z] The following packages will be REMOVED: [2021-03-03T14:36:29.182Z] lxd* lxd-client* [2021-03-03T14:36:29.759Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-03T14:36:29.759Z] After this operation, 31.7 MB disk space will be freed. [2021-03-03T14:36:30.544Z] (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-03T14:36:30.544Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T14:36:31.489Z] Removing lxd dnsmasq configuration [2021-03-03T14:36:31.489Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T14:36:31.755Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-03T14:36:32.328Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-03T14:36:32.594Z] (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-03T14:36:32.594Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T14:36:34.510Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-03T14:36:34.510Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-03T14:36:35.895Z] + sudo snap remove --purge lxd [2021-03-03T14:36:35.895Z] snap "lxd" is not installed [2021-03-03T14:36:35.895Z] + sudo groupadd --force --system lxd [2021-03-03T14:36:35.895Z] ++ whoami [2021-03-03T14:36:35.895Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-03T14:36:35.895Z] + newgrp - lxd [2021-03-03T14:36:35.895Z] + sudo snap install lxd [2021-03-03T14:36:45.899Z] 2021-03-03T14:36:42Z INFO Waiting for automatic snapd restart... [2021-03-03T14:36:50.157Z] 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-03T14:36:53.537Z] 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-03T14:36:58.946Z] 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-03T14:37:00.381Z] 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-03T14:37:00.808Z] lxd 4.11 from Canonical* installed [2021-03-03T14:37:00.808Z] + sudo lxd init --auto [2021-03-03T14:37:05.783Z] 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-03T14:37:10.810Z] + sudo snap install --classic snapcraft [2021-03-03T14:37:11.192Z] 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-03T14:37:15.089Z] snapcraft 4.5.1 from Canonical* installed [2021-03-03T14:37:15.089Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-03T14:37:15.089Z] + patch --verbose -p1 [2021-03-03T14:37:15.089Z] Hmm... Looks like a unified diff to me... [2021-03-03T14:37:15.089Z] The text leading up to this was: [2021-03-03T14:37:15.089Z] -------------------------- [2021-03-03T14:37:15.089Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-03T14:37:15.089Z] |From: Tony Espy [2021-03-03T14:37:15.089Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-03T14:37:15.089Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-03T14:37:15.089Z] | [2021-03-03T14:37:15.089Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-03T14:37:15.089Z] |optimize the snap CI check run for pull requests. When [2021-03-03T14:37:15.089Z] |applied, it essentially strips out everything (apps and [2021-03-03T14:37:15.089Z] |parts) from the snapcraft.yaml file except those required [2021-03-03T14:37:15.089Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-03T14:37:15.089Z] |catch changes to edgex-go that break the snap build. [2021-03-03T14:37:15.089Z] | [2021-03-03T14:37:15.089Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-03T14:37:15.089Z] |to update this patch file, otherwise it may fail to apply, [2021-03-03T14:37:15.089Z] |resulting in a failed snap build CI check in the associated [2021-03-03T14:37:15.089Z] |pull request. [2021-03-03T14:37:15.089Z] | [2021-03-03T14:37:15.089Z] |Note - in addition to applying this patch, the pipeline also [2021-03-03T14:37:15.089Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-03T14:37:15.089Z] |need to build the finally binary .snap file (and it won't [2021-03-03T14:37:15.089Z] |work with the patch applied). This further reduces the build [2021-03-03T14:37:15.089Z] |time. [2021-03-03T14:37:15.089Z] |--- [2021-03-03T14:37:15.089Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-03T14:37:15.089Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-03T14:37:15.089Z] | [2021-03-03T14:37:15.089Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-03T14:37:15.089Z] |index 1e537489..faf42425 100644 [2021-03-03T14:37:15.089Z] |--- a/snap/snapcraft.yaml [2021-03-03T14:37:15.089Z] |+++ b/snap/snapcraft.yaml [2021-03-03T14:37:15.090Z] -------------------------- [2021-03-03T14:37:15.090Z] patching file snap/snapcraft.yaml [2021-03-03T14:37:15.090Z] Using Plan A... [2021-03-03T14:37:15.090Z] Hunk #1 succeeded at 73. [2021-03-03T14:37:15.090Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-03T14:37:15.090Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-03T14:37:15.090Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-03T14:37:15.090Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-03T14:37:15.090Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-03T14:37:15.090Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-03T14:37:15.090Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-03T14:37:15.090Z] Hmm... Ignoring the trailing garbage. [2021-03-03T14:37:15.090Z] done [2021-03-03T14:37:15.090Z] + sudo snapcraft prime --use-lxd [2021-03-03T14:37:15.484Z] 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-03T14:37:16.472Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-03T14:37:16.472Z] 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-03T14:37:16.472Z] - README.md [2021-03-03T14:37:16.472Z] - snapcraft.yaml.orig [2021-03-03T14:37:16.472Z] [2021-03-03T14:37:16.472Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-03T14:37:17.412Z] Launching a container. [2021-03-03T14:37:20.868Z] 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-03T14:37:23.473Z] 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-03T14:37:28.871Z] 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-03T14:37:29.639Z] Waiting for container to be ready [2021-03-03T14:37:29.639Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-03T14:37:29.639Z] [2021-03-03T14:37:32.941Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-03T14:37:32.941Z] Waiting for network to be ready... [2021-03-03T14:37:33.203Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-03T14:37:33.203Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-03T14:37:33.774Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-03T14:37:33.774Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-03T14:37:33.774Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-03T14:37:34.037Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-03T14:37:34.037Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-03T14:37:34.037Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-03T14:37:34.037Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-03T14:37:34.037Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-03T14:37:34.037Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-03T14:37:34.296Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-03T14:37:34.296Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-03T14:37:34.296Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-03T14:37:34.296Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-03T14:37:34.296Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-03T14:37:34.296Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-03T14:37:34.296Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-03T14:37:34.559Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-03T14:37:34.819Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-03T14:37:35.080Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-03T14:37:35.080Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-03T14:37:35.080Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-03T14:37:35.080Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-03T14:37:35.080Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-03T14:37:35.080Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-03T14:37:35.080Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [Pipeline] } [2021-03-03T14:37:35.583Z] $ docker stop --time=1 ea395616e8bd3ab50f2406bf8f8896989d1aeaeea8cd105f41e0ef6373fd7eca [2021-03-03T14:37:38.164Z] $ docker rm -f ea395616e8bd3ab50f2406bf8f8896989d1aeaeea8cd105f41e0ef6373fd7eca [2021-03-03T14:37:39.280Z] Fetched 24.0 MB in 6s (4247 kB/s) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-03T14:37:39.854Z] Reading package lists... [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:37:40.115Z] Reading package lists... [2021-03-03T14:37:40.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:37:40.180Z] [2021-03-03T14:37:40.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:37:40.376Z] Building dependency tree... [2021-03-03T14:37:40.376Z] Reading state information... [2021-03-03T14:37:40.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:37:40.636Z] The following additional packages will be installed: [2021-03-03T14:37:40.636Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-03T14:37:40.636Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-03T14:37:40.636Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-03T14:37:40.636Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-03T14:37:40.636Z] Suggested packages: [2021-03-03T14:37:40.636Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-03T14:37:40.636Z] Recommended packages: [2021-03-03T14:37:40.636Z] gnupg libsasl2-modules [2021-03-03T14:37:40.636Z] The following NEW packages will be installed: [2021-03-03T14:37:40.636Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-03T14:37:40.636Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-03T14:37:40.636Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-03T14:37:40.636Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-03T14:37:40.636Z] The following packages will be upgraded: [2021-03-03T14:37:40.636Z] gpg gpg-agent gpgconf libudev1 [2021-03-03T14:37:40.636Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-03T14:37:40.636Z] Need to get 3530 kB of archives. [2021-03-03T14:37:40.636Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-03T14:37:40.636Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-03T14:37:40.636Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-03T14:37:40.636Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-03T14:37:40.636Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-03T14:37:40.866Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-03T14:37:40.866Z] 29e5d40040c1: Pulling fs layer [2021-03-03T14:37:40.866Z] 1ce36da41761: Pulling fs layer [2021-03-03T14:37:40.866Z] 25b303627fd3: Pulling fs layer [2021-03-03T14:37:40.895Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-03T14:37:41.155Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-03T14:37:41.416Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-03T14:37:41.416Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-03T14:37:41.416Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-03T14:37:41.460Z] 29e5d40040c1: Verifying Checksum [2021-03-03T14:37:41.460Z] 29e5d40040c1: Download complete [2021-03-03T14:37:41.677Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-03T14:37:41.677Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-03T14:37:41.677Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-03T14:37:41.677Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-03T14:37:41.677Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-03T14:37:41.677Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-03T14:37:41.677Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-03T14:37:41.677Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-03T14:37:41.677Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-03T14:37:41.677Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-03T14:37:41.677Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-03T14:37:41.677Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-03T14:37:41.677Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-03T14:37:41.731Z] 1ce36da41761: Verifying Checksum [2021-03-03T14:37:41.731Z] 1ce36da41761: Download complete [2021-03-03T14:37:41.937Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:37:41.937Z] Fetched 3530 kB in 1s (3109 kB/s) [2021-03-03T14:37:42.005Z] 29e5d40040c1: Pull complete [2021-03-03T14:37:42.197Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-03T14:37:42.198Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:37:42.198Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:37:42.459Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-03T14:37:42.719Z] Selecting previously unselected package udev. [2021-03-03T14:37:42.719Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-03T14:37:42.719Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:37:42.719Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-03T14:37:42.980Z] Selecting previously unselected package libfuse2:amd64. [2021-03-03T14:37:42.980Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-03T14:37:42.980Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-03T14:37:42.980Z] Selecting previously unselected package fuse. [2021-03-03T14:37:42.980Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-03T14:37:42.980Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-03T14:37:42.980Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:37:43.241Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:37:43.241Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:37:43.241Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:37:43.440Z] 1ce36da41761: Pull complete [2021-03-03T14:37:43.440Z] 25b303627fd3: Verifying Checksum [2021-03-03T14:37:43.440Z] 25b303627fd3: Download complete [2021-03-03T14:37:43.502Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:37:43.502Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:37:43.502Z] Selecting previously unselected package libksba8:amd64. [2021-03-03T14:37:43.502Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-03T14:37:43.502Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-03T14:37:43.762Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-03T14:37:43.762Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:43.762Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:43.762Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-03T14:37:43.762Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:43.762Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:43.762Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-03T14:37:43.762Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:43.762Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:44.021Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-03T14:37:44.021Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:44.021Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:44.021Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-03T14:37:44.021Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:44.021Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:44.282Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-03T14:37:44.282Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:44.282Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:44.282Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-03T14:37:44.282Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:44.282Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:44.282Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-03T14:37:44.282Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:44.282Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:44.542Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-03T14:37:44.542Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T14:37:44.542Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:44.542Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-03T14:37:44.542Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-03T14:37:44.542Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:37:44.542Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-03T14:37:44.542Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-03T14:37:44.803Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:37:44.803Z] Selecting previously unselected package libldap-common. [2021-03-03T14:37:44.803Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-03T14:37:44.803Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:37:44.803Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-03T14:37:44.803Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-03T14:37:44.803Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:37:45.064Z] Selecting previously unselected package dirmngr. [2021-03-03T14:37:45.064Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:37:45.064Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-03T14:37:45.064Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:37:45.064Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-03T14:37:45.064Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-03T14:37:45.325Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:37:45.325Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T14:37:45.325Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-03T14:37:45.325Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:45.325Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-03T14:37:45.325Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:37:45.325Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-03T14:37:45.895Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-03T14:37:45.895Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:45.895Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-03T14:37:46.155Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-03T14:37:46.155Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-03T14:37:46.155Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:46.155Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:46.155Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:46.155Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:46.155Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:46.155Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:46.415Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T14:37:46.415Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T14:37:46.415Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-03T14:37:46.415Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:37:46.983Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-03T14:37:46.983Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-03T14:37:46.983Z] This means they are not meant to be enabled using systemctl. [2021-03-03T14:37:46.983Z] Possible reasons for having this kind of units are: [2021-03-03T14:37:46.983Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-03T14:37:46.983Z] .wants/ or .requires/ directory. [2021-03-03T14:37:46.983Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-03T14:37:46.984Z] a requirement dependency on it. [2021-03-03T14:37:46.984Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-03T14:37:46.984Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-03T14:37:46.984Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-03T14:37:46.984Z] instance name specified. [2021-03-03T14:37:47.243Z] Reading package lists... [2021-03-03T14:37:47.243Z] Building dependency tree... [2021-03-03T14:37:47.243Z] Reading state information... [2021-03-03T14:37:47.504Z] The following additional packages will be installed: [2021-03-03T14:37:47.504Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-03T14:37:47.504Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-03T14:37:47.504Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-03T14:37:47.504Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-03T14:37:47.504Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-03T14:37:47.504Z] Suggested packages: [2021-03-03T14:37:47.504Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-03T14:37:47.504Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-03T14:37:47.504Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-03T14:37:47.504Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-03T14:37:47.504Z] systemd-container policykit-1 [2021-03-03T14:37:47.504Z] Recommended packages: [2021-03-03T14:37:47.504Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-03T14:37:47.504Z] The following NEW packages will be installed: [2021-03-03T14:37:47.504Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-03T14:37:47.504Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-03T14:37:47.504Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-03T14:37:47.504Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-03T14:37:47.504Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-03T14:37:47.504Z] The following packages will be upgraded: [2021-03-03T14:37:47.504Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-03T14:37:47.763Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-03T14:37:47.763Z] Need to get 35.2 MB of archives. [2021-03-03T14:37:47.763Z] After this operation, 141 MB of additional disk space will be used. [2021-03-03T14:37:47.763Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-03T14:37:47.763Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-03T14:37:48.333Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-03T14:37:48.593Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-03T14:37:48.593Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-03T14:37:48.593Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-03T14:37:48.593Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-03T14:37:48.593Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-03T14:37:48.593Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-03T14:37:48.593Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-03T14:37:48.593Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-03T14:37:48.593Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-03T14:37:48.593Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-03T14:37:48.593Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-03T14:37:48.593Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-03T14:37:48.593Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-03T14:37:48.593Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-03T14:37:48.593Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-03T14:37:48.593Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-03T14:37:48.593Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-03T14:37:48.593Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-03T14:37:48.593Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-03T14:37:48.593Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-03T14:37:48.854Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-03T14:37:48.854Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-03T14:37:48.854Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-03T14:37:48.854Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-03T14:37:48.854Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-03T14:37:48.854Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-03T14:37:48.854Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-03T14:37:49.801Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:37:49.801Z] Fetched 35.2 MB in 2s (16.5 MB/s) [2021-03-03T14:37:50.061Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T14:37:50.061Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:37:50.061Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:37:51.000Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:37:51.000Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:37:51.000Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-03T14:37:51.000Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T14:37:51.000Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-03T14:37:51.000Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-03T14:37:51.261Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-03T14:37:51.261Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T14:37:51.261Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-03T14:37:51.261Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-03T14:37:51.832Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-03T14:37:51.832Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-03T14:37:52.091Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-03T14:37:52.351Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-03T14:37:52.351Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-03T14:37:52.351Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-03T14:37:52.613Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-03T14:37:52.613Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:37:52.613Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:52.873Z] Selecting previously unselected package libexpat1:amd64. [2021-03-03T14:37:52.873Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-03T14:37:52.873Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-03T14:37:52.873Z] Selecting previously unselected package python3.6-minimal. [2021-03-03T14:37:52.873Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:37:52.873Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:53.133Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-03T14:37:53.133Z] Checking for services that may need to be restarted...done. [2021-03-03T14:37:53.133Z] Checking for services that may need to be restarted...done. [2021-03-03T14:37:53.395Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:53.395Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-03T14:37:53.395Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:53.588Z] 25b303627fd3: Pull complete [2021-03-03T14:37:53.588Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-03T14:37:53.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:37:53.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-03T14:37:53.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container [2021-03-03T14:37:53.966Z] Selecting previously unselected package python3-minimal. [2021-03-03T14:37:53.966Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-03T14:37:53.966Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-03T14:37:53.966Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-03T14:37:53.966Z] Selecting previously unselected package mime-support. [2021-03-03T14:37:53.966Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-03T14:37:53.966Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-03T14:37:53.963Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-03T14:37:54.226Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-03T14:37:54.226Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-03T14:37:54.226Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-03T14:37:54.226Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-03T14:37:54.226Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:37:54.226Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:54.486Z] Selecting previously unselected package python3.6. [2021-03-03T14:37:54.750Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T14:37:54.750Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:37:54.750Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-03T14:37:54.750Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-03T14:37:54.750Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-03T14:37:54.750Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-03T14:37:55.010Z] Selecting previously unselected package python3. [2021-03-03T14:37:55.010Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-03T14:37:55.010Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-03T14:37:55.010Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-03T14:37:55.271Z] Selecting previously unselected package multiarch-support. [2021-03-03T14:37:55.271Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:37:55.271Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-03T14:37:55.271Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-03T14:37:55.271Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-03T14:37:55.271Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-03T14:37:55.271Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-03T14:37:55.271Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-03T14:37:55.531Z] Selecting previously unselected package libbsd0:amd64. [2021-03-03T14:37:55.531Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-03T14:37:55.531Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-03T14:37:55.531Z] Selecting previously unselected package sudo. [2021-03-03T14:37:55.531Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-03T14:37:55.531Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-03T14:37:55.793Z] Selecting previously unselected package apparmor. [2021-03-03T14:37:55.793Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-03T14:37:55.793Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-03T14:37:56.735Z] Selecting previously unselected package libedit2:amd64. [2021-03-03T14:37:56.735Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-03T14:37:56.735Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-03T14:37:56.996Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-03T14:37:56.996Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:37:56.996Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:37:56.996Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-03T14:37:56.996Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:37:56.996Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:37:56.996Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-03T14:37:56.996Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-03T14:37:56.996Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-03T14:37:57.227Z] $ docker top 3e15f375a7b321e43634de36cd57734c509098abee3d2a9393abdce1b63afbc9 -eo pid,comm [2021-03-03T14:37:57.256Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-03T14:37:57.256Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:37:57.256Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:37:57.256Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-03T14:37:57.256Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T14:37:57.256Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:37:57.545Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-03T14:37:57.545Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-03T14:37:57.545Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [Pipeline] { [Pipeline] sh [2021-03-03T14:37:57.805Z] Selecting previously unselected package openssh-client. [2021-03-03T14:37:57.805Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-03T14:37:57.805Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-03T14:37:58.066Z] Selecting previously unselected package squashfs-tools. [2021-03-03T14:37:58.066Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-03T14:37:58.066Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-03T14:37:58.066Z] Selecting previously unselected package snapd. [2021-03-03T14:37:58.066Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-03T14:37:58.066Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-03T14:37:58.304Z] + docker-compose build --help [2021-03-03T14:37:58.304Z] + grep parallel [2021-03-03T14:38:00.612Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-03T14:38:00.613Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-03T14:38:00.613Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-03T14:38:00.873Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-03T14:38:00.873Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-03T14:38:00.873Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:38:00.873Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:38:00.873Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-03T14:38:00.873Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-03T14:38:01.674Z] --parallel Build images in parallel. [2021-03-03T14:38:01.814Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [Pipeline] } [2021-03-03T14:38:01.969Z] $ docker stop --time=1 3e15f375a7b321e43634de36cd57734c509098abee3d2a9393abdce1b63afbc9 [2021-03-03T14:38:02.074Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-03T14:38:02.075Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-03T14:38:02.075Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:38:02.075Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:38:02.075Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T14:38:03.018Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-03T14:38:03.018Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:38:03.018Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-03T14:38:03.018Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-03T14:38:03.018Z] running python rtupdate hooks for python3.6... [2021-03-03T14:38:03.018Z] running python post-rtupdate hooks for python3.6... [2021-03-03T14:38:03.284Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-03T14:38:03.925Z] $ docker rm -f 3e15f375a7b321e43634de36cd57734c509098abee3d2a9393abdce1b63afbc9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:38:04.672Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-03T14:38:04.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T14:38:04.810Z] . [Pipeline] withDockerContainer [2021-03-03T14:38:04.944Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T14:38:04.944Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-03T14:38:05.103Z] prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container [2021-03-03T14:38:05.204Z] Setting up snapd (2.48.3+18.04) ... [2021-03-03T14:38:05.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-03T14:38:06.145Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-03T14:38:06.145Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-03T14:38:06.405Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-03T14:38:06.568Z] $ docker top 66a3dd6fa99cc37d700d9597c3e0447940fc9a584281931932a74363989bec9d -eo pid,comm [2021-03-03T14:38:06.666Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [Pipeline] { [2021-03-03T14:38:06.926Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-03T14:38:06.926Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-03T14:38:06.926Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [Pipeline] sh [2021-03-03T14:38:07.189Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-03T14:38:07.449Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-03T14:38:07.568Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T14:38:07.710Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-03T14:38:07.711Z] /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-03T14:38:07.971Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T14:38:07.971Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-03T14:38:09.354Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T14:38:09.354Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T14:38:09.354Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T14:38:10.737Z] Reading package lists... [2021-03-03T14:38:10.997Z] Reading package lists... [2021-03-03T14:38:11.257Z] Building dependency tree... [2021-03-03T14:38:11.257Z] Reading state information... [2021-03-03T14:38:11.257Z] Calculating upgrade... [2021-03-03T14:38:11.518Z] The following packages will be upgraded: [2021-03-03T14:38:11.518Z] advancecomp base-files bash binutils binutils-common [2021-03-03T14:38:11.518Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-03T14:38:11.518Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-03T14:38:11.518Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-03T14:38:11.518Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-03T14:38:11.518Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-03T14:38:11.518Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-03T14:38:11.518Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-03T14:38:11.518Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-03T14:38:11.518Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-03T14:38:11.518Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-03T14:38:11.518Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-03T14:38:11.518Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-03T14:38:11.518Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-03T14:38:11.518Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-03T14:38:11.518Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T14:38:11.518Z] Need to get 63.8 MB of archives. [2021-03-03T14:38:11.518Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-03T14:38:11.518Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-03T14:38:11.779Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-03T14:38:11.779Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-03T14:38:11.779Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-03T14:38:11.779Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-03T14:38:11.779Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-03T14:38:11.779Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-03T14:38:11.779Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-03T14:38:11.779Z] 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-03T14:38:11.779Z] 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-03T14:38:11.779Z] 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-03T14:38:11.779Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-03T14:38:11.779Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-03T14:38:11.779Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-03T14:38:11.779Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-03T14:38:11.779Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-03T14:38:11.779Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-03T14:38:11.779Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-03T14:38:11.779Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-03T14:38:11.779Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-03T14:38:11.779Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-03T14:38:11.779Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-03T14:38:11.779Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-03T14:38:11.779Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-03T14:38:11.779Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-03T14:38:11.779Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-03T14:38:11.861Z] Building docker-core-command-go ... [2021-03-03T14:38:11.861Z] Building docker-core-data-go ... [2021-03-03T14:38:11.861Z] Building docker-core-metadata-go ... [2021-03-03T14:38:11.861Z] Building docker-security-bootstrapper-go ... [2021-03-03T14:38:11.861Z] Building docker-security-proxy-setup-go ... [2021-03-03T14:38:11.861Z] Building docker-security-secretstore-setup-go ... [2021-03-03T14:38:11.861Z] Building docker-support-notifications-go ... [2021-03-03T14:38:11.861Z] Building docker-support-scheduler-go ... [2021-03-03T14:38:11.861Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T14:38:11.861Z] Building docker-security-proxy-setup-go [2021-03-03T14:38:11.861Z] Building docker-sys-mgmt-agent-go [2021-03-03T14:38:11.861Z] Building docker-security-secretstore-setup-go [2021-03-03T14:38:11.861Z] Building docker-support-scheduler-go [2021-03-03T14:38:11.861Z] Building docker-core-command-go [2021-03-03T14:38:12.044Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-03T14:38:12.044Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-03T14:38:12.044Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-03T14:38:12.044Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-03T14:38:12.044Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-03T14:38:12.044Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-03T14:38:12.044Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-03T14:38:12.044Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-03T14:38:12.044Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-03T14:38:12.044Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-03T14:38:12.044Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-03T14:38:12.044Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-03T14:38:12.044Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-03T14:38:12.044Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-03T14:38:12.044Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-03T14:38:12.044Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-03T14:38:12.044Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-03T14:38:12.044Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-03T14:38:12.044Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-03T14:38:12.044Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-03T14:38:12.044Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-03T14:38:12.044Z] Get:48 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-03T14:38:12.044Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-03T14:38:12.044Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-03T14:38:12.044Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-03T14:38:12.044Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-03T14:38:12.044Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-03T14:38:12.044Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-03T14:38:12.044Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-03T14:38:12.305Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-03T14:38:12.566Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-03T14:38:12.566Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-03T14:38:12.566Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-03T14:38:12.566Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-03T14:38:12.566Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-03T14:38:12.566Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-03T14:38:12.566Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-03T14:38:12.566Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-03T14:38:12.566Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-03T14:38:12.566Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-03T14:38:12.566Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-03T14:38:12.566Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-03T14:38:12.828Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-03T14:38:12.828Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-03T14:38:12.828Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-03T14:38:12.828Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-03T14:38:12.828Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-03T14:38:12.828Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-03T14:38:12.828Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-03T14:38:12.828Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-03T14:38:12.828Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-03T14:38:12.828Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-03T14:38:12.828Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-03T14:38:12.828Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-03T14:38:12.828Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-03T14:38:12.828Z] Get:82 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-03T14:38:12.828Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-03T14:38:12.828Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-03T14:38:12.828Z] Get:85 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-03T14:38:13.088Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-03T14:38:13.089Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-03T14:38:13.089Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-03T14:38:13.089Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-03T14:38:13.089Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-03T14:38:13.089Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-03T14:38:13.089Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-03T14:38:13.089Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-03T14:38:13.089Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-03T14:38:13.089Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-03T14:38:13.089Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-03T14:38:13.089Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-03T14:38:13.350Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-03T14:38:13.350Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-03T14:38:13.350Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:38:13.350Z] Fetched 63.8 MB in 2s (37.2 MB/s) [2021-03-03T14:38:13.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:13.350Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:38:13.610Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:38:14.182Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:38:14.182Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:38:14.182Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-03T14:38:14.182Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-03T14:38:15.125Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:15.125Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:15.125Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:15.125Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:15.395Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:15.395Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:15.395Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:15.669Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:15.669Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:15.669Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:15.929Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:15.929Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:15.929Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:15.929Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:15.929Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:16.190Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:38:16.190Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:16.190Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-03T14:38:16.190Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:16.451Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:38:16.451Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:16.451Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:16.451Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:16.712Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:16.712Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:16.712Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T14:38:16.973Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:16.973Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:38:16.973Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:38:17.233Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:38:17.494Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-03T14:38:17.755Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T14:38:17.755Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-03T14:38:18.016Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-03T14:38:18.016Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-03T14:38:18.016Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-03T14:38:18.276Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-03T14:38:18.276Z] Installing new version of config file /etc/issue ... [2021-03-03T14:38:18.277Z] Installing new version of config file /etc/issue.net ... [2021-03-03T14:38:18.277Z] Installing new version of config file /etc/lsb-release ... [2021-03-03T14:38:18.277Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-03T14:38:18.537Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-03T14:38:18.537Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-03T14:38:18.537Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-03T14:38:18.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:18.798Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-03T14:38:18.798Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-03T14:38:18.798Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-03T14:38:19.058Z] 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-03T14:38:19.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:19.058Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:19.058Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:19.058Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:19.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:19.318Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-03T14:38:19.318Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-03T14:38:19.318Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-03T14:38:19.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:19.579Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-03T14:38:19.580Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T14:38:19.580Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-03T14:38:19.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:19.841Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:38:19.841Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:38:19.841Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T14:38:20.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:20.142Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:38:20.142Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:38:20.142Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-03T14:38:20.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:20.405Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-03T14:38:20.405Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-03T14:38:20.405Z] Setting up grep (3.1-2build1) ... [2021-03-03T14:38:20.665Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:20.666Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-03T14:38:20.666Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-03T14:38:20.666Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-03T14:38:20.926Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:20.926Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:38:20.926Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:38:20.926Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-03T14:38:21.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:21.186Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T14:38:21.186Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:38:21.756Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T14:38:21.756Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:38:21.756Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T14:38:21.756Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:38:22.329Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-03T14:38:22.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:22.590Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-03T14:38:22.590Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T14:38:23.531Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-03T14:38:23.809Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-03T14:38:23.809Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-03T14:38:23.809Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-03T14:38:24.070Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-03T14:38:24.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:24.330Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-03T14:38:24.330Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-03T14:38:24.591Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-03T14:38:24.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:24.591Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:24.591Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:24.851Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:24.851Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:24.851Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:24.851Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:24.851Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:25.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:25.111Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:25.111Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:25.111Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:25.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:25.373Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:25.373Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:25.373Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:25.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:25.634Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:38:25.634Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:38:25.634Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:38:25.634Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:38:25.905Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T14:38:25.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:25.905Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T14:38:25.905Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:38:26.182Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T14:38:26.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:26.182Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:26.182Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:26.444Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:26.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:26.445Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:26.706Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:26.706Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:27.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:27.027Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:27.027Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:27.287Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:27.858Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-03T14:38:28.120Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-03T14:38:28.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:28.691Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T14:38:28.691Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T14:38:29.262Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:38:29.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T14:38:29.262Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-03T14:38:29.262Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T14:38:29.521Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-03T14:38:29.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:29.782Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-03T14:38:29.782Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-03T14:38:29.782Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-03T14:38:30.041Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:30.041Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-03T14:38:30.301Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-03T14:38:30.301Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-03T14:38:30.301Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:30.301Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-03T14:38:30.301Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-03T14:38:30.562Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-03T14:38:30.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:30.562Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T14:38:30.562Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:38:30.827Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:38:30.827Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:30.827Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T14:38:31.112Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:38:31.112Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:38:31.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:31.112Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T14:38:31.372Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:38:31.632Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:38:31.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:31.893Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T14:38:31.893Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T14:38:31.893Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-03T14:38:32.154Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T14:38:32.154Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:38:32.154Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:38:32.414Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T14:38:32.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:32.414Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-03T14:38:32.414Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-03T14:38:32.675Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-03T14:38:32.675Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:32.935Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-03T14:38:33.197Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T14:38:33.197Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T14:38:33.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:33.768Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T14:38:33.768Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T14:38:33.768Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T14:38:33.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:33.768Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-03T14:38:33.768Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-03T14:38:34.082Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-03T14:38:34.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:34.082Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-03T14:38:34.344Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-03T14:38:34.604Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-03T14:38:34.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:34.865Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T14:38:34.865Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T14:38:34.865Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-03T14:38:35.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:35.125Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-03T14:38:35.125Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-03T14:38:35.125Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-03T14:38:35.387Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:35.387Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-03T14:38:35.387Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-03T14:38:35.387Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-03T14:38:35.647Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:35.647Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-03T14:38:35.647Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-03T14:38:35.647Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-03T14:38:35.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:35.914Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-03T14:38:35.914Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-03T14:38:36.175Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-03T14:38:36.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:36.175Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-03T14:38:36.175Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-03T14:38:36.457Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-03T14:38:36.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T14:38:36.457Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-03T14:38:36.457Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-03T14:38:36.718Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-03T14:38:36.718Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-03T14:38:36.718Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-03T14:38:36.718Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-03T14:38:36.983Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-03T14:38:36.983Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-03T14:38:36.983Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-03T14:38:37.243Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-03T14:38:37.243Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-03T14:38:37.243Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-03T14:38:37.503Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-03T14:38:37.503Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-03T14:38:37.503Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-03T14:38:37.503Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-03T14:38:37.764Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-03T14:38:37.764Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-03T14:38:37.764Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-03T14:38:37.764Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-03T14:38:38.025Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-03T14:38:38.026Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-03T14:38:38.286Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-03T14:38:38.286Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-03T14:38:38.286Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-03T14:38:38.286Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-03T14:38:38.547Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-03T14:38:38.547Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-03T14:38:39.491Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-03T14:38:39.491Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-03T14:38:39.491Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-03T14:38:39.491Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-03T14:38:39.751Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:38:39.751Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:38:40.011Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:38:40.011Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:38:40.271Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:38:40.271Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:38:40.271Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T14:38:40.271Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T14:38:40.532Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:40.532Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:40.532Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:40.532Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:40.792Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:40.792Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:40.792Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:40.792Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:41.738Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:41.738Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:42.809Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:42.809Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:44.266Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:44.266Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:44.528Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:44.528Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:45.466Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T14:38:45.466Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T14:38:45.726Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T14:38:45.726Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T14:38:45.726Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-03T14:38:45.726Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T14:38:45.985Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-03T14:38:45.985Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T14:38:46.244Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-03T14:38:46.244Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-03T14:38:46.244Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T14:38:46.244Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T14:38:46.505Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T14:38:46.505Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T14:38:46.505Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-03T14:38:46.505Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-03T14:38:46.765Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:46.765Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T14:38:46.765Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:46.765Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:46.765Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:46.765Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-03T14:38:46.765Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-03T14:38:46.765Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-03T14:38:47.028Z] [2021-03-03T14:38:47.028Z] Current default time zone: 'Etc/UTC' [2021-03-03T14:38:47.028Z] Local time is now: Wed Mar 3 14:38:46 UTC 2021. [2021-03-03T14:38:47.028Z] Universal Time is now: Wed Mar 3 14:38:46 UTC 2021. [2021-03-03T14:38:47.028Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-03T14:38:47.028Z] [2021-03-03T14:38:47.028Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-03T14:38:47.028Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:47.028Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-03T14:38:47.028Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-03T14:38:47.028Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-03T14:38:47.028Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-03T14:38:47.287Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-03T14:38:47.287Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-03T14:38:47.287Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-03T14:38:47.287Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-03T14:38:47.287Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:47.287Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-03T14:38:47.547Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:47.547Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:38:47.547Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:47.547Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-03T14:38:47.807Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-03T14:38:47.807Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-03T14:38:47.807Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-03T14:38:47.807Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-03T14:38:47.807Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-03T14:38:47.807Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:38:47.807Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-03T14:38:49.191Z] Updating certificates in /etc/ssl/certs... [2021-03-03T14:38:50.132Z] 23 added, 27 removed; done. [2021-03-03T14:38:50.132Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-03T14:38:50.132Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T14:38:50.132Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-03T14:38:50.132Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-03T14:38:50.132Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-03T14:38:50.392Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.392Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:38:50.392Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.392Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.392Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.392Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.392Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.392Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-03T14:38:50.392Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:38:50.652Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-03T14:38:50.652Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-03T14:38:50.652Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-03T14:38:50.652Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.652Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T14:38:50.652Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-03T14:38:50.652Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-03T14:38:50.912Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-03T14:38:50.912Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:38:50.912Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-03T14:38:50.912Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-03T14:38:50.912Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-03T14:38:50.912Z] Updating certificates in /etc/ssl/certs... [2021-03-03T14:38:51.482Z] 0 added, 0 removed; done. [2021-03-03T14:38:51.482Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-03T14:38:51.482Z] done. [2021-03-03T14:38:52.051Z] Reading package lists... [2021-03-03T14:38:52.311Z] Building dependency tree... [2021-03-03T14:38:52.311Z] Reading state information... [2021-03-03T14:38:52.311Z] The following NEW packages will be installed: [2021-03-03T14:38:52.311Z] apt-transport-https [2021-03-03T14:38:52.311Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T14:38:52.311Z] Need to get 1696 B of archives. [2021-03-03T14:38:52.311Z] After this operation, 153 kB of additional disk space will be used. [2021-03-03T14:38:52.311Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-03T14:38:52.570Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:38:52.570Z] Fetched 1696 B in 0s (46.0 kB/s) [2021-03-03T14:38:52.570Z] Selecting previously unselected package apt-transport-https. [2021-03-03T14:38:52.570Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-03T14:38:52.570Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-03T14:38:52.831Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-03T14:38:52.831Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-03T14:38:53.091Z] Waiting for network to be ready... [2021-03-03T14:38:58.374Z] 2021-03-03T14:38:56Z INFO Waiting for automatic snapd restart... [2021-03-03T14:38:58.374Z] snapd 2.48.2.1 from Canonical* installed [2021-03-03T14:38:58.374Z] "snapd" switched to the "latest/stable" channel [2021-03-03T14:38:58.374Z] [2021-03-03T14:39:02.576Z] core18 20210128 from Canonical* installed [2021-03-03T14:39:02.576Z] "core18" switched to the "latest/stable" channel [2021-03-03T14:39:02.576Z] [2021-03-03T14:39:06.775Z] snapcraft 4.5.1 from Canonical* installed [2021-03-03T14:39:06.775Z] "snapcraft" switched to the "latest/stable" channel [2021-03-03T14:39:06.775Z] [2021-03-03T14:39:09.980Z] 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-03T14:39:09.980Z] - README.md [2021-03-03T14:39:09.980Z] - snapcraft.yaml.orig [2021-03-03T14:39:09.980Z] [2021-03-03T14:39:09.980Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-03T14:39:16.586Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:39:16.586Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T14:39:16.846Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T14:39:16.846Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T14:39:18.757Z] Reading package lists... [2021-03-03T14:39:18.757Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-03T14:39:20.507Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:39:20.507Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:39:20.507Z] ---> e16632151ab9 [2021-03-03T14:39:20.507Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:39:21.106Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:39:21.106Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:39:21.106Z] ---> e16632151ab9 [2021-03-03T14:39:21.106Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:39:21.106Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:39:21.106Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:39:21.106Z] ---> e16632151ab9 [2021-03-03T14:39:21.106Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T14:39:21.391Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:39:21.391Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:39:21.391Z] ---> e16632151ab9 [2021-03-03T14:39:21.391Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T14:39:21.391Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:39:21.391Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:39:21.391Z] ---> e16632151ab9 [2021-03-03T14:39:21.391Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T14:39:25.343Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:39:25.344Z] Reading package lists... [2021-03-03T14:39:25.344Z] Building dependency tree... [2021-03-03T14:39:25.344Z] Reading state information... [2021-03-03T14:39:25.344Z] Suggested packages: [2021-03-03T14:39:25.344Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-03T14:39:25.344Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-03T14:39:25.344Z] Recommended packages: [2021-03-03T14:39:25.344Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-03T14:39:25.344Z] The following NEW packages will be installed: [2021-03-03T14:39:25.344Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-03T14:39:25.344Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-03T14:39:25.344Z] pkg-config zip [2021-03-03T14:39:25.344Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T14:39:25.344Z] Need to get 7655 kB of archives. [2021-03-03T14:39:25.344Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-03T14:39:25.344Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-03T14:39:25.344Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-03T14:39:25.344Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-03T14:39:25.604Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-03T14:39:25.604Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-03T14:39:25.604Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-03T14:39:25.604Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-03T14:39:25.604Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-03T14:39:25.688Z] ---> Running in ea0f45483823 [2021-03-03T14:39:25.688Z] ---> Running in 0aa9af3a422a [2021-03-03T14:39:25.688Z] ---> Running in af0ab186bc3c [2021-03-03T14:39:25.688Z] ---> Running in b6d5b8275d44 [2021-03-03T14:39:25.688Z] ---> Running in 55f11ead562a [2021-03-03T14:39:25.864Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-03T14:39:25.864Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-03T14:39:25.864Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-03T14:39:25.864Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-03T14:39:25.864Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-03T14:39:25.864Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-03T14:39:25.964Z] Removing intermediate container af0ab186bc3c [2021-03-03T14:39:25.964Z] ---> 9a2301eecdde [2021-03-03T14:39:25.964Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:39:25.964Z] Removing intermediate container 0aa9af3a422a [2021-03-03T14:39:25.964Z] ---> e2d701fabafe [2021-03-03T14:39:25.964Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:39:25.964Z] Removing intermediate container b6d5b8275d44 [2021-03-03T14:39:25.964Z] ---> 5864d8fb1ff6 [2021-03-03T14:39:25.964Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:39:25.964Z] Removing intermediate container ea0f45483823 [2021-03-03T14:39:25.964Z] Removing intermediate container 55f11ead562a [2021-03-03T14:39:26.125Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-03T14:39:26.125Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T14:39:26.125Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-03-03T14:39:26.235Z] ---> 197941e797a4 [2021-03-03T14:39:26.235Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:39:26.235Z] ---> 0f8ea8485ee0 [2021-03-03T14:39:26.235Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:39:26.235Z] ---> Running in 904290b7f613 [2021-03-03T14:39:26.235Z] ---> Running in 7ea8cb82afb3 [2021-03-03T14:39:26.235Z] ---> Running in da30b4bb51aa [2021-03-03T14:39:26.385Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-03T14:39:26.385Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-03T14:39:26.385Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-03T14:39:26.385Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-03T14:39:26.508Z] ---> Running in eab66faf1068 [2021-03-03T14:39:26.508Z] ---> Running in 000a0c7d38db [2021-03-03T14:39:26.645Z] Selecting previously unselected package libpsl5:amd64. [2021-03-03T14:39:26.645Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-03T14:39:26.645Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-03T14:39:26.645Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-03T14:39:26.645Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-03T14:39:26.645Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-03T14:39:26.905Z] Selecting previously unselected package librtmp1:amd64. [2021-03-03T14:39:26.905Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-03T14:39:26.905Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-03T14:39:26.905Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-03T14:39:26.905Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-03T14:39:26.905Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-03T14:39:26.905Z] Selecting previously unselected package liberror-perl. [2021-03-03T14:39:26.905Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-03T14:39:26.905Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-03T14:39:27.165Z] Selecting previously unselected package git-man. [2021-03-03T14:39:27.165Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-03T14:39:27.165Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:39:27.165Z] Selecting previously unselected package git. [2021-03-03T14:39:27.165Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-03T14:39:27.165Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:39:28.106Z] Selecting previously unselected package libnorm1:amd64. [2021-03-03T14:39:28.106Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-03T14:39:28.106Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-03T14:39:28.366Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-03T14:39:28.366Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-03T14:39:28.366Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-03T14:39:28.366Z] Selecting previously unselected package libsodium23:amd64. [2021-03-03T14:39:28.366Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-03T14:39:28.366Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-03T14:39:28.366Z] Selecting previously unselected package libzmq5:amd64. [2021-03-03T14:39:28.366Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-03T14:39:28.366Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:39:28.626Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-03T14:39:28.626Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-03T14:39:28.626Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:39:28.626Z] Selecting previously unselected package pkg-config. [2021-03-03T14:39:28.626Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-03T14:39:28.626Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-03T14:39:28.886Z] Selecting previously unselected package zip. [2021-03-03T14:39:28.886Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-03T14:39:28.886Z] Unpacking zip (3.0-11build1) ... [2021-03-03T14:39:28.886Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-03T14:39:28.886Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:39:28.886Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-03T14:39:28.886Z] Setting up liberror-perl (0.17025-1) ... [2021-03-03T14:39:28.886Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-03T14:39:29.145Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-03T14:39:29.145Z] No schema files found: doing nothing. [2021-03-03T14:39:29.145Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-03T14:39:29.145Z] Setting up zip (3.0-11build1) ... [2021-03-03T14:39:29.145Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-03T14:39:29.145Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-03T14:39:29.145Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-03T14:39:29.145Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:39:29.406Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-03T14:39:29.406Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T14:39:29.406Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-03T14:39:29.406Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T14:39:29.898Z] Removing intermediate container 904290b7f613 [2021-03-03T14:39:29.898Z] ---> 093589f2d764 [2021-03-03T14:39:29.898Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T14:39:29.898Z] ---> Running in 5b45fcb34eec [2021-03-03T14:39:30.172Z] Removing intermediate container 7ea8cb82afb3 [2021-03-03T14:39:30.172Z] ---> f33f784219e6 [2021-03-03T14:39:30.172Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T14:39:30.172Z] Removing intermediate container da30b4bb51aa [2021-03-03T14:39:30.172Z] ---> 2aec8f8e0bab [2021-03-03T14:39:30.172Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T14:39:30.443Z] ---> Running in 4e71c4f33af6 [2021-03-03T14:39:30.443Z] Removing intermediate container eab66faf1068 [2021-03-03T14:39:30.443Z] ---> c1238c19966b [2021-03-03T14:39:30.443Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:39:30.718Z] ---> Running in feb7f8b55a98 [2021-03-03T14:39:30.718Z] ---> Running in e9cb09c5b7c3 [2021-03-03T14:39:30.996Z] Removing intermediate container 000a0c7d38db [2021-03-03T14:39:30.996Z] ---> f833e22c5851 [2021-03-03T14:39:30.996Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T14:39:31.269Z] ---> Running in e7044f07c931 [2021-03-03T14:39:31.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:32.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:32.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:32.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:32.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:32.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:32.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:33.239Z] OK: 217 MiB in 51 packages [2021-03-03T14:39:33.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:33.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:33.804Z] OK: 217 MiB in 51 packages [2021-03-03T14:39:33.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:39:34.402Z] OK: 217 MiB in 51 packages [2021-03-03T14:39:34.403Z] OK: 217 MiB in 51 packages [2021-03-03T14:39:34.675Z] OK: 217 MiB in 51 packages [2021-03-03T14:39:34.675Z] Removing intermediate container 5b45fcb34eec [2021-03-03T14:39:34.675Z] ---> 75ccd059cee5 [2021-03-03T14:39:34.675Z] Step 6/21 : COPY go.mod . [2021-03-03T14:39:35.661Z] Removing intermediate container 4e71c4f33af6 [2021-03-03T14:39:35.661Z] ---> 5d7921da01bd [2021-03-03T14:39:35.661Z] Step 6/24 : COPY go.mod . [2021-03-03T14:39:35.934Z] ---> 63561b52f546 [2021-03-03T14:39:35.935Z] Step 7/21 : RUN go mod download [2021-03-03T14:39:35.982Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:39:36.209Z] Removing intermediate container e9cb09c5b7c3 [2021-03-03T14:39:36.209Z] ---> f94dc9555969 [2021-03-03T14:39:36.209Z] Step 6/23 : COPY go.mod . [2021-03-03T14:39:36.209Z] ---> Running in c63022839f10 [2021-03-03T14:39:36.241Z] git set to automatically installed. [2021-03-03T14:39:36.241Z] git-man set to automatically installed. [2021-03-03T14:39:36.241Z] libcurl3-gnutls set to automatically installed. [2021-03-03T14:39:36.241Z] liberror-perl set to automatically installed. [2021-03-03T14:39:36.241Z] libglib2.0-0 set to automatically installed. [2021-03-03T14:39:36.241Z] libnghttp2-14 set to automatically installed. [2021-03-03T14:39:36.241Z] libnorm1 set to automatically installed. [2021-03-03T14:39:36.241Z] libpgm-5.2-0 set to automatically installed. [2021-03-03T14:39:36.241Z] libpsl5 set to automatically installed. [2021-03-03T14:39:36.241Z] librtmp1 set to automatically installed. [2021-03-03T14:39:36.241Z] libsodium23 set to automatically installed. [2021-03-03T14:39:36.241Z] libzmq3-dev set to automatically installed. [2021-03-03T14:39:36.241Z] libzmq5 set to automatically installed. [2021-03-03T14:39:36.241Z] pkg-config set to automatically installed. [2021-03-03T14:39:36.241Z] zip set to automatically installed. [2021-03-03T14:39:36.497Z] Removing intermediate container feb7f8b55a98 [2021-03-03T14:39:36.497Z] ---> b55da899163b [2021-03-03T14:39:36.497Z] Step 6/22 : COPY go.mod . [2021-03-03T14:39:36.497Z] ---> 33206a647087 [2021-03-03T14:39:36.497Z] Step 7/24 : RUN go mod download [2021-03-03T14:39:36.770Z] Removing intermediate container e7044f07c931 [2021-03-03T14:39:36.770Z] ---> 946625567ca1 [2021-03-03T14:39:36.770Z] Step 6/26 : COPY go.mod . [2021-03-03T14:39:37.043Z] ---> Running in 24b84e82ebcb [2021-03-03T14:39:37.316Z] ---> 714a215fa25b [2021-03-03T14:39:37.316Z] Step 7/23 : RUN go mod download [2021-03-03T14:39:37.589Z] ---> a7e8369289d4 [2021-03-03T14:39:37.590Z] Step 7/22 : RUN go mod download [2021-03-03T14:39:37.590Z] ---> Running in fd9c1cd93701 [2021-03-03T14:39:37.861Z] ---> Running in c8178de68e49 [2021-03-03T14:39:38.137Z] ---> 03e43b536af6 [2021-03-03T14:39:38.137Z] Step 7/26 : RUN go mod download [2021-03-03T14:39:38.146Z] snapd is not logged in, snap install commands will use sudo [2021-03-03T14:39:38.408Z] ---> Running in aa4c3b57ba85 [2021-03-03T14:39:40.388Z] Removing intermediate container c63022839f10 [2021-03-03T14:39:40.388Z] ---> b4da0b91edfc [2021-03-03T14:39:40.388Z] Step 8/21 : COPY . . [2021-03-03T14:39:41.381Z] Removing intermediate container 24b84e82ebcb [2021-03-03T14:39:41.381Z] ---> 576f56799b55 [2021-03-03T14:39:41.381Z] Step 8/24 : COPY . . [2021-03-03T14:39:42.831Z] Removing intermediate container fd9c1cd93701 [2021-03-03T14:39:42.831Z] ---> c72ace7e5ad0 [2021-03-03T14:39:42.831Z] Step 8/23 : COPY . . [2021-03-03T14:39:43.435Z] Removing intermediate container c8178de68e49 [2021-03-03T14:39:43.435Z] ---> e00a7e66d09d [2021-03-03T14:39:43.435Z] Step 8/22 : COPY . . [2021-03-03T14:39:43.706Z] Removing intermediate container aa4c3b57ba85 [2021-03-03T14:39:43.706Z] ---> ffe377f8a85a [2021-03-03T14:39:43.706Z] Step 8/26 : COPY . . [2021-03-03T14:39:44.723Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T14:39:44.723Z] snap "core18" has no updates available [2021-03-03T14:39:45.670Z] Pulling config-common [2021-03-03T14:39:45.670Z] + snapcraftctl pull [2021-03-03T14:39:47.053Z] Pulling go-build-helper [2021-03-03T14:39:47.053Z] + snapcraftctl pull [2021-03-03T14:40:10.518Z] ---> de02a9df5a48 [2021-03-03T14:40:10.519Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T14:40:10.519Z] ---> 337e4116e89f [2021-03-03T14:40:10.519Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T14:40:10.519Z] ---> ed5482072d25 [2021-03-03T14:40:10.519Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T14:40:10.519Z] ---> Running in 3b0e31500ec9 [2021-03-03T14:40:10.519Z] ---> Running in f53e8a6b5751 [2021-03-03T14:40:10.519Z] ---> 8de6912ac2b5 [2021-03-03T14:40:10.519Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T14:40:10.519Z] ---> 169704ce8f93 [2021-03-03T14:40:10.519Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T14:40:10.519Z] ---> Running in 33a4cba3eed8 [2021-03-03T14:40:10.519Z] ---> Running in 266c0f9307ff [2021-03-03T14:40:10.519Z] ---> Running in 611c4113baac [2021-03-03T14:40:10.519Z] 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-03T14:40:10.519Z] 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-03T14:40:10.519Z] 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-03T14:40:10.519Z] 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-03T14:40:10.793Z] 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-03T14:40:13.627Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-03T14:40:13.627Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-03T14:40:13.627Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-03T14:40:13.627Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-03T14:40:13.627Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-03T14:40:13.627Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-03T14:40:13.627Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-03T14:40:13.627Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-03T14:40:13.627Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-03T14:40:13.627Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-03T14:40:13.627Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-03T14:40:13.627Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-03T14:40:13.627Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-03T14:40:13.627Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-03T14:40:13.627Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-03T14:40:13.627Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-03T14:40:13.627Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-03T14:40:13.627Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-03T14:40:13.627Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-03T14:40:13.627Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-03T14:40:13.627Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-03T14:40:13.627Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-03T14:40:13.627Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-03T14:40:13.627Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-03T14:40:13.628Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-03T14:40:13.628Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-03T14:40:13.628Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-03T14:40:13.628Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-03T14:40:13.628Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-03T14:40:13.628Z] Fetched 279 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-03T14:40:13.628Z] Fetched 122 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-03T14:40:13.628Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-03T14:40:13.628Z] Fetched 8848 B in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-03T14:40:13.628Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-03T14:40:13.628Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-03T14:40:13.628Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-03T14:40:13.628Z] Fetched 214 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-03T14:40:13.628Z] Fetched 154 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-03T14:40:13.628Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-03T14:40:13.628Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-03T14:40:13.628Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-03T14:40:13.628Z] Fetched 499 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-03T14:40:13.628Z] Fetched 111 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-03T14:40:13.628Z] Fetched 240 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-03T14:40:13.628Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-03T14:40:13.628Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-03T14:40:13.628Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-03T14:40:13.628Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-03T14:40:13.628Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-03T14:40:13.628Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-03T14:40:13.628Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-03T14:40:13.628Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-03T14:40:13.628Z] Fetched 8720 B in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-03T14:40:13.628Z] Fetched 137 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-03T14:40:13.628Z] Fetched 119 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-03T14:40:13.628Z] Fetched 109 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-03T14:40:13.628Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-03T14:40:13.628Z] Fetched 645 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-03T14:40:13.628Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-03T14:40:13.628Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-03T14:40:13.628Z] Fetched 368 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-03T14:40:13.628Z] Fetched 187 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-03T14:40:13.628Z] Fetched 175 kB in 0s (0 B/s) [2021-03-03T14:40:13.628Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-03T14:40:14.570Z] Fetched 206 kB in 0s (0 B/s) [2021-03-03T14:40:14.570Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-03T14:40:14.570Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-03T14:40:14.570Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-03T14:40:14.570Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-03T14:40:14.570Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-03T14:40:14.570Z] Fetched 159 kB in 0s (0 B/s) [2021-03-03T14:40:14.570Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-03T14:40:14.570Z] Fetched 107 kB in 0s (0 B/s) [2021-03-03T14:40:14.570Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-03T14:40:14.570Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-03T14:40:14.570Z] Pulling static-packages [2021-03-03T14:40:14.570Z] + snapcraftctl pull [2021-03-03T14:40:15.513Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-03T14:40:15.513Z] Skipping pull go-build-helper (already ran) [2021-03-03T14:40:15.513Z] Skipping pull static-packages (already ran) [2021-03-03T14:40:15.513Z] Building go-build-helper [2021-03-03T14:40:15.513Z] + snapcraftctl build [2021-03-03T14:40:19.789Z] Building static-packages [2021-03-03T14:40:19.789Z] + snapcraftctl build [2021-03-03T14:40:21.782Z] Staging go-build-helper [2021-03-03T14:40:21.782Z] + snapcraftctl stage [2021-03-03T14:40:23.168Z] Staging static-packages [2021-03-03T14:40:23.168Z] + snapcraftctl stage [2021-03-03T14:40:24.107Z] Pulling go115 [2021-03-03T14:40:24.107Z] + snapcraftctl pull [2021-03-03T14:40:25.514Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-03T14:40:25.514Z] Skipping pull go115 (already ran) [2021-03-03T14:40:25.514Z] Building go115 [2021-03-03T14:40:25.514Z] + dpkg --print-architecture [2021-03-03T14:40:25.514Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-03T14:40:25.514Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-03T14:40:25.514Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-03T14:40:25.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:40:25.514Z] Dload Upload Total Spent Left Speed [2021-03-03T14:40:29.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.3M 0 0 20.5M 0 0:00:05 --:--:-- 0:00:05 20.5M 39 115M 39 45.7M 0 0 23.2M 0 0:00:04 0:00:01 0:00:03 23.2M 62 115M 62 71.6M 0 0 24.2M 0 0:00:04 0:00:02 0:00:02 24.2M 84 115M 84 97.6M 0 0 24.6M 0 0:00:04 0:00:03 0:00:01 24.6M 100 115M 100 115M 0 0 25.8M 0 0:00:04 0:00:04 --:--:-- 25.8M [2021-03-03T14:40:29.932Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-03T14:40:29.932Z] + sha256sum -c sha256 [2021-03-03T14:40:29.932Z] + grep OK [2021-03-03T14:40:30.502Z] + mkdir -p /root/stage/go1.15 [2021-03-03T14:40:30.502Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-03T14:40:30.502Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-03T14:40:35.780Z] Staging go115 [2021-03-03T14:40:35.780Z] + snapcraftctl stage [2021-03-03T14:40:42.358Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T14:40:42.358Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T14:40:42.358Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T14:40:42.358Z] Fetched 0 B in 0s (0 B/s) [2021-03-03T14:40:42.358Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-03T14:40:42.358Z] Fetched 224 kB in 0s (0 B/s) [2021-03-03T14:40:42.358Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-03T14:40:42.358Z] Fetched 157 kB in 0s (0 B/s) [2021-03-03T14:40:42.358Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-03T14:40:42.358Z] Fetched 221 kB in 0s (0 B/s) [2021-03-03T14:40:42.358Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-03T14:40:42.358Z] Fetched 143 kB in 0s (0 B/s) [2021-03-03T14:40:42.358Z] Pulling edgex-go [2021-03-03T14:40:42.358Z] + snapcraftctl pull [2021-03-03T14:40:43.749Z] Pulling version [2021-03-03T14:40:43.749Z] + cd /root/project [2021-03-03T14:40:43.749Z] + [ -f VERSION ] [2021-03-03T14:40:43.749Z] + PROJECT_VERSION=local-dev [2021-03-03T14:40:43.749Z] + git rev-parse --short HEAD [2021-03-03T14:40:43.749Z] + GIT_REVISION=f6d01444 [2021-03-03T14:40:43.749Z] + snapcraftctl set-version local-dev [2021-03-03T14:40:44.690Z] Building config-common [2021-03-03T14:40:44.690Z] + snapcraftctl build [2021-03-03T14:40:47.232Z] Skipping build go-build-helper (already ran) [2021-03-03T14:40:47.232Z] Skipping build static-packages (already ran) [2021-03-03T14:40:47.232Z] Skipping build go115 (already ran) [2021-03-03T14:40:47.232Z] Building edgex-go [2021-03-03T14:40:48.173Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-03T14:40:48.173Z] + cd /root/parts/edgex-go/src [2021-03-03T14:40:48.173Z] + make build [2021-03-03T14:40:48.173Z] 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-03T14:40:50.091Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 [2021-03-03T14:40:50.091Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-03T14:40:50.091Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-03T14:40:50.091Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-03T14:40:50.091Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-03T14:40:50.091Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-03T14:40:50.091Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-03T14:40:50.091Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-03T14:40:50.091Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-03T14:40:50.091Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-03T14:40:50.091Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-03T14:40:50.091Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-03T14:40:50.091Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-03T14:40:50.091Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-03T14:40:50.091Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-03T14:40:50.091Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-03T14:40:50.352Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-03T14:40:50.352Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-03T14:40:50.352Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-03T14:40:50.352Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-03T14:40:50.352Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-03T14:40:50.352Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-03T14:40:50.352Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-03T14:40:50.352Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-03T14:40:50.352Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-03T14:40:50.352Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-03T14:40:50.352Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-03T14:40:50.352Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-03T14:40:50.352Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-03T14:40:50.352Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-03T14:40:50.614Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-03T14:40:50.614Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-03T14:40:50.614Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-03T14:40:50.614Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-03T14:40:50.614Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-03T14:40:50.614Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-03T14:40:50.874Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-03T14:40:59.004Z] 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-03T14:40:59.004Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-03T14:41:04.318Z] 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-03T14:41:05.267Z] 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-03T14:41:06.655Z] 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-03T14:41:06.918Z] 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-03T14:41:06.918Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-03T14:41:07.185Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-03T14:41:07.185Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-03T14:41:07.185Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-03T14:41:09.119Z] 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-03T14:41:09.119Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-03T14:41:09.119Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-03T14:41:10.501Z] 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-03T14:41:11.448Z] 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-03T14:41:11.448Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-03T14:41:13.369Z] 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-03T14:41:13.942Z] 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-03T14:41:13.942Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-03T14:41:15.324Z] 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-03T14:41:15.324Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-03T14:41:17.243Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-03T14:41:17.243Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-03T14:41:17.243Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-03T14:41:17.243Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-03T14:41:17.243Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-03T14:41:17.243Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-03T14:41:17.243Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-03T14:41:17.243Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-03T14:41:17.243Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-03T14:41:17.243Z] + 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-03T14:41:17.243Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-03T14:41:17.243Z] + 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-03T14:41:17.243Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-03T14:41:17.243Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-03T14:41:17.243Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-03T14:41:17.243Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-03T14:41:17.243Z] + 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-03T14:41:18.633Z] Building version [2021-03-03T14:41:18.633Z] + snapcraftctl build [2021-03-03T14:41:21.942Z] Staging config-common [2021-03-03T14:41:21.942Z] + snapcraftctl stage [2021-03-03T14:41:22.513Z] Skipping stage go-build-helper (already ran) [2021-03-03T14:41:22.513Z] Skipping stage static-packages (already ran) [2021-03-03T14:41:22.513Z] Skipping stage go115 (already ran) [2021-03-03T14:41:22.513Z] Staging edgex-go [2021-03-03T14:41:22.513Z] + snapcraftctl stage [2021-03-03T14:41:23.454Z] Staging version [2021-03-03T14:41:23.454Z] + snapcraftctl stage [2021-03-03T14:41:24.837Z] Priming config-common [2021-03-03T14:41:24.837Z] + snapcraftctl prime [2021-03-03T14:41:25.779Z] Priming go-build-helper [2021-03-03T14:41:25.779Z] + snapcraftctl prime [2021-03-03T14:41:27.170Z] Priming static-packages [2021-03-03T14:41:27.200Z] + snapcraftctl prime [2021-03-03T14:41:29.110Z] Priming go115 [2021-03-03T14:41:29.110Z] + snapcraftctl prime [2021-03-03T14:41:30.512Z] Priming edgex-go [2021-03-03T14:41:30.512Z] + snapcraftctl prime [2021-03-03T14:41:31.900Z] Priming version [2021-03-03T14:41:31.900Z] + snapcraftctl prime [2021-03-03T14:41:32.596Z] 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-03T14:41:32.843Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-03T14:41:36.046Z] 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-03T14:41:51.162Z] Removing intermediate container 3b0e31500ec9 [2021-03-03T14:41:51.162Z] ---> eb121849a80b [2021-03-03T14:41:51.162Z] [2021-03-03T14:41:51.162Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T14:41:51.437Z] 3.12: Pulling from library/alpine [2021-03-03T14:41:53.466Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T14:41:53.466Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T14:41:53.466Z] ---> d10569e2745f [2021-03-03T14:41:53.466Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T14:41:54.903Z] ---> Running in 679985cd7e20 [2021-03-03T14:41:55.178Z] Removing intermediate container f53e8a6b5751 [2021-03-03T14:41:55.178Z] ---> eb24527d6664 [2021-03-03T14:41:55.178Z] [2021-03-03T14:41:55.178Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T14:41:55.178Z] ---> d10569e2745f [2021-03-03T14:41:55.178Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T14:41:55.178Z] Removing intermediate container 266c0f9307ff [2021-03-03T14:41:55.178Z] ---> 4264657418a1 [2021-03-03T14:41:55.178Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T14:41:55.450Z] ---> Running in 11ff76eaa0d9 [2021-03-03T14:41:55.450Z] ---> Running in 912d798153a9 [2021-03-03T14:41:56.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:41:57.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:41:57.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:41:57.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:41:57.725Z] 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-03T14:41:57.725Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T14:41:58.000Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:41:58.000Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T14:41:58.000Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T14:41:58.000Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:41:58.000Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:41:58.000Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T14:41:58.277Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:41:58.277Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T14:41:58.277Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T14:41:58.277Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T14:41:58.277Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:41:58.277Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:41:58.277Z] OK: 7 MiB in 18 packages [2021-03-03T14:41:58.553Z] OK: 7 MiB in 19 packages [2021-03-03T14:42:02.878Z] Removing intermediate container 679985cd7e20 [2021-03-03T14:42:02.878Z] ---> bced738ceb60 [2021-03-03T14:42:02.878Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:42:02.878Z] Removing intermediate container 11ff76eaa0d9 [2021-03-03T14:42:02.878Z] ---> cff73aa32b33 [2021-03-03T14:42:02.878Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T14:42:02.878Z] Removing intermediate container 912d798153a9 [2021-03-03T14:42:02.878Z] ---> 4df6f7edac48 [2021-03-03T14:42:02.878Z] [2021-03-03T14:42:02.878Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T14:42:02.878Z] 20.10.0: Pulling from library/docker [2021-03-03T14:42:02.878Z] ---> Running in 66a621583597 [2021-03-03T14:42:02.878Z] ---> Running in c1c8762013b6 [2021-03-03T14:42:02.878Z] Removing intermediate container 33a4cba3eed8 [2021-03-03T14:42:02.878Z] ---> 7bd423bab96f [2021-03-03T14:42:02.878Z] [2021-03-03T14:42:02.878Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:42:02.878Z] ---> d10569e2745f [2021-03-03T14:42:02.878Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:42:02.878Z] Removing intermediate container 611c4113baac [2021-03-03T14:42:02.878Z] ---> c6ef765e4ad6 [2021-03-03T14:42:02.878Z] [2021-03-03T14:42:02.878Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:42:02.878Z] ---> d10569e2745f [2021-03-03T14:42:02.878Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:42:03.473Z] ---> Running in aa55361cd4c1 [2021-03-03T14:42:03.473Z] ---> Running in 1e420716a223 [2021-03-03T14:42:03.748Z] Removing intermediate container 66a621583597 [2021-03-03T14:42:03.748Z] ---> c082b8a2503a [2021-03-03T14:42:03.748Z] Step 13/21 : WORKDIR /edgex [2021-03-03T14:42:03.748Z] Removing intermediate container c1c8762013b6 [2021-03-03T14:42:03.748Z] ---> 3c16b3c7741d [2021-03-03T14:42:03.748Z] Step 13/24 : WORKDIR / [2021-03-03T14:42:04.342Z] ---> Running in 576446e9e9bc [2021-03-03T14:42:04.342Z] ---> Running in 36f3ef3ec636 [2021-03-03T14:42:05.328Z] Removing intermediate container 576446e9e9bc [2021-03-03T14:42:05.328Z] ---> 0ada131d7faa [2021-03-03T14:42:05.328Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T14:42:05.604Z] Removing intermediate container 36f3ef3ec636 [2021-03-03T14:42:05.604Z] ---> 82f4aa31247c [2021-03-03T14:42:05.604Z] 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-03T14:42:05.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:05.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:05.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:05.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:06.553Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:42:06.553Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:42:06.553Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T14:42:06.553Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:42:06.553Z] OK: 5 MiB in 15 packages [2021-03-03T14:42:06.553Z] OK: 5 MiB in 15 packages [2021-03-03T14:42:06.831Z] ---> 5bee866fa263 [2021-03-03T14:42:06.831Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T14:42:06.831Z] ---> 2ebe03b7fb8d [2021-03-03T14:42:06.831Z] 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-03T14:42:08.271Z] ---> 6db34e9e6008 [2021-03-03T14:42:08.272Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T14:42:08.545Z] Removing intermediate container 1e420716a223 [2021-03-03T14:42:08.545Z] ---> 3db45a2198db [2021-03-03T14:42:08.545Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:42:08.545Z] Removing intermediate container aa55361cd4c1 [2021-03-03T14:42:08.545Z] ---> d591801caee4 [2021-03-03T14:42:08.545Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:42:08.816Z] ---> f7d15f75e099 [2021-03-03T14:42:08.816Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T14:42:08.816Z] ---> Running in 05a0f6cea042 [2021-03-03T14:42:08.816Z] ---> Running in 7e68ec89787a [2021-03-03T14:42:09.417Z] ---> f83b910ad007 [2021-03-03T14:42:09.417Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T14:42:09.696Z] Removing intermediate container 05a0f6cea042 [2021-03-03T14:42:09.696Z] ---> 6760aa5ad1ba [2021-03-03T14:42:09.696Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T14:42:09.696Z] Removing intermediate container 7e68ec89787a [2021-03-03T14:42:09.696Z] ---> 51e8f1b84374 [2021-03-03T14:42:09.696Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T14:42:10.306Z] ---> Running in 233c38680200 [2021-03-03T14:42:10.306Z] ---> Running in 4218190c8682 [2021-03-03T14:42:10.582Z] ---> ea61c2e969dd [2021-03-03T14:42:10.582Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T14:42:10.856Z] ---> Running in 468cf1011b0c [2021-03-03T14:42:11.129Z] Removing intermediate container 233c38680200 [2021-03-03T14:42:11.129Z] ---> 37bbb1f9ad74 [2021-03-03T14:42:11.129Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:42:11.129Z] Removing intermediate container 4218190c8682 [2021-03-03T14:42:11.129Z] ---> 2fd554646e7c [2021-03-03T14:42:11.129Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:42:11.129Z] ---> 21ade379bffd [2021-03-03T14:42:11.129Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T14:42:11.404Z] ---> Running in 6c31fb1bc22f [2021-03-03T14:42:11.404Z] ---> Running in 84dea29b3efd [2021-03-03T14:42:11.690Z] Removing intermediate container 468cf1011b0c [2021-03-03T14:42:11.690Z] ---> 99596b2213b3 [2021-03-03T14:42:11.690Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T14:42:12.306Z] ---> Running in f2a5792a4a2a [2021-03-03T14:42:12.306Z] Removing intermediate container 6c31fb1bc22f [2021-03-03T14:42:12.306Z] ---> 4db8847b4f69 [2021-03-03T14:42:12.306Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:42:12.306Z] Removing intermediate container 84dea29b3efd [2021-03-03T14:42:12.306Z] ---> ad86957e61f3 [2021-03-03T14:42:12.583Z] Step 15/23 : WORKDIR / [2021-03-03T14:42:12.860Z] ---> Running in da5388ff088d [2021-03-03T14:42:12.860Z] Removing intermediate container f2a5792a4a2a [2021-03-03T14:42:12.860Z] ---> db3de2a4b769 [2021-03-03T14:42:12.860Z] Step 19/21 : LABEL arch=arm64 [2021-03-03T14:42:13.138Z] ---> 1ee5e1826c18 [2021-03-03T14:42:13.138Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T14:42:13.138Z] ---> Running in 0c97a3ddf0de [2021-03-03T14:42:13.740Z] Removing intermediate container da5388ff088d [2021-03-03T14:42:13.740Z] ---> d78c76e3ad39 [2021-03-03T14:42:13.740Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:42:13.740Z] ---> 3c1a60d61632 [2021-03-03T14:42:13.740Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T14:42:13.740Z] Removing intermediate container 0c97a3ddf0de [2021-03-03T14:42:13.740Z] ---> 62b4e3142172 [2021-03-03T14:42:14.018Z] Step 20/21 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:42:14.301Z] ---> Running in 7ca4a5a3bffe [2021-03-03T14:42:14.301Z] ---> 0e24e2f4141c [2021-03-03T14:42:14.301Z] 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-03T14:42:14.575Z] ---> Running in 1398ddc7ed8d [2021-03-03T14:42:15.184Z] ---> 903ff06e232e [2021-03-03T14:42:15.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T14:42:15.185Z] Removing intermediate container 7ca4a5a3bffe [2021-03-03T14:42:15.185Z] ---> 9dac38ca5e9c [2021-03-03T14:42:15.185Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T14:42:15.465Z] ---> Running in 6a513b984e24 [2021-03-03T14:42:16.063Z] ---> 283f78472a8a [2021-03-03T14:42:16.063Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T14:42:16.337Z] Removing intermediate container 6a513b984e24 [2021-03-03T14:42:16.337Z] ---> 5f060aff2a6f [2021-03-03T14:42:16.337Z] [2021-03-03T14:42:16.936Z] Successfully built 5f060aff2a6f [2021-03-03T14:42:17.212Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-03T14:42:17.212Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-03T14:42:17.212Z] ---> c2a555642635 [2021-03-03T14:42:17.212Z] ---> 1ea67297d744 [2021-03-03T14:42:17.212Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T14:42:17.212Z] [2021-03-03T14:42:17.493Z] ---> Running in aa1a410754bf [2021-03-03T14:42:17.790Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T14:42:17.790Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T14:42:17.790Z] ---> eeaf43b92773 [2021-03-03T14:42:17.790Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T14:42:18.077Z] ---> Running in faefc2c451dd [2021-03-03T14:42:18.361Z] Removing intermediate container 1398ddc7ed8d [2021-03-03T14:42:18.361Z] ---> 9a33f736ca56 [2021-03-03T14:42:18.361Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T14:42:18.361Z] Removing intermediate container aa1a410754bf [2021-03-03T14:42:18.361Z] ---> e808f65dddec [2021-03-03T14:42:18.361Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:42:18.361Z] ---> a3eebdb53893 [2021-03-03T14:42:18.361Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T14:42:18.635Z] ---> Running in 598a6aa75e08 [2021-03-03T14:42:18.635Z] ---> Running in d9ed8fcc1aa9 [2021-03-03T14:42:18.912Z] ---> Running in 121d713ab899 [2021-03-03T14:42:19.511Z] Removing intermediate container 598a6aa75e08 [2021-03-03T14:42:19.511Z] ---> 304d16cf3982 [2021-03-03T14:42:19.511Z] Step 22/24 : LABEL arch=arm64 [2021-03-03T14:42:20.102Z] Removing intermediate container d9ed8fcc1aa9 [2021-03-03T14:42:20.102Z] ---> 72f5bd9a64e5 [2021-03-03T14:42:20.102Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T14:42:20.102Z] Removing intermediate container 121d713ab899 [2021-03-03T14:42:20.102Z] ---> f3757ccb68d2 [2021-03-03T14:42:20.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:42:20.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:20.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:20.375Z] ---> Running in 856d60f39c0f [2021-03-03T14:42:20.656Z] ---> Running in 2c304c1744b6 [2021-03-03T14:42:20.656Z] ---> Running in 88229637aee0 [2021-03-03T14:42:20.929Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T14:42:20.929Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T14:42:20.929Z] Removing intermediate container 856d60f39c0f [2021-03-03T14:42:20.929Z] ---> 55ad1bbed6c5 [2021-03-03T14:42:20.929Z] Step 23/24 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:42:20.929Z] Executing bash-5.0.17-r0.post-install [2021-03-03T14:42:20.929Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:42:20.929Z] OK: 12 MiB in 22 packages [2021-03-03T14:42:21.208Z] ---> Running in 1bd30c40d467 [2021-03-03T14:42:21.208Z] Removing intermediate container 2c304c1744b6 [2021-03-03T14:42:21.208Z] ---> ffe5a21cdf81 [2021-03-03T14:42:21.208Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:42:21.485Z] Removing intermediate container 88229637aee0 [2021-03-03T14:42:21.485Z] ---> 2057a73ffb1e [2021-03-03T14:42:21.485Z] Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:42:21.759Z] ---> Running in f7d078755a43 [2021-03-03T14:42:22.032Z] ---> Running in 735fb49d643a [2021-03-03T14:42:22.311Z] Removing intermediate container 1bd30c40d467 [2021-03-03T14:42:22.312Z] ---> ed4b7452487e [2021-03-03T14:42:22.312Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T14:42:22.611Z] Removing intermediate container f7d078755a43 [2021-03-03T14:42:22.611Z] ---> a70d4e1d6c66 [2021-03-03T14:42:22.611Z] Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:42:22.884Z] ---> Running in 924c04d9bd3c [2021-03-03T14:42:23.163Z] ---> Running in 04eddfd60bff [2021-03-03T14:42:23.163Z] Removing intermediate container 735fb49d643a [2021-03-03T14:42:23.163Z] ---> 840202fc38e8 [2021-03-03T14:42:23.163Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:42:23.163Z] Removing intermediate container faefc2c451dd [2021-03-03T14:42:23.163Z] ---> fe211640d7a0 [2021-03-03T14:42:23.163Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T14:42:23.442Z] ---> Running in 52a85d1c444a [2021-03-03T14:42:23.442Z] ---> Running in 156776b17f7c [2021-03-03T14:42:23.442Z] Removing intermediate container 924c04d9bd3c [2021-03-03T14:42:23.442Z] ---> d467c34fe72a [2021-03-03T14:42:23.442Z] [2021-03-03T14:42:23.718Z] Removing intermediate container 04eddfd60bff [2021-03-03T14:42:23.718Z] ---> 178a1638d76d [2021-03-03T14:42:23.718Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:42:23.999Z] ---> Running in 54c0b3ae6f65 [2021-03-03T14:42:23.999Z] Successfully built d467c34fe72a [2021-03-03T14:42:24.273Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-03T14:42:24.273Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-03T14:42:24.273Z] Removing intermediate container 52a85d1c444a [2021-03-03T14:42:24.273Z] ---> a18236bcd97d [2021-03-03T14:42:24.273Z] [2021-03-03T14:42:24.273Z] Removing intermediate container 156776b17f7c [2021-03-03T14:42:24.273Z] ---> 33d5caef3b96 [2021-03-03T14:42:24.273Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T14:42:24.545Z] ---> Running in 7f94fbc83d24 [2021-03-03T14:42:24.545Z] Removing intermediate container 54c0b3ae6f65 [2021-03-03T14:42:24.545Z] ---> 6fd950f74699 [2021-03-03T14:42:24.545Z] [2021-03-03T14:42:24.822Z] Successfully built a18236bcd97d [2021-03-03T14:42:24.822Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-03T14:42:24.822Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-03T14:42:25.095Z] Removing intermediate container 7f94fbc83d24 [2021-03-03T14:42:25.095Z] ---> 635e16c29615 [2021-03-03T14:42:25.095Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T14:42:25.095Z] Successfully built 6fd950f74699 [2021-03-03T14:42:25.095Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-03T14:42:25.095Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-03T14:42:25.367Z] ---> Running in 8f04c2a29934 [2021-03-03T14:42:25.646Z] Removing intermediate container 8f04c2a29934 [2021-03-03T14:42:25.646Z] ---> dad39180ec3d [2021-03-03T14:42:25.646Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T14:42:27.080Z] ---> dcdc01d6d997 [2021-03-03T14:42:27.080Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T14:42:27.680Z] ---> fefb5ac3631a [2021-03-03T14:42:27.680Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T14:42:29.123Z] ---> 4e0d9c5d07e6 [2021-03-03T14:42:29.123Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T14:42:29.397Z] ---> Running in b1d5d2e48840 [2021-03-03T14:42:30.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:30.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:42:31.435Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T14:42:31.435Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T14:42:31.435Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T14:42:31.709Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T14:42:31.709Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T14:42:31.709Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T14:42:31.709Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T14:42:33.692Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T14:42:33.692Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T14:42:33.692Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T14:42:33.692Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T14:42:33.692Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T14:42:33.692Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T14:42:33.692Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T14:42:33.692Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T14:42:33.692Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T14:42:33.692Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T14:42:33.692Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T14:42:33.692Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T14:42:33.693Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T14:42:33.693Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T14:42:33.693Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T14:42:33.693Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T14:42:33.967Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T14:42:33.968Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T14:42:33.968Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T14:42:33.968Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T14:42:33.968Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T14:42:33.968Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T14:42:33.968Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T14:42:33.968Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T14:42:33.968Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T14:42:33.968Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T14:42:34.242Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:42:34.242Z] OK: 71 MiB in 55 packages [2021-03-03T14:42:44.421Z] Removing intermediate container b1d5d2e48840 [2021-03-03T14:42:44.421Z] ---> 7b8fb53e456a [2021-03-03T14:42:44.421Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T14:42:45.422Z] ---> Running in 0720e96c7089 [2021-03-03T14:42:50.827Z] Collecting docker-compose==1.23.2 [2021-03-03T14:42:50.827Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T14:42:51.099Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T14:42:51.099Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T14:42:53.072Z] 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-03T14:42:53.717Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T14:42:53.717Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T14:42:54.788Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T14:42:54.788Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T14:42:55.410Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T14:42:55.410Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T14:42:58.096Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T14:42:58.096Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T14:42:59.535Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T14:42:59.535Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T14:42:59.811Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:42:59.811Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:42:59.811Z] ---> e16632151ab9 [2021-03-03T14:42:59.811Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T14:42:59.811Z] ---> Using cache [2021-03-03T14:42:59.811Z] ---> 197941e797a4 [2021-03-03T14:42:59.811Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:42:59.811Z] ---> Using cache [2021-03-03T14:42:59.811Z] ---> f833e22c5851 [2021-03-03T14:42:59.811Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T14:43:00.795Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T14:43:00.795Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-03T14:43:01.781Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T14:43:01.781Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T14:43:02.052Z] ---> Running in 5bbb1dbfae9b [2021-03-03T14:43:03.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:04.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:05.065Z] OK: 217 MiB in 51 packages [2021-03-03T14:43:05.065Z] Collecting PyYAML<4,>=3.10 [2021-03-03T14:43:05.339Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T14:43:08.778Z] Removing intermediate container 5bbb1dbfae9b [2021-03-03T14:43:08.778Z] ---> cbddf0e77a28 [2021-03-03T14:43:08.778Z] Step 6/22 : COPY go.mod . [2021-03-03T14:43:08.778Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T14:43:08.778Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T14:43:09.757Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T14:43:09.757Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T14:43:10.355Z] ---> 03d370800ca2 [2021-03-03T14:43:10.355Z] Step 7/22 : RUN go mod download [2021-03-03T14:43:10.355Z] 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-03T14:43:10.355Z] 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-03T14:43:10.631Z] Collecting idna<2.8,>=2.5 [2021-03-03T14:43:10.631Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T14:43:10.907Z] ---> Running in 7b0bd585e32a [2021-03-03T14:43:10.907Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T14:43:10.907Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T14:43:10.907Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T14:43:10.907Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T14:43:11.887Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, docopt, PyYAML, docker-compose [2021-03-03T14:43:11.887Z] Running setup.py install for texttable: started [2021-03-03T14:43:12.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:43:12.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:43:12.872Z] ---> e16632151ab9 [2021-03-03T14:43:12.872Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:43:12.872Z] ---> Using cache [2021-03-03T14:43:12.872Z] ---> 197941e797a4 [2021-03-03T14:43:12.872Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:43:12.872Z] ---> Using cache [2021-03-03T14:43:12.872Z] ---> f833e22c5851 [2021-03-03T14:43:12.872Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T14:43:12.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:43:12.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:43:12.872Z] ---> e16632151ab9 [2021-03-03T14:43:12.872Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T14:43:12.872Z] ---> Using cache [2021-03-03T14:43:12.872Z] ---> 197941e797a4 [2021-03-03T14:43:12.872Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:43:12.872Z] ---> Using cache [2021-03-03T14:43:12.872Z] ---> f833e22c5851 [2021-03-03T14:43:12.872Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T14:43:13.149Z] ---> Running in 6254efaf8b95 [2021-03-03T14:43:13.149Z] ---> Running in 7928cc431ba4 [2021-03-03T14:43:14.145Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T14:43:14.145Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T14:43:14.145Z] ---> e16632151ab9 [2021-03-03T14:43:14.145Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T14:43:14.145Z] ---> Using cache [2021-03-03T14:43:14.145Z] ---> 197941e797a4 [2021-03-03T14:43:14.145Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:43:14.145Z] ---> Using cache [2021-03-03T14:43:14.145Z] ---> f833e22c5851 [2021-03-03T14:43:14.145Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T14:43:14.145Z] ---> Running in d1dfd5a1ac30 [2021-03-03T14:43:14.745Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T14:43:15.019Z] Attempting uninstall: urllib3 [2021-03-03T14:43:15.019Z] Found existing installation: urllib3 1.25.9 [2021-03-03T14:43:15.019Z] Uninstalling urllib3-1.25.9: [2021-03-03T14:43:15.301Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T14:43:15.301Z] Removing intermediate container 7b0bd585e32a [2021-03-03T14:43:15.301Z] ---> abd8c630c941 [2021-03-03T14:43:15.301Z] Step 8/22 : COPY . . [2021-03-03T14:43:15.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:15.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:15.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:15.853Z] Attempting uninstall: idna [2021-03-03T14:43:15.853Z] Found existing installation: idna 2.9 [2021-03-03T14:43:15.853Z] Uninstalling idna-2.9: [2021-03-03T14:43:16.129Z] Successfully uninstalled idna-2.9 [2021-03-03T14:43:16.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:16.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:16.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:16.670Z] Attempting uninstall: requests [2021-03-03T14:43:16.670Z] Found existing installation: requests 2.23.0 [2021-03-03T14:43:16.670Z] Uninstalling requests-2.23.0: [2021-03-03T14:43:16.944Z] Successfully uninstalled requests-2.23.0 [2021-03-03T14:43:17.216Z] OK: 217 MiB in 51 packages [2021-03-03T14:43:17.216Z] OK: 217 MiB in 51 packages [2021-03-03T14:43:17.487Z] OK: 217 MiB in 51 packages [2021-03-03T14:43:19.470Z] Running setup.py install for dockerpty: started [2021-03-03T14:43:21.450Z] Removing intermediate container 7928cc431ba4 [2021-03-03T14:43:21.450Z] ---> d6d8a9924864 [2021-03-03T14:43:21.450Z] Step 6/23 : COPY go.mod . [2021-03-03T14:43:21.727Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T14:43:21.999Z] Removing intermediate container d1dfd5a1ac30 [2021-03-03T14:43:21.999Z] ---> 98931e14f914 [2021-03-03T14:43:21.999Z] Step 6/30 : COPY go.mod . [2021-03-03T14:43:21.999Z] Running setup.py install for docopt: started [2021-03-03T14:43:21.999Z] Removing intermediate container 6254efaf8b95 [2021-03-03T14:43:21.999Z] ---> 706b1675aba0 [2021-03-03T14:43:21.999Z] Step 6/23 : COPY go.mod . [2021-03-03T14:43:22.984Z] ---> e578d6390195 [2021-03-03T14:43:22.984Z] Step 7/23 : RUN go mod download [2021-03-03T14:43:23.261Z] ---> b9d11ff316ef [2021-03-03T14:43:23.261Z] Step 7/30 : RUN go mod download [2021-03-03T14:43:23.533Z] ---> Running in a464a58572ec [2021-03-03T14:43:23.804Z] ---> 93a1bb8f7346 [2021-03-03T14:43:23.804Z] Step 7/23 : RUN go mod download [2021-03-03T14:43:24.079Z] ---> Running in f92e72a23633 [2021-03-03T14:43:24.354Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T14:43:24.354Z] Running setup.py install for PyYAML: started [2021-03-03T14:43:24.354Z] ---> Running in a112b4fbb22f [2021-03-03T14:43:27.736Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T14:43:29.176Z] 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-03T14:43:29.770Z] Removing intermediate container a464a58572ec [2021-03-03T14:43:29.770Z] ---> 376da68d6fd9 [2021-03-03T14:43:29.770Z] Step 8/23 : COPY . . [2021-03-03T14:43:30.100Z] Removing intermediate container f92e72a23633 [2021-03-03T14:43:30.100Z] ---> 1fbe35d86a5b [2021-03-03T14:43:30.100Z] Step 8/30 : COPY . . [2021-03-03T14:43:30.100Z] ---> b37c50853128 [2021-03-03T14:43:30.100Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T14:43:30.100Z] Removing intermediate container a112b4fbb22f [2021-03-03T14:43:30.100Z] ---> fc77368f9809 [2021-03-03T14:43:30.100Z] Step 8/23 : COPY . . [2021-03-03T14:43:30.375Z] ---> Running in 96d400c531c0 [2021-03-03T14:43:33.005Z] 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-03T14:43:38.429Z] Removing intermediate container 0720e96c7089 [2021-03-03T14:43:38.429Z] ---> 7d0d1857273f [2021-03-03T14:43:38.429Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T14:43:39.878Z] ---> Running in 062c821cdef0 [2021-03-03T14:43:42.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:42.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:43:42.809Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T14:43:42.809Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T14:43:42.809Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T14:43:42.809Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:43:43.083Z] OK: 71 MiB in 58 packages [2021-03-03T14:43:48.526Z] Removing intermediate container 062c821cdef0 [2021-03-03T14:43:48.526Z] ---> ea80697e0cee [2021-03-03T14:43:48.526Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T14:43:48.526Z] ---> Running in 1388d44bee38 [2021-03-03T14:43:49.961Z] Removing intermediate container 1388d44bee38 [2021-03-03T14:43:49.961Z] ---> 61518f39bdf7 [2021-03-03T14:43:49.961Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:43:50.557Z] ---> Running in d362788130ef [2021-03-03T14:43:52.008Z] Removing intermediate container d362788130ef [2021-03-03T14:43:52.008Z] ---> 029facda8390 [2021-03-03T14:43:52.008Z] Step 24/26 : LABEL arch=arm64 [2021-03-03T14:43:52.620Z] ---> Running in 000670aea131 [2021-03-03T14:43:54.610Z] Removing intermediate container 000670aea131 [2021-03-03T14:43:54.610Z] ---> 3b9dc3ab6986 [2021-03-03T14:43:54.610Z] Step 25/26 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:43:54.884Z] ---> Running in 136c1c0080d4 [2021-03-03T14:43:56.360Z] Removing intermediate container 136c1c0080d4 [2021-03-03T14:43:56.360Z] ---> 47fd76457506 [2021-03-03T14:43:56.360Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T14:43:56.978Z] ---> Running in 34b6385e6e6b [2021-03-03T14:43:58.443Z] Removing intermediate container 34b6385e6e6b [2021-03-03T14:43:58.443Z] ---> 6a8ef9f647f6 [2021-03-03T14:43:58.443Z] [2021-03-03T14:43:59.440Z] Successfully built 6a8ef9f647f6 [2021-03-03T14:43:59.440Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-03T14:44:04.860Z]  Building docker-sys-mgmt-agent-go ... done  ---> 124819bd03f2 [2021-03-03T14:44:04.860Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T14:44:05.132Z] ---> 15e9e7e96523 [2021-03-03T14:44:05.132Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T14:44:05.416Z] ---> Running in 5d5d6a5fde8e [2021-03-03T14:44:05.416Z] ---> Running in 74221bafa981 [2021-03-03T14:44:05.416Z] ---> b7815ff99226 [2021-03-03T14:44:05.416Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T14:44:05.697Z] ---> Running in 6dee3c31ce97 [2021-03-03T14:44:08.365Z] 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-03T14:44:08.365Z] 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-03T14:44:08.365Z] 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-03T14:44:30.574Z] Removing intermediate container 96d400c531c0 [2021-03-03T14:44:30.574Z] ---> 1a8430ae82a6 [2021-03-03T14:44:30.574Z] [2021-03-03T14:44:30.574Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T14:44:30.574Z] ---> d10569e2745f [2021-03-03T14:44:30.574Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T14:44:30.574Z] ---> Running in faf572d52aee [2021-03-03T14:44:30.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:44:30.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:44:30.851Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T14:44:30.851Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:44:30.851Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:44:30.851Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T14:44:31.129Z] OK: 6 MiB in 16 packages [2021-03-03T14:44:33.758Z] Removing intermediate container faf572d52aee [2021-03-03T14:44:33.758Z] ---> fc8692ae621b [2021-03-03T14:44:33.758Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:44:33.758Z] ---> Running in abfae84decd0 [2021-03-03T14:44:34.364Z] Removing intermediate container abfae84decd0 [2021-03-03T14:44:34.364Z] ---> e7222049e845 [2021-03-03T14:44:34.364Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T14:44:34.640Z] ---> Running in c639a5334a3e [2021-03-03T14:44:35.253Z] Removing intermediate container c639a5334a3e [2021-03-03T14:44:35.253Z] ---> 8b25487fa382 [2021-03-03T14:44:35.253Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T14:44:35.531Z] ---> Running in 2c58fc1259e6 [2021-03-03T14:44:36.143Z] Removing intermediate container 2c58fc1259e6 [2021-03-03T14:44:36.143Z] ---> c0f3f3ec89fc [2021-03-03T14:44:36.143Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:44:37.580Z] ---> 723a1e56e7f3 [2021-03-03T14:44:37.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T14:44:39.569Z] ---> 347cdd45919f [2021-03-03T14:44:39.569Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T14:44:40.559Z] ---> cee81e2a2339 [2021-03-03T14:44:40.559Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T14:44:40.559Z] ---> Running in 42a36ffcefc6 [2021-03-03T14:44:41.163Z] Removing intermediate container 42a36ffcefc6 [2021-03-03T14:44:41.163Z] ---> 7d98c146b6db [2021-03-03T14:44:41.163Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:44:41.444Z] ---> Running in 257a11f69164 [2021-03-03T14:44:42.057Z] Removing intermediate container 257a11f69164 [2021-03-03T14:44:42.057Z] ---> e46bc9f0afd0 [2021-03-03T14:44:42.057Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T14:44:42.338Z] ---> Running in 8f596bb595aa [2021-03-03T14:44:42.949Z] Removing intermediate container 8f596bb595aa [2021-03-03T14:44:42.949Z] ---> 34ec996d4d9e [2021-03-03T14:44:42.949Z] Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:44:43.240Z] ---> Running in 940f5d633247 [2021-03-03T14:44:43.841Z] Removing intermediate container 940f5d633247 [2021-03-03T14:44:43.841Z] ---> 105f30128b15 [2021-03-03T14:44:43.841Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T14:44:44.118Z] ---> Running in 60cbca23236c [2021-03-03T14:44:45.108Z] Removing intermediate container 60cbca23236c [2021-03-03T14:44:45.108Z] ---> dea6efae53c4 [2021-03-03T14:44:45.108Z] [2021-03-03T14:44:45.384Z] Successfully built dea6efae53c4 [2021-03-03T14:44:45.385Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-03T14:45:24.418Z]  Building docker-support-notifications-go ... done Removing intermediate container 6dee3c31ce97 [2021-03-03T14:45:24.418Z] ---> ae91233cf8e0 [2021-03-03T14:45:24.418Z] [2021-03-03T14:45:24.418Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T14:45:24.418Z] ---> d10569e2745f [2021-03-03T14:45:24.418Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T14:45:24.418Z] ---> Running in 98127430077e [2021-03-03T14:45:25.023Z] Removing intermediate container 98127430077e [2021-03-03T14:45:25.023Z] ---> 351acdf893a6 [2021-03-03T14:45:25.023Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T14:45:25.023Z] ---> Running in 6df131972629 [2021-03-03T14:45:27.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:45:27.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:45:28.159Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T14:45:28.159Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T14:45:28.159Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:45:28.159Z] OK: 5 MiB in 16 packages [2021-03-03T14:45:29.644Z] Removing intermediate container 6df131972629 [2021-03-03T14:45:29.644Z] ---> 90656fd2aac8 [2021-03-03T14:45:29.644Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T14:45:29.918Z] ---> Running in ef645e94d57e [2021-03-03T14:45:30.511Z] Removing intermediate container ef645e94d57e [2021-03-03T14:45:30.511Z] ---> 8caebc3d91a1 [2021-03-03T14:45:30.511Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T14:45:30.511Z] ---> Running in 5b2aa50dc6d7 [2021-03-03T14:45:30.802Z] Removing intermediate container 5b2aa50dc6d7 [2021-03-03T14:45:30.802Z] ---> eb87169d5440 [2021-03-03T14:45:30.802Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T14:45:31.076Z] ---> Running in 627a8f761e7b [2021-03-03T14:45:34.474Z] Removing intermediate container 627a8f761e7b [2021-03-03T14:45:34.474Z] ---> 771378b276a7 [2021-03-03T14:45:34.474Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T14:45:34.474Z] ---> Running in 6226c2e8a27b [2021-03-03T14:45:35.457Z] Removing intermediate container 6226c2e8a27b [2021-03-03T14:45:35.457Z] ---> 7980c536be6d [2021-03-03T14:45:35.457Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T14:45:36.909Z] ---> 1cb67c6469c4 [2021-03-03T14:45:36.909Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T14:45:36.909Z] ---> Running in 68e7de75b6be [2021-03-03T14:45:37.506Z] Removing intermediate container 74221bafa981 [2021-03-03T14:45:37.507Z] ---> 83d0d4e9764c [2021-03-03T14:45:37.507Z] [2021-03-03T14:45:37.507Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:45:37.507Z] ---> d10569e2745f [2021-03-03T14:45:37.507Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T14:45:37.507Z] ---> Using cache [2021-03-03T14:45:37.507Z] ---> 3db45a2198db [2021-03-03T14:45:37.507Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T14:45:37.507Z] ---> Using cache [2021-03-03T14:45:37.507Z] ---> 6760aa5ad1ba [2021-03-03T14:45:37.507Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T14:45:37.779Z] ---> Running in 365cf03c9764 [2021-03-03T14:45:38.377Z] Removing intermediate container 365cf03c9764 [2021-03-03T14:45:38.377Z] ---> 2fc263ab9acb [2021-03-03T14:45:38.378Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T14:45:38.654Z] ---> Running in 889f7f2c76b5 [2021-03-03T14:45:39.632Z] Removing intermediate container 889f7f2c76b5 [2021-03-03T14:45:39.632Z] ---> ee1bf96f777c [2021-03-03T14:45:39.632Z] Step 15/23 : WORKDIR / [2021-03-03T14:45:40.233Z] ---> Running in bc01ca72a62d [2021-03-03T14:45:40.507Z] Removing intermediate container 68e7de75b6be [2021-03-03T14:45:40.507Z] ---> f1c82ee2c04b [2021-03-03T14:45:40.507Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:45:40.783Z] Removing intermediate container bc01ca72a62d [2021-03-03T14:45:40.784Z] ---> 056e30565a1a [2021-03-03T14:45:40.784Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:45:41.060Z] Removing intermediate container 5d5d6a5fde8e [2021-03-03T14:45:41.060Z] ---> e3389a297f3f [2021-03-03T14:45:41.060Z] [2021-03-03T14:45:41.060Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T14:45:41.060Z] ---> d10569e2745f [2021-03-03T14:45:41.060Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T14:45:41.364Z] ---> Running in 1ca66756d69c [2021-03-03T14:45:41.364Z] ---> 09f690d1cef9 [2021-03-03T14:45:41.364Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T14:45:41.638Z] ---> 1ae7270757ed [2021-03-03T14:45:41.638Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T14:45:41.910Z] Removing intermediate container 1ca66756d69c [2021-03-03T14:45:41.910Z] ---> 8bf3731ed79b [2021-03-03T14:45:41.910Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T14:45:42.185Z] ---> Running in e17a333d23ad [2021-03-03T14:45:43.159Z] ---> 80690331ceda [2021-03-03T14:45:43.159Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T14:45:43.159Z] Removing intermediate container e17a333d23ad [2021-03-03T14:45:43.159Z] ---> 7841eff527ce [2021-03-03T14:45:43.159Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T14:45:43.159Z] ---> 8c129311528e [2021-03-03T14:45:43.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T14:45:43.443Z] ---> Running in a7b639f0ae78 [2021-03-03T14:45:44.046Z] Removing intermediate container a7b639f0ae78 [2021-03-03T14:45:44.046Z] ---> d61b23eca9ba [2021-03-03T14:45:44.046Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T14:45:44.046Z] ---> fa76bee70fd2 [2021-03-03T14:45:44.046Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T14:45:44.046Z] ---> ecab3a9b86fa [2021-03-03T14:45:44.046Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T14:45:44.046Z] ---> Running in 1cd8a36f6aa3 [2021-03-03T14:45:44.332Z] ---> Running in 174c83064ede [2021-03-03T14:45:44.924Z] Removing intermediate container 174c83064ede [2021-03-03T14:45:44.924Z] ---> b30eb523f576 [2021-03-03T14:45:44.924Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:45:44.924Z] ---> 81d512a44a80 [2021-03-03T14:45:44.924Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T14:45:45.198Z] ---> Running in 342c2f278a30 [2021-03-03T14:45:45.468Z] ---> Running in 7756e2a5176f [2021-03-03T14:45:45.740Z] Removing intermediate container 342c2f278a30 [2021-03-03T14:45:45.740Z] ---> 9dcc6e4defb7 [2021-03-03T14:45:45.740Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:45:46.012Z] ---> Running in 68e93d37a3ba [2021-03-03T14:45:46.012Z] Removing intermediate container 7756e2a5176f [2021-03-03T14:45:46.012Z] ---> 37a7494a4624 [2021-03-03T14:45:46.012Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T14:45:46.610Z] Removing intermediate container 68e93d37a3ba [2021-03-03T14:45:46.610Z] ---> 2c0af40d183b [2021-03-03T14:45:46.610Z] Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:45:46.610Z] ---> Running in 9b0a2d794310 [2021-03-03T14:45:46.886Z] Removing intermediate container 1cd8a36f6aa3 [2021-03-03T14:45:46.886Z] ---> 21e7917dd410 [2021-03-03T14:45:46.886Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T14:45:46.886Z] ---> Running in 1a7694f64802 [2021-03-03T14:45:46.886Z] ---> b5701217c102 [2021-03-03T14:45:46.886Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T14:45:47.517Z] Removing intermediate container 9b0a2d794310 [2021-03-03T14:45:47.517Z] ---> 606178ea094f [2021-03-03T14:45:47.517Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:45:47.517Z] ---> Running in 70c70b297640 [2021-03-03T14:45:47.517Z] ---> Running in 7367984c12a5 [2021-03-03T14:45:48.498Z] Removing intermediate container 7367984c12a5 [2021-03-03T14:45:48.498Z] ---> 5fbe84ef17d2 [2021-03-03T14:45:48.498Z] [2021-03-03T14:45:48.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T14:45:48.771Z] Successfully built 5fbe84ef17d2 [2021-03-03T14:45:48.771Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-03T14:45:49.744Z]  Building docker-core-metadata-go ... done Removing intermediate container 70c70b297640 [2021-03-03T14:45:49.744Z] ---> 02d29618c616 [2021-03-03T14:45:49.744Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T14:45:50.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T14:45:50.339Z] ---> Running in 81ad7a39584c [2021-03-03T14:45:50.611Z] Removing intermediate container 81ad7a39584c [2021-03-03T14:45:50.611Z] ---> 8d4b3267611b [2021-03-03T14:45:50.611Z] Step 27/30 : CMD ["gate"] [2021-03-03T14:45:51.204Z] ---> Running in 64873464ae26 [2021-03-03T14:45:51.204Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T14:45:51.204Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T14:45:51.476Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T14:45:51.476Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T14:45:51.476Z] Removing intermediate container 64873464ae26 [2021-03-03T14:45:51.476Z] ---> 69316d4818e4 [2021-03-03T14:45:51.476Z] Step 28/30 : LABEL arch=arm64 [2021-03-03T14:45:51.780Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T14:45:52.050Z] ---> Running in 850577af4fe0 [2021-03-03T14:45:52.050Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T14:45:52.050Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T14:45:52.330Z] OK: 8 MiB in 20 packages [2021-03-03T14:45:52.330Z] Removing intermediate container 850577af4fe0 [2021-03-03T14:45:52.330Z] ---> 28f8b7af45c0 [2021-03-03T14:45:52.330Z] Step 29/30 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:45:52.924Z] ---> Running in 06d3d622535f [2021-03-03T14:45:53.196Z] Removing intermediate container 06d3d622535f [2021-03-03T14:45:53.196Z] ---> a9d8776fdd80 [2021-03-03T14:45:53.196Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T14:45:53.791Z] ---> Running in 169eea646847 [2021-03-03T14:45:53.791Z] Removing intermediate container 1a7694f64802 [2021-03-03T14:45:53.791Z] ---> 8c19ba2f02a4 [2021-03-03T14:45:53.791Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T14:45:54.061Z] Removing intermediate container 169eea646847 [2021-03-03T14:45:54.061Z] ---> 32020d3fd735 [2021-03-03T14:45:54.061Z] [2021-03-03T14:45:54.656Z] Successfully built 32020d3fd735 [2021-03-03T14:45:54.656Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-03T14:45:54.656Z]  Building docker-security-bootstrapper-go ... done  ---> 9fa07392c981 [2021-03-03T14:45:54.656Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T14:45:56.082Z] ---> 9fa90f098cf1 [2021-03-03T14:45:56.082Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T14:45:56.674Z] ---> 4f8ed890b4fa [2021-03-03T14:45:56.674Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T14:45:56.674Z] ---> Running in 528e46859b46 [2021-03-03T14:45:57.268Z] Removing intermediate container 528e46859b46 [2021-03-03T14:45:57.268Z] ---> a092a8cf848b [2021-03-03T14:45:57.268Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T14:45:57.268Z] ---> Running in 69768cd89ef1 [2021-03-03T14:45:57.862Z] Removing intermediate container 69768cd89ef1 [2021-03-03T14:45:57.862Z] ---> 665fb1790e11 [2021-03-03T14:45:57.862Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T14:45:57.862Z] ---> Running in 708daaaf9c27 [2021-03-03T14:45:58.457Z] Removing intermediate container 708daaaf9c27 [2021-03-03T14:45:58.457Z] ---> e707b52a6efb [2021-03-03T14:45:58.457Z] Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e [2021-03-03T14:45:58.457Z] ---> Running in 694ab72932da [2021-03-03T14:45:59.048Z] Removing intermediate container 694ab72932da [2021-03-03T14:45:59.048Z] ---> 612a06e9d9a9 [2021-03-03T14:45:59.048Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T14:45:59.048Z] ---> Running in 32b1cda2e5a1 [2021-03-03T14:45:59.637Z] Removing intermediate container 32b1cda2e5a1 [2021-03-03T14:45:59.637Z] ---> bf6665dab72c [2021-03-03T14:45:59.637Z] [2021-03-03T14:45:59.906Z] Successfully built bf6665dab72c [2021-03-03T14:45:59.906Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-03T14:46:00.193Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-03T14:46:00.193Z] $ docker stop --time=1 66a3dd6fa99cc37d700d9597c3e0447940fc9a584281931932a74363989bec9d [2021-03-03T14:46:02.216Z] $ docker rm -f 66a3dd6fa99cc37d700d9597c3e0447940fc9a584281931932a74363989bec9d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T14:46:02.945Z] + grep docker [2021-03-03T14:46:02.945Z] + docker images [2021-03-03T14:46:03.213Z] docker-core-data-go-arm64 latest bf6665dab72c 3 seconds ago 21.1MB [2021-03-03T14:46:03.213Z] docker-security-bootstrapper-go-arm64 latest 32020d3fd735 9 seconds ago 17.6MB [2021-03-03T14:46:03.213Z] docker-core-metadata-go-arm64 latest 5fbe84ef17d2 15 seconds ago 17.9MB [2021-03-03T14:46:03.213Z] docker-support-notifications-go-arm64 latest dea6efae53c4 About a minute ago 16.9MB [2021-03-03T14:46:03.213Z] docker-sys-mgmt-agent-go-arm64 latest 6a8ef9f647f6 2 minutes ago 300MB [2021-03-03T14:46:03.213Z] docker-core-command-go-arm64 latest 6fd950f74699 3 minutes ago 16.2MB [2021-03-03T14:46:03.213Z] docker-security-secretstore-setup-go-arm64 latest d467c34fe72a 3 minutes ago 23.7MB [2021-03-03T14:46:03.213Z] docker-support-scheduler-go-arm64 latest a18236bcd97d 3 minutes ago 16.3MB [2021-03-03T14:46:03.214Z] docker-security-proxy-setup-go-arm64 latest 5f060aff2a6f 3 minutes ago 23.4MB [2021-03-03T14:46:03.214Z] docker 20.10.0 eeaf43b92773 2 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-03T14:46:04.181Z] ---> job-cost.sh [2021-03-03T14:46:04.181Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xHnC [2021-03-03T14:46:43.119Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-03T14:49:04.898Z] lf-activate-venv(): INFO: Adding /tmp/venv-xHnC/bin to PATH [2021-03-03T14:49:04.898Z] INFO: No Stack... [2021-03-03T14:49:04.898Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-03T14:49:04.898Z] INFO: Archiving Costs [Pipeline] sh [2021-03-03T14:49:05.236Z] + cat /w/workspace/edgex-go/4/archives/cost.csv+ [2021-03-03T14:49:05.236Z] cut -d, -f6 [Pipeline] lock [2021-03-03T14:49:05.343Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-4-stack-cost] [2021-03-03T14:49:05.353Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-4-stack-cost] did not exist. Created. [2021-03-03T14:49:05.353Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-03T14:49:05.787Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-03T14:49:06.123Z] Stashed 1 file(s) [Pipeline] } [2021-03-03T14:49:06.138Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-03T14:49:07.469Z] provisioning config files... [2021-03-03T14:49:07.482Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7790465226484360084tmp [Pipeline] { [Pipeline] sh [2021-03-03T14:49:07.873Z] + set +x [2021-03-03T14:49:07.873Z] + curl -s https://codecov.io/bash [2021-03-03T14:49:07.873Z] + bash -s -- [2021-03-03T14:49:08.137Z] [2021-03-03T14:49:08.137Z] _____ _ [2021-03-03T14:49:08.137Z] / ____| | | [2021-03-03T14:49:08.137Z] | | ___ __| | ___ ___ _____ __ [2021-03-03T14:49:08.137Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-03T14:49:08.137Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-03T14:49:08.137Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-03T14:49:08.137Z] Bash-20210226-7100762 [2021-03-03T14:49:08.137Z] [2021-03-03T14:49:08.137Z] [2021-03-03T14:49:08.137Z] ==> git version 2.24.3 found [2021-03-03T14:49:08.137Z] ==> 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-03T14:49:08.137Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-03T14:49:08.137Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-03T14:49:08.406Z] ==> Jenkins CI detected. [2021-03-03T14:49:08.406Z] project root: . [2021-03-03T14:49:08.406Z] --> token set from env [2021-03-03T14:49:08.406Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-03T14:49:08.406Z] ==> Running gcov in . (disable via -X gcov) [2021-03-03T14:49:08.406Z] ==> Python coveragepy not found [2021-03-03T14:49:08.406Z] ==> Searching for coverage reports in: [2021-03-03T14:49:08.406Z] + . [2021-03-03T14:49:08.406Z] -> Found 1 reports [2021-03-03T14:49:08.406Z] ==> Detecting git/mercurial file structure [2021-03-03T14:49:08.669Z] ==> Reading reports [2021-03-03T14:49:08.669Z] + ./coverage.out bytes=602988 [2021-03-03T14:49:08.669Z] ==> Appending adjustments [2021-03-03T14:49:08.669Z] https://docs.codecov.io/docs/fixing-reports [2021-03-03T14:49:11.984Z] + Found adjustments [2021-03-03T14:49:11.984Z] ==> Gzipping contents [2021-03-03T14:49:11.984Z] 88K /tmp/codecov.JwVW7Y.gz [2021-03-03T14:49:11.984Z] ==> Uploading reports [2021-03-03T14:49:11.984Z] url: https://codecov.io [2021-03-03T14:49:11.984Z] query: branch=PR-3209&commit=f6d014447948dfaa08a4016fd2a877554bf2967e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-03T14:49:11.984Z] -> Pinging Codecov [2021-03-03T14:49:11.984Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3209&commit=f6d014447948dfaa08a4016fd2a877554bf2967e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-03T14:49:12.246Z] -> Uploading to [2021-03-03T14:49:12.246Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-03/00271124DB129430A58F1EEE437C3FCB/f6d014447948dfaa08a4016fd2a877554bf2967e/d59271fe-0e3d-44bb-b6e9-81e7d9ce0801.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T144912Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=063f98c1eb3b13d7f3dddb4d2bee85b0bc5b5efaf544f0766d27905d17247a9e [2021-03-03T14:49:12.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T14:49:12.510Z] Dload Upload Total Spent Left Speed [2021-03-03T14:49:13.084Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 89762 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89762 0 0 100 89762 0 117k --:--:-- --:--:-- --:--:-- 117k [2021-03-03T14:49:13.084Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f6d014447948dfaa08a4016fd2a877554bf2967e [Pipeline] } [2021-03-03T14:49:13.095Z] 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-03T14:49:14.904Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:49:15.791Z] ---> package-listing.sh [2021-03-03T14:49:15.791Z] ++ facter osfamily [2021-03-03T14:49:15.791Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-03T14:49:15.791Z] + OS_FAMILY=redhat [2021-03-03T14:49:15.791Z] + workspace=/w/workspace/edgex-go/4 [2021-03-03T14:49:15.791Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-03T14:49:15.791Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-03T14:49:15.791Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-03T14:49:15.791Z] + PACKAGES=/tmp/packages_start.txt [2021-03-03T14:49:15.791Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-03T14:49:15.791Z] + PACKAGES=/tmp/packages_end.txt [2021-03-03T14:49:15.791Z] + case "${OS_FAMILY}" in [2021-03-03T14:49:15.791Z] + rpm -qa [2021-03-03T14:49:15.791Z] + sort [2021-03-03T14:49:21.262Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-03T14:49:21.262Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-03T14:49:21.262Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-03T14:49:21.262Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-03T14:49:21.262Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-03T14:49:21.262Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-03T14:49:21.277Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-03T14:49:21.575Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:49:21.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:49:22.150Z] [2021-03-03T14:49:22.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-03T14:49:22.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:49:22.498Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-03T14:49:22.498Z] df20fa9351a1: Pulling fs layer [2021-03-03T14:49:22.498Z] 36b3adc4ff6f: Pulling fs layer [2021-03-03T14:49:22.498Z] 8ad3a11d3b57: Pulling fs layer [2021-03-03T14:49:22.498Z] 46f8f816bc3b: Pulling fs layer [2021-03-03T14:49:22.498Z] 93b61091891f: Pulling fs layer [2021-03-03T14:49:22.498Z] 93b9cdb0e59b: Pulling fs layer [2021-03-03T14:49:22.498Z] 5e14af77c1be: Pulling fs layer [2021-03-03T14:49:22.498Z] 01666e4c0597: Pulling fs layer [2021-03-03T14:49:22.498Z] aa168da1d23b: Pulling fs layer [2021-03-03T14:49:22.498Z] 46f8f816bc3b: Waiting [2021-03-03T14:49:22.498Z] 93b61091891f: Waiting [2021-03-03T14:49:22.498Z] 93b9cdb0e59b: Waiting [2021-03-03T14:49:22.498Z] 5e14af77c1be: Waiting [2021-03-03T14:49:22.498Z] 01666e4c0597: Waiting [2021-03-03T14:49:22.498Z] aa168da1d23b: Waiting [2021-03-03T14:49:22.498Z] 36b3adc4ff6f: Verifying Checksum [2021-03-03T14:49:22.498Z] 36b3adc4ff6f: Download complete [2021-03-03T14:49:22.498Z] 46f8f816bc3b: Verifying Checksum [2021-03-03T14:49:22.498Z] 46f8f816bc3b: Download complete [2021-03-03T14:49:22.760Z] df20fa9351a1: Verifying Checksum [2021-03-03T14:49:22.760Z] 93b9cdb0e59b: Verifying Checksum [2021-03-03T14:49:22.760Z] 93b9cdb0e59b: Download complete [2021-03-03T14:49:22.760Z] 93b61091891f: Verifying Checksum [2021-03-03T14:49:22.760Z] 93b61091891f: Download complete [2021-03-03T14:49:22.760Z] 5e14af77c1be: Verifying Checksum [2021-03-03T14:49:22.760Z] 5e14af77c1be: Download complete [2021-03-03T14:49:22.760Z] 01666e4c0597: Verifying Checksum [2021-03-03T14:49:22.760Z] 01666e4c0597: Download complete [2021-03-03T14:49:23.022Z] df20fa9351a1: Pull complete [2021-03-03T14:49:23.291Z] 36b3adc4ff6f: Pull complete [2021-03-03T14:49:23.291Z] 8ad3a11d3b57: Verifying Checksum [2021-03-03T14:49:23.291Z] 8ad3a11d3b57: Download complete [2021-03-03T14:49:24.249Z] 8ad3a11d3b57: Pull complete [2021-03-03T14:49:25.197Z] aa168da1d23b: Verifying Checksum [2021-03-03T14:49:25.197Z] aa168da1d23b: Download complete [2021-03-03T14:49:25.197Z] 46f8f816bc3b: Pull complete [2021-03-03T14:49:27.127Z] 93b61091891f: Pull complete [2021-03-03T14:49:27.127Z] 93b9cdb0e59b: Pull complete [2021-03-03T14:49:27.389Z] 5e14af77c1be: Pull complete [2021-03-03T14:49:27.651Z] 01666e4c0597: Pull complete [2021-03-03T14:49:35.842Z] aa168da1d23b: Pull complete [2021-03-03T14:49:35.842Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-03T14:49:35.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T14:49:35.842Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-03T14:49:36.061Z] prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container [2021-03-03T14:49:36.114Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-03T14:49:46.107Z] $ docker top e72d17d6dc84e4f67c73c25d9a7952744f391413b1d0e56c09d42a73b3522a7f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T14:49:46.769Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-03T14:49:47.074Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-03T14:49:47.376Z] + ls /var/log/sa-host [2021-03-03T14:49:47.376Z] + sadf -c /var/log/sa-host/sa03 [2021-03-03T14:49:47.376Z] file_magic: OK [2021-03-03T14:49:47.376Z] HZ: Using current value: 100 [2021-03-03T14:49:47.376Z] file_header: OK [2021-03-03T14:49:47.376Z] 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-03T14:49:47.376Z] Statistics: [2021-03-03T14:49:47.376Z] 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... [2021-03-03T14:49:47.376Z] File successfully converted to sysstat format version 12.2.1 [2021-03-03T14:49:47.376Z] + sadf -c /var/log/sa-host/sa23 [2021-03-03T14:49:47.376Z] file_magic: OK [2021-03-03T14:49:47.376Z] HZ: Using current value: 100 [2021-03-03T14:49:47.376Z] file_header: OK [2021-03-03T14:49:47.376Z] 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-03T14:49:47.376Z] Statistics: [2021-03-03T14:49:47.376Z] Hnuu...uuuununununu... [2021-03-03T14:49:47.376Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-03T14:49:47.650Z] provisioning config files... [2021-03-03T14:49:47.675Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5689330053321884085tmp [Pipeline] { [Pipeline] echo [2021-03-03T14:49:47.740Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:49:48.037Z] ---> create-netrc.sh [Pipeline] } [2021-03-03T14:49:48.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-03T14:49:48.148Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:49:48.449Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-03T14:49:48.462Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:49:48.761Z] ---> sudo-logs.sh [2021-03-03T14:49:48.761Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-03T14:49:48.821Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:49:49.123Z] ---> job-cost.sh [2021-03-03T14:49:49.123Z] lf-activate-venv: SKIPPING [2021-03-03T14:49:49.123Z] DEBUG: total: 0.20999999344348907 [2021-03-03T14:49:49.123Z] INFO: Retrieving Stack Cost... [2021-03-03T14:49:50.073Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-03T14:49:50.648Z] INFO: Archiving Costs [Pipeline] echo [2021-03-03T14:49:50.661Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T14:49:50.985Z] ---> logs-deploy.sh [2021-03-03T14:49:50.985Z] lf-activate-venv: SKIPPING [2021-03-03T14:49:50.985Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/4 [2021-03-03T14:49:50.985Z] INFO: archiving workspace using pattern(s): [2021-03-03T14:49:52.908Z] Archives upload complete. [2021-03-03T14:49:52.908Z] INFO: archiving logs to Nexus