Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a6616ea54d0c9eb5f65a979b2509cc883f3e560a+6cadec5fc374fbebd95401286db985839ef5e674 (8f08ebc89688998e708a64dc647c70b40f0e3fb8) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32933 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/56 [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/56 # 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 Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit a6616ea54d0c9eb5f65a979b2509cc883f3e560a Merge succeeded, producing a6616ea54d0c9eb5f65a979b2509cc883f3e560a Checking out Revision a6616ea54d0c9eb5f65a979b2509cc883f3e560a (PR-3234) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6616ea54d0c9eb5f65a979b2509cc883f3e560a # 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 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6616ea54d0c9eb5f65a979b2509cc883f3e560a # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 3dcad5acca2c733e2f0f869496fb3be139a3983a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T08:17:44.279Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T08:17:44.526Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T08:17:44.615Z] ========================================================= [2021-04-06T08:17:44.615Z] EdgeX Global Pipelines Version Info [2021-04-06T08:17:44.615Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:17:47.991Z] ------------------- [2021-04-06T08:17:47.991Z] stable info: [2021-04-06T08:17:47.991Z] ------------------- [2021-04-06T08:17:47.991Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T08:17:47.991Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T08:17:47.991Z] Message: update stable to v1.0.186 [2021-04-06T08:17:48.654Z] ------------------- [2021-04-06T08:17:48.654Z] experimental info: [2021-04-06T08:17:48.654Z] ------------------- [2021-04-06T08:17:48.654Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T08:17:48.654Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T08:17:48.654Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T08:17:48.915Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-06T08:17:48.997Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-06T08:17:49.088Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T08:17:49.178Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T08:17:49.259Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T08:17:49.344Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T08:17:49.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T08:17:49.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-06T08:17:49.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-06T08:17:49.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-06T08:17:49.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T08:17:49.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T08:17:49.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T08:17:50.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T08:17:50.214Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T08:17:50.300Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T08:17:50.428Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T08:17:50.527Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T08:17:50.627Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-06T08:17:50.707Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-06T08:17:50.823Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-06T08:17:50.971Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T08:17:51.071Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-06T08:17:51.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-06T08:17:51.233Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-06T08:17:51.362Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6616ea54d0c9eb5f65a979b2509cc883f3e560a [Pipeline] echo [2021-04-06T08:17:51.448Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6616ea [Pipeline] echo [2021-04-06T08:17:51.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T08:17:51.712Z] provisioning config files... [2021-04-06T08:17:51.781Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/56@tmp/config6862391758765112544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:17:52.407Z] ---> docker-login.sh [2021-04-06T08:17:52.408Z] nexus3.edgexfoundry.org:10001 [2021-04-06T08:17:53.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:17:53.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:17:53.744Z] Configure a credential helper to remove this warning. See [2021-04-06T08:17:53.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:17:53.744Z] [2021-04-06T08:17:53.744Z] Login Succeeded [2021-04-06T08:17:53.744Z] nexus3.edgexfoundry.org:10002 [2021-04-06T08:17:54.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:17:54.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:17:54.052Z] Configure a credential helper to remove this warning. See [2021-04-06T08:17:54.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:17:54.052Z] [2021-04-06T08:17:54.052Z] Login Succeeded [2021-04-06T08:17:54.052Z] nexus3.edgexfoundry.org:10003 [2021-04-06T08:17:54.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:17:55.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:17:55.038Z] Configure a credential helper to remove this warning. See [2021-04-06T08:17:55.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:17:55.038Z] [2021-04-06T08:17:55.038Z] Login Succeeded [2021-04-06T08:17:55.038Z] nexus3.edgexfoundry.org:10004 [2021-04-06T08:17:55.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:17:55.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:17:55.700Z] Configure a credential helper to remove this warning. See [2021-04-06T08:17:55.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:17:55.700Z] [2021-04-06T08:17:55.700Z] Login Succeeded [2021-04-06T08:17:55.700Z] docker.io [2021-04-06T08:17:56.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:17:56.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:17:56.588Z] Configure a credential helper to remove this warning. See [2021-04-06T08:17:56.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:17:56.588Z] [2021-04-06T08:17:56.588Z] Login Succeeded [2021-04-06T08:17:56.588Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T08:17:56.627Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T08:17:57.146Z] ++ 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-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] ++ dirname cmd/core-command/Dockerfile [2021-04-06T08:17:57.146Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] ++ dirname cmd/core-data/Dockerfile [2021-04-06T08:17:57.146Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-06T08:17:57.146Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-06T08:17:57.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T08:17:57.146Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-06T08:17:57.146Z] ++ cut -d/ -f2 [2021-04-06T08:17:57.146Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-06T08:17:57.379Z] 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-04-06T08:17:58.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T08:17:58.584Z] [2021-04-06T08:17:58.584Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:17:59.011Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T08:17:59.011Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T08:17:59.011Z] 31603596830f: Pulling fs layer [2021-04-06T08:17:59.011Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T08:17:59.011Z] 6ca5941a6612: Pulling fs layer [2021-04-06T08:17:59.011Z] ecc8261a40a4: Pulling fs layer [2021-04-06T08:17:59.011Z] ecc8261a40a4: Waiting [2021-04-06T08:17:59.011Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T08:17:59.011Z] 2a8b12db71e7: Download complete [2021-04-06T08:17:59.377Z] 31603596830f: Download complete [2021-04-06T08:17:59.670Z] ecc8261a40a4: Verifying Checksum [2021-04-06T08:17:59.670Z] ecc8261a40a4: Download complete [2021-04-06T08:18:00.298Z] 6ca5941a6612: Verifying Checksum [2021-04-06T08:18:00.298Z] 6ca5941a6612: Download complete [2021-04-06T08:18:00.572Z] 31603596830f: Pull complete [2021-04-06T08:18:00.875Z] 2a8b12db71e7: Pull complete [2021-04-06T08:18:03.838Z] 6ca5941a6612: Pull complete [2021-04-06T08:18:03.838Z] ecc8261a40a4: Pull complete [2021-04-06T08:18:03.838Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T08:18:03.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T08:18:03.838Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T08:18:05.007Z] prd-centos7-docker-4c-2g-32933 does not seem to be running inside a container [2021-04-06T08:18:05.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T08:18:08.499Z] $ docker top d25d46548cc37b89c33907e2c55b2b2d3b611f0a745cb09043e32c46ce1ab5e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T08:18:09.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T08:18:09.160Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T08:18:09.941Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T08:18:09.942Z] $ docker exec d25d46548cc37b89c33907e2c55b2b2d3b611f0a745cb09043e32c46ce1ab5e3 ssh-agent [2021-04-06T08:18:10.739Z] SSH_AUTH_SOCK=/tmp/ssh-W3yR3cFS5AZV/agent.11 [2021-04-06T08:18:10.739Z] SSH_AGENT_PID=16 [2021-04-06T08:18:10.773Z] Running ssh-add (command line suppressed) [2021-04-06T08:18:11.046Z] Identity added: /w/workspace/edgex-go/56@tmp/private_key_4989153397941985319.key (/w/workspace/edgex-go/56@tmp/private_key_4989153397941985319.key) [2021-04-06T08:18:11.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T08:18:11.905Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T08:18:12.007Z] $ docker exec --env ******** --env ******** d25d46548cc37b89c33907e2c55b2b2d3b611f0a745cb09043e32c46ce1ab5e3 ssh-agent -k [2021-04-06T08:18:12.483Z] unset SSH_AUTH_SOCK; [2021-04-06T08:18:12.488Z] unset SSH_AGENT_PID; [2021-04-06T08:18:12.489Z] echo Agent pid 16 killed; [2021-04-06T08:18:12.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T08:18:12.806Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T08:18:12.806Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T08:18:13.450Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T08:18:13.451Z] $ docker exec d25d46548cc37b89c33907e2c55b2b2d3b611f0a745cb09043e32c46ce1ab5e3 ssh-agent [2021-04-06T08:18:14.151Z] SSH_AUTH_SOCK=/tmp/ssh-S2C736U2nrwi/agent.44 [2021-04-06T08:18:14.151Z] SSH_AGENT_PID=49 [2021-04-06T08:18:14.176Z] Running ssh-add (command line suppressed) [2021-04-06T08:18:14.774Z] Identity added: /w/workspace/edgex-go/56@tmp/private_key_8001664157499473236.key (/w/workspace/edgex-go/56@tmp/private_key_8001664157499473236.key) [2021-04-06T08:18:14.909Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T08:18:15.708Z] + git semver init [2021-04-06T08:18:15.985Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T08:18:15.985Z] # $GIT_DIR = /w/workspace/edgex-go/56/.git [2021-04-06T08:18:15.985Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/56 [2021-04-06T08:18:15.985Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T08:18:15.985Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T08:18:15.985Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T08:18:15.985Z] # $SEMVER_BRANCH = PR-3234 [2021-04-06T08:18:15.985Z] # $SEMVER_TEMP = /tmp/semver-175398680 [2021-04-06T08:18:15.985Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-06T08:18:49.718Z] # '/tmp/semver-175398680' -> '/w/workspace/edgex-go/56/.semver' [2021-04-06T08:18:50.428Z] # -> Force: false [2021-04-06T08:18:50.428Z] # $SEMVER_DIR = /w/workspace/edgex-go/56/.semver [Pipeline] } [2021-04-06T08:18:50.448Z] $ docker exec --env ******** --env ******** d25d46548cc37b89c33907e2c55b2b2d3b611f0a745cb09043e32c46ce1ab5e3 ssh-agent -k [2021-04-06T08:18:51.128Z] unset SSH_AUTH_SOCK; [2021-04-06T08:18:51.129Z] unset SSH_AGENT_PID; [2021-04-06T08:18:51.129Z] echo Agent pid 49 killed; [2021-04-06T08:18:51.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T08:18:52.508Z] + git semver [Pipeline] } [2021-04-06T08:18:52.930Z] $ docker stop --time=1 d25d46548cc37b89c33907e2c55b2b2d3b611f0a745cb09043e32c46ce1ab5e3 [2021-04-06T08:18:55.137Z] $ docker rm -f d25d46548cc37b89c33907e2c55b2b2d3b611f0a745cb09043e32c46ce1ab5e3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T08:18:56.018Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T08:18:57.785Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T08:18:57.788Z] [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-04-06T08:18:58.757Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T08:18:59.270Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T08:18:59.947Z] + sudo service docker restart [2021-04-06T08:18:59.947Z] + true [2021-04-06T08:18:59.947Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-06T08:19:01.509Z] ========================================================= [2021-04-06T08:19:01.509Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T08:19:01.509Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:19:01.942Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-06T08:19:10.785Z] Sending build context to Docker daemon 329.3MB [2021-04-06T08:19:10.785Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T08:19:10.785Z] Step 2/6 : FROM ${BASE} [2021-04-06T08:19:11.064Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T08:19:11.065Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T08:19:11.065Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T08:19:11.065Z] de9db76c5a1d: Pulling fs layer [2021-04-06T08:19:11.065Z] bca2f99d35d6: Pulling fs layer [2021-04-06T08:19:11.065Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T08:19:11.065Z] 7c6f9722023f: Pulling fs layer [2021-04-06T08:19:11.065Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T08:19:11.065Z] bca2f99d35d6: Waiting [2021-04-06T08:19:11.065Z] 93359f2a8cfa: Waiting [2021-04-06T08:19:11.065Z] 7c6f9722023f: Waiting [2021-04-06T08:19:11.065Z] a35cf1a2eb13: Waiting [2021-04-06T08:19:11.065Z] de9db76c5a1d: Verifying Checksum [2021-04-06T08:19:11.065Z] de9db76c5a1d: Download complete [2021-04-06T08:19:11.065Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T08:19:11.065Z] 0ef7d3d256c8: Download complete [2021-04-06T08:19:11.065Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T08:19:11.065Z] 188c0c94c7c5: Download complete [2021-04-06T08:19:11.387Z] 7c6f9722023f: Download complete [2021-04-06T08:19:11.387Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T08:19:11.387Z] 93359f2a8cfa: Download complete [2021-04-06T08:19:12.739Z] 188c0c94c7c5: Pull complete [2021-04-06T08:19:13.068Z] 0ef7d3d256c8: Pull complete [2021-04-06T08:19:13.068Z] de9db76c5a1d: Pull complete [2021-04-06T08:19:13.185Z] Still waiting to schedule task [2021-04-06T08:19:13.185Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-06T08:19:17.704Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T08:19:17.704Z] a35cf1a2eb13: Download complete [2021-04-06T08:19:18.733Z] bca2f99d35d6: Download complete [2021-04-06T08:19:37.557Z] bca2f99d35d6: Pull complete [2021-04-06T08:19:37.557Z] 93359f2a8cfa: Pull complete [2021-04-06T08:19:37.557Z] 7c6f9722023f: Pull complete [2021-04-06T08:19:44.612Z] a35cf1a2eb13: Pull complete [2021-04-06T08:19:44.612Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T08:19:44.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T08:19:44.612Z] ---> a62c8e92a672 [2021-04-06T08:19:44.612Z] 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-04-06T08:19:44.612Z] ---> Running in bb43c546a23f [2021-04-06T08:19:45.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:19:46.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:19:46.816Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T08:19:46.816Z] (2/12) Installing file (5.38-r0) [2021-04-06T08:19:46.816Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T08:19:47.100Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T08:19:53.955Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T08:19:53.955Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T08:19:53.955Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T08:19:53.955Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T08:19:53.955Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T08:19:53.955Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T08:19:53.955Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T08:19:53.955Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T08:19:53.955Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:19:53.955Z] OK: 233 MiB in 51 packages [2021-04-06T08:19:59.544Z] Removing intermediate container bb43c546a23f [2021-04-06T08:19:59.544Z] ---> 9ce2b58a056d [2021-04-06T08:19:59.544Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T08:19:59.544Z] ---> Running in a25b84ef8440 [2021-04-06T08:19:59.544Z] Removing intermediate container a25b84ef8440 [2021-04-06T08:19:59.544Z] ---> 9fcdcb7eb09a [2021-04-06T08:19:59.544Z] Step 5/6 : COPY go.mod . [2021-04-06T08:20:00.185Z] ---> a80f83d92215 [2021-04-06T08:20:00.185Z] Step 6/6 : RUN go mod download [2021-04-06T08:20:00.185Z] ---> Running in a4063c4c11c7 [2021-04-06T08:20:33.365Z] Removing intermediate container a4063c4c11c7 [2021-04-06T08:20:33.365Z] ---> c4bf620ad3ff [2021-04-06T08:20:33.365Z] Successfully built c4bf620ad3ff [2021-04-06T08:20:33.365Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:20:33.986Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T08:20:34.591Z] . [Pipeline] withDockerContainer [2021-04-06T08:20:35.235Z] prd-centos7-docker-4c-2g-32933 does not seem to be running inside a container [2021-04-06T08:20:35.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T08:20:38.938Z] $ docker top 00a23e9f163bd649711e33d2cc89b62dcba54ab9d22c74952f09cc3c520b210b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T08:20:40.244Z] + go version [2021-04-06T08:20:40.244Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T08:20:40.268Z] $ docker stop --time=1 00a23e9f163bd649711e33d2cc89b62dcba54ab9d22c74952f09cc3c520b210b [2021-04-06T08:20:43.035Z] $ docker rm -f 00a23e9f163bd649711e33d2cc89b62dcba54ab9d22c74952f09cc3c520b210b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:20:44.379Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T08:20:44.657Z] . [Pipeline] withDockerContainer [2021-04-06T08:20:45.098Z] prd-centos7-docker-4c-2g-32933 does not seem to be running inside a container [2021-04-06T08:20:45.243Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-06T08:20:46.553Z] $ docker top 19c7469d8dc4d401edf21df7f47cae989281509894bf75cb57d0fc75107994ed -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T08:20:46.915Z] ========================================================= [2021-04-06T08:20:46.915Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-06T08:20:46.915Z] ========================================================= [Pipeline] sh [2021-04-06T08:20:47.594Z] + make test [2021-04-06T08:20:47.594Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T08:21:10.258Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-06T08:21:50.258Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-06T08:22:04.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-06T08:22:04.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-06T08:22:04.671Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-06T08:22:07.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-06T08:22:07.319Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-06T08:22:07.319Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-06T08:22:07.319Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-06T08:22:07.956Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-06T08:22:09.055Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-06T08:22:15.209Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-06T08:22:15.209Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-06T08:22:15.209Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-06T08:22:20.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.493s coverage: 45.9% of statements [2021-04-06T08:22:20.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-06T08:22:20.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-06T08:22:20.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-06T08:22:20.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-06T08:22:20.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-06T08:22:20.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-06T08:22:20.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.366s coverage: 19.8% of statements [2021-04-06T08:22:20.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.267s coverage: 100.0% of statements [2021-04-06T08:22:26.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.1% of statements [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-06T08:22:26.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.240s coverage: 100.0% of statements [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-06T08:22:26.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.595s coverage: 100.0% of statements [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-06T08:22:26.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-06T08:22:27.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.176s coverage: 71.3% of statements [2021-04-06T08:22:27.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-06T08:22:27.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-06T08:22:28.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.257s coverage: 82.9% of statements [2021-04-06T08:22:28.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-06T08:22:28.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:22:28.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.097s coverage: 78.9% of statements [2021-04-06T08:22:28.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-06T08:22:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.649s coverage: 28.6% of statements [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-06T08:22:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-06T08:22:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-06T08:22:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.186s coverage: 86.7% of statements [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-06T08:22:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.261s coverage: 97.5% of statements [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-06T08:22:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-06T08:22:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-06T08:22:38.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.316s coverage: 92.8% of statements [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-06T08:22:38.981Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.148s coverage: 58.8% of statements [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-06T08:22:38.981Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.100s coverage: 1.0% of statements [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-06T08:22:38.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-06T08:22:38.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements [2021-04-06T08:22:38.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.137s coverage: 79.5% of statements [2021-04-06T08:22:38.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-04-06T08:22:38.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements [2021-04-06T08:22:39.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.267s coverage: 87.5% of statements [2021-04-06T08:22:52.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.109s coverage: 94.4% of statements [2021-04-06T08:22:52.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.183s coverage: 44.8% of statements [2021-04-06T08:22:57.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.371s coverage: 81.5% of statements [2021-04-06T08:22:57.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-06T08:22:57.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.095s coverage: 87.1% of statements [2021-04-06T08:23:07.423Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32935 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-06T08:23:07.474Z] Running in /w/workspace/edgex-go/56 [Pipeline] { [Pipeline] checkout [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.211s coverage: 92.9% of statements [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.222s coverage: 77.8% of statements [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.171s coverage: 87.2% of statements [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.178s coverage: 100.0% of statements [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.227s coverage: 75.5% of statements [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.6% of statements [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.307s coverage: 91.6% of statements [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.094s coverage: 64.4% of statements [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-06T08:23:08.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.287s coverage: 100.0% of statements [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-04-06T08:23:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-04-06T08:23:08.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-04-06T08:23:08.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-04-06T08:23:11.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.757s coverage: 69.0% of statements [2021-04-06T08:23:11.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-06T08:23:11.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-06T08:23:11.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-06T08:23:11.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.397s coverage: 38.4% of statements [2021-04-06T08:23:11.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-06T08:23:11.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-06T08:23:11.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.107s coverage: 89.5% of statements [2021-04-06T08:23:11.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-06T08:23:11.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-04-06T08:23:12.636Z] using credential edgex-jenkins-ssh [2021-04-06T08:23:12.705Z] Cloning the remote Git repository [2021-04-06T08:23:12.779Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-06T08:23:12.906Z] > git init /w/workspace/edgex-go/56 # timeout=10 [2021-04-06T08:23:12.991Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T08:23:12.992Z] > git --version # timeout=10 [2021-04-06T08:23:13.015Z] > git --version # 'git version 2.17.1' [2021-04-06T08:23:13.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T08:23:13.077Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T08:23:15.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.0% of statements [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-06T08:23:15.858Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-06T08:23:15.858Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-06T08:23:15.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-06T08:23:16.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.276s coverage: 11.0% of statements [2021-04-06T08:23:16.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-06T08:23:18.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.260s coverage: 87.1% of statements [2021-04-06T08:23:18.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-06T08:23:18.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:23:18.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-06T08:23:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.129s coverage: 29.1% of statements [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-06T08:23:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-06T08:23:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-06T08:23:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.172s coverage: 95.6% of statements [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-06T08:23:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.092s coverage: 0.0% of statements [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-06T08:23:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-06T08:23:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-06T08:23:21.399Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-04-06T08:23:21.399Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-06T08:23:21.399Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-06T08:23:22.089Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-04-06T08:23:22.851Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.324s coverage: 32.1% of statements [2021-04-06T08:23:22.851Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-04-06T08:23:23.622Z] GO111MODULE=on go vet ./... [2021-04-06T08:23:29.006Z] Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:23:29.526Z] Merge succeeded, producing a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:23:29.527Z] Checking out Revision a6616ea54d0c9eb5f65a979b2509cc883f3e560a (PR-3234) [2021-04-06T08:23:28.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T08:23:28.250Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T08:23:28.277Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T08:23:28.307Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T08:23:28.307Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T08:23:28.319Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T08:23:29.032Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T08:23:29.056Z] > git checkout -f a6616ea54d0c9eb5f65a979b2509cc883f3e560a # timeout=10 [2021-04-06T08:23:29.374Z] > git remote # timeout=10 [2021-04-06T08:23:29.426Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T08:23:29.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T08:23:29.461Z] > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [2021-04-06T08:23:29.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T08:23:29.539Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T08:23:29.589Z] > git checkout -f a6616ea54d0c9eb5f65a979b2509cc883f3e560a # timeout=10 [2021-04-06T08:23:34.044Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T08:23:35.636Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T08:23:36.072Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T08:23:36.471Z] + true [2021-04-06T08:23:36.472Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T08:23:38.558Z] provisioning config files... [2021-04-06T08:23:38.608Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/56@tmp/config8842272051584778114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:23:39.023Z] ---> docker-login.sh [2021-04-06T08:23:39.023Z] nexus3.edgexfoundry.org:10001 [2021-04-06T08:23:39.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:23:40.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:23:40.231Z] Configure a credential helper to remove this warning. See [2021-04-06T08:23:40.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:23:40.231Z] [2021-04-06T08:23:40.231Z] Login Succeeded [2021-04-06T08:23:40.231Z] nexus3.edgexfoundry.org:10002 [2021-04-06T08:23:40.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:23:40.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:23:40.775Z] Configure a credential helper to remove this warning. See [2021-04-06T08:23:40.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:23:40.775Z] [2021-04-06T08:23:40.775Z] Login Succeeded [2021-04-06T08:23:40.775Z] nexus3.edgexfoundry.org:10003 [2021-04-06T08:23:41.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:23:41.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:23:41.323Z] Configure a credential helper to remove this warning. See [2021-04-06T08:23:41.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:23:41.323Z] [2021-04-06T08:23:41.323Z] Login Succeeded [2021-04-06T08:23:41.323Z] nexus3.edgexfoundry.org:10004 [2021-04-06T08:23:41.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:23:41.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:23:41.873Z] Configure a credential helper to remove this warning. See [2021-04-06T08:23:41.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:23:41.873Z] [2021-04-06T08:23:41.873Z] Login Succeeded [2021-04-06T08:23:41.873Z] docker.io [2021-04-06T08:23:42.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T08:23:42.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T08:23:42.418Z] Configure a credential helper to remove this warning. See [2021-04-06T08:23:42.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T08:23:42.418Z] [2021-04-06T08:23:42.418Z] Login Succeeded [2021-04-06T08:23:42.418Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T08:23:42.435Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T08:23:42.908Z] ========================================================= [2021-04-06T08:23:42.908Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T08:23:42.908Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:23:43.280Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-06T08:23:45.913Z] Sending build context to Docker daemon 167.1MB [2021-04-06T08:23:45.913Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T08:23:45.913Z] Step 2/6 : FROM ${BASE} [2021-04-06T08:23:45.913Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T08:23:45.913Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T08:23:45.913Z] a4357932f1b6: Pulling fs layer [2021-04-06T08:23:45.913Z] 18c013af1878: Pulling fs layer [2021-04-06T08:23:45.913Z] 00ac8860ef70: Pulling fs layer [2021-04-06T08:23:45.913Z] 63d7cb157983: Pulling fs layer [2021-04-06T08:23:45.913Z] b116817d02f9: Pulling fs layer [2021-04-06T08:23:45.913Z] 745a02a5169b: Pulling fs layer [2021-04-06T08:23:45.913Z] 63d7cb157983: Waiting [2021-04-06T08:23:45.913Z] b116817d02f9: Waiting [2021-04-06T08:23:45.913Z] 745a02a5169b: Waiting [2021-04-06T08:23:45.913Z] 00ac8860ef70: Waiting [2021-04-06T08:23:45.913Z] 18c013af1878: Download complete [2021-04-06T08:23:45.913Z] a4357932f1b6: Verifying Checksum [2021-04-06T08:23:45.913Z] a4357932f1b6: Download complete [2021-04-06T08:23:46.189Z] 63d7cb157983: Download complete [2021-04-06T08:23:46.189Z] b116817d02f9: Verifying Checksum [2021-04-06T08:23:46.189Z] b116817d02f9: Download complete [2021-04-06T08:23:46.189Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T08:23:46.189Z] 5f621e34cdf4: Download complete [2021-04-06T08:23:46.787Z] 5f621e34cdf4: Pull complete [2021-04-06T08:23:47.392Z] a4357932f1b6: Pull complete [2021-04-06T08:23:47.663Z] 18c013af1878: Pull complete [2021-04-06T08:23:49.094Z] 745a02a5169b: Verifying Checksum [2021-04-06T08:23:49.094Z] 745a02a5169b: Download complete [2021-04-06T08:23:50.069Z] 00ac8860ef70: Download complete [2021-04-06T08:24:00.272Z] 00ac8860ef70: Pull complete [2021-04-06T08:24:00.543Z] 63d7cb157983: Pull complete [2021-04-06T08:24:00.829Z] b116817d02f9: Pull complete [2021-04-06T08:24:05.143Z] 745a02a5169b: Pull complete [2021-04-06T08:24:05.143Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T08:24:05.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T08:24:05.143Z] ---> b7e6874047d6 [2021-04-06T08:24:05.143Z] 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-04-06T08:24:07.780Z] ---> Running in f16bafeb93da [2021-04-06T08:24:08.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:24:09.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:24:10.337Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T08:24:10.609Z] (2/12) Installing file (5.38-r0) [2021-04-06T08:24:10.609Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T08:24:10.609Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T08:24:13.972Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T08:24:14.240Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T08:24:14.240Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T08:24:14.240Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T08:24:14.510Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T08:24:14.510Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T08:24:14.510Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T08:24:14.782Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T08:24:14.782Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:24:14.782Z] OK: 217 MiB in 51 packages [2021-04-06T08:24:19.117Z] Removing intermediate container f16bafeb93da [2021-04-06T08:24:19.117Z] ---> b59cdc36de3d [2021-04-06T08:24:19.117Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T08:24:19.117Z] ---> Running in 3725e01c3905 [2021-04-06T08:24:19.391Z] Removing intermediate container 3725e01c3905 [2021-04-06T08:24:19.391Z] ---> ca8c4246cfc2 [2021-04-06T08:24:19.391Z] Step 5/6 : COPY go.mod . [2021-04-06T08:24:19.988Z] ---> 8d370e77cede [2021-04-06T08:24:19.988Z] Step 6/6 : RUN go mod download [2021-04-06T08:24:20.263Z] ---> Running in 6953483015fb [2021-04-06T08:24:46.817Z] gofmt -l . [2021-04-06T08:24:46.818Z] [ "`gofmt -l .`" = "" ] [2021-04-06T08:24:46.818Z] ./bin/test-go-mod-tidy.sh [2021-04-06T08:24:46.818Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-06T08:24:47.062Z] Removing intermediate container 6953483015fb [2021-04-06T08:24:47.063Z] ---> 060fbe6a1681 [2021-04-06T08:24:47.063Z] Successfully built 060fbe6a1681 [2021-04-06T08:24:47.063Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:24:47.406Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T08:24:47.406Z] . [Pipeline] withDockerContainer [2021-04-06T08:24:47.650Z] prd-ubuntu18.04-docker-arm64-4c-16g-32935 does not seem to be running inside a container [2021-04-06T08:24:47.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-06T08:24:47.972Z] + ls -al . [2021-04-06T08:24:47.972Z] total 808 [2021-04-06T08:24:47.972Z] drwxrwxr-x 10 1001 1001 4096 Apr 6 08:24 . [2021-04-06T08:24:47.972Z] drwxr-xr-x 4 root root 30 Apr 6 08:20 .. [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 11 Apr 6 08:17 .dockerignore [2021-04-06T08:24:47.972Z] drwxrwxr-x 8 1001 1001 179 Apr 6 08:17 .git [2021-04-06T08:24:47.972Z] drwxrwxr-x 3 1001 1001 125 Apr 6 08:17 .github [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 818 Apr 6 08:17 .gitignore [2021-04-06T08:24:47.972Z] drwx------ 3 1001 1001 60 Apr 6 08:18 .semver [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 08:17 .sonarcloud.properties [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 8607 Apr 6 08:17 Attribution.txt [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 08:17 CONTRIBUTING.md [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 931 Apr 6 08:17 Dockerfile.build [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 863 Apr 6 08:17 Jenkinsfile [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 08:17 LICENSE [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 5774 Apr 6 08:17 Makefile [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 6548 Apr 6 08:17 README.md [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 6755 Apr 6 08:17 SECURITY.md [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 08:18 VERSION [2021-04-06T08:24:47.972Z] -rw-rw-r-- 1 1001 1001 4131 Apr 6 08:17 ZMQWindows.md [2021-04-06T08:24:47.972Z] drwxrwxr-x 2 1001 1001 117 Apr 6 08:17 bin [2021-04-06T08:24:47.972Z] drwxrwxr-x 14 1001 1001 4096 Apr 6 08:17 cmd [2021-04-06T08:24:47.972Z] -rw-r--r-- 1 root root 697383 Apr 6 08:23 coverage.out [2021-04-06T08:24:47.972Z] -rw-r--r-- 1 root root 1057 Apr 6 08:24 go.mod [2021-04-06T08:24:47.972Z] -rw-r--r-- 1 root root 22362 Apr 6 08:24 go.sum [2021-04-06T08:24:47.972Z] drwxrwxr-x 8 1001 1001 127 Apr 6 08:17 internal [2021-04-06T08:24:47.972Z] drwxrwxr-x 4 1001 1001 26 Apr 6 08:17 openapi [2021-04-06T08:24:47.972Z] drwxrwxr-x 4 1001 1001 71 Apr 6 08:17 snap [2021-04-06T08:24:47.973Z] -rw-rw-r-- 1 1001 1001 168 Apr 6 08:17 version.go [2021-04-06T08:24:49.142Z] $ docker top cb8256a1c339134301c0e3fd85a196df37307ad448aaa77456f6892671ff0e78 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-06T08:24:50.242Z] + '[' -e coverage.out ] [2021-04-06T08:24:50.242Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-06T08:24:50.313Z] + go version [2021-04-06T08:24:50.314Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T08:24:50.340Z] $ docker stop --time=1 cb8256a1c339134301c0e3fd85a196df37307ad448aaa77456f6892671ff0e78 [2021-04-06T08:24:51.186Z] Stashed 1 file(s) [2021-04-06T08:24:52.256Z] $ docker rm -f cb8256a1c339134301c0e3fd85a196df37307ad448aaa77456f6892671ff0e78 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:24:54.001Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T08:24:54.002Z] . [Pipeline] withDockerContainer [2021-04-06T08:24:54.091Z] + make build [2021-04-06T08:24:54.091Z] 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-04-06T08:24:54.263Z] prd-ubuntu18.04-docker-arm64-4c-16g-32935 does not seem to be running inside a container [2021-04-06T08:24:54.341Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-06T08:24:55.745Z] $ docker top 3382c207f693e0b0b0d922f183dae6bdb35f29f1eeb7f6a76817eb369d0ee665 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T08:24:56.109Z] ========================================================= [2021-04-06T08:24:56.109Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-06T08:24:56.109Z] ========================================================= [Pipeline] sh [2021-04-06T08:24:56.753Z] + make test [2021-04-06T08:24:56.754Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T08:25:01.259Z] 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-04-06T08:25:18.925Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-06T08:25:29.189Z] 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-04-06T08:25:31.349Z] 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-04-06T08:25:35.019Z] 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-04-06T08:25:36.564Z] 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-04-06T08:25:40.293Z] 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-04-06T08:25:47.622Z] 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-04-06T08:25:50.343Z] 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-04-06T08:25:56.466Z] 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-04-06T08:26:01.213Z] 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-04-06T08:26:05.938Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-06T08:26:06.862Z] 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-04-06T08:26:14.261Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } [2021-04-06T08:26:14.286Z] $ docker stop --time=1 19c7469d8dc4d401edf21df7f47cae989281509894bf75cb57d0fc75107994ed [2021-04-06T08:26:16.504Z] $ docker rm -f 19c7469d8dc4d401edf21df7f47cae989281509894bf75cb57d0fc75107994ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-06T08:26:19.710Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-06T08:26:19.710Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:26:20.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T08:26:20.886Z] [2021-04-06T08:26:20.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:26:21.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T08:26:21.308Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-06T08:26:21.308Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-06T08:26:21.308Z] ca9280d653b3: Pulling fs layer [2021-04-06T08:26:21.308Z] 7e9c9ca2126c: Pulling fs layer [2021-04-06T08:26:21.924Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-06T08:26:21.924Z] cbdbe7a5bc2a: Download complete [2021-04-06T08:26:23.273Z] cbdbe7a5bc2a: Pull complete [2021-04-06T08:26:23.665Z] ca9280d653b3: Verifying Checksum [2021-04-06T08:26:23.665Z] ca9280d653b3: Download complete [2021-04-06T08:26:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-06T08:26:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-06T08:26:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-06T08:26:24.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-06T08:26:27.655Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-06T08:26:28.636Z] ca9280d653b3: Pull complete [2021-04-06T08:26:28.636Z] 7e9c9ca2126c: Verifying Checksum [2021-04-06T08:26:28.636Z] 7e9c9ca2126c: Download complete [2021-04-06T08:26:28.720Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-06T08:26:37.027Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-06T08:26:37.027Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-06T08:26:37.027Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-06T08:26:42.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.346s coverage: 45.9% of statements [2021-04-06T08:26:42.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-06T08:26:42.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-06T08:26:42.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-06T08:26:42.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-06T08:26:42.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-06T08:26:42.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-06T08:26:42.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.149s coverage: 19.8% of statements [2021-04-06T08:26:42.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.211s coverage: 100.0% of statements [2021-04-06T08:26:44.241Z] 7e9c9ca2126c: Pull complete [2021-04-06T08:26:44.241Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-06T08:26:44.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T08:26:44.241Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-06T08:26:44.561Z] prd-centos7-docker-4c-2g-32933 does not seem to be running inside a container [2021-04-06T08:26:44.674Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-06T08:26:47.775Z] $ docker top 5245687dbf876f62d0ccf37125af7da854f6147657f26ae44e999b29cb3d5b9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T08:26:49.437Z] + docker-compose build --help [2021-04-06T08:26:49.437Z] + grep parallel [2021-04-06T08:26:50.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.1% of statements [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-06T08:26:50.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.163s coverage: 100.0% of statements [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-06T08:26:50.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.185s coverage: 100.0% of statements [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-06T08:26:50.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 71.3% of statements [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-06T08:26:50.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-06T08:26:51.536Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T08:26:51.555Z] $ docker stop --time=1 5245687dbf876f62d0ccf37125af7da854f6147657f26ae44e999b29cb3d5b9f [2021-04-06T08:26:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.545s coverage: 82.9% of statements [2021-04-06T08:26:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-06T08:26:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:26:52.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements [2021-04-06T08:26:52.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-06T08:26:53.939Z] $ docker rm -f 5245687dbf876f62d0ccf37125af7da854f6147657f26ae44e999b29cb3d5b9f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:26:54.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T08:26:55.270Z] . [Pipeline] withDockerContainer [2021-04-06T08:26:55.547Z] prd-centos7-docker-4c-2g-32933 does not seem to be running inside a container [2021-04-06T08:26:55.732Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-06T08:26:57.426Z] $ docker top 0405b42b331ff8c2a2341c70f4fe80a2bb15d9479e7f208b110fb8401d26a3c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T08:26:59.988Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T08:27:01.488Z] Building docker-core-command-go ... [2021-04-06T08:27:01.488Z] Building docker-core-data-go ... [2021-04-06T08:27:01.488Z] Building docker-core-metadata-go ... [2021-04-06T08:27:01.488Z] Building docker-security-bootstrapper-go ... [2021-04-06T08:27:01.488Z] Building docker-security-proxy-setup-go ... [2021-04-06T08:27:01.488Z] Building docker-security-secretstore-setup-go ... [2021-04-06T08:27:01.488Z] Building docker-support-notifications-go ... [2021-04-06T08:27:01.488Z] Building docker-support-scheduler-go ... [2021-04-06T08:27:01.488Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T08:27:01.488Z] Building docker-security-bootstrapper-go [2021-04-06T08:27:01.488Z] Building docker-sys-mgmt-agent-go [2021-04-06T08:27:01.488Z] Building docker-support-scheduler-go [2021-04-06T08:27:01.488Z] Building docker-core-command-go [2021-04-06T08:27:01.488Z] Building docker-support-notifications-go [2021-04-06T08:27:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.352s coverage: 28.6% of statements [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-06T08:27:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.240s coverage: 100.0% of statements [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-06T08:27:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.159s coverage: 100.0% of statements [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-06T08:27:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-06T08:27:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.394s coverage: 97.5% of statements [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-06T08:27:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.251s coverage: 78.3% of statements [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-06T08:27:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-06T08:27:11.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.265s coverage: 92.8% of statements [2021-04-06T08:27:11.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-06T08:27:11.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:27:11.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-06T08:27:11.237Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-06T08:27:11.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-06T08:27:11.237Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-06T08:27:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.142s coverage: 58.8% of statements [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-06T08:27:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.241s coverage: 1.0% of statements [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-06T08:27:11.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-06T08:27:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.224s coverage: 47.1% of statements [2021-04-06T08:27:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.155s coverage: 79.5% of statements [2021-04-06T08:27:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.136s coverage: 94.1% of statements [2021-04-06T08:27:11.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.198s coverage: 96.3% of statements [2021-04-06T08:27:11.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.126s coverage: 87.5% of statements [2021-04-06T08:27:24.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.131s coverage: 94.4% of statements [2021-04-06T08:27:24.013Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.143s coverage: 44.8% of statements [2021-04-06T08:27:29.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.539s coverage: 81.5% of statements [2021-04-06T08:27:29.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-06T08:27:29.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.079s coverage: 87.1% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.188s coverage: 92.9% of statements [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 75.5% of statements [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.171s coverage: 87.2% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.181s coverage: 84.6% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.6% of statements [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.567s coverage: 64.4% of statements [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-06T08:27:41.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-04-06T08:27:41.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-04-06T08:27:45.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.848s coverage: 69.0% of statements [2021-04-06T08:27:45.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-06T08:27:45.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-06T08:27:45.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-06T08:27:46.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.505s coverage: 38.4% of statements [2021-04-06T08:27:46.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-06T08:27:46.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-06T08:27:46.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-04-06T08:27:46.679Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-06T08:27:46.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements [2021-04-06T08:27:53.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.503s coverage: 47.0% of statements [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-06T08:27:53.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-06T08:27:53.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.147s coverage: 100.0% of statements [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-06T08:27:53.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 11.0% of statements [2021-04-06T08:27:53.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-06T08:27:53.718Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.398s coverage: 87.1% of statements [2021-04-06T08:27:53.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-06T08:27:53.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:27:53.718Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.363s coverage: 29.1% of statements [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.214s coverage: 100.0% of statements [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.301s coverage: 95.6% of statements [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-06T08:28:02.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-06T08:28:02.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-04-06T08:28:02.312Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 32.1% of statements [2021-04-06T08:28:02.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-06T08:28:03.501Z] GO111MODULE=on go vet ./... [2021-04-06T08:28:11.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:28:11.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:28:11.038Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:28:11.038Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:28:11.038Z] ---> c4bf620ad3ff [2021-04-06T08:28:11.038Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T08:28:11.038Z] ---> c4bf620ad3ff [2021-04-06T08:28:11.038Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T08:28:11.038Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:28:11.038Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:28:11.038Z] ---> c4bf620ad3ff [2021-04-06T08:28:11.038Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T08:28:11.038Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:28:11.038Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:28:11.038Z] ---> c4bf620ad3ff [2021-04-06T08:28:11.038Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T08:28:11.038Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:28:11.038Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:28:11.038Z] ---> c4bf620ad3ff [2021-04-06T08:28:11.038Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T08:28:11.038Z] ---> Running in ada1b9f37767 [2021-04-06T08:28:11.038Z] ---> Running in 882399d26df0 [2021-04-06T08:28:11.038Z] ---> Running in 114347c9ea79 [2021-04-06T08:28:11.038Z] ---> Running in cfb070ff1112 [2021-04-06T08:28:11.038Z] ---> Running in ddfaea5a0d13 [2021-04-06T08:28:11.038Z] Removing intermediate container ada1b9f37767 [2021-04-06T08:28:11.038Z] ---> d40950c36bd1 [2021-04-06T08:28:11.038Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:28:11.038Z] Removing intermediate container 882399d26df0 [2021-04-06T08:28:11.038Z] ---> 9490977190b8 [2021-04-06T08:28:11.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:28:11.038Z] Removing intermediate container 114347c9ea79 [2021-04-06T08:28:11.038Z] ---> 2aa19609483f [2021-04-06T08:28:11.038Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:28:11.038Z] Removing intermediate container ddfaea5a0d13 [2021-04-06T08:28:11.038Z] ---> 7733e174df55 [2021-04-06T08:28:11.038Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:28:11.038Z] Removing intermediate container cfb070ff1112 [2021-04-06T08:28:11.038Z] ---> ec87c4f64522 [2021-04-06T08:28:11.038Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:28:11.038Z] ---> Running in 7ffffa36b30e [2021-04-06T08:28:11.038Z] ---> Running in fcc9179ff074 [2021-04-06T08:28:11.038Z] ---> Running in 28d96a583229 [2021-04-06T08:28:11.038Z] ---> Running in 467c1edd9360 [2021-04-06T08:28:11.038Z] ---> Running in 11359bef38cd [2021-04-06T08:28:14.854Z] Removing intermediate container 7ffffa36b30e [2021-04-06T08:28:14.854Z] ---> 761346e7ea6d [2021-04-06T08:28:14.854Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T08:28:14.854Z] Removing intermediate container 28d96a583229 [2021-04-06T08:28:14.854Z] ---> b65ec9bda2cf [2021-04-06T08:28:14.854Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T08:28:14.854Z] ---> Running in 035b3601fb9b [2021-04-06T08:28:15.146Z] ---> Running in 2109913e59fc [2021-04-06T08:28:15.146Z] Removing intermediate container fcc9179ff074 [2021-04-06T08:28:15.146Z] ---> e4d677e04881 [2021-04-06T08:28:15.146Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T08:28:15.419Z] Removing intermediate container 11359bef38cd [2021-04-06T08:28:15.419Z] ---> 58355e6aaa23 [2021-04-06T08:28:15.419Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T08:28:15.419Z] Removing intermediate container 467c1edd9360 [2021-04-06T08:28:15.419Z] ---> 5381707e2c9f [2021-04-06T08:28:15.419Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T08:28:15.419Z] ---> Running in 61fbb71ea511 [2021-04-06T08:28:15.700Z] ---> Running in 2215277475bf [2021-04-06T08:28:15.700Z] ---> Running in 170edcb2b7cb [2021-04-06T08:28:16.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:16.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:16.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:17.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:17.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:17.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:17.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:17.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:17.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:17.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:28:18.183Z] OK: 233 MiB in 51 packages [2021-04-06T08:28:18.527Z] OK: 233 MiB in 51 packages [2021-04-06T08:28:18.527Z] OK: 233 MiB in 51 packages [2021-04-06T08:28:18.527Z] OK: 233 MiB in 51 packages [2021-04-06T08:28:18.881Z] OK: 233 MiB in 51 packages [2021-04-06T08:28:19.956Z] Removing intermediate container 61fbb71ea511 [2021-04-06T08:28:19.956Z] ---> 64f7e4e462ed [2021-04-06T08:28:19.956Z] Step 6/23 : COPY go.mod . [2021-04-06T08:28:21.094Z] Removing intermediate container 2109913e59fc [2021-04-06T08:28:21.094Z] ---> 5acbed0a0d93 [2021-04-06T08:28:21.094Z] Step 6/26 : COPY go.mod . [2021-04-06T08:28:21.094Z] Removing intermediate container 035b3601fb9b [2021-04-06T08:28:21.094Z] ---> aacbf68e45bf [2021-04-06T08:28:21.094Z] Step 6/31 : COPY go.mod . [2021-04-06T08:28:21.094Z] ---> 8cf4cc5e29d2 [2021-04-06T08:28:21.094Z] Step 7/23 : RUN go mod download [2021-04-06T08:28:21.094Z] Removing intermediate container 170edcb2b7cb [2021-04-06T08:28:21.094Z] ---> 301e95a77f0e [2021-04-06T08:28:21.094Z] Step 6/22 : COPY go.mod . [2021-04-06T08:28:21.094Z] Removing intermediate container 2215277475bf [2021-04-06T08:28:21.094Z] ---> b0b762d7832e [2021-04-06T08:28:21.094Z] Step 6/22 : COPY go.mod . [2021-04-06T08:28:21.441Z] ---> Running in 5572d3bc8611 [2021-04-06T08:28:21.738Z] ---> da0d85006bd6 [2021-04-06T08:28:21.738Z] Step 7/26 : RUN go mod download [2021-04-06T08:28:22.087Z] ---> 2c2958bdecbe [2021-04-06T08:28:22.087Z] Step 7/22 : RUN go mod download [2021-04-06T08:28:22.087Z] ---> 77ac899fb411 [2021-04-06T08:28:22.087Z] Step 7/31 : RUN go mod download [2021-04-06T08:28:22.087Z] ---> Running in 501f2231d280 [2021-04-06T08:28:22.087Z] ---> d68889c93b02 [2021-04-06T08:28:22.087Z] Step 7/22 : RUN go mod download [2021-04-06T08:28:22.385Z] ---> Running in 215b13a033f9 [2021-04-06T08:28:22.385Z] ---> Running in b55ffb24f2be [2021-04-06T08:28:22.385Z] ---> Running in c8d98b884b7d [2021-04-06T08:28:27.275Z] Removing intermediate container c8d98b884b7d [2021-04-06T08:28:27.275Z] ---> b1d3689c6d21 [2021-04-06T08:28:27.275Z] Step 8/22 : COPY . . [2021-04-06T08:28:27.854Z] Removing intermediate container 215b13a033f9 [2021-04-06T08:28:27.854Z] ---> f387582a457d [2021-04-06T08:28:27.854Z] Step 8/31 : COPY . . [2021-04-06T08:28:28.157Z] Removing intermediate container 5572d3bc8611 [2021-04-06T08:28:28.157Z] ---> 3be717b16c3c [2021-04-06T08:28:28.157Z] Step 8/23 : COPY . . [2021-04-06T08:28:32.262Z] Removing intermediate container 501f2231d280 [2021-04-06T08:28:32.262Z] ---> 7370783f70c6 [2021-04-06T08:28:32.262Z] Step 8/26 : COPY . . [2021-04-06T08:28:33.123Z] Removing intermediate container b55ffb24f2be [2021-04-06T08:28:33.123Z] ---> 259186a8ecfc [2021-04-06T08:28:33.123Z] Step 8/22 : COPY . . [2021-04-06T08:29:25.327Z] gofmt -l . [2021-04-06T08:29:25.327Z] [ "`gofmt -l .`" = "" ] [2021-04-06T08:29:25.327Z] ./bin/test-go-mod-tidy.sh [2021-04-06T08:29:25.327Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-06T08:29:27.431Z] + ls -al . [2021-04-06T08:29:27.431Z] total 836 [2021-04-06T08:29:27.431Z] drwxrwxr-x 9 1001 1001 4096 Apr 6 08:29 . [2021-04-06T08:29:27.431Z] drwxr-xr-x 4 root root 4096 Apr 6 08:24 .. [2021-04-06T08:29:27.431Z] -rw-rw-r-- 1 1001 1001 11 Apr 6 08:23 .dockerignore [2021-04-06T08:29:27.431Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 08:23 .git [2021-04-06T08:29:27.431Z] drwxrwxr-x 3 1001 1001 4096 Apr 6 08:23 .github [2021-04-06T08:29:27.431Z] -rw-rw-r-- 1 1001 1001 818 Apr 6 08:23 .gitignore [2021-04-06T08:29:27.431Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 08:23 .sonarcloud.properties [2021-04-06T08:29:27.431Z] -rw-rw-r-- 1 1001 1001 8607 Apr 6 08:23 Attribution.txt [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 08:23 CONTRIBUTING.md [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 931 Apr 6 08:23 Dockerfile.build [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 863 Apr 6 08:23 Jenkinsfile [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 08:23 LICENSE [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 5774 Apr 6 08:23 Makefile [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 6548 Apr 6 08:23 README.md [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 6755 Apr 6 08:23 SECURITY.md [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 5 Apr 6 08:18 VERSION [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 4131 Apr 6 08:23 ZMQWindows.md [2021-04-06T08:29:27.432Z] drwxrwxr-x 2 1001 1001 4096 Apr 6 08:23 bin [2021-04-06T08:29:27.432Z] drwxrwxr-x 14 1001 1001 4096 Apr 6 08:23 cmd [2021-04-06T08:29:27.432Z] -rw-r--r-- 1 root root 697383 Apr 6 08:28 coverage.out [2021-04-06T08:29:27.432Z] -rw-r--r-- 1 root root 1057 Apr 6 08:29 go.mod [2021-04-06T08:29:27.432Z] -rw-r--r-- 1 root root 22362 Apr 6 08:29 go.sum [2021-04-06T08:29:27.432Z] drwxrwxr-x 8 1001 1001 4096 Apr 6 08:23 internal [2021-04-06T08:29:27.432Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 08:23 openapi [2021-04-06T08:29:27.432Z] drwxrwxr-x 4 1001 1001 4096 Apr 6 08:23 snap [2021-04-06T08:29:27.432Z] -rw-rw-r-- 1 1001 1001 168 Apr 6 08:23 version.go [Pipeline] sh [2021-04-06T08:29:28.084Z] + '[' -e coverage.out ] [2021-04-06T08:29:28.084Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-06T08:29:28.148Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T08:29:29.515Z] Stashed 1 file(s) [Pipeline] sh [2021-04-06T08:29:30.232Z] + make build [2021-04-06T08:29:30.232Z] 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-04-06T08:29:42.639Z] 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-04-06T08:29:56.593Z] ---> 7e87b5595118 [2021-04-06T08:29:56.593Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T08:29:56.593Z] ---> 66988eab9fa4 [2021-04-06T08:29:56.593Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-06T08:29:56.593Z] ---> Running in de031eb44b57 [2021-04-06T08:29:56.593Z] ---> Running in e0b2d49d441a [2021-04-06T08:29:56.594Z] ---> cf3c1836d47f [2021-04-06T08:29:56.594Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-06T08:29:56.594Z] ---> 22dcc274691a [2021-04-06T08:29:56.594Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T08:29:56.594Z] ---> 9f70c2eee0e4 [2021-04-06T08:29:56.594Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T08:29:56.594Z] ---> Running in 90de3a352887 [2021-04-06T08:29:56.594Z] ---> Running in cfa3f1e39c12 [2021-04-06T08:29:56.594Z] ---> Running in 6ca468a2dfdb [2021-04-06T08:29:56.594Z] 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-04-06T08:29:56.594Z] 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-04-06T08:29:56.594Z] 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-04-06T08:29:56.594Z] 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-04-06T08:29:56.594Z] 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-04-06T08:30:04.945Z] 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-04-06T08:30:10.367Z] 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-04-06T08:30:15.767Z] 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-04-06T08:30:16.746Z] 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-04-06T08:30:23.471Z] 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-04-06T08:30:31.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-06T08:30:35.163Z] 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-04-06T08:30:39.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-06T08:30:42.906Z] 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-04-06T08:30:47.242Z] 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-04-06T08:30:55.543Z] $ docker stop --time=1 3382c207f693e0b0b0d922f183dae6bdb35f29f1eeb7f6a76817eb369d0ee665 [2021-04-06T08:30:58.064Z] $ docker rm -f 3382c207f693e0b0b0d922f183dae6bdb35f29f1eeb7f6a76817eb369d0ee665 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:31:00.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T08:31:00.212Z] [2021-04-06T08:31:00.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:31:00.867Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T08:31:01.143Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-06T08:31:01.143Z] 29e5d40040c1: Pulling fs layer [2021-04-06T08:31:01.143Z] 1ce36da41761: Pulling fs layer [2021-04-06T08:31:01.143Z] 25b303627fd3: Pulling fs layer [2021-04-06T08:31:01.143Z] 29e5d40040c1: Verifying Checksum [2021-04-06T08:31:01.143Z] 29e5d40040c1: Download complete [2021-04-06T08:31:01.741Z] 1ce36da41761: Verifying Checksum [2021-04-06T08:31:01.741Z] 1ce36da41761: Download complete [2021-04-06T08:31:01.741Z] 29e5d40040c1: Pull complete [2021-04-06T08:31:03.175Z] 1ce36da41761: Pull complete [2021-04-06T08:31:03.175Z] 25b303627fd3: Verifying Checksum [2021-04-06T08:31:03.175Z] 25b303627fd3: Download complete [2021-04-06T08:31:13.317Z] 25b303627fd3: Pull complete [2021-04-06T08:31:13.317Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-06T08:31:13.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T08:31:13.317Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-06T08:31:13.544Z] prd-ubuntu18.04-docker-arm64-4c-16g-32935 does not seem to be running inside a container [2021-04-06T08:31:13.619Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-06T08:31:16.607Z] $ docker top 688548aade98a909cb89a5d0aa17668a2fb5946b5b05e29cd6ce42dff8e2fe76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T08:31:17.605Z] + docker-compose build --help [2021-04-06T08:31:17.605Z] + grep parallel [2021-04-06T08:31:19.170Z] Removing intermediate container 90de3a352887 [2021-04-06T08:31:19.170Z] ---> 3e7d0f97f199 [2021-04-06T08:31:19.170Z] [2021-04-06T08:31:19.170Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T08:31:19.170Z] Removing intermediate container e0b2d49d441a [2021-04-06T08:31:19.170Z] ---> d7c3c4ac732d [2021-04-06T08:31:19.170Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T08:31:19.170Z] Removing intermediate container de031eb44b57 [2021-04-06T08:31:19.170Z] ---> 9b194cb6bcfa [2021-04-06T08:31:19.170Z] [2021-04-06T08:31:19.170Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T08:31:19.170Z] 3.12: Pulling from library/alpine [2021-04-06T08:31:19.170Z] 3.12: Pulling from library/alpine [2021-04-06T08:31:19.170Z] Removing intermediate container 6ca468a2dfdb [2021-04-06T08:31:19.170Z] ---> 0d2c2f857bb8 [2021-04-06T08:31:19.170Z] [2021-04-06T08:31:19.170Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T08:31:19.170Z] Removing intermediate container cfa3f1e39c12 [2021-04-06T08:31:19.170Z] ---> 26cd9bb39993 [2021-04-06T08:31:19.170Z] [2021-04-06T08:31:19.170Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T08:31:19.170Z] 3.12: Pulling from library/alpine [2021-04-06T08:31:19.170Z] ---> Running in 912d2c22ba2f [2021-04-06T08:31:19.170Z] 3.12: Pulling from library/alpine [2021-04-06T08:31:19.170Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T08:31:19.170Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T08:31:19.170Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T08:31:19.170Z] Status: Image is up to date for alpine:3.12 [2021-04-06T08:31:19.170Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T08:31:19.170Z] Status: Image is up to date for alpine:3.12 [2021-04-06T08:31:19.170Z] ---> 7230e588e954 [2021-04-06T08:31:19.170Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T08:31:19.170Z] ---> 7230e588e954 [2021-04-06T08:31:19.171Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T08:31:19.171Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T08:31:19.171Z] Status: Image is up to date for alpine:3.12 [2021-04-06T08:31:19.171Z] ---> 7230e588e954 [2021-04-06T08:31:19.171Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T08:31:19.171Z] ---> 7230e588e954 [2021-04-06T08:31:19.171Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T08:31:19.171Z] 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-04-06T08:31:19.171Z] ---> Running in bc6ebb33949c [2021-04-06T08:31:19.171Z] ---> Running in e18a6a09ce88 [2021-04-06T08:31:19.171Z] ---> Running in 64bee8ad8e46 [2021-04-06T08:31:19.171Z] ---> Running in 8ca8f1637789 [2021-04-06T08:31:19.171Z] Removing intermediate container e18a6a09ce88 [2021-04-06T08:31:19.171Z] ---> 4dc75f82d2fe [2021-04-06T08:31:19.171Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T08:31:19.171Z] ---> Running in 897acf794154 [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T08:31:19.171Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:31:19.171Z] OK: 6 MiB in 15 packages [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T08:31:19.171Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:31:19.171Z] OK: 6 MiB in 15 packages [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:19.171Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T08:31:19.171Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T08:31:19.171Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:31:19.171Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T08:31:19.171Z] OK: 6 MiB in 16 packages [2021-04-06T08:31:19.171Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T08:31:19.171Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T08:31:19.171Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:31:19.171Z] OK: 6 MiB in 16 packages [2021-04-06T08:31:19.171Z] Removing intermediate container bc6ebb33949c [2021-04-06T08:31:19.171Z] ---> 9ad9d097fee9 [2021-04-06T08:31:19.171Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:31:19.171Z] Removing intermediate container 64bee8ad8e46 [2021-04-06T08:31:19.171Z] ---> 70f29a33f9a6 [2021-04-06T08:31:19.171Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:31:19.171Z] ---> Running in bdc2deaee140 [2021-04-06T08:31:19.171Z] ---> Running in 9593d566fec3 [2021-04-06T08:31:19.171Z] Removing intermediate container 8ca8f1637789 [2021-04-06T08:31:19.171Z] ---> 74416daad1d3 [2021-04-06T08:31:19.171Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:31:19.454Z] ---> Running in ab5aad241866 [2021-04-06T08:31:19.454Z] Removing intermediate container 897acf794154 [2021-04-06T08:31:19.454Z] ---> 6135b01b6577 [2021-04-06T08:31:19.454Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T08:31:19.785Z] Removing intermediate container bdc2deaee140 [2021-04-06T08:31:19.785Z] ---> 9b3a32c02657 [2021-04-06T08:31:19.785Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T08:31:19.785Z] Removing intermediate container 9593d566fec3 [2021-04-06T08:31:19.785Z] ---> 01c612ff92bb [2021-04-06T08:31:19.785Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T08:31:19.785Z] ---> Running in 45217c100fea [2021-04-06T08:31:19.785Z] ---> Running in d75b68fc3ad2 [2021-04-06T08:31:20.103Z] Removing intermediate container 912d2c22ba2f [2021-04-06T08:31:20.103Z] ---> ac67f6c58a4a [2021-04-06T08:31:20.103Z] [2021-04-06T08:31:20.103Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T08:31:20.103Z] 20.10.0: Pulling from library/docker [2021-04-06T08:31:20.103Z] ---> Running in 2678eed85409 [2021-04-06T08:31:20.103Z] Removing intermediate container ab5aad241866 [2021-04-06T08:31:20.103Z] ---> 86add7954169 [2021-04-06T08:31:20.103Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T08:31:20.411Z] Removing intermediate container d75b68fc3ad2 [2021-04-06T08:31:20.411Z] ---> 3176e763fae3 [2021-04-06T08:31:20.411Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T08:31:20.411Z] ---> Running in e77e5769f33d [2021-04-06T08:31:20.756Z] ---> Running in ef94400dee69 [2021-04-06T08:31:20.756Z] Removing intermediate container 45217c100fea [2021-04-06T08:31:20.756Z] ---> abe3653ca37e [2021-04-06T08:31:20.756Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T08:31:20.756Z] Removing intermediate container 2678eed85409 [2021-04-06T08:31:20.756Z] ---> c14f98fa3e2e [2021-04-06T08:31:20.756Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T08:31:21.138Z] ---> Running in 39cec653be09 [2021-04-06T08:31:21.138Z] ---> Running in 8c9b10f2e9f2 [2021-04-06T08:31:21.138Z] Removing intermediate container e77e5769f33d [2021-04-06T08:31:21.138Z] ---> 4ccc098f0c9f [2021-04-06T08:31:21.138Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T08:31:21.758Z] Removing intermediate container ef94400dee69 [2021-04-06T08:31:21.758Z] ---> 3cdc42d8359c [2021-04-06T08:31:21.758Z] Step 15/23 : WORKDIR / [2021-04-06T08:31:21.897Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T08:31:21.917Z] $ docker stop --time=1 688548aade98a909cb89a5d0aa17668a2fb5946b5b05e29cd6ce42dff8e2fe76 [2021-04-06T08:31:22.089Z] ---> Running in d83eab3ae295 [2021-04-06T08:31:22.089Z] ---> Running in a428ff720c6e [2021-04-06T08:31:22.089Z] Removing intermediate container 8c9b10f2e9f2 [2021-04-06T08:31:22.089Z] ---> 9eb32016c298 [2021-04-06T08:31:22.089Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:31:22.428Z] Removing intermediate container 39cec653be09 [2021-04-06T08:31:22.428Z] ---> 782b1763b77e [2021-04-06T08:31:22.428Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T08:31:22.706Z] ---> Running in 81c119f05c89 [2021-04-06T08:31:22.706Z] Removing intermediate container d83eab3ae295 [2021-04-06T08:31:22.706Z] ---> e16629ec76b5 [2021-04-06T08:31:22.706Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:31:23.017Z] Removing intermediate container a428ff720c6e [2021-04-06T08:31:23.017Z] ---> f3d7c07513f4 [2021-04-06T08:31:23.017Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:31:23.332Z] ---> f22024e99a3b [2021-04-06T08:31:23.332Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T08:31:23.659Z] ---> 3c9edd416c7b [2021-04-06T08:31:23.659Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T08:31:23.924Z] $ docker rm -f 688548aade98a909cb89a5d0aa17668a2fb5946b5b05e29cd6ce42dff8e2fe76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-04-06T08:31:24.392Z] ---> 3b80accbb62c [2021-04-06T08:31:24.392Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:31:24.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T08:31:24.759Z] . [Pipeline] withDockerContainer [2021-04-06T08:31:25.011Z] ---> a7c71a5b1a96 [2021-04-06T08:31:25.011Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-06T08:31:25.025Z] prd-ubuntu18.04-docker-arm64-4c-16g-32935 does not seem to be running inside a container [2021-04-06T08:31:25.105Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-06T08:31:26.099Z] ---> 0ff2585b75b5 [2021-04-06T08:31:26.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T08:31:26.099Z] ---> 61d583c90ee7 [2021-04-06T08:31:26.099Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T08:31:26.440Z] ---> b546a454db19 [2021-04-06T08:31:26.440Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T08:31:26.440Z] Removing intermediate container 81c119f05c89 [2021-04-06T08:31:26.440Z] ---> c326b8e36ee4 [2021-04-06T08:31:26.440Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T08:31:26.523Z] $ docker top d6c3a27c5fa98503ffbee58274bd2dc7207df29af56ae1c73cbd8fa8d2cc8be0 -eo pid,comm [2021-04-06T08:31:26.772Z] ---> Running in 37376fa1c92a [2021-04-06T08:31:26.772Z] ---> Running in 3421930ffae1 [Pipeline] { [Pipeline] sh [2021-04-06T08:31:27.068Z] ---> 766187481196 [2021-04-06T08:31:27.068Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T08:31:27.068Z] ---> 87d79de4b26f [2021-04-06T08:31:27.068Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T08:31:27.395Z] ---> Running in 01da031fc512 [2021-04-06T08:31:27.395Z] Removing intermediate container 37376fa1c92a [2021-04-06T08:31:27.395Z] ---> c91d5e6e50c5 [2021-04-06T08:31:27.395Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:31:27.395Z] ---> Running in 41a89f844d7d [2021-04-06T08:31:27.395Z] Removing intermediate container 3421930ffae1 [2021-04-06T08:31:27.395Z] ---> 317a5667de1c [2021-04-06T08:31:27.395Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-06T08:31:27.395Z] ---> Running in fe3e69d6a836 [2021-04-06T08:31:27.554Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T08:31:27.690Z] Removing intermediate container 01da031fc512 [2021-04-06T08:31:27.691Z] ---> b0c80c306e57 [2021-04-06T08:31:27.691Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:31:28.115Z] ---> Running in e7d549b0941b [2021-04-06T08:31:28.590Z] Removing intermediate container 41a89f844d7d [2021-04-06T08:31:28.590Z] ---> 8eda06024782 [2021-04-06T08:31:28.590Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:31:28.590Z] Removing intermediate container fe3e69d6a836 [2021-04-06T08:31:28.590Z] ---> 0eac3b0ffd55 [2021-04-06T08:31:28.590Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T08:31:29.388Z] ---> Running in 1a82b9a39035 [2021-04-06T08:31:29.388Z] ---> Running in 0b43bb0d2c4a [2021-04-06T08:31:29.674Z] ---> 953b0bb494a8 [2021-04-06T08:31:29.674Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T08:31:29.674Z] Removing intermediate container e7d549b0941b [2021-04-06T08:31:29.674Z] ---> f77fa672fced [2021-04-06T08:31:29.674Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T08:31:30.711Z] ---> Running in 89d4dde0a1b4 [2021-04-06T08:31:30.711Z] ---> Running in 5b1f127ef6ad [2021-04-06T08:31:30.711Z] Removing intermediate container 0b43bb0d2c4a [2021-04-06T08:31:30.711Z] ---> 49f26c03dd0d [2021-04-06T08:31:30.711Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T08:31:30.989Z] Removing intermediate container 1a82b9a39035 [2021-04-06T08:31:30.990Z] ---> bcf44838e2c8 [2021-04-06T08:31:30.990Z] Step 21/22 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:31:30.990Z] ---> Running in 69b94f5663b9 [2021-04-06T08:31:30.990Z] ---> Running in c4480276d3af [2021-04-06T08:31:31.331Z] Removing intermediate container 5b1f127ef6ad [2021-04-06T08:31:31.331Z] ---> 4d41176f9535 [2021-04-06T08:31:31.331Z] Step 21/22 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:31:31.621Z] Removing intermediate container 69b94f5663b9 [2021-04-06T08:31:31.621Z] ---> 90ebd45709d3 [2021-04-06T08:31:31.621Z] Step 22/23 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:31:31.621Z] ---> Running in 031378303d67 [2021-04-06T08:31:31.954Z] Removing intermediate container c4480276d3af [2021-04-06T08:31:31.954Z] ---> bf7e0d05d389 [2021-04-06T08:31:31.954Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T08:31:31.954Z] ---> Running in 99b32a298ce7 [2021-04-06T08:31:32.257Z] ---> Running in aa1da860c32d [2021-04-06T08:31:32.257Z] Removing intermediate container 031378303d67 [2021-04-06T08:31:32.257Z] ---> 103a6c732b02 [2021-04-06T08:31:32.257Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T08:31:32.601Z] ---> Running in 7842ec2e22eb [2021-04-06T08:31:32.875Z] Removing intermediate container 99b32a298ce7 [2021-04-06T08:31:32.875Z] ---> 0855dff6a5e3 [2021-04-06T08:31:32.875Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T08:31:32.875Z] Removing intermediate container aa1da860c32d [2021-04-06T08:31:32.875Z] ---> c99ab8f1967e [2021-04-06T08:31:32.875Z] [2021-04-06T08:31:32.953Z] Building docker-core-command-go ... [2021-04-06T08:31:32.953Z] Building docker-core-data-go ... [2021-04-06T08:31:32.953Z] Building docker-core-metadata-go ... [2021-04-06T08:31:32.953Z] Building docker-security-bootstrapper-go ... [2021-04-06T08:31:32.953Z] Building docker-security-proxy-setup-go ... [2021-04-06T08:31:32.953Z] Building docker-security-secretstore-setup-go ... [2021-04-06T08:31:32.953Z] Building docker-support-notifications-go ... [2021-04-06T08:31:32.953Z] Building docker-support-scheduler-go ... [2021-04-06T08:31:32.953Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T08:31:32.953Z] Building docker-sys-mgmt-agent-go [2021-04-06T08:31:32.953Z] Building docker-support-scheduler-go [2021-04-06T08:31:32.953Z] Building docker-core-command-go [2021-04-06T08:31:32.953Z] Building docker-support-notifications-go [2021-04-06T08:31:32.953Z] Building docker-security-secretstore-setup-go [2021-04-06T08:31:33.175Z] ---> Running in efc4ba0eda05 [2021-04-06T08:31:33.499Z] Removing intermediate container 7842ec2e22eb [2021-04-06T08:31:33.499Z] ---> 8c34c208b461 [2021-04-06T08:31:33.499Z] [2021-04-06T08:31:33.499Z] Removing intermediate container 89d4dde0a1b4 [2021-04-06T08:31:33.499Z] ---> 0387c03184d1 [2021-04-06T08:31:33.499Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:31:33.909Z] Removing intermediate container efc4ba0eda05 [2021-04-06T08:31:33.910Z] ---> f9351f0ce790 [2021-04-06T08:31:33.910Z] [2021-04-06T08:31:33.910Z] Successfully built c99ab8f1967e [2021-04-06T08:31:33.910Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-06T08:31:33.910Z] Building docker-security-secretstore-setup-go [2021-04-06T08:31:34.208Z]  Building docker-support-scheduler-go ... done Successfully built 8c34c208b461 [2021-04-06T08:31:34.208Z] Successfully tagged docker-support-notifications-go:latest [2021-04-06T08:31:34.208Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-06T08:31:34.503Z] Successfully built f9351f0ce790 [2021-04-06T08:31:34.503Z] Successfully tagged docker-core-command-go:latest [2021-04-06T08:31:34.503Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-06T08:31:34.903Z] ---> 7ac97511dcb8 [2021-04-06T08:31:34.903Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T08:31:38.539Z] ---> 011d42ffd69f [2021-04-06T08:31:38.539Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-06T08:31:40.880Z] ---> cb7b643b15f2 [2021-04-06T08:31:40.880Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T08:31:41.585Z] ---> 0451be74dd4d [2021-04-06T08:31:41.585Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T08:31:41.585Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T08:31:41.585Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T08:31:41.585Z] ---> aefe523efa57 [2021-04-06T08:31:41.585Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T08:31:42.005Z] ---> Running in ae4b55c214d8 [2021-04-06T08:31:43.616Z] ---> dcfb9dbe7ee9 [2021-04-06T08:31:43.616Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T08:31:45.184Z] ---> Running in 2ba526d3cbf7 [2021-04-06T08:31:45.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:45.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:31:45.911Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T08:31:45.911Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T08:31:45.911Z] Executing bash-5.0.17-r0.post-install [2021-04-06T08:31:45.911Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:31:46.218Z] OK: 12 MiB in 22 packages [2021-04-06T08:31:46.218Z] Removing intermediate container 2ba526d3cbf7 [2021-04-06T08:31:46.218Z] ---> 5e9f6903e78d [2021-04-06T08:31:46.218Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T08:31:46.502Z] ---> 832916ab7993 [2021-04-06T08:31:46.502Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T08:31:47.418Z] ---> Running in dd0a99fc2891 [2021-04-06T08:31:48.987Z] Removing intermediate container ae4b55c214d8 [2021-04-06T08:31:48.987Z] ---> 3d05c7c3501c [2021-04-06T08:31:48.987Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T08:31:49.719Z] ---> Running in 2aaab319d199 [2021-04-06T08:31:50.350Z] Removing intermediate container 2aaab319d199 [2021-04-06T08:31:50.350Z] ---> a4d7eb675680 [2021-04-06T08:31:50.350Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-06T08:31:50.350Z] ---> Running in 2db9bc4eebef [2021-04-06T08:31:50.632Z] Removing intermediate container 2db9bc4eebef [2021-04-06T08:31:50.632Z] ---> 1757e738a82a [2021-04-06T08:31:50.632Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T08:31:50.951Z] ---> Running in e0c73be80b9d [2021-04-06T08:31:50.951Z] Removing intermediate container dd0a99fc2891 [2021-04-06T08:31:50.951Z] ---> 2f60811c3ec5 [2021-04-06T08:31:50.951Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T08:31:51.244Z] ---> Running in e873cc1e685f [2021-04-06T08:31:51.546Z] Removing intermediate container e0c73be80b9d [2021-04-06T08:31:51.546Z] ---> cee087a7bb19 [2021-04-06T08:31:51.546Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-06T08:31:52.822Z] Removing intermediate container e873cc1e685f [2021-04-06T08:31:52.822Z] ---> 97c0deca87d6 [2021-04-06T08:31:52.822Z] Step 28/31 : CMD ["gate"] [2021-04-06T08:31:53.289Z] ---> Running in c2e124a00c56 [2021-04-06T08:31:53.949Z] ---> 21889c9620d3 [2021-04-06T08:31:53.949Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T08:31:53.949Z] Removing intermediate container c2e124a00c56 [2021-04-06T08:31:53.949Z] ---> c8bc7988bedd [2021-04-06T08:31:53.949Z] Step 29/31 : LABEL arch=x86_64 [2021-04-06T08:31:54.582Z] ---> Running in 393adec2296b [2021-04-06T08:31:55.663Z] ---> 9cd2416475ad [2021-04-06T08:31:55.663Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T08:31:56.662Z] Removing intermediate container 393adec2296b [2021-04-06T08:31:56.662Z] ---> 31eaa512167d [2021-04-06T08:31:56.662Z] Step 30/31 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:31:59.657Z] ---> Running in a8d11268e8cf [2021-04-06T08:31:59.657Z] ---> a4e0cedf779a [2021-04-06T08:31:59.657Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-06T08:32:00.867Z] ---> Running in db689213a8de [2021-04-06T08:32:01.614Z] Removing intermediate container a8d11268e8cf [2021-04-06T08:32:01.614Z] ---> 4fa0c9e44fd8 [2021-04-06T08:32:01.614Z] Step 31/31 : LABEL version=0.0.0 [2021-04-06T08:32:04.446Z] ---> Running in f83bd05fe501 [2021-04-06T08:32:06.087Z] Removing intermediate container f83bd05fe501 [2021-04-06T08:32:06.087Z] ---> 3098bb519b2a [2021-04-06T08:32:06.087Z] [2021-04-06T08:32:06.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:06.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:07.183Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T08:32:07.183Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T08:32:07.183Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T08:32:07.183Z] Successfully built 3098bb519b2a [2021-04-06T08:32:07.183Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T08:32:07.513Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T08:32:07.513Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T08:32:07.513Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-06T08:32:07.513Z] Building docker-core-metadata-go [2021-04-06T08:32:07.513Z]  Building docker-security-bootstrapper-go ... done (7/33) Installing python3 (3.8.8-r0) [2021-04-06T08:32:13.749Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T08:32:13.749Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T08:32:13.749Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T08:32:13.749Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T08:32:13.749Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T08:32:13.749Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-06T08:32:13.749Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T08:32:13.749Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T08:32:14.463Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T08:32:14.463Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T08:32:15.302Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T08:32:15.302Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T08:32:15.763Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T08:32:15.763Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T08:32:15.763Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T08:32:16.187Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T08:32:16.912Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T08:32:17.239Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T08:32:17.239Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T08:32:18.746Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T08:32:19.116Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T08:32:19.429Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T08:32:19.429Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T08:32:19.429Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T08:32:19.429Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T08:32:19.429Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-06T08:32:22.639Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:32:25.625Z] OK: 71 MiB in 55 packages [2021-04-06T08:32:27.942Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:27.942Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:27.942Z] ---> c4bf620ad3ff [2021-04-06T08:32:27.942Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T08:32:28.251Z] ---> Using cache [2021-04-06T08:32:28.251Z] ---> ec87c4f64522 [2021-04-06T08:32:28.251Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:28.251Z] ---> Using cache [2021-04-06T08:32:28.251Z] ---> 58355e6aaa23 [2021-04-06T08:32:28.251Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T08:32:28.525Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:28.525Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:28.525Z] ---> c4bf620ad3ff [2021-04-06T08:32:28.525Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T08:32:28.525Z] ---> Using cache [2021-04-06T08:32:28.525Z] ---> ec87c4f64522 [2021-04-06T08:32:28.525Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:28.525Z] ---> Using cache [2021-04-06T08:32:28.525Z] ---> 58355e6aaa23 [2021-04-06T08:32:28.525Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T08:32:29.150Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:29.150Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:29.150Z] ---> c4bf620ad3ff [2021-04-06T08:32:29.150Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T08:32:29.150Z] ---> Using cache [2021-04-06T08:32:29.150Z] ---> ec87c4f64522 [2021-04-06T08:32:29.150Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:29.150Z] ---> Using cache [2021-04-06T08:32:29.150Z] ---> 58355e6aaa23 [2021-04-06T08:32:29.150Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T08:32:30.175Z] ---> Running in e1883f2779f5 [2021-04-06T08:32:30.175Z] ---> Running in 2ddc045ef6bb [2021-04-06T08:32:30.175Z] ---> Running in 7835f0652d54 [2021-04-06T08:32:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:34.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:35.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:35.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:35.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:32:36.246Z] OK: 233 MiB in 51 packages [2021-04-06T08:32:36.246Z] OK: 233 MiB in 51 packages [2021-04-06T08:32:37.040Z] OK: 233 MiB in 51 packages [2021-04-06T08:32:41.737Z] Removing intermediate container 7835f0652d54 [2021-04-06T08:32:41.737Z] ---> c8710d3f2353 [2021-04-06T08:32:41.737Z] Step 6/24 : COPY go.mod . [2021-04-06T08:32:42.949Z] Removing intermediate container 2ddc045ef6bb [2021-04-06T08:32:42.949Z] ---> 44bd9f81fda3 [2021-04-06T08:32:42.949Z] Step 6/23 : COPY go.mod . [2021-04-06T08:32:43.803Z] Removing intermediate container e1883f2779f5 [2021-04-06T08:32:43.803Z] ---> 936c45f2c3e8 [2021-04-06T08:32:43.803Z] Step 6/21 : COPY go.mod . [2021-04-06T08:32:44.094Z] ---> 4f074dd2b162 [2021-04-06T08:32:44.094Z] Step 7/24 : RUN go mod download [2021-04-06T08:32:44.395Z] ---> Running in 41be69ece9fd [2021-04-06T08:32:45.003Z] ---> 87cf6bafe8be [2021-04-06T08:32:45.003Z] Step 7/23 : RUN go mod download [2021-04-06T08:32:45.366Z] ---> ef2ab77db257 [2021-04-06T08:32:45.366Z] Step 7/21 : RUN go mod download [2021-04-06T08:32:46.177Z] ---> Running in 54ca53ee808b [2021-04-06T08:32:46.177Z] ---> Running in cefcd42ba60d [2021-04-06T08:32:53.359Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:53.359Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:53.359Z] ---> c4bf620ad3ff [2021-04-06T08:32:53.359Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T08:32:53.359Z] ---> Using cache [2021-04-06T08:32:53.359Z] ---> ec87c4f64522 [2021-04-06T08:32:53.359Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:53.359Z] ---> Using cache [2021-04-06T08:32:53.359Z] ---> 58355e6aaa23 [2021-04-06T08:32:53.359Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T08:32:53.359Z] ---> Using cache [2021-04-06T08:32:53.359Z] ---> 936c45f2c3e8 [2021-04-06T08:32:53.359Z] Step 6/23 : COPY go.mod . [2021-04-06T08:32:53.359Z] ---> Using cache [2021-04-06T08:32:53.359Z] ---> ef2ab77db257 [2021-04-06T08:32:53.359Z] Step 7/23 : RUN go mod download [2021-04-06T08:32:54.538Z] ---> Running in ad8bed02ae48 [2021-04-06T08:32:54.722Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:54.722Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:54.722Z] ---> 060fbe6a1681 [2021-04-06T08:32:54.722Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T08:32:54.723Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:54.723Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:54.723Z] ---> 060fbe6a1681 [2021-04-06T08:32:54.723Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T08:32:54.723Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:54.723Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:54.723Z] ---> 060fbe6a1681 [2021-04-06T08:32:54.723Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T08:32:54.723Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:54.723Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:54.723Z] ---> 060fbe6a1681 [2021-04-06T08:32:54.723Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T08:32:54.723Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:32:54.723Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:32:54.723Z] ---> 060fbe6a1681 [2021-04-06T08:32:54.723Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T08:32:54.723Z] ---> Running in 7a83368da72d [2021-04-06T08:32:54.723Z] ---> Running in ed4f7bb73102 [2021-04-06T08:32:54.723Z] ---> Running in 75dd0d167d6d [2021-04-06T08:32:54.723Z] ---> Running in 052d4bd05713 [2021-04-06T08:32:54.723Z] ---> Running in c21d0abe7dab [2021-04-06T08:32:54.723Z] Removing intermediate container ed4f7bb73102 [2021-04-06T08:32:54.723Z] ---> 1ed5f661fa5a [2021-04-06T08:32:54.723Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:54.723Z] Removing intermediate container 7a83368da72d [2021-04-06T08:32:54.723Z] ---> 41779b558eb7 [2021-04-06T08:32:54.723Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:54.723Z] Removing intermediate container 052d4bd05713 [2021-04-06T08:32:54.723Z] ---> d3222e696d2a [2021-04-06T08:32:54.723Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:54.723Z] Removing intermediate container 75dd0d167d6d [2021-04-06T08:32:54.723Z] ---> 3bcaf0ce11dc [2021-04-06T08:32:54.723Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:54.723Z] Removing intermediate container c21d0abe7dab [2021-04-06T08:32:54.723Z] ---> a061580d0e5f [2021-04-06T08:32:54.723Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:32:54.723Z] ---> Running in 93d9f2e6fff1 [2021-04-06T08:32:54.723Z] ---> Running in 2236624e9d6e [2021-04-06T08:32:54.723Z] ---> Running in ab525864ddfd [2021-04-06T08:32:54.723Z] ---> Running in 1ed634b8ea0f [2021-04-06T08:32:54.723Z] ---> Running in 05de536d251f [2021-04-06T08:32:55.323Z] Removing intermediate container 93d9f2e6fff1 [2021-04-06T08:32:55.323Z] ---> 81c413caa226 [2021-04-06T08:32:55.323Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T08:32:55.323Z] ---> Running in fc1163934916 [2021-04-06T08:32:55.922Z] Removing intermediate container ab525864ddfd [2021-04-06T08:32:55.922Z] ---> ed7bbbd8999b [2021-04-06T08:32:55.922Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T08:32:55.922Z] Removing intermediate container 2236624e9d6e [2021-04-06T08:32:55.922Z] ---> c273c3465a26 [2021-04-06T08:32:55.922Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T08:32:55.922Z] ---> Running in 2300a28b1e0f [2021-04-06T08:32:56.202Z] Removing intermediate container 1ed634b8ea0f [2021-04-06T08:32:56.202Z] ---> 9b869a0b8b32 [2021-04-06T08:32:56.202Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T08:32:56.202Z] Removing intermediate container 05de536d251f [2021-04-06T08:32:56.202Z] ---> 02dd39f8976f [2021-04-06T08:32:56.202Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T08:32:56.202Z] ---> Running in 1b096bee9dc8 [2021-04-06T08:32:56.202Z] ---> Running in c3450e361cbb [2021-04-06T08:32:56.478Z] ---> Running in c01b124ebc6c [2021-04-06T08:32:57.479Z] Removing intermediate container cefcd42ba60d [2021-04-06T08:32:57.479Z] ---> 10778d1b403c [2021-04-06T08:32:57.479Z] Step 8/21 : COPY . . [2021-04-06T08:32:57.479Z] Removing intermediate container 41be69ece9fd [2021-04-06T08:32:57.479Z] ---> 3ba84564a27e [2021-04-06T08:32:57.479Z] Step 8/24 : COPY . . [2021-04-06T08:32:57.479Z] Removing intermediate container 54ca53ee808b [2021-04-06T08:32:57.479Z] ---> 3b60406ec804 [2021-04-06T08:32:57.479Z] Step 8/23 : COPY . . [2021-04-06T08:32:57.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:58.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:58.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:58.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:58.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:58.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:58.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:58.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:59.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:59.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:32:59.184Z] OK: 217 MiB in 51 packages [2021-04-06T08:32:59.472Z] OK: 217 MiB in 51 packages [2021-04-06T08:33:00.087Z] OK: 217 MiB in 51 packages [2021-04-06T08:33:00.377Z] OK: 217 MiB in 51 packages [2021-04-06T08:33:00.655Z] OK: 217 MiB in 51 packages [2021-04-06T08:33:00.934Z] Removing intermediate container fc1163934916 [2021-04-06T08:33:00.934Z] ---> 63dbd0150294 [2021-04-06T08:33:00.934Z] Step 6/22 : COPY go.mod . [2021-04-06T08:33:01.212Z] Removing intermediate container 2300a28b1e0f [2021-04-06T08:33:01.212Z] ---> dbe463e6a2c8 [2021-04-06T08:33:01.212Z] Step 6/23 : COPY go.mod . [2021-04-06T08:33:01.817Z] Removing intermediate container c3450e361cbb [2021-04-06T08:33:01.817Z] ---> b84d1a20ffc4 [2021-04-06T08:33:01.817Z] Step 6/24 : COPY go.mod . [2021-04-06T08:33:02.109Z] ---> 7540d22155bc [2021-04-06T08:33:02.109Z] Step 7/22 : RUN go mod download [2021-04-06T08:33:02.109Z] ---> Running in d1bf2c659181 [2021-04-06T08:33:02.384Z] Removing intermediate container 1b096bee9dc8 [2021-04-06T08:33:02.384Z] ---> d55d54a0f6b6 [2021-04-06T08:33:02.384Z] Step 6/22 : COPY go.mod . [2021-04-06T08:33:02.384Z] ---> e5337e1f7fa7 [2021-04-06T08:33:02.384Z] Step 7/23 : RUN go mod download [2021-04-06T08:33:02.384Z] Removing intermediate container c01b124ebc6c [2021-04-06T08:33:02.384Z] ---> 862893b09c4b [2021-04-06T08:33:02.384Z] Step 6/26 : COPY go.mod . [2021-04-06T08:33:02.675Z] ---> Running in bbd95475b099 [2021-04-06T08:33:02.675Z] ---> 81a2322dc36c [2021-04-06T08:33:02.675Z] Step 7/24 : RUN go mod download [2021-04-06T08:33:02.951Z] ---> Running in 24dbeb8f5e18 [2021-04-06T08:33:03.562Z] ---> 7217d69f5b0c [2021-04-06T08:33:03.562Z] Step 7/22 : RUN go mod download [2021-04-06T08:33:03.836Z] ---> 9739a6eb9cf9 [2021-04-06T08:33:03.836Z] Step 7/26 : RUN go mod download [2021-04-06T08:33:03.836Z] ---> Running in 0b3ceca81384 [2021-04-06T08:33:04.113Z] ---> Running in d0327cfbabae [2021-04-06T08:33:04.688Z] Removing intermediate container ad8bed02ae48 [2021-04-06T08:33:04.688Z] ---> 6fc005fecb14 [2021-04-06T08:33:04.688Z] Step 8/23 : COPY . . [2021-04-06T08:33:06.773Z] Removing intermediate container d1bf2c659181 [2021-04-06T08:33:06.773Z] ---> cca3b8852a59 [2021-04-06T08:33:06.773Z] Step 8/22 : COPY . . [2021-04-06T08:33:07.385Z] Removing intermediate container bbd95475b099 [2021-04-06T08:33:07.385Z] ---> 2b62b4e84dd3 [2021-04-06T08:33:07.385Z] Step 8/23 : COPY . . [2021-04-06T08:33:07.991Z] Removing intermediate container 24dbeb8f5e18 [2021-04-06T08:33:07.991Z] ---> 16247fd2e1e9 [2021-04-06T08:33:07.991Z] Step 8/24 : COPY . . [2021-04-06T08:33:08.977Z] Removing intermediate container 0b3ceca81384 [2021-04-06T08:33:08.977Z] ---> ff2d6652690d [2021-04-06T08:33:08.977Z] Step 8/22 : COPY . . [2021-04-06T08:33:09.272Z] Removing intermediate container d0327cfbabae [2021-04-06T08:33:09.272Z] ---> 1474dfef702d [2021-04-06T08:33:09.272Z] Step 8/26 : COPY . . [2021-04-06T08:33:36.136Z] ---> 51cf73c0b4ab [2021-04-06T08:33:36.136Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T08:33:36.136Z] ---> 67c3a0bf8a4d [2021-04-06T08:33:36.136Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T08:33:36.136Z] ---> bb014cab4903 [2021-04-06T08:33:36.136Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T08:33:36.136Z] ---> Running in 3cfd35437f10 [2021-04-06T08:33:36.136Z] ---> 16db8600dda4 [2021-04-06T08:33:36.136Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T08:33:36.136Z] ---> 5724a41784c2 [2021-04-06T08:33:36.136Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-06T08:33:36.136Z] ---> Running in 20e154264b19 [2021-04-06T08:33:36.136Z] ---> Running in 7c7077f08ca7 [2021-04-06T08:33:36.136Z] ---> Running in a2e085136a8e [2021-04-06T08:33:36.136Z] ---> Running in fc8044fde5c8 [2021-04-06T08:33:36.136Z] 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-04-06T08:33:36.136Z] 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-04-06T08:33:36.136Z] 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-04-06T08:33:36.136Z] 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-04-06T08:33:36.136Z] 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-04-06T08:33:53.203Z] Removing intermediate container db689213a8de [2021-04-06T08:33:53.204Z] ---> 339220e9c1e8 [2021-04-06T08:33:53.204Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T08:33:54.488Z] ---> Running in add989bf7be7 [2021-04-06T08:34:35.374Z] Collecting docker-compose==1.23.2 [2021-04-06T08:34:35.374Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T08:34:35.374Z] 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-04-06T08:34:35.374Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T08:34:35.374Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T08:34:35.374Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T08:34:35.374Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T08:34:35.374Z] ---> 335b8706d16f [2021-04-06T08:34:35.374Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T08:34:35.755Z] ---> cc88dc07eaee [2021-04-06T08:34:35.755Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T08:34:35.755Z] ---> Running in 93c7a3a3eaa1 [2021-04-06T08:34:36.057Z] ---> 1df5b16c5633 [2021-04-06T08:34:36.058Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T08:34:36.058Z] ---> Running in a75852b61823 [2021-04-06T08:34:36.362Z] ---> 0e4e2bdefe7d [2021-04-06T08:34:36.362Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-06T08:34:37.342Z] ---> Running in a7d61e2a845f [2021-04-06T08:34:37.342Z] ---> Running in db0df6cf3ac5 [2021-04-06T08:34:38.031Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T08:34:38.031Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-06T08:34:38.686Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T08:34:38.686Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T08:34:38.686Z] 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-04-06T08:34:38.686Z] 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-04-06T08:34:38.686Z] 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-04-06T08:34:38.686Z] 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-04-06T08:34:39.890Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T08:34:39.890Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T08:34:40.542Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T08:34:40.542Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T08:34:42.026Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T08:34:42.026Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T08:34:42.332Z] Collecting PyYAML<4,>=3.10 [2021-04-06T08:34:42.332Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T08:34:44.965Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T08:34:44.965Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T08:34:44.965Z] Collecting idna<2.8,>=2.5 [2021-04-06T08:34:44.965Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T08:34:45.279Z] 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-04-06T08:34:45.628Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T08:34:45.628Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T08:34:45.628Z] 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-04-06T08:34:45.628Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T08:34:45.628Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T08:34:45.951Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T08:34:45.951Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T08:34:45.951Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T08:34:45.951Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T08:34:46.793Z] Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, texttable, docker-pycreds, websocket-client, docker, docopt, PyYAML, jsonschema, docker-compose [2021-04-06T08:34:47.167Z] Running setup.py install for dockerpty: started [2021-04-06T08:34:48.981Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T08:34:48.981Z] Attempting uninstall: idna [2021-04-06T08:34:48.981Z] Found existing installation: idna 2.9 [2021-04-06T08:34:48.981Z] Uninstalling idna-2.9: [2021-04-06T08:34:49.641Z] Successfully uninstalled idna-2.9 [2021-04-06T08:34:50.307Z] Attempting uninstall: urllib3 [2021-04-06T08:34:50.307Z] Found existing installation: urllib3 1.25.9 [2021-04-06T08:34:50.307Z] Uninstalling urllib3-1.25.9: [2021-04-06T08:34:51.048Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T08:34:52.410Z] Attempting uninstall: requests [2021-04-06T08:34:52.410Z] Found existing installation: requests 2.23.0 [2021-04-06T08:34:52.410Z] Uninstalling requests-2.23.0: [2021-04-06T08:34:53.212Z] Successfully uninstalled requests-2.23.0 [2021-04-06T08:34:53.562Z] Running setup.py install for texttable: started [2021-04-06T08:34:56.001Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T08:34:59.112Z] Running setup.py install for docopt: started [2021-04-06T08:35:00.175Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T08:35:00.175Z] Running setup.py install for PyYAML: started [2021-04-06T08:35:01.815Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T08:35:03.409Z] 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-04-06T08:35:12.572Z] Removing intermediate container add989bf7be7 [2021-04-06T08:35:12.572Z] ---> 5a8eba1dcdb6 [2021-04-06T08:35:12.572Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T08:35:13.016Z] 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-04-06T08:35:13.138Z] ---> Running in f065a5cb32f3 [2021-04-06T08:35:18.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:35:18.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:35:18.510Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T08:35:18.510Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T08:35:18.510Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T08:35:18.510Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:35:19.221Z] OK: 72 MiB in 58 packages [2021-04-06T08:35:21.671Z] Removing intermediate container f065a5cb32f3 [2021-04-06T08:35:21.671Z] ---> 9eb8b0861b27 [2021-04-06T08:35:21.671Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T08:35:21.983Z] ---> Running in a466657186b4 [2021-04-06T08:35:22.741Z] Removing intermediate container a466657186b4 [2021-04-06T08:35:22.741Z] ---> 9e348aa418d9 [2021-04-06T08:35:22.741Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:35:22.741Z] ---> Running in e34ef6ded0ec [2021-04-06T08:35:24.360Z] Removing intermediate container e34ef6ded0ec [2021-04-06T08:35:24.360Z] ---> 4dbf42c3c486 [2021-04-06T08:35:24.360Z] Step 24/26 : LABEL arch=x86_64 [2021-04-06T08:35:25.129Z] ---> Running in b9fffea395d7 [2021-04-06T08:35:26.248Z] Removing intermediate container b9fffea395d7 [2021-04-06T08:35:26.248Z] ---> a604871a2b36 [2021-04-06T08:35:26.248Z] Step 25/26 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:35:26.861Z] ---> Running in f4a0a6d012b6 [2021-04-06T08:35:28.138Z] Removing intermediate container f4a0a6d012b6 [2021-04-06T08:35:28.138Z] ---> 152610e091cb [2021-04-06T08:35:28.138Z] Step 26/26 : LABEL version=0.0.0 [2021-04-06T08:35:28.901Z] ---> Running in 60ac71cc024f [2021-04-06T08:35:30.220Z] Removing intermediate container 60ac71cc024f [2021-04-06T08:35:30.220Z] ---> 52693e872f06 [2021-04-06T08:35:30.220Z] [2021-04-06T08:35:31.392Z] Removing intermediate container 20e154264b19 [2021-04-06T08:35:31.392Z] ---> a706617bb00d [2021-04-06T08:35:31.392Z] [2021-04-06T08:35:31.392Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T08:35:31.392Z] 3.12: Pulling from library/alpine [2021-04-06T08:35:32.386Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T08:35:32.386Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T08:35:32.386Z] ---> d75e27dfc0a0 [2021-04-06T08:35:32.386Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T08:35:32.386Z] Removing intermediate container fc8044fde5c8 [2021-04-06T08:35:32.386Z] ---> 7a739bf1f09b [2021-04-06T08:35:32.386Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T08:35:32.659Z] ---> Running in ff856e30ce9d [2021-04-06T08:35:32.664Z] Successfully built 52693e872f06 [2021-04-06T08:35:32.664Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-06T08:35:32.940Z] ---> Running in c273a1fb4eba [2021-04-06T08:35:35.229Z] 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-04-06T08:35:35.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:35.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:36.569Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T08:35:36.569Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T08:35:36.569Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T08:35:36.569Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T08:35:36.569Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T08:35:36.569Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T08:35:36.569Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:35:36.867Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T08:35:37.161Z] OK: 7 MiB in 20 packages [2021-04-06T08:35:39.260Z]  Building docker-sys-mgmt-agent-go ... done 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-04-06T08:35:39.544Z] 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-04-06T08:35:41.555Z] Removing intermediate container ff856e30ce9d [2021-04-06T08:35:41.555Z] ---> f7e349ead1c2 [2021-04-06T08:35:41.555Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T08:35:41.555Z] Removing intermediate container 3cfd35437f10 [2021-04-06T08:35:41.555Z] ---> b2ba822b2c67 [2021-04-06T08:35:41.555Z] [2021-04-06T08:35:41.555Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T08:35:41.555Z] ---> d75e27dfc0a0 [2021-04-06T08:35:41.555Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T08:35:41.555Z] Removing intermediate container 7c7077f08ca7 [2021-04-06T08:35:41.555Z] ---> 11f689c67110 [2021-04-06T08:35:41.555Z] [2021-04-06T08:35:41.555Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T08:35:41.555Z] ---> d75e27dfc0a0 [2021-04-06T08:35:41.828Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T08:35:42.101Z] ---> Running in 6d8a51bfa058 [2021-04-06T08:35:42.373Z] ---> Running in 7290f3065295 [2021-04-06T08:35:42.373Z] ---> Running in 09daa95204e0 [2021-04-06T08:35:42.647Z] Removing intermediate container c273a1fb4eba [2021-04-06T08:35:42.647Z] ---> 8f31336d7d4b [2021-04-06T08:35:42.647Z] [2021-04-06T08:35:42.647Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T08:35:42.647Z] 20.10.0: Pulling from library/docker [2021-04-06T08:35:43.059Z] Removing intermediate container 6d8a51bfa058 [2021-04-06T08:35:43.059Z] ---> 4f63d0516fc0 [2021-04-06T08:35:43.059Z] Step 13/24 : WORKDIR / [2021-04-06T08:35:43.665Z] ---> Running in f04f82a0c1b8 [2021-04-06T08:35:45.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:45.110Z] Removing intermediate container a2e085136a8e [2021-04-06T08:35:45.110Z] ---> 27edea66b5cd [2021-04-06T08:35:45.110Z] [2021-04-06T08:35:45.110Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T08:35:45.110Z] ---> d75e27dfc0a0 [2021-04-06T08:35:45.110Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T08:35:45.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:45.386Z] Removing intermediate container f04f82a0c1b8 [2021-04-06T08:35:45.386Z] ---> ff89fb9fa9d3 [2021-04-06T08:35:45.386Z] 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-04-06T08:35:45.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:45.675Z] ---> Running in af630d954ed6 [2021-04-06T08:35:45.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:45.953Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T08:35:45.953Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T08:35:45.953Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:35:45.953Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T08:35:46.571Z] OK: 6 MiB in 16 packages [2021-04-06T08:35:46.571Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T08:35:46.571Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:35:46.571Z] OK: 5 MiB in 15 packages [2021-04-06T08:35:48.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:48.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:35:48.293Z] ---> 3bbc74da824e [2021-04-06T08:35:48.293Z] 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-04-06T08:35:48.568Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T08:35:48.568Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:35:48.568Z] OK: 5 MiB in 15 packages [2021-04-06T08:35:49.556Z] Removing intermediate container 09daa95204e0 [2021-04-06T08:35:49.556Z] ---> b52a166ab39a [2021-04-06T08:35:49.556Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:35:49.831Z] ---> Running in 9272216bd673 [2021-04-06T08:35:49.831Z] Removing intermediate container 7290f3065295 [2021-04-06T08:35:49.831Z] ---> 4393ab2c7649 [2021-04-06T08:35:49.831Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:35:50.112Z] ---> 0af422ba3166 [2021-04-06T08:35:50.112Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T08:35:50.392Z] ---> Running in 80180b24e506 [2021-04-06T08:35:50.987Z] Removing intermediate container 9272216bd673 [2021-04-06T08:35:50.987Z] ---> f385a0b314e4 [2021-04-06T08:35:50.987Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T08:35:50.987Z] Removing intermediate container af630d954ed6 [2021-04-06T08:35:50.987Z] ---> 8768d3f2423c [2021-04-06T08:35:50.987Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:35:51.963Z] ---> Running in daa67f56fc6d [2021-04-06T08:35:51.963Z] ---> Running in 879d165f2f31 [2021-04-06T08:35:51.963Z] Removing intermediate container 80180b24e506 [2021-04-06T08:35:51.963Z] ---> 7ccc310d6012 [2021-04-06T08:35:51.963Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T08:35:52.237Z] ---> eec849bc3dd2 [2021-04-06T08:35:52.237Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T08:35:52.832Z] ---> Running in 9bb3e473f863 [2021-04-06T08:35:52.832Z] Removing intermediate container 879d165f2f31 [2021-04-06T08:35:52.832Z] ---> 34a3e42175d7 [2021-04-06T08:35:52.832Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T08:35:53.107Z] Removing intermediate container daa67f56fc6d [2021-04-06T08:35:53.107Z] ---> 5b353c34e0eb [2021-04-06T08:35:53.107Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T08:35:53.379Z] ---> Running in 0627031915dc [2021-04-06T08:35:54.254Z] ---> Running in 0cd679c59d31 [2021-04-06T08:35:54.532Z] Removing intermediate container 9bb3e473f863 [2021-04-06T08:35:54.532Z] ---> eaf0786fcdd7 [2021-04-06T08:35:54.532Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T08:35:54.806Z] ---> 6290f817a5af [2021-04-06T08:35:54.806Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T08:35:55.402Z] Removing intermediate container 0627031915dc [2021-04-06T08:35:55.402Z] ---> a94a9f10daf9 [2021-04-06T08:35:55.402Z] Step 15/23 : WORKDIR / [2021-04-06T08:35:55.402Z] Removing intermediate container 0cd679c59d31 [2021-04-06T08:35:55.402Z] ---> f808925026d6 [2021-04-06T08:35:55.402Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T08:35:55.677Z] ---> Running in 031ff52e320a [2021-04-06T08:35:55.953Z] ---> Running in 3a1072b9d5b0 [2021-04-06T08:35:55.953Z] ---> Running in 0995f2b5d1e1 [2021-04-06T08:35:56.232Z] ---> 4c215655c2b5 [2021-04-06T08:35:56.233Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T08:35:56.514Z] Removing intermediate container 031ff52e320a [2021-04-06T08:35:56.514Z] ---> 27491db5fac4 [2021-04-06T08:35:56.514Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:35:56.810Z] Removing intermediate container 0995f2b5d1e1 [2021-04-06T08:35:56.810Z] ---> 9a8561e42b4b [2021-04-06T08:35:56.810Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:35:56.810Z] Removing intermediate container 3a1072b9d5b0 [2021-04-06T08:35:56.810Z] ---> 6735f75c7793 [2021-04-06T08:35:56.810Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:35:57.799Z] ---> 93f249d2eb11 [2021-04-06T08:35:57.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T08:35:57.799Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T08:35:57.799Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T08:35:57.799Z] ---> eeaf43b92773 [2021-04-06T08:35:57.799Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T08:35:57.799Z] ---> 5a300a04c8ec [2021-04-06T08:35:57.799Z] 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-04-06T08:35:58.075Z] ---> Running in d454bf301d99 [2021-04-06T08:35:58.075Z] ---> Running in e971ac406d16 [2021-04-06T08:35:58.075Z] ---> 6c12b99d78b1 [2021-04-06T08:35:58.075Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-06T08:35:58.075Z] ---> 41f51addf585 [2021-04-06T08:35:58.075Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T08:36:00.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:36:00.709Z] ---> e99ee5a80056 [2021-04-06T08:36:00.709Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T08:36:00.709Z] ---> 5e7036cd01bb [2021-04-06T08:36:00.709Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-06T08:36:00.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:36:00.709Z] ---> 3f1557a05900 [2021-04-06T08:36:00.709Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T08:36:01.322Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T08:36:01.322Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T08:36:01.322Z] Executing bash-5.0.17-r0.post-install [2021-04-06T08:36:01.322Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:36:01.322Z] OK: 12 MiB in 22 packages [2021-04-06T08:36:01.603Z] ---> 0ef0bb7ac334 [2021-04-06T08:36:01.603Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T08:36:01.876Z] ---> 7c91046af9f8 [2021-04-06T08:36:01.876Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T08:36:01.876Z] ---> Running in dd609089e5a3 [2021-04-06T08:36:02.153Z] ---> c23705f1e64d [2021-04-06T08:36:02.153Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T08:36:02.153Z] ---> Running in 55ac166d7423 [2021-04-06T08:36:02.153Z] Removing intermediate container e971ac406d16 [2021-04-06T08:36:02.153Z] ---> 297706d39afb [2021-04-06T08:36:02.153Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T08:36:02.210Z] Removing intermediate container 93c7a3a3eaa1 [2021-04-06T08:36:02.210Z] ---> febfa1800d7d [2021-04-06T08:36:02.210Z] [2021-04-06T08:36:02.210Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T08:36:02.210Z] ---> 7230e588e954 [2021-04-06T08:36:02.210Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T08:36:02.210Z] Removing intermediate container a7d61e2a845f [2021-04-06T08:36:02.210Z] ---> 9e69a52f08dc [2021-04-06T08:36:02.210Z] [2021-04-06T08:36:02.210Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T08:36:02.210Z] ---> 7230e588e954 [2021-04-06T08:36:02.210Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T08:36:02.210Z] Removing intermediate container a75852b61823 [2021-04-06T08:36:02.210Z] ---> 596d3dc5d202 [2021-04-06T08:36:02.210Z] [2021-04-06T08:36:02.210Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T08:36:02.210Z] ---> 7230e588e954 [2021-04-06T08:36:02.210Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T08:36:02.210Z] ---> Using cache [2021-04-06T08:36:02.210Z] ---> 70f29a33f9a6 [2021-04-06T08:36:02.210Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:36:02.210Z] ---> Using cache [2021-04-06T08:36:02.210Z] ---> 01c612ff92bb [2021-04-06T08:36:02.210Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T08:36:02.210Z] Removing intermediate container db0df6cf3ac5 [2021-04-06T08:36:02.210Z] ---> 04c368bb9e66 [2021-04-06T08:36:02.210Z] [2021-04-06T08:36:02.210Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T08:36:02.210Z] ---> 7230e588e954 [2021-04-06T08:36:02.210Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T08:36:02.210Z] ---> Running in 214a3f8c818f [2021-04-06T08:36:02.210Z] ---> Running in 5829835599ff [2021-04-06T08:36:02.429Z] ---> Running in e47b638b784c [2021-04-06T08:36:02.429Z] ---> Running in e51be742d0f9 [2021-04-06T08:36:02.554Z] ---> Running in 96150a044455 [2021-04-06T08:36:02.554Z] ---> Running in 7b104b91c8c6 [2021-04-06T08:36:02.701Z] Removing intermediate container dd609089e5a3 [2021-04-06T08:36:02.701Z] ---> df0ee95b1e07 [2021-04-06T08:36:02.701Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:36:02.973Z] ---> Running in 7da870843c3e [2021-04-06T08:36:02.973Z] Removing intermediate container 55ac166d7423 [2021-04-06T08:36:02.973Z] ---> 2f86344c4d6f [2021-04-06T08:36:02.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:36:03.246Z] Removing intermediate container e47b638b784c [2021-04-06T08:36:03.246Z] ---> 0adfe7be2423 [2021-04-06T08:36:03.246Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:36:03.246Z] ---> Running in 98eeab5f25a2 [2021-04-06T08:36:03.246Z] Removing intermediate container e51be742d0f9 [2021-04-06T08:36:03.246Z] ---> 0dce7b5bed0d [2021-04-06T08:36:03.246Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T08:36:03.265Z] Removing intermediate container 7b104b91c8c6 [2021-04-06T08:36:03.265Z] ---> 8e3939c29f3a [2021-04-06T08:36:03.265Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T08:36:03.265Z] Removing intermediate container 96150a044455 [2021-04-06T08:36:03.265Z] ---> e8afa156b2ae [2021-04-06T08:36:03.265Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-06T08:36:03.265Z] ---> Running in 9f4cb8e29570 [2021-04-06T08:36:03.524Z] Removing intermediate container d454bf301d99 [2021-04-06T08:36:03.524Z] ---> 219ca6d34308 [2021-04-06T08:36:03.524Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T08:36:03.524Z] ---> Running in cdb6dec53601 [2021-04-06T08:36:03.524Z] ---> Running in 194a3eaae681 [2021-04-06T08:36:03.524Z] Removing intermediate container 7da870843c3e [2021-04-06T08:36:03.524Z] ---> 59bce3c3fd15 [2021-04-06T08:36:03.524Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T08:36:03.578Z] ---> Running in e7efabdc3a87 [2021-04-06T08:36:03.801Z] ---> Running in bb1f5726e896 [2021-04-06T08:36:03.801Z] ---> Running in 7fe28058c5b0 [2021-04-06T08:36:04.074Z] Removing intermediate container 98eeab5f25a2 [2021-04-06T08:36:04.074Z] ---> 0ee100de4a25 [2021-04-06T08:36:04.074Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T08:36:04.074Z] Removing intermediate container cdb6dec53601 [2021-04-06T08:36:04.074Z] ---> 7610177df7b3 [2021-04-06T08:36:04.074Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T08:36:04.299Z] Removing intermediate container 9f4cb8e29570 [2021-04-06T08:36:04.299Z] ---> 1aaaf75ef13b [2021-04-06T08:36:04.299Z] Step 15/23 : WORKDIR / [2021-04-06T08:36:04.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:36:04.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:36:04.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:36:04.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:36:04.299Z] ---> Running in 64c1ba310c5e [2021-04-06T08:36:04.299Z] Removing intermediate container e7efabdc3a87 [2021-04-06T08:36:04.299Z] ---> 651ad7c3f710 [2021-04-06T08:36:04.299Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T08:36:04.348Z] ---> Running in fc57c76854f9 [2021-04-06T08:36:04.348Z] Removing intermediate container 194a3eaae681 [2021-04-06T08:36:04.348Z] ---> c189ef183ef5 [2021-04-06T08:36:04.348Z] Step 23/24 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:04.348Z] ---> Running in 54388463d00c [2021-04-06T08:36:04.628Z] Removing intermediate container bb1f5726e896 [2021-04-06T08:36:04.628Z] ---> ea36f83c4b81 [2021-04-06T08:36:04.628Z] Step 14/26 : ENV APP_PORT=48090Removing intermediate container 7fe28058c5b0 [2021-04-06T08:36:04.628Z] ---> 734d59220e92 [2021-04-06T08:36:04.628Z] Step 21/22 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:04.628Z] [2021-04-06T08:36:04.628Z] ---> Running in 1df146794c79 [2021-04-06T08:36:04.732Z] ---> Running in b8fcef9f436a [2021-04-06T08:36:04.732Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T08:36:04.732Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T08:36:04.732Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T08:36:04.905Z] ---> Running in 64461e42eee5 [2021-04-06T08:36:04.905Z] ---> Running in 6f62755f327b [2021-04-06T08:36:04.905Z] Removing intermediate container fc57c76854f9 [2021-04-06T08:36:04.905Z] ---> 5194aa8fedd3 [2021-04-06T08:36:04.905Z] Step 21/22 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:05.106Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T08:36:05.106Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T08:36:05.106Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T08:36:05.106Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:36:05.106Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T08:36:05.106Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T08:36:05.106Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T08:36:05.106Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T08:36:05.106Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T08:36:05.106Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:36:05.106Z] OK: 7 MiB in 20 packages [2021-04-06T08:36:05.106Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T08:36:05.106Z] Removing intermediate container 64c1ba310c5e [2021-04-06T08:36:05.106Z] ---> e5a83e18c11b [2021-04-06T08:36:05.106Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:36:05.182Z] Removing intermediate container 54388463d00c [2021-04-06T08:36:05.182Z] ---> 980f9efec201 [2021-04-06T08:36:05.182Z] Step 22/23 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:05.182Z] ---> Running in fc44a14f32d9 [2021-04-06T08:36:05.458Z] ---> Running in e1b7a1626bb9 [2021-04-06T08:36:05.458Z] Removing intermediate container 1df146794c79 [2021-04-06T08:36:05.458Z] ---> c0b38d27d020 [2021-04-06T08:36:05.458Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T08:36:05.593Z] OK: 7 MiB in 18 packages [2021-04-06T08:36:05.737Z] Removing intermediate container 6f62755f327b [2021-04-06T08:36:05.737Z] ---> f51fb076a3bc [2021-04-06T08:36:05.737Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T08:36:05.737Z] Removing intermediate container 64461e42eee5 [2021-04-06T08:36:05.737Z] ---> 8564dcf63879 [2021-04-06T08:36:05.737Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T08:36:05.737Z] ---> Running in e2584d8eeaf3 [2021-04-06T08:36:05.737Z] ---> Running in 5581fa714bdc [2021-04-06T08:36:05.932Z] Removing intermediate container b8fcef9f436a [2021-04-06T08:36:05.932Z] ---> 4e58f6d3b790 [2021-04-06T08:36:05.932Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:36:06.018Z] ---> Running in 7553ea67a9e1 [2021-04-06T08:36:06.018Z] Removing intermediate container fc44a14f32d9 [2021-04-06T08:36:06.018Z] ---> 99dbb40e8aa7 [2021-04-06T08:36:06.018Z] Step 22/22 : LABEL version=0.0.0 [2021-04-06T08:36:06.018Z] Removing intermediate container e1b7a1626bb9 [2021-04-06T08:36:06.018Z] ---> 1123bc0d55a2 [2021-04-06T08:36:06.018Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T08:36:06.203Z] ---> Running in fbd64a6eeb29 [2021-04-06T08:36:06.294Z] ---> Running in 978656d72e0c [2021-04-06T08:36:06.294Z] ---> Running in 5021e5354714 [2021-04-06T08:36:06.479Z] ---> 4dc394c06e6e [2021-04-06T08:36:06.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T08:36:06.568Z] Removing intermediate container e2584d8eeaf3 [2021-04-06T08:36:06.569Z] ---> 8efb7739060c [2021-04-06T08:36:06.569Z] [2021-04-06T08:36:06.845Z] Removing intermediate container 7553ea67a9e1 [2021-04-06T08:36:06.845Z] ---> b6207edb7477 [2021-04-06T08:36:06.845Z] Removing intermediate container 5581fa714bdc [2021-04-06T08:36:06.845Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / ---> 8f8a94da2848 [2021-04-06T08:36:06.845Z] [2021-04-06T08:36:06.845Z] [2021-04-06T08:36:06.845Z] Removing intermediate container 978656d72e0c [2021-04-06T08:36:06.845Z] ---> 00a4ff05107d [2021-04-06T08:36:06.845Z] [2021-04-06T08:36:07.120Z] Successfully built 8efb7739060c [2021-04-06T08:36:07.121Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-06T08:36:07.121Z] Building docker-security-bootstrapper-go [2021-04-06T08:36:07.121Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5021e5354714 [2021-04-06T08:36:07.121Z] ---> 856ef259963b [2021-04-06T08:36:07.121Z] [2021-04-06T08:36:07.396Z] Successfully built 8f8a94da2848 [2021-04-06T08:36:07.396Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-06T08:36:07.673Z] Building docker-security-proxy-setup-go [2021-04-06T08:36:07.673Z]  Building docker-support-notifications-go ... done Successfully built 00a4ff05107d [2021-04-06T08:36:07.673Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-06T08:36:07.673Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-06T08:36:07.946Z] Successfully built 856ef259963b [2021-04-06T08:36:07.946Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-06T08:36:07.946Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-06T08:36:08.236Z] Removing intermediate container 214a3f8c818f [2021-04-06T08:36:08.237Z] ---> 61ee3c040112 [2021-04-06T08:36:08.237Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T08:36:08.237Z] ---> Running in 97b01c013ae9 [2021-04-06T08:36:08.237Z] Removing intermediate container 5829835599ff [2021-04-06T08:36:08.237Z] ---> f6ce66212375 [2021-04-06T08:36:08.237Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T08:36:08.237Z] ---> e3529aed6c22 [2021-04-06T08:36:08.237Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T08:36:08.514Z] ---> Running in 7da55e86b119 [2021-04-06T08:36:08.550Z] ---> ed552aaea1e6 [2021-04-06T08:36:08.550Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T08:36:08.826Z] Removing intermediate container 97b01c013ae9 [2021-04-06T08:36:08.826Z] ---> 421817372a00 [2021-04-06T08:36:08.826Z] Step 13/21 : WORKDIR /edgex [2021-04-06T08:36:09.145Z] ---> Running in c2ac3fa036e9 [2021-04-06T08:36:09.147Z] ---> cbed8110b681 [2021-04-06T08:36:09.147Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T08:36:09.456Z] Removing intermediate container 7da55e86b119 [2021-04-06T08:36:09.456Z] ---> c55cf78e3ce4 [2021-04-06T08:36:09.456Z] Step 13/24 : WORKDIR / [2021-04-06T08:36:09.744Z] ---> c8ccc4ad053f [2021-04-06T08:36:09.744Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T08:36:09.744Z] ---> Running in 75d00b97b68d [2021-04-06T08:36:09.744Z] Removing intermediate container fbd64a6eeb29 [2021-04-06T08:36:09.744Z] ---> fb2104e916fd [2021-04-06T08:36:09.744Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T08:36:10.035Z] Removing intermediate container c2ac3fa036e9 [2021-04-06T08:36:10.035Z] ---> 8a9c18722653 [2021-04-06T08:36:10.035Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T08:36:10.035Z] ---> Running in 640a0d82a679 [2021-04-06T08:36:10.139Z] ---> 5fda322f4c41 [2021-04-06T08:36:10.139Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-06T08:36:10.139Z] ---> Running in 6f7631ac492e [2021-04-06T08:36:10.491Z] ---> Running in 61d62e87e103 [2021-04-06T08:36:10.491Z] Removing intermediate container 75d00b97b68d [2021-04-06T08:36:10.491Z] ---> 32cd36566ae5 [2021-04-06T08:36:10.491Z] 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-04-06T08:36:10.779Z] Removing intermediate container 640a0d82a679 [2021-04-06T08:36:10.779Z] ---> 56c1048977e1 [2021-04-06T08:36:10.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:36:10.779Z] ---> 6691d325f355 [2021-04-06T08:36:10.779Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T08:36:11.057Z] ---> Running in b4e9dea54e7e [2021-04-06T08:36:11.418Z] ---> db5ad031ee18 [2021-04-06T08:36:11.418Z] 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-04-06T08:36:11.418Z] Removing intermediate container b4e9dea54e7e [2021-04-06T08:36:11.418Z] ---> 2517f29dbd80 [2021-04-06T08:36:11.418Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T08:36:11.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T08:36:11.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:36:11.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:36:11.731Z] ---> Running in 77b82af21bfa [2021-04-06T08:36:12.100Z] ---> d2ae6cdbe772 [2021-04-06T08:36:12.100Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T08:36:12.100Z] ---> 4af68e8646fc [2021-04-06T08:36:12.100Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T08:36:12.100Z] Removing intermediate container 77b82af21bfa [2021-04-06T08:36:12.100Z] ---> ca03649189ea [2021-04-06T08:36:12.100Z] Step 22/23 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:12.174Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T08:36:12.174Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T08:36:12.174Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T08:36:12.174Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T08:36:12.174Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T08:36:12.174Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T08:36:12.174Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-06T08:36:12.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T08:36:12.710Z] ---> Running in c29c6af60390 [2021-04-06T08:36:13.417Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T08:36:13.417Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T08:36:13.764Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T08:36:13.764Z] ---> 576d29b01fb7 [2021-04-06T08:36:13.764Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T08:36:13.764Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T08:36:13.764Z] Removing intermediate container c29c6af60390 [2021-04-06T08:36:13.764Z] ---> deea3d8bb5cf [2021-04-06T08:36:13.764Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T08:36:14.060Z] ---> 71f08da461cc [2021-04-06T08:36:14.060Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T08:36:14.060Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T08:36:14.060Z] ---> Running in 001e0ff4cd63 [2021-04-06T08:36:14.178Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T08:36:14.179Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T08:36:14.179Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T08:36:14.179Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T08:36:14.179Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T08:36:14.179Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-06T08:36:14.179Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T08:36:14.179Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T08:36:14.179Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T08:36:14.179Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T08:36:14.453Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T08:36:14.454Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T08:36:14.454Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T08:36:14.454Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T08:36:14.454Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T08:36:14.454Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T08:36:14.454Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T08:36:14.454Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T08:36:14.454Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T08:36:14.454Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T08:36:14.454Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T08:36:14.454Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T08:36:14.454Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T08:36:14.454Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T08:36:14.454Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T08:36:14.454Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-06T08:36:14.557Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T08:36:14.557Z] ---> Running in 4bbd133997da [2021-04-06T08:36:14.557Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:36:14.557Z] OK: 8 MiB in 20 packages [2021-04-06T08:36:14.725Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:36:14.725Z] OK: 71 MiB in 55 packages [2021-04-06T08:36:15.221Z] Removing intermediate container 001e0ff4cd63 [2021-04-06T08:36:15.221Z] ---> 8edf50f6504b [2021-04-06T08:36:15.221Z] [2021-04-06T08:36:15.221Z] Removing intermediate container 4bbd133997da [2021-04-06T08:36:15.221Z] ---> bfd96d80e2d4 [2021-04-06T08:36:15.221Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T08:36:15.524Z] ---> 4ff3e719308b [2021-04-06T08:36:15.524Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T08:36:15.821Z] ---> Running in 885b6c430565 [2021-04-06T08:36:16.122Z] Successfully built 8edf50f6504b [2021-04-06T08:36:16.122Z] Successfully tagged docker-core-metadata-go:latest [2021-04-06T08:36:16.846Z]  Building docker-core-metadata-go ... done Removing intermediate container 885b6c430565 [2021-04-06T08:36:16.846Z] ---> b26dda6af4bf [2021-04-06T08:36:16.846Z] Step 19/21 : LABEL arch=x86_64 [2021-04-06T08:36:16.846Z] Removing intermediate container 61d62e87e103 [2021-04-06T08:36:16.846Z] ---> 3c080969023d [2021-04-06T08:36:16.846Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:36:16.846Z] ---> Running in 74de79181869 [2021-04-06T08:36:17.173Z] ---> 19da73b34a58 [2021-04-06T08:36:17.173Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T08:36:17.447Z] Removing intermediate container 74de79181869 [2021-04-06T08:36:17.447Z] ---> 65ae571f73b9 [2021-04-06T08:36:17.447Z] Step 20/21 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:17.794Z] ---> Running in cb10985d8c01 [2021-04-06T08:36:17.794Z] ---> c8bd5acae619 [2021-04-06T08:36:17.794Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T08:36:17.794Z] ---> 94cb158aa393 [2021-04-06T08:36:17.794Z] 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-04-06T08:36:17.794Z] ---> Running in fbdde7b43c18 [2021-04-06T08:36:18.072Z] Removing intermediate container cb10985d8c01 [2021-04-06T08:36:18.072Z] ---> 037ab629fdf8 [2021-04-06T08:36:18.072Z] Step 21/21 : LABEL version=0.0.0 [2021-04-06T08:36:18.400Z] ---> Running in d5a02cc0e2fd [2021-04-06T08:36:18.782Z] ---> b8f9dbb3ef7c [2021-04-06T08:36:18.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-06T08:36:19.457Z] Removing intermediate container d5a02cc0e2fd [2021-04-06T08:36:19.457Z] ---> 8ba6ea8fc587 [2021-04-06T08:36:19.457Z] [2021-04-06T08:36:19.763Z] ---> f32427157e75 [2021-04-06T08:36:19.764Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T08:36:20.081Z] ---> Running in 43c27c0bb906 [2021-04-06T08:36:20.443Z] Successfully built 8ba6ea8fc587 [2021-04-06T08:36:20.443Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-06T08:36:20.443Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container fbdde7b43c18 [2021-04-06T08:36:20.443Z] ---> c12cc6914127 [2021-04-06T08:36:20.443Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T08:36:20.443Z] Removing intermediate container 43c27c0bb906 [2021-04-06T08:36:20.443Z] ---> c7783766ea7b [2021-04-06T08:36:20.443Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:36:20.765Z] ---> Running in d9b52977003f [2021-04-06T08:36:20.765Z] ---> Running in 57d9a9c63a8a [2021-04-06T08:36:21.391Z] Removing intermediate container d9b52977003f [2021-04-06T08:36:21.391Z] ---> f77e060a6bc5 [2021-04-06T08:36:21.391Z] Step 22/24 : LABEL arch=x86_64 [2021-04-06T08:36:21.391Z] Removing intermediate container 57d9a9c63a8a [2021-04-06T08:36:21.391Z] ---> 2c0594ffab21 [2021-04-06T08:36:21.391Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T08:36:21.391Z] ---> Running in b9e571a9ecaf [2021-04-06T08:36:21.391Z] ---> Running in ab84a2bca124 [2021-04-06T08:36:21.676Z] Removing intermediate container b9e571a9ecaf [2021-04-06T08:36:21.676Z] ---> 2d6cf62d5d34 [2021-04-06T08:36:21.676Z] Step 23/24 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:21.676Z] Removing intermediate container ab84a2bca124 [2021-04-06T08:36:21.676Z] ---> 34eec007a2d4 [2021-04-06T08:36:21.676Z] Step 22/23 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:36:22.003Z] ---> Running in d02aebed3d98 [2021-04-06T08:36:22.003Z] ---> Running in 71e27cb09388 [2021-04-06T08:36:22.611Z] Removing intermediate container 71e27cb09388 [2021-04-06T08:36:22.611Z] ---> 48050040de0b [2021-04-06T08:36:22.611Z] Step 24/24 : LABEL version=0.0.0 [2021-04-06T08:36:22.611Z] Removing intermediate container d02aebed3d98 [2021-04-06T08:36:22.611Z] ---> 0e47bfebfaa7 [2021-04-06T08:36:22.611Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T08:36:22.611Z] ---> Running in fec9f591d309 [2021-04-06T08:36:22.611Z] ---> Running in b37dfc86262f [2021-04-06T08:36:22.965Z] Removing intermediate container b37dfc86262f [2021-04-06T08:36:22.965Z] ---> 7b3ca0846561 [2021-04-06T08:36:22.965Z] [2021-04-06T08:36:22.965Z] Removing intermediate container fec9f591d309 [2021-04-06T08:36:22.965Z] ---> e8e509184399 [2021-04-06T08:36:22.965Z] [2021-04-06T08:36:23.722Z] Successfully built 7b3ca0846561 [2021-04-06T08:36:23.722Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-06T08:36:24.013Z]  Building docker-security-secretstore-setup-go ... done Successfully built e8e509184399 [2021-04-06T08:36:24.013Z] Successfully tagged docker-core-data-go:latest [2021-04-06T08:36:24.977Z] Removing intermediate container 6f7631ac492e [2021-04-06T08:36:25.130Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-06T08:36:25.198Z] $ docker stop --time=1 0405b42b331ff8c2a2341c70f4fe80a2bb15d9479e7f208b110fb8401d26a3c4 [2021-04-06T08:36:25.278Z] ---> b2854be302f9 [2021-04-06T08:36:25.278Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T08:36:26.283Z] ---> Running in 66c62014ad67 [2021-04-06T08:36:29.212Z] $ docker rm -f 0405b42b331ff8c2a2341c70f4fe80a2bb15d9479e7f208b110fb8401d26a3c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T08:36:30.581Z] + docker images [2021-04-06T08:36:30.581Z] + grep docker [2021-04-06T08:36:31.694Z] Collecting docker-compose==1.23.2 [2021-04-06T08:36:31.694Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T08:36:32.577Z] docker-security-secretstore-setup-go latest 7b3ca0846561 10 seconds ago 25.7MB [2021-04-06T08:36:32.577Z] docker-core-data-go latest e8e509184399 10 seconds ago 22.7MB [2021-04-06T08:36:32.577Z] docker-security-proxy-setup-go latest 8ba6ea8fc587 14 seconds ago 25.4MB [2021-04-06T08:36:32.577Z] docker-core-metadata-go latest 8edf50f6504b 18 seconds ago 19MB [2021-04-06T08:36:32.577Z] docker-sys-mgmt-agent-go latest 52693e872f06 About a minute ago 314MB [2021-04-06T08:36:32.577Z] docker-security-bootstrapper-go latest 3098bb519b2a 4 minutes ago 19MB [2021-04-06T08:36:32.577Z] docker-core-command-go latest f9351f0ce790 4 minutes ago 17.3MB [2021-04-06T08:36:32.577Z] docker-support-scheduler-go latest c99ab8f1967e 5 minutes ago 17.4MB [2021-04-06T08:36:32.577Z] docker-support-notifications-go latest 8c34c208b461 5 minutes ago 17.9MB [2021-04-06T08:36:32.577Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-04-06T08:36:33.669Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T08:36:33.669Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] node [2021-04-06T08:36:33.944Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T08:36:33.944Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T08:36:36.571Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T08:36:36.571Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T08:36:37.553Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T08:36:37.553Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T08:36:38.150Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T08:36:38.150Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T08:36:40.779Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T08:36:40.779Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T08:36:41.054Z] 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-04-06T08:36:42.035Z] Collecting PyYAML<4,>=3.10 [2021-04-06T08:36:42.035Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T08:36:46.366Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T08:36:46.366Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T08:36:48.901Z] Still waiting to schedule task [2021-04-06T08:36:48.901Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-06T08:36:48.993Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T08:36:48.993Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T08:36:48.993Z] Collecting idna<2.8,>=2.5 [2021-04-06T08:36:48.993Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T08:36:49.267Z] 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-04-06T08:36:49.267Z] 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-04-06T08:36:49.871Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T08:36:49.871Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T08:36:50.473Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T08:36:50.473Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T08:36:50.747Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T08:36:50.747Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T08:36:50.747Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T08:36:50.747Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T08:36:51.741Z] Installing collected packages: idna, urllib3, requests, docopt, cached-property, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, PyYAML, texttable, docker-compose [2021-04-06T08:36:51.741Z] Attempting uninstall: idna [2021-04-06T08:36:51.741Z] Found existing installation: idna 2.9 [2021-04-06T08:36:51.741Z] Uninstalling idna-2.9: [2021-04-06T08:36:51.741Z] Successfully uninstalled idna-2.9 [2021-04-06T08:36:52.740Z] Attempting uninstall: urllib3 [2021-04-06T08:36:52.740Z] Found existing installation: urllib3 1.25.9 [2021-04-06T08:36:52.740Z] Uninstalling urllib3-1.25.9: [2021-04-06T08:36:52.740Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T08:36:53.343Z] Attempting uninstall: requests [2021-04-06T08:36:53.343Z] Found existing installation: requests 2.23.0 [2021-04-06T08:36:53.343Z] Uninstalling requests-2.23.0: [2021-04-06T08:36:53.620Z] Successfully uninstalled requests-2.23.0 [2021-04-06T08:36:53.894Z] Running setup.py install for docopt: started [2021-04-06T08:36:56.522Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T08:36:58.506Z] Running setup.py install for dockerpty: started [2021-04-06T08:36:59.954Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:36:59.954Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:36:59.954Z] ---> 060fbe6a1681 [2021-04-06T08:36:59.954Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T08:36:59.954Z] ---> Using cache [2021-04-06T08:36:59.954Z] ---> a061580d0e5f [2021-04-06T08:36:59.954Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:36:59.954Z] ---> Using cache [2021-04-06T08:36:59.954Z] ---> 9b869a0b8b32 [2021-04-06T08:36:59.954Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T08:36:59.954Z] ---> Using cache [2021-04-06T08:36:59.954Z] ---> b84d1a20ffc4 [2021-04-06T08:36:59.954Z] Step 6/21 : COPY go.mod . [2021-04-06T08:36:59.954Z] ---> Using cache [2021-04-06T08:36:59.954Z] ---> 81a2322dc36c [2021-04-06T08:36:59.954Z] Step 7/21 : RUN go mod download [2021-04-06T08:36:59.954Z] ---> Using cache [2021-04-06T08:36:59.954Z] ---> 16247fd2e1e9 [2021-04-06T08:36:59.954Z] Step 8/21 : COPY . . [2021-04-06T08:36:59.954Z] ---> Using cache [2021-04-06T08:36:59.954Z] ---> 67c3a0bf8a4d [2021-04-06T08:36:59.954Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T08:37:00.563Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:37:00.563Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:37:00.563Z] ---> 060fbe6a1681 [2021-04-06T08:37:00.563Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> a061580d0e5f [2021-04-06T08:37:00.563Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> 9b869a0b8b32 [2021-04-06T08:37:00.563Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T08:37:00.563Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T08:37:00.563Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:37:00.563Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:37:00.563Z] ---> 060fbe6a1681 [2021-04-06T08:37:00.563Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> a061580d0e5f [2021-04-06T08:37:00.563Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> 9b869a0b8b32 [2021-04-06T08:37:00.563Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> b84d1a20ffc4 [2021-04-06T08:37:00.563Z] Step 6/23 : COPY go.mod . [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> 81a2322dc36c [2021-04-06T08:37:00.563Z] Step 7/23 : RUN go mod download [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> 16247fd2e1e9 [2021-04-06T08:37:00.563Z] Step 8/23 : COPY . . [2021-04-06T08:37:00.563Z] ---> Using cache [2021-04-06T08:37:00.563Z] ---> 67c3a0bf8a4d [2021-04-06T08:37:00.563Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T08:37:01.170Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T08:37:01.170Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T08:37:01.170Z] ---> 060fbe6a1681 [2021-04-06T08:37:01.170Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T08:37:01.170Z] ---> Using cache [2021-04-06T08:37:01.170Z] ---> a061580d0e5f [2021-04-06T08:37:01.170Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:37:01.170Z] ---> Using cache [2021-04-06T08:37:01.170Z] ---> 9b869a0b8b32 [2021-04-06T08:37:01.170Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T08:37:01.170Z] ---> Using cache [2021-04-06T08:37:01.170Z] ---> b84d1a20ffc4 [2021-04-06T08:37:01.170Z] Step 6/31 : COPY go.mod . [2021-04-06T08:37:01.170Z] ---> Using cache [2021-04-06T08:37:01.170Z] ---> 81a2322dc36c [2021-04-06T08:37:01.170Z] Step 7/31 : RUN go mod download [2021-04-06T08:37:01.170Z] ---> Using cache [2021-04-06T08:37:01.170Z] ---> 16247fd2e1e9 [2021-04-06T08:37:01.170Z] Step 8/31 : COPY . . [2021-04-06T08:37:01.170Z] ---> Using cache [2021-04-06T08:37:01.170Z] ---> 67c3a0bf8a4d [2021-04-06T08:37:01.170Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-06T08:37:02.146Z] Running setup.py install for PyYAML: started [2021-04-06T08:37:04.134Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T08:37:04.134Z] Running setup.py install for texttable: started [2021-04-06T08:37:06.113Z] ---> Running in 902c6409564c [2021-04-06T08:37:06.113Z] ---> Running in 9f1a3112f90b [2021-04-06T08:37:06.113Z] ---> Running in bb9a895a05f9 [2021-04-06T08:37:06.113Z] ---> Running in e0954604aae2 [2021-04-06T08:37:06.113Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T08:37:07.118Z] 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-04-06T08:37:07.728Z] 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-04-06T08:37:08.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:37:08.287Z] 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-04-06T08:37:08.287Z] 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-04-06T08:37:08.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:37:09.881Z] OK: 217 MiB in 51 packages [2021-04-06T08:37:11.879Z] Removing intermediate container 9f1a3112f90b [2021-04-06T08:37:11.879Z] ---> 103e5f43a297 [2021-04-06T08:37:11.879Z] Step 6/23 : COPY go.mod . [2021-04-06T08:37:13.355Z] Removing intermediate container 66c62014ad67 [2021-04-06T08:37:13.355Z] ---> edb67e271916 [2021-04-06T08:37:13.355Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T08:37:13.355Z] ---> Running in 059f131ec91b [2021-04-06T08:37:13.355Z] ---> c833aa90e9f0 [2021-04-06T08:37:13.355Z] Step 7/23 : RUN go mod download [2021-04-06T08:37:13.639Z] ---> Running in fc2bd803aaae [2021-04-06T08:37:15.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:37:15.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:37:16.629Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T08:37:16.630Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T08:37:16.630Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T08:37:16.630Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T08:37:16.630Z] OK: 72 MiB in 58 packages [2021-04-06T08:37:18.643Z] Removing intermediate container 059f131ec91b [2021-04-06T08:37:18.643Z] ---> 7b05a58e9d51 [2021-04-06T08:37:18.643Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T08:37:18.918Z] ---> Running in bea0caba0482 [2021-04-06T08:37:18.919Z] Removing intermediate container fc2bd803aaae [2021-04-06T08:37:18.919Z] ---> be3c73a3ab89 [2021-04-06T08:37:18.919Z] Step 8/23 : COPY . . [2021-04-06T08:37:19.521Z] Removing intermediate container bea0caba0482 [2021-04-06T08:37:19.521Z] ---> 08b92283305e [2021-04-06T08:37:19.522Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:37:19.804Z] ---> Running in 1d7bbb463ac2 [2021-04-06T08:37:20.801Z] Removing intermediate container 1d7bbb463ac2 [2021-04-06T08:37:20.801Z] ---> e3f32fafca2c [2021-04-06T08:37:20.801Z] Step 24/26 : LABEL arch=arm64 [2021-04-06T08:37:21.424Z] ---> Running in 31107389bbe8 [2021-04-06T08:37:22.883Z] Removing intermediate container 31107389bbe8 [2021-04-06T08:37:22.883Z] ---> ba139a3f9b4b [2021-04-06T08:37:22.883Z] Step 25/26 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:37:23.170Z] ---> Running in be7c60be41ed [2021-04-06T08:37:24.625Z] Removing intermediate container be7c60be41ed [2021-04-06T08:37:24.625Z] ---> 539346f74911 [2021-04-06T08:37:24.625Z] Step 26/26 : LABEL version=0.0.0 [2021-04-06T08:37:25.222Z] ---> Running in d6675ab28a85 [2021-04-06T08:37:26.664Z] Removing intermediate container d6675ab28a85 [2021-04-06T08:37:26.664Z] ---> 3bf4be4f1516 [2021-04-06T08:37:26.664Z] [2021-04-06T08:37:27.650Z] Successfully built 3bf4be4f1516 [2021-04-06T08:37:27.650Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-06T08:37:40.079Z]  Building docker-sys-mgmt-agent-go ... done  ---> 95858027f47c [2021-04-06T08:37:40.079Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-06T08:37:40.079Z] ---> Running in 2bd8341c545f [2021-04-06T08:37:41.532Z] 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-04-06T08:37:41.940Z] Running on prd-ubuntu18.04-docker-8c-8g-32940 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-06T08:37:42.057Z] Running in /w/workspace/edgex-go/56 [Pipeline] { [Pipeline] checkout [2021-04-06T08:37:45.740Z] using credential edgex-jenkins-ssh [2021-04-06T08:37:45.796Z] Cloning the remote Git repository [2021-04-06T08:37:45.827Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-06T08:37:45.898Z] > git init /w/workspace/edgex-go/56 # timeout=10 [2021-04-06T08:37:45.926Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T08:37:45.927Z] > git --version # timeout=10 [2021-04-06T08:37:45.933Z] > git --version # 'git version 2.17.1' [2021-04-06T08:37:45.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T08:37:45.962Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T08:37:53.011Z] Merging remotes/origin/master commit 6cadec5fc374fbebd95401286db985839ef5e674 into PR head commit a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:37:53.156Z] Merge succeeded, producing a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:37:53.157Z] Checking out Revision a6616ea54d0c9eb5f65a979b2509cc883f3e560a (PR-3234) [2021-04-06T08:37:52.486Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T08:37:52.495Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T08:37:52.506Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T08:37:52.518Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T08:37:52.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T08:37:52.522Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T08:37:53.040Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T08:37:53.047Z] > git checkout -f a6616ea54d0c9eb5f65a979b2509cc883f3e560a # timeout=10 [2021-04-06T08:37:53.136Z] > git remote # timeout=10 [2021-04-06T08:37:53.150Z] > git config --get remote.origin.url # timeout=10 [2021-04-06T08:37:53.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T08:37:53.158Z] > git merge 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [2021-04-06T08:37:53.168Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-06T08:37:53.178Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T08:37:53.182Z] > git checkout -f a6616ea54d0c9eb5f65a979b2509cc883f3e560a # timeout=10 [2021-04-06T08:37:56.900Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:37:57.883Z] + echo snap-build.sh [2021-04-06T08:37:57.883Z] snap-build.sh [2021-04-06T08:37:57.883Z] + SNAP_BASE_DIR=. [2021-04-06T08:37:57.883Z] + '[' '!' -z /w/workspace/edgex-go/56 ']' [2021-04-06T08:37:57.883Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/56 [2021-04-06T08:37:57.883Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/56]' [2021-04-06T08:37:57.883Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/56] [2021-04-06T08:37:57.883Z] + cd /w/workspace/edgex-go/56 [2021-04-06T08:37:57.883Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-06T08:37:57.883Z] Reading package lists... [2021-04-06T08:37:57.883Z] Building dependency tree... [2021-04-06T08:37:57.883Z] Reading state information... [2021-04-06T08:37:58.145Z] The following packages were automatically installed and are no longer required: [2021-04-06T08:37:58.145Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-06T08:37:58.145Z] uidmap xdelta3 [2021-04-06T08:37:58.145Z] Use 'sudo apt autoremove' to remove them. [2021-04-06T08:37:58.145Z] The following packages will be REMOVED: [2021-04-06T08:37:58.145Z] lxd* lxd-client* [2021-04-06T08:37:58.407Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-06T08:37:58.407Z] After this operation, 31.7 MB disk space will be freed. [2021-04-06T08:37:59.722Z] (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-04-06T08:37:59.722Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T08:38:00.669Z] Removing lxd dnsmasq configuration [2021-04-06T08:38:00.669Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T08:38:00.930Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-06T08:38:01.880Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-06T08:38:02.150Z] (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-04-06T08:38:02.150Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-06T08:38:03.102Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-06T08:38:03.362Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-06T08:38:04.753Z] + sudo snap remove --purge lxd [2021-04-06T08:38:04.753Z] snap "lxd" is not installed [2021-04-06T08:38:04.753Z] + sudo groupadd --force --system lxd [2021-04-06T08:38:04.753Z] ++ whoami [2021-04-06T08:38:04.753Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-06T08:38:05.016Z] + newgrp - lxd [2021-04-06T08:38:05.279Z] + sudo snap install lxd [2021-04-06T08:38:27.313Z] 2021-04-06T08:38:24Z INFO Waiting for automatic snapd restart... [2021-04-06T08:38:30.020Z] 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-04-06T08:38:40.211Z] Removing intermediate container 902c6409564c [2021-04-06T08:38:40.211Z] ---> 1e8a8063dbcc [2021-04-06T08:38:40.211Z] [2021-04-06T08:38:40.211Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T08:38:40.211Z] ---> d75e27dfc0a0 [2021-04-06T08:38:40.211Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T08:38:40.211Z] ---> Running in 700ef0d817cd [2021-04-06T08:38:40.490Z] Removing intermediate container 700ef0d817cd [2021-04-06T08:38:40.490Z] ---> 38d0a2193c0e [2021-04-06T08:38:40.490Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T08:38:41.106Z] ---> Running in 98f96aba73e0 [2021-04-06T08:38:42.250Z] lxd 4.12 from Canonical* installed [2021-04-06T08:38:42.250Z] + sudo lxd init --auto [2021-04-06T08:38:43.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:38:44.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:38:44.043Z] Removing intermediate container bb9a895a05f9 [2021-04-06T08:38:44.043Z] ---> 83a2c01faae4 [2021-04-06T08:38:44.043Z] [2021-04-06T08:38:44.043Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T08:38:44.043Z] ---> d75e27dfc0a0 [2021-04-06T08:38:44.043Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T08:38:44.043Z] ---> Running in 19642e85643a [2021-04-06T08:38:44.655Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T08:38:44.655Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T08:38:44.655Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:38:44.655Z] OK: 5 MiB in 16 packages [2021-04-06T08:38:46.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:38:46.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:38:46.721Z] Removing intermediate container 98f96aba73e0 [2021-04-06T08:38:46.721Z] ---> 4d4cba809f23 [2021-04-06T08:38:46.721Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T08:38:46.721Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T08:38:46.721Z] ---> Running in 2ffc7dc19398 [2021-04-06T08:38:46.721Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T08:38:46.721Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T08:38:46.721Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T08:38:46.721Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:38:47.005Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T08:38:47.005Z] OK: 7 MiB in 18 packages [2021-04-06T08:38:47.615Z] Removing intermediate container 2ffc7dc19398 [2021-04-06T08:38:47.615Z] ---> fd238dbcc473 [2021-04-06T08:38:47.615Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T08:38:47.615Z] ---> Running in 57df62276b76 [2021-04-06T08:38:48.626Z] Removing intermediate container 57df62276b76 [2021-04-06T08:38:48.626Z] ---> e5f4b5bea0f5 [2021-04-06T08:38:48.626Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T08:38:48.626Z] ---> Running in 6ec89a239b64 [2021-04-06T08:38:50.087Z] Removing intermediate container 19642e85643a [2021-04-06T08:38:50.087Z] ---> 4dad4955b51a [2021-04-06T08:38:50.087Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T08:38:50.087Z] ---> Running in a2e8c2ace41c [2021-04-06T08:38:50.399Z] + sudo snap install --classic snapcraft [2021-04-06T08:38:51.088Z] Removing intermediate container a2e8c2ace41c [2021-04-06T08:38:51.089Z] ---> 66d18ceb5212 [2021-04-06T08:38:51.089Z] Step 13/21 : WORKDIR /edgex [2021-04-06T08:38:51.089Z] ---> Running in 82f654da304d [2021-04-06T08:38:51.688Z] Removing intermediate container 82f654da304d [2021-04-06T08:38:51.688Z] ---> a5bb6deec97f [2021-04-06T08:38:51.688Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T08:38:52.291Z] Removing intermediate container 6ec89a239b64 [2021-04-06T08:38:52.291Z] ---> 9974271ba4c3 [2021-04-06T08:38:52.291Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T08:38:52.571Z] ---> Running in 6240b5bc32ab [2021-04-06T08:38:52.848Z] ---> 638635b67b91 [2021-04-06T08:38:52.848Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T08:38:53.475Z] Removing intermediate container 6240b5bc32ab [2021-04-06T08:38:53.475Z] ---> cd76018d0673 [2021-04-06T08:38:53.475Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-06T08:38:55.484Z] ---> 0ef303d6faf6 [2021-04-06T08:38:55.484Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T08:38:55.484Z] ---> f72911c21b03 [2021-04-06T08:38:55.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T08:38:55.761Z] ---> Running in 98adc24e2253 [2021-04-06T08:38:56.989Z] snapcraft 4.6 from Canonical* installed [2021-04-06T08:38:56.989Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-06T08:38:56.989Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-06T08:38:56.989Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T08:38:56.989Z] Dload Upload Total Spent Left Speed [2021-04-06T08:38:56.989Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-04-06T08:38:56.989Z] 100 3325k 100 3325k 0 0 11.1M 0 --:--:-- --:--:-- --:--:-- 11.1M [2021-04-06T08:38:56.989Z] ./yq_linux_amd64 [2021-04-06T08:38:56.989Z] + sudo snapcraft prime --use-lxd [2021-04-06T08:38:58.909Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-06T08:38:58.909Z] 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-04-06T08:38:58.909Z] - README.md [2021-04-06T08:38:58.909Z] [2021-04-06T08:38:58.909Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-06T08:38:59.184Z] ---> a5cd9816e7c7 [2021-04-06T08:38:59.184Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T08:38:59.464Z] ---> Running in 99e679ec7694 [2021-04-06T08:38:59.849Z] Launching a container. [2021-04-06T08:39:00.458Z] Removing intermediate container 99e679ec7694 [2021-04-06T08:39:00.458Z] ---> 91c0a2c8ef34 [2021-04-06T08:39:00.458Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T08:39:00.734Z] Removing intermediate container 98adc24e2253 [2021-04-06T08:39:00.734Z] ---> 4535d17fa12c [2021-04-06T08:39:00.734Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:39:00.734Z] ---> Running in 294329cbff9a [2021-04-06T08:39:01.745Z] Removing intermediate container 294329cbff9a [2021-04-06T08:39:01.745Z] ---> 41557190fd69 [2021-04-06T08:39:01.745Z] Step 19/21 : LABEL arch=arm64 [2021-04-06T08:39:01.745Z] Removing intermediate container e0954604aae2 [2021-04-06T08:39:01.745Z] ---> 8df2ec8b7d6d [2021-04-06T08:39:01.745Z] [2021-04-06T08:39:01.745Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T08:39:01.745Z] ---> d75e27dfc0a0 [2021-04-06T08:39:01.745Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T08:39:01.745Z] ---> Using cache [2021-04-06T08:39:01.745Z] ---> 8768d3f2423c [2021-04-06T08:39:01.745Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T08:39:01.745Z] ---> Using cache [2021-04-06T08:39:01.745Z] ---> 5b353c34e0eb [2021-04-06T08:39:01.745Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T08:39:02.026Z] ---> f6016d310167 [2021-04-06T08:39:02.026Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T08:39:02.026Z] ---> Running in c459dd50135a [2021-04-06T08:39:02.026Z] ---> Running in 834517e8aad8 [2021-04-06T08:39:03.020Z] Removing intermediate container 834517e8aad8 [2021-04-06T08:39:03.020Z] ---> aea7f55acd57 [2021-04-06T08:39:03.020Z] Step 20/21 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:39:03.020Z] Removing intermediate container c459dd50135a [2021-04-06T08:39:03.020Z] ---> d0da450db457 [2021-04-06T08:39:03.020Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T08:39:03.020Z] ---> Running in 6d9403decb82 [2021-04-06T08:39:03.294Z] ---> Running in 37a4aedff823 [2021-04-06T08:39:03.894Z] ---> 5e4376a05424 [2021-04-06T08:39:03.894Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-06T08:39:03.894Z] Removing intermediate container 37a4aedff823 [2021-04-06T08:39:03.894Z] ---> bd577f691a84 [2021-04-06T08:39:03.894Z] Removing intermediate container 6d9403decb82 [2021-04-06T08:39:03.894Z] Step 15/23 : WORKDIR / ---> 0b15b41db700 [2021-04-06T08:39:03.894Z] Step 21/21 : LABEL version=0.0.0 [2021-04-06T08:39:03.894Z] [2021-04-06T08:39:04.169Z] ---> Running in 792e240dc12a [2021-04-06T08:39:04.169Z] ---> Running in 4709a5512a0a [2021-04-06T08:39:04.771Z] Removing intermediate container 4709a5512a0a [2021-04-06T08:39:04.771Z] ---> 2483d730c5a2 [2021-04-06T08:39:04.771Z] [2021-04-06T08:39:05.049Z] Removing intermediate container 792e240dc12a [2021-04-06T08:39:05.049Z] ---> 94ffc1cd5579 [2021-04-06T08:39:05.049Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:39:05.049Z] ---> 38e8fd7cb57f [2021-04-06T08:39:05.049Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T08:39:05.331Z] Successfully built 2483d730c5a2 [2021-04-06T08:39:05.331Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-06T08:39:05.932Z]  Building docker-security-proxy-setup-go ... done  ---> 7e7cd85e1725 [2021-04-06T08:39:05.932Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T08:39:05.932Z] ---> 60a4c44ee632 [2021-04-06T08:39:05.932Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T08:39:07.475Z] ---> 32d58ade09c8 [2021-04-06T08:39:07.475Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T08:39:07.475Z] ---> 66460bff05a1 [2021-04-06T08:39:07.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T08:39:07.903Z] ---> Running in 8a0c95c2c995 [2021-04-06T08:39:08.597Z] Removing intermediate container 8a0c95c2c995 [2021-04-06T08:39:08.597Z] ---> 673d8168194c [2021-04-06T08:39:08.597Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T08:39:08.880Z] ---> a7dc93f7f093 [2021-04-06T08:39:08.880Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T08:39:08.880Z] ---> Running in 31a2eef748f0 [2021-04-06T08:39:09.515Z] ---> 89d4f635d414 [2021-04-06T08:39:09.515Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T08:39:09.801Z] Removing intermediate container 31a2eef748f0 [2021-04-06T08:39:09.801Z] ---> b1dd3697f764 [2021-04-06T08:39:09.801Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:39:10.088Z] ---> Running in 0a5e53383c4f [2021-04-06T08:39:10.407Z] ---> Running in 10c4a4cc90b7 [2021-04-06T08:39:11.128Z] Removing intermediate container 10c4a4cc90b7 [2021-04-06T08:39:11.128Z] ---> 633537983ee0 [2021-04-06T08:39:11.128Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T08:39:11.435Z] ---> Running in 12d773010754 [2021-04-06T08:39:12.086Z] Waiting for container to be ready [2021-04-06T08:39:12.086Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-06T08:39:12.086Z] [2021-04-06T08:39:12.135Z] Removing intermediate container 12d773010754 [2021-04-06T08:39:12.135Z] ---> c2bb3cdd90f5 [2021-04-06T08:39:12.135Z] Step 22/23 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:39:12.135Z] ---> Running in 19d499b7bbca [2021-04-06T08:39:12.852Z] Removing intermediate container 19d499b7bbca [2021-04-06T08:39:12.852Z] ---> 79e3a9343510 [2021-04-06T08:39:12.852Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T08:39:13.468Z] Removing intermediate container 0a5e53383c4f [2021-04-06T08:39:13.468Z] ---> 3192450f22a1 [2021-04-06T08:39:13.468Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T08:39:13.468Z] ---> Running in 7fed5dcf0de0 [2021-04-06T08:39:13.745Z] ---> Running in 1b0f72f059ee [2021-04-06T08:39:14.021Z] Removing intermediate container 7fed5dcf0de0 [2021-04-06T08:39:14.022Z] ---> 708b2d4db2c6 [2021-04-06T08:39:14.022Z] [2021-04-06T08:39:14.301Z] Successfully built 708b2d4db2c6 [2021-04-06T08:39:14.575Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-06T08:39:14.575Z]  Building docker-core-metadata-go ... done Removing intermediate container 1b0f72f059ee [2021-04-06T08:39:14.575Z] ---> 46c3147a55f0 [2021-04-06T08:39:14.575Z] Step 28/31 : CMD ["gate"] [2021-04-06T08:39:15.177Z] ---> Running in 7010e46772e8 [2021-04-06T08:39:15.389Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-06T08:39:15.963Z] Waiting for network to be ready... [2021-04-06T08:39:16.162Z] Removing intermediate container 7010e46772e8 [2021-04-06T08:39:16.162Z] ---> 2342e16814f8 [2021-04-06T08:39:16.162Z] Step 29/31 : LABEL arch=arm64 [2021-04-06T08:39:16.440Z] ---> Running in 5c4e8041ae3e [2021-04-06T08:39:16.537Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-06T08:39:16.537Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-06T08:39:16.718Z] Removing intermediate container 2bd8341c545f [2021-04-06T08:39:16.718Z] ---> 0a48929d6107 [2021-04-06T08:39:16.718Z] [2021-04-06T08:39:16.718Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T08:39:16.718Z] ---> d75e27dfc0a0 [2021-04-06T08:39:16.718Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T08:39:16.994Z] ---> Running in d01ce7780d28 [2021-04-06T08:39:16.994Z] Removing intermediate container 5c4e8041ae3e [2021-04-06T08:39:16.994Z] ---> fa397f20af79 [2021-04-06T08:39:16.994Z] Step 30/31 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:39:17.110Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-06T08:39:17.111Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-06T08:39:17.111Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-06T08:39:17.277Z] ---> Running in 3d6cc1ed37fa [2021-04-06T08:39:17.376Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-06T08:39:17.376Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-06T08:39:17.376Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-06T08:39:17.376Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-06T08:39:17.376Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-06T08:39:17.376Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-06T08:39:17.376Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-06T08:39:17.376Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-06T08:39:17.376Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-06T08:39:17.376Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-06T08:39:17.550Z] Removing intermediate container d01ce7780d28 [2021-04-06T08:39:17.550Z] ---> 7c838549a4ed [2021-04-06T08:39:17.550Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-06T08:39:17.637Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-06T08:39:17.637Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-06T08:39:17.637Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-06T08:39:17.826Z] ---> Running in 0c0b48a73733 [2021-04-06T08:39:17.826Z] Removing intermediate container 3d6cc1ed37fa [2021-04-06T08:39:17.826Z] ---> db3b1df3eb0e [2021-04-06T08:39:17.826Z] Step 31/31 : LABEL version=0.0.0 [2021-04-06T08:39:17.899Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-06T08:39:18.161Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-06T08:39:18.161Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-06T08:39:18.161Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-06T08:39:18.161Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-06T08:39:18.161Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-06T08:39:18.161Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-06T08:39:18.161Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-06T08:39:18.161Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-06T08:39:18.430Z] ---> Running in afc535575158 [2021-04-06T08:39:18.430Z] Removing intermediate container 0c0b48a73733 [2021-04-06T08:39:18.430Z] ---> e57742698266 [2021-04-06T08:39:18.430Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T08:39:18.430Z] ---> Running in 5f3e713c5b1b [2021-04-06T08:39:18.706Z] Removing intermediate container afc535575158 [2021-04-06T08:39:18.706Z] ---> 5e77637ec517 [2021-04-06T08:39:18.706Z] [2021-04-06T08:39:18.982Z] Removing intermediate container 5f3e713c5b1b [2021-04-06T08:39:18.982Z] ---> f443d853cd13 [2021-04-06T08:39:18.982Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T08:39:19.256Z] Successfully built 5e77637ec517 [2021-04-06T08:39:19.256Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-06T08:39:19.256Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 0f9ab279573b [2021-04-06T08:39:20.712Z] Fetched 24.2 MB in 4s (5406 kB/s) [2021-04-06T08:39:21.239Z] Removing intermediate container 0f9ab279573b [2021-04-06T08:39:21.239Z] ---> f608ce5381c5 [2021-04-06T08:39:21.239Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T08:39:21.521Z] ---> Running in 17e640fb8fc9 [2021-04-06T08:39:21.657Z] Reading package lists... [2021-04-06T08:39:21.919Z] Reading package lists... [2021-04-06T08:39:22.181Z] Building dependency tree... [2021-04-06T08:39:22.181Z] Reading state information... [2021-04-06T08:39:22.181Z] The following additional packages will be installed: [2021-04-06T08:39:22.181Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-06T08:39:22.181Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-06T08:39:22.181Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-06T08:39:22.181Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-06T08:39:22.181Z] Suggested packages: [2021-04-06T08:39:22.181Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-06T08:39:22.181Z] Recommended packages: [2021-04-06T08:39:22.181Z] gnupg libsasl2-modules [2021-04-06T08:39:22.181Z] The following NEW packages will be installed: [2021-04-06T08:39:22.181Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-06T08:39:22.181Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-06T08:39:22.181Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-06T08:39:22.181Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-06T08:39:22.181Z] The following packages will be upgraded: [2021-04-06T08:39:22.181Z] gpg gpg-agent gpgconf libudev1 [2021-04-06T08:39:22.181Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-06T08:39:22.181Z] Need to get 3530 kB of archives. [2021-04-06T08:39:22.181Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-06T08:39:22.181Z] 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-04-06T08:39:22.181Z] 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-04-06T08:39:22.443Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-06T08:39:22.443Z] 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-04-06T08:39:22.443Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-06T08:39:22.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T08:39:22.704Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-06T08:39:22.971Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-06T08:39:22.971Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-06T08:39:22.971Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-06T08:39:23.234Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-06T08:39:23.234Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-06T08:39:23.234Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-06T08:39:23.234Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-06T08:39:23.234Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-06T08:39:23.234Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-06T08:39:23.234Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-06T08:39:23.234Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-06T08:39:23.234Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-06T08:39:23.234Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-06T08:39:23.234Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-06T08:39:23.234Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-06T08:39:23.234Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-06T08:39:23.234Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T08:39:23.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T08:39:23.495Z] Fetched 3530 kB in 1s (3419 kB/s) [2021-04-06T08:39:23.495Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-06T08:39:23.495Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-06T08:39:23.495Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T08:39:23.495Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-06T08:39:23.495Z] Selecting previously unselected package udev. [2021-04-06T08:39:23.756Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-06T08:39:23.756Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-06T08:39:23.756Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-06T08:39:24.018Z] Selecting previously unselected package libfuse2:amd64. [2021-04-06T08:39:24.018Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-06T08:39:24.018Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-06T08:39:24.018Z] Selecting previously unselected package fuse. [2021-04-06T08:39:24.018Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-06T08:39:24.018Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-06T08:39:24.018Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T08:39:24.018Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T08:39:24.090Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T08:39:24.090Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T08:39:24.280Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T08:39:24.280Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T08:39:24.280Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T08:39:24.280Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T08:39:24.364Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T08:39:24.364Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T08:39:24.542Z] Selecting previously unselected package libksba8:amd64. [2021-04-06T08:39:24.542Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-06T08:39:24.542Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-06T08:39:24.638Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T08:39:24.638Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T08:39:24.804Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-06T08:39:24.805Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:24.805Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:24.805Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-06T08:39:24.805Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:24.805Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:24.912Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T08:39:24.912Z] OK: 8 MiB in 20 packages [2021-04-06T08:39:25.067Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-06T08:39:25.068Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:25.068Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:25.068Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-06T08:39:25.068Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:25.068Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:25.068Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-06T08:39:25.068Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:25.068Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:25.330Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-06T08:39:25.330Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:25.330Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:25.330Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-06T08:39:25.330Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:25.330Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:25.591Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-06T08:39:25.591Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:25.591Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:25.591Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-06T08:39:25.591Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-06T08:39:25.591Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:25.852Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-06T08:39:25.852Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-06T08:39:25.852Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T08:39:25.852Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-06T08:39:25.852Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-06T08:39:25.852Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T08:39:25.852Z] Selecting previously unselected package libldap-common. [2021-04-06T08:39:25.852Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-06T08:39:25.852Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T08:39:26.115Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-06T08:39:26.115Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-06T08:39:26.115Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T08:39:26.115Z] Selecting previously unselected package dirmngr. [2021-04-06T08:39:26.115Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T08:39:26.115Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-06T08:39:26.356Z] Removing intermediate container 17e640fb8fc9 [2021-04-06T08:39:26.357Z] ---> e3f2d17ae872 [2021-04-06T08:39:26.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T08:39:26.388Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T08:39:26.388Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-06T08:39:26.388Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-06T08:39:26.388Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T08:39:26.388Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-06T08:39:26.633Z] ---> 1d4c5608e746 [2021-04-06T08:39:26.633Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T08:39:26.651Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-06T08:39:26.651Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:26.651Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-06T08:39:26.651Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T08:39:26.911Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-06T08:39:27.173Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-06T08:39:27.173Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.435Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-06T08:39:27.435Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-06T08:39:27.436Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-06T08:39:27.436Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.436Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.436Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.436Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.697Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.697Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.697Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-06T08:39:27.697Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-06T08:39:27.697Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-06T08:39:27.697Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T08:39:28.068Z] ---> ec3e3a91a09e [2021-04-06T08:39:28.068Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-06T08:39:28.270Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-06T08:39:28.270Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-06T08:39:28.270Z] This means they are not meant to be enabled using systemctl. [2021-04-06T08:39:28.270Z] Possible reasons for having this kind of units are: [2021-04-06T08:39:28.270Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-06T08:39:28.270Z] .wants/ or .requires/ directory. [2021-04-06T08:39:28.270Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-06T08:39:28.270Z] a requirement dependency on it. [2021-04-06T08:39:28.270Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-06T08:39:28.270Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-06T08:39:28.270Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-06T08:39:28.270Z] instance name specified. [2021-04-06T08:39:28.530Z] Reading package lists... [2021-04-06T08:39:28.664Z] ---> de165f21be6e [2021-04-06T08:39:28.664Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T08:39:28.664Z] ---> Running in 087474376fb6 [2021-04-06T08:39:28.794Z] Building dependency tree... [2021-04-06T08:39:28.794Z] Reading state information... [2021-04-06T08:39:29.057Z] The following additional packages will be installed: [2021-04-06T08:39:29.057Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-06T08:39:29.057Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-06T08:39:29.057Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-06T08:39:29.057Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-06T08:39:29.057Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-06T08:39:29.057Z] Suggested packages: [2021-04-06T08:39:29.057Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-06T08:39:29.057Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-06T08:39:29.057Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-06T08:39:29.057Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-06T08:39:29.057Z] systemd-container policykit-1 [2021-04-06T08:39:29.057Z] Recommended packages: [2021-04-06T08:39:29.057Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-06T08:39:29.057Z] The following NEW packages will be installed: [2021-04-06T08:39:29.057Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-06T08:39:29.057Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-06T08:39:29.057Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-06T08:39:29.057Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-06T08:39:29.057Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-06T08:39:29.057Z] The following packages will be upgraded: [2021-04-06T08:39:29.057Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-06T08:39:29.057Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-06T08:39:29.057Z] Need to get 35.2 MB of archives. [2021-04-06T08:39:29.057Z] After this operation, 141 MB of additional disk space will be used. [2021-04-06T08:39:29.057Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-06T08:39:29.057Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-06T08:39:29.263Z] Removing intermediate container 087474376fb6 [2021-04-06T08:39:29.263Z] ---> 834aa9a0a9b1 [2021-04-06T08:39:29.263Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T08:39:29.263Z] ---> Running in 459d49f12425 [2021-04-06T08:39:29.857Z] Removing intermediate container 459d49f12425 [2021-04-06T08:39:29.857Z] ---> fb420386b10a [2021-04-06T08:39:29.857Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T08:39:29.857Z] ---> Running in a9504147d9bd [2021-04-06T08:39:30.004Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-06T08:39:30.004Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-06T08:39:30.004Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-06T08:39:30.004Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-06T08:39:30.004Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-06T08:39:30.004Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-06T08:39:30.004Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-06T08:39:30.004Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-06T08:39:30.004Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-06T08:39:30.004Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-06T08:39:30.004Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-06T08:39:30.004Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-06T08:39:30.004Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-06T08:39:30.004Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-06T08:39:30.004Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-06T08:39:30.004Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-06T08:39:30.004Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-06T08:39:30.004Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-06T08:39:30.004Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-06T08:39:30.004Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-06T08:39:30.004Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-06T08:39:30.004Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-06T08:39:30.004Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-06T08:39:30.131Z] Removing intermediate container a9504147d9bd [2021-04-06T08:39:30.131Z] ---> 20611ed416b3 [2021-04-06T08:39:30.131Z] Step 22/23 : LABEL git_sha=a6616ea54d0c9eb5f65a979b2509cc883f3e560a [2021-04-06T08:39:30.265Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-06T08:39:30.266Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-06T08:39:30.266Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-06T08:39:30.266Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-06T08:39:30.266Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-06T08:39:30.407Z] ---> Running in f96425f644b3 [2021-04-06T08:39:30.681Z] Removing intermediate container f96425f644b3 [2021-04-06T08:39:30.681Z] ---> 619e91a305cc [2021-04-06T08:39:30.681Z] Step 23/23 : LABEL version=0.0.0 [2021-04-06T08:39:30.955Z] ---> Running in d37ef9a14c2a [2021-04-06T08:39:31.212Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T08:39:31.212Z] Fetched 35.2 MB in 2s (16.3 MB/s) [2021-04-06T08:39:31.212Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T08:39:31.212Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-06T08:39:31.230Z] Removing intermediate container d37ef9a14c2a [2021-04-06T08:39:31.230Z] ---> c8618cd8bc96 [2021-04-06T08:39:31.230Z] [2021-04-06T08:39:31.475Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T08:39:31.830Z] Successfully built c8618cd8bc96 [2021-04-06T08:39:31.830Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-06T08:39:32.048Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-06T08:39:32.048Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T08:39:32.116Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-06T08:39:32.113Z] $ docker stop --time=1 d6c3a27c5fa98503ffbee58274bd2dc7207df29af56ae1c73cbd8fa8d2cc8be0 [2021-04-06T08:39:32.308Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-06T08:39:32.308Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T08:39:32.308Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-06T08:39:32.308Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-06T08:39:32.569Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-06T08:39:32.832Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-06T08:39:32.832Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-06T08:39:32.832Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-06T08:39:33.094Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-06T08:39:33.094Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-06T08:39:33.673Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-06T08:39:33.954Z] $ docker rm -f d6c3a27c5fa98503ffbee58274bd2dc7207df29af56ae1c73cbd8fa8d2cc8be0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T08:39:34.668Z] + + docker images [2021-04-06T08:39:34.668Z] grep docker [2021-04-06T08:39:34.938Z] docker-core-data-go-arm64 latest c8618cd8bc96 3 seconds ago 21.4MB [2021-04-06T08:39:34.938Z] docker-security-bootstrapper-go-arm64 latest 5e77637ec517 16 seconds ago 17.9MB [2021-04-06T08:39:34.938Z] docker-core-metadata-go-arm64 latest 708b2d4db2c6 21 seconds ago 17.9MB [2021-04-06T08:39:34.938Z] docker-security-proxy-setup-go-arm64 latest 2483d730c5a2 30 seconds ago 24.1MB [2021-04-06T08:39:34.938Z] docker-sys-mgmt-agent-go-arm64 latest 3bf4be4f1516 2 minutes ago 301MB [2021-04-06T08:39:34.938Z] docker-support-scheduler-go-arm64 latest 00a4ff05107d 3 minutes ago 16.4MB [2021-04-06T08:39:34.938Z] docker-core-command-go-arm64 latest 856ef259963b 3 minutes ago 16.3MB [2021-04-06T08:39:34.938Z] docker-security-secretstore-setup-go-arm64 latest 8efb7739060c 3 minutes ago 24.4MB [2021-04-06T08:39:34.939Z] docker-support-notifications-go-arm64 latest 8f8a94da2848 3 minutes ago 16.9MB [2021-04-06T08:39:34.939Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [2021-04-06T08:39:35.062Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-06T08:39:35.062Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-06T08:39:35.062Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-06T08:39:35.062Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-06T08:39:35.062Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T08:39:35.062Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-06T08:39:35.334Z] Selecting previously unselected package libexpat1:amd64. [2021-04-06T08:39:35.334Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-06T08:39:35.334Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-06T08:39:35.334Z] Selecting previously unselected package python3.6-minimal. [2021-04-06T08:39:35.334Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T08:39:35.334Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-04-06T08:39:35.599Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:39:35.862Z] Checking for services that may need to be restarted...done. [2021-04-06T08:39:35.862Z] Checking for services that may need to be restarted...done. [2021-04-06T08:39:35.862Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T08:39:35.862Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-06T08:39:35.862Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T08:39:36.049Z] ---> job-cost.sh [2021-04-06T08:39:36.049Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V8gn [2021-04-06T08:39:36.439Z] Selecting previously unselected package python3-minimal. [2021-04-06T08:39:36.439Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-06T08:39:36.439Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-06T08:39:36.439Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-06T08:39:36.439Z] Selecting previously unselected package mime-support. [2021-04-06T08:39:36.439Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-06T08:39:36.439Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-06T08:39:36.700Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-06T08:39:36.700Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-06T08:39:36.700Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-06T08:39:36.700Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-06T08:39:36.700Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T08:39:36.700Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T08:39:36.962Z] Selecting previously unselected package python3.6. [2021-04-06T08:39:36.962Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-06T08:39:36.962Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T08:39:36.962Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-06T08:39:36.962Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-06T08:39:36.962Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-06T08:39:37.225Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-06T08:39:37.225Z] Selecting previously unselected package python3. [2021-04-06T08:39:37.485Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-06T08:39:37.485Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-06T08:39:37.485Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-06T08:39:37.485Z] Selecting previously unselected package multiarch-support. [2021-04-06T08:39:37.485Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T08:39:37.485Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-06T08:39:37.485Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-06T08:39:37.485Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-06T08:39:37.744Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-06T08:39:37.744Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-06T08:39:37.744Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-06T08:39:37.744Z] Selecting previously unselected package libbsd0:amd64. [2021-04-06T08:39:37.744Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-06T08:39:37.744Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-06T08:39:37.744Z] Selecting previously unselected package sudo. [2021-04-06T08:39:37.744Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-06T08:39:37.744Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-06T08:39:38.006Z] Selecting previously unselected package apparmor. [2021-04-06T08:39:38.006Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-06T08:39:38.006Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-06T08:39:38.006Z] Selecting previously unselected package libedit2:amd64. [2021-04-06T08:39:38.006Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-06T08:39:38.267Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-06T08:39:38.267Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-06T08:39:38.267Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T08:39:38.267Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:38.267Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-06T08:39:38.267Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T08:39:38.267Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:38.528Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-06T08:39:38.528Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-06T08:39:38.528Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-06T08:39:38.528Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-06T08:39:38.528Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T08:39:38.528Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:38.788Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-06T08:39:38.788Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-06T08:39:38.788Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:38.788Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-06T08:39:38.788Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-06T08:39:38.788Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-06T08:39:39.049Z] Selecting previously unselected package openssh-client. [2021-04-06T08:39:39.049Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-06T08:39:39.049Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-06T08:39:39.311Z] Selecting previously unselected package squashfs-tools. [2021-04-06T08:39:39.311Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-06T08:39:39.311Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-06T08:39:39.311Z] Selecting previously unselected package snapd. [2021-04-06T08:39:39.311Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-06T08:39:39.311Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-06T08:39:41.865Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-06T08:39:41.865Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-06T08:39:41.865Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-06T08:39:41.865Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-06T08:39:41.865Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-06T08:39:41.865Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:41.865Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T08:39:41.865Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-06T08:39:41.865Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-06T08:39:42.437Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-06T08:39:42.698Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-06T08:39:42.698Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-06T08:39:42.698Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T08:39:42.698Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:42.698Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-06T08:39:43.270Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-06T08:39:43.270Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:43.532Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-06T08:39:43.532Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-06T08:39:43.532Z] running python rtupdate hooks for python3.6... [2021-04-06T08:39:43.532Z] running python post-rtupdate hooks for python3.6... [2021-04-06T08:39:43.532Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-06T08:39:44.925Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-06T08:39:44.925Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-06T08:39:45.186Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-06T08:39:45.186Z] Setting up snapd (2.48.3+18.04) ... [2021-04-06T08:39:45.759Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-06T08:39:45.759Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-06T08:39:46.026Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-06T08:39:46.288Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-06T08:39:46.288Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-06T08:39:46.288Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-06T08:39:46.549Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-06T08:39:46.810Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-06T08:39:46.810Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-06T08:39:47.070Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-06T08:39:47.331Z] /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-04-06T08:39:47.331Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-06T08:39:47.331Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-06T08:39:48.275Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T08:39:48.275Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T08:39:48.275Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T08:39:49.479Z] Reading package lists... [2021-04-06T08:39:49.741Z] Reading package lists... [2021-04-06T08:39:50.002Z] Building dependency tree... [2021-04-06T08:39:50.002Z] Reading state information... [2021-04-06T08:39:50.002Z] Calculating upgrade... [2021-04-06T08:39:50.264Z] The following packages will be upgraded: [2021-04-06T08:39:50.264Z] advancecomp base-files bash binutils binutils-common [2021-04-06T08:39:50.264Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-06T08:39:50.264Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-06T08:39:50.264Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-06T08:39:50.264Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-06T08:39:50.264Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-06T08:39:50.264Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-06T08:39:50.264Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-06T08:39:50.264Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-06T08:39:50.264Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-06T08:39:50.264Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-06T08:39:50.264Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-06T08:39:50.264Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-06T08:39:50.264Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-06T08:39:50.264Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-06T08:39:50.264Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T08:39:50.264Z] Need to get 63.8 MB of archives. [2021-04-06T08:39:50.264Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-06T08:39:50.264Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-06T08:39:50.264Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-06T08:39:50.527Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-06T08:39:50.527Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-06T08:39:50.527Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-06T08:39:50.527Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-06T08:39:50.527Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-06T08:39:50.528Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-06T08:39:50.528Z] 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-04-06T08:39:50.528Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-06T08:39:50.528Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-06T08:39:50.528Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-06T08:39:50.528Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-06T08:39:50.528Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-06T08:39:50.528Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-06T08:39:50.528Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-06T08:39:50.528Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-06T08:39:50.528Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-06T08:39:50.528Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-06T08:39:50.528Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-06T08:39:50.528Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-06T08:39:50.528Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-06T08:39:50.528Z] 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-04-06T08:39:50.528Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-06T08:39:50.528Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-06T08:39:50.528Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-06T08:39:50.528Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-06T08:39:50.528Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-06T08:39:50.528Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-06T08:39:50.528Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-06T08:39:50.528Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-06T08:39:50.528Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-06T08:39:50.528Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-06T08:39:50.528Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-06T08:39:50.789Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-06T08:39:50.789Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-06T08:39:50.789Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-06T08:39:50.789Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-06T08:39:50.789Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-06T08:39:50.789Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-06T08:39:50.789Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-06T08:39:50.789Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-06T08:39:50.789Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-06T08:39:50.789Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-06T08:39:50.789Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-06T08:39:50.789Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-06T08:39:50.789Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-06T08:39:50.789Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-06T08:39:50.789Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-06T08:39:50.789Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-06T08:39:50.789Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-06T08:39:50.789Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-06T08:39:50.789Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-06T08:39:50.789Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-06T08:39:50.789Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-06T08:39:51.057Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-06T08:39:51.057Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-06T08:39:51.318Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-06T08:39:51.318Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-06T08:39:51.318Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-06T08:39:51.318Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-06T08:39:51.318Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-06T08:39:51.318Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-06T08:39:51.318Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-06T08:39:51.579Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-06T08:39:51.579Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-06T08:39:51.579Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-06T08:39:51.579Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-06T08:39:51.840Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-06T08:39:51.840Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-06T08:39:51.840Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-06T08:39:51.840Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-06T08:39:51.840Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-06T08:39:51.840Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-06T08:39:51.840Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-06T08:39:51.840Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-06T08:39:51.840Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-06T08:39:51.840Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-06T08:39:51.840Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-06T08:39:51.840Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-06T08:39:51.840Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-06T08:39:51.840Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-06T08:39:51.840Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-06T08:39:51.840Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-06T08:39:51.840Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-06T08:39:51.840Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-06T08:39:52.101Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-06T08:39:52.101Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-06T08:39:52.101Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-06T08:39:52.101Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-06T08:39:52.101Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-06T08:39:52.101Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-06T08:39:52.101Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-06T08:39:52.101Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-06T08:39:52.101Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-06T08:39:52.101Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-06T08:39:52.101Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-06T08:39:52.101Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-06T08:39:52.101Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-06T08:39:52.360Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T08:39:52.360Z] Fetched 63.8 MB in 2s (32.6 MB/s) [2021-04-06T08:39:52.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:52.360Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T08:39:52.360Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T08:39:52.934Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T08:39:52.934Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T08:39:53.197Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-06T08:39:53.197Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-06T08:39:54.142Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:54.142Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:54.142Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:54.142Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:54.142Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:54.142Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:54.406Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:54.406Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:54.667Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:54.668Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:54.668Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:54.668Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:54.929Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:54.929Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:54.929Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:39:55.191Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T08:39:55.191Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:55.191Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-06T08:39:55.191Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:39:55.452Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T08:39:55.452Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:55.453Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:55.453Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:55.453Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:55.714Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-06T08:39:55.714Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-06T08:39:55.976Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:39:55.976Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T08:39:55.976Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T08:39:56.237Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T08:39:56.499Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-06T08:39:56.761Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-06T08:39:56.761Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-06T08:39:56.761Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-06T08:39:56.761Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-06T08:39:57.024Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-06T08:39:57.285Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-06T08:39:57.286Z] Installing new version of config file /etc/issue ... [2021-04-06T08:39:57.286Z] Installing new version of config file /etc/issue.net ... [2021-04-06T08:39:57.286Z] Installing new version of config file /etc/lsb-release ... [2021-04-06T08:39:57.286Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-06T08:39:57.547Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-06T08:39:57.547Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-06T08:39:57.547Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-06T08:39:57.808Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:57.808Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-06T08:39:57.808Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-06T08:39:58.069Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-06T08:39:58.069Z] 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-04-06T08:39:58.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:58.069Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:39:58.336Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-06T08:39:58.336Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:39:58.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:58.337Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-06T08:39:58.337Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-06T08:39:58.599Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-06T08:39:58.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:58.599Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-06T08:39:58.862Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T08:39:58.862Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-06T08:39:59.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:59.127Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T08:39:59.127Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T08:39:59.127Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T08:39:59.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:59.389Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T08:39:59.389Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T08:39:59.389Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-06T08:39:59.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:59.651Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-06T08:39:59.651Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-06T08:39:59.651Z] Setting up grep (3.1-2build1) ... [2021-04-06T08:39:59.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:39:59.911Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-06T08:39:59.911Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-06T08:40:00.172Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-06T08:40:00.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:00.172Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T08:40:00.172Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T08:40:00.435Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-06T08:40:00.435Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:00.435Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T08:40:00.696Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T08:40:00.957Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T08:40:01.219Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T08:40:01.219Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-06T08:40:01.219Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T08:40:01.792Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-06T08:40:01.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:01.792Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-06T08:40:01.792Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-06T08:40:02.737Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-06T08:40:02.998Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-06T08:40:02.998Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-06T08:40:02.998Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-06T08:40:03.270Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-06T08:40:03.270Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:03.270Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-06T08:40:03.270Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-06T08:40:03.531Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-06T08:40:03.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:03.531Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:03.531Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:03.800Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:03.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:03.800Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:03.800Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:03.800Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:04.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:04.062Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:04.062Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:04.323Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:04.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:04.323Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:04.323Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:04.584Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:04.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:04.584Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T08:40:04.584Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T08:40:04.845Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T08:40:04.845Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T08:40:04.845Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T08:40:05.106Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:05.106Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-06T08:40:05.106Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T08:40:05.106Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T08:40:05.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:05.368Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:05.368Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:05.368Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:05.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:05.368Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:05.630Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:05.630Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:05.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:05.630Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:05.892Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:06.153Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:06.415Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-06T08:40:06.994Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-06T08:40:06.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:06.994Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-06T08:40:06.994Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-06T08:40:06.994Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T08:40:07.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-06T08:40:07.254Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-06T08:40:07.254Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-06T08:40:07.254Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-06T08:40:07.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:07.517Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-06T08:40:07.517Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-06T08:40:07.517Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-06T08:40:07.779Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:07.779Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-06T08:40:07.779Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-06T08:40:08.041Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-06T08:40:08.041Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:08.041Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-06T08:40:08.041Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-06T08:40:08.301Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-06T08:40:08.301Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:08.301Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T08:40:08.301Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T08:40:08.562Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T08:40:08.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:08.562Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T08:40:08.562Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T08:40:08.823Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T08:40:08.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:08.823Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-06T08:40:09.090Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T08:40:09.090Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T08:40:09.351Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:09.351Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-06T08:40:09.351Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-06T08:40:09.351Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-06T08:40:09.612Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-06T08:40:09.612Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T08:40:09.612Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T08:40:09.612Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T08:40:09.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:09.872Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-06T08:40:09.872Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-06T08:40:09.872Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-06T08:40:10.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:10.133Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-06T08:40:10.133Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-06T08:40:10.133Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-06T08:40:10.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:10.392Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-06T08:40:10.392Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-06T08:40:10.654Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-06T08:40:10.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:10.654Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-06T08:40:10.654Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-06T08:40:10.914Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-06T08:40:10.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:10.914Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-06T08:40:10.914Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-06T08:40:11.484Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-06T08:40:11.484Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:11.484Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-06T08:40:11.484Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-06T08:40:11.745Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-06T08:40:11.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:11.745Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-06T08:40:11.745Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-06T08:40:12.007Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-06T08:40:12.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:12.007Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-06T08:40:12.007Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-06T08:40:12.268Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-06T08:40:12.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:12.268Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-06T08:40:12.268Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-06T08:40:12.528Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-06T08:40:12.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:12.528Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-06T08:40:12.528Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-06T08:40:12.790Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-06T08:40:12.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:12.790Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-06T08:40:12.790Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-06T08:40:13.051Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-06T08:40:13.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-06T08:40:13.051Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-06T08:40:13.051Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-06T08:40:13.051Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-06T08:40:13.312Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-06T08:40:13.312Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-06T08:40:13.312Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-06T08:40:13.312Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-06T08:40:13.574Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-06T08:40:13.574Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-06T08:40:13.574Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-06T08:40:13.835Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-06T08:40:13.835Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-06T08:40:14.096Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-06T08:40:14.096Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-06T08:40:14.096Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-06T08:40:14.096Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-06T08:40:14.356Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-06T08:40:14.356Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-06T08:40:14.356Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-06T08:40:14.356Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-06T08:40:14.618Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-06T08:40:14.618Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-06T08:40:14.618Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-06T08:40:14.618Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-06T08:40:14.880Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-06T08:40:14.880Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-06T08:40:14.880Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-06T08:40:14.997Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T08:40:15.142Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-06T08:40:16.088Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-06T08:40:16.088Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-06T08:40:16.350Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-06T08:40:16.350Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-06T08:40:16.613Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T08:40:16.613Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T08:40:16.877Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T08:40:16.877Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T08:40:17.138Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T08:40:17.138Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T08:40:17.138Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-06T08:40:17.138Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-06T08:40:17.399Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:17.399Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:17.399Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:17.399Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:17.660Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:17.660Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:17.660Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:17.922Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:18.863Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:18.863Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:19.435Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:19.435Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:20.380Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:20.380Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:20.640Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:20.640Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:21.587Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-06T08:40:21.587Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-06T08:40:21.587Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T08:40:21.587Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T08:40:21.850Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-06T08:40:21.850Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T08:40:21.850Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-06T08:40:22.112Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-06T08:40:22.112Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-06T08:40:22.112Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-06T08:40:22.112Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T08:40:22.372Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T08:40:22.372Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-06T08:40:22.372Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-06T08:40:22.372Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-06T08:40:22.671Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-06T08:40:22.671Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:22.671Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-06T08:40:22.671Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:22.671Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:22.671Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:22.671Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-06T08:40:22.671Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-06T08:40:22.671Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-06T08:40:22.933Z] [2021-04-06T08:40:22.933Z] Current default time zone: 'Etc/UTC' [2021-04-06T08:40:22.933Z] Local time is now: Tue Apr 6 08:40:22 UTC 2021. [2021-04-06T08:40:22.933Z] Universal Time is now: Tue Apr 6 08:40:22 UTC 2021. [2021-04-06T08:40:22.933Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-06T08:40:22.933Z] [2021-04-06T08:40:22.933Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-06T08:40:22.933Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:22.933Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-06T08:40:22.933Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-06T08:40:22.933Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-06T08:40:22.933Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-06T08:40:22.933Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-06T08:40:22.933Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-06T08:40:23.194Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-06T08:40:23.194Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-06T08:40:23.194Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:23.194Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-06T08:40:23.455Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:23.455Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-06T08:40:23.455Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:23.455Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-06T08:40:23.455Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-06T08:40:23.455Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-06T08:40:23.455Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-06T08:40:23.455Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-06T08:40:23.716Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-06T08:40:23.716Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-06T08:40:23.716Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-06T08:40:25.631Z] Updating certificates in /etc/ssl/certs... [2021-04-06T08:40:26.204Z] 23 added, 27 removed; done. [2021-04-06T08:40:26.204Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-06T08:40:26.467Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-06T08:40:26.467Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-06T08:40:26.467Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-06T08:40:26.467Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-06T08:40:26.467Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:26.467Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-06T08:40:26.467Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:26.467Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:26.735Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:27.000Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:27.000Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:27.000Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-06T08:40:27.000Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-06T08:40:27.000Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-06T08:40:27.000Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-06T08:40:27.000Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-06T08:40:27.000Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:27.261Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-06T08:40:27.261Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-06T08:40:27.261Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-06T08:40:27.261Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-06T08:40:27.261Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T08:40:27.261Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-06T08:40:27.522Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-06T08:40:27.522Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-06T08:40:27.522Z] Updating certificates in /etc/ssl/certs... [2021-04-06T08:40:28.094Z] 0 added, 0 removed; done. [2021-04-06T08:40:28.094Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-06T08:40:28.094Z] done. [2021-04-06T08:40:28.696Z] Reading package lists... [2021-04-06T08:40:28.696Z] Building dependency tree... [2021-04-06T08:40:28.696Z] Reading state information... [2021-04-06T08:40:28.958Z] The following NEW packages will be installed: [2021-04-06T08:40:28.958Z] apt-transport-https [2021-04-06T08:40:28.958Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T08:40:28.958Z] Need to get 1696 B of archives. [2021-04-06T08:40:28.958Z] After this operation, 153 kB of additional disk space will be used. [2021-04-06T08:40:28.958Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-06T08:40:29.220Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T08:40:29.220Z] Fetched 1696 B in 0s (8617 B/s) [2021-04-06T08:40:29.220Z] Selecting previously unselected package apt-transport-https. [2021-04-06T08:40:29.220Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-06T08:40:29.220Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-06T08:40:29.220Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-06T08:40:29.220Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-06T08:40:29.482Z] Waiting for network to be ready... [2021-04-06T08:40:36.077Z] 2021-04-06T08:40:33Z INFO Waiting for automatic snapd restart... [2021-04-06T08:40:37.021Z] snapd 2.49.1 from Canonical* installed [2021-04-06T08:40:37.968Z] "snapd" switched to the "latest/stable" channel [2021-04-06T08:40:37.968Z] [2021-04-06T08:40:40.522Z] core18 20210309 from Canonical* installed [2021-04-06T08:40:40.784Z] "core18" switched to the "latest/stable" channel [2021-04-06T08:40:40.784Z] [2021-04-06T08:40:44.089Z] snapcraft 4.6 from Canonical* installed [2021-04-06T08:40:44.089Z] "snapcraft" switched to the "latest/stable" channel [2021-04-06T08:40:44.089Z] [2021-04-06T08:40:48.307Z] 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-04-06T08:40:48.307Z] - README.md [2021-04-06T08:40:48.307Z] [2021-04-06T08:40:48.307Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-06T08:40:54.905Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T08:40:54.905Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T08:40:54.905Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T08:40:54.905Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T08:40:55.477Z] Reading package lists... [2021-04-06T08:40:55.740Z] 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-04-06T08:41:02.339Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T08:41:02.339Z] Reading package lists... [2021-04-06T08:41:02.339Z] Building dependency tree... [2021-04-06T08:41:02.339Z] Reading state information... [2021-04-06T08:41:02.339Z] Suggested packages: [2021-04-06T08:41:02.339Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-06T08:41:02.339Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-06T08:41:02.339Z] Recommended packages: [2021-04-06T08:41:02.339Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-06T08:41:02.339Z] The following NEW packages will be installed: [2021-04-06T08:41:02.339Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-06T08:41:02.339Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-06T08:41:02.339Z] pkg-config zip [2021-04-06T08:41:02.339Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-06T08:41:02.339Z] Need to get 7663 kB of archives. [2021-04-06T08:41:02.339Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-06T08:41:02.339Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-06T08:41:02.339Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-06T08:41:02.601Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-06T08:41:02.601Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-06T08:41:02.601Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-06T08:41:02.601Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-06T08:41:02.864Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-06T08:41:02.864Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-06T08:41:02.864Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-06T08:41:02.864Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-06T08:41:02.864Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-06T08:41:02.864Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-06T08:41:03.124Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-06T08:41:03.124Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-06T08:41:03.124Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-06T08:41:03.384Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-06T08:41:03.384Z] Fetched 7663 kB in 1s (6697 kB/s) [2021-04-06T08:41:03.384Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-06T08:41:03.384Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-06T08:41:03.384Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-06T08:41:03.384Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-06T08:41:03.644Z] Selecting previously unselected package libpsl5:amd64. [2021-04-06T08:41:03.644Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-06T08:41:03.644Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-06T08:41:03.644Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-06T08:41:03.644Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-06T08:41:03.905Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-06T08:41:03.905Z] Selecting previously unselected package librtmp1:amd64. [2021-04-06T08:41:03.905Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-06T08:41:03.905Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-06T08:41:03.905Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-06T08:41:03.905Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-06T08:41:03.905Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-06T08:41:04.167Z] Selecting previously unselected package liberror-perl. [2021-04-06T08:41:04.167Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-06T08:41:04.167Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-06T08:41:04.167Z] Selecting previously unselected package git-man. [2021-04-06T08:41:04.167Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-06T08:41:04.167Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-06T08:41:04.428Z] Selecting previously unselected package git. [2021-04-06T08:41:04.428Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-06T08:41:04.428Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-06T08:41:05.001Z] Selecting previously unselected package libnorm1:amd64. [2021-04-06T08:41:05.001Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-06T08:41:05.001Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-06T08:41:05.265Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-06T08:41:05.265Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-06T08:41:05.265Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-06T08:41:05.265Z] Selecting previously unselected package libsodium23:amd64. [2021-04-06T08:41:05.265Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-06T08:41:05.265Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-06T08:41:05.527Z] Selecting previously unselected package libzmq5:amd64. [2021-04-06T08:41:05.527Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-06T08:41:05.527Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T08:41:05.527Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-06T08:41:05.527Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-06T08:41:05.527Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T08:41:05.789Z] Selecting previously unselected package pkg-config. [2021-04-06T08:41:05.789Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-06T08:41:05.789Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-06T08:41:05.789Z] Selecting previously unselected package zip. [2021-04-06T08:41:05.789Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-06T08:41:05.789Z] Unpacking zip (3.0-11build1) ... [2021-04-06T08:41:05.789Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-06T08:41:05.789Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-06T08:41:06.050Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-06T08:41:06.050Z] Setting up liberror-perl (0.17025-1) ... [2021-04-06T08:41:06.050Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-06T08:41:06.050Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-06T08:41:06.050Z] No schema files found: doing nothing. [2021-04-06T08:41:06.050Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-06T08:41:06.050Z] Setting up zip (3.0-11build1) ... [2021-04-06T08:41:06.050Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-06T08:41:06.050Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-06T08:41:06.312Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-06T08:41:06.312Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T08:41:06.312Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-06T08:41:06.312Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-06T08:41:06.312Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-06T08:41:06.312Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-06T08:41:12.904Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T08:41:12.904Z] git set to automatically installed. [2021-04-06T08:41:12.904Z] git-man set to automatically installed. [2021-04-06T08:41:12.904Z] libcurl3-gnutls set to automatically installed. [2021-04-06T08:41:12.904Z] liberror-perl set to automatically installed. [2021-04-06T08:41:12.904Z] libglib2.0-0 set to automatically installed. [2021-04-06T08:41:12.904Z] libnghttp2-14 set to automatically installed. [2021-04-06T08:41:12.904Z] libnorm1 set to automatically installed. [2021-04-06T08:41:12.904Z] libpgm-5.2-0 set to automatically installed. [2021-04-06T08:41:12.904Z] libpsl5 set to automatically installed. [2021-04-06T08:41:12.904Z] librtmp1 set to automatically installed. [2021-04-06T08:41:12.904Z] libsodium23 set to automatically installed. [2021-04-06T08:41:12.904Z] libzmq3-dev set to automatically installed. [2021-04-06T08:41:12.904Z] libzmq5 set to automatically installed. [2021-04-06T08:41:12.904Z] pkg-config set to automatically installed. [2021-04-06T08:41:12.904Z] zip set to automatically installed. [2021-04-06T08:41:14.823Z] snapd is not logged in, snap install commands will use sudo [2021-04-06T08:41:21.474Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T08:41:39.600Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-06T08:41:39.600Z] snapd is not logged in, snap install commands will use sudo [2021-04-06T08:41:44.911Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-06T08:41:44.911Z] snap "core18" has no updates available [2021-04-06T08:41:45.853Z] Pulling go-build-helper [2021-04-06T08:41:45.853Z] + snapcraftctl pull [2021-04-06T08:41:46.795Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-06T08:41:46.795Z] Skipping pull go-build-helper (already ran) [2021-04-06T08:41:46.795Z] Building go-build-helper [2021-04-06T08:41:46.795Z] + snapcraftctl build [2021-04-06T08:41:48.709Z] Staging go-build-helper [2021-04-06T08:41:48.709Z] + snapcraftctl stage [2021-04-06T08:41:51.785Z] lf-activate-venv(): INFO: Adding /tmp/venv-V8gn/bin to PATH [2021-04-06T08:41:51.785Z] INFO: No Stack... [2021-04-06T08:41:51.785Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T08:41:51.785Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T08:41:52.123Z] + cat+ /w/workspace/edgex-go/56/archives/cost.csv [2021-04-06T08:41:52.123Z] cut -d, -f6 [Pipeline] lock [2021-04-06T08:41:52.225Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-56-stack-cost] [2021-04-06T08:41:52.239Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-56-stack-cost] did not exist. Created. [2021-04-06T08:41:52.239Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-56-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T08:41:52.665Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T08:41:52.983Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T08:41:52.997Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-56-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T08:41:58.723Z] + snapcraftctl pull [2021-04-06T08:41:58.723Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-06T08:41:58.723Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-06T08:41:58.723Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-06T08:41:58.723Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-06T08:41:58.723Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-06T08:41:58.723Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-06T08:41:58.723Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-06T08:41:58.723Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-06T08:41:58.723Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-06T08:41:58.724Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-06T08:41:58.724Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-06T08:41:58.724Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-06T08:41:58.724Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-06T08:41:58.724Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-06T08:41:58.724Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-06T08:41:58.724Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-06T08:41:58.724Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-06T08:41:58.724Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-06T08:41:58.724Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-06T08:41:58.724Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-06T08:41:58.724Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-06T08:41:58.724Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-06T08:41:58.724Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-06T08:41:58.724Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-06T08:41:58.724Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-06T08:41:58.724Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-06T08:41:58.724Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-06T08:41:58.724Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-06T08:41:58.724Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-06T08:41:58.724Z] Fetched 224 kB in 0s (0 B/s) [2021-04-06T08:41:58.724Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-06T08:41:58.724Z] Fetched 157 kB in 0s (0 B/s) [2021-04-06T08:41:58.724Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-06T08:41:58.724Z] Fetched 221 kB in 0s (0 B/s) [2021-04-06T08:41:58.724Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-06T08:41:58.724Z] Fetched 143 kB in 0s (0 B/s) [2021-04-06T08:41:58.724Z] Pulling app-service-config [2021-04-06T08:41:58.984Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-06T08:41:59.572Z] Pulling config-common [2021-04-06T08:41:59.572Z] + snapcraftctl pull [2021-04-06T08:42:03.780Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T08:42:03.780Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T08:42:03.780Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T08:42:03.780Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T08:42:03.780Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-06T08:42:03.780Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T08:42:03.780Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-06T08:42:03.780Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T08:42:03.780Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-06T08:42:03.780Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T08:42:03.780Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-06T08:42:03.780Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T08:42:03.780Z] Pulling edgex-go [2021-04-06T08:42:03.780Z] + snapcraftctl pull [2021-04-06T08:42:25.765Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-06T08:42:25.765Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-06T08:42:25.765Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-06T08:42:25.765Z] Fetched 0 B in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-06T08:42:25.765Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-06T08:42:25.765Z] Fetched 279 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-06T08:42:25.765Z] Fetched 122 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-06T08:42:25.765Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-06T08:42:25.765Z] Fetched 8848 B in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-06T08:42:25.765Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-06T08:42:25.765Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-06T08:42:25.765Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-06T08:42:25.765Z] Fetched 219 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-06T08:42:25.765Z] Fetched 154 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-06T08:42:25.765Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-06T08:42:25.765Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-06T08:42:25.765Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-06T08:42:25.765Z] Fetched 499 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-06T08:42:25.765Z] Fetched 111 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-06T08:42:25.765Z] Fetched 240 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-06T08:42:25.765Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-06T08:42:25.765Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-06T08:42:25.765Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-06T08:42:25.765Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-06T08:42:25.765Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-06T08:42:25.765Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-06T08:42:25.765Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-06T08:42:25.765Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-06T08:42:25.765Z] Fetched 8720 B in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-06T08:42:25.765Z] Fetched 137 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-06T08:42:25.765Z] Fetched 119 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-06T08:42:25.765Z] Fetched 109 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-06T08:42:25.765Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-06T08:42:25.765Z] Fetched 645 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-06T08:42:25.765Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-06T08:42:25.765Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-06T08:42:25.765Z] Fetched 368 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-06T08:42:25.765Z] Fetched 187 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-06T08:42:25.765Z] Fetched 175 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-06T08:42:25.765Z] Fetched 206 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-06T08:42:25.765Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-06T08:42:25.765Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-06T08:42:25.765Z] Fetched 159 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-06T08:42:25.765Z] Fetched 107 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-06T08:42:25.765Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-06T08:42:25.765Z] Pulling static-packages [2021-04-06T08:42:25.765Z] + snapcraftctl pull [2021-04-06T08:42:25.765Z] Pulling version [2021-04-06T08:42:25.765Z] + cd /root/project [2021-04-06T08:42:25.765Z] + [ -f VERSION ] [2021-04-06T08:42:25.765Z] + PROJECT_VERSION=local-dev [2021-04-06T08:42:25.765Z] + git rev-parse --short HEAD [2021-04-06T08:42:25.765Z] + GIT_REVISION=a6616ea5 [2021-04-06T08:42:25.765Z] + snapcraftctl set-version local-dev [2021-04-06T08:42:26.335Z] Skipping build go-build-helper (already ran) [2021-04-06T08:42:26.599Z] Building app-service-config [2021-04-06T08:42:26.599Z] + make build [2021-04-06T08:42:26.599Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-06T08:42:29.146Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 [2021-04-06T08:42:29.146Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-06T08:42:29.146Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-06T08:42:29.146Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-06T08:42:29.146Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-06T08:42:29.146Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-06T08:42:29.146Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-06T08:42:29.146Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-06T08:42:29.146Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-06T08:42:29.146Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-06T08:42:29.146Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-06T08:42:29.146Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-06T08:42:29.146Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-06T08:42:29.146Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-06T08:42:29.406Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-06T08:42:29.407Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-06T08:42:29.407Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-06T08:42:29.407Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-06T08:42:29.407Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-06T08:42:29.407Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-06T08:42:29.407Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-06T08:42:29.666Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-06T08:42:29.666Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-06T08:42:29.666Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-06T08:42:29.666Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-06T08:42:29.666Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-06T08:42:29.666Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-06T08:42:29.666Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-06T08:42:29.666Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-06T08:42:29.929Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-06T08:42:29.929Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-06T08:42:29.929Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-06T08:42:29.929Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-06T08:42:29.929Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-06T08:42:29.929Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-06T08:42:30.191Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-06T08:42:30.191Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-06T08:42:30.191Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-06T08:42:30.191Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-06T08:42:30.191Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-06T08:42:30.191Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-06T08:42:30.191Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-06T08:42:30.191Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-06T08:42:30.191Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-06T08:42:30.191Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-06T08:42:40.197Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-06T08:42:40.197Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-06T08:42:40.197Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-06T08:42:40.197Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-06T08:42:40.197Z] Building config-common [2021-04-06T08:42:40.197Z] + snapcraftctl build [2021-04-06T08:42:42.124Z] Building edgex-go [2021-04-06T08:42:42.385Z] + cd /root/parts/edgex-go/src [2021-04-06T08:42:42.385Z] + make build [2021-04-06T08:42:42.385Z] 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-04-06T08:42:42.959Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-06T08:42:42.959Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-06T08:42:42.959Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-06T08:42:42.959Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-06T08:42:42.959Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-06T08:42:42.959Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-06T08:42:46.255Z] 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-04-06T08:42:46.255Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-06T08:42:51.536Z] 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-04-06T08:42:52.108Z] 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-04-06T08:42:54.019Z] 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-04-06T08:42:54.279Z] 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-04-06T08:42:54.539Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-06T08:42:54.539Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-06T08:42:54.539Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-06T08:42:54.539Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-06T08:42:56.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-06T08:42:56.462Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-06T08:42:56.462Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-06T08:42:57.841Z] 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-04-06T08:42:59.226Z] 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-04-06T08:43:00.167Z] 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-04-06T08:43:01.597Z] 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-04-06T08:43:01.597Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-06T08:43:02.796Z] 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-04-06T08:43:02.796Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-06T08:43:04.610Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-06T08:43:04.610Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-06T08:43:04.610Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-06T08:43:04.933Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-06T08:43:04.933Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-06T08:43:04.933Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-06T08:43:04.933Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-06T08:43:04.933Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-06T08:43:04.933Z] + 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-04-06T08:43:04.933Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-06T08:43:04.933Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-06T08:43:04.933Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-06T08:43:04.933Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-06T08:43:04.933Z] + 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-04-06T08:43:08.236Z] Building static-packages [2021-04-06T08:43:08.236Z] + snapcraftctl build [2021-04-06T08:43:09.622Z] Building version [2021-04-06T08:43:09.622Z] + snapcraftctl build [2021-04-06T08:43:11.531Z] Skipping stage go-build-helper (already ran) [2021-04-06T08:43:11.531Z] Staging app-service-config [2021-04-06T08:43:11.531Z] + snapcraftctl stage [2021-04-06T08:43:12.102Z] Staging config-common [2021-04-06T08:43:12.362Z] + snapcraftctl stage [2021-04-06T08:43:13.307Z] Staging edgex-go [2021-04-06T08:43:13.307Z] + snapcraftctl stage [2021-04-06T08:43:14.274Z] Staging static-packages [2021-04-06T08:43:14.274Z] + snapcraftctl stage [2021-04-06T08:43:15.660Z] Staging version [2021-04-06T08:43:15.660Z] + snapcraftctl stage [2021-04-06T08:43:16.232Z] Priming go-build-helper [2021-04-06T08:43:16.494Z] + snapcraftctl prime [2021-04-06T08:43:17.443Z] Priming app-service-config [2021-04-06T08:43:17.443Z] + snapcraftctl prime [2021-04-06T08:43:18.828Z] Priming config-common [2021-04-06T08:43:18.828Z] + snapcraftctl prime [2021-04-06T08:43:19.774Z] Priming edgex-go [2021-04-06T08:43:19.774Z] + snapcraftctl prime [2021-04-06T08:43:20.716Z] Priming static-packages [2021-04-06T08:43:20.716Z] + snapcraftctl prime [2021-04-06T08:43:23.262Z] Priming version [2021-04-06T08:43:23.262Z] + snapcraftctl prime [2021-04-06T08:43:24.203Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-06T08:43:27.254Z] provisioning config files... [2021-04-06T08:43:27.276Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/56@tmp/config4408377466348405635tmp [Pipeline] { [Pipeline] sh [2021-04-06T08:43:27.667Z] + set +x [2021-04-06T08:43:27.667Z] + bash -s -- [2021-04-06T08:43:27.667Z] + curl -s https://codecov.io/bash [2021-04-06T08:43:28.663Z] [2021-04-06T08:43:28.663Z] _____ _ [2021-04-06T08:43:28.663Z] / ____| | | [2021-04-06T08:43:28.663Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T08:43:28.663Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T08:43:28.663Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T08:43:28.663Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T08:43:28.663Z] Bash-20210309-2b87ace [2021-04-06T08:43:28.663Z] [2021-04-06T08:43:28.663Z] [2021-04-06T08:43:28.663Z] ==> git version 2.24.3 found [2021-04-06T08:43:28.663Z] ==> 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-04-06T08:43:28.663Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T08:43:28.663Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T08:43:28.663Z] ==> Jenkins CI detected. [2021-04-06T08:43:28.663Z] project root: . [2021-04-06T08:43:28.663Z] --> token set from env [2021-04-06T08:43:28.663Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T08:43:28.945Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T08:43:28.945Z] ==> Python coveragepy not found [2021-04-06T08:43:28.945Z] ==> Searching for coverage reports in: [2021-04-06T08:43:28.945Z] + . [2021-04-06T08:43:28.945Z] -> Found 1 reports [2021-04-06T08:43:28.945Z] ==> Detecting git/mercurial file structure [2021-04-06T08:43:29.222Z] ==> Reading reports [2021-04-06T08:43:29.222Z] + ./coverage.out bytes=697383 [2021-04-06T08:43:29.222Z] ==> Appending adjustments [2021-04-06T08:43:29.222Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T08:43:37.650Z] + Found adjustments [2021-04-06T08:43:37.650Z] ==> Gzipping contents [2021-04-06T08:43:37.650Z] 100K /tmp/codecov.S5TjtD.gz [2021-04-06T08:43:37.650Z] ==> Uploading reports [2021-04-06T08:43:37.650Z] url: https://codecov.io [2021-04-06T08:43:37.650Z] query: branch=PR-3234&commit=a6616ea54d0c9eb5f65a979b2509cc883f3e560a&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F56%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-06T08:43:37.650Z] -> Pinging Codecov [2021-04-06T08:43:37.650Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=a6616ea54d0c9eb5f65a979b2509cc883f3e560a&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F56%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-06T08:43:37.650Z] -> Uploading to [2021-04-06T08:43:37.650Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/00271124DB129430A58F1EEE437C3FCB/a6616ea54d0c9eb5f65a979b2509cc883f3e560a/95f0bd48-873b-425d-a71a-962ffbdd8761.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T084336Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8d9741cab2bee468980445bdafe8e37a8b37932bafeccb3dcdf0e81ef4c78aac [2021-04-06T08:43:37.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T08:43:37.650Z] Dload Upload Total Spent Left Speed [2021-04-06T08:43:37.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99511 0 0 100 99511 0 135k --:--:-- --:--:-- --:--:-- 135k [2021-04-06T08:43:37.943Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a6616ea54d0c9eb5f65a979b2509cc883f3e560a [Pipeline] } [2021-04-06T08:43:37.961Z] 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-04-06T08:43:39.564Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:43:40.994Z] ---> package-listing.sh [2021-04-06T08:43:40.994Z] ++ facter osfamily [2021-04-06T08:43:40.994Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T08:43:41.281Z] + OS_FAMILY=redhat [2021-04-06T08:43:41.281Z] + workspace=/w/workspace/edgex-go/56 [2021-04-06T08:43:41.281Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T08:43:41.281Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T08:43:41.281Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T08:43:41.281Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T08:43:41.281Z] + '[' /w/workspace/edgex-go/56 ']' [2021-04-06T08:43:41.281Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T08:43:41.281Z] + case "${OS_FAMILY}" in [2021-04-06T08:43:41.281Z] + rpm -qa [2021-04-06T08:43:41.281Z] + sort [2021-04-06T08:43:49.774Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T08:43:49.774Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T08:43:49.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T08:43:49.774Z] + '[' /w/workspace/edgex-go/56 ']' [2021-04-06T08:43:49.774Z] + mkdir -p /w/workspace/edgex-go/56/archives/ [2021-04-06T08:43:49.774Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/56/archives/ [Pipeline] echo [2021-04-06T08:43:49.793Z] 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/56/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T08:43:50.138Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:43:50.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T08:43:52.184Z] [2021-04-06T08:43:52.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T08:43:52.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T08:43:53.813Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T08:43:53.813Z] df20fa9351a1: Pulling fs layer [2021-04-06T08:43:53.813Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T08:43:53.813Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T08:43:53.813Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T08:43:53.813Z] 93b61091891f: Pulling fs layer [2021-04-06T08:43:53.813Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T08:43:53.813Z] 5e14af77c1be: Pulling fs layer [2021-04-06T08:43:53.813Z] 01666e4c0597: Pulling fs layer [2021-04-06T08:43:53.813Z] aa168da1d23b: Pulling fs layer [2021-04-06T08:43:53.813Z] 46f8f816bc3b: Waiting [2021-04-06T08:43:53.813Z] 93b9cdb0e59b: Waiting [2021-04-06T08:43:53.813Z] 5e14af77c1be: Waiting [2021-04-06T08:43:53.813Z] 93b61091891f: Waiting [2021-04-06T08:43:53.814Z] 01666e4c0597: Waiting [2021-04-06T08:43:53.814Z] aa168da1d23b: Waiting [2021-04-06T08:43:53.814Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T08:43:53.814Z] 36b3adc4ff6f: Download complete [2021-04-06T08:43:53.814Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T08:43:53.814Z] 46f8f816bc3b: Download complete [2021-04-06T08:43:53.814Z] df20fa9351a1: Download complete [2021-04-06T08:43:53.814Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T08:43:53.814Z] 93b9cdb0e59b: Download complete [2021-04-06T08:43:54.155Z] 5e14af77c1be: Verifying Checksum [2021-04-06T08:43:54.155Z] 5e14af77c1be: Download complete [2021-04-06T08:43:54.155Z] 01666e4c0597: Verifying Checksum [2021-04-06T08:43:54.155Z] 01666e4c0597: Download complete [2021-04-06T08:43:54.155Z] 93b61091891f: Verifying Checksum [2021-04-06T08:43:54.155Z] 93b61091891f: Download complete [2021-04-06T08:43:55.350Z] df20fa9351a1: Pull complete [2021-04-06T08:43:55.350Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T08:43:55.350Z] 8ad3a11d3b57: Download complete [2021-04-06T08:43:56.059Z] 36b3adc4ff6f: Pull complete [2021-04-06T08:44:00.800Z] 8ad3a11d3b57: Pull complete [2021-04-06T08:44:01.080Z] 46f8f816bc3b: Pull complete [2021-04-06T08:44:04.084Z] aa168da1d23b: Verifying Checksum [2021-04-06T08:44:04.084Z] aa168da1d23b: Download complete [2021-04-06T08:44:04.084Z] 93b61091891f: Pull complete [2021-04-06T08:44:04.362Z] 93b9cdb0e59b: Pull complete [2021-04-06T08:44:04.640Z] 5e14af77c1be: Pull complete [2021-04-06T08:44:05.266Z] 01666e4c0597: Pull complete [2021-04-06T08:44:23.830Z] aa168da1d23b: Pull complete [2021-04-06T08:44:23.830Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T08:44:23.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T08:44:23.830Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T08:44:24.438Z] prd-centos7-docker-4c-2g-32933 does not seem to be running inside a container [2021-04-06T08:44:24.634Z] $ 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/56/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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T08:44:30.608Z] $ docker top 5dcfa197a62a0bfa75775c66aac3eba4914520603b15eeaeedb67459eb75b5e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T08:44:32.251Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T08:44:32.600Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T08:44:33.115Z] + ls /var/log/sa-host [2021-04-06T08:44:33.115Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T08:44:33.115Z] file_magic: OK [2021-04-06T08:44:33.115Z] HZ: Using current value: 100 [2021-04-06T08:44:33.115Z] file_header: OK [2021-04-06T08:44:33.115Z] 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-04-06T08:44:33.115Z] Statistics: [2021-04-06T08:44:33.115Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T08:44:33.115Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T08:44:33.115Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T08:44:33.115Z] file_magic: OK [2021-04-06T08:44:33.115Z] HZ: Using current value: 100 [2021-04-06T08:44:33.115Z] file_header: OK [2021-04-06T08:44:33.115Z] 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-04-06T08:44:33.115Z] Statistics: [2021-04-06T08:44:33.115Z] Hnuu...uuuununununu... [2021-04-06T08:44:33.115Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T08:44:33.349Z] provisioning config files... [2021-04-06T08:44:33.368Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/56@tmp/config624289876220712037tmp [Pipeline] { [Pipeline] echo [2021-04-06T08:44:33.448Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:44:34.185Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T08:44:34.215Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T08:44:34.305Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:44:35.510Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T08:44:35.656Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:44:36.899Z] ---> sudo-logs.sh [2021-04-06T08:44:36.900Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T08:44:37.053Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:44:37.986Z] ---> job-cost.sh [2021-04-06T08:44:38.699Z] lf-activate-venv: SKIPPING [2021-04-06T08:44:38.699Z] DEBUG: total: 0.20999999344348907 [2021-04-06T08:44:38.699Z] INFO: Retrieving Stack Cost... [2021-04-06T08:44:39.423Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T08:44:40.465Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T08:44:40.484Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T08:44:42.057Z] ---> logs-deploy.sh [2021-04-06T08:44:42.057Z] lf-activate-venv: SKIPPING [2021-04-06T08:44:42.057Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/56 [2021-04-06T08:44:42.057Z] INFO: archiving workspace using pattern(s): [2021-04-06T08:44:44.872Z] Archives upload complete. [2021-04-06T08:44:44.872Z] INFO: archiving logs to Nexus [2021-04-06T08:44:47.050Z] ---> uname -a: [2021-04-06T08:44:47.050Z] Linux prd-centos7-docker-4c-2g-32933.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-06T08:44:47.050Z] [2021-04-06T08:44:47.050Z] [2021-04-06T08:44:47.050Z] ---> lscpu: [2021-04-06T08:44:47.050Z] Architecture: x86_64 [2021-04-06T08:44:47.050Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-06T08:44:47.050Z] Byte Order: Little Endian [2021-04-06T08:44:47.050Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-06T08:44:47.050Z] CPU(s): 4 [2021-04-06T08:44:47.050Z] On-line CPU(s) list: 0-3 [2021-04-06T08:44:47.050Z] Thread(s) per core: 1 [2021-04-06T08:44:47.050Z] Core(s) per socket: 1 [2021-04-06T08:44:47.050Z] Socket(s): 4 [2021-04-06T08:44:47.050Z] NUMA node(s): 1 [2021-04-06T08:44:47.050Z] Vendor ID: GenuineIntel [2021-04-06T08:44:47.050Z] CPU family: 6 [2021-04-06T08:44:47.050Z] Model: 44 [2021-04-06T08:44:47.050Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-06T08:44:47.050Z] Stepping: 1 [2021-04-06T08:44:47.050Z] CPU MHz: 2933.438 [2021-04-06T08:44:47.050Z] BogoMIPS: 5866.87 [2021-04-06T08:44:47.050Z] Virtualization: VT-x [2021-04-06T08:44:47.050Z] Hypervisor vendor: KVM [2021-04-06T08:44:47.050Z] Virtualization type: full [2021-04-06T08:44:47.050Z] L1d cache: 128 KiB [2021-04-06T08:44:47.050Z] L1i cache: 128 KiB [2021-04-06T08:44:47.050Z] L2 cache: 16 MiB [2021-04-06T08:44:47.050Z] L3 cache: 64 MiB [2021-04-06T08:44:47.050Z] NUMA node0 CPU(s): 0-3 [2021-04-06T08:44:47.050Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-06T08:44:47.050Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-06T08:44:47.050Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-06T08:44:47.050Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-06T08:44:47.050Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-06T08:44:47.050Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-06T08:44:47.050Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-06T08:44:47.050Z] Vulnerability Srbds: Not affected [2021-04-06T08:44:47.050Z] Vulnerability Tsx async abort: Not affected [2021-04-06T08:44:47.050Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-06T08:44:47.050Z] [2021-04-06T08:44:47.050Z] [2021-04-06T08:44:47.050Z] ---> nproc: [2021-04-06T08:44:47.050Z] 4 [2021-04-06T08:44:47.050Z] [2021-04-06T08:44:47.050Z] [2021-04-06T08:44:47.050Z] ---> df -h: [2021-04-06T08:44:47.050Z] Filesystem Size Used Available Use% Mounted on [2021-04-06T08:44:47.050Z] overlay 50.0G 12.6G 37.3G 25% / [2021-04-06T08:44:47.050Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-06T08:44:47.050Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-06T08:44:47.050Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-06T08:44:47.050Z] /dev/vda1 50.0G 12.6G 37.3G 25% /facter-os [2021-04-06T08:44:47.050Z] /dev/vda1 50.0G 12.6G 37.3G 25% /etc/resolv.conf [2021-04-06T08:44:47.050Z] /dev/vda1 50.0G 12.6G 37.3G 25% /etc/hostname [2021-04-06T08:44:47.050Z] /dev/vda1 50.0G 12.6G 37.3G 25% /etc/hosts [2021-04-06T08:44:47.050Z] /dev/vda1 50.0G 12.6G 37.3G 25% /var/log/sa-host [2021-04-06T08:44:47.051Z] /dev/vda1 50.0G 12.6G 37.3G 25% /var/log/secure [2021-04-06T08:44:47.051Z] /dev/vda1 50.0G 12.6G 37.3G 25% /var/log/auth.log [2021-04-06T08:44:47.051Z] /dev/vda1 50.0G 12.6G 37.3G 25% /run/cloud-init/result.json [2021-04-06T08:44:47.051Z] /dev/vda1 50.0G 12.6G 37.3G 25% /w/workspace/edgex-go/56 [2021-04-06T08:44:47.051Z] /dev/vda1 50.0G 12.6G 37.3G 25% /w/workspace/edgex-go/56@tmp [2021-04-06T08:44:47.051Z] [2021-04-06T08:44:47.051Z]