Pull request #3437 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa+106205dfb17fde51d29924d02061c8a1d01e98d4 (c9a002739dffe2fc3c8f4ce21dba9741a7058273) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3820 in /w/workspace/edgexfoundry_edgex-go_PR-3437 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 Merging remotes/origin/master commit 106205dfb17fde51d29924d02061c8a1d01e98d4 into PR head commit 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa Merge succeeded, producing 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa Checking out Revision 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa (PR-3437) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3437/head:refs/remotes/origin/PR-3437 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # 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 106205dfb17fde51d29924d02061c8a1d01e98d4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-09T11:00:43.953Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-09T11:00:44.053Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-09T11:00:44.081Z] ========================================================= [2021-05-09T11:00:44.081Z] EdgeX Global Pipelines Version Info [2021-05-09T11:00:44.081Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 228117cbe16fcb5a9ff2bf8d9ca901a5fe0ed055 # timeout=10 [2021-05-09T11:00:45.651Z] ------------------- [2021-05-09T11:00:45.651Z] stable info: [2021-05-09T11:00:45.651Z] ------------------- [2021-05-09T11:00:45.651Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-09T11:00:45.651Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T11:00:45.651Z] Message: update stable to v1.0.191 [2021-05-09T11:00:46.599Z] ------------------- [2021-05-09T11:00:46.599Z] experimental info: [2021-05-09T11:00:46.599Z] ------------------- [2021-05-09T11:00:46.599Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-09T11:00:46.599Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T11:00:46.600Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-09T11:00:46.729Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-09T11:00:46.753Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-09T11:00:46.779Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-09T11:00:46.805Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-09T11:00:46.831Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-09T11:00:46.858Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-09T11:00:46.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-09T11:00:46.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-09T11:00:46.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-09T11:00:46.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-09T11:00:46.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-09T11:00:47.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-09T11:00:47.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-09T11:00:47.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-09T11:00:47.078Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T11:00:47.102Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T11:00:47.127Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-09T11:00:47.152Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-09T11:00:47.177Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-09T11:00:47.202Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-09T11:00:47.226Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-09T11:00:47.252Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-09T11:00:47.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3437 [Pipeline] echo [2021-05-09T11:00:47.298Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3437 [Pipeline] echo [2021-05-09T11:00:47.324Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3437 [Pipeline] echo [2021-05-09T11:00:47.349Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [Pipeline] echo [2021-05-09T11:00:47.374Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 39e708b [Pipeline] echo [2021-05-09T11:00:47.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T11:00:47.476Z] provisioning config files... [2021-05-09T11:00:47.513Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3540308376527379684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:00:47.840Z] ---> docker-login.sh [2021-05-09T11:00:47.840Z] nexus3.edgexfoundry.org:10001 [2021-05-09T11:00:48.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:00:48.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:00:48.370Z] Configure a credential helper to remove this warning. See [2021-05-09T11:00:48.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:00:48.370Z] [2021-05-09T11:00:48.370Z] Login Succeeded [2021-05-09T11:00:48.370Z] nexus3.edgexfoundry.org:10002 [2021-05-09T11:00:48.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:00:48.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:00:48.633Z] Configure a credential helper to remove this warning. See [2021-05-09T11:00:48.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:00:48.633Z] [2021-05-09T11:00:48.633Z] Login Succeeded [2021-05-09T11:00:48.633Z] nexus3.edgexfoundry.org:10003 [2021-05-09T11:00:48.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:00:48.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:00:48.633Z] Configure a credential helper to remove this warning. See [2021-05-09T11:00:48.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:00:48.633Z] [2021-05-09T11:00:48.633Z] Login Succeeded [2021-05-09T11:00:48.633Z] nexus3.edgexfoundry.org:10004 [2021-05-09T11:00:48.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:00:48.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:00:48.895Z] Configure a credential helper to remove this warning. See [2021-05-09T11:00:48.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:00:48.895Z] [2021-05-09T11:00:48.895Z] Login Succeeded [2021-05-09T11:00:48.895Z] docker.io [2021-05-09T11:00:48.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:00:49.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:00:49.470Z] Configure a credential helper to remove this warning. See [2021-05-09T11:00:49.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:00:49.470Z] [2021-05-09T11:00:49.470Z] Login Succeeded [2021-05-09T11:00:49.470Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T11:00:49.481Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:00:49.820Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/core-command/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/core-data/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-09T11:00:49.821Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-09T11:00:49.821Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-09T11:00:49.821Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-09T11:00:49.821Z] ++ cut -d/ -f2 [2021-05-09T11:00:49.821Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-09T11:00:49.889Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:00:50.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:00:50.579Z] [2021-05-09T11:00:50.579Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:00:50.893Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:00:50.893Z] latest: Pulling from edgex-devops/git-semver [2021-05-09T11:00:50.893Z] 31603596830f: Pulling fs layer [2021-05-09T11:00:50.893Z] 54011a49482f: Pulling fs layer [2021-05-09T11:00:50.893Z] a6820b24f6d8: Pulling fs layer [2021-05-09T11:00:50.893Z] f581987b2513: Pulling fs layer [2021-05-09T11:00:50.893Z] f581987b2513: Waiting [2021-05-09T11:00:50.893Z] 54011a49482f: Verifying Checksum [2021-05-09T11:00:50.893Z] 54011a49482f: Download complete [2021-05-09T11:00:50.893Z] 31603596830f: Download complete [2021-05-09T11:00:51.155Z] a6820b24f6d8: Verifying Checksum [2021-05-09T11:00:51.155Z] a6820b24f6d8: Download complete [2021-05-09T11:00:51.155Z] f581987b2513: Verifying Checksum [2021-05-09T11:00:51.155Z] f581987b2513: Download complete [2021-05-09T11:00:51.422Z] 31603596830f: Pull complete [2021-05-09T11:00:51.422Z] 54011a49482f: Pull complete [2021-05-09T11:00:52.375Z] a6820b24f6d8: Pull complete [2021-05-09T11:00:52.638Z] f581987b2513: Pull complete [2021-05-09T11:00:52.638Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-09T11:00:52.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:00:52.638Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-09T11:00:52.824Z] prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container [2021-05-09T11:00:52.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-09T11:00:55.522Z] $ docker top 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-09T11:00:55.703Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:00:55.703Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:00:55.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:00:55.951Z] $ docker exec 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent [2021-05-09T11:00:56.142Z] SSH_AUTH_SOCK=/tmp/ssh-ZgKS9rAKKK5j/agent.11 [2021-05-09T11:00:56.142Z] SSH_AGENT_PID=17 [2021-05-09T11:00:56.159Z] Running ssh-add (command line suppressed) [2021-05-09T11:00:56.288Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6691823167811304280.key (/w/workspace/edgex-go/2@tmp/private_key_6691823167811304280.key) [2021-05-09T11:00:56.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:00:56.646Z] + git tag --points-at HEAD [Pipeline] } [2021-05-09T11:00:56.670Z] $ docker exec --env ******** --env ******** 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent -k [2021-05-09T11:00:56.800Z] unset SSH_AUTH_SOCK; [2021-05-09T11:00:56.800Z] unset SSH_AGENT_PID; [2021-05-09T11:00:56.800Z] echo Agent pid 17 killed; [2021-05-09T11:00:56.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-09T11:00:56.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:00:56.912Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:00:57.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:00:57.104Z] $ docker exec 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent [2021-05-09T11:00:57.290Z] SSH_AUTH_SOCK=/tmp/ssh-3MjLzOYHmqPx/agent.45 [2021-05-09T11:00:57.290Z] SSH_AGENT_PID=50 [2021-05-09T11:00:57.298Z] Running ssh-add (command line suppressed) [2021-05-09T11:00:57.423Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4651228085235941326.key (/w/workspace/edgex-go/2@tmp/private_key_4651228085235941326.key) [2021-05-09T11:00:57.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:00:57.785Z] + git semver init [2021-05-09T11:00:57.785Z] # -> Open(): unable to determine branch for HEAD [2021-05-09T11:00:57.785Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-09T11:00:57.785Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-09T11:00:57.785Z] # $SEMVER_REMOTE_NAME = origin [2021-05-09T11:00:57.785Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-09T11:00:57.785Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-09T11:00:57.785Z] # $SEMVER_BRANCH = PR-3437 [2021-05-09T11:00:57.785Z] # $SEMVER_TEMP = /tmp/semver-516844883 [2021-05-09T11:00:57.785Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-09T11:01:24.437Z] # '/tmp/semver-516844883' -> '/w/workspace/edgex-go/2/.semver' [2021-05-09T11:01:25.394Z] # -> Force: false [2021-05-09T11:01:25.394Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-09T11:01:25.412Z] $ docker exec --env ******** --env ******** 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 ssh-agent -k [2021-05-09T11:01:25.729Z] unset SSH_AUTH_SOCK; [2021-05-09T11:01:25.730Z] unset SSH_AGENT_PID; [2021-05-09T11:01:25.730Z] echo Agent pid 50 killed; [2021-05-09T11:01:25.879Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:01:26.220Z] + git semver [Pipeline] } [2021-05-09T11:01:26.243Z] $ docker stop --time=1 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 [2021-05-09T11:01:28.074Z] $ docker rm -f 4bf6f4dbc7e5a8b3d7cd57a612454b25f8dee3b41387fc1cdd29191c0b8a31b7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T11:01:28.534Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-09T11:01:28.961Z] Stashed 1 file(s) [Pipeline] echo [2021-05-09T11:01:28.965Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T11:01:29.319Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3817 in /w/workspace/edgexfoundry_edgex-go_PR-3437 [Pipeline] { [Pipeline] ws [2021-05-09T11:01:29.340Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-09T11:01:29.501Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:01:29.827Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:01:30.182Z] + sudo service docker restart [2021-05-09T11:01:30.182Z] + true [2021-05-09T11:01:30.182Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-09T11:01:30.857Z] ========================================================= [2021-05-09T11:01:30.857Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-09T11:01:30.857Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:01:31.184Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-09T11:01:34.524Z] Sending build context to Docker daemon 330MB [2021-05-09T11:01:34.524Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-09T11:01:34.524Z] Step 2/6 : FROM ${BASE} [2021-05-09T11:01:34.524Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-09T11:01:34.524Z] 540db60ca938: Pulling fs layer [2021-05-09T11:01:34.524Z] adcc1eea9eea: Pulling fs layer [2021-05-09T11:01:34.524Z] 4c4ab2625f07: Pulling fs layer [2021-05-09T11:01:34.524Z] 0510c868ecb4: Pulling fs layer [2021-05-09T11:01:34.524Z] afea3b2eda06: Pulling fs layer [2021-05-09T11:01:34.524Z] 7809a108b3ef: Pulling fs layer [2021-05-09T11:01:34.524Z] f706445af74f: Pulling fs layer [2021-05-09T11:01:34.524Z] afea3b2eda06: Waiting [2021-05-09T11:01:34.524Z] 7809a108b3ef: Waiting [2021-05-09T11:01:34.524Z] f706445af74f: Waiting [2021-05-09T11:01:34.524Z] 0510c868ecb4: Waiting [2021-05-09T11:01:34.524Z] 4c4ab2625f07: Verifying Checksum [2021-05-09T11:01:34.524Z] 4c4ab2625f07: Download complete [2021-05-09T11:01:34.524Z] adcc1eea9eea: Verifying Checksum [2021-05-09T11:01:34.524Z] adcc1eea9eea: Download complete [2021-05-09T11:01:34.524Z] afea3b2eda06: Verifying Checksum [2021-05-09T11:01:34.524Z] afea3b2eda06: Download complete [2021-05-09T11:01:34.524Z] 7809a108b3ef: Verifying Checksum [2021-05-09T11:01:34.524Z] 7809a108b3ef: Download complete [2021-05-09T11:01:34.524Z] 540db60ca938: Verifying Checksum [2021-05-09T11:01:34.524Z] 540db60ca938: Download complete [2021-05-09T11:01:34.710Z] using credential edgex-jenkins-ssh [2021-05-09T11:01:34.752Z] Cloning the remote Git repository [2021-05-09T11:01:35.107Z] 540db60ca938: Pull complete [2021-05-09T11:01:34.812Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:01:34.917Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-09T11:01:35.015Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:01:35.016Z] > git --version # timeout=10 [2021-05-09T11:01:35.034Z] > git --version # 'git version 2.17.1' [2021-05-09T11:01:35.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:01:35.110Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:01:36.516Z] f706445af74f: Verifying Checksum [2021-05-09T11:01:36.516Z] f706445af74f: Download complete [2021-05-09T11:01:36.516Z] adcc1eea9eea: Pull complete [2021-05-09T11:01:36.779Z] 4c4ab2625f07: Pull complete [2021-05-09T11:01:37.045Z] 0510c868ecb4: Verifying Checksum [2021-05-09T11:01:37.045Z] 0510c868ecb4: Download complete [2021-05-09T11:01:42.384Z] 0510c868ecb4: Pull complete [2021-05-09T11:01:42.384Z] afea3b2eda06: Pull complete [2021-05-09T11:01:42.657Z] 7809a108b3ef: Pull complete [2021-05-09T11:01:46.895Z] f706445af74f: Pull complete [2021-05-09T11:01:46.895Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-09T11:01:46.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-09T11:01:46.895Z] ---> b068be0155e3 [2021-05-09T11:01:46.895Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-09T11:01:46.895Z] ---> Running in 1897c256b768 [2021-05-09T11:01:47.473Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:01:49.399Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:01:50.799Z] (1/12) Installing libmagic (5.39-r0) [2021-05-09T11:01:51.377Z] (2/12) Installing file (5.39-r0) [2021-05-09T11:01:51.642Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-09T11:01:51.908Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-09T11:01:57.616Z] Merging remotes/origin/master commit 106205dfb17fde51d29924d02061c8a1d01e98d4 into PR head commit 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:01:58.046Z] Merge succeeded, producing 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:01:58.047Z] Checking out Revision 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa (PR-3437) [2021-05-09T11:01:56.809Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:01:56.834Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:01:56.858Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:01:56.890Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:01:56.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:01:56.903Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3437/head:refs/remotes/origin/PR-3437 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T11:01:57.639Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:01:57.650Z] > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 [2021-05-09T11:01:57.959Z] > git remote # timeout=10 [2021-05-09T11:01:57.982Z] > git config --get remote.origin.url # timeout=10 [2021-05-09T11:01:57.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:01:58.007Z] > git merge 106205dfb17fde51d29924d02061c8a1d01e98d4 # timeout=10 [2021-05-09T11:01:58.029Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-09T11:01:58.059Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:01:58.076Z] > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 [2021-05-09T11:02:02.690Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T11:02:04.091Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:02:04.508Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:02:04.857Z] + sudo service docker restart+ [2021-05-09T11:02:04.857Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T11:02:06.889Z] provisioning config files... [2021-05-09T11:02:06.946Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1289637879708732464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:02:07.317Z] ---> docker-login.sh [2021-05-09T11:02:07.317Z] nexus3.edgexfoundry.org:10001 [2021-05-09T11:02:08.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:02:08.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:02:08.581Z] Configure a credential helper to remove this warning. See [2021-05-09T11:02:08.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:02:08.581Z] [2021-05-09T11:02:08.581Z] Login Succeeded [2021-05-09T11:02:08.581Z] nexus3.edgexfoundry.org:10002 [2021-05-09T11:02:08.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:02:09.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:02:09.143Z] Configure a credential helper to remove this warning. See [2021-05-09T11:02:09.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:02:09.143Z] [2021-05-09T11:02:09.143Z] Login Succeeded [2021-05-09T11:02:09.143Z] nexus3.edgexfoundry.org:10003 [2021-05-09T11:02:09.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:02:09.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:02:09.693Z] Configure a credential helper to remove this warning. See [2021-05-09T11:02:09.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:02:09.693Z] [2021-05-09T11:02:09.693Z] Login Succeeded [2021-05-09T11:02:09.693Z] nexus3.edgexfoundry.org:10004 [2021-05-09T11:02:09.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:02:10.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:02:10.243Z] Configure a credential helper to remove this warning. See [2021-05-09T11:02:10.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:02:10.243Z] [2021-05-09T11:02:10.243Z] Login Succeeded [2021-05-09T11:02:10.243Z] docker.io [2021-05-09T11:02:10.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:02:11.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:02:11.116Z] Configure a credential helper to remove this warning. See [2021-05-09T11:02:11.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:02:11.116Z] [2021-05-09T11:02:11.116Z] Login Succeeded [2021-05-09T11:02:11.116Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T11:02:11.133Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-09T11:02:11.456Z] ========================================================= [2021-05-09T11:02:11.456Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-09T11:02:11.456Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:02:11.797Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-09T11:02:14.431Z] Sending build context to Docker daemon 167.6MB [2021-05-09T11:02:14.431Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-09T11:02:14.431Z] Step 2/6 : FROM ${BASE} [2021-05-09T11:02:14.431Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-09T11:02:14.431Z] 595b0fe564bb: Pulling fs layer [2021-05-09T11:02:14.431Z] 7186ed65a4f7: Pulling fs layer [2021-05-09T11:02:14.431Z] 316046926c0a: Pulling fs layer [2021-05-09T11:02:14.431Z] 4ebd0625c992: Pulling fs layer [2021-05-09T11:02:14.431Z] 207e8628e3a3: Pulling fs layer [2021-05-09T11:02:14.431Z] c791037a9be2: Pulling fs layer [2021-05-09T11:02:14.431Z] ffd874e62e21: Pulling fs layer [2021-05-09T11:02:14.431Z] 4ebd0625c992: Waiting [2021-05-09T11:02:14.431Z] 207e8628e3a3: Waiting [2021-05-09T11:02:14.431Z] c791037a9be2: Waiting [2021-05-09T11:02:14.431Z] ffd874e62e21: Waiting [2021-05-09T11:02:14.431Z] 316046926c0a: Verifying Checksum [2021-05-09T11:02:14.431Z] 316046926c0a: Download complete [2021-05-09T11:02:14.431Z] 7186ed65a4f7: Verifying Checksum [2021-05-09T11:02:14.431Z] 7186ed65a4f7: Download complete [2021-05-09T11:02:14.431Z] 207e8628e3a3: Verifying Checksum [2021-05-09T11:02:14.431Z] 207e8628e3a3: Download complete [2021-05-09T11:02:14.431Z] c791037a9be2: Verifying Checksum [2021-05-09T11:02:14.431Z] c791037a9be2: Download complete [2021-05-09T11:02:14.431Z] 595b0fe564bb: Verifying Checksum [2021-05-09T11:02:14.431Z] 595b0fe564bb: Download complete [2021-05-09T11:02:15.030Z] 595b0fe564bb: Pull complete [2021-05-09T11:02:15.664Z] 7186ed65a4f7: Pull complete [2021-05-09T11:02:16.294Z] 316046926c0a: Pull complete [2021-05-09T11:02:16.890Z] ffd874e62e21: Verifying Checksum [2021-05-09T11:02:16.890Z] ffd874e62e21: Download complete [2021-05-09T11:02:18.325Z] 4ebd0625c992: Verifying Checksum [2021-05-09T11:02:18.325Z] 4ebd0625c992: Download complete [2021-05-09T11:02:28.452Z] 4ebd0625c992: Pull complete [2021-05-09T11:02:28.452Z] 207e8628e3a3: Pull complete [2021-05-09T11:02:28.452Z] c791037a9be2: Pull complete [2021-05-09T11:02:30.741Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-09T11:02:30.741Z] (6/12) Installing patch (2.7.6-r6) [2021-05-09T11:02:30.741Z] (7/12) Installing build-base (0.5-r2) [2021-05-09T11:02:30.741Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-09T11:02:30.741Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-09T11:02:30.741Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-09T11:02:30.741Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-09T11:02:30.741Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-09T11:02:30.741Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T11:02:30.741Z] OK: 219 MiB in 52 packages [2021-05-09T11:02:31.861Z] ffd874e62e21: Pull complete [2021-05-09T11:02:31.861Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-09T11:02:31.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-09T11:02:31.861Z] ---> cfc18b08335c [2021-05-09T11:02:31.861Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-09T11:02:32.146Z] Removing intermediate container 1897c256b768 [2021-05-09T11:02:32.146Z] ---> 6aa649527767 [2021-05-09T11:02:32.146Z] Step 4/6 : WORKDIR /edgex-go [2021-05-09T11:02:32.146Z] ---> Running in e8d9a8167cb8 [2021-05-09T11:02:32.146Z] Removing intermediate container e8d9a8167cb8 [2021-05-09T11:02:32.146Z] ---> cd654a4cef78 [2021-05-09T11:02:32.146Z] Step 5/6 : COPY go.mod . [2021-05-09T11:02:32.416Z] ---> 88a30a29dc2f [2021-05-09T11:02:32.416Z] Step 6/6 : RUN go mod download [2021-05-09T11:02:32.416Z] ---> Running in da6c4d466c5f [2021-05-09T11:02:35.248Z] ---> Running in f26a56471dfb [2021-05-09T11:02:36.238Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:02:39.614Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:02:42.223Z] (1/12) Installing libmagic (5.39-r0) [2021-05-09T11:02:43.655Z] (2/12) Installing file (5.39-r0) [2021-05-09T11:02:43.926Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-09T11:02:43.926Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-09T11:02:59.081Z] Removing intermediate container da6c4d466c5f [2021-05-09T11:02:59.081Z] ---> 76f2449c87e8 [2021-05-09T11:02:59.081Z] Successfully built 76f2449c87e8 [2021-05-09T11:02:59.081Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:02:59.401Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T11:02:59.401Z] . [Pipeline] withDockerContainer [2021-05-09T11:02:59.516Z] prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container [2021-05-09T11:02:59.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-05-09T11:03:00.490Z] $ docker top 1c003015dc3020d60e83c4161ae99d3133d1a991230da0ebc1925629de53b649 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:03:00.911Z] + go version [2021-05-09T11:03:00.911Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-09T11:03:00.933Z] $ docker stop --time=1 1c003015dc3020d60e83c4161ae99d3133d1a991230da0ebc1925629de53b649 [2021-05-09T11:03:02.345Z] $ docker rm -f 1c003015dc3020d60e83c4161ae99d3133d1a991230da0ebc1925629de53b649 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:03:02.879Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T11:03:02.879Z] . [Pipeline] withDockerContainer [2021-05-09T11:03:02.985Z] prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container [2021-05-09T11:03:03.042Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-05-09T11:03:03.876Z] $ docker top 21e9218e28b8a85a11f7139c6b9ba947dbb79a55c08f64530e0a6b356ec6e3ac -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-09T11:03:04.061Z] ========================================================= [2021-05-09T11:03:04.061Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-09T11:03:04.061Z] ========================================================= [Pipeline] sh [2021-05-09T11:03:04.360Z] + go mod tidy [Pipeline] sh [2021-05-09T11:03:06.077Z] + make test [2021-05-09T11:03:06.077Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-09T11:03:16.183Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-09T11:03:30.847Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-09T11:03:30.847Z] (6/12) Installing patch (2.7.6-r6) [2021-05-09T11:03:30.847Z] (7/12) Installing build-base (0.5-r2) [2021-05-09T11:03:30.847Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-09T11:03:30.847Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-09T11:03:30.847Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-09T11:03:30.847Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-09T11:03:30.847Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-09T11:03:30.847Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T11:03:30.847Z] OK: 218 MiB in 52 packages [2021-05-09T11:03:34.239Z] Removing intermediate container f26a56471dfb [2021-05-09T11:03:34.239Z] ---> c1f050edda37 [2021-05-09T11:03:34.239Z] Step 4/6 : WORKDIR /edgex-go [2021-05-09T11:03:34.239Z] ---> Running in 2f8c5a5a1ab1 [2021-05-09T11:03:34.450Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-09T11:03:34.511Z] Removing intermediate container 2f8c5a5a1ab1 [2021-05-09T11:03:34.511Z] ---> 9334c2f08680 [2021-05-09T11:03:34.511Z] Step 5/6 : COPY go.mod . [2021-05-09T11:03:35.105Z] ---> f4cfd6e043c5 [2021-05-09T11:03:35.105Z] Step 6/6 : RUN go mod download [2021-05-09T11:03:35.386Z] ---> Running in d788986b118e [2021-05-09T11:03:41.137Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-09T11:03:41.137Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-09T11:03:41.137Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-09T11:03:45.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-09T11:03:45.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-09T11:03:45.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-09T11:03:45.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-09T11:03:46.396Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-09T11:03:46.996Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-09T11:03:50.463Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-09T11:03:50.463Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-09T11:03:50.463Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-09T11:03:51.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 45.9% of statements [2021-05-09T11:03:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-09T11:03:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-09T11:03:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-09T11:03:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-09T11:03:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-09T11:03:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-09T11:03:51.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.089s coverage: 19.8% of statements [2021-05-09T11:03:52.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements [2021-05-09T11:03:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-09T11:03:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-09T11:03:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-09T11:03:55.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 71.3% of statements [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-09T11:03:55.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-09T11:03:55.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.175s coverage: 87.7% of statements [2021-05-09T11:03:55.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-09T11:03:55.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:03:55.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements [2021-05-09T11:03:55.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-09T11:03:59.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-09T11:03:59.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-09T11:03:59.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-09T11:03:59.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-09T11:03:59.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-09T11:03:59.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-09T11:03:59.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.497s coverage: 95.1% of statements [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.9% of statements [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.061s coverage: 22.6% of statements [2021-05-09T11:04:01.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2021-05-09T11:04:01.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-05-09T11:04:02.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-05-09T11:04:02.200Z] Removing intermediate container d788986b118e [2021-05-09T11:04:02.200Z] ---> d8a3c63a6fd1 [2021-05-09T11:04:02.200Z] Successfully built d8a3c63a6fd1 [2021-05-09T11:04:02.200Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:04:02.542Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T11:04:02.542Z] . [Pipeline] withDockerContainer [2021-05-09T11:04:02.817Z] prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container [2021-05-09T11:04:02.908Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-09T11:04:04.563Z] $ docker top 460acdbd87b4551fb4472451d99ab9054bff1a1f0a0f84b58fde02975c335f16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:04:06.598Z] + go version [2021-05-09T11:04:06.598Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-09T11:04:06.624Z] $ docker stop --time=1 460acdbd87b4551fb4472451d99ab9054bff1a1f0a0f84b58fde02975c335f16 [2021-05-09T11:04:08.572Z] $ docker rm -f 460acdbd87b4551fb4472451d99ab9054bff1a1f0a0f84b58fde02975c335f16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:04:09.266Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T11:04:09.266Z] . [Pipeline] withDockerContainer [2021-05-09T11:04:09.556Z] prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container [2021-05-09T11:04:09.639Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-09T11:04:11.052Z] $ docker top 3ffacd7e223a11ca3912a281bf21f05215a3daa4d4e247431c9ade0eea8bc18d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-09T11:04:11.358Z] ========================================================= [2021-05-09T11:04:11.358Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-09T11:04:11.358Z] ========================================================= [Pipeline] sh [2021-05-09T11:04:11.996Z] + go mod tidy [Pipeline] sh [2021-05-09T11:04:13.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements [2021-05-09T11:04:13.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-05-09T11:04:13.643Z] + make test [2021-05-09T11:04:13.643Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-09T11:04:17.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.364s coverage: 81.8% of statements [2021-05-09T11:04:17.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.095s coverage: 92.9% of statements [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements [2021-05-09T11:04:25.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-05-09T11:04:25.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 85.4% of statements [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.2% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 66.9% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 43.4% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-09T11:04:25.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 92.6% of statements [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:04:25.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-09T11:04:26.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.825s coverage: 28.7% of statements [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-09T11:04:26.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-09T11:04:26.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-09T11:04:26.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.083s coverage: 64.6% of statements [2021-05-09T11:04:26.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-09T11:04:27.231Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 97.6% of statements [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-09T11:04:27.231Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-09T11:04:27.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-09T11:04:27.231Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-09T11:04:27.231Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-09T11:04:27.494Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-05-09T11:04:27.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements [2021-05-09T11:04:27.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-09T11:04:28.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-09T11:04:28.289Z] GO111MODULE=on go vet ./... [2021-05-09T11:04:40.460Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-09T11:05:07.226Z] gofmt -l . [2021-05-09T11:05:07.226Z] [ "`gofmt -l .`" = "" ] [2021-05-09T11:05:07.226Z] ./bin/test-go-mod-tidy.sh [2021-05-09T11:05:07.226Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-09T11:05:07.546Z] + ls -al . [2021-05-09T11:05:07.546Z] total 816 [2021-05-09T11:05:07.546Z] drwxrwxr-x 10 1001 1001 4096 May 9 11:05 . [2021-05-09T11:05:07.546Z] drwxr-xr-x 4 root root 28 May 9 11:03 .. [2021-05-09T11:05:07.546Z] -rw-rw-r-- 1 1001 1001 11 May 9 11:00 .dockerignore [2021-05-09T11:05:07.546Z] drwxrwxr-x 8 1001 1001 179 May 9 11:00 .git [2021-05-09T11:05:07.546Z] drwxrwxr-x 3 1001 1001 125 May 9 11:00 .github [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 818 May 9 11:00 .gitignore [2021-05-09T11:05:07.547Z] drwx------ 3 1001 1001 60 May 9 11:01 .semver [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 166 May 9 11:00 .sonarcloud.properties [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 8609 May 9 11:00 Attribution.txt [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 3804 May 9 11:00 CONTRIBUTING.md [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 931 May 9 11:00 Dockerfile.build [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 863 May 9 11:00 Jenkinsfile [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 10775 May 9 11:00 LICENSE [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 5774 May 9 11:00 Makefile [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 7978 May 9 11:00 README.md [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 6755 May 9 11:00 SECURITY.md [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 5 May 9 11:01 VERSION [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 4131 May 9 11:00 ZMQWindows.md [2021-05-09T11:05:07.547Z] drwxrwxr-x 2 1001 1001 117 May 9 11:00 bin [2021-05-09T11:05:07.547Z] drwxrwxr-x 14 1001 1001 4096 May 9 11:00 cmd [2021-05-09T11:05:07.547Z] -rw-r--r-- 1 root root 705232 May 9 11:04 coverage.out [2021-05-09T11:05:07.547Z] -rw-r--r-- 1 root root 1060 May 9 11:05 go.mod [2021-05-09T11:05:07.547Z] -rw-r--r-- 1 root root 22051 May 9 11:03 go.sum [2021-05-09T11:05:07.547Z] drwxrwxr-x 8 1001 1001 127 May 9 11:00 internal [2021-05-09T11:05:07.547Z] drwxrwxr-x 4 1001 1001 26 May 9 11:00 openapi [2021-05-09T11:05:07.547Z] drwxrwxr-x 4 1001 1001 71 May 9 11:00 snap [2021-05-09T11:05:07.547Z] -rw-rw-r-- 1 1001 1001 168 May 9 11:00 version.go [Pipeline] sh [2021-05-09T11:05:07.866Z] + '[' -e coverage.out ] [2021-05-09T11:05:07.867Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-09T11:05:08.091Z] Stashed 1 file(s) [Pipeline] sh [2021-05-09T11:05:08.391Z] + make build [2021-05-09T11:05:08.392Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-09T11:05:10.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-09T11:05:22.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-09T11:05:22.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-09T11:05:24.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-09T11:05:24.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-09T11:05:25.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-09T11:05:27.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-09T11:05:28.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-09T11:05:29.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-09T11:05:30.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-09T11:05:32.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-09T11:05:34.096Z] $ docker stop --time=1 21e9218e28b8a85a11f7139c6b9ba947dbb79a55c08f64530e0a6b356ec6e3ac [2021-05-09T11:05:35.839Z] $ docker rm -f 21e9218e28b8a85a11f7139c6b9ba947dbb79a55c08f64530e0a6b356ec6e3ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-09T11:05:37.100Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:05:37.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:05:37.883Z] [2021-05-09T11:05:37.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:05:38.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:05:38.202Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-09T11:05:38.202Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-09T11:05:38.202Z] ca9280d653b3: Pulling fs layer [2021-05-09T11:05:38.202Z] 7e9c9ca2126c: Pulling fs layer [2021-05-09T11:05:38.473Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-09T11:05:38.473Z] cbdbe7a5bc2a: Download complete [2021-05-09T11:05:39.050Z] ca9280d653b3: Verifying Checksum [2021-05-09T11:05:39.050Z] ca9280d653b3: Download complete [2021-05-09T11:05:39.050Z] cbdbe7a5bc2a: Pull complete [2021-05-09T11:05:40.011Z] ca9280d653b3: Pull complete [2021-05-09T11:05:40.011Z] 7e9c9ca2126c: Verifying Checksum [2021-05-09T11:05:40.011Z] 7e9c9ca2126c: Download complete [2021-05-09T11:05:42.513Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-09T11:05:46.660Z] 7e9c9ca2126c: Pull complete [2021-05-09T11:05:46.660Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-09T11:05:46.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:05:46.660Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-09T11:05:46.812Z] prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container [2021-05-09T11:05:46.866Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-09T11:05:49.659Z] $ docker top 85253e365b673ce93712271f90f5b490015a7fcf429dac38b9641473be0c7a84 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:05:50.215Z] + docker-compose build --help [2021-05-09T11:05:50.215Z] + grep parallel [2021-05-09T11:05:51.166Z] --parallel Build images in parallel. [Pipeline] } [2021-05-09T11:05:51.448Z] $ docker stop --time=1 85253e365b673ce93712271f90f5b490015a7fcf429dac38b9641473be0c7a84 [2021-05-09T11:05:52.681Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-09T11:05:52.681Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-09T11:05:52.974Z] $ docker rm -f 85253e365b673ce93712271f90f5b490015a7fcf429dac38b9641473be0c7a84 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:05:53.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-09T11:05:53.490Z] . [Pipeline] withDockerContainer [2021-05-09T11:05:53.592Z] prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container [2021-05-09T11:05:53.649Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-09T11:05:54.438Z] $ docker top a3fbd17b8c1f0fe983473df07cda71eedc9f200762ad404b292d367d49ffb00c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:05:54.839Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-09T11:05:55.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-09T11:05:55.696Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-09T11:05:55.696Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-09T11:05:55.696Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-09T11:05:55.786Z] Building docker-core-command-go ... [2021-05-09T11:05:55.786Z] Building docker-core-data-go ... [2021-05-09T11:05:55.786Z] Building docker-core-metadata-go ... [2021-05-09T11:05:55.786Z] Building docker-security-bootstrapper-go ... [2021-05-09T11:05:55.786Z] Building docker-security-proxy-setup-go ... [2021-05-09T11:05:55.786Z] Building docker-security-secretstore-setup-go ... [2021-05-09T11:05:55.786Z] Building docker-support-notifications-go ... [2021-05-09T11:05:55.786Z] Building docker-support-scheduler-go ... [2021-05-09T11:05:55.786Z] Building docker-sys-mgmt-agent-go ... [2021-05-09T11:05:55.786Z] Building docker-security-bootstrapper-go [2021-05-09T11:05:55.786Z] Building docker-security-secretstore-setup-go [2021-05-09T11:05:55.786Z] Building docker-core-metadata-go [2021-05-09T11:05:55.786Z] Building docker-core-command-go [2021-05-09T11:05:55.786Z] Building docker-sys-mgmt-agent-go [2021-05-09T11:06:01.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-09T11:06:01.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-09T11:06:09.799Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-09T11:06:09.799Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-09T11:06:09.799Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-09T11:06:15.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements [2021-05-09T11:06:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-09T11:06:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-09T11:06:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-09T11:06:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-09T11:06:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-09T11:06:15.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-09T11:06:15.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.114s coverage: 19.8% of statements [2021-05-09T11:06:15.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.289s coverage: 100.0% of statements [2021-05-09T11:06:21.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.612s coverage: 27.1% of statements [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-09T11:06:21.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.138s coverage: 100.0% of statements [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-09T11:06:21.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.200s coverage: 100.0% of statements [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-09T11:06:21.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-09T11:06:22.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 71.3% of statements [2021-05-09T11:06:22.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-09T11:06:22.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-09T11:06:24.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.527s coverage: 87.7% of statements [2021-05-09T11:06:24.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-09T11:06:24.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:06:24.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.173s coverage: 78.9% of statements [2021-05-09T11:06:24.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-09T11:06:35.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.219s coverage: 28.6% of statements [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-09T11:06:35.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.242s coverage: 100.0% of statements [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-09T11:06:35.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.198s coverage: 100.0% of statements [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-09T11:06:35.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-09T11:06:35.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-09T11:06:35.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.271s coverage: 78.3% of statements [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-09T11:06:35.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-09T11:06:35.299Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:06:35.299Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:06:35.299Z] ---> 76f2449c87e8 [2021-05-09T11:06:35.299Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:06:35.299Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:06:35.299Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:06:35.299Z] ---> 76f2449c87e8 [2021-05-09T11:06:35.299Z] Step 3/31 : WORKDIR /edgex-go [2021-05-09T11:06:35.299Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:06:35.299Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:06:35.299Z] ---> 76f2449c87e8 [2021-05-09T11:06:35.299Z] Step 3/25 : WORKDIR /edgex-go [2021-05-09T11:06:35.299Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:06:35.299Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:06:35.299Z] ---> 76f2449c87e8 [2021-05-09T11:06:35.299Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:06:35.299Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:06:35.299Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:06:35.299Z] ---> 76f2449c87e8 [2021-05-09T11:06:35.299Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:06:35.299Z] ---> Running in 9ae5a7823b9c [2021-05-09T11:06:35.299Z] ---> Running in a6cd60424184 [2021-05-09T11:06:35.299Z] ---> Running in 8d62e6d2d6c1 [2021-05-09T11:06:35.299Z] ---> Running in 435b1fdb5fb8 [2021-05-09T11:06:35.299Z] ---> Running in 2f465d557085 [2021-05-09T11:06:35.299Z] Removing intermediate container 2f465d557085 [2021-05-09T11:06:35.299Z] ---> 21a14d984086 [2021-05-09T11:06:35.299Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:06:35.299Z] Removing intermediate container 8d62e6d2d6c1 [2021-05-09T11:06:35.299Z] ---> 18facd4410ff [2021-05-09T11:06:35.299Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:06:35.299Z] Removing intermediate container 9ae5a7823b9c [2021-05-09T11:06:35.299Z] ---> 49f7142a151b [2021-05-09T11:06:35.299Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:06:35.300Z] Removing intermediate container a6cd60424184 [2021-05-09T11:06:35.300Z] ---> 44e920590fd2 [2021-05-09T11:06:35.300Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:06:35.300Z] Removing intermediate container 435b1fdb5fb8 [2021-05-09T11:06:35.300Z] ---> 9943334a980f [2021-05-09T11:06:35.300Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:06:35.300Z] ---> Running in a903c2600828 [2021-05-09T11:06:35.300Z] ---> Running in 198456e74ee3 [2021-05-09T11:06:35.300Z] ---> Running in 6f6577196844 [2021-05-09T11:06:35.300Z] ---> Running in 7fdc762a895f [2021-05-09T11:06:35.300Z] ---> Running in 3c2865484355 [2021-05-09T11:06:35.300Z] Removing intermediate container 198456e74ee3 [2021-05-09T11:06:35.300Z] ---> 094bc5241b67 [2021-05-09T11:06:35.300Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:06:35.300Z] ---> Running in a4375df16487 [2021-05-09T11:06:35.300Z] Removing intermediate container a903c2600828 [2021-05-09T11:06:35.300Z] ---> df08812d9efe [2021-05-09T11:06:35.300Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-09T11:06:35.300Z] ---> Running in ed37f179f473 [2021-05-09T11:06:35.300Z] Removing intermediate container 6f6577196844 [2021-05-09T11:06:35.300Z] ---> 5bdd55cf8f16 [2021-05-09T11:06:35.300Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:06:35.300Z] Removing intermediate container 3c2865484355 [2021-05-09T11:06:35.300Z] ---> fc7cb8c6c2a3 [2021-05-09T11:06:35.300Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-09T11:06:35.300Z] ---> Running in 2c56855319e8 [2021-05-09T11:06:35.300Z] Removing intermediate container 7fdc762a895f [2021-05-09T11:06:35.300Z] ---> d05e1fef9082 [2021-05-09T11:06:35.300Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-09T11:06:35.300Z] ---> Running in 10400feabb6b [2021-05-09T11:06:35.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:35.300Z] ---> Running in 820efb3b97ad [2021-05-09T11:06:35.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:35.571Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:35.571Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:35.834Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:36.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:36.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:37.362Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:37.627Z] OK: 219 MiB in 52 packages [2021-05-09T11:06:37.627Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:38.203Z] Removing intermediate container ed37f179f473 [2021-05-09T11:06:38.203Z] ---> 22bb8f5348f3 [2021-05-09T11:06:38.203Z] Step 6/31 : COPY go.mod . [2021-05-09T11:06:38.203Z] OK: 219 MiB in 52 packages [2021-05-09T11:06:38.471Z] OK: 219 MiB in 52 packages [2021-05-09T11:06:38.471Z] ---> 41b258b3351e [2021-05-09T11:06:38.471Z] Step 7/31 : RUN go mod download [2021-05-09T11:06:38.471Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:06:38.471Z] ---> Running in 57c11c051b54 [2021-05-09T11:06:39.052Z] Removing intermediate container 2c56855319e8 [2021-05-09T11:06:39.052Z] ---> 2e45a3e7fd6b [2021-05-09T11:06:39.052Z] Step 6/23 : COPY go.mod . [2021-05-09T11:06:39.327Z] Removing intermediate container a4375df16487 [2021-05-09T11:06:39.327Z] ---> 4727921cee3e [2021-05-09T11:06:39.327Z] Step 6/23 : COPY go.mod . [2021-05-09T11:06:39.327Z] ---> 03ba8f3099f8 [2021-05-09T11:06:39.327Z] Step 7/23 : RUN go mod download [2021-05-09T11:06:39.595Z] ---> Running in bf8c59bfcdc6 [2021-05-09T11:06:39.595Z] ---> 28673f75eecd [2021-05-09T11:06:39.595Z] Step 7/23 : RUN go mod download [2021-05-09T11:06:39.595Z] ---> Running in d290b5b73028 [2021-05-09T11:06:40.176Z] OK: 219 MiB in 52 packages [2021-05-09T11:06:40.441Z] Removing intermediate container 57c11c051b54 [2021-05-09T11:06:40.441Z] ---> 7c0465c72fe6 [2021-05-09T11:06:40.442Z] Step 8/31 : COPY . . [2021-05-09T11:06:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.087s coverage: 95.1% of statements [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-09T11:06:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-09T11:06:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.236s coverage: 0.9% of statements [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-09T11:06:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.158s coverage: 22.6% of statements [2021-05-09T11:06:40.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-09T11:06:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.286s coverage: 47.1% of statements [2021-05-09T11:06:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.157s coverage: 79.5% of statements [2021-05-09T11:06:40.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.154s coverage: 94.1% of statements [2021-05-09T11:06:41.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.146s coverage: 96.3% of statements [2021-05-09T11:06:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.170s coverage: 87.5% of statements [2021-05-09T11:06:43.031Z] Removing intermediate container 10400feabb6b [2021-05-09T11:06:43.031Z] ---> d5f49eea2343 [2021-05-09T11:06:43.031Z] Step 6/23 : COPY go.mod . [2021-05-09T11:06:43.031Z] Removing intermediate container bf8c59bfcdc6 [2021-05-09T11:06:43.031Z] ---> ae2a3468a47c [2021-05-09T11:06:43.031Z] Step 8/23 : COPY . . [2021-05-09T11:06:43.031Z] OK: 219 MiB in 52 packages [2021-05-09T11:06:43.031Z] Removing intermediate container d290b5b73028 [2021-05-09T11:06:43.031Z] ---> e62f6d929058 [2021-05-09T11:06:43.031Z] Step 8/23 : COPY . . [2021-05-09T11:06:47.281Z] ---> 12c4d6d11436 [2021-05-09T11:06:47.281Z] Step 7/23 : RUN go mod download [2021-05-09T11:06:49.248Z] ---> Running in 0867298ac756 [2021-05-09T11:06:50.667Z] Removing intermediate container 820efb3b97ad [2021-05-09T11:06:50.667Z] ---> 19a31b60b14d [2021-05-09T11:06:50.667Z] Step 6/25 : COPY go.mod . [2021-05-09T11:06:54.013Z] ---> 506336dce98b [2021-05-09T11:06:54.013Z] Step 7/25 : RUN go mod download [2021-05-09T11:06:54.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.138s coverage: 94.4% of statements [2021-05-09T11:06:54.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements [2021-05-09T11:06:58.273Z] ---> Running in ac93abff1591 [2021-05-09T11:06:58.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.531s coverage: 81.8% of statements [2021-05-09T11:06:58.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-09T11:07:00.231Z] Removing intermediate container 0867298ac756 [2021-05-09T11:07:00.231Z] ---> b1a315cb60df [2021-05-09T11:07:00.231Z] Step 8/23 : COPY . . [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.184s coverage: 92.9% of statements [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.053s coverage: 65.1% of statements [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 76.0% of statements [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.133s coverage: 80.0% of statements [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 85.4% of statements [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.2% of statements [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.610s coverage: 64.4% of statements [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-09T11:07:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.117s coverage: 100.0% of statements [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-05-09T11:07:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-05-09T11:07:07.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-05-09T11:07:08.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-05-09T11:07:10.338Z] Removing intermediate container ac93abff1591 [2021-05-09T11:07:10.338Z] ---> 920b88ad28b7 [2021-05-09T11:07:10.338Z] Step 8/25 : COPY . . [2021-05-09T11:07:11.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.112s coverage: 66.9% of statements [2021-05-09T11:07:11.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-09T11:07:11.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-09T11:07:11.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-09T11:07:13.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.650s coverage: 43.4% of statements [2021-05-09T11:07:13.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-09T11:07:13.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-09T11:07:13.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements [2021-05-09T11:07:13.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-09T11:07:13.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-05-09T11:07:18.948Z] ---> 51bfbbb21a5f [2021-05-09T11:07:18.949Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-09T11:07:18.949Z] ---> 4887c09b196f [2021-05-09T11:07:18.949Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-09T11:07:18.949Z] ---> b3f3f24382c9 [2021-05-09T11:07:18.949Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-09T11:07:19.529Z] ---> Running in aaa5dba09a7a [2021-05-09T11:07:19.529Z] ---> Running in 128b6ced48c0 [2021-05-09T11:07:19.529Z] ---> Running in 5acebccd30e4 [2021-05-09T11:07:19.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.0% of statements [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-09T11:07:19.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.179s coverage: 100.0% of statements [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-09T11:07:19.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-09T11:07:19.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.171s coverage: 9.6% of statements [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-09T11:07:19.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 92.6% of statements [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:07:19.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-09T11:07:23.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-09T11:07:23.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-09T11:07:23.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.423s coverage: 28.7% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.167s coverage: 100.0% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.221s coverage: 64.6% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.323s coverage: 97.6% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-09T11:07:28.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-09T11:07:28.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-05-09T11:07:28.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 28.1% of statements [2021-05-09T11:07:28.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-09T11:07:28.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-05-09T11:07:29.956Z] GO111MODULE=on go vet ./... [2021-05-09T11:07:33.955Z] ---> 721536464f9e [2021-05-09T11:07:33.955Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-09T11:07:33.955Z] ---> Running in 81bf9a00318e [2021-05-09T11:07:35.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-09T11:07:38.514Z] ---> c658923502c3 [2021-05-09T11:07:38.514Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-09T11:07:38.514Z] ---> Running in 2ab8d53d4ca0 [2021-05-09T11:07:39.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-09T11:08:06.724Z] Removing intermediate container aaa5dba09a7a [2021-05-09T11:08:06.724Z] ---> e97238201e07 [2021-05-09T11:08:06.724Z] [2021-05-09T11:08:06.724Z] Step 10/31 : FROM alpine:3.12 [2021-05-09T11:08:06.724Z] 3.12: Pulling from library/alpine [2021-05-09T11:08:06.724Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T11:08:06.724Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T11:08:06.724Z] ---> 13621d1b12d4 [2021-05-09T11:08:06.724Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-09T11:08:06.724Z] ---> Running in e9f686be5859 [2021-05-09T11:08:06.998Z] Removing intermediate container e9f686be5859 [2021-05-09T11:08:06.998Z] ---> acf01989df76 [2021-05-09T11:08:06.998Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-09T11:08:07.278Z] ---> Running in 6a44173123b3 [2021-05-09T11:08:08.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:08.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:08.538Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:08:08.538Z] (2/2) Installing su-exec (0.2-r1) [2021-05-09T11:08:08.538Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:08:08.538Z] OK: 6 MiB in 16 packages [2021-05-09T11:08:11.142Z] Removing intermediate container 5acebccd30e4 [2021-05-09T11:08:11.142Z] ---> 4e4b25a23098 [2021-05-09T11:08:11.142Z] [2021-05-09T11:08:11.142Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:08:11.142Z] ---> 13621d1b12d4 [2021-05-09T11:08:11.142Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:08:11.142Z] Removing intermediate container 6a44173123b3 [2021-05-09T11:08:11.142Z] ---> 97a97b8519f8 [2021-05-09T11:08:11.142Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-09T11:08:13.717Z] ---> Running in cd51fecc6ca0 [2021-05-09T11:08:13.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-09T11:08:13.990Z] ---> Running in b471162518f3 [2021-05-09T11:08:15.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:15.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:15.681Z] Removing intermediate container b471162518f3 [2021-05-09T11:08:15.681Z] ---> d9f105e7bedf [2021-05-09T11:08:15.681Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-09T11:08:15.681Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-09T11:08:15.681Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:08:15.946Z] OK: 6 MiB in 15 packages [2021-05-09T11:08:15.946Z] Removing intermediate container 128b6ced48c0 [2021-05-09T11:08:15.946Z] ---> e9538a8d4b51 [2021-05-09T11:08:15.946Z] [2021-05-09T11:08:15.946Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:08:15.946Z] ---> 13621d1b12d4 [2021-05-09T11:08:15.946Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:08:16.899Z] ---> Running in 730ca85a3f74 [2021-05-09T11:08:16.899Z] ---> Running in 0823ba56f6ed [2021-05-09T11:08:20.243Z] Removing intermediate container 0823ba56f6ed [2021-05-09T11:08:20.243Z] ---> f78ceca402b6 [2021-05-09T11:08:20.243Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-09T11:08:20.243Z] Removing intermediate container 81bf9a00318e [2021-05-09T11:08:20.243Z] ---> fa494b012ec6 [2021-05-09T11:08:20.243Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-09T11:08:20.243Z] ---> Running in cb044ab4c3cd [2021-05-09T11:08:20.506Z] Removing intermediate container 2ab8d53d4ca0 [2021-05-09T11:08:20.506Z] ---> f00ce92c2abf [2021-05-09T11:08:20.506Z] [2021-05-09T11:08:20.506Z] Step 10/25 : FROM alpine:3.12 [2021-05-09T11:08:20.506Z] ---> 13621d1b12d4 [2021-05-09T11:08:20.506Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-09T11:08:20.775Z] ---> Running in 7a14cee4ed43 [2021-05-09T11:08:20.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:20.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:20.775Z] ---> Running in df7963af03d1 [2021-05-09T11:08:20.775Z] Removing intermediate container cd51fecc6ca0 [2021-05-09T11:08:20.775Z] ---> 412071fe6062 [2021-05-09T11:08:20.776Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:08:21.043Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-09T11:08:21.043Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:08:21.043Z] OK: 6 MiB in 15 packages [2021-05-09T11:08:21.311Z] ---> Running in 9357f8b2aa8e [2021-05-09T11:08:21.574Z] Removing intermediate container 9357f8b2aa8e [2021-05-09T11:08:21.574Z] ---> d58c35312876 [2021-05-09T11:08:21.574Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-09T11:08:21.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-09T11:08:21.841Z] ---> Running in 061b24bebd05 [2021-05-09T11:08:22.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:22.428Z] Removing intermediate container 730ca85a3f74 [2021-05-09T11:08:22.428Z] ---> dc87c5091586 [2021-05-09T11:08:22.428Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:08:22.428Z] Removing intermediate container 061b24bebd05 [2021-05-09T11:08:22.428Z] ---> 2fe5bdec0f6b [2021-05-09T11:08:22.428Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:08:22.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:22.694Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-09T11:08:22.694Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:08:22.694Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-09T11:08:22.694Z] (4/6) Installing curl (7.76.1-r0) [2021-05-09T11:08:22.694Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:08:22.694Z] (6/6) Installing su-exec (0.2-r1) [2021-05-09T11:08:22.694Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:08:22.694Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:08:22.694Z] OK: 7 MiB in 20 packages [2021-05-09T11:08:24.103Z] Removing intermediate container cb044ab4c3cd [2021-05-09T11:08:24.103Z] ---> b7f880bd2b5a [2021-05-09T11:08:24.103Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-09T11:08:24.103Z] ---> Running in d4bb2722946f [2021-05-09T11:08:24.103Z] ---> Running in 909ac3cc22d9 [2021-05-09T11:08:24.373Z] ---> Running in 825d6174e5c2 [2021-05-09T11:08:24.953Z] Removing intermediate container 909ac3cc22d9 [2021-05-09T11:08:24.953Z] ---> c1c81f874175 [2021-05-09T11:08:24.953Z] Step 15/23 : WORKDIR / [2021-05-09T11:08:25.217Z] Removing intermediate container d4bb2722946f [2021-05-09T11:08:25.217Z] ---> df02b72ee176 [2021-05-09T11:08:25.217Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-09T11:08:25.483Z] ---> Running in f595cfb90af4 [2021-05-09T11:08:25.483Z] Removing intermediate container 825d6174e5c2 [2021-05-09T11:08:25.483Z] ---> 1184362ad29f [2021-05-09T11:08:25.483Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-09T11:08:25.483Z] ---> Running in ea0244328976 [2021-05-09T11:08:25.747Z] Removing intermediate container df7963af03d1 [2021-05-09T11:08:25.747Z] ---> 675dfe5867d6 [2021-05-09T11:08:25.747Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:08:25.747Z] Removing intermediate container 7a14cee4ed43 [2021-05-09T11:08:25.747Z] ---> 47a30c515fae [2021-05-09T11:08:25.747Z] [2021-05-09T11:08:25.747Z] Step 11/23 : FROM docker:20.10.0 [2021-05-09T11:08:25.747Z] 20.10.0: Pulling from library/docker [2021-05-09T11:08:27.678Z] ---> Running in 1da3c9ba3837 [2021-05-09T11:08:27.678Z] Removing intermediate container f595cfb90af4 [2021-05-09T11:08:27.678Z] ---> a31ae2e0294d [2021-05-09T11:08:27.678Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:08:27.946Z] Removing intermediate container ea0244328976 [2021-05-09T11:08:27.946Z] ---> bc61582bad44 [2021-05-09T11:08:27.946Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:08:28.524Z] ---> ae833da00e0d [2021-05-09T11:08:28.524Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-09T11:08:28.792Z] ---> Running in 06822082fdb7 [2021-05-09T11:08:29.059Z] ---> Running in 33476af99ae1 [2021-05-09T11:08:29.059Z] Removing intermediate container 1da3c9ba3837 [2021-05-09T11:08:29.059Z] ---> c76686842502 [2021-05-09T11:08:29.059Z] Step 13/25 : WORKDIR / [2021-05-09T11:08:29.327Z] ---> 49bc5c75e136 [2021-05-09T11:08:29.327Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-09T11:08:29.597Z] ---> Running in bb1eba321e83 [2021-05-09T11:08:29.872Z] Removing intermediate container 06822082fdb7 [2021-05-09T11:08:29.872Z] ---> a06ab49bf8df [2021-05-09T11:08:29.872Z] Step 15/23 : WORKDIR / [2021-05-09T11:08:30.162Z] ---> b63195d8b85d [2021-05-09T11:08:30.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-09T11:08:30.426Z] ---> Running in 97cc4d192d49 [2021-05-09T11:08:30.693Z] Removing intermediate container bb1eba321e83 [2021-05-09T11:08:30.693Z] ---> e89a919f610d [2021-05-09T11:08:30.693Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-09T11:08:30.958Z] ---> 0ad7b67c9d6d [2021-05-09T11:08:30.958Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-09T11:08:31.917Z] ---> b8d76dbd5bd6 [2021-05-09T11:08:31.917Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-09T11:08:31.917Z] ---> Running in f83db26a17c5 [2021-05-09T11:08:31.917Z] Removing intermediate container 97cc4d192d49 [2021-05-09T11:08:31.917Z] ---> e0a7b013374d [2021-05-09T11:08:31.917Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:08:32.500Z] Removing intermediate container f83db26a17c5 [2021-05-09T11:08:32.500Z] ---> 509a913046d4 [2021-05-09T11:08:32.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:08:32.500Z] Removing intermediate container 33476af99ae1 [2021-05-09T11:08:32.500Z] ---> f81aace8fc2e [2021-05-09T11:08:32.500Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:08:33.083Z] ---> Running in 02e91d2c9f3d [2021-05-09T11:08:33.083Z] ---> 9b956d9abcec [2021-05-09T11:08:33.083Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-09T11:08:33.083Z] ---> 0bce6e97e1a4 [2021-05-09T11:08:33.083Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-09T11:08:34.477Z] Removing intermediate container 02e91d2c9f3d [2021-05-09T11:08:34.477Z] ---> 6c31911ecaae [2021-05-09T11:08:34.477Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:08:34.742Z] ---> 33e43e956c4a [2021-05-09T11:08:34.742Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-09T11:08:35.319Z] ---> Running in e26b5999303b [2021-05-09T11:08:35.592Z] ---> 0a6b03277b0c [2021-05-09T11:08:35.592Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-09T11:08:35.592Z] ---> ebdcfdcf4211 [2021-05-09T11:08:35.592Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-09T11:08:36.171Z] ---> a8fba878941d [2021-05-09T11:08:36.171Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-09T11:08:36.171Z] Removing intermediate container e26b5999303b [2021-05-09T11:08:36.171Z] ---> c468527ed425 [2021-05-09T11:08:36.171Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:08:36.746Z] ---> 53fbc5edbbfa [2021-05-09T11:08:36.746Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-09T11:08:36.746Z] ---> 639cb4198db6 [2021-05-09T11:08:36.746Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-09T11:08:37.330Z] ---> Running in 9b2b1a86387b [2021-05-09T11:08:37.593Z] ---> Running in b58f7952bd72 [2021-05-09T11:08:37.593Z] ---> 0c999deb9420 [2021-05-09T11:08:37.593Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-09T11:08:37.593Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-09T11:08:37.593Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-09T11:08:37.593Z] ---> aefe523efa57 [2021-05-09T11:08:37.593Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:08:37.861Z] ---> 492dcea2d2ac [2021-05-09T11:08:37.861Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-09T11:08:38.129Z] Removing intermediate container 9b2b1a86387b [2021-05-09T11:08:38.129Z] ---> 4a13cade547f [2021-05-09T11:08:38.129Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:08:38.709Z] ---> Running in cbb2207af4c4 [2021-05-09T11:08:38.709Z] Removing intermediate container b58f7952bd72 [2021-05-09T11:08:38.709Z] ---> 111b0ece02ee [2021-05-09T11:08:38.709Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:08:38.977Z] ---> 743224089943 [2021-05-09T11:08:38.977Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-09T11:08:38.977Z] ---> Running in 5bfbd22f491d [2021-05-09T11:08:39.554Z] ---> Running in 5712b5d8d6b4 [2021-05-09T11:08:39.554Z] ---> 2c674b3aa240 [2021-05-09T11:08:39.554Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-09T11:08:39.818Z] Removing intermediate container cbb2207af4c4 [2021-05-09T11:08:39.818Z] ---> d6724e93ae84 [2021-05-09T11:08:39.818Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-09T11:08:40.084Z] Removing intermediate container 5bfbd22f491d [2021-05-09T11:08:40.084Z] ---> d7b348c3445e [2021-05-09T11:08:40.084Z] [2021-05-09T11:08:40.346Z] ---> f3685a7b4207 [2021-05-09T11:08:40.346Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-09T11:08:40.346Z] Successfully built d7b348c3445e [2021-05-09T11:08:40.944Z] ---> 39e10486967c [2021-05-09T11:08:40.944Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-09T11:08:40.944Z] Successfully tagged docker-core-command-go:latest [2021-05-09T11:08:41.207Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-05-09T11:08:41.207Z] Removing intermediate container 5712b5d8d6b4 [2021-05-09T11:08:41.207Z] ---> 89c14f198976 [2021-05-09T11:08:41.207Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:08:41.207Z] ---> Running in 9780dd298300 [2021-05-09T11:08:42.751Z] ---> Running in ec21d1431c91 [2021-05-09T11:08:42.752Z] ---> Running in c70b97e0544b [2021-05-09T11:08:42.752Z] ---> Running in c326dc161003 [2021-05-09T11:08:45.574Z] Removing intermediate container c70b97e0544b [2021-05-09T11:08:45.574Z] ---> 883f693d6f14 [2021-05-09T11:08:45.574Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-09T11:08:47.066Z] Removing intermediate container c326dc161003 [2021-05-09T11:08:47.066Z] ---> dda827ba843c [2021-05-09T11:08:47.066Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:08:47.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:47.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:08:47.066Z] (1/39) Installing readline (8.0.4-r0) [2021-05-09T11:08:47.066Z] (2/39) Installing bash (5.0.17-r0) [2021-05-09T11:08:47.329Z] Executing bash-5.0.17-r0.post-install [2021-05-09T11:08:47.908Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:08:47.908Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-09T11:08:47.908Z] (5/39) Installing curl (7.76.1-r0) [2021-05-09T11:08:47.908Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-09T11:08:47.908Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-09T11:08:48.172Z] (8/39) Installing expat (2.2.9-r1) [2021-05-09T11:08:48.172Z] ---> 148340716b3f [2021-05-09T11:08:48.172Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-09T11:08:48.172Z] (9/39) Installing libffi (3.3-r2) [2021-05-09T11:08:48.172Z] (10/39) Installing gdbm (1.13-r1) [2021-05-09T11:08:48.172Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-09T11:08:48.172Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-09T11:08:48.172Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-09T11:08:51.489Z] ---> Running in 7528a1cc4cb1 [2021-05-09T11:08:54.830Z] ---> Running in 47221d393c41 [2021-05-09T11:08:54.830Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-09T11:08:54.830Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-09T11:08:54.830Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-09T11:08:54.830Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-09T11:08:54.830Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-09T11:08:55.432Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-09T11:08:55.432Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-09T11:08:55.432Z] Removing intermediate container 7528a1cc4cb1 [2021-05-09T11:08:55.432Z] ---> 201353e4c790 [2021-05-09T11:08:55.432Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:08:56.392Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-09T11:08:56.971Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-09T11:08:57.238Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-09T11:08:57.817Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-09T11:08:57.817Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-09T11:08:57.817Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-09T11:08:58.782Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-09T11:08:59.740Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-09T11:09:00.003Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-09T11:09:00.584Z] Removing intermediate container ec21d1431c91 [2021-05-09T11:09:00.584Z] ---> 30de242baa05 [2021-05-09T11:09:00.584Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-09T11:09:00.847Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-09T11:09:00.847Z] ---> Running in bcc3a2377d88 [2021-05-09T11:09:01.140Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-09T11:09:01.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:09:01.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:09:01.404Z] ---> 76f2449c87e8 [2021-05-09T11:09:01.404Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:09:01.404Z] ---> Using cache [2021-05-09T11:09:01.404Z] ---> 9943334a980f [2021-05-09T11:09:01.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:09:01.404Z] ---> Using cache [2021-05-09T11:09:01.404Z] ---> fc7cb8c6c2a3 [2021-05-09T11:09:01.404Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-09T11:09:01.404Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-09T11:09:02.809Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-09T11:09:03.071Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-09T11:09:03.071Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-09T11:09:03.071Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-09T11:09:03.651Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-09T11:09:03.651Z] ---> Running in 18cb52ecb6af [2021-05-09T11:09:03.651Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-09T11:09:03.651Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-09T11:09:03.651Z] ---> Running in 04cbbe73d96d [2021-05-09T11:09:04.610Z] Removing intermediate container bcc3a2377d88 [2021-05-09T11:09:04.610Z] ---> ae3b010d4bec [2021-05-09T11:09:04.610Z] [2021-05-09T11:09:04.610Z] Executing busybox-1.31.1-r19.trigger [2021-05-09T11:09:04.610Z] OK: 72 MiB in 59 packages [2021-05-09T11:09:04.610Z] Successfully built ae3b010d4bec [2021-05-09T11:09:05.190Z] Successfully tagged docker-core-metadata-go:latest [2021-05-09T11:09:05.190Z] Building docker-support-notifications-go [2021-05-09T11:09:05.190Z]  Building docker-core-metadata-go ... done Removing intermediate container 47221d393c41 [2021-05-09T11:09:05.190Z] ---> 1385ab02b9a8 [2021-05-09T11:09:05.190Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-09T11:09:05.190Z] Removing intermediate container 18cb52ecb6af [2021-05-09T11:09:05.190Z] ---> f5068852704f [2021-05-09T11:09:05.190Z] Step 23/25 : LABEL arch=x86_64 [2021-05-09T11:09:05.468Z] ---> Running in d6beca20c30e [2021-05-09T11:09:06.048Z] ---> Running in aa8d80f814cf [2021-05-09T11:09:06.327Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:09:06.327Z] Removing intermediate container d6beca20c30e [2021-05-09T11:09:06.327Z] ---> ac6ae7f4e37b [2021-05-09T11:09:06.327Z] Step 24/25 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:09:06.594Z] Collecting docker-compose==1.23.2 [2021-05-09T11:09:06.594Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-09T11:09:06.808Z] gofmt -l . [2021-05-09T11:09:06.808Z] [ "`gofmt -l .`" = "" ] [2021-05-09T11:09:07.178Z] Removing intermediate container aa8d80f814cf [2021-05-09T11:09:07.178Z] ---> 6a87687532a1 [2021-05-09T11:09:07.178Z] Step 28/31 : CMD ["gate"] [2021-05-09T11:09:07.399Z] ./bin/test-go-mod-tidy.sh [2021-05-09T11:09:07.440Z] Collecting texttable<0.10,>=0.9.0 [2021-05-09T11:09:07.440Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-09T11:09:07.703Z] ---> Running in 28bdf160a4d1 [2021-05-09T11:09:07.992Z] ./bin/test-attribution-txt.sh [2021-05-09T11:09:08.650Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:09:09.602Z] OK: 219 MiB in 52 packages [Pipeline] sh [2021-05-09T11:09:10.674Z] + ls -al . [2021-05-09T11:09:10.674Z] total 844 [2021-05-09T11:09:10.674Z] drwxrwxr-x 9 1001 1001 4096 May 9 11:09 . [2021-05-09T11:09:10.674Z] drwxr-xr-x 4 root root 4096 May 9 11:04 .. [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 11 May 9 11:01 .dockerignore [2021-05-09T11:09:10.674Z] drwxrwxr-x 8 1001 1001 4096 May 9 11:02 .git [2021-05-09T11:09:10.674Z] drwxrwxr-x 3 1001 1001 4096 May 9 11:01 .github [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 818 May 9 11:01 .gitignore [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 166 May 9 11:01 .sonarcloud.properties [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 8609 May 9 11:01 Attribution.txt [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 3804 May 9 11:01 CONTRIBUTING.md [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 931 May 9 11:01 Dockerfile.build [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 863 May 9 11:01 Jenkinsfile [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 10775 May 9 11:01 LICENSE [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 5774 May 9 11:01 Makefile [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 7978 May 9 11:01 README.md [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 6755 May 9 11:01 SECURITY.md [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 5 May 9 11:01 VERSION [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 4131 May 9 11:01 ZMQWindows.md [2021-05-09T11:09:10.674Z] drwxrwxr-x 2 1001 1001 4096 May 9 11:01 bin [2021-05-09T11:09:10.674Z] drwxrwxr-x 14 1001 1001 4096 May 9 11:01 cmd [2021-05-09T11:09:10.674Z] -rw-r--r-- 1 root root 705232 May 9 11:07 coverage.out [2021-05-09T11:09:10.674Z] -rw-r--r-- 1 root root 1060 May 9 11:09 go.mod [2021-05-09T11:09:10.674Z] -rw-r--r-- 1 root root 22051 May 9 11:04 go.sum [2021-05-09T11:09:10.674Z] drwxrwxr-x 8 1001 1001 4096 May 9 11:01 internal [2021-05-09T11:09:10.674Z] drwxrwxr-x 4 1001 1001 4096 May 9 11:01 openapi [2021-05-09T11:09:10.674Z] drwxrwxr-x 4 1001 1001 4096 May 9 11:01 snap [2021-05-09T11:09:10.674Z] -rw-rw-r-- 1 1001 1001 168 May 9 11:01 version.go [Pipeline] sh [2021-05-09T11:09:11.387Z] + '[' -e coverage.out ] [2021-05-09T11:09:11.387Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-09T11:09:11.411Z] Warning: overwriting stash ‘coverage-report’ [2021-05-09T11:09:11.538Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-09T11:09:11.538Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-09T11:09:12.578Z] Stashed 1 file(s) [Pipeline] sh [2021-05-09T11:09:12.944Z] ---> Running in f85023e96740 [2021-05-09T11:09:12.944Z] Collecting PyYAML<4,>=3.10 [2021-05-09T11:09:13.223Z] + make build [2021-05-09T11:09:13.223Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-09T11:09:13.520Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-09T11:09:14.493Z] Removing intermediate container 28bdf160a4d1 [2021-05-09T11:09:14.493Z] ---> 5e53280d50ea [2021-05-09T11:09:14.493Z] Step 25/25 : LABEL version=0.0.0 [2021-05-09T11:09:15.443Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-09T11:09:16.038Z] Collecting jsonschema<3,>=2.5.1 [2021-05-09T11:09:16.038Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-09T11:09:16.621Z] Collecting docker<4.0,>=3.6.0 [2021-05-09T11:09:16.621Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-09T11:09:16.885Z] Removing intermediate container f85023e96740 [2021-05-09T11:09:16.885Z] ---> 179258c1c1fc [2021-05-09T11:09:16.885Z] Step 29/31 : LABEL arch=x86_64 [2021-05-09T11:09:17.872Z] ---> Running in a3cca1c7835b [2021-05-09T11:09:18.143Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-09T11:09:18.143Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-09T11:09:18.410Z] Removing intermediate container 04cbbe73d96d [2021-05-09T11:09:18.410Z] ---> 786a0e85860d [2021-05-09T11:09:18.410Z] Step 6/23 : COPY go.mod . [2021-05-09T11:09:18.676Z] Collecting docopt<0.7,>=0.6.1 [2021-05-09T11:09:18.676Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-09T11:09:19.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-09T11:09:20.087Z] ---> Running in fe39a29499e3 [2021-05-09T11:09:20.668Z] ---> 04571d7c5649 [2021-05-09T11:09:20.668Z] Step 7/23 : RUN go mod download [2021-05-09T11:09:20.668Z] Removing intermediate container a3cca1c7835b [2021-05-09T11:09:20.668Z] ---> 1c6b056c5720 [2021-05-09T11:09:20.668Z] [2021-05-09T11:09:20.668Z] Collecting cached-property<2,>=1.2.0 [2021-05-09T11:09:20.668Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-09T11:09:21.254Z] Successfully built 1c6b056c5720 [2021-05-09T11:09:21.254Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-09T11:09:21.254Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-05-09T11:09:21.517Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-09T11:09:21.517Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-09T11:09:22.916Z] Removing intermediate container fe39a29499e3 [2021-05-09T11:09:22.916Z] ---> cf3dcaf1b149 [2021-05-09T11:09:22.916Z] Step 30/31 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:09:22.916Z] ---> Running in 6e8cbac5847f [2021-05-09T11:09:23.178Z] Collecting docker-pycreds>=0.4.0 [2021-05-09T11:09:23.178Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-09T11:09:23.443Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:09:23.443Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:09:23.443Z] ---> 76f2449c87e8 [2021-05-09T11:09:23.443Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:09:23.443Z] ---> Using cache [2021-05-09T11:09:23.443Z] ---> 9943334a980f [2021-05-09T11:09:23.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:09:23.443Z] ---> Using cache [2021-05-09T11:09:23.443Z] ---> fc7cb8c6c2a3 [2021-05-09T11:09:23.443Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-09T11:09:25.382Z] Collecting idna<2.8,>=2.5 [2021-05-09T11:09:25.382Z] ---> Running in 9b4abdd5d027 [2021-05-09T11:09:25.383Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-09T11:09:25.383Z] ---> Running in 65fce4dbac17 [2021-05-09T11:09:25.383Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-09T11:09:25.383Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-09T11:09:26.361Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-09T11:09:26.361Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-09T11:09:26.361Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-09T11:09:26.361Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-09T11:09:26.361Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-09T11:09:26.361Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-09T11:09:26.361Z] Removing intermediate container 65fce4dbac17 [2021-05-09T11:09:26.361Z] ---> 259ccef7b6eb [2021-05-09T11:09:26.361Z] Step 31/31 : LABEL version=0.0.0 [2021-05-09T11:09:26.361Z] Installing collected packages: texttable, dockerpty, PyYAML, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, cached-property, docker-compose [2021-05-09T11:09:26.361Z] Running setup.py install for texttable: started [2021-05-09T11:09:27.320Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:09:27.320Z] Running setup.py install for texttable: finished with status 'done' [2021-05-09T11:09:27.899Z] Running setup.py install for dockerpty: started [2021-05-09T11:09:27.899Z] ---> Running in b45ebb42e03b [2021-05-09T11:09:28.164Z] Removing intermediate container b45ebb42e03b [2021-05-09T11:09:28.164Z] ---> 6159f6564d2b [2021-05-09T11:09:28.164Z] [2021-05-09T11:09:28.431Z] Successfully built 6159f6564d2b [2021-05-09T11:09:28.431Z] Removing intermediate container 6e8cbac5847f [2021-05-09T11:09:28.431Z] ---> 48bbffc8ddc9 [2021-05-09T11:09:28.431Z] Step 8/23 : COPY . . [2021-05-09T11:09:28.431Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-09T11:09:28.431Z] Running setup.py install for PyYAML: started [2021-05-09T11:09:28.431Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-09T11:09:28.431Z] Building docker-support-scheduler-go [2021-05-09T11:09:29.016Z]  Building docker-security-bootstrapper-go ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:09:29.987Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-09T11:09:29.987Z] OK: 219 MiB in 52 packages [2021-05-09T11:09:36.648Z] Attempting uninstall: idna [2021-05-09T11:09:36.648Z] Found existing installation: idna 2.9 [2021-05-09T11:09:36.648Z] Uninstalling idna-2.9: [2021-05-09T11:09:36.648Z] Successfully uninstalled idna-2.9 [2021-05-09T11:09:37.251Z] Attempting uninstall: urllib3 [2021-05-09T11:09:37.251Z] Found existing installation: urllib3 1.25.9 [2021-05-09T11:09:37.251Z] Uninstalling urllib3-1.25.9: [2021-05-09T11:09:37.251Z] Successfully uninstalled urllib3-1.25.9 [2021-05-09T11:09:41.570Z] Attempting uninstall: requests [2021-05-09T11:09:41.570Z] Found existing installation: requests 2.23.0 [2021-05-09T11:09:41.570Z] Uninstalling requests-2.23.0: [2021-05-09T11:09:41.570Z] Successfully uninstalled requests-2.23.0 [2021-05-09T11:09:42.160Z] Removing intermediate container 9b4abdd5d027 [2021-05-09T11:09:42.160Z] ---> ebd25d03d399 [2021-05-09T11:09:42.160Z] Step 6/22 : COPY go.mod . [2021-05-09T11:09:43.129Z] Running setup.py install for docopt: started [2021-05-09T11:09:43.715Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:09:43.715Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:09:44.292Z] ---> 76f2449c87e8 [2021-05-09T11:09:44.292Z] Step 3/21 : WORKDIR /edgex-go [2021-05-09T11:09:44.967Z] ---> Using cache [2021-05-09T11:09:44.967Z] ---> 9943334a980f [2021-05-09T11:09:44.967Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:09:44.967Z] ---> Using cache [2021-05-09T11:09:44.967Z] ---> fc7cb8c6c2a3 [2021-05-09T11:09:44.967Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-09T11:09:45.580Z] ---> 8814e013a82f [2021-05-09T11:09:45.580Z] Step 7/22 : RUN go mod download [2021-05-09T11:09:46.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-09T11:09:47.013Z] ---> Running in 163a92f25435 [2021-05-09T11:09:47.013Z] ---> Running in 562900d90726 [2021-05-09T11:09:47.982Z] Running setup.py install for docopt: finished with status 'done' [2021-05-09T11:09:48.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-09T11:09:49.422Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-09T11:09:49.704Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:09:51.664Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:09:52.240Z] OK: 219 MiB in 52 packages [2021-05-09T11:09:53.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-09T11:09:53.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-09T11:09:53.644Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:09:53.644Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:09:53.644Z] ---> 76f2449c87e8 [2021-05-09T11:09:53.644Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:09:53.644Z] ---> Using cache [2021-05-09T11:09:53.644Z] ---> 9943334a980f [2021-05-09T11:09:53.644Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:09:53.644Z] ---> Using cache [2021-05-09T11:09:53.644Z] ---> fc7cb8c6c2a3 [2021-05-09T11:09:53.644Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-09T11:09:57.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-09T11:09:58.078Z] ---> Running in 29e143a1f3ea [2021-05-09T11:09:58.078Z] ---> f2ec418f78ee [2021-05-09T11:09:58.078Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-09T11:09:58.455Z] Removing intermediate container 562900d90726 [2021-05-09T11:09:58.455Z] ---> c93f73c33154 [2021-05-09T11:09:58.455Z] Step 8/22 : COPY . . [2021-05-09T11:09:58.455Z] ---> Running in 1ae93030008f [2021-05-09T11:09:59.035Z] Removing intermediate container 163a92f25435 [2021-05-09T11:09:59.035Z] ---> 01fa96a889bd [2021-05-09T11:09:59.035Z] Step 6/21 : COPY go.mod . [2021-05-09T11:09:59.035Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:10:00.963Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:10:01.554Z] OK: 219 MiB in 52 packages [2021-05-09T11:10:01.554Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-09T11:10:02.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-09T11:10:03.494Z] ---> fda3a052a183 [2021-05-09T11:10:03.494Z] Step 7/21 : RUN go mod download [2021-05-09T11:10:04.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-09T11:10:08.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-09T11:10:10.131Z] ---> Running in d46a74a94a3d [2021-05-09T11:10:10.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-09T11:10:12.130Z] Removing intermediate container 29e143a1f3ea [2021-05-09T11:10:12.130Z] ---> 94262347ceee [2021-05-09T11:10:12.130Z] Step 6/22 : COPY go.mod . [2021-05-09T11:10:14.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-09T11:10:15.503Z] ---> 04585240cb00 [2021-05-09T11:10:15.503Z] Step 7/22 : RUN go mod download [2021-05-09T11:10:18.899Z] ---> Running in 8248258804b1 [Pipeline] } [2021-05-09T11:10:19.759Z] $ docker stop --time=1 3ffacd7e223a11ca3912a281bf21f05215a3daa4d4e247431c9ade0eea8bc18d [2021-05-09T11:10:20.309Z] Removing intermediate container d46a74a94a3d [2021-05-09T11:10:20.309Z] ---> f05cb6807bff [2021-05-09T11:10:20.309Z] Step 8/21 : COPY . . [2021-05-09T11:10:21.751Z] Removing intermediate container 9780dd298300 [2021-05-09T11:10:21.751Z] ---> dc2a153c4bc9 [2021-05-09T11:10:21.751Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-09T11:10:22.404Z] $ docker rm -f 3ffacd7e223a11ca3912a281bf21f05215a3daa4d4e247431c9ade0eea8bc18d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:10:24.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:10:24.169Z] [2021-05-09T11:10:24.169Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:10:24.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:10:24.518Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-09T11:10:24.518Z] 29e5d40040c1: Pulling fs layer [2021-05-09T11:10:24.518Z] 1ce36da41761: Pulling fs layer [2021-05-09T11:10:24.518Z] 25b303627fd3: Pulling fs layer [2021-05-09T11:10:25.120Z] 29e5d40040c1: Verifying Checksum [2021-05-09T11:10:25.121Z] 29e5d40040c1: Download complete [2021-05-09T11:10:25.716Z] 1ce36da41761: Verifying Checksum [2021-05-09T11:10:25.716Z] 1ce36da41761: Download complete [2021-05-09T11:10:25.716Z] 29e5d40040c1: Pull complete [2021-05-09T11:10:27.142Z] 1ce36da41761: Pull complete [2021-05-09T11:10:27.411Z] 25b303627fd3: Verifying Checksum [2021-05-09T11:10:27.411Z] 25b303627fd3: Download complete [2021-05-09T11:10:30.059Z] ---> Running in 86014438cb54 [2021-05-09T11:10:33.393Z] ---> 971c39bd8756 [2021-05-09T11:10:33.393Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-09T11:10:33.676Z] Removing intermediate container 86014438cb54 [2021-05-09T11:10:33.676Z] ---> 5ca196b5a972 [2021-05-09T11:10:33.676Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-09T11:10:37.047Z] ---> Running in f8a5880a61db [2021-05-09T11:10:37.047Z] Removing intermediate container 8248258804b1 [2021-05-09T11:10:37.047Z] ---> aa06f41173e9 [2021-05-09T11:10:37.047Z] Step 8/22 : COPY . . [2021-05-09T11:10:37.047Z] ---> Running in acbfa612f586 [2021-05-09T11:10:37.564Z] 25b303627fd3: Pull complete [2021-05-09T11:10:37.564Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-09T11:10:37.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:10:37.564Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-09T11:10:37.791Z] prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container [2021-05-09T11:10:37.887Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-09T11:10:41.111Z] $ docker top 5ecfbf3b06f95de84e0db1323126ac8eeebe03d84831d76e20e0329a93e4a18e -eo pid,comm [2021-05-09T11:10:41.311Z] 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 [Pipeline] { [Pipeline] sh [2021-05-09T11:10:42.055Z] + docker-compose build --help [2021-05-09T11:10:42.055Z] + grep parallel [2021-05-09T11:10:42.281Z] Removing intermediate container acbfa612f586 [2021-05-09T11:10:42.281Z] ---> ab4dff3f7e2a [2021-05-09T11:10:42.281Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-09T11:10:45.428Z] --parallel Build images in parallel. [Pipeline] } [2021-05-09T11:10:45.725Z] $ docker stop --time=1 5ecfbf3b06f95de84e0db1323126ac8eeebe03d84831d76e20e0329a93e4a18e [2021-05-09T11:10:47.679Z] ---> bd852fa4ef09 [2021-05-09T11:10:47.679Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-09T11:10:47.703Z] $ docker rm -f 5ecfbf3b06f95de84e0db1323126ac8eeebe03d84831d76e20e0329a93e4a18e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:10:48.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-09T11:10:48.359Z] . [Pipeline] withDockerContainer [2021-05-09T11:10:48.625Z] prd-ubuntu18.04-docker-arm64-4c-16g-3817 does not seem to be running inside a container [2021-05-09T11:10:48.708Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-05-09T11:10:50.151Z] $ docker top 207cc62a87690c4e56fcca66b35695e0ff414b0590a3e8dbbc7d07c07c063586 -eo pid,comm [2021-05-09T11:10:50.264Z] ---> 25434568d3b4 [2021-05-09T11:10:50.264Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] { [Pipeline] sh [2021-05-09T11:10:51.150Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-09T11:10:52.865Z] ---> 0f4ba8017e69 [2021-05-09T11:10:52.865Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-09T11:10:54.308Z] ---> 717b0522b060 [2021-05-09T11:10:54.308Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-09T11:10:55.473Z] Building docker-core-command-go ... [2021-05-09T11:10:55.473Z] Building docker-core-data-go ... [2021-05-09T11:10:55.473Z] Building docker-core-metadata-go ... [2021-05-09T11:10:55.473Z] Building docker-security-bootstrapper-go ... [2021-05-09T11:10:55.473Z] Building docker-security-proxy-setup-go ... [2021-05-09T11:10:55.473Z] Building docker-security-secretstore-setup-go ... [2021-05-09T11:10:55.473Z] Building docker-support-notifications-go ... [2021-05-09T11:10:55.473Z] Building docker-support-scheduler-go ... [2021-05-09T11:10:55.473Z] Building docker-sys-mgmt-agent-go ... [2021-05-09T11:10:55.473Z] Building docker-sys-mgmt-agent-go [2021-05-09T11:10:55.473Z] Building docker-security-secretstore-setup-go [2021-05-09T11:10:55.473Z] Building docker-support-scheduler-go [2021-05-09T11:10:55.473Z] Building docker-security-proxy-setup-go [2021-05-09T11:10:55.473Z] Building docker-security-bootstrapper-go [2021-05-09T11:10:56.280Z] ---> Running in fdf90f94068e [2021-05-09T11:10:58.905Z] ---> Running in 9f21f5422b30 [2021-05-09T11:11:01.501Z] Removing intermediate container 1ae93030008f [2021-05-09T11:11:01.501Z] ---> 36f10c2efb6a [2021-05-09T11:11:01.501Z] [2021-05-09T11:11:01.501Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:11:01.501Z] ---> 13621d1b12d4 [2021-05-09T11:11:01.501Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-09T11:11:02.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-09T11:11:03.492Z] Removing intermediate container 9f21f5422b30 [2021-05-09T11:11:03.492Z] ---> d4469d8d1d89 [2021-05-09T11:11:03.492Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:11:04.898Z] ---> Running in cbbf87ec403b [2021-05-09T11:11:05.858Z] ---> Running in 5602fe6e5939 [2021-05-09T11:11:07.288Z] Removing intermediate container cbbf87ec403b [2021-05-09T11:11:07.288Z] ---> 33978ec41a95 [2021-05-09T11:11:07.288Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-09T11:11:07.565Z] Removing intermediate container 5602fe6e5939 [2021-05-09T11:11:07.565Z] ---> 6419859bcb23 [2021-05-09T11:11:07.565Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:11:07.565Z] ---> Running in 4b12fa395437 [2021-05-09T11:11:07.565Z] ---> 5d16421719c2 [2021-05-09T11:11:07.565Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-09T11:11:07.565Z] ---> Running in 45df8894bcf7 [2021-05-09T11:11:07.855Z] ---> Running in ce0fd96085c0 [2021-05-09T11:11:08.131Z] Removing intermediate container 4b12fa395437 [2021-05-09T11:11:08.131Z] ---> e86d0556e7e3 [2021-05-09T11:11:08.131Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-09T11:11:08.404Z] Removing intermediate container 45df8894bcf7 [2021-05-09T11:11:08.404Z] ---> b0274fc86b19 [2021-05-09T11:11:08.404Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:11:08.404Z] ---> Running in e7ac9215c5a3 [2021-05-09T11:11:08.404Z] ---> Running in 63c099b7adad [2021-05-09T11:11:08.676Z] Removing intermediate container e7ac9215c5a3 [2021-05-09T11:11:08.676Z] ---> bc4fb49a2af0 [2021-05-09T11:11:08.676Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:11:08.676Z] ---> Running in 3ef60fb5ef82 [2021-05-09T11:11:08.949Z] Removing intermediate container 63c099b7adad [2021-05-09T11:11:08.949Z] ---> 5a2ca4e55059 [2021-05-09T11:11:08.949Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:11:08.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-09T11:11:09.234Z] ---> Running in abc70b7d76b3 [2021-05-09T11:11:09.506Z] Removing intermediate container abc70b7d76b3 [2021-05-09T11:11:09.506Z] ---> cc31652e51b8 [2021-05-09T11:11:09.506Z] [2021-05-09T11:11:09.786Z] Successfully built cc31652e51b8 [2021-05-09T11:11:09.786Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-09T11:11:11.214Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 3ef60fb5ef82 [2021-05-09T11:11:11.214Z] ---> 5301c33f3bdf [2021-05-09T11:11:11.214Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-09T11:11:11.214Z] ---> Running in 40777cb062a1 [2021-05-09T11:11:13.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:11:14.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:11:16.087Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:11:16.357Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-09T11:11:16.357Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-09T11:11:16.955Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-09T11:11:17.537Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-09T11:11:17.806Z] Removing intermediate container f8a5880a61db [2021-05-09T11:11:17.806Z] ---> 55d41e97dee7 [2021-05-09T11:11:17.806Z] [2021-05-09T11:11:17.806Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:11:17.806Z] ---> 13621d1b12d4 [2021-05-09T11:11:17.806Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-09T11:11:18.080Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-09T11:11:18.080Z] ---> Running in 28c0fc7e71ef [2021-05-09T11:11:18.080Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:11:18.080Z] OK: 8 MiB in 20 packages [2021-05-09T11:11:19.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:11:19.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:11:19.334Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-09T11:11:19.334Z] Removing intermediate container 40777cb062a1 [2021-05-09T11:11:19.334Z] ---> 92f0e5a50046 [2021-05-09T11:11:19.334Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:11:19.334Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:11:19.334Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:11:19.334Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:11:19.334Z] OK: 6 MiB in 16 packages [2021-05-09T11:11:19.922Z] ---> 063ddfdfb01a [2021-05-09T11:11:19.922Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-09T11:11:21.351Z] ---> d433eb6fb95b [2021-05-09T11:11:21.351Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-09T11:11:21.351Z] Removing intermediate container 28c0fc7e71ef [2021-05-09T11:11:21.351Z] ---> 5d0c5c9fe9e8 [2021-05-09T11:11:21.351Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:11:21.351Z] ---> Running in f111b8e8e397 [2021-05-09T11:11:21.622Z] Removing intermediate container f111b8e8e397 [2021-05-09T11:11:21.622Z] ---> 0d1014a137d6 [2021-05-09T11:11:21.622Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-09T11:11:21.622Z] ---> 414ba52b8ec9 [2021-05-09T11:11:21.622Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-09T11:11:21.622Z] ---> Running in 35ced679548c [2021-05-09T11:11:21.622Z] ---> Running in b56a75d871e3 [2021-05-09T11:11:21.899Z] Removing intermediate container 35ced679548c [2021-05-09T11:11:21.899Z] ---> 9e41849b0544 [2021-05-09T11:11:21.899Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:11:22.172Z] Removing intermediate container b56a75d871e3 [2021-05-09T11:11:22.172Z] ---> 28dcea2e6124 [2021-05-09T11:11:22.172Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:11:22.172Z] ---> Running in a4df12a937d0 [2021-05-09T11:11:22.487Z] ---> Running in 378ede209875 [2021-05-09T11:11:22.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-09T11:11:22.487Z] Removing intermediate container a4df12a937d0 [2021-05-09T11:11:22.487Z] ---> 012dd754929e [2021-05-09T11:11:22.487Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:11:22.792Z] Removing intermediate container 378ede209875 [2021-05-09T11:11:22.792Z] ---> 30371cd407b5 [2021-05-09T11:11:22.792Z] Step 21/23 : LABEL arch=x86_64 [2021-05-09T11:11:22.792Z] ---> Running in 7f0306ee71e8 [2021-05-09T11:11:23.063Z] ---> ba375d227671 [2021-05-09T11:11:23.063Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-09T11:11:23.063Z] Removing intermediate container 7f0306ee71e8 [2021-05-09T11:11:23.063Z] ---> 8d920942d628 [2021-05-09T11:11:23.063Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:11:23.063Z] ---> Running in a4fa325a8bbd [2021-05-09T11:11:23.647Z] Removing intermediate container a4fa325a8bbd [2021-05-09T11:11:23.647Z] ---> 2ca1a30b2b9d [2021-05-09T11:11:23.647Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:11:25.054Z] ---> Running in 02b5fa6fcc79 [2021-05-09T11:11:25.054Z] ---> 8f0e8efbb007 [2021-05-09T11:11:25.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-09T11:11:25.320Z] Removing intermediate container 02b5fa6fcc79 [2021-05-09T11:11:25.320Z] ---> 9dfceb867d3f [2021-05-09T11:11:25.320Z] [2021-05-09T11:11:25.599Z] Successfully built 9dfceb867d3f [2021-05-09T11:11:25.599Z] Successfully tagged docker-core-data-go:latest [2021-05-09T11:11:25.599Z] ---> a0f093954d34 [2021-05-09T11:11:25.599Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-09T11:11:25.867Z]  Building docker-core-data-go ... done  ---> Running in 151089ee3bb2 [2021-05-09T11:11:26.152Z] Removing intermediate container 151089ee3bb2 [2021-05-09T11:11:26.152Z] ---> ed43f7c7168a [2021-05-09T11:11:26.152Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:11:26.152Z] ---> Running in f6e9e04178ee [2021-05-09T11:11:26.864Z] Removing intermediate container f6e9e04178ee [2021-05-09T11:11:26.864Z] ---> ca655150c584 [2021-05-09T11:11:26.864Z] Step 20/22 : LABEL arch=x86_64 [2021-05-09T11:11:26.864Z] ---> Running in 40a7010560a5 [2021-05-09T11:11:27.191Z] Removing intermediate container 40a7010560a5 [2021-05-09T11:11:27.191Z] ---> c44a722d940e [2021-05-09T11:11:27.191Z] Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:11:27.191Z] ---> Running in 63d4742f0352 [2021-05-09T11:11:27.546Z] Removing intermediate container 63d4742f0352 [2021-05-09T11:11:27.546Z] ---> 4ff979a9da61 [2021-05-09T11:11:27.546Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:11:28.984Z] ---> Running in c97a92155328 [2021-05-09T11:11:29.952Z] Removing intermediate container fdf90f94068e [2021-05-09T11:11:29.952Z] ---> b1b04654e67e [2021-05-09T11:11:29.952Z] [2021-05-09T11:11:29.952Z] Step 10/21 : FROM alpine:3.12 [2021-05-09T11:11:29.952Z] ---> 13621d1b12d4 [2021-05-09T11:11:29.952Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-09T11:11:29.952Z] Removing intermediate container c97a92155328 [2021-05-09T11:11:29.952Z] ---> cb5c6f991224 [2021-05-09T11:11:29.952Z] [2021-05-09T11:11:30.216Z] ---> Running in 7d25d446a5ef [2021-05-09T11:11:30.216Z] Successfully built cb5c6f991224 [2021-05-09T11:11:30.216Z] Successfully tagged docker-support-notifications-go:latest [2021-05-09T11:11:30.806Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:11:30.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:11:31.069Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-09T11:11:31.069Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:11:31.069Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-09T11:11:31.069Z] (4/4) Installing curl (7.76.1-r0) [2021-05-09T11:11:31.069Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:11:31.069Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:11:31.069Z] OK: 7 MiB in 18 packages [2021-05-09T11:11:33.621Z] Removing intermediate container ce0fd96085c0 [2021-05-09T11:11:33.621Z] ---> 5afdf5220f1e [2021-05-09T11:11:33.621Z] [2021-05-09T11:11:33.621Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:11:33.621Z] ---> 13621d1b12d4 [2021-05-09T11:11:33.621Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:11:33.621Z] ---> Using cache [2021-05-09T11:11:33.621Z] ---> dc87c5091586 [2021-05-09T11:11:33.621Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:11:33.621Z] ---> Using cache [2021-05-09T11:11:33.621Z] ---> df02b72ee176 [2021-05-09T11:11:33.621Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-09T11:11:33.621Z] ---> Running in 013b71603e78 [2021-05-09T11:11:33.882Z] Removing intermediate container 013b71603e78 [2021-05-09T11:11:33.882Z] ---> a58193a9f7dc [2021-05-09T11:11:33.882Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:11:33.882Z] Removing intermediate container 7d25d446a5ef [2021-05-09T11:11:33.882Z] ---> eb00b3acf22f [2021-05-09T11:11:33.882Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:11:34.145Z] ---> Running in dd4d01acb018 [2021-05-09T11:11:34.145Z] ---> Running in 4ea76c3128ac [2021-05-09T11:11:34.145Z] Removing intermediate container dd4d01acb018 [2021-05-09T11:11:34.145Z] ---> 7d7fb67422d3 [2021-05-09T11:11:34.145Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:11:34.406Z] Removing intermediate container 4ea76c3128ac [2021-05-09T11:11:34.406Z] ---> a680da62105c [2021-05-09T11:11:34.406Z] Step 13/21 : WORKDIR /edgex [2021-05-09T11:11:34.406Z] ---> Running in 9c036cf955b4 [2021-05-09T11:11:34.406Z] ---> 0fdf5e1f6879 [2021-05-09T11:11:34.407Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-09T11:11:34.669Z] Removing intermediate container 9c036cf955b4 [2021-05-09T11:11:34.669Z] ---> edf4920249fd [2021-05-09T11:11:34.669Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-09T11:11:34.932Z] ---> e84c3c5372ef [2021-05-09T11:11:34.932Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-09T11:11:34.932Z] ---> e6630ad25aef [2021-05-09T11:11:34.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-09T11:11:35.194Z] ---> 35de70b15021 [2021-05-09T11:11:35.194Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-09T11:11:35.459Z] ---> Running in 1e5548159455 [2021-05-09T11:11:35.459Z] ---> bf399f9767c4 [2021-05-09T11:11:35.459Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-09T11:11:36.404Z] ---> d589e8011eec [2021-05-09T11:11:36.404Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-09T11:11:36.404Z] Removing intermediate container 1e5548159455 [2021-05-09T11:11:36.404Z] ---> 8cfa0516609e [2021-05-09T11:11:36.404Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:11:36.404Z] ---> Running in 3faf264d7175 [2021-05-09T11:11:36.404Z] ---> Running in 1e3e82a8f0c2 [2021-05-09T11:11:36.404Z] Removing intermediate container 3faf264d7175 [2021-05-09T11:11:36.404Z] ---> d0305fc899f5 [2021-05-09T11:11:36.404Z] Step 18/21 : CMD ["--init=true"] [2021-05-09T11:11:36.404Z] Removing intermediate container 1e3e82a8f0c2 [2021-05-09T11:11:36.404Z] ---> 51703c879c29 [2021-05-09T11:11:36.404Z] Step 20/22 : LABEL arch=x86_64 [2021-05-09T11:11:36.666Z] ---> Running in 6c8e756aa1a3 [2021-05-09T11:11:36.666Z] ---> Running in 0adbafe06e4b [2021-05-09T11:11:36.666Z] Removing intermediate container 6c8e756aa1a3 [2021-05-09T11:11:36.666Z] ---> 1a9919366ad5 [2021-05-09T11:11:36.666Z] Step 19/21 : LABEL arch=x86_64 [2021-05-09T11:11:36.666Z] Removing intermediate container 0adbafe06e4b [2021-05-09T11:11:36.666Z] ---> 41030d9290b4 [2021-05-09T11:11:36.666Z] Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:11:36.928Z] ---> Running in 4292faf94a73 [2021-05-09T11:11:36.929Z] ---> Running in 29265c064ee1 [2021-05-09T11:11:36.929Z] Removing intermediate container 4292faf94a73 [2021-05-09T11:11:36.929Z] ---> 6b039a9e566c [2021-05-09T11:11:36.929Z] Step 20/21 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:11:37.191Z] Removing intermediate container 29265c064ee1 [2021-05-09T11:11:37.191Z] ---> ea756b1306c8 [2021-05-09T11:11:37.191Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:11:37.191Z] ---> Running in 3581b73166bb [2021-05-09T11:11:37.191Z] ---> Running in 393cd73674d8 [2021-05-09T11:11:37.191Z] Removing intermediate container 3581b73166bb [2021-05-09T11:11:37.191Z] ---> ddbbc35212a0 [2021-05-09T11:11:37.191Z] Step 21/21 : LABEL version=0.0.0 [2021-05-09T11:11:37.454Z] Removing intermediate container 393cd73674d8 [2021-05-09T11:11:37.454Z] ---> 2b706c3159fe [2021-05-09T11:11:37.454Z] [2021-05-09T11:11:37.454Z] ---> Running in 2fda708804cb [2021-05-09T11:11:37.454Z] Successfully built 2b706c3159fe [2021-05-09T11:11:38.028Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-09T11:11:38.291Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2fda708804cb [2021-05-09T11:11:38.291Z] ---> 76ed67e43ca2 [2021-05-09T11:11:38.291Z] [2021-05-09T11:11:38.291Z] Successfully built 76ed67e43ca2 [2021-05-09T11:11:38.291Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-09T11:11:38.874Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-05-09T11:11:38.883Z] $ docker stop --time=1 a3fbd17b8c1f0fe983473df07cda71eedc9f200762ad404b292d367d49ffb00c [2021-05-09T11:11:40.480Z] $ docker rm -f a3fbd17b8c1f0fe983473df07cda71eedc9f200762ad404b292d367d49ffb00c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T11:11:40.918Z] + docker images [2021-05-09T11:11:40.918Z] + grep docker [2021-05-09T11:11:41.181Z] docker-security-proxy-setup-go latest 76ed67e43ca2 3 seconds ago 25.3MB [2021-05-09T11:11:41.181Z] docker-support-scheduler-go latest 2b706c3159fe 4 seconds ago 17.1MB [2021-05-09T11:11:41.181Z] docker-support-notifications-go latest cb5c6f991224 12 seconds ago 17.6MB [2021-05-09T11:11:41.181Z] docker-core-data-go latest 9dfceb867d3f 16 seconds ago 21.5MB [2021-05-09T11:11:41.181Z] docker-sys-mgmt-agent-go latest cc31652e51b8 32 seconds ago 312MB [2021-05-09T11:11:41.181Z] docker-security-bootstrapper-go latest 6159f6564d2b 2 minutes ago 18.2MB [2021-05-09T11:11:41.181Z] docker-security-secretstore-setup-go latest 1c6b056c5720 2 minutes ago 25.7MB [2021-05-09T11:11:41.181Z] docker-core-metadata-go latest ae3b010d4bec 2 minutes ago 18.6MB [2021-05-09T11:11:41.181Z] docker-core-command-go latest d7b348c3445e 3 minutes ago 17MB [2021-05-09T11:11:41.181Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-09T11:11:56.429Z] Still waiting to schedule task [2021-05-09T11:11:56.429Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-09T11:12:03.471Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:12:03.471Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:12:03.471Z] ---> d8a3c63a6fd1 [2021-05-09T11:12:03.471Z] Step 3/25 : WORKDIR /edgex-go [2021-05-09T11:12:04.071Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:12:04.071Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:12:04.071Z] ---> d8a3c63a6fd1 [2021-05-09T11:12:04.071Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:12:04.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:12:04.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:12:04.676Z] ---> d8a3c63a6fd1 [2021-05-09T11:12:04.676Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:12:04.676Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:12:04.676Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:12:04.676Z] ---> d8a3c63a6fd1 [2021-05-09T11:12:04.676Z] Step 3/31 : WORKDIR /edgex-go [2021-05-09T11:12:04.676Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:12:04.676Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:12:04.676Z] ---> d8a3c63a6fd1 [2021-05-09T11:12:04.676Z] Step 3/21 : WORKDIR /edgex-go [2021-05-09T11:12:06.655Z] ---> Running in 11fc4400f1bb [2021-05-09T11:12:06.655Z] ---> Running in 704a19cd5688 [2021-05-09T11:12:06.655Z] ---> Running in 5a8f59ab6c51 [2021-05-09T11:12:06.927Z] ---> Running in a4ca970133fe [2021-05-09T11:12:06.928Z] ---> Running in 3496fcd4fc7a [2021-05-09T11:12:07.524Z] Removing intermediate container a4ca970133fe [2021-05-09T11:12:07.524Z] ---> 88e58964e0b2 [2021-05-09T11:12:07.524Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:12:07.524Z] Removing intermediate container 3496fcd4fc7a [2021-05-09T11:12:07.524Z] ---> 5d98f2cf0a20 [2021-05-09T11:12:07.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:12:07.524Z] Removing intermediate container 11fc4400f1bb [2021-05-09T11:12:07.524Z] ---> 4d859ef2bc3d [2021-05-09T11:12:07.524Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:12:07.524Z] Removing intermediate container 5a8f59ab6c51 [2021-05-09T11:12:07.524Z] ---> a532166d31ea [2021-05-09T11:12:07.524Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:12:07.799Z] Removing intermediate container 704a19cd5688 [2021-05-09T11:12:07.799Z] ---> db6967640725 [2021-05-09T11:12:07.799Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:12:07.799Z] ---> Running in 1732c211cfb6 [2021-05-09T11:12:07.799Z] ---> Running in e998584442c9 [2021-05-09T11:12:07.799Z] ---> Running in a93e39af433e [2021-05-09T11:12:07.799Z] ---> Running in 4cd162802fb3 [2021-05-09T11:12:08.074Z] ---> Running in 8ac62d95743f [2021-05-09T11:12:11.492Z] Removing intermediate container 1732c211cfb6 [2021-05-09T11:12:11.492Z] ---> 1a09337a2325 [2021-05-09T11:12:11.492Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-09T11:12:12.094Z] ---> Running in facbecda9ad0 [2021-05-09T11:12:12.368Z] Removing intermediate container e998584442c9 [2021-05-09T11:12:12.368Z] ---> 200e329ec881 [2021-05-09T11:12:12.368Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-09T11:12:12.368Z] Removing intermediate container 4cd162802fb3 [2021-05-09T11:12:12.368Z] ---> 74c4a4574349 [2021-05-09T11:12:12.368Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-09T11:12:12.368Z] Removing intermediate container a93e39af433e [2021-05-09T11:12:12.368Z] ---> 696f2f26024d [2021-05-09T11:12:12.368Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-09T11:12:12.641Z] ---> Running in 0d1cbc5bb22e [2021-05-09T11:12:12.641Z] ---> Running in 0106cc4ad4f9 [2021-05-09T11:12:13.626Z] ---> Running in 68e6d8639ec6 [2021-05-09T11:12:13.626Z] Removing intermediate container 8ac62d95743f [2021-05-09T11:12:13.626Z] ---> bc2f72ec2a34 [2021-05-09T11:12:13.626Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-09T11:12:13.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:13.906Z] ---> Running in 60d0b6c8346c [2021-05-09T11:12:15.366Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:15.643Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:15.643Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:15.643Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:15.643Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:16.620Z] OK: 218 MiB in 52 packages [2021-05-09T11:12:17.218Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:17.506Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:17.506Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:17.506Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:18.110Z] Removing intermediate container facbecda9ad0 [2021-05-09T11:12:18.110Z] ---> f900df232913 [2021-05-09T11:12:18.110Z] Step 6/22 : COPY go.mod . [2021-05-09T11:12:18.709Z] OK: 218 MiB in 52 packages [2021-05-09T11:12:18.709Z] OK: 218 MiB in 52 packages [2021-05-09T11:12:18.709Z] OK: 218 MiB in 52 packages [2021-05-09T11:12:18.990Z] ---> 49d0ae84b7c3 [2021-05-09T11:12:18.990Z] Step 7/22 : RUN go mod download [2021-05-09T11:12:19.586Z] ---> Running in ccff03d42159 [2021-05-09T11:12:19.586Z] OK: 218 MiB in 52 packages [2021-05-09T11:12:20.559Z] Removing intermediate container 0d1cbc5bb22e [2021-05-09T11:12:20.560Z] ---> 866c4de0e1e3 [2021-05-09T11:12:20.560Z] Step 6/25 : COPY go.mod . [2021-05-09T11:12:20.560Z] Removing intermediate container 0106cc4ad4f9 [2021-05-09T11:12:20.560Z] ---> 5088e0b8aa7b [2021-05-09T11:12:20.560Z] Step 6/21 : COPY go.mod . [2021-05-09T11:12:20.836Z] Removing intermediate container 68e6d8639ec6 [2021-05-09T11:12:20.836Z] ---> bf2c8b68ae16 [2021-05-09T11:12:20.836Z] Step 6/31 : COPY go.mod . [2021-05-09T11:12:21.432Z] Removing intermediate container 60d0b6c8346c [2021-05-09T11:12:21.432Z] ---> be62d052c104 [2021-05-09T11:12:21.432Z] Step 6/23 : COPY go.mod . [2021-05-09T11:12:21.432Z] ---> f440ed2610f8 [2021-05-09T11:12:21.432Z] Step 7/25 : RUN go mod download [2021-05-09T11:12:21.432Z] ---> ece5cbe86bfb [2021-05-09T11:12:21.432Z] Step 7/21 : RUN go mod download [2021-05-09T11:12:21.705Z] ---> Running in 250a9c5de07c [2021-05-09T11:12:21.705Z] ---> Running in e2f36e267a4b [2021-05-09T11:12:21.979Z] ---> 827600b25266 [2021-05-09T11:12:21.979Z] Step 7/31 : RUN go mod download [2021-05-09T11:12:22.262Z] ---> Running in d3770c7400c4 [2021-05-09T11:12:22.262Z] ---> 173d4c76a7c4 [2021-05-09T11:12:22.262Z] Step 7/23 : RUN go mod download [2021-05-09T11:12:22.537Z] ---> Running in f62310e3763b [2021-05-09T11:12:23.524Z] Removing intermediate container ccff03d42159 [2021-05-09T11:12:23.524Z] ---> 96920fd95d3c [2021-05-09T11:12:23.524Z] Step 8/22 : COPY . . [2021-05-09T11:12:25.510Z] Removing intermediate container 250a9c5de07c [2021-05-09T11:12:25.510Z] ---> 7ca4aab34392 [2021-05-09T11:12:25.510Z] Step 8/25 : COPY . . [2021-05-09T11:12:26.493Z] Removing intermediate container e2f36e267a4b [2021-05-09T11:12:26.493Z] ---> 4776a998ae2c [2021-05-09T11:12:26.493Z] Step 8/21 : COPY . . [2021-05-09T11:12:26.493Z] Removing intermediate container d3770c7400c4 [2021-05-09T11:12:26.493Z] ---> 7c3702ab1d5b [2021-05-09T11:12:26.493Z] Step 8/31 : COPY . . [2021-05-09T11:12:27.091Z] Removing intermediate container f62310e3763b [2021-05-09T11:12:27.091Z] ---> f727892b09f9 [2021-05-09T11:12:27.091Z] Step 8/23 : COPY . . [2021-05-09T11:12:52.158Z] Running on prd-ubuntu18.04-docker-8c-8g-3829 in /w/workspace/edgexfoundry_edgex-go_PR-3437 [Pipeline] { [Pipeline] ws [2021-05-09T11:12:52.178Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-09T11:12:53.906Z] ---> 13680b517868 [2021-05-09T11:12:53.906Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-09T11:12:53.906Z] ---> 305521da4fb6 [2021-05-09T11:12:53.906Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-09T11:12:53.906Z] ---> 7ef9418c3570 [2021-05-09T11:12:53.906Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-09T11:12:53.906Z] ---> aaf2996ff911 [2021-05-09T11:12:53.906Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-09T11:12:53.906Z] ---> Running in 49879216980b [2021-05-09T11:12:53.906Z] ---> 6deacdc30455 [2021-05-09T11:12:53.906Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-09T11:12:53.906Z] ---> Running in e262000885e8 [2021-05-09T11:12:53.906Z] ---> Running in faab07963e26 [2021-05-09T11:12:53.906Z] ---> Running in c62039fe5bca [2021-05-09T11:12:53.906Z] ---> Running in fa258dfea2b2 [2021-05-09T11:12:53.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-09T11:12:54.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-09T11:12:54.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-09T11:12:54.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-09T11:12:54.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-09T11:12:54.544Z] using credential edgex-jenkins-ssh [2021-05-09T11:12:54.562Z] Cloning the remote Git repository [2021-05-09T11:12:54.591Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:12:54.659Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-09T11:12:54.682Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:12:54.682Z] > git --version # timeout=10 [2021-05-09T11:12:54.688Z] > git --version # 'git version 2.17.1' [2021-05-09T11:12:54.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:12:54.713Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:13:00.702Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:13:01.653Z] Merging remotes/origin/master commit 106205dfb17fde51d29924d02061c8a1d01e98d4 into PR head commit 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:13:01.801Z] Merge succeeded, producing 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:13:01.802Z] Checking out Revision 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa (PR-3437) [2021-05-09T11:13:00.713Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:13:00.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-09T11:13:00.732Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-09T11:13:00.732Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:13:00.737Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3437/head:refs/remotes/origin/PR-3437 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T11:13:01.667Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:13:01.672Z] > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 [2021-05-09T11:13:01.748Z] > git remote # timeout=10 [2021-05-09T11:13:01.770Z] > git config --get remote.origin.url # timeout=10 [2021-05-09T11:13:01.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:13:01.782Z] > git merge 106205dfb17fde51d29924d02061c8a1d01e98d4 # timeout=10 [2021-05-09T11:13:01.797Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-09T11:13:01.809Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:13:01.821Z] > git checkout -f 39e708b1e1eb2507d90528e6cc0b982b5ccfebfa # timeout=10 [2021-05-09T11:13:05.466Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:13:06.388Z] + echo snap-build.sh [2021-05-09T11:13:06.388Z] snap-build.sh [2021-05-09T11:13:06.388Z] + SNAP_BASE_DIR=. [2021-05-09T11:13:06.388Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-05-09T11:13:06.388Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-05-09T11:13:06.388Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-05-09T11:13:06.388Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-05-09T11:13:06.388Z] + cd /w/workspace/edgex-go/2 [2021-05-09T11:13:06.388Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-09T11:13:06.388Z] Reading package lists... [2021-05-09T11:13:06.388Z] Building dependency tree... [2021-05-09T11:13:06.388Z] Reading state information... [2021-05-09T11:13:06.652Z] The following packages were automatically installed and are no longer required: [2021-05-09T11:13:06.652Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-09T11:13:06.652Z] uidmap xdelta3 [2021-05-09T11:13:06.652Z] Use 'sudo apt autoremove' to remove them. [2021-05-09T11:13:06.652Z] The following packages will be REMOVED: [2021-05-09T11:13:06.652Z] lxd* lxd-client* [2021-05-09T11:13:06.914Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-09T11:13:06.914Z] After this operation, 31.7 MB disk space will be freed. [2021-05-09T11:13:08.225Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-05-09T11:13:08.225Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-09T11:13:08.799Z] Removing lxd dnsmasq configuration [2021-05-09T11:13:09.060Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-09T11:13:09.060Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-09T11:13:10.022Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-09T11:13:10.284Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-05-09T11:13:10.284Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-09T11:13:11.681Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-09T11:13:11.681Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-09T11:13:13.071Z] + sudo snap remove --purge lxd [2021-05-09T11:13:13.071Z] snap "lxd" is not installed [2021-05-09T11:13:13.071Z] + sudo groupadd --force --system lxd [2021-05-09T11:13:13.332Z] ++ whoami [2021-05-09T11:13:13.332Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-09T11:13:13.332Z] + newgrp - lxd [2021-05-09T11:13:13.332Z] + sudo snap install lxd [2021-05-09T11:13:21.481Z] 2021-05-09T11:13:19Z INFO Waiting for automatic snapd restart... [2021-05-09T11:13:36.415Z] lxd 4.13 from Canonical* installed [2021-05-09T11:13:36.415Z] + sudo lxd init --auto [2021-05-09T11:13:44.568Z] + sudo snap install --classic snapcraft [2021-05-09T11:13:51.205Z] snapcraft 4.7.1 from Canonical* installed [2021-05-09T11:13:51.205Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-09T11:13:51.205Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-09T11:13:51.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-09T11:13:51.205Z] Dload Upload Total Spent Left Speed [2021-05-09T11:13:51.205Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4937 0 --:--:-- --:--:-- --:--:-- 4937 [2021-05-09T11:13:51.205Z] 62 3325k 62 2069k 0 0 6140k 0 --:--:-- --:--:-- --:--:-- 6140k 100 3325k 100 3325k 0 0 9134k 0 --:--:-- --:--:-- --:--:-- 45.4M [2021-05-09T11:13:51.205Z] ./yq_linux_amd64 [2021-05-09T11:13:51.205Z] + sudo snapcraft prime --use-lxd [2021-05-09T11:13:52.593Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-09T11:13:52.861Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-09T11:13:52.861Z] - README.md [2021-05-09T11:13:52.861Z] [2021-05-09T11:13:52.861Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-09T11:13:53.807Z] Launching a container. [2021-05-09T11:14:06.053Z] Waiting for container to be ready [2021-05-09T11:14:06.053Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-09T11:14:06.053Z] [2021-05-09T11:14:10.267Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-09T11:14:10.267Z] Waiting for network to be ready... [2021-05-09T11:14:11.211Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-09T11:14:11.211Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-09T11:14:11.472Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-09T11:14:11.473Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-09T11:14:11.473Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-09T11:14:12.043Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-09T11:14:12.043Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-09T11:14:12.043Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-09T11:14:12.043Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-09T11:14:12.043Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-09T11:14:12.043Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-09T11:14:12.043Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-09T11:14:12.043Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-09T11:14:12.043Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-09T11:14:12.043Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-09T11:14:12.043Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-09T11:14:12.043Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-09T11:14:12.043Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-09T11:14:12.305Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-09T11:14:12.567Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-09T11:14:12.567Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-09T11:14:12.567Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-09T11:14:12.567Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-09T11:14:12.567Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-09T11:14:12.567Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-09T11:14:12.567Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-09T11:14:12.567Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-09T11:14:15.119Z] Fetched 24.5 MB in 4s (5514 kB/s) [2021-05-09T11:14:16.062Z] Reading package lists... [2021-05-09T11:14:16.324Z] Reading package lists... [2021-05-09T11:14:16.584Z] Building dependency tree... [2021-05-09T11:14:16.584Z] Reading state information... [2021-05-09T11:14:16.846Z] The following additional packages will be installed: [2021-05-09T11:14:16.846Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-09T11:14:16.846Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-09T11:14:16.846Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-09T11:14:16.846Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-09T11:14:16.846Z] Suggested packages: [2021-05-09T11:14:16.846Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-09T11:14:16.846Z] Recommended packages: [2021-05-09T11:14:16.846Z] gnupg libsasl2-modules [2021-05-09T11:14:16.846Z] The following NEW packages will be installed: [2021-05-09T11:14:16.846Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-09T11:14:16.846Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-09T11:14:16.846Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-09T11:14:16.846Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-09T11:14:16.846Z] The following packages will be upgraded: [2021-05-09T11:14:16.846Z] gpg gpg-agent gpgconf libudev1 [2021-05-09T11:14:17.107Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-09T11:14:17.107Z] Need to get 3530 kB of archives. [2021-05-09T11:14:17.107Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-09T11:14:17.107Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-09T11:14:17.107Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-09T11:14:17.368Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-09T11:14:17.368Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-09T11:14:17.368Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-09T11:14:17.368Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-09T11:14:17.942Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-09T11:14:17.942Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-09T11:14:17.942Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-09T11:14:17.942Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-09T11:14:17.942Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-09T11:14:17.942Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-09T11:14:17.942Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-09T11:14:17.942Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-09T11:14:17.942Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-09T11:14:17.942Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-09T11:14:17.942Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-09T11:14:17.942Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-09T11:14:17.942Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-09T11:14:17.942Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-09T11:14:17.942Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-09T11:14:17.942Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-09T11:14:18.202Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:14:18.202Z] Fetched 3530 kB in 1s (3034 kB/s) [2021-05-09T11:14:18.202Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-09T11:14:18.202Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:14:18.202Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:14:18.463Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-09T11:14:18.463Z] Selecting previously unselected package udev. [2021-05-09T11:14:18.463Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-09T11:14:18.463Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:14:18.463Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-09T11:14:18.724Z] Selecting previously unselected package libfuse2:amd64. [2021-05-09T11:14:18.724Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-09T11:14:18.724Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-09T11:14:18.990Z] Selecting previously unselected package fuse. [2021-05-09T11:14:18.990Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-09T11:14:18.990Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-09T11:14:19.251Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:14:19.251Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:14:19.251Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:14:19.512Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:14:19.512Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:14:19.512Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:14:19.773Z] Selecting previously unselected package libksba8:amd64. [2021-05-09T11:14:19.773Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-09T11:14:19.773Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-09T11:14:19.773Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-09T11:14:19.773Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:19.773Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.040Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-09T11:14:20.040Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.040Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.040Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-09T11:14:20.040Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.040Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.303Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-09T11:14:20.303Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.303Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.303Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-09T11:14:20.303Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.303Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.563Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-09T11:14:20.563Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.563Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.563Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-09T11:14:20.563Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.563Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.825Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-09T11:14:20.825Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.825Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:20.825Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-09T11:14:20.825Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-09T11:14:20.825Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:21.087Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-09T11:14:21.087Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-09T11:14:21.087Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:14:21.087Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-09T11:14:21.087Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-09T11:14:21.087Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:14:21.087Z] Selecting previously unselected package libldap-common. [2021-05-09T11:14:21.087Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-09T11:14:21.087Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:14:21.087Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-09T11:14:21.087Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-09T11:14:21.349Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:14:21.349Z] Selecting previously unselected package dirmngr. [2021-05-09T11:14:21.349Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:14:21.349Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-09T11:14:21.617Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:14:21.617Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-09T11:14:21.617Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-09T11:14:21.617Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:14:21.617Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-09T11:14:21.617Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-09T11:14:21.617Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:21.617Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-09T11:14:21.617Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:14:21.879Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-09T11:14:22.143Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-09T11:14:22.143Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.143Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-09T11:14:22.405Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-09T11:14:22.405Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-09T11:14:22.405Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.405Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.405Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.405Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.405Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.668Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.668Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-09T11:14:22.668Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-09T11:14:22.668Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-09T11:14:22.668Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:14:23.241Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-09T11:14:23.241Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-09T11:14:23.241Z] This means they are not meant to be enabled using systemctl. [2021-05-09T11:14:23.241Z] Possible reasons for having this kind of units are: [2021-05-09T11:14:23.241Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-09T11:14:23.241Z] .wants/ or .requires/ directory. [2021-05-09T11:14:23.241Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-09T11:14:23.241Z] a requirement dependency on it. [2021-05-09T11:14:23.241Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-09T11:14:23.241Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-09T11:14:23.241Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-09T11:14:23.241Z] instance name specified. [2021-05-09T11:14:23.506Z] Reading package lists... [2021-05-09T11:14:23.768Z] Building dependency tree... [2021-05-09T11:14:23.768Z] Reading state information... [2021-05-09T11:14:23.768Z] The following additional packages will be installed: [2021-05-09T11:14:23.768Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-09T11:14:23.768Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-09T11:14:23.768Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-09T11:14:23.768Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-09T11:14:23.768Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-09T11:14:23.768Z] Suggested packages: [2021-05-09T11:14:23.768Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-09T11:14:23.768Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-09T11:14:23.768Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-09T11:14:23.768Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-09T11:14:23.768Z] systemd-container policykit-1 [2021-05-09T11:14:23.768Z] Recommended packages: [2021-05-09T11:14:23.768Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-09T11:14:23.768Z] The following NEW packages will be installed: [2021-05-09T11:14:23.768Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-09T11:14:23.768Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-09T11:14:23.768Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-09T11:14:23.768Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-09T11:14:23.768Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-09T11:14:23.768Z] The following packages will be upgraded: [2021-05-09T11:14:23.768Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-09T11:14:24.029Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-09T11:14:24.029Z] Need to get 35.2 MB of archives. [2021-05-09T11:14:24.029Z] After this operation, 141 MB of additional disk space will be used. [2021-05-09T11:14:24.029Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-09T11:14:24.029Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-09T11:14:24.974Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-09T11:14:24.974Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-09T11:14:24.974Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-09T11:14:24.974Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-09T11:14:24.974Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-09T11:14:24.974Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-09T11:14:24.974Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-09T11:14:24.974Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-09T11:14:24.974Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-09T11:14:24.974Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-09T11:14:24.974Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-09T11:14:24.974Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-09T11:14:24.974Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-09T11:14:24.974Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-09T11:14:24.974Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-09T11:14:24.974Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-09T11:14:24.974Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-09T11:14:25.234Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-09T11:14:25.235Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-09T11:14:25.235Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-09T11:14:25.235Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-09T11:14:25.235Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-09T11:14:25.235Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-09T11:14:25.235Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-09T11:14:25.235Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-09T11:14:25.235Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-09T11:14:25.495Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-09T11:14:25.495Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-09T11:14:26.880Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:14:26.880Z] Fetched 35.2 MB in 3s (11.9 MB/s) [2021-05-09T11:14:27.141Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-09T11:14:27.141Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:14:27.141Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:14:27.713Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:14:27.974Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:14:27.975Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-09T11:14:27.975Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-09T11:14:27.975Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-09T11:14:28.237Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-09T11:14:30.155Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-09T11:14:30.155Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-09T11:14:30.155Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-09T11:14:30.155Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-09T11:14:30.416Z] Setting up apt (1.6.13) ... [2021-05-09T11:14:30.416Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-09T11:14:30.686Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-09T11:14:30.947Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-09T11:14:30.947Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-09T11:14:30.947Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-09T11:14:31.209Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-09T11:14:31.209Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:14:31.209Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:31.469Z] Selecting previously unselected package libexpat1:amd64. [2021-05-09T11:14:31.469Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-09T11:14:31.469Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-09T11:14:31.469Z] Selecting previously unselected package python3.6-minimal. [2021-05-09T11:14:31.469Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:14:31.469Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:31.730Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-09T11:14:31.731Z] Checking for services that may need to be restarted...done. [2021-05-09T11:14:31.992Z] Checking for services that may need to be restarted...done. [2021-05-09T11:14:31.992Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:31.992Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-09T11:14:31.992Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:32.566Z] Selecting previously unselected package python3-minimal. [2021-05-09T11:14:32.566Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-09T11:14:32.566Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-09T11:14:32.566Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-09T11:14:32.566Z] Selecting previously unselected package mime-support. [2021-05-09T11:14:32.566Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-09T11:14:32.566Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-09T11:14:32.566Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-09T11:14:32.566Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-09T11:14:32.566Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-09T11:14:32.828Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-09T11:14:32.828Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:14:32.828Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:33.089Z] Selecting previously unselected package python3.6. [2021-05-09T11:14:33.089Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-09T11:14:33.089Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:33.089Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-09T11:14:33.089Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-09T11:14:33.089Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-09T11:14:33.089Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-09T11:14:33.660Z] Selecting previously unselected package python3. [2021-05-09T11:14:33.660Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-09T11:14:33.660Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-09T11:14:33.660Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-09T11:14:33.660Z] Selecting previously unselected package multiarch-support. [2021-05-09T11:14:33.660Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:14:33.660Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-09T11:14:33.660Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-09T11:14:33.922Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-09T11:14:33.922Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-09T11:14:33.922Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-09T11:14:33.922Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-09T11:14:33.922Z] Selecting previously unselected package libbsd0:amd64. [2021-05-09T11:14:33.922Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-09T11:14:33.922Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-09T11:14:33.922Z] Selecting previously unselected package sudo. [2021-05-09T11:14:33.922Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-09T11:14:34.183Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-09T11:14:34.184Z] Selecting previously unselected package apparmor. [2021-05-09T11:14:34.184Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-09T11:14:34.184Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-09T11:14:34.444Z] Selecting previously unselected package libedit2:amd64. [2021-05-09T11:14:34.444Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-09T11:14:34.444Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-09T11:14:34.444Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-09T11:14:34.444Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:14:34.444Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:34.444Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-09T11:14:34.444Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:14:34.705Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:34.705Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-09T11:14:34.705Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-09T11:14:34.705Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-09T11:14:34.705Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-09T11:14:34.705Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:14:34.705Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:34.965Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-09T11:14:34.965Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-09T11:14:34.965Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:34.965Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-09T11:14:34.965Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-09T11:14:34.965Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-09T11:14:35.226Z] Selecting previously unselected package openssh-client. [2021-05-09T11:14:35.226Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-09T11:14:35.226Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-09T11:14:35.487Z] Selecting previously unselected package squashfs-tools. [2021-05-09T11:14:35.487Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-09T11:14:35.487Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-09T11:14:35.487Z] Selecting previously unselected package snapd. [2021-05-09T11:14:35.487Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-09T11:14:35.487Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-09T11:14:37.401Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-09T11:14:37.401Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-09T11:14:37.663Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-09T11:14:37.663Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-09T11:14:37.663Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-09T11:14:37.663Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:37.924Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:14:37.924Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-09T11:14:37.924Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-09T11:14:38.501Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-09T11:14:38.760Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-09T11:14:38.761Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-09T11:14:38.761Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:38.761Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:38.761Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-09T11:14:39.333Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-09T11:14:39.333Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:39.333Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-09T11:14:39.333Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-09T11:14:39.333Z] running python rtupdate hooks for python3.6... [2021-05-09T11:14:39.333Z] running python post-rtupdate hooks for python3.6... [2021-05-09T11:14:39.594Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-09T11:14:40.537Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-09T11:14:40.799Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-09T11:14:40.799Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-09T11:14:40.799Z] Setting up snapd (2.48.3+18.04) ... [2021-05-09T11:14:41.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-09T11:14:41.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-09T11:14:41.631Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-09T11:14:41.892Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-09T11:14:41.892Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-09T11:14:41.892Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-09T11:14:42.153Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-09T11:14:42.414Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-09T11:14:42.414Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-09T11:14:42.675Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-09T11:14:42.675Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-05-09T11:14:42.675Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-09T11:14:42.936Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-09T11:14:43.879Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-09T11:14:43.879Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:14:43.879Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-09T11:14:45.081Z] Reading package lists... [2021-05-09T11:14:45.081Z] Reading package lists... [2021-05-09T11:14:45.344Z] Building dependency tree... [2021-05-09T11:14:45.344Z] Reading state information... [2021-05-09T11:14:45.344Z] Calculating upgrade... [2021-05-09T11:14:45.606Z] The following packages will be upgraded: [2021-05-09T11:14:45.606Z] advancecomp base-files bash binutils binutils-common [2021-05-09T11:14:45.606Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-09T11:14:45.606Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-09T11:14:45.606Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-09T11:14:45.606Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-09T11:14:45.606Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-09T11:14:45.606Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-09T11:14:45.606Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-09T11:14:45.606Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-09T11:14:45.606Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-09T11:14:45.606Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-09T11:14:45.606Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-09T11:14:45.606Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-09T11:14:45.606Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-09T11:14:45.606Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-09T11:14:45.606Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-09T11:14:45.606Z] Need to get 64.0 MB of archives. [2021-05-09T11:14:45.606Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-09T11:14:45.606Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-09T11:14:45.867Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-09T11:14:45.868Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-09T11:14:45.868Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-09T11:14:45.868Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-09T11:14:45.868Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-09T11:14:45.868Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-09T11:14:45.868Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-09T11:14:45.868Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-09T11:14:45.868Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-09T11:14:45.868Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-09T11:14:45.868Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-09T11:14:45.868Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-09T11:14:45.868Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-09T11:14:45.868Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-09T11:14:45.868Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-09T11:14:45.868Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-09T11:14:45.868Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-09T11:14:45.868Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-09T11:14:45.868Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-09T11:14:46.128Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-09T11:14:46.128Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-09T11:14:46.128Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-09T11:14:46.128Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-09T11:14:46.128Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-09T11:14:46.128Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-09T11:14:46.128Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-09T11:14:46.128Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-09T11:14:46.128Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-09T11:14:46.128Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-09T11:14:46.128Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-09T11:14:46.128Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-09T11:14:46.128Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-09T11:14:46.128Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-09T11:14:46.128Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-09T11:14:46.128Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-09T11:14:46.128Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-09T11:14:46.128Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-09T11:14:46.128Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-09T11:14:46.128Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-09T11:14:46.128Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-09T11:14:46.128Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-09T11:14:46.128Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-09T11:14:46.128Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-09T11:14:46.128Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-09T11:14:46.128Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-09T11:14:46.129Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-09T11:14:46.129Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-09T11:14:46.129Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-09T11:14:46.129Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-09T11:14:46.129Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-09T11:14:46.129Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-09T11:14:46.129Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-09T11:14:46.129Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-09T11:14:46.129Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-09T11:14:46.129Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-09T11:14:46.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-09T11:14:46.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-09T11:14:46.389Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-09T11:14:46.389Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-09T11:14:46.654Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-09T11:14:46.654Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-09T11:14:46.654Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-09T11:14:46.654Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-09T11:14:46.654Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-09T11:14:46.654Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-09T11:14:46.654Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-09T11:14:46.915Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-09T11:14:46.915Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-09T11:14:46.915Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-09T11:14:46.915Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-09T11:14:46.915Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-09T11:14:47.176Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-09T11:14:47.176Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-09T11:14:47.176Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-09T11:14:47.176Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-09T11:14:47.176Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-09T11:14:47.176Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-09T11:14:47.176Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-09T11:14:47.176Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-09T11:14:47.176Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-09T11:14:47.176Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-09T11:14:47.437Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-09T11:14:47.437Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-09T11:14:47.437Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-09T11:14:47.437Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-09T11:14:47.437Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-09T11:14:47.437Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-09T11:14:47.437Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-09T11:14:47.437Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-09T11:14:47.437Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-09T11:14:47.437Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-09T11:14:47.437Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-09T11:14:47.437Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-09T11:14:47.437Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-09T11:14:47.437Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-09T11:14:47.437Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-09T11:14:47.437Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-09T11:14:47.437Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-09T11:14:47.437Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-09T11:14:47.437Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-09T11:14:47.697Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-09T11:14:47.697Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-09T11:14:47.697Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:14:47.697Z] Fetched 64.0 MB in 2s (31.5 MB/s) [2021-05-09T11:14:47.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:47.958Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:14:47.958Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:14:48.529Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:14:48.529Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:14:48.529Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-09T11:14:48.789Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-09T11:14:49.729Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:49.729Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:49.729Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:49.729Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:49.989Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:49.989Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:49.989Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:49.989Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:50.255Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:50.255Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:50.255Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:50.255Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:50.514Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:50.514Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:50.514Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:14:50.774Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:14:50.774Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:50.775Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-09T11:14:50.775Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:14:50.775Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:14:50.775Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:51.035Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:51.035Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:51.035Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:51.035Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-09T11:14:51.295Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-09T11:14:51.296Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:14:51.557Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:14:51.557Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:14:51.817Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:14:52.078Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-09T11:14:52.347Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-09T11:14:52.347Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-09T11:14:52.347Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-09T11:14:52.347Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-09T11:14:52.608Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-09T11:14:52.869Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-09T11:14:52.869Z] Installing new version of config file /etc/issue ... [2021-05-09T11:14:52.869Z] Installing new version of config file /etc/issue.net ... [2021-05-09T11:14:52.869Z] Installing new version of config file /etc/lsb-release ... [2021-05-09T11:14:52.869Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-09T11:14:53.130Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-09T11:14:53.130Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-09T11:14:53.130Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-09T11:14:53.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:53.390Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-09T11:14:53.390Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-09T11:14:53.390Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-09T11:14:53.651Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-05-09T11:14:53.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:53.651Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:14:53.651Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-09T11:14:53.651Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:14:53.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:53.947Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-09T11:14:53.947Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-09T11:14:54.209Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-09T11:14:54.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:54.209Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-09T11:14:54.209Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-09T11:14:54.469Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-09T11:14:54.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:54.729Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:14:54.729Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:14:54.729Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-09T11:14:54.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:54.989Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:14:54.989Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:14:54.989Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-09T11:14:55.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:55.250Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-09T11:14:55.250Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-09T11:14:55.516Z] Setting up grep (3.1-2build1) ... [2021-05-09T11:14:55.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:55.516Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-09T11:14:55.516Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-09T11:14:55.777Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-09T11:14:55.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:55.777Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:14:56.038Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:14:56.038Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-09T11:14:56.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:56.038Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-09T11:14:56.038Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:14:56.609Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-09T11:14:56.609Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:14:56.871Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-09T11:14:56.871Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:14:57.445Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-09T11:14:57.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:57.445Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-09T11:14:57.445Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-09T11:14:58.834Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-09T11:14:58.834Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-09T11:14:58.834Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-09T11:14:58.834Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-09T11:14:58.834Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-09T11:14:58.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:58.834Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-09T11:14:59.094Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-09T11:14:59.094Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-09T11:14:59.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:59.354Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:14:59.354Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:14:59.354Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:14:59.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:59.616Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:14:59.616Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:14:59.616Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:14:59.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:59.616Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:14:59.616Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:14:59.876Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:14:59.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:14:59.876Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:14:59.876Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:15:00.137Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:15:00.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:15:00.137Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:15:00.137Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:15:00.397Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:15:00.397Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:15:00.397Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-09T11:15:00.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:15:00.658Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-09T11:15:00.658Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:15:00.658Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-09T11:15:01.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:15:01.230Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:15:01.230Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:15:01.230Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:15:01.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:15:01.230Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:15:01.230Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:15:01.495Z] Removing intermediate container fa258dfea2b2 [2021-05-09T11:15:01.495Z] ---> 981489a4f099 [2021-05-09T11:15:01.495Z] [2021-05-09T11:15:01.495Z] Step 10/25 : FROM alpine:3.12 [2021-05-09T11:15:01.495Z] Removing intermediate container c62039fe5bca [2021-05-09T11:15:01.495Z] ---> b04a0ed4a4b9 [2021-05-09T11:15:01.495Z] [2021-05-09T11:15:01.495Z] Step 10/31 : FROM alpine:3.12 [2021-05-09T11:15:01.495Z] 3.12: Pulling from library/alpine [2021-05-09T11:15:01.495Z] 3.12: Pulling from library/alpine [2021-05-09T11:15:01.495Z] Removing intermediate container e262000885e8 [2021-05-09T11:15:01.495Z] ---> c6198843c1ca [2021-05-09T11:15:01.495Z] [2021-05-09T11:15:01.495Z] Step 10/21 : FROM alpine:3.12 [2021-05-09T11:15:01.495Z] Removing intermediate container faab07963e26 [2021-05-09T11:15:01.495Z] ---> f205b769e9d4 [2021-05-09T11:15:01.495Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-09T11:15:01.495Z] 3.12: Pulling from library/alpine [2021-05-09T11:15:01.495Z] ---> Running in 8b89263fb1d8 [2021-05-09T11:15:01.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T11:15:01.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T11:15:01.495Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T11:15:01.495Z] Status: Downloaded newer image for alpine:3.12 [2021-05-09T11:15:01.495Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-09T11:15:01.495Z] ---> 9852663dfa18 [2021-05-09T11:15:01.495Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-09T11:15:01.495Z] ---> 9852663dfa18 [2021-05-09T11:15:01.495Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation'Status: Image is up to date for alpine:3.12 [2021-05-09T11:15:01.495Z] ---> 9852663dfa18 [2021-05-09T11:15:01.495Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-09T11:15:01.495Z] [2021-05-09T11:15:01.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-09T11:15:01.495Z] ---> Running in f62e0d88e6f8 [2021-05-09T11:15:01.495Z] ---> Running in 88d0f79e2573 [2021-05-09T11:15:01.495Z] ---> Running in 7b19fd3dcfe5 [2021-05-09T11:15:01.495Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:15:01.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:15:01.495Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:15:01.495Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:15:02.070Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:15:02.332Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-09T11:15:02.534Z] Removing intermediate container 88d0f79e2573 [2021-05-09T11:15:02.535Z] ---> 212786a727eb [2021-05-09T11:15:02.535Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-09T11:15:02.535Z] ---> Running in 63a6aacc863e [2021-05-09T11:15:02.593Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-09T11:15:02.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:15:02.855Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-09T11:15:02.855Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-09T11:15:03.120Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:15:03.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-09T11:15:03.120Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-09T11:15:03.120Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-09T11:15:03.256Z] Removing intermediate container 49879216980b [2021-05-09T11:15:03.257Z] ---> ee14679e5eb3 [2021-05-09T11:15:03.257Z] [2021-05-09T11:15:03.257Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:15:03.257Z] ---> 9852663dfa18 [2021-05-09T11:15:03.257Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:15:03.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:03.381Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-09T11:15:03.382Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:03.382Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-09T11:15:03.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:03.577Z] ---> Running in a9d3bed64102 [2021-05-09T11:15:03.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:03.642Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-09T11:15:03.642Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-09T11:15:03.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:03.903Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-09T11:15:03.903Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-09T11:15:03.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:04.164Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-09T11:15:04.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:04.165Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-09T11:15:04.165Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-09T11:15:04.165Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-09T11:15:04.202Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-09T11:15:04.425Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:04.425Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-09T11:15:04.425Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:15:04.425Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:15:04.518Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:15:04.518Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-09T11:15:04.518Z] (4/6) Installing curl (7.76.1-r0) [2021-05-09T11:15:04.518Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:15:04.518Z] (6/6) Installing su-exec (0.2-r1) [2021-05-09T11:15:04.518Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:15:04.518Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:15:04.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:04.685Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:04.685Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-09T11:15:04.686Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:15:04.686Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:15:04.794Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-09T11:15:04.794Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:15:04.794Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-09T11:15:04.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:04.794Z] (4/4) Installing curl (7.76.1-r0) [2021-05-09T11:15:04.794Z] OK: 7 MiB in 20 packages [2021-05-09T11:15:04.794Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:15:04.794Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:15:04.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:04.946Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-09T11:15:04.946Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:15:05.207Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:15:05.207Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:05.207Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-09T11:15:05.207Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-09T11:15:05.387Z] OK: 7 MiB in 18 packages [2021-05-09T11:15:05.387Z] Removing intermediate container 8b89263fb1d8 [2021-05-09T11:15:05.387Z] ---> 0249683023a8 [2021-05-09T11:15:05.387Z] [2021-05-09T11:15:05.387Z] Step 11/23 : FROM docker:20.10.0 [2021-05-09T11:15:05.387Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:15:05.387Z] (2/2) Installing su-exec (0.2-r1) [2021-05-09T11:15:05.387Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:15:05.469Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-09T11:15:05.469Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-09T11:15:05.469Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:15:05.469Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:15:05.469Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-09T11:15:05.658Z] OK: 5 MiB in 16 packages [2021-05-09T11:15:05.658Z] 20.10.0: Pulling from library/docker [2021-05-09T11:15:05.730Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:05.730Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-09T11:15:05.730Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-09T11:15:05.730Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-09T11:15:05.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:05.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:05.991Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-09T11:15:05.991Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-09T11:15:05.991Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-09T11:15:06.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:06.251Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:06.251Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-09T11:15:06.251Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-09T11:15:06.512Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-09T11:15:06.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:06.512Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-09T11:15:06.512Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-09T11:15:06.773Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-09T11:15:06.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:06.773Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-09T11:15:06.817Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-09T11:15:06.817Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:15:06.817Z] OK: 5 MiB in 15 packages [2021-05-09T11:15:07.033Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-09T11:15:07.294Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-09T11:15:07.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:07.294Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-09T11:15:07.294Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-09T11:15:07.555Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-09T11:15:07.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:07.555Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-09T11:15:07.555Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-09T11:15:07.792Z] Removing intermediate container 7b19fd3dcfe5 [2021-05-09T11:15:07.792Z] ---> 4a9c17164234 [2021-05-09T11:15:07.792Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:15:07.816Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-09T11:15:07.816Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:07.816Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-09T11:15:07.816Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-09T11:15:08.067Z] Removing intermediate container 63a6aacc863e [2021-05-09T11:15:08.067Z] ---> 3dee1e61a33d [2021-05-09T11:15:08.067Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-09T11:15:08.076Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-09T11:15:08.076Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:08.077Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-09T11:15:08.077Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-09T11:15:08.337Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-09T11:15:08.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:08.337Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-09T11:15:08.337Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-09T11:15:08.341Z] Removing intermediate container f62e0d88e6f8 [2021-05-09T11:15:08.341Z] ---> 57bd05a6f6f1 [2021-05-09T11:15:08.341Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-09T11:15:08.626Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-09T11:15:08.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:08.626Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-09T11:15:08.626Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-09T11:15:08.631Z] ---> Running in 3ac9d08cfdda [2021-05-09T11:15:08.631Z] ---> Running in b023537b61af [2021-05-09T11:15:08.891Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-09T11:15:08.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:08.891Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-09T11:15:08.891Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-09T11:15:08.902Z] ---> Running in 39cb238c7669 [2021-05-09T11:15:09.153Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-09T11:15:09.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:09.153Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-09T11:15:09.153Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-09T11:15:09.174Z] Removing intermediate container a9d3bed64102 [2021-05-09T11:15:09.174Z] ---> 309bb948e6aa [2021-05-09T11:15:09.175Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:15:09.175Z] Removing intermediate container 3ac9d08cfdda [2021-05-09T11:15:09.175Z] ---> 4dfe4cb95e6a [2021-05-09T11:15:09.175Z] Step 13/25 : WORKDIR / [2021-05-09T11:15:09.413Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-09T11:15:09.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-09T11:15:09.414Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-09T11:15:09.414Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-09T11:15:09.414Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-09T11:15:09.450Z] Removing intermediate container b023537b61af [2021-05-09T11:15:09.450Z] ---> 12b195399abd [2021-05-09T11:15:09.450Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-09T11:15:09.450Z] ---> Running in a9aeeb16c2d4 [2021-05-09T11:15:09.674Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-09T11:15:09.674Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-09T11:15:09.674Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-09T11:15:09.674Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-09T11:15:09.723Z] ---> Running in 43d8a422e7f2 [2021-05-09T11:15:09.723Z] ---> Running in ff6f76455609 [2021-05-09T11:15:09.723Z] Removing intermediate container 39cb238c7669 [2021-05-09T11:15:09.723Z] ---> c720e2b8033b [2021-05-09T11:15:09.723Z] Step 13/21 : WORKDIR /edgex [2021-05-09T11:15:09.935Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-09T11:15:09.935Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-09T11:15:09.935Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-09T11:15:10.001Z] ---> Running in 987941ec88cd [2021-05-09T11:15:10.001Z] Removing intermediate container a9aeeb16c2d4 [2021-05-09T11:15:10.001Z] ---> 743412354c78 [2021-05-09T11:15:10.001Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-09T11:15:10.196Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-09T11:15:10.196Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-09T11:15:10.457Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-09T11:15:10.457Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-09T11:15:10.596Z] ---> Running in 470efdc7b9b9 [2021-05-09T11:15:10.596Z] Removing intermediate container ff6f76455609 [2021-05-09T11:15:10.596Z] ---> e95ee661a10d [2021-05-09T11:15:10.596Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-09T11:15:10.596Z] Removing intermediate container 43d8a422e7f2 [2021-05-09T11:15:10.596Z] ---> a280261f99be [2021-05-09T11:15:10.596Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-09T11:15:10.717Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-09T11:15:10.717Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-09T11:15:10.717Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-09T11:15:10.717Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-09T11:15:10.871Z] ---> Running in d866dec14fd9 [2021-05-09T11:15:10.871Z] Removing intermediate container 987941ec88cd [2021-05-09T11:15:10.871Z] ---> 076b4d84ef30 [2021-05-09T11:15:10.871Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-09T11:15:10.978Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-09T11:15:10.978Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-09T11:15:10.978Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-09T11:15:11.238Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-09T11:15:11.238Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-09T11:15:11.238Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-09T11:15:11.238Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-09T11:15:11.238Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-09T11:15:11.464Z] Removing intermediate container 470efdc7b9b9 [2021-05-09T11:15:11.464Z] ---> 20e8b939e4c7 [2021-05-09T11:15:11.464Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:15:11.809Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-09T11:15:11.809Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-09T11:15:12.066Z] ---> Running in 25210a162fdc [2021-05-09T11:15:12.340Z] ---> a844b7e31fa4 [2021-05-09T11:15:12.340Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-09T11:15:12.617Z] ---> f46beffe45f7 [2021-05-09T11:15:12.617Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-09T11:15:12.749Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-09T11:15:12.749Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-09T11:15:12.749Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-09T11:15:12.749Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-09T11:15:12.894Z] Removing intermediate container 25210a162fdc [2021-05-09T11:15:12.894Z] ---> 6fbe4785645a [2021-05-09T11:15:12.894Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:15:13.009Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:15:13.009Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:15:13.270Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:15:13.270Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:15:13.531Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:15:13.531Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:15:13.531Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-09T11:15:13.531Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-09T11:15:13.531Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:13.794Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:13.794Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:13.794Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:13.794Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:13.794Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:13.903Z] ---> dcf9de044087 [2021-05-09T11:15:13.903Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-09T11:15:14.054Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:14.055Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:14.178Z] Removing intermediate container d866dec14fd9 [2021-05-09T11:15:14.178Z] ---> b30dfad86d45 [2021-05-09T11:15:14.178Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-09T11:15:14.452Z] ---> dbc5e1fb5a4b [2021-05-09T11:15:14.452Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-09T11:15:14.993Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:14.994Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:15.052Z] ---> Running in 758c61c95752 [2021-05-09T11:15:15.052Z] ---> 5b9ae2ba6356 [2021-05-09T11:15:15.052Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-09T11:15:15.565Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:15.649Z] ---> f835c27b0ee9 [2021-05-09T11:15:15.649Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-09T11:15:15.827Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:15.922Z] Removing intermediate container 758c61c95752 [2021-05-09T11:15:15.922Z] ---> 1bc45cf3f24b [2021-05-09T11:15:15.922Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-09T11:15:16.398Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:16.398Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:16.900Z] ---> 5c7e16079971 [2021-05-09T11:15:16.900Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-09T11:15:16.900Z] ---> 2b49162666c5 [2021-05-09T11:15:16.900Z] ---> 447667da78c0 [2021-05-09T11:15:16.900Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider .Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-09T11:15:16.900Z] [2021-05-09T11:15:16.970Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:16.970Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:17.171Z] ---> 16f9c75590b8 [2021-05-09T11:15:17.171Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-09T11:15:17.442Z] ---> Running in a6e5be6164bf [2021-05-09T11:15:17.442Z] ---> Running in efa859a2d190 [2021-05-09T11:15:17.915Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-09T11:15:17.915Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-09T11:15:17.915Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-09T11:15:17.915Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-09T11:15:18.032Z] ---> 66ad89774714 [2021-05-09T11:15:18.032Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-09T11:15:18.176Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-09T11:15:18.176Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-09T11:15:18.303Z] Removing intermediate container a6e5be6164bf [2021-05-09T11:15:18.303Z] ---> 8142a3fd0596 [2021-05-09T11:15:18.303Z] Step 18/21 : CMD ["--init=true"] [2021-05-09T11:15:18.303Z] ---> Running in 23ef0c2a7170 [2021-05-09T11:15:18.440Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-09T11:15:18.440Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-09T11:15:18.440Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-09T11:15:18.440Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-09T11:15:18.575Z] ---> Running in 7ef0ce04f966 [2021-05-09T11:15:18.575Z] ---> ab3a49b0b537 [2021-05-09T11:15:18.575Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-09T11:15:18.701Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-09T11:15:18.701Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-09T11:15:18.962Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-09T11:15:18.962Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-09T11:15:18.962Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-09T11:15:19.165Z] Removing intermediate container 23ef0c2a7170 [2021-05-09T11:15:19.165Z] ---> f0ca6bc2a3fa [2021-05-09T11:15:19.165Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:15:19.165Z] Removing intermediate container 7ef0ce04f966 [2021-05-09T11:15:19.165Z] ---> 2c83b0a7b015 [2021-05-09T11:15:19.165Z] Step 19/21 : LABEL arch=arm64 [2021-05-09T11:15:19.223Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-09T11:15:19.224Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:19.224Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-09T11:15:19.224Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:19.224Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:19.224Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:19.441Z] ---> Running in 1c021dfd7cdb [2021-05-09T11:15:19.484Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-09T11:15:19.484Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-09T11:15:19.484Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-09T11:15:19.484Z] [2021-05-09T11:15:19.484Z] Current default time zone: 'Etc/UTC' [2021-05-09T11:15:19.484Z] Local time is now: Sun May 9 11:15:19 UTC 2021. [2021-05-09T11:15:19.484Z] Universal Time is now: Sun May 9 11:15:19 UTC 2021. [2021-05-09T11:15:19.484Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-09T11:15:19.484Z] [2021-05-09T11:15:19.714Z] ---> Running in abea40102548 [2021-05-09T11:15:19.744Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-09T11:15:19.744Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:19.744Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-09T11:15:19.744Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-09T11:15:19.744Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-09T11:15:19.744Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-09T11:15:19.744Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-09T11:15:20.006Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-09T11:15:20.006Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-09T11:15:20.006Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-09T11:15:20.006Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:20.006Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-09T11:15:20.288Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:20.288Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:15:20.288Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:20.288Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-09T11:15:20.288Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-09T11:15:20.318Z] ---> e1d7b12b5052 [2021-05-09T11:15:20.318Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-09T11:15:20.318Z] Removing intermediate container abea40102548 [2021-05-09T11:15:20.318Z] ---> 01a4058212f7 [2021-05-09T11:15:20.318Z] Step 20/21 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:15:20.318Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-09T11:15:20.318Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-09T11:15:20.318Z] ---> eeaf43b92773 [2021-05-09T11:15:20.318Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:15:20.318Z] Removing intermediate container 1c021dfd7cdb [2021-05-09T11:15:20.318Z] ---> 1e1ea1f5bb4c [2021-05-09T11:15:20.318Z] Step 20/22 : LABEL arch=arm64 [2021-05-09T11:15:20.318Z] Removing intermediate container efa859a2d190 [2021-05-09T11:15:20.318Z] ---> 525b22fc460b [2021-05-09T11:15:20.318Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:15:20.551Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-09T11:15:20.551Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-09T11:15:20.551Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-09T11:15:20.551Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-09T11:15:20.551Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:15:20.551Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-09T11:15:20.589Z] ---> Running in c64674aba1c6 [2021-05-09T11:15:20.589Z] ---> Running in 80496f8721a1 [2021-05-09T11:15:20.589Z] ---> Running in 17ded5d88192 [2021-05-09T11:15:21.181Z] ---> 452e35a34334 [2021-05-09T11:15:21.181Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-09T11:15:21.181Z] Removing intermediate container c64674aba1c6 [2021-05-09T11:15:21.181Z] ---> 78034da5984b [2021-05-09T11:15:21.181Z] Step 21/21 : LABEL version=0.0.0 [2021-05-09T11:15:21.181Z] Removing intermediate container 80496f8721a1 [2021-05-09T11:15:21.181Z] ---> b986972e06fc [2021-05-09T11:15:21.181Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-09T11:15:21.452Z] Removing intermediate container 17ded5d88192 [2021-05-09T11:15:21.452Z] ---> 95b5d32a1d8b [2021-05-09T11:15:21.452Z] Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:15:21.452Z] ---> Running in ffd76a907de5 [2021-05-09T11:15:21.452Z] ---> Running in 1a2f035f36a5 [2021-05-09T11:15:21.452Z] ---> 6fe272e2e5ac [2021-05-09T11:15:21.452Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-09T11:15:21.722Z] ---> Running in 74598f9442b5 [2021-05-09T11:15:21.722Z] ---> Running in 5502db89dc33 [2021-05-09T11:15:22.326Z] Removing intermediate container ffd76a907de5 [2021-05-09T11:15:22.326Z] ---> b8b03b71454a [2021-05-09T11:15:22.326Z] [2021-05-09T11:15:22.464Z] Updating certificates in /etc/ssl/certs... [2021-05-09T11:15:22.598Z] Removing intermediate container 5502db89dc33 [2021-05-09T11:15:22.598Z] ---> c587c42d5f96 [2021-05-09T11:15:22.598Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:15:22.872Z] Successfully built b8b03b71454a [2021-05-09T11:15:22.872Z] ---> Running in e735323529a1 [2021-05-09T11:15:22.872Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-09T11:15:22.872Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-05-09T11:15:23.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:23.405Z] 23 added, 27 removed; done. [2021-05-09T11:15:23.405Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-09T11:15:23.405Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-09T11:15:23.405Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-09T11:15:23.405Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-09T11:15:23.405Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-09T11:15:23.405Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:15:23.666Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:15:23.666Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.666Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.666Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.666Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.666Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.666Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-09T11:15:23.666Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:15:23.666Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-09T11:15:23.666Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-09T11:15:23.690Z] Removing intermediate container e735323529a1 [2021-05-09T11:15:23.690Z] ---> 1c1ec1c374b1 [2021-05-09T11:15:23.690Z] [2021-05-09T11:15:23.690Z] ---> 985c59d9c86b [2021-05-09T11:15:23.690Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-09T11:15:23.927Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-09T11:15:23.927Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.927Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-09T11:15:23.927Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-09T11:15:23.927Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-09T11:15:23.927Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-09T11:15:23.927Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:15:24.188Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-09T11:15:24.188Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-09T11:15:24.188Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-09T11:15:24.188Z] Updating certificates in /etc/ssl/certs... [2021-05-09T11:15:24.282Z] (1/39) Installing readline (8.0.4-r0) [2021-05-09T11:15:24.282Z] (2/39) Installing bash (5.0.17-r0) [2021-05-09T11:15:24.282Z] Executing bash-5.0.17-r0.post-install [2021-05-09T11:15:24.282Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-09T11:15:24.282Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-09T11:15:24.282Z] (5/39) Installing curl (7.76.1-r0) [2021-05-09T11:15:24.282Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-09T11:15:24.282Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-09T11:15:24.282Z] (8/39) Installing expat (2.2.9-r1) [2021-05-09T11:15:24.282Z] (9/39) Installing libffi (3.3-r2) [2021-05-09T11:15:24.282Z] (10/39) Installing gdbm (1.13-r1) [2021-05-09T11:15:24.282Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-09T11:15:24.282Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-09T11:15:24.282Z] Successfully built 1c1ec1c374b1 [2021-05-09T11:15:24.554Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-09T11:15:24.554Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-09T11:15:24.554Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-05-09T11:15:24.759Z] 0 added, 0 removed; done. [2021-05-09T11:15:24.759Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-09T11:15:24.759Z] done. [2021-05-09T11:15:25.157Z] Removing intermediate container 1a2f035f36a5 [2021-05-09T11:15:25.157Z] ---> 9cff97f5e8fb [2021-05-09T11:15:25.157Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-09T11:15:25.331Z] Reading package lists... [2021-05-09T11:15:25.331Z] Building dependency tree... [2021-05-09T11:15:25.331Z] Reading state information... [2021-05-09T11:15:25.426Z] ---> f6247918e3d1 [2021-05-09T11:15:25.426Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-09T11:15:25.426Z] ---> Running in f71dfa24bc84 [2021-05-09T11:15:25.593Z] The following NEW packages will be installed: [2021-05-09T11:15:25.593Z] apt-transport-https [2021-05-09T11:15:25.593Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-09T11:15:25.593Z] Need to get 1692 B of archives. [2021-05-09T11:15:25.593Z] After this operation, 154 kB of additional disk space will be used. [2021-05-09T11:15:25.593Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-09T11:15:25.856Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:15:25.856Z] Fetched 1692 B in 0s (8590 B/s) [2021-05-09T11:15:25.856Z] Selecting previously unselected package apt-transport-https. [2021-05-09T11:15:25.856Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-09T11:15:25.856Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-09T11:15:25.856Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-09T11:15:25.856Z] Setting up apt-transport-https (1.6.13) ... [2021-05-09T11:15:26.120Z] Waiting for network to be ready... [2021-05-09T11:15:26.413Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-09T11:15:26.413Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-09T11:15:26.413Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-09T11:15:26.413Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-09T11:15:26.413Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-09T11:15:26.414Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-09T11:15:26.690Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-09T11:15:26.690Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-09T11:15:26.690Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-09T11:15:26.690Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-09T11:15:26.690Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-09T11:15:26.690Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-09T11:15:26.976Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-09T11:15:26.976Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-09T11:15:26.976Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-09T11:15:26.976Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-09T11:15:26.976Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-09T11:15:26.976Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-09T11:15:26.976Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-09T11:15:26.976Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-09T11:15:26.976Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-09T11:15:26.976Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-09T11:15:26.977Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-09T11:15:26.977Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-09T11:15:26.977Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-09T11:15:26.977Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-09T11:15:26.977Z] Removing intermediate container f71dfa24bc84 [2021-05-09T11:15:26.977Z] ---> 1413d66162d9 [2021-05-09T11:15:26.977Z] Step 23/25 : LABEL arch=arm64 [2021-05-09T11:15:27.264Z] Executing busybox-1.31.1-r19.trigger [2021-05-09T11:15:27.264Z] OK: 72 MiB in 59 packages [2021-05-09T11:15:29.266Z] ---> 1ffe4e15b28b [2021-05-09T11:15:29.266Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-09T11:15:29.266Z] ---> Running in 43fe3dc30df0 [2021-05-09T11:15:29.881Z] Removing intermediate container 43fe3dc30df0 [2021-05-09T11:15:29.881Z] ---> 6f84246b392c [2021-05-09T11:15:29.881Z] Step 24/25 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:15:30.172Z] ---> 56456ec6685a [2021-05-09T11:15:30.172Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-09T11:15:30.172Z] ---> Running in 6a1a5ba894bf [2021-05-09T11:15:30.788Z] ---> Running in a99f94a308e2 [2021-05-09T11:15:30.788Z] Removing intermediate container 6a1a5ba894bf [2021-05-09T11:15:30.788Z] ---> 67287a79e5b7 [2021-05-09T11:15:30.788Z] Step 25/25 : LABEL version=0.0.0 [2021-05-09T11:15:31.386Z] ---> Running in 8b2156428f0e [2021-05-09T11:15:31.993Z] Removing intermediate container a99f94a308e2 [2021-05-09T11:15:31.993Z] ---> 5c73bd38c5dc [2021-05-09T11:15:31.993Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-09T11:15:32.590Z] Removing intermediate container 8b2156428f0e [2021-05-09T11:15:32.591Z] ---> f8448ee4a118 [2021-05-09T11:15:32.591Z] [2021-05-09T11:15:32.591Z] Collecting docker-compose==1.23.2 [2021-05-09T11:15:32.714Z] 2021-05-09T11:15:29Z INFO Waiting for automatic snapd restart... [2021-05-09T11:15:32.715Z] snapd 2.49.2 from Canonical* installed [2021-05-09T11:15:32.870Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-09T11:15:32.974Z] "snapd" switched to the "latest/stable" channel [2021-05-09T11:15:32.974Z] [2021-05-09T11:15:33.146Z] Successfully built f8448ee4a118 [2021-05-09T11:15:33.443Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-09T11:15:33.443Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-05-09T11:15:33.712Z] ---> 7f718aa77740 [2021-05-09T11:15:33.712Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-09T11:15:33.982Z] Collecting docopt<0.7,>=0.6.1 [2021-05-09T11:15:33.982Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-09T11:15:34.254Z] ---> Running in badf04bff946 [2021-05-09T11:15:35.525Z] core18 20210309 from Canonical* installed [2021-05-09T11:15:35.784Z] "core18" switched to the "latest/stable" channel [2021-05-09T11:15:35.784Z] [2021-05-09T11:15:36.881Z] Collecting texttable<0.10,>=0.9.0 [2021-05-09T11:15:36.881Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-09T11:15:36.881Z] Removing intermediate container badf04bff946 [2021-05-09T11:15:36.881Z] ---> bd10b36541aa [2021-05-09T11:15:36.881Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-09T11:15:37.478Z] ---> Running in 7affabf064c6 [2021-05-09T11:15:38.084Z] Removing intermediate container 7affabf064c6 [2021-05-09T11:15:38.084Z] ---> a26fd53d6fd4 [2021-05-09T11:15:38.084Z] Step 28/31 : CMD ["gate"] [2021-05-09T11:15:38.682Z] ---> Running in 0f6f5006df46 [2021-05-09T11:15:39.090Z] snapcraft 4.7.1 from Canonical* installed [2021-05-09T11:15:39.282Z] Removing intermediate container 0f6f5006df46 [2021-05-09T11:15:39.283Z] ---> a6a09d0474ed [2021-05-09T11:15:39.283Z] Step 29/31 : LABEL arch=arm64 [2021-05-09T11:15:39.351Z] "snapcraft" switched to the "latest/stable" channel [2021-05-09T11:15:39.351Z] [2021-05-09T11:15:39.889Z] ---> Running in 05f310de6a2d [2021-05-09T11:15:40.882Z] Removing intermediate container 05f310de6a2d [2021-05-09T11:15:40.882Z] ---> 9967c71a11d4 [2021-05-09T11:15:40.882Z] Step 30/31 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:15:40.882Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-09T11:15:40.882Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-09T11:15:41.880Z] ---> Running in f1b518ff6213 [2021-05-09T11:15:42.156Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-09T11:15:42.156Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-09T11:15:42.754Z] Removing intermediate container f1b518ff6213 [2021-05-09T11:15:42.754Z] ---> 6c202643fa3d [2021-05-09T11:15:42.754Z] Step 31/31 : LABEL version=0.0.0 [2021-05-09T11:15:43.028Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-09T11:15:43.028Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-09T11:15:43.304Z] ---> Running in e8fc06698e31 [2021-05-09T11:15:43.551Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-09T11:15:43.551Z] - README.md [2021-05-09T11:15:43.551Z] [2021-05-09T11:15:43.551Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-09T11:15:44.748Z] Removing intermediate container e8fc06698e31 [2021-05-09T11:15:44.748Z] ---> 4d3953cc612e [2021-05-09T11:15:44.748Z] [2021-05-09T11:15:45.025Z] Successfully built 4d3953cc612e [2021-05-09T11:15:45.025Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-09T11:15:45.025Z] Building docker-core-data-go [2021-05-09T11:15:45.626Z]  Building docker-security-bootstrapper-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-09T11:15:45.903Z] Collecting jsonschema<3,>=2.5.1 [2021-05-09T11:15:45.903Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-09T11:15:46.501Z] Collecting cached-property<2,>=1.2.0 [2021-05-09T11:15:46.501Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-09T11:15:47.485Z] Collecting docker<4.0,>=3.6.0 [2021-05-09T11:15:47.485Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-09T11:15:49.471Z] Collecting PyYAML<4,>=3.10 [2021-05-09T11:15:49.471Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-09T11:15:50.136Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:15:50.136Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:15:50.136Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-09T11:15:50.136Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-09T11:15:50.136Z] Fetched 177 kB in 1s (273 kB/s) [2021-05-09T11:15:51.079Z] Reading package lists... [2021-05-09T11:15:51.340Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-09T11:15:53.812Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-09T11:15:53.812Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-09T11:15:54.086Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-09T11:15:54.360Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-09T11:15:54.634Z] Collecting idna<2.8,>=2.5 [2021-05-09T11:15:54.634Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-09T11:15:54.905Z] Collecting docker-pycreds>=0.4.0 [2021-05-09T11:15:54.905Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-09T11:15:55.178Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-09T11:15:55.178Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-09T11:15:55.178Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-09T11:15:55.178Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-09T11:15:56.661Z] Installing collected packages: docopt, texttable, urllib3, idna, requests, websocket-client, dockerpty, jsonschema, cached-property, docker-pycreds, docker, PyYAML, docker-compose [2021-05-09T11:15:56.661Z] Running setup.py install for docopt: started [2021-05-09T11:15:57.922Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:15:57.922Z] Reading package lists... [2021-05-09T11:15:57.922Z] Building dependency tree... [2021-05-09T11:15:57.922Z] Reading state information... [2021-05-09T11:15:57.922Z] Suggested packages: [2021-05-09T11:15:57.922Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-09T11:15:57.922Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-09T11:15:57.922Z] Recommended packages: [2021-05-09T11:15:57.922Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-09T11:15:57.922Z] The following NEW packages will be installed: [2021-05-09T11:15:57.922Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-09T11:15:57.922Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-09T11:15:57.922Z] pkg-config zip [2021-05-09T11:15:57.922Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-09T11:15:57.922Z] Need to get 7663 kB of archives. [2021-05-09T11:15:57.922Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-09T11:15:57.922Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-09T11:15:57.922Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-09T11:15:58.494Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-09T11:15:58.494Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-09T11:15:58.494Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-09T11:15:58.494Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-09T11:15:58.494Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-09T11:15:58.494Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-09T11:15:58.754Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-09T11:15:58.754Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-09T11:15:58.754Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-09T11:15:58.755Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-09T11:15:58.755Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-09T11:15:58.755Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-09T11:15:58.755Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-09T11:15:59.016Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-09T11:15:59.016Z] Fetched 7663 kB in 1s (6893 kB/s) [2021-05-09T11:15:59.016Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-09T11:15:59.016Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-09T11:15:59.016Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-09T11:15:59.016Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-09T11:15:59.277Z] Selecting previously unselected package libpsl5:amd64. [2021-05-09T11:15:59.277Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-09T11:15:59.277Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-09T11:15:59.277Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-09T11:15:59.277Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-09T11:15:59.277Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-09T11:15:59.383Z] Running setup.py install for docopt: finished with status 'done' [2021-05-09T11:15:59.383Z] Running setup.py install for texttable: started [2021-05-09T11:15:59.538Z] Selecting previously unselected package librtmp1:amd64. [2021-05-09T11:15:59.539Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-09T11:15:59.539Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-09T11:15:59.539Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-09T11:15:59.539Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-09T11:15:59.539Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-09T11:15:59.539Z] Selecting previously unselected package liberror-perl. [2021-05-09T11:15:59.539Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-09T11:15:59.539Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-09T11:15:59.800Z] Selecting previously unselected package git-man. [2021-05-09T11:15:59.800Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-09T11:15:59.800Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:15:59.800Z] Selecting previously unselected package git. [2021-05-09T11:15:59.800Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-09T11:16:00.060Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:16:00.631Z] Selecting previously unselected package libnorm1:amd64. [2021-05-09T11:16:00.631Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-09T11:16:00.631Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-09T11:16:00.892Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-09T11:16:00.892Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-09T11:16:00.892Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-09T11:16:00.892Z] Selecting previously unselected package libsodium23:amd64. [2021-05-09T11:16:00.892Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-09T11:16:00.892Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-09T11:16:01.152Z] Selecting previously unselected package libzmq5:amd64. [2021-05-09T11:16:01.153Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-09T11:16:01.153Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:16:01.153Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-09T11:16:01.153Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-09T11:16:01.153Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:16:01.417Z] Selecting previously unselected package pkg-config. [2021-05-09T11:16:01.417Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-09T11:16:01.417Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-09T11:16:01.417Z] Selecting previously unselected package zip. [2021-05-09T11:16:01.417Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-09T11:16:01.417Z] Unpacking zip (3.0-11build1) ... [2021-05-09T11:16:01.417Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-09T11:16:01.417Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:16:01.678Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-09T11:16:01.678Z] Setting up liberror-perl (0.17025-1) ... [2021-05-09T11:16:01.678Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-09T11:16:01.678Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-09T11:16:01.678Z] No schema files found: doing nothing. [2021-05-09T11:16:01.678Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-09T11:16:01.678Z] Setting up zip (3.0-11build1) ... [2021-05-09T11:16:01.678Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-09T11:16:01.678Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-09T11:16:01.678Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-09T11:16:01.678Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:16:01.939Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-09T11:16:01.939Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-09T11:16:01.939Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-09T11:16:01.939Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-09T11:16:01.999Z] Running setup.py install for texttable: finished with status 'done' [2021-05-09T11:16:01.999Z] Attempting uninstall: urllib3 [2021-05-09T11:16:01.999Z] Found existing installation: urllib3 1.25.9 [2021-05-09T11:16:01.999Z] Uninstalling urllib3-1.25.9: [2021-05-09T11:16:01.999Z] Successfully uninstalled urllib3-1.25.9 [2021-05-09T11:16:02.592Z] Attempting uninstall: idna [2021-05-09T11:16:02.592Z] Found existing installation: idna 2.9 [2021-05-09T11:16:02.592Z] Uninstalling idna-2.9: [2021-05-09T11:16:02.868Z] Successfully uninstalled idna-2.9 [2021-05-09T11:16:03.470Z] Attempting uninstall: requests [2021-05-09T11:16:03.470Z] Found existing installation: requests 2.23.0 [2021-05-09T11:16:03.470Z] Uninstalling requests-2.23.0: [2021-05-09T11:16:03.470Z] Successfully uninstalled requests-2.23.0 [2021-05-09T11:16:04.455Z] Running setup.py install for dockerpty: started [2021-05-09T11:16:07.070Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-09T11:16:08.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:16:08.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:16:08.523Z] ---> d8a3c63a6fd1 [2021-05-09T11:16:08.523Z] Step 3/22 : WORKDIR /edgex-go [2021-05-09T11:16:08.523Z] ---> Using cache [2021-05-09T11:16:08.523Z] ---> db6967640725 [2021-05-09T11:16:08.523Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:16:08.523Z] ---> Using cache [2021-05-09T11:16:08.523Z] ---> bc2f72ec2a34 [2021-05-09T11:16:08.523Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-09T11:16:08.525Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:16:08.525Z] git set to automatically installed. [2021-05-09T11:16:08.525Z] git-man set to automatically installed. [2021-05-09T11:16:08.525Z] libcurl3-gnutls set to automatically installed. [2021-05-09T11:16:08.525Z] liberror-perl set to automatically installed. [2021-05-09T11:16:08.525Z] libglib2.0-0 set to automatically installed. [2021-05-09T11:16:08.525Z] libnghttp2-14 set to automatically installed. [2021-05-09T11:16:08.525Z] libnorm1 set to automatically installed. [2021-05-09T11:16:08.525Z] libpgm-5.2-0 set to automatically installed. [2021-05-09T11:16:08.525Z] libpsl5 set to automatically installed. [2021-05-09T11:16:08.525Z] librtmp1 set to automatically installed. [2021-05-09T11:16:08.525Z] libsodium23 set to automatically installed. [2021-05-09T11:16:08.525Z] libzmq3-dev set to automatically installed. [2021-05-09T11:16:08.525Z] libzmq5 set to automatically installed. [2021-05-09T11:16:08.525Z] pkg-config set to automatically installed. [2021-05-09T11:16:08.525Z] zip set to automatically installed. [2021-05-09T11:16:09.504Z] Running setup.py install for PyYAML: started [2021-05-09T11:16:10.097Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:16:10.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:16:10.097Z] ---> d8a3c63a6fd1 [2021-05-09T11:16:10.097Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:16:10.097Z] ---> Using cache [2021-05-09T11:16:10.097Z] ---> db6967640725 [2021-05-09T11:16:10.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:16:10.097Z] ---> Using cache [2021-05-09T11:16:10.097Z] ---> bc2f72ec2a34 [2021-05-09T11:16:10.097Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:16:10.436Z] snapd is not logged in, snap install commands will use sudo [2021-05-09T11:16:12.716Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-09T11:16:14.690Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-09T11:16:14.966Z] ---> Running in 0fe15abe4652 [2021-05-09T11:16:14.966Z] ---> Running in b56880010357 [2021-05-09T11:16:16.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:17.018Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:16:17.254Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:17.280Z] snap "core18" has no updates available [2021-05-09T11:16:18.687Z] snapd is not logged in, snap install commands will use sudo [2021-05-09T11:16:19.268Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:20.724Z] OK: 218 MiB in 52 packages [2021-05-09T11:16:20.724Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:16:20.724Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:16:20.724Z] ---> d8a3c63a6fd1 [2021-05-09T11:16:20.724Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:16:20.724Z] ---> Using cache [2021-05-09T11:16:20.724Z] ---> db6967640725 [2021-05-09T11:16:20.724Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:16:20.724Z] ---> Using cache [2021-05-09T11:16:20.724Z] ---> bc2f72ec2a34 [2021-05-09T11:16:20.724Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-09T11:16:21.343Z] ---> Running in d74d87f6c927 [2021-05-09T11:16:22.802Z] Removing intermediate container b56880010357 [2021-05-09T11:16:22.802Z] ---> d30a1d1b3b3b [2021-05-09T11:16:22.802Z] Step 6/23 : COPY go.mod . [2021-05-09T11:16:23.077Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:23.353Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:23.962Z] ---> fce6fb6c2f57 [2021-05-09T11:16:23.962Z] Step 7/23 : RUN go mod download [2021-05-09T11:16:24.567Z] ---> Running in 7cc68b70056c [2021-05-09T11:16:24.845Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-09T11:16:24.845Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-09T11:16:24.845Z] ---> d8a3c63a6fd1 [2021-05-09T11:16:24.845Z] Step 3/23 : WORKDIR /edgex-go [2021-05-09T11:16:24.845Z] ---> Using cache [2021-05-09T11:16:24.845Z] ---> db6967640725 [2021-05-09T11:16:24.845Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:16:24.845Z] ---> Using cache [2021-05-09T11:16:24.845Z] ---> bc2f72ec2a34 [2021-05-09T11:16:24.845Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-09T11:16:24.845Z] ---> Running in b9fd75f4e1c0 [2021-05-09T11:16:25.327Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-09T11:16:26.294Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:26.571Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:27.207Z] OK: 218 MiB in 52 packages [2021-05-09T11:16:27.207Z] OK: 218 MiB in 52 packages [2021-05-09T11:16:28.206Z] Removing intermediate container 74598f9442b5 [2021-05-09T11:16:28.206Z] ---> 5534c17f9baf [2021-05-09T11:16:28.206Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-09T11:16:28.483Z] ---> Running in bb90432228d6 [2021-05-09T11:16:28.483Z] Removing intermediate container 7cc68b70056c [2021-05-09T11:16:28.483Z] ---> 44d673b1d78c [2021-05-09T11:16:28.483Z] Step 8/23 : COPY . . [2021-05-09T11:16:28.773Z] Removing intermediate container 0fe15abe4652 [2021-05-09T11:16:28.773Z] ---> e642a32239ed [2021-05-09T11:16:28.773Z] Step 6/22 : COPY go.mod . [2021-05-09T11:16:29.053Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:16:29.053Z] Removing intermediate container d74d87f6c927 [2021-05-09T11:16:29.053Z] Removing intermediate container bb90432228d6 [2021-05-09T11:16:29.053Z] ---> 63df8bb96c72 [2021-05-09T11:16:29.053Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-09T11:16:29.053Z] ---> 1ecd13306682 [2021-05-09T11:16:29.053Z] Step 6/23 : COPY go.mod . [2021-05-09T11:16:29.332Z] ---> Running in a655e56a4ff8 [2021-05-09T11:16:29.936Z] ---> 08283957f5ef [2021-05-09T11:16:29.936Z] Step 7/22 : RUN go mod download [2021-05-09T11:16:30.920Z] ---> ff27ef6d4f14 [2021-05-09T11:16:30.920Z] Step 7/23 : RUN go mod download [2021-05-09T11:16:30.920Z] Removing intermediate container a655e56a4ff8 [2021-05-09T11:16:30.920Z] ---> 1a541134d29f [2021-05-09T11:16:30.920Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-09T11:16:30.920Z] ---> Running in 5d860545984c [2021-05-09T11:16:31.522Z] ---> Running in e4bfa369c309 [2021-05-09T11:16:32.968Z] ---> fb7a2336d354 [2021-05-09T11:16:32.968Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-09T11:16:33.596Z] OK: 218 MiB in 52 packages [2021-05-09T11:16:34.600Z] ---> 04d6e3980c08 [2021-05-09T11:16:34.600Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-09T11:16:36.038Z] Removing intermediate container 5d860545984c [2021-05-09T11:16:36.038Z] ---> 9dfddca8055f [2021-05-09T11:16:36.038Z] Step 8/22 : COPY . . [2021-05-09T11:16:36.038Z] Removing intermediate container b9fd75f4e1c0 [2021-05-09T11:16:36.038Z] ---> 41230db0f379 [2021-05-09T11:16:36.038Z] Step 6/23 : COPY go.mod . [2021-05-09T11:16:36.038Z] Removing intermediate container e4bfa369c309 [2021-05-09T11:16:36.038Z] ---> 04a9e8a8263e [2021-05-09T11:16:36.038Z] Step 8/23 : COPY . . [2021-05-09T11:16:36.313Z] ---> c2400b8ecf5e [2021-05-09T11:16:36.313Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-09T11:16:36.916Z] ---> Running in 2505d64fc47c [2021-05-09T11:16:36.916Z] ---> bca6cba44ebb [2021-05-09T11:16:36.916Z] Step 7/23 : RUN go mod download [2021-05-09T11:16:37.517Z] ---> Running in 9ab85794775a [2021-05-09T11:16:37.599Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-09T11:16:37.599Z] Pulling go-build-helper [2021-05-09T11:16:37.599Z] + snapcraftctl pull [2021-05-09T11:16:37.599Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-09T11:16:37.599Z] Skipping pull go-build-helper (already ran) [2021-05-09T11:16:37.599Z] Building go-build-helper [2021-05-09T11:16:37.599Z] + snapcraftctl build [2021-05-09T11:16:37.794Z] Removing intermediate container 2505d64fc47c [2021-05-09T11:16:37.794Z] ---> afdc3d8fcf45 [2021-05-09T11:16:37.794Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:16:38.080Z] ---> Running in 8a097c2066da [2021-05-09T11:16:38.986Z] Staging go-build-helper [2021-05-09T11:16:38.986Z] + snapcraftctl stage [2021-05-09T11:16:39.073Z] Removing intermediate container 8a097c2066da [2021-05-09T11:16:39.073Z] ---> 3329ac149a22 [2021-05-09T11:16:39.073Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:16:39.681Z] ---> Running in f0e28747c9f9 [2021-05-09T11:16:40.672Z] Removing intermediate container f0e28747c9f9 [2021-05-09T11:16:40.672Z] ---> f29af70059ad [2021-05-09T11:16:40.672Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:16:41.271Z] ---> Running in 7f92ef9620d7 [2021-05-09T11:16:41.550Z] Removing intermediate container 9ab85794775a [2021-05-09T11:16:41.550Z] ---> c205f4133b85 [2021-05-09T11:16:41.550Z] Step 8/23 : COPY . . [2021-05-09T11:16:41.823Z] Removing intermediate container 7f92ef9620d7 [2021-05-09T11:16:41.823Z] ---> 962ec72ba288 [2021-05-09T11:16:41.823Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:16:42.095Z] ---> Running in 18ae07555ead [2021-05-09T11:16:43.082Z] Removing intermediate container 18ae07555ead [2021-05-09T11:16:43.082Z] ---> e983a576eda8 [2021-05-09T11:16:43.082Z] [2021-05-09T11:16:44.068Z] Successfully built e983a576eda8 [2021-05-09T11:16:44.354Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-09T11:16:47.795Z]  Building docker-sys-mgmt-agent-go ... done  ---> 7d67fbb0c4fb [2021-05-09T11:16:47.795Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-09T11:16:49.005Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-09T11:16:49.005Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-09T11:16:49.005Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-09T11:16:49.005Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-09T11:16:49.005Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-09T11:16:49.005Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-09T11:16:49.005Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-09T11:16:49.005Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-09T11:16:49.005Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-09T11:16:49.005Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-09T11:16:49.005Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-09T11:16:49.005Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-09T11:16:49.005Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-09T11:16:49.005Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-09T11:16:49.005Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-09T11:16:49.005Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-09T11:16:49.005Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-09T11:16:49.005Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-09T11:16:49.005Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-09T11:16:49.005Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-09T11:16:49.005Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-09T11:16:49.005Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-09T11:16:49.005Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-09T11:16:49.005Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-09T11:16:49.005Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-09T11:16:49.005Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-09T11:16:49.005Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-09T11:16:49.005Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-09T11:16:49.005Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-09T11:16:49.005Z] Fetched 224 kB in 0s (0 B/s) [2021-05-09T11:16:49.005Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-09T11:16:49.005Z] Fetched 157 kB in 0s (0 B/s) [2021-05-09T11:16:49.005Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-09T11:16:49.005Z] Fetched 221 kB in 0s (0 B/s) [2021-05-09T11:16:49.005Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-09T11:16:49.005Z] Fetched 143 kB in 0s (0 B/s) [2021-05-09T11:16:49.005Z] Pulling app-service-config [2021-05-09T11:16:49.005Z] + snapcraftctl pull [2021-05-09T11:16:49.577Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-09T11:16:50.149Z] Pulling config-common [2021-05-09T11:16:50.149Z] + snapcraftctl pull [2021-05-09T11:16:50.451Z] ---> Running in ac34b47eeea9 [2021-05-09T11:16:51.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-09T11:16:54.352Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:16:54.352Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-09T11:16:54.352Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-09T11:16:54.352Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:16:54.352Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-09T11:16:54.352Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:16:54.352Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-09T11:16:54.352Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:16:54.352Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-09T11:16:54.352Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:16:54.352Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-09T11:16:54.352Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:16:54.352Z] Pulling edgex-go [2021-05-09T11:16:54.352Z] + snapcraftctl pull [2021-05-09T11:17:01.753Z] ---> c333de8bdaf1 [2021-05-09T11:17:01.754Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-09T11:17:01.754Z] ---> 3eef69f28c2b [2021-05-09T11:17:01.754Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-09T11:17:02.030Z] ---> Running in a277d30af560 [2021-05-09T11:17:02.030Z] ---> Running in 7024d69777b5 [2021-05-09T11:17:05.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-09T11:17:05.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-09T11:17:06.430Z] ---> 8ecafb8aa577 [2021-05-09T11:17:06.430Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-09T11:17:06.706Z] ---> Running in bc964b1e6f4b [2021-05-09T11:17:08.690Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-09T11:17:20.929Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-09T11:17:20.930Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-09T11:17:20.930Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-09T11:17:20.930Z] Fetched 0 B in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-09T11:17:20.930Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-09T11:17:20.930Z] Fetched 279 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-09T11:17:20.930Z] Fetched 122 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-09T11:17:20.930Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-09T11:17:20.930Z] Fetched 8848 B in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-09T11:17:20.930Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-09T11:17:20.930Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-09T11:17:20.930Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-09T11:17:20.930Z] Fetched 219 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-09T11:17:20.930Z] Fetched 154 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-09T11:17:20.930Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-09T11:17:20.930Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-09T11:17:20.930Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-09T11:17:20.930Z] Fetched 499 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-09T11:17:20.930Z] Fetched 111 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-09T11:17:20.930Z] Fetched 240 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-09T11:17:20.930Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-09T11:17:20.930Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-09T11:17:20.930Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-09T11:17:20.930Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-09T11:17:20.930Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-09T11:17:20.930Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-09T11:17:20.930Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-09T11:17:20.930Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-09T11:17:20.930Z] Fetched 8720 B in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-09T11:17:20.930Z] Fetched 137 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-09T11:17:20.930Z] Fetched 119 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-09T11:17:20.930Z] Fetched 110 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-09T11:17:20.930Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-09T11:17:20.930Z] Fetched 645 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-09T11:17:20.930Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-09T11:17:20.930Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-09T11:17:20.930Z] Fetched 368 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-09T11:17:20.930Z] Fetched 187 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-09T11:17:20.930Z] Fetched 175 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-09T11:17:20.930Z] Fetched 206 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-09T11:17:20.930Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-09T11:17:20.930Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-09T11:17:20.930Z] Fetched 159 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-09T11:17:20.930Z] Fetched 107 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-09T11:17:20.930Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-09T11:17:20.930Z] Pulling static-packages [2021-05-09T11:17:20.930Z] + snapcraftctl pull [2021-05-09T11:17:20.930Z] Pulling version [2021-05-09T11:17:20.930Z] + cd /root/project [2021-05-09T11:17:20.930Z] + [ -f VERSION ] [2021-05-09T11:17:20.930Z] + PROJECT_VERSION=local-dev [2021-05-09T11:17:20.930Z] + git rev-parse --short HEAD [2021-05-09T11:17:20.930Z] + GIT_REVISION=39e708b1 [2021-05-09T11:17:20.930Z] + snapcraftctl set-version local-dev [2021-05-09T11:17:20.930Z] Skipping build go-build-helper (already ran) [2021-05-09T11:17:20.930Z] Building app-service-config [2021-05-09T11:17:20.930Z] + make build [2021-05-09T11:17:20.930Z] go mod tidy [2021-05-09T11:17:22.317Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 [2021-05-09T11:17:22.317Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 [2021-05-09T11:17:22.317Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 [2021-05-09T11:17:22.317Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-09T11:17:22.578Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-09T11:17:22.578Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-09T11:17:22.578Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-09T11:17:22.578Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-09T11:17:22.578Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-09T11:17:22.578Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-09T11:17:22.838Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-09T11:17:22.838Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-09T11:17:23.100Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-09T11:17:23.100Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-09T11:17:23.362Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-09T11:17:23.362Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-09T11:17:23.362Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-09T11:17:23.362Z] go: downloading golang.org/x/text v0.3.2 [2021-05-09T11:17:23.362Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-09T11:17:23.622Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-09T11:17:23.622Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-09T11:17:23.622Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-09T11:17:23.887Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-09T11:17:23.887Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-09T11:17:23.887Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-09T11:17:23.887Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-09T11:17:23.887Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-09T11:17:23.887Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-09T11:17:23.887Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-09T11:17:23.887Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-09T11:17:23.887Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-09T11:17:23.887Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-09T11:17:23.887Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-09T11:17:23.887Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-09T11:17:24.151Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-09T11:17:24.151Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-09T11:17:24.151Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-09T11:17:24.151Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-09T11:17:24.151Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-09T11:17:24.151Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-09T11:17:24.151Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-09T11:17:24.151Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-09T11:17:24.151Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-09T11:17:24.151Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-09T11:17:24.151Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-09T11:17:24.151Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-09T11:17:24.151Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-09T11:17:24.151Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-09T11:17:24.412Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-09T11:17:24.412Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-09T11:17:24.412Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-09T11:17:24.412Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-09T11:17:24.412Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-09T11:17:24.412Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-09T11:17:24.412Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-09T11:17:24.412Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-09T11:17:24.412Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-09T11:17:24.412Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-09T11:17:24.412Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-09T11:17:24.412Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-09T11:17:24.412Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-09T11:17:24.412Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-09T11:17:24.412Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-09T11:17:24.412Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-09T11:17:24.412Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-09T11:17:24.671Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-09T11:17:24.671Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-09T11:17:24.671Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-09T11:17:24.672Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-09T11:17:24.672Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-09T11:17:24.672Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-09T11:17:24.672Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-09T11:17:24.672Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-09T11:17:24.672Z] go: downloading github.com/kr/text v0.1.0 [2021-05-09T11:17:24.672Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-09T11:17:24.672Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-09T11:17:24.672Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-09T11:17:24.931Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-09T11:17:24.931Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-09T11:17:24.931Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-09T11:17:34.938Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-09T11:17:34.938Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-09T11:17:34.938Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-09T11:17:34.938Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-09T11:17:35.877Z] Building config-common [2021-05-09T11:17:35.877Z] + snapcraftctl build [2021-05-09T11:17:38.420Z] Building edgex-go [2021-05-09T11:17:38.420Z] + cd /root/parts/edgex-go/src [2021-05-09T11:17:38.420Z] + make build [2021-05-09T11:17:38.420Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-09T11:17:38.681Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-09T11:17:38.681Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-09T11:17:38.681Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-09T11:17:38.681Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-09T11:17:38.681Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 [2021-05-09T11:17:38.681Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-09T11:17:38.681Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-09T11:17:38.681Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-09T11:17:42.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-09T11:17:47.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-09T11:17:48.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-09T11:17:49.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-09T11:17:50.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-09T11:17:53.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-09T11:17:53.266Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-09T11:17:53.266Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-09T11:17:54.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-09T11:17:55.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-09T11:17:55.796Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-09T11:17:57.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-09T11:17:58.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-09T11:17:59.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-09T11:17:59.550Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-09T11:18:01.462Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-09T11:18:01.462Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-09T11:18:01.462Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-09T11:18:01.462Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-09T11:18:01.462Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-09T11:18:01.462Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-09T11:18:01.462Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-09T11:18:01.462Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-09T11:18:01.462Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-09T11:18:01.462Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-05-09T11:18:01.462Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-09T11:18:01.463Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-09T11:18:01.463Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-09T11:18:01.463Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-09T11:18:01.463Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-09T11:18:01.463Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-09T11:18:01.463Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-09T11:18:01.463Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-09T11:18:04.764Z] Building static-packages [2021-05-09T11:18:04.764Z] + snapcraftctl build [2021-05-09T11:18:06.160Z] Building version [2021-05-09T11:18:06.160Z] + snapcraftctl build [2021-05-09T11:18:08.085Z] Skipping stage go-build-helper (already ran) [2021-05-09T11:18:08.085Z] Staging app-service-config [2021-05-09T11:18:08.085Z] + snapcraftctl stage [2021-05-09T11:18:09.028Z] Staging config-common [2021-05-09T11:18:09.028Z] + snapcraftctl stage [2021-05-09T11:18:10.411Z] Staging edgex-go [2021-05-09T11:18:10.411Z] + snapcraftctl stage [2021-05-09T11:18:11.351Z] Staging static-packages [2021-05-09T11:18:11.351Z] + snapcraftctl stage [2021-05-09T11:18:12.293Z] Staging version [2021-05-09T11:18:12.293Z] + snapcraftctl stage [2021-05-09T11:18:13.236Z] Priming go-build-helper [2021-05-09T11:18:13.236Z] + snapcraftctl prime [2021-05-09T11:18:14.190Z] Priming app-service-config [2021-05-09T11:18:14.190Z] + snapcraftctl prime [2021-05-09T11:18:15.576Z] Priming config-common [2021-05-09T11:18:15.576Z] + snapcraftctl prime [2021-05-09T11:18:16.516Z] Priming edgex-go [2021-05-09T11:18:16.516Z] + snapcraftctl prime [2021-05-09T11:18:17.456Z] Priming static-packages [2021-05-09T11:18:17.456Z] + snapcraftctl prime [2021-05-09T11:18:20.003Z] Priming version [2021-05-09T11:18:20.003Z] + snapcraftctl prime [2021-05-09T11:18:20.946Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-09T11:18:30.476Z] Removing intermediate container ac34b47eeea9 [2021-05-09T11:18:30.476Z] ---> 15985f861136 [2021-05-09T11:18:30.476Z] [2021-05-09T11:18:30.476Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:18:30.476Z] ---> 9852663dfa18 [2021-05-09T11:18:30.476Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:18:30.476Z] ---> Using cache [2021-05-09T11:18:30.477Z] ---> 309bb948e6aa [2021-05-09T11:18:30.477Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:18:30.477Z] ---> Using cache [2021-05-09T11:18:30.477Z] ---> 743412354c78 [2021-05-09T11:18:30.477Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-09T11:18:30.477Z] ---> Running in 8b1ac0e83f53 [2021-05-09T11:18:30.477Z] Removing intermediate container 8b1ac0e83f53 [2021-05-09T11:18:30.477Z] ---> 7eca2c63f52f [2021-05-09T11:18:30.477Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:18:30.477Z] ---> Running in 7cefc552b520 [2021-05-09T11:18:30.477Z] Removing intermediate container 7cefc552b520 [2021-05-09T11:18:30.477Z] ---> 40b8cf95cfd9 [2021-05-09T11:18:30.477Z] Step 15/23 : WORKDIR / [2021-05-09T11:18:30.477Z] ---> Running in b9efbf3cb4e7 [2021-05-09T11:18:30.477Z] Removing intermediate container b9efbf3cb4e7 [2021-05-09T11:18:30.477Z] ---> 2dee15850e81 [2021-05-09T11:18:30.477Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:18:30.477Z] ---> 55a8549580bc [2021-05-09T11:18:30.477Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-09T11:18:30.755Z] ---> d5e42372a436 [2021-05-09T11:18:30.755Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-09T11:18:31.736Z] ---> b33d5ab4b363 [2021-05-09T11:18:31.736Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-09T11:18:32.025Z] ---> Running in c9d597068e55 [2021-05-09T11:18:32.625Z] Removing intermediate container c9d597068e55 [2021-05-09T11:18:32.625Z] ---> dd367cafa065 [2021-05-09T11:18:32.625Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:18:32.625Z] ---> Running in 60798b0874e6 [2021-05-09T11:18:33.615Z] Removing intermediate container 60798b0874e6 [2021-05-09T11:18:33.615Z] ---> 32ddd184890f [2021-05-09T11:18:33.615Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:18:33.615Z] ---> Running in 804e8d1e1ebe [2021-05-09T11:18:34.599Z] Removing intermediate container 804e8d1e1ebe [2021-05-09T11:18:34.599Z] ---> cee3b3b6bcff [2021-05-09T11:18:34.599Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:18:34.599Z] ---> Running in 5097bde27f81 [2021-05-09T11:18:35.200Z] Removing intermediate container 5097bde27f81 [2021-05-09T11:18:35.200Z] ---> 24055ec16465 [2021-05-09T11:18:35.200Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:18:35.480Z] ---> Running in 9413709acf41 [2021-05-09T11:18:36.079Z] Removing intermediate container 9413709acf41 [2021-05-09T11:18:36.079Z] ---> f58500ff7301 [2021-05-09T11:18:36.079Z] [2021-05-09T11:18:36.679Z] Successfully built f58500ff7301 [2021-05-09T11:18:36.679Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-09T11:18:54.969Z]  Building docker-core-command-go ... done Removing intermediate container 7024d69777b5 [2021-05-09T11:18:54.969Z] ---> c055c7e1d0f9 [2021-05-09T11:18:54.969Z] [2021-05-09T11:18:54.969Z] Step 10/22 : FROM alpine:3.12 [2021-05-09T11:18:54.969Z] ---> 9852663dfa18 [2021-05-09T11:18:54.969Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-09T11:18:54.969Z] ---> Running in dca1aa0f7681 [2021-05-09T11:18:54.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:18:54.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:18:54.969Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-09T11:18:54.969Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-09T11:18:54.969Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:18:55.244Z] Executing ca-certificates-20191127-r4.trigger [2021-05-09T11:18:55.244Z] OK: 6 MiB in 16 packages [2021-05-09T11:18:57.236Z] Removing intermediate container a277d30af560 [2021-05-09T11:18:57.236Z] ---> 2e94916b3ac8 [2021-05-09T11:18:57.236Z] [2021-05-09T11:18:57.236Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:18:57.236Z] ---> 9852663dfa18 [2021-05-09T11:18:57.236Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-09T11:18:57.236Z] ---> Using cache [2021-05-09T11:18:57.236Z] ---> 309bb948e6aa [2021-05-09T11:18:57.236Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:18:57.236Z] ---> Using cache [2021-05-09T11:18:57.236Z] ---> 743412354c78 [2021-05-09T11:18:57.236Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-09T11:18:57.509Z] ---> Running in 6eaefd2cc796 [2021-05-09T11:18:58.104Z] Removing intermediate container dca1aa0f7681 [2021-05-09T11:18:58.104Z] ---> 414e964e7b7f [2021-05-09T11:18:58.104Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-09T11:18:58.377Z] ---> Running in 40ba72a2e3d6 [2021-05-09T11:18:58.649Z] Removing intermediate container 6eaefd2cc796 [2021-05-09T11:18:58.649Z] ---> ae4523cb4282 [2021-05-09T11:18:58.649Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-09T11:18:58.924Z] ---> Running in 7cdee622b17e [2021-05-09T11:18:58.924Z] Removing intermediate container 40ba72a2e3d6 [2021-05-09T11:18:58.924Z] ---> 13d96cb745c1 [2021-05-09T11:18:58.924Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-09T11:18:59.207Z] ---> Running in dbcb866437ff [2021-05-09T11:18:59.479Z] Removing intermediate container 7cdee622b17e [2021-05-09T11:18:59.479Z] ---> adef3198db2c [2021-05-09T11:18:59.479Z] Step 15/23 : WORKDIR / [2021-05-09T11:19:00.074Z] ---> Running in c96b6e2ca9c4 [2021-05-09T11:19:00.074Z] Removing intermediate container dbcb866437ff [2021-05-09T11:19:00.074Z] ---> cf72204b117e [2021-05-09T11:19:00.074Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-09T11:19:00.671Z] ---> Running in 3a9e4fe395aa [2021-05-09T11:19:00.944Z] Removing intermediate container c96b6e2ca9c4 [2021-05-09T11:19:00.944Z] ---> c588768d6890 [2021-05-09T11:19:00.944Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:19:01.220Z] Removing intermediate container 3a9e4fe395aa [2021-05-09T11:19:01.220Z] ---> 255338bc0ac4 [2021-05-09T11:19:01.220Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:19:01.823Z] ---> da4a63227961 [2021-05-09T11:19:01.823Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-09T11:19:02.102Z] Removing intermediate container bc964b1e6f4b [2021-05-09T11:19:02.102Z] ---> 991f68940351 [2021-05-09T11:19:02.102Z] [2021-05-09T11:19:02.102Z] Step 10/23 : FROM alpine:3.12 [2021-05-09T11:19:02.102Z] ---> 9852663dfa18 [2021-05-09T11:19:02.102Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-09T11:19:02.102Z] ---> Running in ba58f04a1116 [2021-05-09T11:19:02.380Z] ---> 4caa171f0724 [2021-05-09T11:19:02.380Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-09T11:19:02.655Z] Removing intermediate container ba58f04a1116 [2021-05-09T11:19:02.924Z] ---> e8849e2bea91 [2021-05-09T11:19:02.924Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-09T11:19:03.195Z] ---> Running in 84fb0a29bd12 [2021-05-09T11:19:03.195Z] ---> b0859fac653b [2021-05-09T11:19:03.195Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-09T11:19:03.466Z] ---> 945cceab62b0 [2021-05-09T11:19:03.466Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-09T11:19:03.738Z] Removing intermediate container 84fb0a29bd12 [2021-05-09T11:19:03.738Z] ---> 723c1b83df19 [2021-05-09T11:19:03.738Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-09T11:19:04.013Z] ---> Running in c2bc9983c4e4 [2021-05-09T11:19:04.282Z] ---> e3008a107c85 [2021-05-09T11:19:04.282Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-09T11:19:04.282Z] ---> 6ee105e871c0 [2021-05-09T11:19:04.282Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-09T11:19:04.556Z] ---> Running in 27a2898745d6 [2021-05-09T11:19:04.556Z] Removing intermediate container c2bc9983c4e4 [2021-05-09T11:19:04.556Z] ---> dd29511da34e [2021-05-09T11:19:04.556Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:19:04.556Z] ---> Running in 3c3ee8bb5e7b [2021-05-09T11:19:04.556Z] ---> Running in acbd1412801f [2021-05-09T11:19:04.829Z] Removing intermediate container 27a2898745d6 [2021-05-09T11:19:04.829Z] ---> c07f564d7378 [2021-05-09T11:19:04.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:19:05.102Z] Removing intermediate container 3c3ee8bb5e7b [2021-05-09T11:19:05.102Z] ---> 2c3f0009334a [2021-05-09T11:19:05.102Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:19:05.102Z] ---> Running in 99c7881119c5 [2021-05-09T11:19:05.387Z] ---> Running in d26713a7c7f8 [2021-05-09T11:19:05.659Z] Removing intermediate container 99c7881119c5 [2021-05-09T11:19:05.659Z] ---> b7fafbd52cbf [2021-05-09T11:19:05.659Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:19:05.936Z] ---> Running in bae758d08c6d [2021-05-09T11:19:06.213Z] Removing intermediate container d26713a7c7f8 [2021-05-09T11:19:06.213Z] ---> efe3366266ed [2021-05-09T11:19:06.213Z] Step 20/22 : LABEL arch=arm64 [2021-05-09T11:19:06.213Z] ---> Running in ac0d7a877292 [2021-05-09T11:19:06.487Z] Removing intermediate container bae758d08c6d [2021-05-09T11:19:06.487Z] ---> 67b3bfa5db70 [2021-05-09T11:19:06.487Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:19:06.759Z] ---> Running in fdc7f5aa6967 [2021-05-09T11:19:06.759Z] Removing intermediate container ac0d7a877292 [2021-05-09T11:19:06.759Z] ---> a0e25fe55faf [2021-05-09T11:19:06.759Z] Step 21/22 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:19:07.034Z] ---> Running in 7b484eaabd84 [2021-05-09T11:19:07.303Z] Removing intermediate container fdc7f5aa6967 [2021-05-09T11:19:07.303Z] ---> 6b199d49bc27 [2021-05-09T11:19:07.303Z] Removing intermediate container acbd1412801f [2021-05-09T11:19:07.303Z] Step 23/23 : LABEL version=0.0.0 ---> 778878e56afb [2021-05-09T11:19:07.303Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-09T11:19:07.303Z] [2021-05-09T11:19:07.577Z] Removing intermediate container 7b484eaabd84 [2021-05-09T11:19:07.577Z] ---> cbb912cbc816 [2021-05-09T11:19:07.577Z] Step 22/22 : LABEL version=0.0.0 [2021-05-09T11:19:07.577Z] ---> Running in 6484604c1ee6 [2021-05-09T11:19:07.577Z] ---> Running in 7e71980784ac [2021-05-09T11:19:07.849Z] ---> Running in 667ee72bc086 [2021-05-09T11:19:08.122Z] Removing intermediate container 7e71980784ac [2021-05-09T11:19:08.122Z] ---> 6e62d808cdf9 [2021-05-09T11:19:08.122Z] [2021-05-09T11:19:08.398Z] Removing intermediate container 667ee72bc086 [2021-05-09T11:19:08.398Z] ---> 1487ea5cef65 [2021-05-09T11:19:08.398Z] [2021-05-09T11:19:08.671Z] Successfully built 6e62d808cdf9 [2021-05-09T11:19:08.671Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-09T11:19:08.940Z]  Building docker-core-metadata-go ... done Successfully built 1487ea5cef65 [2021-05-09T11:19:08.940Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-09T11:19:08.940Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:19:10.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:19:11.872Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-09T11:19:11.872Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-09T11:19:11.872Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-09T11:19:12.142Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-09T11:19:12.413Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-09T11:19:12.684Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-09T11:19:12.954Z] Executing busybox-1.31.1-r20.trigger [2021-05-09T11:19:12.954Z] OK: 8 MiB in 20 packages [2021-05-09T11:19:14.389Z] Removing intermediate container 6484604c1ee6 [2021-05-09T11:19:14.389Z] ---> 21c76148889d [2021-05-09T11:19:14.389Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-09T11:19:14.985Z] ---> 30e7ff241ae5 [2021-05-09T11:19:14.985Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-09T11:19:16.413Z] ---> 772f4008cf61 [2021-05-09T11:19:16.413Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-09T11:19:17.005Z] ---> 0a6a38702d33 [2021-05-09T11:19:17.005Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-09T11:19:17.005Z] ---> Running in f02b8a4ac702 [2021-05-09T11:19:17.598Z] Removing intermediate container f02b8a4ac702 [2021-05-09T11:19:17.598Z] ---> 3a258684533c [2021-05-09T11:19:17.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-09T11:19:17.598Z] ---> Running in 54b0d823f4c2 [2021-05-09T11:19:18.191Z] Removing intermediate container 54b0d823f4c2 [2021-05-09T11:19:18.191Z] ---> 6eabd041baae [2021-05-09T11:19:18.191Z] Step 21/23 : LABEL arch=arm64 [2021-05-09T11:19:18.191Z] ---> Running in 037c93d68887 [2021-05-09T11:19:18.492Z] Removing intermediate container 037c93d68887 [2021-05-09T11:19:18.492Z] ---> 5965758e583f [2021-05-09T11:19:18.492Z] Step 22/23 : LABEL git_sha=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [2021-05-09T11:19:18.775Z] ---> Running in 09af89440a26 [2021-05-09T11:19:19.378Z] Removing intermediate container 09af89440a26 [2021-05-09T11:19:19.378Z] ---> 1ebfc1a66c8f [2021-05-09T11:19:19.378Z] Step 23/23 : LABEL version=0.0.0 [2021-05-09T11:19:19.378Z] ---> Running in a57fc322c7aa [2021-05-09T11:19:19.986Z] Removing intermediate container a57fc322c7aa [2021-05-09T11:19:19.986Z] ---> d5fae2dc9c34 [2021-05-09T11:19:19.986Z] [2021-05-09T11:19:20.257Z] Successfully built d5fae2dc9c34 [2021-05-09T11:19:20.257Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-09T11:19:20.864Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-09T11:19:20.874Z] $ docker stop --time=1 207cc62a87690c4e56fcca66b35695e0ff414b0590a3e8dbbc7d07c07c063586 [2021-05-09T11:19:22.714Z] $ docker rm -f 207cc62a87690c4e56fcca66b35695e0ff414b0590a3e8dbbc7d07c07c063586 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T11:19:23.280Z] + grep docker [2021-05-09T11:19:23.280Z] + docker images [2021-05-09T11:19:23.552Z] docker-core-data-go-arm64 latest d5fae2dc9c34 4 seconds ago 20.3MB [2021-05-09T11:19:23.552Z] docker-support-notifications-go-arm64 latest 1487ea5cef65 15 seconds ago 16.6MB [2021-05-09T11:19:23.552Z] docker-core-metadata-go-arm64 latest 6e62d808cdf9 16 seconds ago 17.4MB [2021-05-09T11:19:23.552Z] docker-core-command-go-arm64 latest f58500ff7301 48 seconds ago 16.1MB [2021-05-09T11:19:23.552Z] docker-sys-mgmt-agent-go-arm64 latest e983a576eda8 2 minutes ago 299MB [2021-05-09T11:19:23.552Z] docker-security-bootstrapper-go-arm64 latest 4d3953cc612e 3 minutes ago 17.1MB [2021-05-09T11:19:23.552Z] docker-security-secretstore-setup-go-arm64 latest f8448ee4a118 3 minutes ago 24.3MB [2021-05-09T11:19:23.552Z] docker-support-scheduler-go-arm64 latest 1c1ec1c374b1 4 minutes ago 16.1MB [2021-05-09T11:19:23.552Z] docker-security-proxy-setup-go-arm64 latest b8b03b71454a 4 minutes ago 23.9MB [2021-05-09T11:19:23.552Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:19:24.225Z] ---> job-cost.sh [2021-05-09T11:19:24.225Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4Os9 [2021-05-09T11:20:11.129Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-09T11:21:32.836Z] lf-activate-venv(): INFO: Adding /tmp/venv-4Os9/bin to PATH [2021-05-09T11:21:32.836Z] INFO: No Stack... [2021-05-09T11:21:32.836Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-09T11:21:32.836Z] INFO: Archiving Costs [Pipeline] sh [2021-05-09T11:21:33.174Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-05-09T11:21:33.174Z] + cut -d, -f6 [Pipeline] lock [2021-05-09T11:21:33.292Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] [2021-05-09T11:21:33.303Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] did not exist. Created. [2021-05-09T11:21:33.303Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-09T11:21:33.656Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-09T11:21:33.932Z] Stashed 1 file(s) [Pipeline] } [2021-05-09T11:21:33.950Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3437-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-09T11:21:34.449Z] provisioning config files... [2021-05-09T11:21:34.460Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5804910932104676116tmp [Pipeline] { [Pipeline] sh [2021-05-09T11:21:34.786Z] + set +x [2021-05-09T11:21:34.786Z] + curl -s https://codecov.io/bash [2021-05-09T11:21:34.786Z] + bash -s -- [2021-05-09T11:21:35.049Z] [2021-05-09T11:21:35.050Z] _____ _ [2021-05-09T11:21:35.050Z] / ____| | | [2021-05-09T11:21:35.050Z] | | ___ __| | ___ ___ _____ __ [2021-05-09T11:21:35.050Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-09T11:21:35.050Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-09T11:21:35.050Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-09T11:21:35.050Z] Bash-1.0.2 [2021-05-09T11:21:35.050Z] [2021-05-09T11:21:35.050Z] [2021-05-09T11:21:35.050Z] ==> git version 2.24.3 found [2021-05-09T11:21:35.050Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-09T11:21:35.050Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-09T11:21:35.050Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-09T11:21:35.314Z] ==> Jenkins CI detected. [2021-05-09T11:21:35.314Z] project root: . [2021-05-09T11:21:35.314Z] --> token set from env [2021-05-09T11:21:35.314Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-09T11:21:35.314Z] ==> Running gcov in . (disable via -X gcov) [2021-05-09T11:21:35.314Z] ==> Python coveragepy not found [2021-05-09T11:21:35.314Z] ==> Searching for coverage reports in: [2021-05-09T11:21:35.314Z] + . [2021-05-09T11:21:35.314Z] -> Found 1 reports [2021-05-09T11:21:35.314Z] ==> Detecting git/mercurial file structure [2021-05-09T11:21:35.314Z] ==> Reading reports [2021-05-09T11:21:35.314Z] + ./coverage.out bytes=705232 [2021-05-09T11:21:35.314Z] ==> Appending adjustments [2021-05-09T11:21:35.314Z] https://docs.codecov.io/docs/fixing-reports [2021-05-09T11:21:39.549Z] + Found adjustments [2021-05-09T11:21:39.549Z] ==> Gzipping contents [2021-05-09T11:21:39.549Z] 100K /tmp/codecov.ZgZFQE.gz [2021-05-09T11:21:39.549Z] ==> Uploading reports [2021-05-09T11:21:39.549Z] url: https://codecov.io [2021-05-09T11:21:39.549Z] query: branch=PR-3437&commit=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3437%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3437&job=&cmd_args= [2021-05-09T11:21:39.549Z] -> Pinging Codecov [2021-05-09T11:21:39.549Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3437&commit=39e708b1e1eb2507d90528e6cc0b982b5ccfebfa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3437%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3437&job=&cmd_args= [2021-05-09T11:21:39.549Z] -> Uploading to [2021-05-09T11:21:39.549Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-09/00271124DB129430A58F1EEE437C3FCB/39e708b1e1eb2507d90528e6cc0b982b5ccfebfa/520a13b2-4a04-4fc8-b05f-db78f7a6583f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T112139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3cbe72cf264fea119b6f2ab6b6092b3e1be7c3cd4e2f14b9a63d3527586fc7bf [2021-05-09T11:21:39.549Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-09T11:21:39.549Z] Dload Upload Total Spent Left Speed [2021-05-09T11:21:40.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 168k --:--:-- --:--:-- --:--:-- 168k [2021-05-09T11:21:40.074Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/39e708b1e1eb2507d90528e6cc0b982b5ccfebfa [Pipeline] } [2021-05-09T11:21:40.087Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:21:40.892Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:21:41.783Z] ---> package-listing.sh [2021-05-09T11:21:41.784Z] ++ facter osfamily [2021-05-09T11:21:41.784Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-09T11:21:41.784Z] + OS_FAMILY=redhat [2021-05-09T11:21:41.784Z] + workspace=/w/workspace/edgex-go/2 [2021-05-09T11:21:41.784Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-09T11:21:41.784Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-09T11:21:41.784Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-09T11:21:41.784Z] + PACKAGES=/tmp/packages_start.txt [2021-05-09T11:21:41.784Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-09T11:21:41.784Z] + PACKAGES=/tmp/packages_end.txt [2021-05-09T11:21:41.784Z] + case "${OS_FAMILY}" in [2021-05-09T11:21:41.784Z] + rpm -qa [2021-05-09T11:21:41.784Z] + sort [2021-05-09T11:21:47.089Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-09T11:21:47.089Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-09T11:21:47.089Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-09T11:21:47.089Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-09T11:21:47.089Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-09T11:21:47.089Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-09T11:21:47.105Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-09T11:21:47.401Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:21:47.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:21:47.717Z] [2021-05-09T11:21:47.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:21:48.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:21:48.040Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-09T11:21:48.040Z] df20fa9351a1: Pulling fs layer [2021-05-09T11:21:48.040Z] 36b3adc4ff6f: Pulling fs layer [2021-05-09T11:21:48.040Z] 8ad3a11d3b57: Pulling fs layer [2021-05-09T11:21:48.040Z] 46f8f816bc3b: Pulling fs layer [2021-05-09T11:21:48.040Z] 93b61091891f: Pulling fs layer [2021-05-09T11:21:48.040Z] 93b9cdb0e59b: Pulling fs layer [2021-05-09T11:21:48.040Z] 5e14af77c1be: Pulling fs layer [2021-05-09T11:21:48.040Z] 01666e4c0597: Pulling fs layer [2021-05-09T11:21:48.040Z] aa168da1d23b: Pulling fs layer [2021-05-09T11:21:48.040Z] 46f8f816bc3b: Waiting [2021-05-09T11:21:48.040Z] 93b61091891f: Waiting [2021-05-09T11:21:48.040Z] 93b9cdb0e59b: Waiting [2021-05-09T11:21:48.040Z] 5e14af77c1be: Waiting [2021-05-09T11:21:48.040Z] 01666e4c0597: Waiting [2021-05-09T11:21:48.040Z] aa168da1d23b: Waiting [2021-05-09T11:21:48.040Z] 36b3adc4ff6f: Verifying Checksum [2021-05-09T11:21:48.040Z] 36b3adc4ff6f: Download complete [2021-05-09T11:21:48.040Z] 46f8f816bc3b: Verifying Checksum [2021-05-09T11:21:48.040Z] 46f8f816bc3b: Download complete [2021-05-09T11:21:48.303Z] df20fa9351a1: Verifying Checksum [2021-05-09T11:21:48.303Z] 93b9cdb0e59b: Verifying Checksum [2021-05-09T11:21:48.303Z] 93b9cdb0e59b: Download complete [2021-05-09T11:21:48.303Z] 5e14af77c1be: Verifying Checksum [2021-05-09T11:21:48.303Z] 5e14af77c1be: Download complete [2021-05-09T11:21:48.303Z] 01666e4c0597: Verifying Checksum [2021-05-09T11:21:48.303Z] 01666e4c0597: Download complete [2021-05-09T11:21:48.303Z] 93b61091891f: Download complete [2021-05-09T11:21:48.303Z] 8ad3a11d3b57: Verifying Checksum [2021-05-09T11:21:48.303Z] 8ad3a11d3b57: Download complete [2021-05-09T11:21:48.565Z] df20fa9351a1: Pull complete [2021-05-09T11:21:48.834Z] 36b3adc4ff6f: Pull complete [2021-05-09T11:21:49.414Z] 8ad3a11d3b57: Pull complete [2021-05-09T11:21:49.680Z] 46f8f816bc3b: Pull complete [2021-05-09T11:21:51.077Z] aa168da1d23b: Verifying Checksum [2021-05-09T11:21:51.077Z] aa168da1d23b: Download complete [2021-05-09T11:21:52.026Z] 93b61091891f: Pull complete [2021-05-09T11:21:52.026Z] 93b9cdb0e59b: Pull complete [2021-05-09T11:21:52.291Z] 5e14af77c1be: Pull complete [2021-05-09T11:21:52.291Z] 01666e4c0597: Pull complete [2021-05-09T11:22:07.239Z] aa168da1d23b: Pull complete [2021-05-09T11:22:07.239Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-09T11:22:07.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:22:07.239Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-09T11:22:07.452Z] prd-centos7-docker-4c-2g-3820 does not seem to be running inside a container [2021-05-09T11:22:07.508Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-09T11:22:10.313Z] $ docker top 8e80a6b7937f4d4df2e6144cd035ff9599356d86805aeb987d1983f5fadae48f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:22:10.788Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-09T11:22:11.092Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-09T11:22:11.396Z] + ls /var/log/sa-host [2021-05-09T11:22:11.396Z] + sadf -c /var/log/sa-host/sa09 [2021-05-09T11:22:11.396Z] file_magic: OK [2021-05-09T11:22:11.396Z] HZ: Using current value: 100 [2021-05-09T11:22:11.396Z] file_header: OK [2021-05-09T11:22:11.396Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-09T11:22:11.396Z] Statistics: [2021-05-09T11:22:11.396Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-09T11:22:11.396Z] File successfully converted to sysstat format version 12.2.1 [2021-05-09T11:22:11.396Z] + sadf -c /var/log/sa-host/sa23 [2021-05-09T11:22:11.396Z] file_magic: OK [2021-05-09T11:22:11.396Z] HZ: Using current value: 100 [2021-05-09T11:22:11.396Z] file_header: OK [2021-05-09T11:22:11.396Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-09T11:22:11.396Z] Statistics: [2021-05-09T11:22:11.396Z] Hnuu...uuuununununu... [2021-05-09T11:22:11.396Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-09T11:22:11.614Z] provisioning config files... [2021-05-09T11:22:11.631Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2691413328304409790tmp [Pipeline] { [Pipeline] echo [2021-05-09T11:22:11.690Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:22:12.043Z] ---> create-netrc.sh [Pipeline] } [2021-05-09T11:22:12.057Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-09T11:22:12.083Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:22:12.408Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-09T11:22:12.420Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:22:12.722Z] ---> sudo-logs.sh [2021-05-09T11:22:12.722Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-09T11:22:12.753Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:22:13.051Z] ---> job-cost.sh [2021-05-09T11:22:13.051Z] lf-activate-venv: SKIPPING [2021-05-09T11:22:13.051Z] DEBUG: total: 0.20999999344348907 [2021-05-09T11:22:13.051Z] INFO: Retrieving Stack Cost... [2021-05-09T11:22:13.997Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-09T11:22:14.573Z] INFO: Archiving Costs [Pipeline] echo [2021-05-09T11:22:14.590Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:22:14.890Z] ---> logs-deploy.sh [2021-05-09T11:22:14.890Z] lf-activate-venv: SKIPPING [2021-05-09T11:22:14.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3437/2 [2021-05-09T11:22:14.890Z] INFO: archiving workspace using pattern(s): [2021-05-09T11:22:16.280Z] Archives upload complete. [2021-05-09T11:22:16.543Z] INFO: archiving logs to Nexus [2021-05-09T11:22:17.495Z] ---> uname -a: [2021-05-09T11:22:17.495Z] Linux prd-centos7-docker-4c-2g-3820.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-05-09T11:22:17.495Z] [2021-05-09T11:22:17.495Z] [2021-05-09T11:22:17.495Z] ---> lscpu: [2021-05-09T11:22:17.495Z] Architecture: x86_64 [2021-05-09T11:22:17.495Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-09T11:22:17.495Z] Byte Order: Little Endian [2021-05-09T11:22:17.495Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-09T11:22:17.495Z] CPU(s): 4 [2021-05-09T11:22:17.495Z] On-line CPU(s) list: 0-3 [2021-05-09T11:22:17.495Z] Thread(s) per core: 1 [2021-05-09T11:22:17.495Z] Core(s) per socket: 1 [2021-05-09T11:22:17.495Z] Socket(s): 4 [2021-05-09T11:22:17.495Z] NUMA node(s): 1 [2021-05-09T11:22:17.495Z] Vendor ID: GenuineIntel [2021-05-09T11:22:17.495Z] CPU family: 6 [2021-05-09T11:22:17.495Z] Model: 44 [2021-05-09T11:22:17.495Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-09T11:22:17.495Z] Stepping: 1 [2021-05-09T11:22:17.495Z] CPU MHz: 2933.438 [2021-05-09T11:22:17.495Z] BogoMIPS: 5866.87 [2021-05-09T11:22:17.495Z] Virtualization: VT-x [2021-05-09T11:22:17.495Z] Hypervisor vendor: KVM [2021-05-09T11:22:17.495Z] Virtualization type: full [2021-05-09T11:22:17.495Z] L1d cache: 128 KiB [2021-05-09T11:22:17.495Z] L1i cache: 128 KiB [2021-05-09T11:22:17.495Z] L2 cache: 16 MiB [2021-05-09T11:22:17.495Z] L3 cache: 64 MiB [2021-05-09T11:22:17.495Z] NUMA node0 CPU(s): 0-3 [2021-05-09T11:22:17.495Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-09T11:22:17.495Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-09T11:22:17.495Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-09T11:22:17.495Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-09T11:22:17.495Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-09T11:22:17.495Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-09T11:22:17.495Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-09T11:22:17.495Z] Vulnerability Srbds: Not affected [2021-05-09T11:22:17.495Z] Vulnerability Tsx async abort: Not affected [2021-05-09T11:22:17.495Z] 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-05-09T11:22:17.495Z] [2021-05-09T11:22:17.495Z]