Pull request #3416 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 31468994070af38c8f9db93fe1a8ddc3ce05f196 rather than d4ac040f3368d289f974f6dcd11e730364295fa0 Obtained Jenkinsfile from 31468994070af38c8f9db93fe1a8ddc3ce05f196 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2719 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit d4ac040f3368d289f974f6dcd11e730364295fa0 Merge succeeded, producing d4ac040f3368d289f974f6dcd11e730364295fa0 Checking out Revision d4ac040f3368d289f974f6dcd11e730364295fa0 (PR-3416) > git config core.sparsecheckout # timeout=10 > git checkout -f d4ac040f3368d289f974f6dcd11e730364295fa0 # 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 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4ac040f3368d289f974f6dcd11e730364295fa0 # timeout=10 Commit message: "fix: MaxResultCount limit the maximum number of returned objects" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-03T06:17:35.457Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-03T06:17:35.548Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-03T06:17:35.575Z] ========================================================= [2021-05-03T06:17:35.575Z] EdgeX Global Pipelines Version Info [2021-05-03T06:17:35.575Z] ========================================================= > git rev-list --no-walk 1160d5ba54a31b35ea1e4c6d49e89833a7095427 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:17:37.158Z] ------------------- [2021-05-03T06:17:37.158Z] stable info: [2021-05-03T06:17:37.158Z] ------------------- [2021-05-03T06:17:37.158Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-03T06:17:37.158Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T06:17:37.158Z] Message: update stable to v1.0.191 [2021-05-03T06:17:38.116Z] ------------------- [2021-05-03T06:17:38.116Z] experimental info: [2021-05-03T06:17:38.116Z] ------------------- [2021-05-03T06:17:38.116Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-03T06:17:38.116Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T06:17:38.116Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-03T06:17:38.248Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-03T06:17:38.271Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-03T06:17:38.293Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-03T06:17:38.317Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-03T06:17:38.340Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-03T06:17:38.363Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-03T06:17:38.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-03T06:17:38.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-03T06:17:38.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-03T06:17:38.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-03T06:17:38.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-03T06:17:38.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-03T06:17:38.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-03T06:17:38.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-03T06:17:38.578Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T06:17:38.600Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T06:17:38.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-03T06:17:38.671Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-03T06:17:38.694Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-03T06:17:38.716Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-03T06:17:38.739Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-03T06:17:38.761Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-03T06:17:38.783Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3416 [Pipeline] echo [2021-05-03T06:17:38.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3416 [Pipeline] echo [2021-05-03T06:17:38.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3416 [Pipeline] echo [2021-05-03T06:17:38.850Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4ac040f3368d289f974f6dcd11e730364295fa0 [Pipeline] echo [2021-05-03T06:17:38.873Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4ac040 [Pipeline] echo [2021-05-03T06:17:38.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T06:17:38.976Z] provisioning config files... [2021-05-03T06:17:39.015Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7575181342502994647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:17:39.336Z] ---> docker-login.sh [2021-05-03T06:17:39.336Z] nexus3.edgexfoundry.org:10001 [2021-05-03T06:17:39.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:17:39.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:17:39.861Z] Configure a credential helper to remove this warning. See [2021-05-03T06:17:39.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:17:39.861Z] [2021-05-03T06:17:39.861Z] Login Succeeded [2021-05-03T06:17:39.861Z] nexus3.edgexfoundry.org:10002 [2021-05-03T06:17:39.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:17:39.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:17:39.861Z] Configure a credential helper to remove this warning. See [2021-05-03T06:17:39.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:17:39.861Z] [2021-05-03T06:17:39.861Z] Login Succeeded [2021-05-03T06:17:39.861Z] nexus3.edgexfoundry.org:10003 [2021-05-03T06:17:40.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:17:40.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:17:40.126Z] Configure a credential helper to remove this warning. See [2021-05-03T06:17:40.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:17:40.126Z] [2021-05-03T06:17:40.126Z] Login Succeeded [2021-05-03T06:17:40.126Z] nexus3.edgexfoundry.org:10004 [2021-05-03T06:17:40.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:17:40.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:17:40.396Z] Configure a credential helper to remove this warning. See [2021-05-03T06:17:40.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:17:40.396Z] [2021-05-03T06:17:40.396Z] Login Succeeded [2021-05-03T06:17:40.396Z] docker.io [2021-05-03T06:17:40.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:17:40.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:17:40.660Z] Configure a credential helper to remove this warning. See [2021-05-03T06:17:40.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:17:40.660Z] [2021-05-03T06:17:40.660Z] Login Succeeded [2021-05-03T06:17:40.660Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T06:17:40.670Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T06:17:41.009Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/core-command/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/core-data/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-03T06:17:41.009Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T06:17:41.009Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-03T06:17:41.009Z] ++ cut -d/ -f2 [2021-05-03T06:17:41.009Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-03T06:17:41.101Z] 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-05-03T06:17:42.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T06:17:42.305Z] [2021-05-03T06:17:42.305Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:17:42.622Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T06:17:42.622Z] latest: Pulling from edgex-devops/git-semver [2021-05-03T06:17:42.622Z] 31603596830f: Pulling fs layer [2021-05-03T06:17:42.622Z] 54011a49482f: Pulling fs layer [2021-05-03T06:17:42.622Z] a6820b24f6d8: Pulling fs layer [2021-05-03T06:17:42.622Z] f581987b2513: Pulling fs layer [2021-05-03T06:17:42.622Z] f581987b2513: Waiting [2021-05-03T06:17:42.622Z] 54011a49482f: Download complete [2021-05-03T06:17:42.887Z] 31603596830f: Verifying Checksum [2021-05-03T06:17:42.887Z] 31603596830f: Download complete [2021-05-03T06:17:42.887Z] a6820b24f6d8: Verifying Checksum [2021-05-03T06:17:42.887Z] a6820b24f6d8: Download complete [2021-05-03T06:17:42.887Z] f581987b2513: Verifying Checksum [2021-05-03T06:17:42.887Z] f581987b2513: Download complete [2021-05-03T06:17:43.151Z] 31603596830f: Pull complete [2021-05-03T06:17:43.415Z] 54011a49482f: Pull complete [2021-05-03T06:17:44.371Z] a6820b24f6d8: Pull complete [2021-05-03T06:17:44.371Z] f581987b2513: Pull complete [2021-05-03T06:17:44.371Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-03T06:17:44.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T06:17:44.371Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-03T06:17:44.733Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2021-05-03T06:17:44.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T06:17:47.267Z] $ docker top 95090baef5eecf2df2bac1f4010605cfdc234531f3a15aa53095f53de593dd9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T06:17:47.437Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T06:17:47.437Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T06:17:47.718Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T06:17:47.723Z] $ docker exec 95090baef5eecf2df2bac1f4010605cfdc234531f3a15aa53095f53de593dd9c ssh-agent [2021-05-03T06:17:47.945Z] SSH_AUTH_SOCK=/tmp/ssh-AB1SSSZSdNVr/agent.11 [2021-05-03T06:17:47.945Z] SSH_AGENT_PID=16 [2021-05-03T06:17:47.956Z] Running ssh-add (command line suppressed) [2021-05-03T06:17:48.084Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3383012662444043193.key (/w/workspace/edgex-go/3@tmp/private_key_3383012662444043193.key) [2021-05-03T06:17:48.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T06:17:48.432Z] + git tag --points-at HEAD [Pipeline] } [2021-05-03T06:17:48.453Z] $ docker exec --env ******** --env ******** 95090baef5eecf2df2bac1f4010605cfdc234531f3a15aa53095f53de593dd9c ssh-agent -k [2021-05-03T06:17:48.570Z] unset SSH_AUTH_SOCK; [2021-05-03T06:17:48.570Z] unset SSH_AGENT_PID; [2021-05-03T06:17:48.570Z] echo Agent pid 16 killed; [2021-05-03T06:17:48.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-03T06:17:48.660Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T06:17:48.660Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T06:17:48.864Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T06:17:48.869Z] $ docker exec 95090baef5eecf2df2bac1f4010605cfdc234531f3a15aa53095f53de593dd9c ssh-agent [2021-05-03T06:17:49.036Z] SSH_AUTH_SOCK=/tmp/ssh-cGYjRFDTn7Pv/agent.46 [2021-05-03T06:17:49.037Z] SSH_AGENT_PID=51 [2021-05-03T06:17:49.045Z] Running ssh-add (command line suppressed) [2021-05-03T06:17:49.170Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6897221226144927868.key (/w/workspace/edgex-go/3@tmp/private_key_6897221226144927868.key) [2021-05-03T06:17:49.227Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T06:17:49.529Z] + git semver init [2021-05-03T06:17:49.529Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T06:17:49.529Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-03T06:17:49.529Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-03T06:17:49.529Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T06:17:49.529Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T06:17:49.529Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T06:17:49.529Z] # $SEMVER_BRANCH = PR-3416 [2021-05-03T06:17:49.529Z] # $SEMVER_TEMP = /tmp/semver-505883298 [2021-05-03T06:17:49.529Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-03T06:18:11.563Z] # '/tmp/semver-505883298' -> '/w/workspace/edgex-go/3/.semver' [2021-05-03T06:18:11.563Z] # -> Force: false [2021-05-03T06:18:11.563Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-03T06:18:11.579Z] $ docker exec --env ******** --env ******** 95090baef5eecf2df2bac1f4010605cfdc234531f3a15aa53095f53de593dd9c ssh-agent -k [2021-05-03T06:18:11.806Z] unset SSH_AUTH_SOCK; [2021-05-03T06:18:11.806Z] unset SSH_AGENT_PID; [2021-05-03T06:18:11.806Z] echo Agent pid 51 killed; [2021-05-03T06:18:11.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T06:18:12.245Z] + git semver [Pipeline] } [2021-05-03T06:18:12.263Z] $ docker stop --time=1 95090baef5eecf2df2bac1f4010605cfdc234531f3a15aa53095f53de593dd9c [2021-05-03T06:18:13.831Z] $ docker rm -f 95090baef5eecf2df2bac1f4010605cfdc234531f3a15aa53095f53de593dd9c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T06:18:14.300Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-03T06:18:14.778Z] Stashed 1 file(s) [Pipeline] echo [2021-05-03T06:18:14.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-05-03T06:18:15.293Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-03T06:18:15.596Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T06:18:15.899Z] + sudo service docker restart [2021-05-03T06:18:15.899Z] + true [2021-05-03T06:18:15.899Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-03T06:18:16.490Z] ========================================================= [2021-05-03T06:18:16.490Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-03T06:18:16.490Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:18:16.806Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-03T06:18:20.133Z] Sending build context to Docker daemon 329.8MB [2021-05-03T06:18:20.133Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T06:18:20.133Z] Step 2/6 : FROM ${BASE} [2021-05-03T06:18:20.398Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-03T06:18:20.398Z] 540db60ca938: Pulling fs layer [2021-05-03T06:18:20.398Z] adcc1eea9eea: Pulling fs layer [2021-05-03T06:18:20.398Z] 4c4ab2625f07: Pulling fs layer [2021-05-03T06:18:20.398Z] 0510c868ecb4: Pulling fs layer [2021-05-03T06:18:20.398Z] afea3b2eda06: Pulling fs layer [2021-05-03T06:18:20.398Z] 7809a108b3ef: Pulling fs layer [2021-05-03T06:18:20.398Z] f706445af74f: Pulling fs layer [2021-05-03T06:18:20.398Z] afea3b2eda06: Waiting [2021-05-03T06:18:20.398Z] 7809a108b3ef: Waiting [2021-05-03T06:18:20.398Z] f706445af74f: Waiting [2021-05-03T06:18:20.398Z] 0510c868ecb4: Waiting [2021-05-03T06:18:20.398Z] 4c4ab2625f07: Verifying Checksum [2021-05-03T06:18:20.398Z] 4c4ab2625f07: Download complete [2021-05-03T06:18:20.398Z] adcc1eea9eea: Download complete [2021-05-03T06:18:20.398Z] afea3b2eda06: Download complete [2021-05-03T06:18:20.398Z] 7809a108b3ef: Verifying Checksum [2021-05-03T06:18:20.398Z] 7809a108b3ef: Download complete [2021-05-03T06:18:20.398Z] 540db60ca938: Verifying Checksum [2021-05-03T06:18:20.398Z] 540db60ca938: Download complete [2021-05-03T06:18:20.974Z] 540db60ca938: Pull complete [2021-05-03T06:18:20.974Z] adcc1eea9eea: Pull complete [2021-05-03T06:18:21.239Z] 4c4ab2625f07: Pull complete [2021-05-03T06:18:22.194Z] f706445af74f: Verifying Checksum [2021-05-03T06:18:22.194Z] f706445af74f: Download complete [2021-05-03T06:18:23.155Z] 0510c868ecb4: Verifying Checksum [2021-05-03T06:18:23.155Z] 0510c868ecb4: Download complete [2021-05-03T06:18:28.497Z] 0510c868ecb4: Pull complete [2021-05-03T06:18:28.765Z] afea3b2eda06: Pull complete [2021-05-03T06:18:29.030Z] 7809a108b3ef: Pull complete [2021-05-03T06:18:29.915Z] Still waiting to schedule task [2021-05-03T06:18:29.916Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-03T06:18:34.346Z] f706445af74f: Pull complete [2021-05-03T06:18:34.346Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-03T06:18:34.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-03T06:18:34.346Z] ---> b068be0155e3 [2021-05-03T06:18:34.346Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-03T06:18:34.346Z] ---> Running in bf6cf55fa738 [2021-05-03T06:18:34.346Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:18:35.294Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:18:36.250Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T06:18:36.822Z] (2/12) Installing file (5.39-r0) [2021-05-03T06:18:36.822Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T06:18:36.822Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T06:18:41.223Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T06:18:41.223Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T06:18:41.223Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T06:18:41.223Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T06:18:41.223Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T06:18:41.223Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T06:18:41.223Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T06:18:41.223Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T06:18:41.223Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T06:18:41.493Z] OK: 219 MiB in 52 packages [2021-05-03T06:18:45.729Z] Removing intermediate container bf6cf55fa738 [2021-05-03T06:18:45.729Z] ---> 0c54f45a9460 [2021-05-03T06:18:45.729Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T06:18:45.729Z] ---> Running in 33efcea15a40 [2021-05-03T06:18:45.729Z] Removing intermediate container 33efcea15a40 [2021-05-03T06:18:45.729Z] ---> 979a5789ae82 [2021-05-03T06:18:45.729Z] Step 5/6 : COPY go.mod . [2021-05-03T06:18:45.729Z] ---> 42c4794ca183 [2021-05-03T06:18:45.729Z] Step 6/6 : RUN go mod download [2021-05-03T06:18:45.729Z] ---> Running in 8010445be1f8 [2021-05-03T06:19:07.754Z] Removing intermediate container 8010445be1f8 [2021-05-03T06:19:07.754Z] ---> 1081b60fe258 [2021-05-03T06:19:07.754Z] Successfully built 1081b60fe258 [2021-05-03T06:19:07.754Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:19:08.071Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T06:19:08.071Z] . [Pipeline] withDockerContainer [2021-05-03T06:19:08.181Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2021-05-03T06:19:08.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T06:19:09.085Z] $ docker top 4ded95157da780006a28e0a7b1d0b58339c38d1b4809120b5a191a711c761d96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T06:19:09.552Z] + go version [2021-05-03T06:19:09.552Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-03T06:19:09.571Z] $ docker stop --time=1 4ded95157da780006a28e0a7b1d0b58339c38d1b4809120b5a191a711c761d96 [2021-05-03T06:19:11.319Z] $ docker rm -f 4ded95157da780006a28e0a7b1d0b58339c38d1b4809120b5a191a711c761d96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:19:11.878Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T06:19:11.878Z] . [Pipeline] withDockerContainer [2021-05-03T06:19:11.979Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2021-05-03T06:19:12.032Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T06:19:12.809Z] $ docker top 14ba4343e2ddae670361b1ce05456626a022c76b908263774131d9dd16ddfe6e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T06:19:12.969Z] ========================================================= [2021-05-03T06:19:12.969Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T06:19:12.969Z] ========================================================= [Pipeline] sh [2021-05-03T06:19:13.271Z] + go mod tidy [Pipeline] sh [2021-05-03T06:19:14.995Z] + make test [2021-05-03T06:19:14.995Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T06:19:25.073Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T06:19:43.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T06:19:50.124Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T06:19:50.124Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T06:19:50.404Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T06:19:54.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T06:19:54.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T06:19:54.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T06:19:54.678Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T06:19:55.645Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T06:19:56.239Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T06:19:59.599Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T06:19:59.599Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T06:19:59.599Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T06:20:01.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 45.9% of statements [2021-05-03T06:20:01.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T06:20:01.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T06:20:01.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T06:20:01.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T06:20:01.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T06:20:01.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T06:20:01.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-05-03T06:20:01.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements [2021-05-03T06:20:04.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T06:20:04.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T06:20:04.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T06:20:04.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 71.3% of statements [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T06:20:04.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 87.7% of statements [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:20:04.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.079s coverage: 78.9% of statements [2021-05-03T06:20:04.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T06:20:08.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T06:20:08.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T06:20:08.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T06:20:08.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T06:20:08.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.161s coverage: 97.5% of statements [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T06:20:08.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.105s coverage: 78.3% of statements [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T06:20:08.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 95.1% of statements [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 0.9% of statements [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.6% of statements [2021-05-03T06:20:12.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-05-03T06:20:12.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-05-03T06:20:13.997Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2720 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws [2021-05-03T06:20:14.019Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-03T06:20:19.321Z] using credential edgex-jenkins-ssh [2021-05-03T06:20:19.338Z] Cloning the remote Git repository [2021-05-03T06:20:19.392Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T06:20:19.495Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-03T06:20:19.635Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T06:20:19.636Z] > git --version # timeout=10 [2021-05-03T06:20:19.691Z] > git --version # 'git version 2.17.1' [2021-05-03T06:20:19.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T06:20:19.842Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T06:20:24.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements [2021-05-03T06:20:24.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-05-03T06:20:27.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.276s coverage: 81.8% of statements [2021-05-03T06:20:27.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.6% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.122s coverage: 91.6% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 64.4% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.365s coverage: 69.0% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.205s coverage: 40.5% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.0% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.141s coverage: 92.6% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T06:20:35.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.847s coverage: 28.7% of statements [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T06:20:35.912Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T06:20:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T06:20:35.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-05-03T06:20:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T06:20:35.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-05-03T06:20:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T06:20:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T06:20:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T06:20:35.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.076s coverage: 64.6% of statements [2021-05-03T06:20:35.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T06:20:35.876Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T06:20:35.897Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T06:20:35.917Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T06:20:35.949Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T06:20:35.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T06:20:35.961Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T06:20:36.499Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.159s coverage: 97.6% of statements [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T06:20:36.499Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T06:20:36.499Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T06:20:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T06:20:36.768Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-05-03T06:20:36.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T06:20:36.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T06:20:36.768Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-05-03T06:20:36.805Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:20:37.035Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-05-03T06:20:37.236Z] Merge succeeded, producing d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:20:37.237Z] Checking out Revision d4ac040f3368d289f974f6dcd11e730364295fa0 (PR-3416) [2021-05-03T06:20:37.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-05-03T06:20:37.562Z] GO111MODULE=on go vet ./... [2021-05-03T06:20:36.826Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T06:20:36.843Z] > git checkout -f d4ac040f3368d289f974f6dcd11e730364295fa0 # timeout=10 [2021-05-03T06:20:37.157Z] > git remote # timeout=10 [2021-05-03T06:20:37.175Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T06:20:37.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T06:20:37.206Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-03T06:20:37.227Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T06:20:37.247Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T06:20:37.264Z] > git checkout -f d4ac040f3368d289f974f6dcd11e730364295fa0 # timeout=10 [2021-05-03T06:20:41.544Z] Commit message: "fix: MaxResultCount limit the maximum number of returned objects" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-03T06:20:43.347Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-03T06:20:43.777Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T06:20:44.118Z] + + true [2021-05-03T06:20:44.118Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T06:20:46.135Z] provisioning config files... [2021-05-03T06:20:46.195Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4681085340777594290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:20:46.568Z] ---> docker-login.sh [2021-05-03T06:20:46.568Z] nexus3.edgexfoundry.org:10001 [2021-05-03T06:20:47.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:20:47.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:20:47.830Z] Configure a credential helper to remove this warning. See [2021-05-03T06:20:47.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:20:47.830Z] [2021-05-03T06:20:47.830Z] Login Succeeded [2021-05-03T06:20:47.830Z] nexus3.edgexfoundry.org:10002 [2021-05-03T06:20:48.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:20:48.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:20:48.378Z] Configure a credential helper to remove this warning. See [2021-05-03T06:20:48.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:20:48.378Z] [2021-05-03T06:20:48.378Z] Login Succeeded [2021-05-03T06:20:48.378Z] nexus3.edgexfoundry.org:10003 [2021-05-03T06:20:48.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:20:48.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:20:48.652Z] Configure a credential helper to remove this warning. See [2021-05-03T06:20:48.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:20:48.652Z] [2021-05-03T06:20:48.652Z] Login Succeeded [2021-05-03T06:20:48.652Z] nexus3.edgexfoundry.org:10004 [2021-05-03T06:20:49.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:20:49.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:20:49.249Z] Configure a credential helper to remove this warning. See [2021-05-03T06:20:49.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:20:49.249Z] [2021-05-03T06:20:49.249Z] Login Succeeded [2021-05-03T06:20:49.249Z] docker.io [2021-05-03T06:20:49.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T06:20:50.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T06:20:50.117Z] Configure a credential helper to remove this warning. See [2021-05-03T06:20:50.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T06:20:50.117Z] [2021-05-03T06:20:50.117Z] Login Succeeded [2021-05-03T06:20:50.117Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T06:20:50.134Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-03T06:20:50.423Z] ========================================================= [2021-05-03T06:20:50.423Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-03T06:20:50.423Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:20:50.765Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-03T06:20:53.398Z] Sending build context to Docker daemon 167.5MB [2021-05-03T06:20:53.398Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T06:20:53.398Z] Step 2/6 : FROM ${BASE} [2021-05-03T06:20:53.398Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-03T06:20:53.398Z] 595b0fe564bb: Pulling fs layer [2021-05-03T06:20:53.398Z] 7186ed65a4f7: Pulling fs layer [2021-05-03T06:20:53.398Z] 316046926c0a: Pulling fs layer [2021-05-03T06:20:53.398Z] 4ebd0625c992: Pulling fs layer [2021-05-03T06:20:53.398Z] 207e8628e3a3: Pulling fs layer [2021-05-03T06:20:53.398Z] c791037a9be2: Pulling fs layer [2021-05-03T06:20:53.398Z] ffd874e62e21: Pulling fs layer [2021-05-03T06:20:53.398Z] 4ebd0625c992: Waiting [2021-05-03T06:20:53.398Z] c791037a9be2: Waiting [2021-05-03T06:20:53.398Z] 207e8628e3a3: Waiting [2021-05-03T06:20:53.398Z] ffd874e62e21: Waiting [2021-05-03T06:20:53.398Z] 316046926c0a: Verifying Checksum [2021-05-03T06:20:53.398Z] 316046926c0a: Download complete [2021-05-03T06:20:53.398Z] 7186ed65a4f7: Verifying Checksum [2021-05-03T06:20:53.398Z] 207e8628e3a3: Verifying Checksum [2021-05-03T06:20:53.398Z] 207e8628e3a3: Download complete [2021-05-03T06:20:53.398Z] c791037a9be2: Verifying Checksum [2021-05-03T06:20:53.398Z] c791037a9be2: Download complete [2021-05-03T06:20:53.398Z] 595b0fe564bb: Verifying Checksum [2021-05-03T06:20:53.398Z] 595b0fe564bb: Download complete [2021-05-03T06:20:54.004Z] 595b0fe564bb: Pull complete [2021-05-03T06:20:54.615Z] 7186ed65a4f7: Pull complete [2021-05-03T06:20:54.898Z] 316046926c0a: Pull complete [2021-05-03T06:20:56.354Z] ffd874e62e21: Download complete [2021-05-03T06:20:57.335Z] 4ebd0625c992: Verifying Checksum [2021-05-03T06:20:57.335Z] 4ebd0625c992: Download complete [2021-05-03T06:21:07.486Z] 4ebd0625c992: Pull complete [2021-05-03T06:21:07.486Z] 207e8628e3a3: Pull complete [2021-05-03T06:21:07.760Z] c791037a9be2: Pull complete [2021-05-03T06:21:12.088Z] ffd874e62e21: Pull complete [2021-05-03T06:21:12.088Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-03T06:21:12.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-03T06:21:12.088Z] ---> cfc18b08335c [2021-05-03T06:21:12.088Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-03T06:21:14.714Z] ---> Running in b81c4d1e6682 [2021-05-03T06:21:16.165Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:21:16.539Z] gofmt -l . [2021-05-03T06:21:16.539Z] [ "`gofmt -l .`" = "" ] [2021-05-03T06:21:16.539Z] ./bin/test-go-mod-tidy.sh [2021-05-03T06:21:16.539Z] ./bin/test-attribution-txt.sh [2021-05-03T06:21:16.760Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-05-03T06:21:17.435Z] + ls -al . [2021-05-03T06:21:17.435Z] total 804 [2021-05-03T06:21:17.435Z] drwxrwxr-x 10 1001 1001 4096 May 3 06:21 . [2021-05-03T06:21:17.435Z] drwxr-xr-x 4 root root 28 May 3 06:19 .. [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 11 May 3 06:17 .dockerignore [2021-05-03T06:21:17.435Z] drwxrwxr-x 8 1001 1001 179 May 3 06:17 .git [2021-05-03T06:21:17.435Z] drwxrwxr-x 3 1001 1001 125 May 3 06:17 .github [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 818 May 3 06:17 .gitignore [2021-05-03T06:21:17.435Z] drwx------ 3 1001 1001 60 May 3 06:18 .semver [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 166 May 3 06:17 .sonarcloud.properties [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 8609 May 3 06:17 Attribution.txt [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 3804 May 3 06:17 CONTRIBUTING.md [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 931 May 3 06:17 Dockerfile.build [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 863 May 3 06:17 Jenkinsfile [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 10775 May 3 06:17 LICENSE [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 5774 May 3 06:17 Makefile [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 7978 May 3 06:17 README.md [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 6755 May 3 06:17 SECURITY.md [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 5 May 3 06:18 VERSION [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 4131 May 3 06:17 ZMQWindows.md [2021-05-03T06:21:17.435Z] drwxrwxr-x 2 1001 1001 117 May 3 06:17 bin [2021-05-03T06:21:17.435Z] drwxrwxr-x 14 1001 1001 4096 May 3 06:17 cmd [2021-05-03T06:21:17.435Z] -rw-r--r-- 1 root root 693878 May 3 06:20 coverage.out [2021-05-03T06:21:17.435Z] -rw-r--r-- 1 root root 1060 May 3 06:21 go.mod [2021-05-03T06:21:17.435Z] -rw-r--r-- 1 root root 22420 May 3 06:19 go.sum [2021-05-03T06:21:17.435Z] drwxrwxr-x 8 1001 1001 127 May 3 06:17 internal [2021-05-03T06:21:17.435Z] drwxrwxr-x 4 1001 1001 26 May 3 06:17 openapi [2021-05-03T06:21:17.435Z] drwxrwxr-x 4 1001 1001 71 May 3 06:17 snap [2021-05-03T06:21:17.435Z] -rw-rw-r-- 1 1001 1001 168 May 3 06:17 version.go [Pipeline] sh [2021-05-03T06:21:17.734Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T06:21:17.743Z] + '[' -e coverage.out ] [2021-05-03T06:21:17.743Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T06:21:18.006Z] (2/12) Installing file (5.39-r0) [2021-05-03T06:21:18.006Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T06:21:18.017Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T06:21:18.278Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T06:21:18.403Z] + make build [2021-05-03T06:21:18.403Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T06:21:21.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T06:21:30.668Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T06:21:30.668Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T06:21:30.668Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T06:21:30.668Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T06:21:30.668Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T06:21:30.668Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T06:21:30.668Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T06:21:30.668Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T06:21:30.668Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T06:21:30.668Z] OK: 218 MiB in 52 packages [2021-05-03T06:21:31.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T06:21:32.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T06:21:34.052Z] Removing intermediate container b81c4d1e6682 [2021-05-03T06:21:34.052Z] ---> c65f08cde30b [2021-05-03T06:21:34.052Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T06:21:34.052Z] ---> Running in 8320d294d3ae [2021-05-03T06:21:34.052Z] Removing intermediate container 8320d294d3ae [2021-05-03T06:21:34.052Z] ---> f8b16c302778 [2021-05-03T06:21:34.052Z] Step 5/6 : COPY go.mod . [2021-05-03T06:21:34.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T06:21:34.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T06:21:34.650Z] ---> 3b5059da3020 [2021-05-03T06:21:34.650Z] Step 6/6 : RUN go mod download [2021-05-03T06:21:34.935Z] ---> Running in 25688921aa00 [2021-05-03T06:21:35.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T06:21:37.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T06:21:38.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T06:21:39.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T06:21:40.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T06:21:42.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-03T06:21:44.655Z] $ docker stop --time=1 14ba4343e2ddae670361b1ce05456626a022c76b908263774131d9dd16ddfe6e [2021-05-03T06:21:46.306Z] $ docker rm -f 14ba4343e2ddae670361b1ce05456626a022c76b908263774131d9dd16ddfe6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:21:49.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T06:21:49.419Z] [2021-05-03T06:21:49.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:21:49.738Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T06:21:49.738Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-03T06:21:49.738Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-03T06:21:49.738Z] ca9280d653b3: Pulling fs layer [2021-05-03T06:21:49.738Z] 7e9c9ca2126c: Pulling fs layer [2021-05-03T06:21:50.000Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-03T06:21:50.000Z] cbdbe7a5bc2a: Download complete [2021-05-03T06:21:50.267Z] cbdbe7a5bc2a: Pull complete [2021-05-03T06:21:50.535Z] ca9280d653b3: Download complete [2021-05-03T06:21:51.487Z] ca9280d653b3: Pull complete [2021-05-03T06:21:51.487Z] 7e9c9ca2126c: Download complete [2021-05-03T06:21:58.111Z] 7e9c9ca2126c: Pull complete [2021-05-03T06:21:58.111Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-03T06:21:58.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T06:21:58.111Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-03T06:21:58.286Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2021-05-03T06:21:58.331Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T06:22:00.292Z] $ docker top de593d6724bc5db7a9a802595685317b3c34b4bfcfe679ae40b7e8b2c36b008e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T06:22:00.718Z] + docker-compose build --help [2021-05-03T06:22:00.718Z] + grep parallel [2021-05-03T06:22:01.667Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T06:22:01.683Z] $ docker stop --time=1 de593d6724bc5db7a9a802595685317b3c34b4bfcfe679ae40b7e8b2c36b008e [2021-05-03T06:22:01.740Z] Removing intermediate container 25688921aa00 [2021-05-03T06:22:01.740Z] ---> f1617f136d00 [2021-05-03T06:22:01.740Z] Successfully built f1617f136d00 [2021-05-03T06:22:01.740Z] Successfully tagged ci-base-image-arm64:latest [2021-05-03T06:22:03.068Z] $ docker rm -f de593d6724bc5db7a9a802595685317b3c34b4bfcfe679ae40b7e8b2c36b008e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:22:03.535Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T06:22:03.535Z] . [Pipeline] withDockerContainer [2021-05-03T06:22:03.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T06:22:03.631Z] . [2021-05-03T06:22:03.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-2720 does not seem to be running inside a container [2021-05-03T06:22:03.892Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-03T06:22:05.473Z] $ docker top 7c3013117e591961d64bb7cebd4a21bc0690d8d12ec2c14db006556363fbcf89 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-05-03T06:22:05.901Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2021-05-03T06:22:05.950Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T06:22:06.695Z] $ docker top cf01e718b01117d42c4cb93465313774fceb5ca914b0e5078ca5319604968105 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-03T06:22:07.175Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T06:22:07.470Z] + go version [2021-05-03T06:22:07.470Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-03T06:22:07.497Z] $ docker stop --time=1 7c3013117e591961d64bb7cebd4a21bc0690d8d12ec2c14db006556363fbcf89 [2021-05-03T06:22:08.123Z] Building docker-core-command-go ... [2021-05-03T06:22:08.123Z] Building docker-core-data-go ... [2021-05-03T06:22:08.123Z] Building docker-core-metadata-go ... [2021-05-03T06:22:08.123Z] Building docker-security-bootstrapper-go ... [2021-05-03T06:22:08.123Z] Building docker-security-proxy-setup-go ... [2021-05-03T06:22:08.123Z] Building docker-security-secretstore-setup-go ... [2021-05-03T06:22:08.123Z] Building docker-support-notifications-go ... [2021-05-03T06:22:08.123Z] Building docker-support-scheduler-go ... [2021-05-03T06:22:08.123Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T06:22:08.123Z] Building docker-security-secretstore-setup-go [2021-05-03T06:22:08.123Z] Building docker-sys-mgmt-agent-go [2021-05-03T06:22:08.123Z] Building docker-security-proxy-setup-go [2021-05-03T06:22:08.123Z] Building docker-support-scheduler-go [2021-05-03T06:22:08.123Z] Building docker-support-notifications-go [2021-05-03T06:22:09.441Z] $ docker rm -f 7c3013117e591961d64bb7cebd4a21bc0690d8d12ec2c14db006556363fbcf89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:22:10.133Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T06:22:10.133Z] . [Pipeline] withDockerContainer [2021-05-03T06:22:10.395Z] prd-ubuntu18.04-docker-arm64-4c-16g-2720 does not seem to be running inside a container [2021-05-03T06:22:10.477Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-03T06:22:11.920Z] $ docker top 2bfeb53e00a9d28b72a77d75ad112dd4f8c032fd54d9517a7c294ae668cead2d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T06:22:12.229Z] ========================================================= [2021-05-03T06:22:12.229Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T06:22:12.229Z] ========================================================= [Pipeline] sh [2021-05-03T06:22:12.873Z] + go mod tidy [Pipeline] sh [2021-05-03T06:22:14.524Z] + make test [2021-05-03T06:22:14.524Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T06:22:41.440Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T06:22:47.043Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:22:47.043Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:22:47.043Z] ---> 1081b60fe258 [2021-05-03T06:22:47.043Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T06:22:47.043Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:22:47.043Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:22:47.043Z] ---> 1081b60fe258 [2021-05-03T06:22:47.043Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T06:22:47.043Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:22:47.043Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:22:47.043Z] ---> 1081b60fe258 [2021-05-03T06:22:47.043Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T06:22:47.043Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:22:47.043Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:22:47.043Z] ---> 1081b60fe258 [2021-05-03T06:22:47.043Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T06:22:47.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:22:47.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:22:47.043Z] ---> 1081b60fe258 [2021-05-03T06:22:47.043Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:22:47.043Z] ---> Running in a82f1d971525 [2021-05-03T06:22:47.043Z] ---> Running in b04f608a91ab [2021-05-03T06:22:47.043Z] ---> Running in 50133cc18cfb [2021-05-03T06:22:47.043Z] ---> Running in 9b312e0709d2 [2021-05-03T06:22:47.043Z] ---> Running in ece8919eb707 [2021-05-03T06:22:47.043Z] Removing intermediate container ece8919eb707 [2021-05-03T06:22:47.043Z] ---> 97afa98903b1 [2021-05-03T06:22:47.043Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:22:47.043Z] Removing intermediate container 9b312e0709d2 [2021-05-03T06:22:47.043Z] ---> 47d8f9ed1131 [2021-05-03T06:22:47.043Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:22:47.043Z] Removing intermediate container a82f1d971525 [2021-05-03T06:22:47.043Z] ---> 2c6e5a1b664a [2021-05-03T06:22:47.043Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:22:47.043Z] Removing intermediate container b04f608a91ab [2021-05-03T06:22:47.043Z] ---> 02b1ed9e5590 [2021-05-03T06:22:47.043Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:22:47.043Z] Removing intermediate container 50133cc18cfb [2021-05-03T06:22:47.043Z] ---> 9644256c75d6 [2021-05-03T06:22:47.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:22:47.043Z] ---> Running in deec1b89ed62 [2021-05-03T06:22:47.043Z] ---> Running in ab17b2d3d26a [2021-05-03T06:22:47.043Z] ---> Running in f0d1da23b71f [2021-05-03T06:22:47.043Z] ---> Running in 45ea5eadd861 [2021-05-03T06:22:47.043Z] ---> Running in 6706c82836fa [2021-05-03T06:22:48.986Z] Removing intermediate container deec1b89ed62 [2021-05-03T06:22:48.986Z] ---> f48f072ade84 [2021-05-03T06:22:48.986Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T06:22:48.986Z] Removing intermediate container ab17b2d3d26a [2021-05-03T06:22:48.986Z] ---> a9f351a793d7 [2021-05-03T06:22:48.986Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T06:22:48.986Z] ---> Running in b56ad68db344 [2021-05-03T06:22:48.986Z] ---> Running in 941b29e0dab7 [2021-05-03T06:22:49.248Z] Removing intermediate container f0d1da23b71f [2021-05-03T06:22:49.248Z] ---> 973ee86c1dae [2021-05-03T06:22:49.248Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T06:22:49.248Z] Removing intermediate container 45ea5eadd861 [2021-05-03T06:22:49.248Z] ---> 408b731ea792 [2021-05-03T06:22:49.248Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T06:22:49.515Z] ---> Running in 3410e0b7d7ee [2021-05-03T06:22:49.515Z] Removing intermediate container 6706c82836fa [2021-05-03T06:22:49.515Z] ---> 3f4844b838f1 [2021-05-03T06:22:49.515Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T06:22:49.781Z] ---> Running in 624b516b56b2 [2021-05-03T06:22:49.781Z] ---> Running in 1cffd32eb27b [2021-05-03T06:22:50.045Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:50.307Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:50.307Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:50.571Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:50.571Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:51.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:51.787Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:51.787Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:52.051Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:52.314Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:22:53.264Z] OK: 219 MiB in 52 packages [2021-05-03T06:22:53.838Z] Removing intermediate container 624b516b56b2 [2021-05-03T06:22:53.838Z] ---> 5fa6be9e5e45 [2021-05-03T06:22:53.838Z] Step 6/22 : COPY go.mod . [2021-05-03T06:22:54.107Z] ---> e273eff4babd [2021-05-03T06:22:54.107Z] Step 7/22 : RUN go mod download [2021-05-03T06:22:54.107Z] OK: 219 MiB in 52 packages [2021-05-03T06:22:54.107Z] ---> Running in 87461d9adfa3 [2021-05-03T06:22:54.107Z] OK: 219 MiB in 52 packages [2021-05-03T06:22:54.379Z] OK: 219 MiB in 52 packages [2021-05-03T06:22:54.649Z] Removing intermediate container 3410e0b7d7ee [2021-05-03T06:22:54.649Z] ---> 4bf6eaa5339e [2021-05-03T06:22:54.649Z] Step 6/24 : COPY go.mod . [2021-05-03T06:22:54.918Z] Removing intermediate container b56ad68db344 [2021-05-03T06:22:54.918Z] ---> 276956bcef61 [2021-05-03T06:22:54.918Z] Step 6/21 : COPY go.mod . [2021-05-03T06:22:54.918Z] Removing intermediate container 1cffd32eb27b [2021-05-03T06:22:54.918Z] ---> c4bb49f2406f [2021-05-03T06:22:54.918Z] Step 6/23 : COPY go.mod . [2021-05-03T06:22:55.185Z] ---> 07a613c91a5c [2021-05-03T06:22:55.185Z] Step 7/24 : RUN go mod download [2021-05-03T06:22:55.185Z] ---> Running in c3f29d874a6c [2021-05-03T06:22:55.185Z] ---> b0fbeb2744fb [2021-05-03T06:22:55.185Z] Step 7/21 : RUN go mod download [2021-05-03T06:22:55.453Z] ---> Running in 6ec197b27bed [2021-05-03T06:22:55.453Z] ---> 3ac0b6cca084 [2021-05-03T06:22:55.453Z] Step 7/23 : RUN go mod download [2021-05-03T06:22:55.453Z] OK: 219 MiB in 52 packages [2021-05-03T06:22:55.722Z] ---> Running in 3f41dda8cd1d [2021-05-03T06:22:56.307Z] Removing intermediate container 87461d9adfa3 [2021-05-03T06:22:56.307Z] ---> 6599c097b63d [2021-05-03T06:22:56.307Z] Step 8/22 : COPY . . [2021-05-03T06:22:56.579Z] Removing intermediate container 941b29e0dab7 [2021-05-03T06:22:56.579Z] ---> 67d1132a4065 [2021-05-03T06:22:56.579Z] Step 6/22 : COPY go.mod . [2021-05-03T06:22:57.980Z] ---> 7f0e45d2a224 [2021-05-03T06:22:57.980Z] Step 7/22 : RUN go mod download [2021-05-03T06:23:00.562Z] Removing intermediate container c3f29d874a6c [2021-05-03T06:23:00.562Z] ---> 303d0ccdb155 [2021-05-03T06:23:00.562Z] Step 8/24 : COPY . . [2021-05-03T06:23:00.826Z] Removing intermediate container 6ec197b27bed [2021-05-03T06:23:00.826Z] ---> 073a9225f72c [2021-05-03T06:23:00.826Z] Step 8/21 : COPY . . [2021-05-03T06:23:01.149Z] ---> Running in 40c2d57ac0dc [2021-05-03T06:23:05.704Z] Removing intermediate container 3f41dda8cd1d [2021-05-03T06:23:05.704Z] ---> 9f40e155a910 [2021-05-03T06:23:05.704Z] Step 8/23 : COPY . . [2021-05-03T06:23:15.851Z] Removing intermediate container 40c2d57ac0dc [2021-05-03T06:23:15.851Z] ---> 4d58e84a7e34 [2021-05-03T06:23:15.851Z] Step 8/22 : COPY . . [2021-05-03T06:23:38.060Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T06:23:42.993Z] ---> 1087225e197d [2021-05-03T06:23:42.993Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T06:23:43.402Z] ---> Running in 09bb21017e1e [2021-05-03T06:23:43.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T06:23:45.351Z] ---> ee43912dc774 [2021-05-03T06:23:45.351Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T06:23:45.351Z] ---> 7747d158f14a [2021-05-03T06:23:45.351Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T06:23:48.738Z] ---> Running in acf2fe533079 [2021-05-03T06:23:48.738Z] ---> Running in cb7b81d97102 [2021-05-03T06:23:48.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T06:23:49.000Z] ---> aca551227791 [2021-05-03T06:23:49.000Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T06:23:49.575Z] ---> 23bbf6bb974e [2021-05-03T06:23:49.575Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T06:23:49.843Z] ---> Running in e9d1142d524a [2021-05-03T06:23:49.843Z] ---> Running in f3a8a8531ad1 [2021-05-03T06:23:50.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T06:23:50.751Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T06:23:50.751Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T06:23:51.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T06:23:53.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T06:23:53.698Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T06:23:57.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T06:23:57.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T06:23:57.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T06:23:57.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T06:24:01.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T06:24:02.327Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T06:24:10.632Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T06:24:10.632Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T06:24:10.632Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T06:24:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 45.9% of statements [2021-05-03T06:24:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T06:24:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T06:24:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T06:24:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T06:24:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T06:24:16.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T06:24:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.177s coverage: 19.8% of statements [2021-05-03T06:24:16.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.261s coverage: 100.0% of statements [2021-05-03T06:24:24.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T06:24:24.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T06:24:24.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.203s coverage: 100.0% of statements [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T06:24:24.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T06:24:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T06:24:27.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.469s coverage: 87.7% of statements [2021-05-03T06:24:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T06:24:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:24:27.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.254s coverage: 78.9% of statements [2021-05-03T06:24:27.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T06:24:29.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T06:24:29.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T06:24:31.350Z] Removing intermediate container e9d1142d524a [2021-05-03T06:24:31.350Z] ---> 957284dd4f6d [2021-05-03T06:24:31.350Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T06:24:34.669Z] ---> Running in b106e999acb3 [2021-05-03T06:24:37.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.222s coverage: 28.6% of statements [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T06:24:37.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.211s coverage: 100.0% of statements [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T06:24:37.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.145s coverage: 100.0% of statements [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T06:24:37.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.385s coverage: 86.7% of statements [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T06:24:37.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T06:24:37.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T06:24:37.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T06:24:37.230Z] Removing intermediate container f3a8a8531ad1 [2021-05-03T06:24:37.230Z] ---> 67c25d7ea015 [2021-05-03T06:24:37.230Z] [2021-05-03T06:24:37.230Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T06:24:37.230Z] Removing intermediate container acf2fe533079 [2021-05-03T06:24:37.230Z] ---> 4d858ffc1d85 [2021-05-03T06:24:37.230Z] [2021-05-03T06:24:37.230Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T06:24:37.230Z] 3.12: Pulling from library/alpine [2021-05-03T06:24:37.230Z] 3.12: Pulling from library/alpine [2021-05-03T06:24:37.495Z] Removing intermediate container cb7b81d97102 [2021-05-03T06:24:37.495Z] ---> cbf3e2cda851 [2021-05-03T06:24:37.495Z] [2021-05-03T06:24:37.495Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T06:24:37.495Z] 3.12: Pulling from library/alpine [2021-05-03T06:24:37.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T06:24:37.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T06:24:37.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T06:24:37.495Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T06:24:37.495Z] ---> 13621d1b12d4 [2021-05-03T06:24:37.495Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T06:24:37.495Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T06:24:37.495Z] ---> 13621d1b12d4 [2021-05-03T06:24:37.495Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T06:24:37.495Z] Status: Image is up to date for alpine:3.12 [2021-05-03T06:24:37.495Z] ---> 13621d1b12d4 [2021-05-03T06:24:37.495Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T06:24:37.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T06:24:39.693Z] ---> Running in 64749431559c [2021-05-03T06:24:39.693Z] ---> Running in 726e391af177 [2021-05-03T06:24:39.693Z] ---> Running in 9c532679de7c [2021-05-03T06:24:39.693Z] Removing intermediate container 09bb21017e1e [2021-05-03T06:24:39.693Z] ---> d3b2384765fe [2021-05-03T06:24:39.693Z] [2021-05-03T06:24:39.693Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T06:24:39.693Z] ---> 13621d1b12d4 [2021-05-03T06:24:39.693Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T06:24:39.955Z] ---> Running in 2eaa15e58dcd [2021-05-03T06:24:40.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:40.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:40.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:40.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:40.547Z] Removing intermediate container b106e999acb3 [2021-05-03T06:24:40.547Z] ---> 474dbe12eae7 [2021-05-03T06:24:40.547Z] [2021-05-03T06:24:40.547Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T06:24:40.834Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T06:24:40.834Z] 20.10.0: Pulling from library/docker [2021-05-03T06:24:40.834Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T06:24:40.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:40.834Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T06:24:40.834Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T06:24:40.834Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T06:24:40.834Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T06:24:40.834Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:24:40.834Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T06:24:40.834Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T06:24:40.834Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T06:24:40.834Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T06:24:40.834Z] OK: 7 MiB in 20 packages [2021-05-03T06:24:40.834Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T06:24:40.834Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:24:40.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:40.834Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T06:24:41.131Z] OK: 7 MiB in 18 packages [2021-05-03T06:24:41.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:41.131Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T06:24:41.131Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:24:41.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:41.131Z] OK: 6 MiB in 15 packages [2021-05-03T06:24:41.394Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T06:24:41.394Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T06:24:41.394Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:24:41.658Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T06:24:41.922Z] OK: 6 MiB in 16 packages [2021-05-03T06:24:42.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.198s coverage: 95.1% of statements [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T06:24:42.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.132s coverage: 58.8% of statements [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T06:24:42.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.9% of statements [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T06:24:42.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.142s coverage: 22.6% of statements [2021-05-03T06:24:42.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T06:24:42.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.163s coverage: 47.1% of statements [2021-05-03T06:24:42.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.164s coverage: 79.5% of statements [2021-05-03T06:24:42.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.139s coverage: 94.1% of statements [2021-05-03T06:24:43.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements [2021-05-03T06:24:44.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.186s coverage: 87.5% of statements [2021-05-03T06:24:45.236Z] Removing intermediate container 64749431559c [2021-05-03T06:24:45.236Z] ---> ad84920442ed [2021-05-03T06:24:45.236Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T06:24:45.511Z] ---> Running in 3388e4394975 [2021-05-03T06:24:45.511Z] Removing intermediate container 726e391af177 [2021-05-03T06:24:45.511Z] ---> ab8674d9193f [2021-05-03T06:24:45.511Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T06:24:45.774Z] ---> Running in 860b07fb4557 [2021-05-03T06:24:46.732Z] Removing intermediate container 9c532679de7c [2021-05-03T06:24:46.732Z] ---> 6e41c324eb25 [2021-05-03T06:24:46.732Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:24:46.732Z] Removing intermediate container 3388e4394975 [2021-05-03T06:24:46.732Z] ---> 9b01c2083253 [2021-05-03T06:24:46.732Z] Step 13/24 : WORKDIR / [2021-05-03T06:24:46.732Z] Removing intermediate container 2eaa15e58dcd [2021-05-03T06:24:46.732Z] ---> b63778e90974 [2021-05-03T06:24:46.732Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:24:46.732Z] ---> Running in a3191d50a9b8 [2021-05-03T06:24:46.997Z] Removing intermediate container 860b07fb4557 [2021-05-03T06:24:46.997Z] ---> 6141767e8ff1 [2021-05-03T06:24:46.997Z] Step 13/21 : WORKDIR /edgex [2021-05-03T06:24:46.997Z] ---> Running in 042a8b253800 [2021-05-03T06:24:46.997Z] ---> Running in a39f852bf27a [2021-05-03T06:24:46.997Z] ---> Running in 0b7a98b9676c [2021-05-03T06:24:47.280Z] Removing intermediate container a3191d50a9b8 [2021-05-03T06:24:47.280Z] ---> 831dad3d1053 [2021-05-03T06:24:47.280Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T06:24:47.280Z] ---> Running in d5f10f77a372 [2021-05-03T06:24:47.280Z] Removing intermediate container a39f852bf27a [2021-05-03T06:24:47.280Z] ---> 8a6c3bb62cd8 [2021-05-03T06:24:47.280Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T06:24:47.280Z] Removing intermediate container 042a8b253800 [2021-05-03T06:24:47.280Z] ---> f78d3abde5cf [2021-05-03T06:24:47.280Z] 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-05-03T06:24:47.555Z] Removing intermediate container 0b7a98b9676c [2021-05-03T06:24:47.555Z] ---> 2e2f1c24be21 [2021-05-03T06:24:47.555Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T06:24:47.555Z] ---> Running in fca4bd13b13e [2021-05-03T06:24:47.555Z] Removing intermediate container d5f10f77a372 [2021-05-03T06:24:47.555Z] ---> 54a9c09ddb5d [2021-05-03T06:24:47.555Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T06:24:47.834Z] ---> Running in ae87338b7627 [2021-05-03T06:24:47.834Z] ---> cb15a0934d1d [2021-05-03T06:24:47.834Z] 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-05-03T06:24:48.110Z] Removing intermediate container fca4bd13b13e [2021-05-03T06:24:48.110Z] ---> cb91b152e467 [2021-05-03T06:24:48.110Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T06:24:48.110Z] ---> 19192a6e8b3e [2021-05-03T06:24:48.110Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T06:24:48.110Z] Removing intermediate container ae87338b7627 [2021-05-03T06:24:48.110Z] ---> 3abbd47ac754 [2021-05-03T06:24:48.110Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:24:48.110Z] ---> Running in e7c9b0feaac6 [2021-05-03T06:24:48.385Z] ---> d1ff2bad293a [2021-05-03T06:24:48.385Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T06:24:48.385Z] Removing intermediate container e7c9b0feaac6 [2021-05-03T06:24:48.385Z] ---> 5a8f9e1be399 [2021-05-03T06:24:48.385Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:24:48.653Z] ---> 277f4993efa0 [2021-05-03T06:24:48.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T06:24:48.653Z] ---> 438b7c9727f2 [2021-05-03T06:24:48.653Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T06:24:50.055Z] ---> 8134df235944 [2021-05-03T06:24:50.055Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T06:24:50.325Z] ---> a678cc7a7026 [2021-05-03T06:24:50.325Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T06:24:50.325Z] ---> 333205bdcb5d [2021-05-03T06:24:50.325Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T06:24:50.325Z] ---> 0a5a6aba9fbf [2021-05-03T06:24:50.325Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T06:24:51.744Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T06:24:51.744Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T06:24:51.744Z] ---> aefe523efa57 [2021-05-03T06:24:51.744Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:24:51.744Z] ---> 69a6782e5272 [2021-05-03T06:24:51.744Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T06:24:51.744Z] ---> 348fdf579b1b [2021-05-03T06:24:51.744Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T06:24:51.744Z] ---> dffd406a0d19 [2021-05-03T06:24:51.744Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T06:24:51.744Z] ---> 8a8b8c44ed80 [2021-05-03T06:24:51.744Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T06:24:51.744Z] ---> Running in 6f729a3c240f [2021-05-03T06:24:51.744Z] ---> Running in 89cffb4302c3 [2021-05-03T06:24:51.744Z] ---> Running in 79cdfbae10eb [2021-05-03T06:24:52.013Z] Removing intermediate container 79cdfbae10eb [2021-05-03T06:24:52.013Z] ---> 06114c780c49 [2021-05-03T06:24:52.013Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:24:52.013Z] Removing intermediate container 89cffb4302c3 [2021-05-03T06:24:52.013Z] ---> f435f4119bf6 [2021-05-03T06:24:52.013Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T06:24:52.013Z] Removing intermediate container 6f729a3c240f [2021-05-03T06:24:52.013Z] ---> 163b8d9a02fc [2021-05-03T06:24:52.013Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T06:24:52.277Z] ---> e8efa44f3085 [2021-05-03T06:24:52.277Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T06:24:52.277Z] ---> e698101e98e1 [2021-05-03T06:24:52.277Z] 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-05-03T06:24:52.277Z] ---> Running in 09449ecf2aa2 [2021-05-03T06:24:52.277Z] ---> Running in fd5e9fe9a1c7 [2021-05-03T06:24:52.277Z] ---> Running in 5d1c500e258a [2021-05-03T06:24:52.540Z] ---> Running in 9473639d0981 [2021-05-03T06:24:52.540Z] ---> Running in 23f1169a3023 [2021-05-03T06:24:52.803Z] Removing intermediate container 09449ecf2aa2 [2021-05-03T06:24:52.803Z] ---> 9e35e6b58dd2 [2021-05-03T06:24:52.803Z] Step 19/21 : LABEL arch=x86_64 [2021-05-03T06:24:52.803Z] Removing intermediate container 5d1c500e258a [2021-05-03T06:24:52.803Z] ---> a4337690dc11 [2021-05-03T06:24:52.803Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T06:24:53.074Z] ---> Running in e4fc5d028a3e [2021-05-03T06:24:53.074Z] ---> Running in 037bf7bc373f [2021-05-03T06:24:53.074Z] Removing intermediate container 9473639d0981 [2021-05-03T06:24:53.074Z] ---> fef31cf20dd9 [2021-05-03T06:24:53.074Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:24:53.074Z] ---> Running in 620c11089a53 [2021-05-03T06:24:53.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:53.342Z] Removing intermediate container e4fc5d028a3e [2021-05-03T06:24:53.342Z] ---> 351b94c96b39 [2021-05-03T06:24:53.342Z] Step 20/21 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:24:53.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:24:53.342Z] Removing intermediate container 037bf7bc373f [2021-05-03T06:24:53.342Z] ---> d70610dfca45 [2021-05-03T06:24:53.342Z] Step 21/22 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:24:53.607Z] ---> Running in 726af23e1ebe [2021-05-03T06:24:53.607Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T06:24:53.607Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T06:24:53.607Z] Removing intermediate container 620c11089a53 [2021-05-03T06:24:53.607Z] ---> fb873f2eb5ed [2021-05-03T06:24:53.607Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T06:24:53.607Z] ---> Running in 0d0a855ca932 [2021-05-03T06:24:53.607Z] Executing bash-5.0.17-r0.post-install [2021-05-03T06:24:53.607Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T06:24:53.607Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T06:24:53.607Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T06:24:53.607Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T06:24:53.607Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T06:24:53.607Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T06:24:53.607Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T06:24:53.607Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T06:24:53.607Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T06:24:53.607Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T06:24:53.607Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T06:24:53.607Z] ---> Running in 542affeeb509 [2021-05-03T06:24:56.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.180s coverage: 94.4% of statements [2021-05-03T06:24:56.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.115s coverage: 44.8% of statements [2021-05-03T06:24:56.923Z] Removing intermediate container 726af23e1ebe [2021-05-03T06:24:56.923Z] ---> e31802969b62 [2021-05-03T06:24:56.923Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T06:24:56.923Z] Removing intermediate container 0d0a855ca932 [2021-05-03T06:24:56.923Z] ---> bf6d85974bf4 [2021-05-03T06:24:56.923Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T06:24:56.923Z] ---> Running in 04cb09af662c [2021-05-03T06:24:56.923Z] Removing intermediate container 542affeeb509 [2021-05-03T06:24:56.923Z] ---> aaa8ed38c423 [2021-05-03T06:24:56.923Z] Step 21/22 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:24:56.923Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T06:24:56.923Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T06:24:56.923Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T06:24:56.923Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T06:24:56.923Z] ---> Running in b222667beee0 [2021-05-03T06:24:56.923Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T06:24:56.923Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T06:24:56.923Z] ---> Running in ae08abf8b0d4 [2021-05-03T06:24:56.923Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T06:24:57.867Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T06:24:57.867Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T06:24:57.867Z] Removing intermediate container 23f1169a3023 [2021-05-03T06:24:57.867Z] ---> 1e29afb10071 [2021-05-03T06:24:57.867Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T06:24:57.867Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T06:24:58.441Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T06:24:58.441Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T06:24:58.702Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T06:24:58.702Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T06:24:58.702Z] Removing intermediate container 04cb09af662c [2021-05-03T06:24:58.702Z] ---> 9e45ad6830ac [2021-05-03T06:24:58.702Z] [2021-05-03T06:24:58.702Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T06:24:58.966Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T06:24:59.229Z] ---> Running in ebaed27d06fc [2021-05-03T06:24:59.229Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T06:24:59.229Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T06:24:59.229Z] Removing intermediate container ae08abf8b0d4 [2021-05-03T06:24:59.229Z] ---> 01b198bb2da0 [2021-05-03T06:24:59.229Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T06:24:59.229Z] Removing intermediate container b222667beee0 [2021-05-03T06:24:59.229Z] ---> 82ebed47682f [2021-05-03T06:24:59.229Z] [2021-05-03T06:24:59.229Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T06:24:59.501Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T06:24:59.501Z] Successfully built 9e45ad6830ac [2021-05-03T06:24:59.501Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T06:24:59.501Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T06:24:59.501Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T06:24:59.764Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-03T06:24:59.764Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-05-03T06:24:59.764Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T06:24:59.764Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T06:24:59.764Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T06:24:59.764Z] ---> Running in 4f23ace53327 [2021-05-03T06:25:00.340Z] Successfully built 82ebed47682f [2021-05-03T06:25:00.340Z] Removing intermediate container ebaed27d06fc [2021-05-03T06:25:00.340Z] ---> 27988ecc894c [2021-05-03T06:25:00.340Z] Step 22/24 : LABEL arch=x86_64 [2021-05-03T06:25:00.340Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-03T06:25:00.340Z] Building docker-security-bootstrapper-go [2021-05-03T06:25:00.340Z]  Building docker-support-scheduler-go ... done Executing busybox-1.31.1-r19.trigger [2021-05-03T06:25:00.340Z] OK: 72 MiB in 59 packages [2021-05-03T06:25:00.919Z] ---> Running in 206869007e57 [2021-05-03T06:25:00.919Z] Removing intermediate container 4f23ace53327 [2021-05-03T06:25:00.919Z] ---> 75893e0f9322 [2021-05-03T06:25:00.919Z] [2021-05-03T06:25:02.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.608s coverage: 81.8% of statements [2021-05-03T06:25:02.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T06:25:04.263Z] Successfully built 75893e0f9322 [2021-05-03T06:25:04.263Z] Successfully tagged docker-support-notifications-go:latest [2021-05-03T06:25:04.263Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-05-03T06:25:04.263Z] Removing intermediate container 206869007e57 [2021-05-03T06:25:04.263Z] ---> e9b72ae681d3 [2021-05-03T06:25:04.263Z] Step 23/24 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:25:04.263Z] ---> Running in 3816ffcead68 [2021-05-03T06:25:04.263Z] Removing intermediate container 3816ffcead68 [2021-05-03T06:25:04.263Z] ---> 8ca81f999c62 [2021-05-03T06:25:04.263Z] Step 24/24 : LABEL version=0.0.0 [2021-05-03T06:25:05.670Z] Collecting docker-compose==1.23.2 [2021-05-03T06:25:05.670Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T06:25:08.239Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T06:25:08.239Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T06:25:08.239Z] ---> Running in ef4aee8ecaef [2021-05-03T06:25:08.826Z] Removing intermediate container ef4aee8ecaef [2021-05-03T06:25:08.826Z] ---> 7a0c65e15877 [2021-05-03T06:25:08.826Z] [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.206s coverage: 92.9% of statements [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.053s coverage: 77.8% of statements [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.201s coverage: 75.5% of statements [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.8% of statements [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.217s coverage: 87.2% of statements [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 84.6% of statements [2021-05-03T06:25:08.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.292s coverage: 91.6% of statements [2021-05-03T06:25:08.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T06:25:09.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.785s coverage: 64.4% of statements [2021-05-03T06:25:09.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T06:25:09.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T06:25:09.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.147s coverage: 100.0% of statements [2021-05-03T06:25:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.127s coverage: 91.3% of statements [2021-05-03T06:25:10.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.120s coverage: 100.0% of statements [2021-05-03T06:25:10.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-05-03T06:25:11.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-05-03T06:25:13.059Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T06:25:13.059Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T06:25:13.059Z] Successfully built 7a0c65e15877 [2021-05-03T06:25:13.323Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-03T06:25:13.323Z] Building docker-core-data-go [2021-05-03T06:25:13.900Z]  Building docker-security-secretstore-setup-go ... done Collecting PyYAML<4,>=3.10 [2021-05-03T06:25:13.900Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T06:25:15.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.994s coverage: 69.0% of statements [2021-05-03T06:25:15.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T06:25:15.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T06:25:15.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T06:25:15.333Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-03T06:25:15.333Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T06:25:15.333Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T06:25:16.801Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T06:25:16.801Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T06:25:17.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.707s coverage: 40.5% of statements [2021-05-03T06:25:17.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T06:25:17.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T06:25:17.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-05-03T06:25:17.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T06:25:17.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.106s coverage: 84.8% of statements [2021-05-03T06:25:18.254Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T06:25:18.254Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T06:25:19.676Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T06:25:19.676Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T06:25:23.051Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T06:25:23.051Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T06:25:23.051Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T06:25:23.051Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T06:25:23.051Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T06:25:23.051Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T06:25:23.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements [2021-05-03T06:25:23.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T06:25:23.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T06:25:23.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T06:25:23.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T06:25:23.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T06:25:23.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements [2021-05-03T06:25:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T06:25:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.164s coverage: 100.0% of statements [2021-05-03T06:25:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T06:25:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T06:25:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.155s coverage: 9.6% of statements [2021-05-03T06:25:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T06:25:23.330Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-03T06:25:23.740Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T06:25:23.740Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T06:25:24.009Z] Collecting idna<2.8,>=2.5 [2021-05-03T06:25:24.009Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T06:25:24.009Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-03T06:25:24.009Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T06:25:24.009Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T06:25:24.009Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T06:25:24.009Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T06:25:24.281Z] Installing collected packages: texttable, jsonschema, PyYAML, docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, cached-property, docker-compose [2021-05-03T06:25:24.281Z] Running setup.py install for texttable: started [2021-05-03T06:25:24.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.507s coverage: 92.6% of statements [2021-05-03T06:25:24.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T06:25:24.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:25:24.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T06:25:25.707Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T06:25:26.312Z] Running setup.py install for PyYAML: started [2021-05-03T06:25:28.934Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:25:28.934Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:25:28.934Z] ---> 1081b60fe258 [2021-05-03T06:25:28.934Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T06:25:28.934Z] ---> Using cache [2021-05-03T06:25:28.934Z] ---> 9644256c75d6 [2021-05-03T06:25:28.934Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:25:28.934Z] ---> Using cache [2021-05-03T06:25:28.934Z] ---> 3f4844b838f1 [2021-05-03T06:25:28.934Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T06:25:30.625Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:25:30.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:25:30.625Z] ---> 1081b60fe258 [2021-05-03T06:25:30.625Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:25:30.625Z] ---> Using cache [2021-05-03T06:25:30.625Z] ---> 9644256c75d6 [2021-05-03T06:25:30.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:25:30.625Z] ---> Using cache [2021-05-03T06:25:30.625Z] ---> 3f4844b838f1 [2021-05-03T06:25:30.625Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T06:25:30.625Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T06:25:30.625Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:25:30.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:25:30.625Z] ---> 1081b60fe258 [2021-05-03T06:25:30.625Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:25:30.625Z] ---> Using cache [2021-05-03T06:25:30.625Z] ---> 9644256c75d6 [2021-05-03T06:25:30.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:25:30.625Z] ---> Using cache [2021-05-03T06:25:30.625Z] ---> 3f4844b838f1 [2021-05-03T06:25:30.625Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T06:25:30.625Z] Running setup.py install for docopt: started [2021-05-03T06:25:31.403Z] ---> Running in 867696baf979 [2021-05-03T06:25:31.403Z] ---> Running in 8e61dcba35fc [2021-05-03T06:25:31.403Z] ---> Running in 7339f78dad8a [2021-05-03T06:25:31.706Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T06:25:31.981Z] Attempting uninstall: urllib3 [2021-05-03T06:25:31.981Z] Found existing installation: urllib3 1.25.9 [2021-05-03T06:25:31.981Z] Uninstalling urllib3-1.25.9: [2021-05-03T06:25:32.243Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T06:25:34.178Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:34.178Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:34.178Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:34.178Z] Attempting uninstall: idna [2021-05-03T06:25:34.178Z] Found existing installation: idna 2.9 [2021-05-03T06:25:34.178Z] Uninstalling idna-2.9: [2021-05-03T06:25:34.178Z] Successfully uninstalled idna-2.9 [2021-05-03T06:25:34.445Z] Attempting uninstall: requests [2021-05-03T06:25:34.445Z] Found existing installation: requests 2.23.0 [2021-05-03T06:25:34.445Z] Uninstalling requests-2.23.0: [2021-05-03T06:25:34.445Z] Successfully uninstalled requests-2.23.0 [2021-05-03T06:25:34.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.891s coverage: 28.7% of statements [2021-05-03T06:25:34.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T06:25:34.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T06:25:34.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T06:25:34.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T06:25:34.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T06:25:34.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.284s coverage: 99.0% of statements [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.227s coverage: 100.0% of statements [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.244s coverage: 64.6% of statements [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 97.6% of statements [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.078s coverage: 0.0% of statements [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.110s coverage: 100.0% of statements [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T06:25:34.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-05-03T06:25:34.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.126s coverage: 28.1% of statements [2021-05-03T06:25:35.021Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:35.021Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:35.021Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:35.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-03T06:25:35.971Z] OK: 219 MiB in 52 packages [2021-05-03T06:25:35.971Z] OK: 219 MiB in 52 packages [2021-05-03T06:25:35.971Z] OK: 219 MiB in 52 packages [2021-05-03T06:25:36.093Z] GO111MODULE=on go vet ./... [2021-05-03T06:25:36.243Z] Running setup.py install for dockerpty: started [2021-05-03T06:25:36.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:25:36.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:25:36.505Z] ---> 1081b60fe258 [2021-05-03T06:25:36.505Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:25:36.505Z] ---> Using cache [2021-05-03T06:25:36.505Z] ---> 9644256c75d6 [2021-05-03T06:25:36.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:25:36.505Z] ---> Using cache [2021-05-03T06:25:36.505Z] ---> 3f4844b838f1 [2021-05-03T06:25:36.505Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T06:25:37.079Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T06:25:37.347Z] ---> Running in b0fedcbf9b67 [2021-05-03T06:25:37.921Z] 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-05-03T06:25:38.188Z] Removing intermediate container 7339f78dad8a [2021-05-03T06:25:38.188Z] ---> 8f67cb07510a [2021-05-03T06:25:38.188Z] Step 6/23 : COPY go.mod . [2021-05-03T06:25:38.188Z] Removing intermediate container 8e61dcba35fc [2021-05-03T06:25:38.188Z] ---> 844356f855e1 [2021-05-03T06:25:38.188Z] Step 6/23 : COPY go.mod . [2021-05-03T06:25:38.188Z] Removing intermediate container 867696baf979 [2021-05-03T06:25:38.188Z] ---> 98134cfbd439 [2021-05-03T06:25:38.188Z] Step 6/31 : COPY go.mod . [2021-05-03T06:25:38.464Z] ---> 9284942569cb [2021-05-03T06:25:38.464Z] Step 7/23 : RUN go mod download [2021-05-03T06:25:38.464Z] ---> Running in 09cf18eb0cec [2021-05-03T06:25:38.464Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:38.730Z] ---> 8efd6d887d58 [2021-05-03T06:25:38.730Z] Step 7/23 : RUN go mod download [2021-05-03T06:25:38.730Z] ---> 80f753a0623c [2021-05-03T06:25:38.730Z] Step 7/31 : RUN go mod download [2021-05-03T06:25:38.996Z] ---> Running in 102deee870bd [2021-05-03T06:25:38.996Z] ---> Running in d0dabc0a2ebc [2021-05-03T06:25:39.573Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:25:40.158Z] OK: 219 MiB in 52 packages [2021-05-03T06:25:42.720Z] Removing intermediate container 09cf18eb0cec [2021-05-03T06:25:42.721Z] ---> 4073f4911421 [2021-05-03T06:25:42.721Z] Step 8/23 : COPY . . [2021-05-03T06:25:44.124Z] Removing intermediate container 102deee870bd [2021-05-03T06:25:44.124Z] ---> b53f08e9c254 [2021-05-03T06:25:44.124Z] Step 8/23 : COPY . . [2021-05-03T06:25:47.446Z] Removing intermediate container d0dabc0a2ebc [2021-05-03T06:25:47.446Z] ---> f7939538f1d5 [2021-05-03T06:25:47.446Z] Step 8/31 : COPY . . [2021-05-03T06:25:47.721Z] Removing intermediate container b0fedcbf9b67 [2021-05-03T06:25:47.721Z] ---> d25b99f72d2e [2021-05-03T06:25:47.721Z] Step 6/23 : COPY go.mod . [2021-05-03T06:25:55.964Z] ---> 8f93348b6b6f [2021-05-03T06:25:55.964Z] Step 7/23 : RUN go mod download [2021-05-03T06:25:57.921Z] ---> Running in 2e84e19a4db3 [2021-05-03T06:26:12.998Z] Removing intermediate container 2e84e19a4db3 [2021-05-03T06:26:12.998Z] ---> 0ed11292b723 [2021-05-03T06:26:12.998Z] Step 8/23 : COPY . . [2021-05-03T06:26:12.998Z] Removing intermediate container fd5e9fe9a1c7 [2021-05-03T06:26:12.998Z] ---> 37d26e7cda09 [2021-05-03T06:26:12.998Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T06:26:18.361Z] ---> Running in 32ecb49571c9 [2021-05-03T06:26:25.004Z] Removing intermediate container 32ecb49571c9 [2021-05-03T06:26:25.004Z] ---> 48d8ab7baab8 [2021-05-03T06:26:25.004Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T06:26:26.938Z] ---> Running in 262b29e60a58 [2021-05-03T06:26:27.518Z] ---> d31dfe82ee37 [2021-05-03T06:26:27.518Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T06:26:27.784Z] ---> dbde45bd4d31 [2021-05-03T06:26:27.784Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T06:26:27.784Z] ---> e09013c1e14b [2021-05-03T06:26:27.784Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T06:26:27.784Z] ---> Running in 3ff59a34e59e [2021-05-03T06:26:27.784Z] Removing intermediate container 262b29e60a58 [2021-05-03T06:26:27.784Z] ---> 6e9e5a4f5546 [2021-05-03T06:26:27.784Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T06:26:28.051Z] ---> Running in d8dced2747de [2021-05-03T06:26:28.051Z] ---> Running in 69caaf84d909 [2021-05-03T06:26:29.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T06:26:30.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T06:26:30.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-03T06:26:30.584Z] ---> 7f7057cddc64 [2021-05-03T06:26:30.584Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T06:26:32.545Z] ---> 54aceb7b4b9a [2021-05-03T06:26:32.545Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T06:26:34.517Z] ---> 798b32648326 [2021-05-03T06:26:34.517Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T06:26:35.946Z] ---> Running in baedd50583df [2021-05-03T06:26:36.936Z] Removing intermediate container baedd50583df [2021-05-03T06:26:36.936Z] ---> f700d12af12a [2021-05-03T06:26:36.936Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:26:37.222Z] ---> Running in f4660b6669a8 [2021-05-03T06:26:38.672Z] Removing intermediate container f4660b6669a8 [2021-05-03T06:26:38.672Z] ---> bc8b77f78605 [2021-05-03T06:26:38.672Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T06:26:39.665Z] ---> Running in ae004daa943f [2021-05-03T06:26:40.639Z] Removing intermediate container ae004daa943f [2021-05-03T06:26:40.639Z] ---> fb779049f5a8 [2021-05-03T06:26:40.639Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:26:42.074Z] ---> Running in 46bab5a67b84 [2021-05-03T06:26:42.074Z] ---> 2b1265a3e835 [2021-05-03T06:26:42.074Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T06:26:42.348Z] ---> Running in fbe129eafd0e [2021-05-03T06:26:42.348Z] Removing intermediate container 46bab5a67b84 [2021-05-03T06:26:42.348Z] ---> 586c880ed2e7 [2021-05-03T06:26:42.348Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:26:42.620Z] ---> Running in 2a83525d17b2 [2021-05-03T06:26:44.082Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T06:26:44.082Z] Removing intermediate container 2a83525d17b2 [2021-05-03T06:26:44.082Z] ---> 904c851dce41 [2021-05-03T06:26:44.082Z] [2021-05-03T06:26:44.363Z] Successfully built 904c851dce41 [2021-05-03T06:26:44.363Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-03T06:27:11.081Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d8dced2747de [2021-05-03T06:27:11.081Z] ---> 2852fd9d8b38 [2021-05-03T06:27:11.081Z] [2021-05-03T06:27:11.081Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T06:27:11.081Z] ---> 13621d1b12d4 [2021-05-03T06:27:11.081Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T06:27:11.081Z] Removing intermediate container 69caaf84d909 [2021-05-03T06:27:11.081Z] ---> c9cad241afc5 [2021-05-03T06:27:11.081Z] [2021-05-03T06:27:11.081Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T06:27:11.081Z] ---> 13621d1b12d4 [2021-05-03T06:27:11.081Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T06:27:11.081Z] ---> Using cache [2021-05-03T06:27:11.081Z] ---> 6e41c324eb25 [2021-05-03T06:27:11.081Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:27:11.081Z] ---> Using cache [2021-05-03T06:27:11.081Z] ---> 831dad3d1053 [2021-05-03T06:27:11.081Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T06:27:11.081Z] ---> Running in 77ce380e838d [2021-05-03T06:27:11.081Z] ---> Running in 9897c34e3012 [2021-05-03T06:27:11.081Z] Removing intermediate container 77ce380e838d [2021-05-03T06:27:11.081Z] ---> 0a1a1138aaaf [2021-05-03T06:27:11.081Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T06:27:11.081Z] ---> Running in 2368f96f55db [2021-05-03T06:27:11.081Z] Removing intermediate container 9897c34e3012 [2021-05-03T06:27:11.081Z] ---> 1991b8da87f6 [2021-05-03T06:27:11.081Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T06:27:12.945Z] gofmt -l . [2021-05-03T06:27:13.216Z] [ "`gofmt -l .`" = "" ] [2021-05-03T06:27:15.425Z] ---> Running in f08f82cb58a4 [2021-05-03T06:27:15.830Z] ./bin/test-go-mod-tidy.sh [2021-05-03T06:27:16.382Z] Removing intermediate container 3ff59a34e59e [2021-05-03T06:27:16.382Z] ---> 66531886748c [2021-05-03T06:27:16.382Z] [2021-05-03T06:27:16.382Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T06:27:16.382Z] ---> 13621d1b12d4 [2021-05-03T06:27:16.382Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T06:27:16.382Z] ---> Using cache [2021-05-03T06:27:16.382Z] ---> 6e41c324eb25 [2021-05-03T06:27:16.382Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:27:16.382Z] ---> Using cache [2021-05-03T06:27:16.382Z] ---> 831dad3d1053 [2021-05-03T06:27:16.382Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T06:27:16.382Z] Removing intermediate container f08f82cb58a4 [2021-05-03T06:27:16.382Z] ---> 2d3a9575e3a0 [2021-05-03T06:27:16.382Z] Step 15/23 : WORKDIR / [2021-05-03T06:27:16.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:27:16.382Z] ---> Running in 719c77584bae [2021-05-03T06:27:16.382Z] ---> Running in b58d065b7eb4 [2021-05-03T06:27:16.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:27:16.646Z] Removing intermediate container b58d065b7eb4 [2021-05-03T06:27:16.646Z] ---> e646e314b78d [2021-05-03T06:27:16.646Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T06:27:16.646Z] Removing intermediate container 719c77584bae [2021-05-03T06:27:16.646Z] ---> 0edd1357f741 [2021-05-03T06:27:16.646Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:27:16.646Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T06:27:16.646Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T06:27:16.646Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:27:16.646Z] OK: 6 MiB in 16 packages [2021-05-03T06:27:16.646Z] ---> Running in 0378be40b7cd [2021-05-03T06:27:16.811Z] ./bin/test-attribution-txt.sh [2021-05-03T06:27:16.924Z] Removing intermediate container 0378be40b7cd [2021-05-03T06:27:16.924Z] ---> 4e22685060de [2021-05-03T06:27:16.924Z] Step 15/23 : WORKDIR / [2021-05-03T06:27:16.924Z] ---> 929d40395728 [2021-05-03T06:27:16.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T06:27:16.924Z] ---> Running in 81b1b4397a13 [2021-05-03T06:27:17.518Z] Removing intermediate container 81b1b4397a13 [2021-05-03T06:27:17.518Z] ---> 76a03f53a885 [2021-05-03T06:27:17.518Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:27:17.518Z] Removing intermediate container 2368f96f55db [2021-05-03T06:27:17.518Z] ---> 1456e27aabd6 [2021-05-03T06:27:17.518Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T06:27:17.785Z] ---> 16e6dd4ff3be [2021-05-03T06:27:17.785Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T06:27:17.785Z] ---> Running in 43281ccd54e6 [2021-05-03T06:27:18.052Z] ---> ae3fed99a30b [2021-05-03T06:27:18.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T06:27:18.052Z] Removing intermediate container 43281ccd54e6 [2021-05-03T06:27:18.052Z] ---> 8f26c65337ed [2021-05-03T06:27:18.052Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T06:27:18.052Z] ---> 81089e052dd3 [2021-05-03T06:27:18.052Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T06:27:18.317Z] ---> Running in 765939f34eda [2021-05-03T06:27:18.317Z] ---> Running in 2ca15473c994 [2021-05-03T06:27:18.583Z] Removing intermediate container 765939f34eda [2021-05-03T06:27:18.583Z] ---> 79916488556b [2021-05-03T06:27:18.583Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T06:27:18.583Z] Removing intermediate container 2ca15473c994 [2021-05-03T06:27:18.583Z] ---> 2f52e06281cd [2021-05-03T06:27:18.583Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:27:18.583Z] ---> Running in 39dea8d0f9bb [2021-05-03T06:27:18.583Z] ---> e5a366ff05a8 [2021-05-03T06:27:18.583Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] sh [2021-05-03T06:27:18.851Z] ---> Running in 11b2ea406260 [2021-05-03T06:27:19.119Z] ---> 9d28b9935413 [2021-05-03T06:27:19.119Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T06:27:19.119Z] Removing intermediate container 11b2ea406260 [2021-05-03T06:27:19.119Z] ---> 14e894bc8e50 [2021-05-03T06:27:19.119Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T06:27:19.119Z] ---> Running in e65969790826 [2021-05-03T06:27:19.119Z] ---> Running in b171eae598aa [2021-05-03T06:27:19.395Z] Removing intermediate container b171eae598aa [2021-05-03T06:27:19.395Z] ---> d4376bd389dc [2021-05-03T06:27:19.395Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:27:19.395Z] Removing intermediate container e65969790826 [2021-05-03T06:27:19.395Z] ---> b60c7a91984d [2021-05-03T06:27:19.395Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:27:19.433Z] + ls -al . [2021-05-03T06:27:19.433Z] total 832 [2021-05-03T06:27:19.433Z] drwxrwxr-x 9 1001 1001 4096 May 3 06:27 . [2021-05-03T06:27:19.433Z] drwxr-xr-x 4 root root 4096 May 3 06:22 .. [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 11 May 3 06:20 .dockerignore [2021-05-03T06:27:19.433Z] drwxrwxr-x 8 1001 1001 4096 May 3 06:20 .git [2021-05-03T06:27:19.433Z] drwxrwxr-x 3 1001 1001 4096 May 3 06:20 .github [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 818 May 3 06:20 .gitignore [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 166 May 3 06:20 .sonarcloud.properties [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 8609 May 3 06:20 Attribution.txt [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 3804 May 3 06:20 CONTRIBUTING.md [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 931 May 3 06:20 Dockerfile.build [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 863 May 3 06:20 Jenkinsfile [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 10775 May 3 06:20 LICENSE [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 5774 May 3 06:20 Makefile [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 7978 May 3 06:20 README.md [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 6755 May 3 06:20 SECURITY.md [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 5 May 3 06:18 VERSION [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 4131 May 3 06:20 ZMQWindows.md [2021-05-03T06:27:19.433Z] drwxrwxr-x 2 1001 1001 4096 May 3 06:20 bin [2021-05-03T06:27:19.433Z] drwxrwxr-x 14 1001 1001 4096 May 3 06:20 cmd [2021-05-03T06:27:19.433Z] -rw-r--r-- 1 root root 693878 May 3 06:25 coverage.out [2021-05-03T06:27:19.433Z] -rw-r--r-- 1 root root 1060 May 3 06:27 go.mod [2021-05-03T06:27:19.433Z] -rw-r--r-- 1 root root 22420 May 3 06:22 go.sum [2021-05-03T06:27:19.433Z] drwxrwxr-x 8 1001 1001 4096 May 3 06:20 internal [2021-05-03T06:27:19.433Z] drwxrwxr-x 4 1001 1001 4096 May 3 06:20 openapi [2021-05-03T06:27:19.433Z] drwxrwxr-x 4 1001 1001 4096 May 3 06:20 snap [2021-05-03T06:27:19.433Z] -rw-rw-r-- 1 1001 1001 168 May 3 06:20 version.go [Pipeline] sh [2021-05-03T06:27:19.660Z] ---> Running in a49b4477d1c2 [2021-05-03T06:27:19.660Z] ---> Running in fb5a9fefeff4 [2021-05-03T06:27:20.095Z] + '[' -e coverage.out ] [2021-05-03T06:27:20.095Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T06:27:20.126Z] Warning: overwriting stash ‘coverage-report’ [2021-05-03T06:27:21.374Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T06:27:22.029Z] + make build [2021-05-03T06:27:22.029Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T06:27:23.156Z] Removing intermediate container fb5a9fefeff4 [2021-05-03T06:27:23.156Z] ---> 2e91a1cbce3d [2021-05-03T06:27:23.156Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T06:27:23.156Z] Removing intermediate container a49b4477d1c2 [2021-05-03T06:27:23.156Z] ---> 7d8ea0a131a5 [2021-05-03T06:27:23.156Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:27:23.156Z] Removing intermediate container 39dea8d0f9bb [2021-05-03T06:27:23.156Z] ---> d4b9985b9777 [2021-05-03T06:27:23.156Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T06:27:23.156Z] Removing intermediate container fbe129eafd0e [2021-05-03T06:27:23.156Z] ---> 3da18d6e2052 [2021-05-03T06:27:23.156Z] [2021-05-03T06:27:23.156Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T06:27:23.156Z] ---> 13621d1b12d4 [2021-05-03T06:27:23.156Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T06:27:23.156Z] ---> Running in 48c329395b3a [2021-05-03T06:27:23.156Z] ---> Running in 4c05fa069340 [2021-05-03T06:27:23.156Z] ---> Running in 113609c3aa83 [2021-05-03T06:27:23.156Z] ---> Running in dc42e0c57838 [2021-05-03T06:27:23.156Z] Removing intermediate container 4c05fa069340 [2021-05-03T06:27:23.156Z] ---> e6e56a34cef0 [2021-05-03T06:27:23.156Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:27:23.448Z] Removing intermediate container 48c329395b3a [2021-05-03T06:27:23.448Z] ---> d7d448bed6e0 [2021-05-03T06:27:23.448Z] [2021-05-03T06:27:23.448Z] Removing intermediate container 113609c3aa83 [2021-05-03T06:27:23.448Z] ---> e797829a003f [2021-05-03T06:27:23.448Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T06:27:23.448Z] ---> Running in 25a6d68c915e [2021-05-03T06:27:23.448Z] Removing intermediate container dc42e0c57838 [2021-05-03T06:27:23.448Z] ---> 8d275e457b8a [2021-05-03T06:27:23.448Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T06:27:23.713Z] ---> Running in a77620183adc [2021-05-03T06:27:23.714Z] Successfully built d7d448bed6e0 [2021-05-03T06:27:23.714Z] Successfully tagged docker-core-command-go:latest [2021-05-03T06:27:23.984Z]  Building docker-core-command-go ... done Removing intermediate container 25a6d68c915e [2021-05-03T06:27:23.984Z] ---> 7d3b9b55805c [2021-05-03T06:27:23.984Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:27:23.984Z] ---> Running in 4f43e83d0946 [2021-05-03T06:27:23.984Z] ---> 136eebcac050 [2021-05-03T06:27:23.984Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T06:27:23.984Z] Removing intermediate container a77620183adc [2021-05-03T06:27:23.984Z] ---> 5b39f6d16bd2 [2021-05-03T06:27:23.984Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T06:27:24.249Z] ---> Running in b4b5a6ce292a [2021-05-03T06:27:24.249Z] ---> Running in edbee4a27ae6 [2021-05-03T06:27:24.249Z] Removing intermediate container 4f43e83d0946 [2021-05-03T06:27:24.249Z] ---> edc53f039b9f [2021-05-03T06:27:24.249Z] [2021-05-03T06:27:24.517Z] Removing intermediate container b4b5a6ce292a [2021-05-03T06:27:24.517Z] ---> 241ca36d291f [2021-05-03T06:27:24.517Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:27:25.097Z] Successfully built edc53f039b9f [2021-05-03T06:27:25.362Z] Successfully tagged docker-core-metadata-go:latest [2021-05-03T06:27:25.363Z]  Building docker-core-metadata-go ... done  ---> Running in 9bd04739ff77 [2021-05-03T06:27:25.953Z] Removing intermediate container edbee4a27ae6 [2021-05-03T06:27:25.953Z] ---> f97b30ca622b [2021-05-03T06:27:25.953Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:27:26.217Z] ---> 673c27e265b4 [2021-05-03T06:27:26.217Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T06:27:26.486Z] Removing intermediate container 9bd04739ff77 [2021-05-03T06:27:26.486Z] ---> b4153386fb5e [2021-05-03T06:27:26.486Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T06:27:26.486Z] ---> Running in 56ffb1182535 [2021-05-03T06:27:27.064Z] ---> f33ec417661a [2021-05-03T06:27:27.064Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T06:27:27.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T06:27:27.329Z] ---> f5c6be765ff3 [2021-05-03T06:27:27.329Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T06:27:27.593Z] ---> 3848d21b9ddb [2021-05-03T06:27:27.594Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T06:27:27.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T06:27:27.864Z] ---> 0aeb33ffc26f [2021-05-03T06:27:27.864Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T06:27:27.864Z] ---> Running in d7b8cc1b5fb0 [2021-05-03T06:27:28.129Z] Removing intermediate container d7b8cc1b5fb0 [2021-05-03T06:27:28.129Z] ---> ba286484f7a1 [2021-05-03T06:27:28.129Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T06:27:28.129Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T06:27:28.129Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T06:27:28.416Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T06:27:28.416Z] ---> e1e03df58230 [2021-05-03T06:27:28.416Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T06:27:28.416Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T06:27:28.416Z] ---> Running in 86bdb07bde97 [2021-05-03T06:27:28.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T06:27:29.374Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T06:27:29.375Z] Removing intermediate container 86bdb07bde97 [2021-05-03T06:27:29.375Z] ---> a8b229e93fcb [2021-05-03T06:27:29.375Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T06:27:29.375Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T06:27:29.640Z] ---> Running in 33889b4f32b1 [2021-05-03T06:27:29.640Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:27:29.640Z] OK: 8 MiB in 20 packages [2021-05-03T06:27:29.640Z] Removing intermediate container 33889b4f32b1 [2021-05-03T06:27:29.640Z] ---> 1debbf0cf525 [2021-05-03T06:27:29.640Z] Step 28/31 : CMD ["gate"] [2021-05-03T06:27:29.907Z] ---> Running in b6b37dac5a39 [2021-05-03T06:27:30.864Z] Removing intermediate container b6b37dac5a39 [2021-05-03T06:27:30.864Z] ---> babec63b2010 [2021-05-03T06:27:30.864Z] Step 29/31 : LABEL arch=x86_64 [2021-05-03T06:27:30.864Z] Removing intermediate container 56ffb1182535 [2021-05-03T06:27:30.864Z] ---> 4176014eed4d [2021-05-03T06:27:30.864Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:27:30.864Z] ---> Running in 9b4cb07edf61 [2021-05-03T06:27:31.134Z] ---> 1f91041293e5 [2021-05-03T06:27:31.134Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T06:27:31.134Z] Removing intermediate container 9b4cb07edf61 [2021-05-03T06:27:31.134Z] ---> c37e9f6486a4 [2021-05-03T06:27:31.134Z] Step 30/31 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:27:31.134Z] ---> Running in 419a96eff8d6 [2021-05-03T06:27:31.397Z] Removing intermediate container 419a96eff8d6 [2021-05-03T06:27:31.397Z] ---> d4a4cc71369b [2021-05-03T06:27:31.397Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T06:27:31.666Z] ---> Running in f3290782c88e [2021-05-03T06:27:31.666Z] ---> 540b3c6e13a4 [2021-05-03T06:27:31.666Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T06:27:31.931Z] Removing intermediate container f3290782c88e [2021-05-03T06:27:31.931Z] ---> 0ef28a835a0d [2021-05-03T06:27:31.931Z] [2021-05-03T06:27:31.931Z] ---> 74429474d896 [2021-05-03T06:27:31.931Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T06:27:32.196Z] Successfully built 0ef28a835a0d [2021-05-03T06:27:32.196Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-03T06:27:32.196Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 296fb5f48696 [2021-05-03T06:27:32.460Z] Removing intermediate container 296fb5f48696 [2021-05-03T06:27:32.460Z] ---> dc060f31e13b [2021-05-03T06:27:32.460Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:27:32.460Z] ---> Running in a9843ec5bfcf [2021-05-03T06:27:32.735Z] Removing intermediate container a9843ec5bfcf [2021-05-03T06:27:32.735Z] ---> 222e7fb9b524 [2021-05-03T06:27:32.735Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T06:27:32.735Z] ---> Running in e0ad69a9557a [2021-05-03T06:27:32.735Z] Removing intermediate container e0ad69a9557a [2021-05-03T06:27:32.735Z] ---> 540f0ae9b5fd [2021-05-03T06:27:32.735Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:27:33.002Z] ---> Running in 64e7a1193899 [2021-05-03T06:27:33.002Z] Removing intermediate container 64e7a1193899 [2021-05-03T06:27:33.002Z] ---> dbb6461f5208 [2021-05-03T06:27:33.002Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:27:33.002Z] ---> Running in 6d458d8004c0 [2021-05-03T06:27:33.268Z] Removing intermediate container 6d458d8004c0 [2021-05-03T06:27:33.268Z] ---> 5d1c046d3218 [2021-05-03T06:27:33.268Z] [2021-05-03T06:27:33.268Z] Successfully built 5d1c046d3218 [2021-05-03T06:27:33.532Z] Successfully tagged docker-core-data-go:latest [2021-05-03T06:27:33.810Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-03T06:27:33.835Z] $ docker stop --time=1 cf01e718b01117d42c4cb93465313774fceb5ca914b0e5078ca5319604968105 [2021-05-03T06:27:35.445Z] $ docker rm -f cf01e718b01117d42c4cb93465313774fceb5ca914b0e5078ca5319604968105 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T06:27:35.922Z] + docker images [2021-05-03T06:27:35.922Z] + grep docker [2021-05-03T06:27:36.185Z] docker-core-data-go latest 5d1c046d3218 3 seconds ago 21.5MB [2021-05-03T06:27:36.185Z] docker-security-bootstrapper-go latest 0ef28a835a0d 5 seconds ago 18.2MB [2021-05-03T06:27:36.185Z] docker-core-metadata-go latest edc53f039b9f 12 seconds ago 18.6MB [2021-05-03T06:27:36.185Z] docker-core-command-go latest d7d448bed6e0 13 seconds ago 17MB [2021-05-03T06:27:36.185Z] docker-sys-mgmt-agent-go latest 904c851dce41 53 seconds ago 312MB [2021-05-03T06:27:36.185Z] docker-security-secretstore-setup-go latest 7a0c65e15877 2 minutes ago 25.6MB [2021-05-03T06:27:36.185Z] docker-support-notifications-go latest 75893e0f9322 2 minutes ago 17.6MB [2021-05-03T06:27:36.185Z] docker-support-scheduler-go latest 82ebed47682f 2 minutes ago 17.1MB [2021-05-03T06:27:36.185Z] docker-security-proxy-setup-go latest 9e45ad6830ac 2 minutes ago 25.3MB [2021-05-03T06:27:36.185Z] docker 20.10.0 aefe523efa57 4 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-05-03T06:27:51.494Z] Still waiting to schedule task [2021-05-03T06:27:51.495Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-03T06:27:55.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T06:27:58.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T06:28:02.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T06:28:03.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T06:28:07.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T06:28:12.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T06:28:14.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T06:28:17.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T06:28:20.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T06:28:23.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-03T06:28:28.860Z] $ docker stop --time=1 2bfeb53e00a9d28b72a77d75ad112dd4f8c032fd54d9517a7c294ae668cead2d [2021-05-03T06:28:31.575Z] $ docker rm -f 2bfeb53e00a9d28b72a77d75ad112dd4f8c032fd54d9517a7c294ae668cead2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:28:33.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T06:28:33.356Z] [2021-05-03T06:28:33.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:28:33.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T06:28:34.249Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-03T06:28:34.249Z] 29e5d40040c1: Pulling fs layer [2021-05-03T06:28:34.249Z] 1ce36da41761: Pulling fs layer [2021-05-03T06:28:34.249Z] 25b303627fd3: Pulling fs layer [2021-05-03T06:28:34.249Z] 29e5d40040c1: Verifying Checksum [2021-05-03T06:28:34.249Z] 29e5d40040c1: Download complete [2021-05-03T06:28:34.845Z] 29e5d40040c1: Pull complete [2021-05-03T06:28:35.119Z] 1ce36da41761: Verifying Checksum [2021-05-03T06:28:35.119Z] 1ce36da41761: Download complete [2021-05-03T06:28:36.099Z] 1ce36da41761: Pull complete [2021-05-03T06:28:36.695Z] 25b303627fd3: Verifying Checksum [2021-05-03T06:28:36.695Z] 25b303627fd3: Download complete [2021-05-03T06:28:39.699Z] Running on prd-ubuntu18.04-docker-8c-8g-2721 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws [2021-05-03T06:28:39.717Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-03T06:28:42.058Z] using credential edgex-jenkins-ssh [2021-05-03T06:28:42.070Z] Cloning the remote Git repository [2021-05-03T06:28:42.057Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T06:28:42.127Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-03T06:28:42.158Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T06:28:42.159Z] > git --version # timeout=10 [2021-05-03T06:28:42.165Z] > git --version # 'git version 2.17.1' [2021-05-03T06:28:42.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T06:28:42.195Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T06:28:46.856Z] 25b303627fd3: Pull complete [2021-05-03T06:28:46.856Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-03T06:28:46.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T06:28:46.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-03T06:28:47.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-2720 does not seem to be running inside a container [2021-05-03T06:28:47.192Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-03T06:28:49.343Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:28:49.485Z] Merge succeeded, producing d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:28:49.485Z] Checking out Revision d4ac040f3368d289f974f6dcd11e730364295fa0 (PR-3416) [2021-05-03T06:28:48.679Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T06:28:48.688Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T06:28:48.698Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T06:28:48.708Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T06:28:48.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T06:28:48.713Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T06:28:49.337Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T06:28:49.342Z] > git checkout -f d4ac040f3368d289f974f6dcd11e730364295fa0 # timeout=10 [2021-05-03T06:28:49.425Z] > git remote # timeout=10 [2021-05-03T06:28:49.431Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T06:28:49.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T06:28:49.454Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-03T06:28:49.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T06:28:49.475Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T06:28:49.478Z] > git checkout -f d4ac040f3368d289f974f6dcd11e730364295fa0 # timeout=10 [2021-05-03T06:28:50.297Z] $ docker top e4ffcafc74c989cbeb18fc5c29d4fba02769af8bd8fe3a04c9d7d08a32c69b98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T06:28:51.264Z] + + grepdocker-compose parallel build [2021-05-03T06:28:51.264Z] --help [2021-05-03T06:28:53.136Z] Commit message: "fix: MaxResultCount limit the maximum number of returned objects" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:28:54.437Z] + echo snap-build.sh [2021-05-03T06:28:54.437Z] snap-build.sh [2021-05-03T06:28:54.437Z] + SNAP_BASE_DIR=. [2021-05-03T06:28:54.437Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-03T06:28:54.437Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-03T06:28:54.437Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-03T06:28:54.437Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-03T06:28:54.437Z] + cd /w/workspace/edgex-go/3 [2021-05-03T06:28:54.437Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-03T06:28:54.437Z] Reading package lists... [2021-05-03T06:28:54.437Z] Building dependency tree... [2021-05-03T06:28:54.437Z] Reading state information... [2021-05-03T06:28:54.632Z] --parallel Build images in parallel. [2021-05-03T06:28:54.700Z] The following packages were automatically installed and are no longer required: [2021-05-03T06:28:54.700Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-03T06:28:54.700Z] uidmap xdelta3 [2021-05-03T06:28:54.700Z] Use 'sudo apt autoremove' to remove them. [2021-05-03T06:28:54.700Z] The following packages will be REMOVED: [2021-05-03T06:28:54.700Z] lxd* lxd-client* [Pipeline] } [2021-05-03T06:28:54.920Z] $ docker stop --time=1 e4ffcafc74c989cbeb18fc5c29d4fba02769af8bd8fe3a04c9d7d08a32c69b98 [2021-05-03T06:28:55.272Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-03T06:28:55.273Z] After this operation, 31.7 MB disk space will be freed. [2021-05-03T06:28:56.062Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-05-03T06:28:56.062Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T06:28:56.880Z] $ docker rm -f e4ffcafc74c989cbeb18fc5c29d4fba02769af8bd8fe3a04c9d7d08a32c69b98 [2021-05-03T06:28:57.005Z] Removing lxd dnsmasq configuration [2021-05-03T06:28:57.006Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-05-03T06:28:57.268Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:28:57.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T06:28:57.606Z] . [Pipeline] withDockerContainer [2021-05-03T06:28:57.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-2720 does not seem to be running inside a container [2021-05-03T06:28:57.928Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-03T06:28:58.224Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-03T06:28:58.224Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-05-03T06:28:58.224Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T06:28:59.314Z] $ docker top 89e72bceb31dd6beee0e5ab19de55549f1ebf3f02b061734af15759a3f018d92 -eo pid,comm [2021-05-03T06:28:59.627Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-03T06:28:59.627Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] { [Pipeline] sh [2021-05-03T06:29:00.291Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T06:29:01.012Z] + sudo snap remove --purge lxd [2021-05-03T06:29:01.289Z] snap "lxd" is not installed [2021-05-03T06:29:01.289Z] + sudo groupadd --force --system lxd [2021-05-03T06:29:01.289Z] ++ whoami [2021-05-03T06:29:01.289Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-03T06:29:01.289Z] + newgrp - lxd [2021-05-03T06:29:01.289Z] + sudo snap install lxd [2021-05-03T06:29:04.629Z] Building docker-core-command-go ... [2021-05-03T06:29:04.629Z] Building docker-core-data-go ... [2021-05-03T06:29:04.629Z] Building docker-core-metadata-go ... [2021-05-03T06:29:04.629Z] Building docker-security-bootstrapper-go ... [2021-05-03T06:29:04.629Z] Building docker-security-proxy-setup-go ... [2021-05-03T06:29:04.629Z] Building docker-security-secretstore-setup-go ... [2021-05-03T06:29:04.629Z] Building docker-support-notifications-go ... [2021-05-03T06:29:04.629Z] Building docker-support-scheduler-go ... [2021-05-03T06:29:04.629Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T06:29:04.629Z] Building docker-core-data-go [2021-05-03T06:29:04.629Z] Building docker-security-secretstore-setup-go [2021-05-03T06:29:04.629Z] Building docker-security-bootstrapper-go [2021-05-03T06:29:04.629Z] Building docker-core-metadata-go [2021-05-03T06:29:04.629Z] Building docker-support-scheduler-go [2021-05-03T06:29:09.479Z] 2021-05-03T06:29:06Z INFO Waiting for automatic snapd restart... [2021-05-03T06:29:24.390Z] lxd 4.13 from Canonical* installed [2021-05-03T06:29:24.390Z] + sudo lxd init --auto [2021-05-03T06:29:32.782Z] + sudo snap install --classic snapcraft [2021-05-03T06:29:38.068Z] snapcraft 4.6.3 from Canonical* installed [2021-05-03T06:29:38.068Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-03T06:29:38.068Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-03T06:29:38.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T06:29:38.068Z] Dload Upload Total Spent Left Speed [2021-05-03T06:29:38.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4446 0 --:--:-- --:--:-- --:--:-- 4415 [2021-05-03T06:29:38.328Z] 100 3325k 100 3325k 0 0 6226k 0 --:--:-- --:--:-- --:--:-- 6226k [2021-05-03T06:29:38.329Z] ./yq_linux_amd64 [2021-05-03T06:29:38.589Z] + sudo snapcraft prime --use-lxd [2021-05-03T06:29:40.509Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-03T06:29:40.509Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-03T06:29:40.509Z] - README.md [2021-05-03T06:29:40.509Z] [2021-05-03T06:29:40.509Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T06:29:40.770Z] Launching a container. [2021-05-03T06:29:53.007Z] Waiting for container to be ready [2021-05-03T06:29:53.008Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-03T06:29:53.008Z] [2021-05-03T06:29:55.552Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-03T06:29:55.811Z] Waiting for network to be ready... [2021-05-03T06:29:56.381Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T06:29:56.381Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T06:29:56.952Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T06:29:56.952Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T06:29:56.952Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T06:29:57.214Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T06:29:57.214Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T06:29:57.214Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T06:29:57.214Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T06:29:57.214Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T06:29:57.214Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T06:29:57.214Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T06:29:57.214Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T06:29:57.214Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T06:29:57.214Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T06:29:57.214Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T06:29:57.214Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T06:29:57.214Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T06:29:57.480Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T06:29:57.740Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-03T06:29:57.740Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T06:29:57.740Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T06:29:57.740Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T06:29:57.740Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-03T06:29:58.003Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-03T06:29:58.003Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T06:29:58.003Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T06:30:00.570Z] Fetched 24.4 MB in 4s (5551 kB/s) [2021-05-03T06:30:01.512Z] Reading package lists... [2021-05-03T06:30:01.512Z] Reading package lists... [2021-05-03T06:30:01.788Z] Building dependency tree... [2021-05-03T06:30:01.788Z] Reading state information... [2021-05-03T06:30:01.788Z] The following additional packages will be installed: [2021-05-03T06:30:01.788Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T06:30:01.788Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T06:30:01.788Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T06:30:01.788Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-03T06:30:01.788Z] Suggested packages: [2021-05-03T06:30:01.788Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-03T06:30:01.788Z] Recommended packages: [2021-05-03T06:30:01.788Z] gnupg libsasl2-modules [2021-05-03T06:30:01.788Z] The following NEW packages will be installed: [2021-05-03T06:30:01.788Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T06:30:01.788Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T06:30:01.788Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T06:30:01.788Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-03T06:30:01.788Z] The following packages will be upgraded: [2021-05-03T06:30:01.788Z] gpg gpg-agent gpgconf libudev1 [2021-05-03T06:30:02.359Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-03T06:30:02.359Z] Need to get 3529 kB of archives. [2021-05-03T06:30:02.359Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-03T06:30:02.359Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-03T06:30:02.619Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-03T06:30:02.619Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-03T06:30:02.619Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-03T06:30:04.017Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-03T06:30:04.278Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-03T06:30:04.539Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-03T06:30:04.539Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-03T06:30:04.539Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-03T06:30:04.539Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-03T06:30:04.539Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-03T06:30:04.539Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-03T06:30:04.539Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-03T06:30:04.539Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-03T06:30:04.539Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-03T06:30:04.539Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-03T06:30:04.801Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-03T06:30:04.801Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-03T06:30:04.801Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-03T06:30:04.801Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-03T06:30:04.801Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-03T06:30:04.801Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-03T06:30:04.801Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T06:30:04.801Z] Fetched 3529 kB in 3s (1231 kB/s) [2021-05-03T06:30:04.801Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T06:30:04.801Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-03T06:30:05.063Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T06:30:05.063Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-03T06:30:05.063Z] Selecting previously unselected package udev. [2021-05-03T06:30:05.063Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T06:30:05.063Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-03T06:30:05.325Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-03T06:30:05.587Z] Selecting previously unselected package libfuse2:amd64. [2021-05-03T06:30:05.587Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T06:30:05.587Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T06:30:05.587Z] Selecting previously unselected package fuse. [2021-05-03T06:30:05.587Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T06:30:05.587Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-03T06:30:05.587Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T06:30:05.587Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T06:30:05.853Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T06:30:05.853Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T06:30:05.853Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T06:30:05.853Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T06:30:06.113Z] Selecting previously unselected package libksba8:amd64. [2021-05-03T06:30:06.113Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-03T06:30:06.113Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-03T06:30:06.113Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-03T06:30:06.113Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.113Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:06.374Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-03T06:30:06.374Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.374Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:06.374Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-03T06:30:06.374Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.374Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:06.374Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-03T06:30:06.374Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.634Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:06.634Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-03T06:30:06.634Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.634Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:06.634Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-03T06:30:06.634Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.634Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:06.894Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-03T06:30:06.894Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.894Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:06.894Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-03T06:30:06.894Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:06.894Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:07.156Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-03T06:30:07.156Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T06:30:07.156Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:07.156Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-03T06:30:07.156Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T06:30:07.156Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T06:30:07.156Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-03T06:30:07.416Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T06:30:07.416Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T06:30:07.416Z] Selecting previously unselected package libldap-common. [2021-05-03T06:30:07.416Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-03T06:30:07.416Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T06:30:07.416Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-03T06:30:07.416Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-03T06:30:07.416Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T06:30:07.677Z] Selecting previously unselected package dirmngr. [2021-05-03T06:30:07.677Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T06:30:07.677Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T06:30:07.677Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T06:30:07.677Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-03T06:30:07.938Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T06:30:07.938Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T06:30:07.938Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T06:30:07.938Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-03T06:30:07.938Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:07.938Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-03T06:30:07.938Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T06:30:07.938Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-03T06:30:08.510Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-03T06:30:08.511Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.511Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-03T06:30:08.511Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-03T06:30:08.773Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-03T06:30:08.773Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.773Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.773Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.773Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.773Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.773Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.773Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T06:30:08.773Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T06:30:08.773Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T06:30:09.033Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T06:30:09.301Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-03T06:30:09.301Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-03T06:30:09.301Z] This means they are not meant to be enabled using systemctl. [2021-05-03T06:30:09.301Z] Possible reasons for having this kind of units are: [2021-05-03T06:30:09.301Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-03T06:30:09.301Z] .wants/ or .requires/ directory. [2021-05-03T06:30:09.301Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-03T06:30:09.301Z] a requirement dependency on it. [2021-05-03T06:30:09.301Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-03T06:30:09.301Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-03T06:30:09.301Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-03T06:30:09.301Z] instance name specified. [2021-05-03T06:30:09.562Z] Reading package lists... [2021-05-03T06:30:09.824Z] Building dependency tree... [2021-05-03T06:30:09.824Z] Reading state information... [2021-05-03T06:30:09.824Z] The following additional packages will be installed: [2021-05-03T06:30:09.824Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-03T06:30:09.824Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-03T06:30:09.824Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-03T06:30:09.824Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-03T06:30:09.824Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-03T06:30:09.824Z] Suggested packages: [2021-05-03T06:30:09.824Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-03T06:30:09.824Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-03T06:30:09.824Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-03T06:30:09.824Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-03T06:30:09.824Z] systemd-container policykit-1 [2021-05-03T06:30:09.824Z] Recommended packages: [2021-05-03T06:30:09.824Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-03T06:30:09.824Z] The following NEW packages will be installed: [2021-05-03T06:30:09.824Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-03T06:30:09.824Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-03T06:30:09.824Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-03T06:30:09.824Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-03T06:30:09.824Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-03T06:30:09.824Z] The following packages will be upgraded: [2021-05-03T06:30:09.824Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-03T06:30:10.086Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-03T06:30:10.086Z] Need to get 35.2 MB of archives. [2021-05-03T06:30:10.086Z] After this operation, 141 MB of additional disk space will be used. [2021-05-03T06:30:10.086Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-03T06:30:10.086Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-03T06:30:10.660Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-03T06:30:10.660Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-03T06:30:10.660Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-03T06:30:10.923Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-03T06:30:10.923Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-03T06:30:10.923Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-03T06:30:10.923Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-03T06:30:10.923Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-03T06:30:10.923Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-03T06:30:10.923Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-03T06:30:10.923Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-03T06:30:10.923Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-03T06:30:10.923Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-03T06:30:10.923Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-03T06:30:10.923Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-03T06:30:10.923Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-03T06:30:10.923Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-03T06:30:10.923Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-03T06:30:10.923Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-03T06:30:11.184Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-03T06:30:11.184Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-03T06:30:11.184Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-03T06:30:11.184Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-03T06:30:11.184Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-03T06:30:11.184Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-03T06:30:11.184Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-03T06:30:11.184Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-03T06:30:11.184Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-03T06:30:12.126Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T06:30:12.387Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-05-03T06:30:12.387Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T06:30:12.387Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-03T06:30:12.387Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T06:30:12.958Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-03T06:30:12.958Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T06:30:13.218Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-03T06:30:13.218Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T06:30:13.218Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-03T06:30:13.218Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-03T06:30:13.788Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-03T06:30:13.788Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T06:30:13.788Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-03T06:30:13.788Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-03T06:30:14.048Z] Setting up apt (1.6.13) ... [2021-05-03T06:30:14.048Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-03T06:30:14.621Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-03T06:30:14.621Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-03T06:30:14.621Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T06:30:14.621Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T06:30:14.884Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-03T06:30:14.884Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T06:30:14.884Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:15.145Z] Selecting previously unselected package libexpat1:amd64. [2021-05-03T06:30:15.145Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-03T06:30:15.145Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T06:30:15.145Z] Selecting previously unselected package python3.6-minimal. [2021-05-03T06:30:15.145Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T06:30:15.145Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:15.405Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T06:30:15.665Z] Checking for services that may need to be restarted...done. [2021-05-03T06:30:15.665Z] Checking for services that may need to be restarted...done. [2021-05-03T06:30:15.665Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:15.665Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T06:30:15.665Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:16.237Z] Selecting previously unselected package python3-minimal. [2021-05-03T06:30:16.237Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-03T06:30:16.237Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-03T06:30:16.237Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-03T06:30:16.237Z] Selecting previously unselected package mime-support. [2021-05-03T06:30:16.237Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-03T06:30:16.237Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-03T06:30:16.497Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-03T06:30:16.497Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-03T06:30:16.497Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T06:30:16.497Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-03T06:30:16.497Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T06:30:16.497Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:16.758Z] Selecting previously unselected package python3.6. [2021-05-03T06:30:16.758Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T06:30:16.758Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:16.758Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-03T06:30:16.758Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-03T06:30:16.758Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T06:30:16.758Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-03T06:30:17.018Z] Selecting previously unselected package python3. [2021-05-03T06:30:17.018Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-03T06:30:17.018Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-03T06:30:17.279Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-03T06:30:17.279Z] Selecting previously unselected package multiarch-support. [2021-05-03T06:30:17.279Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T06:30:17.279Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T06:30:17.279Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T06:30:17.279Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-03T06:30:17.279Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-03T06:30:17.279Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-03T06:30:17.279Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T06:30:17.540Z] Selecting previously unselected package libbsd0:amd64. [2021-05-03T06:30:17.540Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-03T06:30:17.540Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T06:30:17.540Z] Selecting previously unselected package sudo. [2021-05-03T06:30:17.540Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-03T06:30:17.540Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T06:30:17.801Z] Selecting previously unselected package apparmor. [2021-05-03T06:30:17.801Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T06:30:17.801Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-03T06:30:17.801Z] Selecting previously unselected package libedit2:amd64. [2021-05-03T06:30:17.801Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-03T06:30:17.801Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T06:30:18.063Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-03T06:30:18.063Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T06:30:18.063Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:18.063Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-03T06:30:18.063Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T06:30:18.063Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:18.324Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-03T06:30:18.324Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-03T06:30:18.324Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T06:30:18.324Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-03T06:30:18.324Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T06:30:18.324Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:18.584Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-03T06:30:18.584Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T06:30:18.585Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:18.585Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-03T06:30:18.585Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-03T06:30:18.585Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T06:30:19.527Z] Selecting previously unselected package openssh-client. [2021-05-03T06:30:19.527Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-03T06:30:19.527Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T06:30:19.794Z] Selecting previously unselected package squashfs-tools. [2021-05-03T06:30:19.794Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-03T06:30:19.794Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T06:30:19.794Z] Selecting previously unselected package snapd. [2021-05-03T06:30:19.794Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-03T06:30:19.794Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-03T06:30:21.703Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T06:30:21.703Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T06:30:21.965Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-03T06:30:21.965Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T06:30:21.965Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T06:30:21.965Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:21.965Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T06:30:22.226Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-03T06:30:22.226Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-03T06:30:22.797Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T06:30:22.797Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T06:30:23.057Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T06:30:23.057Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:23.057Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:23.057Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T06:30:23.627Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T06:30:23.627Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:23.627Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T06:30:23.627Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-03T06:30:23.627Z] running python rtupdate hooks for python3.6... [2021-05-03T06:30:23.627Z] running python post-rtupdate hooks for python3.6... [2021-05-03T06:30:23.888Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-03T06:30:25.275Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-03T06:30:25.535Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T06:30:25.536Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T06:30:25.795Z] Setting up snapd (2.48.3+18.04) ... [2021-05-03T06:30:26.056Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-03T06:30:26.317Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-03T06:30:26.575Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:30:26.575Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:30:26.575Z] ---> f1617f136d00 [2021-05-03T06:30:26.575Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T06:30:26.575Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:30:26.575Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:30:26.575Z] ---> f1617f136d00 [2021-05-03T06:30:26.575Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T06:30:26.575Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:30:26.575Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:30:26.575Z] ---> f1617f136d00 [2021-05-03T06:30:26.575Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T06:30:26.575Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:30:26.575Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:30:26.575Z] ---> f1617f136d00 [2021-05-03T06:30:26.575Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:30:26.575Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:30:26.575Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:30:26.575Z] ---> f1617f136d00 [2021-05-03T06:30:26.575Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:30:26.575Z] ---> Running in e0616dce22ed [2021-05-03T06:30:26.575Z] ---> Running in ccb33990e592 [2021-05-03T06:30:26.575Z] ---> Running in b29d21b7542b [2021-05-03T06:30:26.575Z] ---> Running in 1ed34c45d3e8 [2021-05-03T06:30:26.575Z] ---> Running in aedfa7db83d6 [2021-05-03T06:30:26.575Z] Removing intermediate container e0616dce22ed [2021-05-03T06:30:26.575Z] ---> cee198e0d5d1 [2021-05-03T06:30:26.575Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:30:26.575Z] Removing intermediate container aedfa7db83d6 [2021-05-03T06:30:26.575Z] ---> ecd2070f8a7a [2021-05-03T06:30:26.575Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:30:26.575Z] Removing intermediate container b29d21b7542b [2021-05-03T06:30:26.575Z] ---> d86f5631ab66 [2021-05-03T06:30:26.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:30:26.575Z] ---> Running in 1a91df5bf563 [2021-05-03T06:30:26.575Z] Removing intermediate container 1ed34c45d3e8 [2021-05-03T06:30:26.575Z] ---> f830aa8178bd [2021-05-03T06:30:26.575Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:30:26.575Z] Removing intermediate container ccb33990e592 [2021-05-03T06:30:26.575Z] ---> ccc1a3ee328c [2021-05-03T06:30:26.575Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:30:26.575Z] ---> Running in ba7c0096abc3 [2021-05-03T06:30:26.575Z] ---> Running in ffb2e0282369 [2021-05-03T06:30:26.575Z] ---> Running in 6c48dbef64be [2021-05-03T06:30:26.575Z] ---> Running in c51d6f7c2cf6 [2021-05-03T06:30:26.575Z] Removing intermediate container 1a91df5bf563 [2021-05-03T06:30:26.575Z] ---> 7166fc98e08b [2021-05-03T06:30:26.575Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T06:30:26.575Z] Removing intermediate container ffb2e0282369 [2021-05-03T06:30:26.575Z] ---> 4781d563dacb [2021-05-03T06:30:26.575Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T06:30:26.575Z] ---> Running in 12eb62c9184a [2021-05-03T06:30:26.575Z] ---> Running in 866d44ae4309 [2021-05-03T06:30:26.575Z] Removing intermediate container c51d6f7c2cf6 [2021-05-03T06:30:26.575Z] ---> 36c00a20cf39 [2021-05-03T06:30:26.575Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T06:30:26.575Z] Removing intermediate container ba7c0096abc3 [2021-05-03T06:30:26.575Z] ---> 24a3756786e2 [2021-05-03T06:30:26.575Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T06:30:26.575Z] Removing intermediate container 6c48dbef64be [2021-05-03T06:30:26.575Z] ---> 21faa4bee809 [2021-05-03T06:30:26.575Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T06:30:26.575Z] ---> Running in a4e915adbd6c [2021-05-03T06:30:26.575Z] ---> Running in 046f3d290db3 [2021-05-03T06:30:26.575Z] ---> Running in 410fa4167e0c [2021-05-03T06:30:26.575Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:26.577Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-03T06:30:26.577Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-03T06:30:26.838Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T06:30:26.838Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T06:30:26.855Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:27.100Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-03T06:30:27.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:27.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:27.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:27.361Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-03T06:30:27.361Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-03T06:30:27.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:27.620Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-03T06:30:27.685Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:27.879Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-05-03T06:30:27.880Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T06:30:27.880Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T06:30:27.963Z] OK: 218 MiB in 52 packages [2021-05-03T06:30:27.963Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:28.246Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:28.518Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:30:28.790Z] OK: 218 MiB in 52 packages [2021-05-03T06:30:28.823Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T06:30:28.823Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T06:30:28.823Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T06:30:29.073Z] OK: 218 MiB in 52 packages [2021-05-03T06:30:29.345Z] OK: 218 MiB in 52 packages [2021-05-03T06:30:29.345Z] Removing intermediate container 12eb62c9184a [2021-05-03T06:30:29.345Z] ---> 642d0c8a8638 [2021-05-03T06:30:29.345Z] Step 6/23 : COPY go.mod . [2021-05-03T06:30:29.943Z] OK: 218 MiB in 52 packages [2021-05-03T06:30:30.022Z] Reading package lists... [2021-05-03T06:30:30.282Z] Reading package lists... [2021-05-03T06:30:30.547Z] Building dependency tree... [2021-05-03T06:30:30.547Z] Reading state information... [2021-05-03T06:30:30.547Z] Calculating upgrade... [2021-05-03T06:30:30.547Z] The following packages will be upgraded: [2021-05-03T06:30:30.547Z] advancecomp base-files bash binutils binutils-common [2021-05-03T06:30:30.547Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-03T06:30:30.547Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-03T06:30:30.547Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-03T06:30:30.547Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-03T06:30:30.547Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-03T06:30:30.547Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-03T06:30:30.547Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-03T06:30:30.547Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-03T06:30:30.547Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-03T06:30:30.547Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-03T06:30:30.547Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-03T06:30:30.547Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-03T06:30:30.547Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-03T06:30:30.547Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-03T06:30:30.553Z] ---> f23fc7f357f3 [2021-05-03T06:30:30.553Z] Step 7/23 : RUN go mod download [2021-05-03T06:30:30.810Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T06:30:30.810Z] Need to get 64.0 MB of archives. [2021-05-03T06:30:30.810Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-03T06:30:30.810Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-03T06:30:30.810Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-03T06:30:30.810Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-03T06:30:30.810Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-03T06:30:30.810Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-03T06:30:30.810Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-03T06:30:30.810Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-03T06:30:30.810Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-03T06:30:30.810Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-03T06:30:30.810Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-03T06:30:30.810Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-03T06:30:30.810Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-03T06:30:30.810Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-03T06:30:30.810Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-03T06:30:30.810Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-03T06:30:30.810Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-03T06:30:30.810Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-03T06:30:30.824Z] ---> Running in a644dc23f408 [2021-05-03T06:30:30.824Z] Removing intermediate container 866d44ae4309 [2021-05-03T06:30:30.824Z] ---> 933c29bd6a32 [2021-05-03T06:30:30.824Z] Step 6/23 : COPY go.mod . [2021-05-03T06:30:31.074Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-03T06:30:31.075Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-03T06:30:31.075Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-03T06:30:31.075Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-03T06:30:31.075Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-03T06:30:31.075Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-03T06:30:31.075Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-03T06:30:31.075Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-03T06:30:31.075Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-03T06:30:31.075Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-03T06:30:31.075Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-03T06:30:31.075Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-03T06:30:31.075Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-03T06:30:31.075Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-03T06:30:31.075Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-03T06:30:31.075Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-03T06:30:31.075Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-03T06:30:31.075Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-03T06:30:31.075Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-03T06:30:31.075Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-03T06:30:31.075Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-03T06:30:31.075Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-03T06:30:31.075Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-03T06:30:31.075Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-03T06:30:31.075Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-03T06:30:31.075Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-03T06:30:31.075Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-03T06:30:31.075Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-03T06:30:31.075Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-03T06:30:31.075Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-03T06:30:31.075Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-03T06:30:31.075Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-03T06:30:31.096Z] Removing intermediate container a4e915adbd6c [2021-05-03T06:30:31.096Z] ---> 739c6203184d [2021-05-03T06:30:31.096Z] Step 6/24 : COPY go.mod . [2021-05-03T06:30:31.096Z] Removing intermediate container 046f3d290db3 [2021-05-03T06:30:31.096Z] ---> 3969328a72aa [2021-05-03T06:30:31.096Z] Step 6/31 : COPY go.mod . [2021-05-03T06:30:31.335Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-03T06:30:31.335Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-03T06:30:31.335Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-03T06:30:31.335Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-03T06:30:31.335Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-03T06:30:31.335Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-03T06:30:31.335Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-03T06:30:31.335Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-03T06:30:31.367Z] Removing intermediate container 410fa4167e0c [2021-05-03T06:30:31.367Z] ---> 16bd878f2a71 [2021-05-03T06:30:31.367Z] Step 6/22 : COPY go.mod . [2021-05-03T06:30:31.595Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-03T06:30:31.595Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-03T06:30:31.595Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-03T06:30:31.855Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-03T06:30:31.855Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-03T06:30:31.855Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-03T06:30:31.855Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-03T06:30:31.855Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-03T06:30:31.855Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-03T06:30:31.855Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-03T06:30:31.965Z] ---> a7a51f4fdae0 [2021-05-03T06:30:31.965Z] Step 7/23 : RUN go mod download [2021-05-03T06:30:32.115Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-03T06:30:32.115Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-03T06:30:32.115Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-03T06:30:32.115Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-03T06:30:32.115Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-03T06:30:32.115Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-03T06:30:32.115Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-03T06:30:32.115Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-03T06:30:32.115Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-03T06:30:32.115Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-03T06:30:32.115Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-03T06:30:32.115Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-03T06:30:32.238Z] ---> Running in b54f1bcdaa43 [2021-05-03T06:30:32.238Z] ---> c68f3f10ed56 [2021-05-03T06:30:32.238Z] ---> c4d04221e2d6 [2021-05-03T06:30:32.238Z] Step 7/24 : RUN go mod downloadStep 7/31 : RUN go mod download [2021-05-03T06:30:32.238Z] [2021-05-03T06:30:32.376Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-03T06:30:32.376Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-03T06:30:32.376Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-03T06:30:32.376Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-03T06:30:32.376Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-03T06:30:32.376Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-03T06:30:32.376Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-03T06:30:32.376Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-03T06:30:32.376Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-03T06:30:32.376Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-03T06:30:32.376Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-03T06:30:32.522Z] ---> dfe78bc92dc0 [2021-05-03T06:30:32.522Z] Step 7/22 : RUN go mod download [2021-05-03T06:30:32.522Z] ---> Running in 91a2d80ab03d [2021-05-03T06:30:32.522Z] ---> Running in 814c02d167f6 [2021-05-03T06:30:32.635Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-03T06:30:32.635Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-03T06:30:32.635Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-03T06:30:32.635Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-03T06:30:32.635Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-03T06:30:32.635Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-03T06:30:32.635Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-03T06:30:32.635Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-03T06:30:32.635Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-03T06:30:32.635Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-03T06:30:32.635Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-03T06:30:32.798Z] ---> Running in 2b8ced238914 [2021-05-03T06:30:32.896Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T06:30:32.896Z] Fetched 64.0 MB in 2s (31.7 MB/s) [2021-05-03T06:30:32.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:32.896Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T06:30:32.896Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T06:30:33.469Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T06:30:33.469Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T06:30:33.729Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-03T06:30:33.729Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-03T06:30:34.243Z] Removing intermediate container a644dc23f408 [2021-05-03T06:30:34.244Z] ---> 6eae80dfe267 [2021-05-03T06:30:34.244Z] Step 8/23 : COPY . . [2021-05-03T06:30:34.672Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:34.672Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:34.672Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:34.672Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:34.939Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:34.939Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:34.939Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:35.205Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:35.205Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:35.205Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:35.465Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:35.465Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:35.465Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:35.465Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:35.465Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:30:35.731Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T06:30:35.731Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:35.731Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-03T06:30:35.731Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:30:35.731Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T06:30:35.731Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:35.990Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:35.990Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:35.990Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:36.249Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:36.249Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T06:30:36.249Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:30:36.252Z] Removing intermediate container b54f1bcdaa43 [2021-05-03T06:30:36.252Z] ---> 7175b453b32d [2021-05-03T06:30:36.252Z] Step 8/23 : COPY . . [2021-05-03T06:30:36.509Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T06:30:36.509Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T06:30:36.509Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T06:30:37.081Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T06:30:37.081Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T06:30:37.081Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-03T06:30:37.238Z] Removing intermediate container 91a2d80ab03d [2021-05-03T06:30:37.238Z] ---> d4070b780009 [2021-05-03T06:30:37.238Z] Step 8/31 : COPY . . [2021-05-03T06:30:37.340Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-03T06:30:37.340Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-03T06:30:37.340Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-03T06:30:37.600Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-03T06:30:37.600Z] Installing new version of config file /etc/issue ... [2021-05-03T06:30:37.600Z] Installing new version of config file /etc/issue.net ... [2021-05-03T06:30:37.600Z] Installing new version of config file /etc/lsb-release ... [2021-05-03T06:30:37.600Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-03T06:30:37.859Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-03T06:30:37.859Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-03T06:30:37.859Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-03T06:30:38.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:38.121Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-03T06:30:38.121Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-03T06:30:38.221Z] Removing intermediate container 2b8ced238914 [2021-05-03T06:30:38.221Z] ---> 6322aa617bc0 [2021-05-03T06:30:38.221Z] Step 8/22 : COPY . . [2021-05-03T06:30:38.384Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-03T06:30:38.384Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-05-03T06:30:38.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:38.384Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:38.384Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:38.645Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:38.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:38.645Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-03T06:30:38.645Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-03T06:30:38.831Z] Removing intermediate container 814c02d167f6 [2021-05-03T06:30:38.832Z] ---> 6553a413fde0 [2021-05-03T06:30:38.832Z] Step 8/24 : COPY . . [2021-05-03T06:30:38.907Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-03T06:30:39.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:39.177Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-03T06:30:39.177Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T06:30:39.438Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-03T06:30:39.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:39.438Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T06:30:39.697Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T06:30:39.697Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T06:30:39.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:39.697Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T06:30:39.961Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T06:30:39.961Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-03T06:30:40.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:40.224Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-03T06:30:40.224Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-03T06:30:40.485Z] Setting up grep (3.1-2build1) ... [2021-05-03T06:30:40.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:40.485Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T06:30:40.485Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T06:30:40.746Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-03T06:30:40.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:40.746Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T06:30:40.746Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T06:30:41.007Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-03T06:30:41.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:41.007Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T06:30:41.007Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T06:30:41.588Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T06:30:41.588Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T06:30:41.588Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T06:30:41.588Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T06:30:42.162Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-03T06:30:42.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:42.424Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-03T06:30:42.424Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T06:30:43.368Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T06:30:43.368Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T06:30:43.368Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T06:30:43.630Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T06:30:43.630Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T06:30:43.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:43.630Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-03T06:30:43.630Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-03T06:30:43.892Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-03T06:30:44.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:44.156Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:44.156Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:44.156Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:44.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:44.416Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:44.416Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:44.416Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:44.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:44.416Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:44.416Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:44.676Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:44.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:44.676Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:44.936Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:44.936Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:44.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:44.936Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T06:30:44.936Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T06:30:45.196Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T06:30:45.196Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T06:30:45.196Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T06:30:45.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:45.458Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T06:30:45.458Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T06:30:45.458Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T06:30:45.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:45.720Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:45.720Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:45.720Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:45.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:45.983Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:45.983Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:45.983Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:46.246Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:46.246Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:46.246Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:46.508Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:30:47.080Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-03T06:30:47.080Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-03T06:30:47.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:47.341Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T06:30:47.341Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T06:30:47.602Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T06:30:47.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T06:30:47.602Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-03T06:30:47.602Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T06:30:47.871Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-03T06:30:47.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:47.871Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-03T06:30:47.871Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-03T06:30:48.182Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-03T06:30:48.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:48.182Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-03T06:30:48.182Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T06:30:48.455Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-03T06:30:48.455Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:48.455Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-03T06:30:48.455Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T06:30:48.455Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-03T06:30:48.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:48.733Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T06:30:48.733Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T06:30:48.733Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T06:30:49.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:49.000Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T06:30:49.000Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T06:30:49.265Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T06:30:49.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:49.265Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T06:30:49.565Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T06:30:49.565Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T06:30:49.867Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:49.867Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T06:30:49.867Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T06:30:49.867Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-03T06:30:49.867Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T06:30:49.867Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T06:30:50.174Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T06:30:50.174Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T06:30:50.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:50.174Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-03T06:30:50.174Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-03T06:30:50.437Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-03T06:30:50.437Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:50.437Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-03T06:30:50.437Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T06:30:50.698Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T06:30:50.959Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:50.959Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T06:30:50.959Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T06:30:50.959Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T06:30:50.959Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:50.959Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-03T06:30:51.223Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-03T06:30:51.223Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-03T06:30:51.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:51.223Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T06:30:51.506Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T06:30:51.784Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-03T06:30:52.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:52.046Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T06:30:52.046Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T06:30:52.046Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-03T06:30:52.306Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:52.306Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T06:30:52.306Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T06:30:52.306Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T06:30:52.567Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:52.567Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T06:30:52.567Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T06:30:52.567Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T06:30:52.828Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:52.828Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-03T06:30:52.828Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-03T06:30:52.828Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-03T06:30:53.095Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:53.095Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-03T06:30:53.095Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-03T06:30:53.095Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-03T06:30:53.355Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:53.355Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-03T06:30:53.356Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-03T06:30:53.356Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-03T06:30:53.616Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:53.616Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-03T06:30:53.616Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-03T06:30:53.616Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-03T06:30:53.877Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:53.878Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-03T06:30:53.878Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-03T06:30:53.878Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-03T06:30:53.878Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T06:30:53.878Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-03T06:30:53.878Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-03T06:30:54.139Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-03T06:30:54.139Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-03T06:30:54.139Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T06:30:54.139Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T06:30:54.399Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T06:30:54.399Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T06:30:54.399Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T06:30:54.399Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T06:30:54.659Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-03T06:30:54.659Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-03T06:30:54.920Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T06:30:54.920Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-03T06:30:55.181Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-03T06:30:55.181Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-03T06:30:55.181Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-03T06:30:55.181Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-03T06:30:55.443Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-03T06:30:55.443Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-03T06:30:55.443Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-03T06:30:55.443Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-03T06:30:55.704Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-03T06:30:55.966Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-03T06:30:55.966Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-03T06:30:56.227Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-03T06:30:56.227Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-03T06:30:56.488Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-03T06:30:57.072Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-03T06:30:57.332Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-03T06:30:57.332Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-03T06:30:57.332Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-03T06:30:57.332Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T06:30:57.592Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T06:30:57.852Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T06:30:57.852Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T06:30:58.120Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T06:30:58.120Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T06:30:58.120Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T06:30:58.120Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T06:30:58.381Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:58.381Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:30:58.381Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:58.381Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:30:58.642Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:58.642Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:30:58.642Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:58.642Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:30:59.584Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:30:59.584Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:31:00.526Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:31:00.526Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:31:01.466Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:31:01.466Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:31:01.729Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:31:01.729Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:31:02.672Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T06:31:02.672Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T06:31:02.673Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T06:31:02.673Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T06:31:02.673Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T06:31:02.940Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T06:31:02.940Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T06:31:02.940Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T06:31:03.200Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-03T06:31:03.200Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-03T06:31:03.200Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T06:31:03.200Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T06:31:03.461Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T06:31:03.461Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T06:31:03.461Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-03T06:31:03.720Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-03T06:31:03.720Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:03.720Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T06:31:03.720Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:03.720Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:03.720Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:03.980Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-03T06:31:03.980Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-03T06:31:03.980Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-03T06:31:03.980Z] [2021-05-03T06:31:03.980Z] Current default time zone: 'Etc/UTC' [2021-05-03T06:31:03.980Z] Local time is now: Mon May 3 06:31:03 UTC 2021. [2021-05-03T06:31:03.980Z] Universal Time is now: Mon May 3 06:31:03 UTC 2021. [2021-05-03T06:31:03.980Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-03T06:31:03.980Z] [2021-05-03T06:31:03.980Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-03T06:31:03.980Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:03.980Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-03T06:31:04.239Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-03T06:31:04.239Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-03T06:31:04.239Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-03T06:31:04.239Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-03T06:31:04.239Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-03T06:31:04.239Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-03T06:31:04.499Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T06:31:04.499Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:04.499Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-03T06:31:04.759Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:04.759Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T06:31:04.759Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:04.759Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-03T06:31:04.759Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-03T06:31:04.759Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-03T06:31:05.020Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T06:31:05.020Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-03T06:31:05.020Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-03T06:31:05.020Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-03T06:31:05.020Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-03T06:31:05.647Z] ---> 70f41c0c53c3 [2021-05-03T06:31:05.647Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T06:31:05.648Z] ---> 087f2d14c074 [2021-05-03T06:31:05.648Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T06:31:05.648Z] ---> 8de5166c2017 [2021-05-03T06:31:05.648Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T06:31:05.648Z] ---> Running in f68250edbc16 [2021-05-03T06:31:05.648Z] ---> Running in d1512223d56f [2021-05-03T06:31:05.648Z] ---> 8c6dfd6f4669 [2021-05-03T06:31:05.648Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T06:31:05.648Z] ---> 829586106be9 [2021-05-03T06:31:05.648Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T06:31:05.648Z] ---> Running in d67b5d2fd500 [2021-05-03T06:31:05.648Z] ---> Running in 3dfafa566129 [2021-05-03T06:31:05.648Z] ---> Running in adcc4a37f06f [2021-05-03T06:31:05.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T06:31:05.648Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T06:31:05.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-03T06:31:05.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T06:31:05.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T06:31:06.930Z] Updating certificates in /etc/ssl/certs... [2021-05-03T06:31:07.500Z] 23 added, 27 removed; done. [2021-05-03T06:31:07.500Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T06:31:07.500Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T06:31:07.769Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-03T06:31:07.769Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-03T06:31:07.769Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-03T06:31:07.769Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:07.769Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T06:31:07.769Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:07.769Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:08.030Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:08.030Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:08.030Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:08.030Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-03T06:31:08.030Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-03T06:31:08.030Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-03T06:31:08.030Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-03T06:31:08.030Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-03T06:31:08.030Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:08.293Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T06:31:08.293Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-03T06:31:08.293Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-03T06:31:08.293Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-03T06:31:08.293Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T06:31:08.293Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T06:31:08.553Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-03T06:31:08.553Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-03T06:31:08.553Z] Updating certificates in /etc/ssl/certs... [2021-05-03T06:31:09.126Z] 0 added, 0 removed; done. [2021-05-03T06:31:09.126Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-03T06:31:09.126Z] done. [2021-05-03T06:31:09.386Z] Reading package lists... [2021-05-03T06:31:09.647Z] Building dependency tree... [2021-05-03T06:31:09.647Z] Reading state information... [2021-05-03T06:31:09.647Z] The following NEW packages will be installed: [2021-05-03T06:31:09.647Z] apt-transport-https [2021-05-03T06:31:09.907Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T06:31:09.907Z] Need to get 1692 B of archives. [2021-05-03T06:31:09.907Z] After this operation, 154 kB of additional disk space will be used. [2021-05-03T06:31:09.907Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-03T06:31:10.168Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T06:31:10.168Z] Fetched 1692 B in 0s (8480 B/s) [2021-05-03T06:31:10.168Z] Selecting previously unselected package apt-transport-https. [2021-05-03T06:31:10.168Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-03T06:31:10.168Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-03T06:31:10.168Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-03T06:31:10.168Z] Setting up apt-transport-https (1.6.13) ... [2021-05-03T06:31:10.429Z] Waiting for network to be ready... [2021-05-03T06:31:17.012Z] 2021-05-03T06:31:13Z INFO Waiting for automatic snapd restart... [2021-05-03T06:31:17.012Z] snapd 2.49.2 from Canonical* installed [2021-05-03T06:31:17.954Z] "snapd" switched to the "latest/stable" channel [2021-05-03T06:31:17.954Z] [2021-05-03T06:31:20.501Z] core18 20210309 from Canonical* installed [2021-05-03T06:31:20.501Z] "core18" switched to the "latest/stable" channel [2021-05-03T06:31:20.501Z] [2021-05-03T06:31:23.801Z] snapcraft 4.6.3 from Canonical* installed [2021-05-03T06:31:24.063Z] "snapcraft" switched to the "latest/stable" channel [2021-05-03T06:31:24.063Z] [2021-05-03T06:31:28.264Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-03T06:31:28.264Z] - README.md [2021-05-03T06:31:28.264Z] [2021-05-03T06:31:28.264Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T06:31:34.851Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T06:31:34.851Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T06:31:34.851Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T06:31:34.851Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T06:31:35.422Z] Reading package lists... [2021-05-03T06:31:35.684Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-03T06:31:42.264Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T06:31:42.264Z] Reading package lists... [2021-05-03T06:31:42.264Z] Building dependency tree... [2021-05-03T06:31:42.264Z] Reading state information... [2021-05-03T06:31:42.264Z] Suggested packages: [2021-05-03T06:31:42.264Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-03T06:31:42.264Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-03T06:31:42.264Z] Recommended packages: [2021-05-03T06:31:42.264Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-03T06:31:42.264Z] The following NEW packages will be installed: [2021-05-03T06:31:42.264Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-03T06:31:42.264Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-03T06:31:42.264Z] pkg-config zip [2021-05-03T06:31:42.264Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T06:31:42.264Z] Need to get 7663 kB of archives. [2021-05-03T06:31:42.264Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-03T06:31:42.264Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-03T06:31:42.264Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-03T06:31:42.524Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-03T06:31:42.785Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-03T06:31:42.785Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-03T06:31:42.785Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-03T06:31:42.785Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-03T06:31:42.785Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-03T06:31:42.785Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-03T06:31:43.045Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-03T06:31:43.045Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-03T06:31:43.045Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-03T06:31:43.045Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-03T06:31:43.306Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-03T06:31:43.306Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-03T06:31:43.306Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T06:31:43.567Z] Fetched 7663 kB in 1s (6982 kB/s) [2021-05-03T06:31:43.567Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-03T06:31:43.567Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-03T06:31:43.567Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-03T06:31:43.567Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T06:31:43.829Z] Selecting previously unselected package libpsl5:amd64. [2021-05-03T06:31:43.829Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-03T06:31:43.829Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T06:31:43.829Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-03T06:31:43.829Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-03T06:31:43.829Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T06:31:43.829Z] Selecting previously unselected package librtmp1:amd64. [2021-05-03T06:31:43.829Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-03T06:31:43.829Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T06:31:44.091Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-03T06:31:44.091Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-03T06:31:44.091Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T06:31:44.091Z] Selecting previously unselected package liberror-perl. [2021-05-03T06:31:44.091Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-03T06:31:44.091Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-03T06:31:44.091Z] Selecting previously unselected package git-man. [2021-05-03T06:31:44.091Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-03T06:31:44.091Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T06:31:44.353Z] Selecting previously unselected package git. [2021-05-03T06:31:44.353Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-03T06:31:44.353Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T06:31:45.297Z] Selecting previously unselected package libnorm1:amd64. [2021-05-03T06:31:45.297Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-03T06:31:45.297Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T06:31:45.297Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-03T06:31:45.297Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-03T06:31:45.297Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T06:31:45.558Z] Selecting previously unselected package libsodium23:amd64. [2021-05-03T06:31:45.558Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-03T06:31:45.558Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-03T06:31:45.558Z] Selecting previously unselected package libzmq5:amd64. [2021-05-03T06:31:45.558Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T06:31:45.558Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T06:31:45.558Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-03T06:31:45.558Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T06:31:45.817Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T06:31:45.817Z] Selecting previously unselected package pkg-config. [2021-05-03T06:31:45.817Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-03T06:31:45.817Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T06:31:45.817Z] Selecting previously unselected package zip. [2021-05-03T06:31:45.817Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-03T06:31:45.817Z] Unpacking zip (3.0-11build1) ... [2021-05-03T06:31:46.077Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T06:31:46.077Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T06:31:46.077Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T06:31:46.077Z] Setting up liberror-perl (0.17025-1) ... [2021-05-03T06:31:46.077Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T06:31:46.077Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T06:31:46.337Z] No schema files found: doing nothing. [2021-05-03T06:31:46.337Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T06:31:46.337Z] Setting up zip (3.0-11build1) ... [2021-05-03T06:31:46.337Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T06:31:46.337Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-03T06:31:46.337Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T06:31:46.338Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T06:31:46.338Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T06:31:46.598Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T06:31:46.598Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T06:31:46.598Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T06:31:53.178Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T06:31:53.178Z] git set to automatically installed. [2021-05-03T06:31:53.178Z] git-man set to automatically installed. [2021-05-03T06:31:53.178Z] libcurl3-gnutls set to automatically installed. [2021-05-03T06:31:53.178Z] liberror-perl set to automatically installed. [2021-05-03T06:31:53.178Z] libglib2.0-0 set to automatically installed. [2021-05-03T06:31:53.178Z] libnghttp2-14 set to automatically installed. [2021-05-03T06:31:53.178Z] libnorm1 set to automatically installed. [2021-05-03T06:31:53.178Z] libpgm-5.2-0 set to automatically installed. [2021-05-03T06:31:53.178Z] libpsl5 set to automatically installed. [2021-05-03T06:31:53.178Z] librtmp1 set to automatically installed. [2021-05-03T06:31:53.178Z] libsodium23 set to automatically installed. [2021-05-03T06:31:53.178Z] libzmq3-dev set to automatically installed. [2021-05-03T06:31:53.178Z] libzmq5 set to automatically installed. [2021-05-03T06:31:53.178Z] pkg-config set to automatically installed. [2021-05-03T06:31:53.178Z] zip set to automatically installed. [2021-05-03T06:31:55.094Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T06:32:01.855Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T06:32:11.855Z] snap "core18" has no updates available [2021-05-03T06:32:12.797Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T06:32:19.376Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T06:32:31.619Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-03T06:32:32.190Z] Pulling go-build-helper [2021-05-03T06:32:32.190Z] + snapcraftctl pull [2021-05-03T06:32:33.576Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-03T06:32:33.576Z] Skipping pull go-build-helper (already ran) [2021-05-03T06:32:33.576Z] Building go-build-helper [2021-05-03T06:32:33.576Z] + snapcraftctl build [2021-05-03T06:32:35.489Z] Staging go-build-helper [2021-05-03T06:32:35.489Z] + snapcraftctl stage [2021-05-03T06:32:45.498Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T06:32:45.498Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T06:32:45.498Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T06:32:45.498Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T06:32:45.498Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T06:32:45.498Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T06:32:45.498Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T06:32:45.498Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T06:32:45.498Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T06:32:45.498Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T06:32:45.498Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T06:32:45.498Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T06:32:45.498Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T06:32:45.498Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T06:32:45.498Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T06:32:45.498Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T06:32:45.498Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T06:32:45.498Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T06:32:45.498Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T06:32:45.498Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-03T06:32:45.498Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T06:32:45.498Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T06:32:45.498Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T06:32:45.498Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-03T06:32:45.498Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-03T06:32:45.498Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T06:32:45.498Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T06:32:45.498Z] Fetched 24.4 MB in 0s (0 B/s) [2021-05-03T06:32:45.498Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T06:32:45.498Z] Fetched 224 kB in 0s (0 B/s) [2021-05-03T06:32:45.498Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T06:32:45.498Z] Fetched 157 kB in 0s (0 B/s) [2021-05-03T06:32:45.498Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T06:32:45.498Z] Fetched 221 kB in 0s (0 B/s) [2021-05-03T06:32:45.498Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T06:32:45.498Z] Fetched 143 kB in 0s (0 B/s) [2021-05-03T06:32:45.498Z] Pulling app-service-config [2021-05-03T06:32:45.498Z] + snapcraftctl pull [2021-05-03T06:32:46.068Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-03T06:32:47.008Z] Pulling config-common [2021-05-03T06:32:47.008Z] + snapcraftctl pull [2021-05-03T06:32:51.224Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T06:32:51.224Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T06:32:51.224Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T06:32:51.224Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T06:32:51.224Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T06:32:51.224Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T06:32:51.224Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T06:32:51.224Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T06:32:51.224Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T06:32:51.224Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T06:32:51.224Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T06:32:51.224Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T06:32:51.224Z] Pulling edgex-go [2021-05-03T06:32:51.224Z] + snapcraftctl pull [2021-05-03T06:32:57.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T06:33:03.233Z] Removing intermediate container d67b5d2fd500 [2021-05-03T06:33:03.233Z] ---> cca1ba7b3b54 [2021-05-03T06:33:03.233Z] [2021-05-03T06:33:03.233Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T06:33:03.233Z] 3.12: Pulling from library/alpine [2021-05-03T06:33:03.233Z] Removing intermediate container adcc4a37f06f [2021-05-03T06:33:03.233Z] ---> 269ac55784f9 [2021-05-03T06:33:03.233Z] [2021-05-03T06:33:03.233Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T06:33:03.233Z] 3.12: Pulling from library/alpine [2021-05-03T06:33:04.707Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T06:33:04.707Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T06:33:04.707Z] Status: Image is up to date for alpine:3.12 [2021-05-03T06:33:04.707Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T06:33:04.707Z] ---> 9852663dfa18 [2021-05-03T06:33:04.707Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T06:33:04.707Z] ---> 9852663dfa18 [2021-05-03T06:33:04.707Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T06:33:04.985Z] ---> Running in ba1d3e6a3dec [2021-05-03T06:33:04.985Z] ---> Running in 72e1ff3caa5d [2021-05-03T06:33:05.981Z] Removing intermediate container 72e1ff3caa5d [2021-05-03T06:33:05.981Z] ---> 95e74a930f99 [2021-05-03T06:33:05.981Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T06:33:05.981Z] ---> Running in 51ad52c391de [2021-05-03T06:33:06.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:07.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:07.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:08.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:08.144Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T06:33:08.144Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T06:33:08.144Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T06:33:08.144Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T06:33:08.421Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T06:33:08.421Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T06:33:08.421Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:33:08.421Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T06:33:08.721Z] OK: 7 MiB in 20 packages [2021-05-03T06:33:08.721Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T06:33:08.721Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T06:33:08.721Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:33:08.721Z] OK: 5 MiB in 16 packages [2021-05-03T06:33:12.133Z] Removing intermediate container 51ad52c391de [2021-05-03T06:33:12.133Z] ---> 7b2825def58a [2021-05-03T06:33:12.133Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T06:33:12.133Z] Removing intermediate container ba1d3e6a3dec [2021-05-03T06:33:12.133Z] ---> ff9bd9197c5b [2021-05-03T06:33:12.133Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T06:33:12.133Z] ---> Running in 06759e4a362a [2021-05-03T06:33:12.411Z] ---> Running in b582a7a39894 [2021-05-03T06:33:13.012Z] Removing intermediate container 06759e4a362a [2021-05-03T06:33:13.012Z] ---> f0a12c95ec55 [2021-05-03T06:33:13.012Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T06:33:13.185Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T06:33:13.185Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T06:33:13.185Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T06:33:13.185Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-03T06:33:13.185Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-03T06:33:13.185Z] Fetched 279 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-03T06:33:13.185Z] Fetched 122 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-03T06:33:13.185Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-03T06:33:13.185Z] Fetched 8848 B in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-03T06:33:13.185Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-03T06:33:13.185Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-03T06:33:13.185Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-03T06:33:13.185Z] Fetched 219 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-03T06:33:13.185Z] Fetched 154 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-03T06:33:13.185Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-03T06:33:13.185Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-03T06:33:13.185Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-03T06:33:13.185Z] Fetched 499 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-03T06:33:13.185Z] Fetched 111 kB in 0s (0 B/s) [2021-05-03T06:33:13.185Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-03T06:33:13.185Z] Fetched 240 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-03T06:33:13.186Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-03T06:33:13.186Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-03T06:33:13.186Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-03T06:33:13.186Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-03T06:33:13.186Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-03T06:33:13.186Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-03T06:33:13.186Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-03T06:33:13.186Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-03T06:33:13.186Z] Fetched 8720 B in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-03T06:33:13.186Z] Fetched 137 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-03T06:33:13.186Z] Fetched 119 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-03T06:33:13.186Z] Fetched 110 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-03T06:33:13.186Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-03T06:33:13.186Z] Fetched 645 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-03T06:33:13.186Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-03T06:33:13.186Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-03T06:33:13.186Z] Fetched 368 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-03T06:33:13.186Z] Fetched 187 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-03T06:33:13.186Z] Fetched 175 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-03T06:33:13.186Z] Fetched 206 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-03T06:33:13.186Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-03T06:33:13.186Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-03T06:33:13.186Z] Fetched 159 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-03T06:33:13.186Z] Fetched 107 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-03T06:33:13.186Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-03T06:33:13.186Z] Pulling static-packages [2021-05-03T06:33:13.186Z] + snapcraftctl pull [2021-05-03T06:33:13.186Z] Pulling version [2021-05-03T06:33:13.186Z] + cd /root/project [2021-05-03T06:33:13.186Z] + [ -f VERSION ] [2021-05-03T06:33:13.186Z] + PROJECT_VERSION=local-dev [2021-05-03T06:33:13.186Z] + git rev-parse --short HEAD [2021-05-03T06:33:13.186Z] + GIT_REVISION=d4ac040f [2021-05-03T06:33:13.186Z] + snapcraftctl set-version local-dev [2021-05-03T06:33:13.291Z] ---> Running in 2dab663c0132 [2021-05-03T06:33:13.568Z] Removing intermediate container b582a7a39894 [2021-05-03T06:33:13.568Z] ---> 6705ae1ab1c2 [2021-05-03T06:33:13.568Z] Step 13/24 : WORKDIR / [2021-05-03T06:33:13.852Z] ---> Running in a733e91c75ff [2021-05-03T06:33:14.129Z] Skipping build go-build-helper (already ran) [2021-05-03T06:33:14.129Z] Building app-service-config [2021-05-03T06:33:14.129Z] + make build [2021-05-03T06:33:14.129Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-03T06:33:14.129Z] Removing intermediate container 2dab663c0132 [2021-05-03T06:33:14.129Z] ---> 30dd894efcec [2021-05-03T06:33:14.129Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T06:33:14.739Z] ---> Running in b0f4d9bd9961 [2021-05-03T06:33:15.025Z] Removing intermediate container a733e91c75ff [2021-05-03T06:33:15.026Z] ---> fddd5b693628 [2021-05-03T06:33:15.026Z] 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-05-03T06:33:16.043Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-03T06:33:16.304Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-03T06:33:16.304Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-03T06:33:16.304Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-03T06:33:16.304Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-03T06:33:16.563Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-03T06:33:16.563Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-03T06:33:16.563Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-03T06:33:16.833Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-03T06:33:16.833Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-03T06:33:16.833Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-03T06:33:16.833Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-03T06:33:16.833Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-03T06:33:16.833Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-03T06:33:16.833Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-03T06:33:16.833Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-03T06:33:16.833Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-03T06:33:17.101Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-03T06:33:17.101Z] go: downloading golang.org/x/text v0.3.2 [2021-05-03T06:33:17.101Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-03T06:33:17.101Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-03T06:33:17.372Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-03T06:33:17.372Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-03T06:33:17.372Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-03T06:33:17.372Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-03T06:33:17.372Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-03T06:33:17.633Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T06:33:17.633Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-03T06:33:17.633Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-03T06:33:17.633Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-03T06:33:17.633Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-03T06:33:17.633Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-03T06:33:17.633Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-03T06:33:17.633Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-03T06:33:17.633Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-03T06:33:17.633Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-03T06:33:17.633Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-03T06:33:17.633Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-03T06:33:17.633Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-03T06:33:17.633Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-03T06:33:17.680Z] ---> 22c548b4de0f [2021-05-03T06:33:17.680Z] 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-05-03T06:33:17.894Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-03T06:33:17.894Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-03T06:33:17.894Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-03T06:33:17.894Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-03T06:33:17.894Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-03T06:33:18.666Z] Removing intermediate container 3dfafa566129 [2021-05-03T06:33:18.941Z] ---> 76c0ad93fe15 [2021-05-03T06:33:18.941Z] [2021-05-03T06:33:18.941Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T06:33:18.941Z] ---> 9852663dfa18 [2021-05-03T06:33:18.941Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T06:33:18.942Z] Removing intermediate container b0f4d9bd9961 [2021-05-03T06:33:18.942Z] ---> c90223b98fa1 [2021-05-03T06:33:18.942Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T06:33:18.942Z] ---> Running in e49b62e57174 [2021-05-03T06:33:19.237Z] ---> ffb81f91bfac [2021-05-03T06:33:19.237Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T06:33:19.237Z] ---> Running in 9150fd258644 [2021-05-03T06:33:20.687Z] Removing intermediate container 9150fd258644 [2021-05-03T06:33:20.687Z] ---> ef4aa3384bd9 [2021-05-03T06:33:20.687Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T06:33:20.687Z] ---> 1aadc0d559db [2021-05-03T06:33:20.687Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T06:33:20.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:21.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:22.228Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T06:33:22.228Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:33:22.228Z] OK: 5 MiB in 15 packages [2021-05-03T06:33:22.834Z] ---> 44f2d2c5edd7 [2021-05-03T06:33:22.835Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T06:33:23.842Z] ---> b558f246b741 [2021-05-03T06:33:23.842Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T06:33:23.842Z] ---> Running in 287a3abfd17a [2021-05-03T06:33:24.853Z] Removing intermediate container e49b62e57174 [2021-05-03T06:33:24.853Z] ---> 71d591f3bb36 [2021-05-03T06:33:24.853Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:33:25.473Z] ---> Running in 9a71232d9fb2 [2021-05-03T06:33:25.752Z] ---> e2ea7fc8e725 [2021-05-03T06:33:25.752Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T06:33:26.025Z] Removing intermediate container f68250edbc16 [2021-05-03T06:33:26.025Z] ---> fa5b0f1f8b1f [2021-05-03T06:33:26.025Z] [2021-05-03T06:33:26.025Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T06:33:26.025Z] ---> 9852663dfa18 [2021-05-03T06:33:26.025Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T06:33:26.025Z] ---> Using cache [2021-05-03T06:33:26.025Z] ---> 71d591f3bb36 [2021-05-03T06:33:26.025Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:33:26.025Z] ---> Using cache [2021-05-03T06:33:26.025Z] ---> 32a6e6459949 [2021-05-03T06:33:26.025Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T06:33:26.306Z] Removing intermediate container 9a71232d9fb2 [2021-05-03T06:33:26.306Z] ---> 32a6e6459949 [2021-05-03T06:33:26.306Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T06:33:26.306Z] ---> Running in cfb19accd867 [2021-05-03T06:33:26.583Z] ---> Running in f9dee70a3ea1 [2021-05-03T06:33:26.860Z] ---> 0f21f87e6f6f [2021-05-03T06:33:26.860Z] 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-05-03T06:33:27.267Z] Removing intermediate container cfb19accd867 [2021-05-03T06:33:27.267Z] ---> 7c08e13b2dd2 [2021-05-03T06:33:27.267Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T06:33:27.267Z] Removing intermediate container 287a3abfd17a [2021-05-03T06:33:27.267Z] ---> c42b8b8f2f11 [2021-05-03T06:33:27.268Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:33:27.268Z] ---> Running in fe7c0a307f4d [2021-05-03T06:33:27.585Z] ---> Running in 9235545eb82e [2021-05-03T06:33:27.585Z] Removing intermediate container f9dee70a3ea1 [2021-05-03T06:33:27.585Z] ---> a7cc5b38929d [2021-05-03T06:33:27.585Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T06:33:27.904Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-03T06:33:27.904Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-03T06:33:27.904Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-03T06:33:27.904Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-03T06:33:27.959Z] ---> Running in 77fd5de5204d [2021-05-03T06:33:28.846Z] Building config-common [2021-05-03T06:33:28.846Z] + snapcraftctl build [2021-05-03T06:33:29.049Z] Removing intermediate container 9235545eb82e [2021-05-03T06:33:29.049Z] ---> b62e83382153 [2021-05-03T06:33:29.049Z] Step 15/23 : WORKDIR / [2021-05-03T06:33:29.341Z] ---> a7163081471a [2021-05-03T06:33:29.341Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper .Removing intermediate container 77fd5de5204d [2021-05-03T06:33:29.341Z] ---> f34b9bdbe7c2 [2021-05-03T06:33:29.341Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:33:29.341Z] [2021-05-03T06:33:29.341Z] ---> Running in 5331610b3106 [2021-05-03T06:33:30.793Z] Removing intermediate container 5331610b3106 [2021-05-03T06:33:30.793Z] ---> 4773847136ce [2021-05-03T06:33:30.793Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:33:31.072Z] ---> a77d298b71cf [2021-05-03T06:33:31.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T06:33:31.353Z] Removing intermediate container fe7c0a307f4d [2021-05-03T06:33:31.353Z] ---> 0f1908d1e580 [2021-05-03T06:33:31.353Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T06:33:31.392Z] Building edgex-go [2021-05-03T06:33:31.392Z] + cd /root/parts/edgex-go/src [2021-05-03T06:33:31.392Z] + make build [2021-05-03T06:33:31.392Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-03T06:33:31.653Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-03T06:33:31.653Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-03T06:33:31.653Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-03T06:33:31.915Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-03T06:33:31.915Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-03T06:33:31.950Z] ---> a4a9a2386139 [2021-05-03T06:33:31.950Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T06:33:32.221Z] ---> Running in 915994ab4509 [2021-05-03T06:33:32.497Z] ---> 25390a4a9d1a [2021-05-03T06:33:32.497Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T06:33:32.497Z] ---> d28035052e35 [2021-05-03T06:33:32.497Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T06:33:32.769Z] Removing intermediate container d1512223d56f [2021-05-03T06:33:32.769Z] ---> 9d4796411d05 [2021-05-03T06:33:32.769Z] [2021-05-03T06:33:32.769Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T06:33:32.769Z] ---> 9852663dfa18 [2021-05-03T06:33:32.769Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T06:33:33.043Z] Removing intermediate container 915994ab4509 [2021-05-03T06:33:33.043Z] ---> 65581841dd83 [2021-05-03T06:33:33.043Z] Step 22/24 : LABEL arch=arm64 [2021-05-03T06:33:33.043Z] ---> bc54f2a15799 [2021-05-03T06:33:33.043Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T06:33:33.319Z] ---> Running in beb191652e56 [2021-05-03T06:33:33.319Z] ---> Running in 7d173185db51 [2021-05-03T06:33:33.595Z] ---> adec2469bbaa [2021-05-03T06:33:33.595Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T06:33:33.870Z] ---> Running in 6b46462e1ff8 [2021-05-03T06:33:34.143Z] ---> 4a4ba7d96d66 [2021-05-03T06:33:34.143Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T06:33:34.143Z] Removing intermediate container 7d173185db51 [2021-05-03T06:33:34.143Z] ---> abebf2941cd3 [2021-05-03T06:33:34.143Z] Step 23/24 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:33:34.143Z] Removing intermediate container beb191652e56 [2021-05-03T06:33:34.143Z] ---> d70d106bff2e [2021-05-03T06:33:34.143Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T06:33:34.143Z] ---> d707426fbb67 [2021-05-03T06:33:34.143Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T06:33:34.417Z] ---> Running in 55beb738eb4d [2021-05-03T06:33:34.417Z] ---> Running in 5ce7e90de09b [2021-05-03T06:33:34.697Z] Removing intermediate container 6b46462e1ff8 [2021-05-03T06:33:34.697Z] ---> 07343bb42f6b [2021-05-03T06:33:34.697Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:33:34.697Z] ---> Running in d5b9a79ff19c [2021-05-03T06:33:34.973Z] ---> dead290fd340 [2021-05-03T06:33:34.973Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T06:33:34.973Z] Removing intermediate container 5ce7e90de09b [2021-05-03T06:33:34.973Z] ---> 88ab5c167e54 [2021-05-03T06:33:34.973Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T06:33:35.250Z] Removing intermediate container 55beb738eb4d [2021-05-03T06:33:35.250Z] ---> 03fe47d78245 [2021-05-03T06:33:35.250Z] Step 24/24 : LABEL version=0.0.0 [2021-05-03T06:33:35.250Z] ---> ac58d26331cb [2021-05-03T06:33:35.250Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T06:33:35.250Z] ---> Running in 38309526b1fe [2021-05-03T06:33:35.250Z] ---> Running in 05cb2f9e3dc9 [2021-05-03T06:33:35.525Z] Removing intermediate container d5b9a79ff19c [2021-05-03T06:33:35.525Z] ---> d36d0860272b [2021-05-03T06:33:35.525Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T06:33:35.525Z] ---> Running in 0bcdfe8832bf [2021-05-03T06:33:35.799Z] ---> Running in 10fb05fae5c4 [2021-05-03T06:33:35.799Z] ---> Running in cdfa281bf372 [2021-05-03T06:33:36.075Z] Removing intermediate container 05cb2f9e3dc9 [2021-05-03T06:33:36.075Z] ---> 364ccb26016e [2021-05-03T06:33:36.075Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:33:36.075Z] Removing intermediate container 38309526b1fe [2021-05-03T06:33:36.075Z] ---> 6d1e4a5a5c72 [2021-05-03T06:33:36.075Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:33:36.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T06:33:36.143Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-03T06:33:36.350Z] Removing intermediate container 0bcdfe8832bf [2021-05-03T06:33:36.351Z] ---> 9a90ae919341 [2021-05-03T06:33:36.351Z] [2021-05-03T06:33:36.351Z] ---> Running in cfc476e269d3 [2021-05-03T06:33:36.351Z] ---> Running in 5ff6095d997f [2021-05-03T06:33:36.630Z] Removing intermediate container 10fb05fae5c4 [2021-05-03T06:33:36.630Z] ---> a06b0ee4dfeb [2021-05-03T06:33:36.630Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T06:33:36.630Z] Removing intermediate container cdfa281bf372 [2021-05-03T06:33:36.630Z] ---> 1dbf36abaeca [2021-05-03T06:33:36.630Z] Step 21/22 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:33:36.913Z] Successfully built 9a90ae919341 [2021-05-03T06:33:36.913Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-03T06:33:36.913Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-05-03T06:33:37.191Z] ---> Running in 6011b3761459 [2021-05-03T06:33:37.191Z] Removing intermediate container cfc476e269d3 [2021-05-03T06:33:37.191Z] ---> 0f6b6ec5f452 [2021-05-03T06:33:37.191Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T06:33:37.191Z] ---> Running in 743db75d5022 [2021-05-03T06:33:37.463Z] ---> 29b82aace353 [2021-05-03T06:33:37.463Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T06:33:38.062Z] ---> Running in e5ba9ac4b8e2 [2021-05-03T06:33:38.062Z] Removing intermediate container 6011b3761459 [2021-05-03T06:33:38.062Z] ---> e44addaf1f5e [2021-05-03T06:33:38.062Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T06:33:38.342Z] Removing intermediate container 743db75d5022 [2021-05-03T06:33:38.342Z] ---> 9e73bbad4909 [2021-05-03T06:33:38.342Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:33:38.342Z] ---> Running in 4dce24927ff6 [2021-05-03T06:33:38.618Z] ---> Running in 9600ac7a5dfd [2021-05-03T06:33:39.601Z] Removing intermediate container 4dce24927ff6 [2021-05-03T06:33:39.601Z] ---> 404fc49bd363 [2021-05-03T06:33:39.601Z] [2021-05-03T06:33:39.885Z] Successfully built 404fc49bd363 [2021-05-03T06:33:39.885Z] Removing intermediate container 9600ac7a5dfd [2021-05-03T06:33:39.886Z] ---> a4d8a46d1156 [2021-05-03T06:33:39.886Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:33:39.886Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-03T06:33:39.886Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-05-03T06:33:40.166Z] Removing intermediate container 5ff6095d997f [2021-05-03T06:33:40.166Z] ---> 5449ad4fb638 [2021-05-03T06:33:40.441Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T06:33:40.441Z] ---> Running in e880b9d2c36d [2021-05-03T06:33:40.717Z] ---> Running in 6ad97b236af1 [2021-05-03T06:33:41.317Z] Removing intermediate container e880b9d2c36d [2021-05-03T06:33:41.317Z] ---> b8292841428e [2021-05-03T06:33:41.317Z] [2021-05-03T06:33:41.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T06:33:41.596Z] Removing intermediate container e5ba9ac4b8e2 [2021-05-03T06:33:41.596Z] ---> 6a08d1e8d5f7 [2021-05-03T06:33:41.596Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T06:33:41.895Z] Successfully built b8292841428e [2021-05-03T06:33:41.895Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-03T06:33:41.895Z] Building docker-sys-mgmt-agent-go [2021-05-03T06:33:42.190Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:42.190Z] ---> Running in e5ea10a5d269 [2021-05-03T06:33:42.799Z] Removing intermediate container e5ea10a5d269 [2021-05-03T06:33:42.799Z] ---> 8f3f716bca3b [2021-05-03T06:33:42.799Z] Step 28/31 : CMD ["gate"] [2021-05-03T06:33:42.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T06:33:43.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:33:43.343Z] ---> Running in ce2d6a49ace1 [2021-05-03T06:33:43.950Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T06:33:43.950Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T06:33:43.950Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T06:33:43.950Z] Removing intermediate container ce2d6a49ace1 [2021-05-03T06:33:43.950Z] ---> fab71233fdfb [2021-05-03T06:33:43.950Z] Step 29/31 : LABEL arch=arm64 [2021-05-03T06:33:44.229Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T06:33:44.229Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T06:33:44.229Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T06:33:44.504Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:33:44.504Z] OK: 8 MiB in 20 packages [2021-05-03T06:33:44.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T06:33:44.780Z] ---> Running in 89848cd032fd [2021-05-03T06:33:45.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T06:33:45.289Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-03T06:33:45.551Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-03T06:33:45.551Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-03T06:33:45.551Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-03T06:33:46.762Z] Removing intermediate container 89848cd032fd [2021-05-03T06:33:46.762Z] ---> 0991a3328429 [2021-05-03T06:33:46.762Z] Step 30/31 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:33:47.360Z] Removing intermediate container 6ad97b236af1 [2021-05-03T06:33:47.360Z] ---> 50a820c43ef6 [2021-05-03T06:33:47.360Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:33:47.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-03T06:33:47.465Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-03T06:33:47.733Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-03T06:33:48.352Z] ---> Running in bcbea110b016 [2021-05-03T06:33:49.333Z] ---> ecfd54fc44d1 [2021-05-03T06:33:49.333Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T06:33:49.608Z] Removing intermediate container bcbea110b016 [2021-05-03T06:33:49.608Z] ---> 73dcb8776ca1 [2021-05-03T06:33:49.608Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T06:33:49.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T06:33:50.205Z] ---> Running in 588f71cdcf86 [2021-05-03T06:33:50.489Z] ---> 62145ccf8d0d [2021-05-03T06:33:50.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T06:33:50.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-03T06:33:50.762Z] Removing intermediate container 588f71cdcf86 [2021-05-03T06:33:50.762Z] ---> a8824c988a88 [2021-05-03T06:33:50.762Z] [2021-05-03T06:33:51.362Z] Successfully built a8824c988a88 [2021-05-03T06:33:51.362Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-03T06:33:51.362Z] Building docker-core-command-go [2021-05-03T06:33:51.634Z]  Building docker-security-bootstrapper-go ... done  ---> e66fa0e2f928 [2021-05-03T06:33:51.634Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T06:33:51.634Z] ---> Running in c87eee4a6425 [2021-05-03T06:33:51.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-03T06:33:52.228Z] Removing intermediate container c87eee4a6425 [2021-05-03T06:33:52.228Z] ---> 97abfe8bf694 [2021-05-03T06:33:52.228Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:33:52.228Z] ---> Running in f31c783f1ed3 [2021-05-03T06:33:52.828Z] Removing intermediate container f31c783f1ed3 [2021-05-03T06:33:52.828Z] ---> bd6905c80b90 [2021-05-03T06:33:52.828Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T06:33:53.103Z] ---> Running in e74027ea387a [2021-05-03T06:33:53.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T06:33:53.351Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-03T06:33:53.697Z] Removing intermediate container e74027ea387a [2021-05-03T06:33:53.697Z] ---> 743d21c91ea8 [2021-05-03T06:33:53.697Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:33:53.697Z] ---> Running in 28377b98e9e5 [2021-05-03T06:33:54.305Z] Removing intermediate container 28377b98e9e5 [2021-05-03T06:33:54.305Z] ---> 23c9953b2c96 [2021-05-03T06:33:54.305Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:33:54.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-03T06:33:54.995Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-03T06:33:55.738Z] ---> Running in c4f98d28739a [2021-05-03T06:33:56.725Z] Removing intermediate container c4f98d28739a [2021-05-03T06:33:56.725Z] ---> e01cb5db8ae0 [2021-05-03T06:33:56.725Z] [2021-05-03T06:33:56.996Z] Successfully built e01cb5db8ae0 [2021-05-03T06:33:56.996Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-03T06:33:57.540Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-03T06:33:57.540Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-03T06:33:57.540Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-03T06:33:57.540Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-03T06:33:57.540Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-03T06:33:57.540Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-03T06:33:57.540Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-03T06:33:57.540Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-03T06:33:57.541Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-03T06:33:57.541Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-03T06:33:57.541Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-03T06:33:57.541Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-03T06:33:57.541Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-03T06:33:57.541Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-03T06:34:00.087Z] Building static-packages [2021-05-03T06:34:00.087Z] + snapcraftctl build [2021-05-03T06:34:02.752Z] Building version [2021-05-03T06:34:02.752Z] + snapcraftctl build [2021-05-03T06:34:04.719Z] Skipping stage go-build-helper (already ran) [2021-05-03T06:34:04.719Z] Staging app-service-config [2021-05-03T06:34:04.719Z] + snapcraftctl stage [2021-05-03T06:34:05.660Z] Staging config-common [2021-05-03T06:34:05.660Z] + snapcraftctl stage [2021-05-03T06:34:07.041Z] Staging edgex-go [2021-05-03T06:34:07.041Z] + snapcraftctl stage [2021-05-03T06:34:07.982Z] Staging static-packages [2021-05-03T06:34:07.982Z] + snapcraftctl stage [2021-05-03T06:34:09.366Z] Staging version [2021-05-03T06:34:09.366Z] + snapcraftctl stage [2021-05-03T06:34:10.307Z] Priming go-build-helper [2021-05-03T06:34:10.307Z] + snapcraftctl prime [2021-05-03T06:34:11.692Z] Priming app-service-config [2021-05-03T06:34:11.692Z] + snapcraftctl prime [2021-05-03T06:34:12.636Z] Priming config-common [2021-05-03T06:34:12.636Z] + snapcraftctl prime [2021-05-03T06:34:14.021Z] Priming edgex-go [2021-05-03T06:34:14.021Z] + snapcraftctl prime [2021-05-03T06:34:15.407Z] Priming static-packages [2021-05-03T06:34:15.407Z] + snapcraftctl prime [2021-05-03T06:34:17.956Z] Priming version [2021-05-03T06:34:17.956Z] + snapcraftctl prime [2021-05-03T06:34:18.898Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T06:34:29.334Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:34:29.335Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:34:29.335Z] ---> f1617f136d00 [2021-05-03T06:34:29.335Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T06:34:29.335Z] ---> Using cache [2021-05-03T06:34:29.335Z] ---> f830aa8178bd [2021-05-03T06:34:29.335Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:34:29.335Z] ---> Using cache [2021-05-03T06:34:29.335Z] ---> 21faa4bee809 [2021-05-03T06:34:29.335Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T06:34:34.776Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:34:34.776Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:34:34.776Z] ---> f1617f136d00 [2021-05-03T06:34:34.776Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> f830aa8178bd [2021-05-03T06:34:34.776Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> 21faa4bee809 [2021-05-03T06:34:34.776Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> 3969328a72aa [2021-05-03T06:34:34.776Z] Step 6/21 : COPY go.mod . [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> c4d04221e2d6 [2021-05-03T06:34:34.776Z] Step 7/21 : RUN go mod download [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> d4070b780009 [2021-05-03T06:34:34.776Z] Step 8/21 : COPY . . [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> 8c6dfd6f4669 [2021-05-03T06:34:34.776Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T06:34:34.776Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:34:34.776Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:34:34.776Z] ---> f1617f136d00 [2021-05-03T06:34:34.776Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> f830aa8178bd [2021-05-03T06:34:34.776Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:34:34.776Z] ---> Using cache [2021-05-03T06:34:34.776Z] ---> 21faa4bee809 [2021-05-03T06:34:34.776Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T06:34:35.370Z] ---> Running in 19add901468c [2021-05-03T06:34:35.370Z] ---> Running in b1d09c9cb948 [2021-05-03T06:34:35.370Z] ---> Running in 086939beabcf [2021-05-03T06:34:37.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-03T06:34:37.363Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:34:37.363Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:34:37.967Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T06:34:37.967Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T06:34:37.967Z] ---> f1617f136d00 [2021-05-03T06:34:37.967Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T06:34:37.967Z] ---> Using cache [2021-05-03T06:34:37.967Z] ---> f830aa8178bd [2021-05-03T06:34:37.967Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T06:34:37.967Z] ---> Using cache [2021-05-03T06:34:37.967Z] ---> 21faa4bee809 [2021-05-03T06:34:37.967Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T06:34:37.967Z] ---> Using cache [2021-05-03T06:34:37.967Z] ---> 3969328a72aa [2021-05-03T06:34:37.967Z] Step 6/23 : COPY go.mod . [2021-05-03T06:34:37.967Z] ---> Using cache [2021-05-03T06:34:37.967Z] ---> c4d04221e2d6 [2021-05-03T06:34:37.967Z] Step 7/23 : RUN go mod download [2021-05-03T06:34:37.967Z] ---> Using cache [2021-05-03T06:34:37.967Z] ---> d4070b780009 [2021-05-03T06:34:37.967Z] Step 8/23 : COPY . . [2021-05-03T06:34:37.967Z] ---> Using cache [2021-05-03T06:34:37.967Z] ---> 8c6dfd6f4669 [2021-05-03T06:34:37.967Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T06:34:38.262Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:34:38.869Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:34:38.869Z] ---> Running in 6078f5bd3af4 [2021-05-03T06:34:39.477Z] OK: 218 MiB in 52 packages [2021-05-03T06:34:39.754Z] OK: 218 MiB in 52 packages [2021-05-03T06:34:41.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T06:34:41.482Z] Removing intermediate container 19add901468c [2021-05-03T06:34:41.482Z] ---> 7c1b52e0f5b8 [2021-05-03T06:34:41.482Z] Step 6/22 : COPY go.mod . [2021-05-03T06:34:41.764Z] Removing intermediate container 086939beabcf [2021-05-03T06:34:41.764Z] ---> 1bdc8e5d5494 [2021-05-03T06:34:41.764Z] Step 6/23 : COPY go.mod . [2021-05-03T06:34:42.760Z] ---> 8579afd9b9ec [2021-05-03T06:34:42.760Z] Step 7/22 : RUN go mod download [2021-05-03T06:34:42.760Z] ---> 2fa874f11f64 [2021-05-03T06:34:42.760Z] Step 7/23 : RUN go mod download [2021-05-03T06:34:43.038Z] ---> Running in 92c23cf35c93 [2021-05-03T06:34:43.315Z] ---> Running in a1f16c4dffd9 [2021-05-03T06:34:47.654Z] Removing intermediate container 92c23cf35c93 [2021-05-03T06:34:47.654Z] ---> d72dc1714214 [2021-05-03T06:34:47.654Z] Step 8/22 : COPY . . [2021-05-03T06:34:47.654Z] Removing intermediate container a1f16c4dffd9 [2021-05-03T06:34:47.654Z] ---> dd6a4ac4781d [2021-05-03T06:34:47.654Z] Step 8/23 : COPY . . [2021-05-03T06:35:26.696Z] ---> 1d1c43c0b6d5 [2021-05-03T06:35:26.696Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T06:35:26.696Z] ---> 66d7c536af6a [2021-05-03T06:35:26.696Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T06:35:26.696Z] ---> Running in cd9683e3c84d [2021-05-03T06:35:26.696Z] ---> Running in 10a80c0b4511 [2021-05-03T06:35:26.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-03T06:35:26.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-03T06:35:39.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-03T06:35:54.532Z] Removing intermediate container b1d09c9cb948 [2021-05-03T06:35:54.532Z] ---> 17b1d002c717 [2021-05-03T06:35:54.532Z] [2021-05-03T06:35:54.532Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T06:35:54.532Z] ---> 9852663dfa18 [2021-05-03T06:35:54.532Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T06:35:54.532Z] ---> Running in 75db5ac28a51 [2021-05-03T06:35:55.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:35:55.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:35:56.128Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T06:35:56.128Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T06:35:56.128Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T06:35:56.128Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T06:35:56.128Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:35:56.128Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T06:35:56.405Z] OK: 7 MiB in 18 packages [2021-05-03T06:35:59.039Z] Removing intermediate container 75db5ac28a51 [2021-05-03T06:35:59.039Z] ---> 9014ce0f68bf [2021-05-03T06:35:59.039Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T06:35:59.313Z] ---> Running in 7147f4324f8d [2021-05-03T06:35:59.919Z] Removing intermediate container 7147f4324f8d [2021-05-03T06:35:59.919Z] ---> 67613ecaedc8 [2021-05-03T06:35:59.919Z] Step 13/21 : WORKDIR /edgex [2021-05-03T06:35:59.919Z] ---> Running in fee85fc44092 [2021-05-03T06:36:00.539Z] Removing intermediate container fee85fc44092 [2021-05-03T06:36:00.539Z] ---> d7662ccb3574 [2021-05-03T06:36:00.539Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T06:36:01.984Z] ---> 4fa88e8ca0e5 [2021-05-03T06:36:01.984Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T06:36:03.978Z] ---> b1159d07fe0a [2021-05-03T06:36:03.979Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T06:36:06.012Z] ---> 7d4b4e199376 [2021-05-03T06:36:06.012Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T06:36:06.617Z] ---> Running in 449c6ec25c17 [2021-05-03T06:36:07.602Z] Removing intermediate container 449c6ec25c17 [2021-05-03T06:36:07.602Z] ---> 095087194d1a [2021-05-03T06:36:07.602Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T06:36:07.877Z] ---> Running in f188c7624526 [2021-05-03T06:36:08.905Z] Removing intermediate container f188c7624526 [2021-05-03T06:36:08.905Z] ---> 1b15201bb927 [2021-05-03T06:36:08.905Z] Step 19/21 : LABEL arch=arm64 [2021-05-03T06:36:09.183Z] ---> Running in 32d00f7a25a8 [2021-05-03T06:36:09.784Z] Removing intermediate container 6078f5bd3af4 [2021-05-03T06:36:09.784Z] ---> 29e75e963760 [2021-05-03T06:36:09.784Z] [2021-05-03T06:36:09.784Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T06:36:09.784Z] ---> 9852663dfa18 [2021-05-03T06:36:09.784Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T06:36:09.784Z] ---> Using cache [2021-05-03T06:36:09.784Z] ---> 71d591f3bb36 [2021-05-03T06:36:09.784Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:36:09.784Z] ---> Using cache [2021-05-03T06:36:09.784Z] ---> 32a6e6459949 [2021-05-03T06:36:09.784Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T06:36:10.060Z] Removing intermediate container 32d00f7a25a8 [2021-05-03T06:36:10.060Z] ---> 3bc10f15cf6d [2021-05-03T06:36:10.060Z] Step 20/21 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:36:10.060Z] ---> Running in 216f4552cb21 [2021-05-03T06:36:10.060Z] ---> Running in c173daac3e0b [2021-05-03T06:36:10.664Z] Removing intermediate container 216f4552cb21 [2021-05-03T06:36:10.664Z] ---> b792c2654533 [2021-05-03T06:36:10.664Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T06:36:10.943Z] ---> Running in 396aad1539bb [2021-05-03T06:36:11.222Z] Removing intermediate container c173daac3e0b [2021-05-03T06:36:11.222Z] ---> 8f46e9ae10b3 [2021-05-03T06:36:11.222Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T06:36:11.500Z] ---> Running in 4854a78226f4 [2021-05-03T06:36:11.782Z] Removing intermediate container 396aad1539bb [2021-05-03T06:36:11.782Z] ---> e0b8030e5ab9 [2021-05-03T06:36:11.782Z] Step 15/23 : WORKDIR / [2021-05-03T06:36:12.059Z] Removing intermediate container 4854a78226f4 [2021-05-03T06:36:12.059Z] ---> 55dc1e4eca9b [2021-05-03T06:36:12.059Z] [2021-05-03T06:36:12.059Z] ---> Running in 9c8dffa5fdc1 [2021-05-03T06:36:12.669Z] Successfully built 55dc1e4eca9b [2021-05-03T06:36:12.669Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-03T06:36:12.949Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9c8dffa5fdc1 [2021-05-03T06:36:12.949Z] ---> a97ede64bd4f [2021-05-03T06:36:12.949Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:36:13.936Z] ---> c25e639b4522 [2021-05-03T06:36:13.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T06:36:15.922Z] ---> 39c5971894c2 [2021-05-03T06:36:15.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T06:36:16.910Z] ---> 09b1a9492222 [2021-05-03T06:36:16.910Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T06:36:16.910Z] ---> Running in b6b391859279 [2021-05-03T06:36:17.900Z] Removing intermediate container b6b391859279 [2021-05-03T06:36:17.900Z] ---> 8233a8433d65 [2021-05-03T06:36:17.900Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:36:17.900Z] ---> Running in abc85183ea9c [2021-05-03T06:36:18.498Z] Removing intermediate container abc85183ea9c [2021-05-03T06:36:18.498Z] ---> b361a2ea2062 [2021-05-03T06:36:18.498Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T06:36:18.778Z] ---> Running in 06347681e8cc [2021-05-03T06:36:19.392Z] Removing intermediate container 06347681e8cc [2021-05-03T06:36:19.392Z] ---> 4e0a2ecc66a9 [2021-05-03T06:36:19.392Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:36:20.001Z] ---> Running in 90bf45224b3a [2021-05-03T06:36:20.601Z] Removing intermediate container 90bf45224b3a [2021-05-03T06:36:20.601Z] ---> c811dff7c3fd [2021-05-03T06:36:20.601Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:36:20.601Z] ---> Running in 449064c269a1 [2021-05-03T06:36:21.201Z] Removing intermediate container 449064c269a1 [2021-05-03T06:36:21.201Z] ---> 9ffe9ff041bc [2021-05-03T06:36:21.202Z] [2021-05-03T06:36:21.807Z] Successfully built 9ffe9ff041bc [2021-05-03T06:36:21.807Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-03T06:36:40.139Z]  Building docker-core-command-go ... done Removing intermediate container 10a80c0b4511 [2021-05-03T06:36:40.139Z] ---> 0324f9900612 [2021-05-03T06:36:40.139Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T06:36:40.139Z] ---> Running in 113a1dd86213 [2021-05-03T06:36:40.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-03T06:36:41.132Z] Removing intermediate container cd9683e3c84d [2021-05-03T06:36:41.132Z] ---> 3f5b490bf836 [2021-05-03T06:36:41.132Z] [2021-05-03T06:36:41.132Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T06:36:41.132Z] ---> 9852663dfa18 [2021-05-03T06:36:41.132Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T06:36:41.406Z] ---> Running in 585290b9b2ff [2021-05-03T06:36:42.380Z] Removing intermediate container 113a1dd86213 [2021-05-03T06:36:42.380Z] ---> 065bedfec2ae [2021-05-03T06:36:42.380Z] [2021-05-03T06:36:42.380Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T06:36:42.380Z] 20.10.0: Pulling from library/docker [2021-05-03T06:36:42.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:36:42.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:36:43.525Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T06:36:43.525Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T06:36:43.525Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T06:36:43.525Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T06:36:43.801Z] OK: 6 MiB in 16 packages [2021-05-03T06:36:46.418Z] Removing intermediate container 585290b9b2ff [2021-05-03T06:36:46.418Z] ---> 2f812dd7dfc3 [2021-05-03T06:36:46.418Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:36:46.418Z] ---> Running in fa6071826962 [2021-05-03T06:36:47.037Z] Removing intermediate container fa6071826962 [2021-05-03T06:36:47.037Z] ---> b8a2e2619e3f [2021-05-03T06:36:47.037Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T06:36:47.631Z] ---> Running in ffd48950d0b1 [2021-05-03T06:36:48.234Z] Removing intermediate container ffd48950d0b1 [2021-05-03T06:36:48.234Z] ---> d45d505cb218 [2021-05-03T06:36:48.234Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T06:36:48.830Z] ---> Running in 17a4747c357e [2021-05-03T06:36:49.808Z] Removing intermediate container 17a4747c357e [2021-05-03T06:36:49.808Z] ---> 5ae43157fd21 [2021-05-03T06:36:49.808Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T06:36:50.786Z] ---> 5bd771189484 [2021-05-03T06:36:50.786Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T06:36:51.383Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T06:36:51.383Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T06:36:51.656Z] ---> eeaf43b92773 [2021-05-03T06:36:51.656Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-03T06:36:51.939Z] ---> Running in d3229cf141a6 [2021-05-03T06:36:51.939Z] ---> 45362ce72146 [2021-05-03T06:36:51.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T06:36:52.534Z] Removing intermediate container d3229cf141a6 [2021-05-03T06:36:52.534Z] ---> fb01a0db0b9a [2021-05-03T06:36:52.534Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T06:36:52.534Z] ---> Running in a3b88e0cb421 [2021-05-03T06:36:52.811Z] ---> 6c6594f23c7d [2021-05-03T06:36:52.811Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T06:36:52.811Z] ---> Running in 1e2868857e68 [2021-05-03T06:36:53.405Z] Removing intermediate container 1e2868857e68 [2021-05-03T06:36:53.405Z] ---> ddb6c4668cd8 [2021-05-03T06:36:53.405Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:36:53.677Z] ---> Running in aa90c2c062c3 [2021-05-03T06:36:53.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T06:36:53.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T06:36:53.947Z] Removing intermediate container aa90c2c062c3 [2021-05-03T06:36:53.947Z] ---> a3dba43a99ce [2021-05-03T06:36:53.947Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T06:36:54.217Z] ---> Running in 85116ecaa3da [2021-05-03T06:36:54.493Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T06:36:54.493Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T06:36:54.493Z] Removing intermediate container 85116ecaa3da [2021-05-03T06:36:54.493Z] ---> b625c807b73a [2021-05-03T06:36:54.493Z] Step 21/22 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:36:54.493Z] Executing bash-5.0.17-r0.post-install [2021-05-03T06:36:54.493Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T06:36:54.493Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T06:36:54.766Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T06:36:54.766Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T06:36:54.766Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T06:36:54.766Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T06:36:54.766Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T06:36:54.766Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T06:36:54.766Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T06:36:54.766Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T06:36:54.766Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T06:36:54.766Z] ---> Running in 9ef565a89703 [2021-05-03T06:36:55.738Z] Removing intermediate container 9ef565a89703 [2021-05-03T06:36:55.738Z] ---> b96b4e87d97d [2021-05-03T06:36:55.738Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T06:36:56.013Z] ---> Running in 4886a6edadd0 [2021-05-03T06:36:56.706Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T06:36:56.706Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T06:36:56.706Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T06:36:56.706Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T06:36:56.706Z] Removing intermediate container 4886a6edadd0 [2021-05-03T06:36:56.706Z] ---> d6fc18889a60 [2021-05-03T06:36:56.706Z] [2021-05-03T06:36:56.706Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T06:36:56.706Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T06:36:56.706Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T06:36:56.706Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T06:36:56.706Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T06:36:56.706Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T06:36:57.033Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T06:36:57.033Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T06:36:57.033Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T06:36:57.033Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T06:36:57.033Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T06:36:57.033Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T06:36:57.033Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T06:36:57.033Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T06:36:57.033Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T06:36:57.033Z] Successfully built d6fc18889a60 [2021-05-03T06:36:57.033Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-03T06:36:57.033Z]  Building docker-support-notifications-go ... done (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T06:36:57.033Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T06:36:57.033Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T06:36:57.033Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T06:36:57.033Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T06:36:57.033Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T06:36:57.033Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T06:36:57.312Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T06:36:57.312Z] OK: 72 MiB in 59 packages [2021-05-03T06:37:01.661Z] Collecting docker-compose==1.23.2 [2021-05-03T06:37:01.661Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T06:37:02.640Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T06:37:02.640Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T06:37:02.913Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T06:37:03.187Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T06:37:03.460Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T06:37:03.460Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T06:37:05.433Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-03T06:37:05.707Z] Collecting PyYAML<4,>=3.10 [2021-05-03T06:37:05.707Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T06:37:09.091Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T06:37:09.091Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T06:37:10.525Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T06:37:10.525Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T06:37:10.800Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T06:37:10.800Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T06:37:12.788Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T06:37:12.788Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T06:37:13.384Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T06:37:13.384Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T06:37:13.977Z] Collecting idna<2.8,>=2.5 [2021-05-03T06:37:13.977Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T06:37:13.977Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-03T06:37:14.570Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T06:37:14.570Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T06:37:14.843Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-03T06:37:14.843Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T06:37:14.843Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T06:37:15.119Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T06:37:15.119Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T06:37:15.119Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T06:37:15.119Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T06:37:15.723Z] Installing collected packages: idna, urllib3, requests, websocket-client, texttable, PyYAML, docopt, jsonschema, dockerpty, cached-property, docker-pycreds, docker, docker-compose [2021-05-03T06:37:15.723Z] Attempting uninstall: idna [2021-05-03T06:37:15.723Z] Found existing installation: idna 2.9 [2021-05-03T06:37:15.723Z] Uninstalling idna-2.9: [2021-05-03T06:37:15.996Z] Successfully uninstalled idna-2.9 [2021-05-03T06:37:16.596Z] Attempting uninstall: urllib3 [2021-05-03T06:37:16.596Z] Found existing installation: urllib3 1.25.9 [2021-05-03T06:37:16.596Z] Uninstalling urllib3-1.25.9: [2021-05-03T06:37:16.596Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T06:37:17.192Z] Attempting uninstall: requests [2021-05-03T06:37:17.192Z] Found existing installation: requests 2.23.0 [2021-05-03T06:37:17.192Z] Uninstalling requests-2.23.0: [2021-05-03T06:37:17.192Z] Successfully uninstalled requests-2.23.0 [2021-05-03T06:37:17.789Z] Running setup.py install for texttable: started [2021-05-03T06:37:19.764Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T06:37:19.764Z] Running setup.py install for PyYAML: started [2021-05-03T06:37:21.739Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T06:37:21.739Z] Running setup.py install for docopt: started [2021-05-03T06:37:23.716Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T06:37:23.716Z] Running setup.py install for dockerpty: started [2021-05-03T06:37:25.691Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T06:37:27.665Z] 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-05-03T06:37:35.954Z] Removing intermediate container a3b88e0cb421 [2021-05-03T06:37:35.954Z] ---> d36b35890427 [2021-05-03T06:37:35.954Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T06:37:35.954Z] ---> Running in 312af80de225 [2021-05-03T06:37:35.954Z] Removing intermediate container 312af80de225 [2021-05-03T06:37:35.954Z] ---> cedff781b2e4 [2021-05-03T06:37:35.954Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T06:37:35.954Z] ---> Running in d2f732bffb88 [2021-05-03T06:37:36.556Z] Removing intermediate container d2f732bffb88 [2021-05-03T06:37:36.556Z] ---> 83812f150da9 [2021-05-03T06:37:36.556Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T06:37:37.536Z] ---> ec4802e7f741 [2021-05-03T06:37:37.536Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T06:37:38.521Z] ---> c54d8acac90f [2021-05-03T06:37:38.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T06:37:39.117Z] ---> fd7e3a342931 [2021-05-03T06:37:39.117Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T06:37:39.393Z] ---> Running in 906a8ed4fc7e [2021-05-03T06:37:39.989Z] Removing intermediate container 906a8ed4fc7e [2021-05-03T06:37:39.989Z] ---> cfa685d57375 [2021-05-03T06:37:39.989Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T06:37:39.989Z] ---> Running in c157ee7efac4 [2021-05-03T06:37:40.590Z] Removing intermediate container c157ee7efac4 [2021-05-03T06:37:40.590Z] ---> 0bf654bcec20 [2021-05-03T06:37:40.590Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T06:37:40.590Z] ---> Running in 241689a5ee67 [2021-05-03T06:37:41.187Z] Removing intermediate container 241689a5ee67 [2021-05-03T06:37:41.187Z] ---> f103ae05fa29 [2021-05-03T06:37:41.187Z] Step 22/23 : LABEL git_sha=d4ac040f3368d289f974f6dcd11e730364295fa0 [2021-05-03T06:37:41.187Z] ---> Running in 992fee0e568a [2021-05-03T06:37:41.464Z] Removing intermediate container 992fee0e568a [2021-05-03T06:37:41.464Z] ---> d2d8fbaae623 [2021-05-03T06:37:41.464Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T06:37:41.739Z] ---> Running in 4c28688b3caf [2021-05-03T06:37:42.351Z] Removing intermediate container 4c28688b3caf [2021-05-03T06:37:42.351Z] ---> f27d17831d68 [2021-05-03T06:37:42.351Z] [2021-05-03T06:37:42.625Z] Successfully built f27d17831d68 [2021-05-03T06:37:42.625Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-03T06:37:42.917Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-03T06:37:42.919Z] $ docker stop --time=1 89e72bceb31dd6beee0e5ab19de55549f1ebf3f02b061734af15759a3f018d92 [2021-05-03T06:37:44.763Z] $ docker rm -f 89e72bceb31dd6beee0e5ab19de55549f1ebf3f02b061734af15759a3f018d92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T06:37:45.340Z] + docker images [2021-05-03T06:37:45.340Z] + grep docker [2021-05-03T06:37:45.610Z] docker-sys-mgmt-agent-go-arm64 latest f27d17831d68 4 seconds ago 299MB [2021-05-03T06:37:45.610Z] docker-support-notifications-go-arm64 latest d6fc18889a60 49 seconds ago 16.6MB [2021-05-03T06:37:45.610Z] docker-core-command-go-arm64 latest 9ffe9ff041bc About a minute ago 16.1MB [2021-05-03T06:37:45.610Z] docker-security-proxy-setup-go-arm64 latest 55dc1e4eca9b About a minute ago 23.9MB [2021-05-03T06:37:45.610Z] docker-core-data-go-arm64 latest e01cb5db8ae0 3 minutes ago 20.3MB [2021-05-03T06:37:45.610Z] docker-security-bootstrapper-go-arm64 latest a8824c988a88 3 minutes ago 17.1MB [2021-05-03T06:37:45.610Z] docker-core-metadata-go-arm64 latest b8292841428e 4 minutes ago 17.4MB [2021-05-03T06:37:45.610Z] docker-support-scheduler-go-arm64 latest 404fc49bd363 4 minutes ago 16.1MB [2021-05-03T06:37:45.610Z] docker-security-secretstore-setup-go-arm64 latest 9a90ae919341 4 minutes ago 24.1MB [2021-05-03T06:37:45.610Z] docker 20.10.0 eeaf43b92773 4 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-05-03T06:37:46.410Z] ---> job-cost.sh [2021-05-03T06:37:46.410Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Zp7k [2021-05-03T06:38:25.346Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-03T06:40:02.136Z] lf-activate-venv(): INFO: Adding /tmp/venv-Zp7k/bin to PATH [2021-05-03T06:40:02.136Z] INFO: No Stack... [2021-05-03T06:40:02.136Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-03T06:40:02.136Z] INFO: Archiving Costs [Pipeline] sh [2021-05-03T06:40:02.476Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-05-03T06:40:02.476Z] + cut -d, -f6 [Pipeline] lock [2021-05-03T06:40:02.595Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3416-3-stack-cost] [2021-05-03T06:40:02.605Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3416-3-stack-cost] did not exist. Created. [2021-05-03T06:40:02.606Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3416-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-03T06:40:02.969Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-03T06:40:03.240Z] Stashed 1 file(s) [Pipeline] } [2021-05-03T06:40:03.255Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3416-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-03T06:40:04.263Z] provisioning config files... [2021-05-03T06:40:04.278Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7761811701123480274tmp [Pipeline] { [Pipeline] sh [2021-05-03T06:40:04.620Z] + set +x [2021-05-03T06:40:04.620Z] + curl -s https://codecov.io/bash [2021-05-03T06:40:04.620Z] + bash -s -- [2021-05-03T06:40:05.196Z] [2021-05-03T06:40:05.196Z] _____ _ [2021-05-03T06:40:05.196Z] / ____| | | [2021-05-03T06:40:05.196Z] | | ___ __| | ___ ___ _____ __ [2021-05-03T06:40:05.196Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-03T06:40:05.196Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-03T06:40:05.196Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-03T06:40:05.196Z] Bash-1.0.2 [2021-05-03T06:40:05.196Z] [2021-05-03T06:40:05.196Z] [2021-05-03T06:40:05.196Z] ==> git version 2.24.3 found [2021-05-03T06:40:05.196Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-03T06:40:05.196Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-03T06:40:05.196Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-03T06:40:05.196Z] ==> Jenkins CI detected. [2021-05-03T06:40:05.196Z] project root: . [2021-05-03T06:40:05.196Z] --> token set from env [2021-05-03T06:40:05.196Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-03T06:40:05.196Z] ==> Running gcov in . (disable via -X gcov) [2021-05-03T06:40:05.196Z] ==> Python coveragepy not found [2021-05-03T06:40:05.196Z] ==> Searching for coverage reports in: [2021-05-03T06:40:05.196Z] + . [2021-05-03T06:40:05.196Z] -> Found 1 reports [2021-05-03T06:40:05.196Z] ==> Detecting git/mercurial file structure [2021-05-03T06:40:05.458Z] ==> Reading reports [2021-05-03T06:40:05.459Z] + ./coverage.out bytes=693878 [2021-05-03T06:40:05.459Z] ==> Appending adjustments [2021-05-03T06:40:05.459Z] https://docs.codecov.io/docs/fixing-reports [2021-05-03T06:40:09.681Z] + Found adjustments [2021-05-03T06:40:09.681Z] ==> Gzipping contents [2021-05-03T06:40:09.681Z] 100K /tmp/codecov.rBCF3O.gz [2021-05-03T06:40:09.681Z] ==> Uploading reports [2021-05-03T06:40:09.681Z] url: https://codecov.io [2021-05-03T06:40:09.681Z] query: branch=PR-3416&commit=d4ac040f3368d289f974f6dcd11e730364295fa0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= [2021-05-03T06:40:09.681Z] -> Pinging Codecov [2021-05-03T06:40:09.681Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3416&commit=d4ac040f3368d289f974f6dcd11e730364295fa0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= [2021-05-03T06:40:09.681Z] -> Uploading to [2021-05-03T06:40:09.681Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-03/00271124DB129430A58F1EEE437C3FCB/d4ac040f3368d289f974f6dcd11e730364295fa0/ac091bb4-0ec3-469b-924e-45eb0e9795bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T064009Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e737409f0f7c5bfcb3a448062d8104c21615c3ef664142c9a96731749cdd4045 [2021-05-03T06:40:09.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T06:40:09.681Z] Dload Upload Total Spent Left Speed [2021-05-03T06:40:10.261Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99564 0 0 100 99564 0 219k --:--:-- --:--:-- --:--:-- 219k 100 99564 0 0 100 99564 0 219k --:--:-- --:--:-- --:--:-- 219k [2021-05-03T06:40:10.261Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d4ac040f3368d289f974f6dcd11e730364295fa0 [Pipeline] } [2021-05-03T06:40:10.273Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:40:11.475Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:40:12.358Z] ---> package-listing.sh [2021-05-03T06:40:12.359Z] ++ facter osfamily [2021-05-03T06:40:12.359Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-03T06:40:12.359Z] + OS_FAMILY=redhat [2021-05-03T06:40:12.359Z] + workspace=/w/workspace/edgex-go/3 [2021-05-03T06:40:12.359Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-03T06:40:12.359Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-03T06:40:12.359Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-03T06:40:12.359Z] + PACKAGES=/tmp/packages_start.txt [2021-05-03T06:40:12.359Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-03T06:40:12.359Z] + PACKAGES=/tmp/packages_end.txt [2021-05-03T06:40:12.359Z] + case "${OS_FAMILY}" in [2021-05-03T06:40:12.359Z] + rpm -qa [2021-05-03T06:40:12.359Z] + sort [2021-05-03T06:40:17.675Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-03T06:40:17.675Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-03T06:40:17.675Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-03T06:40:17.675Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-03T06:40:17.675Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-03T06:40:17.675Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-03T06:40:17.690Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-03T06:40:17.990Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:40:18.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T06:40:18.313Z] [2021-05-03T06:40:18.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-03T06:40:18.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T06:40:18.899Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-03T06:40:18.899Z] df20fa9351a1: Pulling fs layer [2021-05-03T06:40:18.899Z] 36b3adc4ff6f: Pulling fs layer [2021-05-03T06:40:18.899Z] 8ad3a11d3b57: Pulling fs layer [2021-05-03T06:40:18.899Z] 46f8f816bc3b: Pulling fs layer [2021-05-03T06:40:18.899Z] 93b61091891f: Pulling fs layer [2021-05-03T06:40:18.899Z] 93b9cdb0e59b: Pulling fs layer [2021-05-03T06:40:18.899Z] 5e14af77c1be: Pulling fs layer [2021-05-03T06:40:18.899Z] 01666e4c0597: Pulling fs layer [2021-05-03T06:40:18.899Z] aa168da1d23b: Pulling fs layer [2021-05-03T06:40:18.899Z] 46f8f816bc3b: Waiting [2021-05-03T06:40:18.899Z] 93b61091891f: Waiting [2021-05-03T06:40:18.899Z] 93b9cdb0e59b: Waiting [2021-05-03T06:40:18.899Z] 5e14af77c1be: Waiting [2021-05-03T06:40:18.899Z] 01666e4c0597: Waiting [2021-05-03T06:40:18.899Z] aa168da1d23b: Waiting [2021-05-03T06:40:18.899Z] 36b3adc4ff6f: Verifying Checksum [2021-05-03T06:40:18.899Z] 36b3adc4ff6f: Download complete [2021-05-03T06:40:18.899Z] 46f8f816bc3b: Verifying Checksum [2021-05-03T06:40:18.899Z] 46f8f816bc3b: Download complete [2021-05-03T06:40:19.163Z] df20fa9351a1: Verifying Checksum [2021-05-03T06:40:19.163Z] 93b9cdb0e59b: Verifying Checksum [2021-05-03T06:40:19.163Z] 93b9cdb0e59b: Download complete [2021-05-03T06:40:19.163Z] 5e14af77c1be: Verifying Checksum [2021-05-03T06:40:19.163Z] 5e14af77c1be: Download complete [2021-05-03T06:40:19.163Z] 93b61091891f: Verifying Checksum [2021-05-03T06:40:19.163Z] 93b61091891f: Download complete [2021-05-03T06:40:19.163Z] 01666e4c0597: Verifying Checksum [2021-05-03T06:40:19.163Z] 01666e4c0597: Download complete [2021-05-03T06:40:19.424Z] df20fa9351a1: Pull complete [2021-05-03T06:40:19.687Z] 8ad3a11d3b57: Verifying Checksum [2021-05-03T06:40:19.687Z] 8ad3a11d3b57: Download complete [2021-05-03T06:40:19.687Z] 36b3adc4ff6f: Pull complete [2021-05-03T06:40:20.648Z] 8ad3a11d3b57: Pull complete [2021-05-03T06:40:20.648Z] 46f8f816bc3b: Pull complete [2021-05-03T06:40:21.601Z] aa168da1d23b: Verifying Checksum [2021-05-03T06:40:21.601Z] aa168da1d23b: Download complete [2021-05-03T06:40:23.517Z] 93b61091891f: Pull complete [2021-05-03T06:40:23.517Z] 93b9cdb0e59b: Pull complete [2021-05-03T06:40:23.517Z] 5e14af77c1be: Pull complete [2021-05-03T06:40:23.789Z] 01666e4c0597: Pull complete [2021-05-03T06:40:33.841Z] aa168da1d23b: Pull complete [2021-05-03T06:40:33.841Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-03T06:40:33.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T06:40:33.841Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-03T06:40:34.048Z] prd-centos7-docker-4c-2g-2719 does not seem to be running inside a container [2021-05-03T06:40:34.096Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-03T06:40:39.513Z] $ docker top ffbd84c43b5ce305b5641cef16d9d7d8c04038dd7349bac21a08de7095596aef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T06:40:40.009Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-03T06:40:40.312Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-03T06:40:40.617Z] + ls /var/log/sa-host [2021-05-03T06:40:40.617Z] + sadf -c /var/log/sa-host/sa03 [2021-05-03T06:40:40.617Z] file_magic: OK [2021-05-03T06:40:40.617Z] HZ: Using current value: 100 [2021-05-03T06:40:40.617Z] file_header: OK [2021-05-03T06:40:40.617Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-03T06:40:40.617Z] Statistics: [2021-05-03T06:40:40.617Z] 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... [2021-05-03T06:40:40.617Z] File successfully converted to sysstat format version 12.2.1 [2021-05-03T06:40:40.617Z] + sadf -c /var/log/sa-host/sa23 [2021-05-03T06:40:40.617Z] file_magic: OK [2021-05-03T06:40:40.617Z] HZ: Using current value: 100 [2021-05-03T06:40:40.617Z] file_header: OK [2021-05-03T06:40:40.617Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-03T06:40:40.617Z] Statistics: [2021-05-03T06:40:40.617Z] Hnuu...uuuununununu... [2021-05-03T06:40:40.617Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-03T06:40:41.163Z] provisioning config files... [2021-05-03T06:40:41.186Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1411783724424266120tmp [Pipeline] { [Pipeline] echo [2021-05-03T06:40:41.209Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:40:41.517Z] ---> create-netrc.sh [Pipeline] } [2021-05-03T06:40:41.527Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-03T06:40:41.562Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:40:41.991Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-03T06:40:42.005Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:40:42.338Z] ---> sudo-logs.sh [2021-05-03T06:40:42.338Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-03T06:40:42.380Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:40:42.693Z] ---> job-cost.sh [2021-05-03T06:40:42.693Z] lf-activate-venv: SKIPPING [2021-05-03T06:40:42.693Z] DEBUG: total: 0.20999999344348907 [2021-05-03T06:40:42.693Z] INFO: Retrieving Stack Cost... [2021-05-03T06:40:43.642Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-03T06:40:44.220Z] INFO: Archiving Costs [Pipeline] echo [2021-05-03T06:40:44.237Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T06:40:44.547Z] ---> logs-deploy.sh [2021-05-03T06:40:44.547Z] lf-activate-venv: SKIPPING [2021-05-03T06:40:44.547Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3416/3 [2021-05-03T06:40:44.547Z] INFO: archiving workspace using pattern(s): [2021-05-03T06:40:46.472Z] Archives upload complete. [2021-05-03T06:40:46.735Z] INFO: archiving logs to Nexus