Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d72be56757af4da853b0bfe6193b102efb83a4ef+576eddb6d79f77bc7b799d46a5f981c8da166ab0 (e0d1bb49b65e1fda015b21184fb6abd1beb01907) 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 ‘prd-centos7-docker-4c-2g-2891’ Running on prd-centos7-docker-4c-2g-2897 in /w/workspace/edgexfoundry_edgex-go_PR-3405 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit d72be56757af4da853b0bfe6193b102efb83a4ef Merge succeeded, producing fff56f3a74e781a51ed5f8334dba9ac6cd882631 Checking out Revision fff56f3a74e781a51ed5f8334dba9ac6cd882631 (PR-3405) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3405/head:refs/remotes/origin/PR-3405 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d72be56757af4da853b0bfe6193b102efb83a4ef # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fff56f3a74e781a51ed5f8334dba9ac6cd882631 # timeout=10 Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-04T08:31:23.136Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-04T08:31:23.230Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-04T08:31:23.258Z] ========================================================= [2021-05-04T08:31:23.258Z] EdgeX Global Pipelines Version Info [2021-05-04T08:31:23.258Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 06d39a929dd58d245a3c25ca110c162cff250dff # timeout=10 [2021-05-04T08:31:24.877Z] ------------------- [2021-05-04T08:31:24.877Z] stable info: [2021-05-04T08:31:24.877Z] ------------------- [2021-05-04T08:31:24.877Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-04T08:31:24.877Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-04T08:31:24.877Z] Message: update stable to v1.0.191 [2021-05-04T08:31:25.829Z] ------------------- [2021-05-04T08:31:25.829Z] experimental info: [2021-05-04T08:31:25.829Z] ------------------- [2021-05-04T08:31:25.829Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-04T08:31:25.829Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-04T08:31:25.829Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-04T08:31:25.955Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-04T08:31:25.977Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-04T08:31:26.000Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-04T08:31:26.025Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-04T08:31:26.047Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-04T08:31:26.070Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-04T08:31:26.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-04T08:31:26.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-04T08:31:26.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-04T08:31:26.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-04T08:31:26.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-04T08:31:26.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-04T08:31:26.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-04T08:31:26.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-04T08:31:26.297Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-04T08:31:26.318Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-04T08:31:26.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-04T08:31:26.361Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-04T08:31:26.382Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-04T08:31:26.426Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-04T08:31:26.448Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-04T08:31:26.471Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-04T08:31:26.493Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3405 [Pipeline] echo [2021-05-04T08:31:26.517Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3405 [Pipeline] echo [2021-05-04T08:31:26.541Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3405 [Pipeline] echo [2021-05-04T08:31:26.564Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fff56f3a74e781a51ed5f8334dba9ac6cd882631 [Pipeline] echo [2021-05-04T08:31:26.585Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fff56f3 [Pipeline] echo [2021-05-04T08:31:26.609Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-04T08:31:26.679Z] provisioning config files... [2021-05-04T08:31:26.723Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4184970567232066481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:31:27.061Z] ---> docker-login.sh [2021-05-04T08:31:27.061Z] nexus3.edgexfoundry.org:10001 [2021-05-04T08:31:27.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:31:27.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:31:27.595Z] Configure a credential helper to remove this warning. See [2021-05-04T08:31:27.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:31:27.595Z] [2021-05-04T08:31:27.595Z] Login Succeeded [2021-05-04T08:31:27.595Z] nexus3.edgexfoundry.org:10002 [2021-05-04T08:31:27.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:31:27.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:31:27.865Z] Configure a credential helper to remove this warning. See [2021-05-04T08:31:27.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:31:27.865Z] [2021-05-04T08:31:27.865Z] Login Succeeded [2021-05-04T08:31:27.865Z] nexus3.edgexfoundry.org:10003 [2021-05-04T08:31:27.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:31:28.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:31:28.133Z] Configure a credential helper to remove this warning. See [2021-05-04T08:31:28.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:31:28.133Z] [2021-05-04T08:31:28.133Z] Login Succeeded [2021-05-04T08:31:28.133Z] nexus3.edgexfoundry.org:10004 [2021-05-04T08:31:28.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:31:28.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:31:28.133Z] Configure a credential helper to remove this warning. See [2021-05-04T08:31:28.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:31:28.133Z] [2021-05-04T08:31:28.133Z] Login Succeeded [2021-05-04T08:31:28.133Z] docker.io [2021-05-04T08:31:28.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:31:28.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:31:28.662Z] Configure a credential helper to remove this warning. See [2021-05-04T08:31:28.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:31:28.662Z] [2021-05-04T08:31:28.662Z] Login Succeeded [2021-05-04T08:31:28.662Z] ---> docker-login.sh ends [Pipeline] } [2021-05-04T08:31:28.674Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-04T08:31:29.036Z] ++ 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-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/core-command/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/core-data/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-04T08:31:29.036Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:31:29.036Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-04T08:31:29.036Z] ++ cut -d/ -f2 [2021-05-04T08:31:29.036Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-04T08:31:29.137Z] 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-04T08:31:29.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T08:31:29.776Z] [2021-05-04T08:31:29.776Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:31:30.112Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T08:31:30.112Z] latest: Pulling from edgex-devops/git-semver [2021-05-04T08:31:30.112Z] 31603596830f: Pulling fs layer [2021-05-04T08:31:30.112Z] 54011a49482f: Pulling fs layer [2021-05-04T08:31:30.112Z] a6820b24f6d8: Pulling fs layer [2021-05-04T08:31:30.112Z] f581987b2513: Pulling fs layer [2021-05-04T08:31:30.112Z] f581987b2513: Waiting [2021-05-04T08:31:30.112Z] 54011a49482f: Verifying Checksum [2021-05-04T08:31:30.112Z] 54011a49482f: Download complete [2021-05-04T08:31:30.112Z] 31603596830f: Download complete [2021-05-04T08:31:30.385Z] a6820b24f6d8: Verifying Checksum [2021-05-04T08:31:30.385Z] a6820b24f6d8: Download complete [2021-05-04T08:31:30.385Z] f581987b2513: Verifying Checksum [2021-05-04T08:31:30.385Z] f581987b2513: Download complete [2021-05-04T08:31:30.968Z] 31603596830f: Pull complete [2021-05-04T08:31:30.968Z] 54011a49482f: Pull complete [2021-05-04T08:31:31.948Z] a6820b24f6d8: Pull complete [2021-05-04T08:31:32.215Z] f581987b2513: Pull complete [2021-05-04T08:31:32.215Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-04T08:31:32.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T08:31:32.483Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-04T08:31:32.696Z] prd-centos7-docker-4c-2g-2897 does not seem to be running inside a container [2021-05-04T08:31:32.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat [2021-05-04T08:31:35.594Z] $ docker top 3d6929596018c91e7da8e66197658fb744e5c6a9c283ea6624beb241d4e5efeb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-04T08:31:35.800Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-04T08:31:35.800Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-04T08:31:36.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-04T08:31:36.075Z] $ docker exec 3d6929596018c91e7da8e66197658fb744e5c6a9c283ea6624beb241d4e5efeb ssh-agent [2021-05-04T08:31:36.261Z] SSH_AUTH_SOCK=/tmp/ssh-zKrcwszCvwSz/agent.12 [2021-05-04T08:31:36.261Z] SSH_AGENT_PID=18 [2021-05-04T08:31:36.277Z] Running ssh-add (command line suppressed) [2021-05-04T08:31:36.407Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_517071299989945598.key (/w/workspace/edgex-go/5@tmp/private_key_517071299989945598.key) [2021-05-04T08:31:36.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-04T08:31:36.769Z] + git tag --points-at HEAD [Pipeline] } [2021-05-04T08:31:36.801Z] $ docker exec --env ******** --env ******** 3d6929596018c91e7da8e66197658fb744e5c6a9c283ea6624beb241d4e5efeb ssh-agent -k [2021-05-04T08:31:36.944Z] unset SSH_AUTH_SOCK; [2021-05-04T08:31:36.944Z] unset SSH_AGENT_PID; [2021-05-04T08:31:36.944Z] echo Agent pid 18 killed; [2021-05-04T08:31:37.001Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-04T08:31:37.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-04T08:31:37.054Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-04T08:31:37.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-04T08:31:37.260Z] $ docker exec 3d6929596018c91e7da8e66197658fb744e5c6a9c283ea6624beb241d4e5efeb ssh-agent [2021-05-04T08:31:37.430Z] SSH_AUTH_SOCK=/tmp/ssh-CvbZU7eSzaQZ/agent.48 [2021-05-04T08:31:37.430Z] SSH_AGENT_PID=53 [2021-05-04T08:31:37.438Z] Running ssh-add (command line suppressed) [2021-05-04T08:31:37.568Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6825722837498015179.key (/w/workspace/edgex-go/5@tmp/private_key_6825722837498015179.key) [2021-05-04T08:31:37.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-04T08:31:37.944Z] + git semver init [2021-05-04T08:31:37.945Z] # -> Open(): unable to determine branch for HEAD [2021-05-04T08:31:37.945Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-05-04T08:31:37.945Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-05-04T08:31:37.945Z] # $SEMVER_REMOTE_NAME = origin [2021-05-04T08:31:37.945Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-04T08:31:37.945Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-04T08:31:37.945Z] # $SEMVER_BRANCH = PR-3405 [2021-05-04T08:31:37.945Z] # $SEMVER_TEMP = /tmp/semver-927308551 [2021-05-04T08:31:37.945Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-04T08:32:04.641Z] # '/tmp/semver-927308551' -> '/w/workspace/edgex-go/5/.semver' [2021-05-04T08:32:04.641Z] # -> Force: false [2021-05-04T08:32:04.641Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-05-04T08:32:04.663Z] $ docker exec --env ******** --env ******** 3d6929596018c91e7da8e66197658fb744e5c6a9c283ea6624beb241d4e5efeb ssh-agent -k [2021-05-04T08:32:05.057Z] unset SSH_AUTH_SOCK; [2021-05-04T08:32:05.057Z] unset SSH_AGENT_PID; [2021-05-04T08:32:05.058Z] echo Agent pid 53 killed; [2021-05-04T08:32:05.208Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-04T08:32:05.575Z] + git semver [Pipeline] } [2021-05-04T08:32:05.597Z] $ docker stop --time=1 3d6929596018c91e7da8e66197658fb744e5c6a9c283ea6624beb241d4e5efeb [2021-05-04T08:32:07.491Z] $ docker rm -f 3d6929596018c91e7da8e66197658fb744e5c6a9c283ea6624beb241d4e5efeb [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T08:32:08.026Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-04T08:32:08.516Z] Stashed 1 file(s) [Pipeline] echo [2021-05-04T08:32:08.519Z] [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-04T08:32:09.035Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:32:09.339Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:32:09.640Z] + sudo service docker restart [2021-05-04T08:32:09.640Z] + true [2021-05-04T08:32:09.640Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-04T08:32:10.611Z] ========================================================= [2021-05-04T08:32:10.611Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-04T08:32:10.611Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:32:10.934Z] + 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-04T08:32:15.220Z] Sending build context to Docker daemon 329.8MB [2021-05-04T08:32:15.220Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-04T08:32:15.220Z] Step 2/6 : FROM ${BASE} [2021-05-04T08:32:15.220Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-04T08:32:15.220Z] 540db60ca938: Pulling fs layer [2021-05-04T08:32:15.220Z] adcc1eea9eea: Pulling fs layer [2021-05-04T08:32:15.220Z] 4c4ab2625f07: Pulling fs layer [2021-05-04T08:32:15.220Z] 0510c868ecb4: Pulling fs layer [2021-05-04T08:32:15.220Z] afea3b2eda06: Pulling fs layer [2021-05-04T08:32:15.220Z] 7809a108b3ef: Pulling fs layer [2021-05-04T08:32:15.220Z] f706445af74f: Pulling fs layer [2021-05-04T08:32:15.220Z] 7809a108b3ef: Waiting [2021-05-04T08:32:15.220Z] 0510c868ecb4: Waiting [2021-05-04T08:32:15.220Z] afea3b2eda06: Waiting [2021-05-04T08:32:15.220Z] f706445af74f: Waiting [2021-05-04T08:32:15.490Z] 4c4ab2625f07: Verifying Checksum [2021-05-04T08:32:15.490Z] 4c4ab2625f07: Download complete [2021-05-04T08:32:15.490Z] adcc1eea9eea: Download complete [2021-05-04T08:32:15.490Z] afea3b2eda06: Verifying Checksum [2021-05-04T08:32:15.490Z] afea3b2eda06: Download complete [2021-05-04T08:32:15.490Z] 540db60ca938: Verifying Checksum [2021-05-04T08:32:15.490Z] 540db60ca938: Download complete [2021-05-04T08:32:15.490Z] 7809a108b3ef: Verifying Checksum [2021-05-04T08:32:15.490Z] 7809a108b3ef: Download complete [2021-05-04T08:32:16.075Z] 540db60ca938: Pull complete [2021-05-04T08:32:16.380Z] adcc1eea9eea: Pull complete [2021-05-04T08:32:17.615Z] 4c4ab2625f07: Pull complete [2021-05-04T08:32:17.881Z] f706445af74f: Verifying Checksum [2021-05-04T08:32:17.881Z] f706445af74f: Download complete [2021-05-04T08:32:18.841Z] 0510c868ecb4: Verifying Checksum [2021-05-04T08:32:18.841Z] 0510c868ecb4: Download complete [2021-05-04T08:32:23.658Z] Still waiting to schedule task [2021-05-04T08:32:23.658Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-04T08:32:27.165Z] 0510c868ecb4: Pull complete [2021-05-04T08:32:27.165Z] afea3b2eda06: Pull complete [2021-05-04T08:32:27.165Z] 7809a108b3ef: Pull complete [2021-05-04T08:32:31.457Z] f706445af74f: Pull complete [2021-05-04T08:32:31.457Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-04T08:32:31.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-04T08:32:31.457Z] ---> b068be0155e3 [2021-05-04T08:32:31.457Z] 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-04T08:32:31.732Z] ---> Running in d069ccf73f70 [2021-05-04T08:32:32.724Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:32:33.698Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:32:33.968Z] (1/12) Installing libmagic (5.39-r0) [2021-05-04T08:32:34.922Z] (2/12) Installing file (5.39-r0) [2021-05-04T08:32:34.922Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-04T08:32:34.922Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-04T08:32:39.214Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-04T08:32:39.214Z] (6/12) Installing patch (2.7.6-r6) [2021-05-04T08:32:39.214Z] (7/12) Installing build-base (0.5-r2) [2021-05-04T08:32:39.214Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-04T08:32:39.214Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-04T08:32:39.214Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-04T08:32:39.214Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-04T08:32:39.480Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-04T08:32:39.480Z] Executing busybox-1.32.1-r6.trigger [2021-05-04T08:32:39.480Z] OK: 219 MiB in 52 packages [2021-05-04T08:32:43.724Z] Removing intermediate container d069ccf73f70 [2021-05-04T08:32:43.724Z] ---> 7efc48bf7ddb [2021-05-04T08:32:43.724Z] Step 4/6 : WORKDIR /edgex-go [2021-05-04T08:32:43.988Z] ---> Running in a17838151334 [2021-05-04T08:32:44.256Z] Removing intermediate container a17838151334 [2021-05-04T08:32:44.256Z] ---> 8c60c33f0163 [2021-05-04T08:32:44.256Z] Step 5/6 : COPY go.mod . [2021-05-04T08:32:44.256Z] ---> 63c488c2904e [2021-05-04T08:32:44.256Z] Step 6/6 : RUN go mod download [2021-05-04T08:32:44.523Z] ---> Running in 9c68d3c3c682 [2021-05-04T08:33:06.649Z] Removing intermediate container 9c68d3c3c682 [2021-05-04T08:33:06.649Z] ---> bb7a5c68f4ab [2021-05-04T08:33:06.921Z] Successfully built bb7a5c68f4ab [2021-05-04T08:33:06.921Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:33:07.253Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-04T08:33:07.253Z] . [Pipeline] withDockerContainer [2021-05-04T08:33:07.370Z] prd-centos7-docker-4c-2g-2897 does not seem to be running inside a container [2021-05-04T08:33:07.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-x86_64 cat [2021-05-04T08:33:08.334Z] $ docker top 31cf1685d2c5b2b127e0b9e80c8d6fafafe9ef9e2abaa045e6411d78a4703a8d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:33:08.776Z] + go version [2021-05-04T08:33:08.776Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-04T08:33:08.793Z] $ docker stop --time=1 31cf1685d2c5b2b127e0b9e80c8d6fafafe9ef9e2abaa045e6411d78a4703a8d [2021-05-04T08:33:10.168Z] $ docker rm -f 31cf1685d2c5b2b127e0b9e80c8d6fafafe9ef9e2abaa045e6411d78a4703a8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:33:10.674Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-04T08:33:10.674Z] . [Pipeline] withDockerContainer [2021-05-04T08:33:10.785Z] prd-centos7-docker-4c-2g-2897 does not seem to be running inside a container [2021-05-04T08:33:10.844Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-x86_64 cat [2021-05-04T08:33:12.056Z] $ docker top 9b1ce8b014a21cd98cad974346455d9e727afb0071feb0870b3c4d3b46132816 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-04T08:33:12.171Z] ========================================================= [2021-05-04T08:33:12.172Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-04T08:33:12.172Z] ========================================================= [Pipeline] sh [2021-05-04T08:33:12.474Z] + go mod tidy [Pipeline] sh [2021-05-04T08:33:13.737Z] + make test [2021-05-04T08:33:13.737Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-04T08:33:23.892Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-04T08:33:50.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-04T08:34:00.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-04T08:34:00.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-04T08:34:00.965Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-04T08:34:01.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-04T08:34:03.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-04T08:34:03.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-04T08:34:03.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-04T08:34:04.439Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-04T08:34:05.410Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-04T08:34:08.897Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-04T08:34:08.897Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-04T08:34:08.897Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-04T08:34:11.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 45.9% of statements [2021-05-04T08:34:11.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-04T08:34:11.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-04T08:34:11.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-04T08:34:11.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-04T08:34:11.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-04T08:34:11.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-04T08:34:11.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.081s coverage: 19.8% of statements [2021-05-04T08:34:11.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.166s coverage: 100.0% of statements [2021-05-04T08:34:14.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.305s coverage: 27.1% of statements [2021-05-04T08:34:14.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-04T08:34:14.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-04T08:34:14.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-04T08:34:14.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-04T08:34:14.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-04T08:34:14.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-04T08:34:14.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements [2021-05-04T08:34:14.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-04T08:34:14.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-05-04T08:34:14.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-04T08:34:14.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-04T08:34:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.110s coverage: 71.3% of statements [2021-05-04T08:34:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-04T08:34:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-04T08:34:15.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.171s coverage: 87.7% of statements [2021-05-04T08:34:15.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-04T08:34:15.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:34:15.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements [2021-05-04T08:34:15.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-04T08:34:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-04T08:34:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-04T08:34:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-04T08:34:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.166s coverage: 86.7% of statements [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-04T08:34:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-04T08:34:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-04T08:34:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-04T08:34:21.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.478s coverage: 95.1% of statements [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-04T08:34:21.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-04T08:34:21.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-04T08:34:21.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.100s coverage: 0.9% of statements [2021-05-04T08:34:21.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-04T08:34:21.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.071s coverage: 22.6% of statements [2021-05-04T08:34:21.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-04T08:34:21.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.119s coverage: 47.1% of statements [2021-05-04T08:34:21.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.104s coverage: 79.5% of statements [2021-05-04T08:34:22.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2021-05-04T08:34:22.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements [2021-05-04T08:34:22.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-05-04T08:34:35.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-05-04T08:34:35.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements [2021-05-04T08:34:37.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.282s coverage: 81.8% of statements [2021-05-04T08:34:37.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-04T08:34:39.445Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2902 in /w/workspace/edgexfoundry_edgex-go_PR-3405 [Pipeline] { [Pipeline] ws [2021-05-04T08:34:39.472Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-05-04T08:34:45.757Z] using credential edgex-jenkins-ssh [2021-05-04T08:34:45.776Z] Cloning the remote Git repository [2021-05-04T08:34:45.828Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.148s coverage: 92.9% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 77.8% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.102s coverage: 80.8% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.6% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.129s coverage: 91.6% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.270s coverage: 64.4% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 91.3% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.457s coverage: 69.0% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.207s coverage: 40.5% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2021-05-04T08:34:46.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.206s coverage: 47.0% of statements [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-04T08:34:46.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-04T08:34:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-04T08:34:46.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-05-04T08:34:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-04T08:34:46.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-05-04T08:34:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-04T08:34:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-04T08:34:46.024Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements [2021-05-04T08:34:46.024Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-04T08:34:45.988Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-05-04T08:34:46.150Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:34:46.151Z] > git --version # timeout=10 [2021-05-04T08:34:46.228Z] > git --version # 'git version 2.17.1' [2021-05-04T08:34:46.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:34:46.329Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:34:48.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.178s coverage: 92.6% of statements [2021-05-04T08:34:48.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-04T08:34:48.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:34:48.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-04T08:34:49.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.836s coverage: 28.7% of statements [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-04T08:34:49.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-04T08:34:49.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-04T08:34:49.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.086s coverage: 64.6% of statements [2021-05-04T08:34:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-04T08:34:50.467Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.190s coverage: 97.6% of statements [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-04T08:34:50.467Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-04T08:34:50.467Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-04T08:34:50.467Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-04T08:34:50.467Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-05-04T08:34:50.467Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 28.1% of statements [2021-05-04T08:34:50.467Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-04T08:34:51.065Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-05-04T08:34:51.379Z] GO111MODULE=on go vet ./... [2021-05-04T08:35:08.253Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:35:08.279Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:35:08.312Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:35:08.352Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:35:08.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:35:08.368Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3405/head:refs/remotes/origin/PR-3405 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-04T08:35:09.102Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit d72be56757af4da853b0bfe6193b102efb83a4ef [2021-05-04T08:35:09.912Z] Merge succeeded, producing c6a9bfc2e595c0fc0b7824649ab761e1195992a9 [2021-05-04T08:35:09.912Z] Checking out Revision c6a9bfc2e595c0fc0b7824649ab761e1195992a9 (PR-3405) [2021-05-04T08:35:09.125Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:35:09.137Z] > git checkout -f d72be56757af4da853b0bfe6193b102efb83a4ef # timeout=10 [2021-05-04T08:35:09.467Z] > git remote # timeout=10 [2021-05-04T08:35:09.493Z] > git config --get remote.origin.url # timeout=10 [2021-05-04T08:35:09.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:35:09.522Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-04T08:35:09.897Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-04T08:35:09.922Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:35:09.942Z] > git checkout -f c6a9bfc2e595c0fc0b7824649ab761e1195992a9 # timeout=10 [2021-05-04T08:35:14.461Z] Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" [2021-05-04T08:35:14.490Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-04T08:35:15.877Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:35:14.472Z] > git rev-list --no-walk 06d39a929dd58d245a3c25ca110c162cff250dff # timeout=10 [2021-05-04T08:35:16.298Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:35:16.647Z] + sudo service docker restart+ [2021-05-04T08:35:16.647Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-04T08:35:19.323Z] provisioning config files... [2021-05-04T08:35:19.367Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3065895426167128738tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:35:19.738Z] ---> docker-login.sh [2021-05-04T08:35:19.738Z] nexus3.edgexfoundry.org:10001 [2021-05-04T08:35:20.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:35:21.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:35:21.003Z] Configure a credential helper to remove this warning. See [2021-05-04T08:35:21.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:35:21.003Z] [2021-05-04T08:35:21.003Z] Login Succeeded [2021-05-04T08:35:21.003Z] nexus3.edgexfoundry.org:10002 [2021-05-04T08:35:21.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:35:21.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:35:21.558Z] Configure a credential helper to remove this warning. See [2021-05-04T08:35:21.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:35:21.558Z] [2021-05-04T08:35:21.558Z] Login Succeeded [2021-05-04T08:35:21.558Z] nexus3.edgexfoundry.org:10003 [2021-05-04T08:35:21.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:35:22.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:35:22.119Z] Configure a credential helper to remove this warning. See [2021-05-04T08:35:22.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:35:22.119Z] [2021-05-04T08:35:22.119Z] Login Succeeded [2021-05-04T08:35:22.119Z] nexus3.edgexfoundry.org:10004 [2021-05-04T08:35:22.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:35:22.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:35:22.668Z] Configure a credential helper to remove this warning. See [2021-05-04T08:35:22.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:35:22.668Z] [2021-05-04T08:35:22.668Z] Login Succeeded [2021-05-04T08:35:22.668Z] docker.io [2021-05-04T08:35:22.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:35:23.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:35:23.546Z] Configure a credential helper to remove this warning. See [2021-05-04T08:35:23.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:35:23.546Z] [2021-05-04T08:35:23.546Z] Login Succeeded [2021-05-04T08:35:23.546Z] ---> docker-login.sh ends [Pipeline] } [2021-05-04T08:35:23.565Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-04T08:35:23.941Z] ========================================================= [2021-05-04T08:35:23.941Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-04T08:35:23.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:35:24.293Z] + 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-04T08:35:26.937Z] Sending build context to Docker daemon 167.5MB [2021-05-04T08:35:26.937Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-04T08:35:26.937Z] Step 2/6 : FROM ${BASE} [2021-05-04T08:35:26.937Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-04T08:35:26.937Z] 595b0fe564bb: Pulling fs layer [2021-05-04T08:35:26.937Z] 7186ed65a4f7: Pulling fs layer [2021-05-04T08:35:26.937Z] 316046926c0a: Pulling fs layer [2021-05-04T08:35:26.937Z] 4ebd0625c992: Pulling fs layer [2021-05-04T08:35:26.937Z] 207e8628e3a3: Pulling fs layer [2021-05-04T08:35:26.937Z] c791037a9be2: Pulling fs layer [2021-05-04T08:35:26.937Z] ffd874e62e21: Pulling fs layer [2021-05-04T08:35:26.937Z] c791037a9be2: Waiting [2021-05-04T08:35:26.937Z] 4ebd0625c992: Waiting [2021-05-04T08:35:26.937Z] 207e8628e3a3: Waiting [2021-05-04T08:35:26.937Z] ffd874e62e21: Waiting [2021-05-04T08:35:26.937Z] 316046926c0a: Download complete [2021-05-04T08:35:26.937Z] 7186ed65a4f7: Download complete [2021-05-04T08:35:26.937Z] 207e8628e3a3: Download complete [2021-05-04T08:35:26.937Z] c791037a9be2: Download complete [2021-05-04T08:35:26.937Z] 595b0fe564bb: Verifying Checksum [2021-05-04T08:35:26.937Z] 595b0fe564bb: Download complete [2021-05-04T08:35:27.544Z] 595b0fe564bb: Pull complete [2021-05-04T08:35:28.154Z] 7186ed65a4f7: Pull complete [2021-05-04T08:35:28.755Z] 316046926c0a: Pull complete [2021-05-04T08:35:29.746Z] ffd874e62e21: Download complete [2021-05-04T08:35:30.805Z] gofmt -l . [2021-05-04T08:35:31.390Z] [ "`gofmt -l .`" = "" ] [2021-05-04T08:35:31.721Z] 4ebd0625c992: Verifying Checksum [2021-05-04T08:35:31.721Z] 4ebd0625c992: Download complete [2021-05-04T08:35:31.983Z] ./bin/test-go-mod-tidy.sh [2021-05-04T08:35:32.964Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-04T08:35:34.571Z] + ls -al . [2021-05-04T08:35:34.571Z] total 804 [2021-05-04T08:35:34.571Z] drwxrwxr-x 10 1001 1001 4096 May 4 08:35 . [2021-05-04T08:35:34.571Z] drwxr-xr-x 4 root root 28 May 4 08:33 .. [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 11 May 4 08:31 .dockerignore [2021-05-04T08:35:34.571Z] drwxrwxr-x 8 1001 1001 179 May 4 08:31 .git [2021-05-04T08:35:34.571Z] drwxrwxr-x 3 1001 1001 125 May 4 08:31 .github [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 818 May 4 08:31 .gitignore [2021-05-04T08:35:34.571Z] drwx------ 3 1001 1001 60 May 4 08:32 .semver [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 166 May 4 08:31 .sonarcloud.properties [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 8609 May 4 08:31 Attribution.txt [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 3804 May 4 08:31 CONTRIBUTING.md [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 931 May 4 08:31 Dockerfile.build [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 863 May 4 08:31 Jenkinsfile [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 10775 May 4 08:31 LICENSE [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 5774 May 4 08:31 Makefile [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 7978 May 4 08:31 README.md [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 6755 May 4 08:31 SECURITY.md [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 5 May 4 08:32 VERSION [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 4131 May 4 08:31 ZMQWindows.md [2021-05-04T08:35:34.571Z] drwxrwxr-x 2 1001 1001 117 May 4 08:31 bin [2021-05-04T08:35:34.571Z] drwxrwxr-x 14 1001 1001 4096 May 4 08:31 cmd [2021-05-04T08:35:34.571Z] -rw-r--r-- 1 root root 693878 May 4 08:34 coverage.out [2021-05-04T08:35:34.571Z] -rw-r--r-- 1 root root 1060 May 4 08:35 go.mod [2021-05-04T08:35:34.571Z] -rw-r--r-- 1 root root 22538 May 4 08:33 go.sum [2021-05-04T08:35:34.571Z] drwxrwxr-x 8 1001 1001 127 May 4 08:31 internal [2021-05-04T08:35:34.571Z] drwxrwxr-x 4 1001 1001 26 May 4 08:31 openapi [2021-05-04T08:35:34.571Z] drwxrwxr-x 4 1001 1001 71 May 4 08:31 snap [2021-05-04T08:35:34.571Z] -rw-rw-r-- 1 1001 1001 168 May 4 08:31 version.go [Pipeline] sh [2021-05-04T08:35:34.898Z] + '[' -e coverage.out ] [2021-05-04T08:35:34.898Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-04T08:35:35.325Z] Stashed 1 file(s) [Pipeline] sh [2021-05-04T08:35:35.629Z] + make build [2021-05-04T08:35:35.630Z] 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-04T08:35:39.087Z] 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-04T08:35:41.868Z] 4ebd0625c992: Pull complete [2021-05-04T08:35:41.868Z] 207e8628e3a3: Pull complete [2021-05-04T08:35:42.141Z] c791037a9be2: Pull complete [2021-05-04T08:35:45.538Z] ffd874e62e21: Pull complete [2021-05-04T08:35:45.539Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-04T08:35:45.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-04T08:35:45.539Z] ---> cfc18b08335c [2021-05-04T08:35:45.539Z] 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-04T08:35:48.917Z] ---> Running in 07895a06cd37 [2021-05-04T08:35:50.347Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:35:51.320Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:35:52.301Z] (1/12) Installing libmagic (5.39-r0) [2021-05-04T08:35:52.912Z] (2/12) Installing file (5.39-r0) [2021-05-04T08:35:52.912Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-04T08:35:52.912Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-04T08:35:54.245Z] 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-04T08:35:54.245Z] 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-04T08:35:55.650Z] 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-04T08:35:55.931Z] 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-04T08:35:57.869Z] 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-04T08:35:58.312Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-04T08:35:58.312Z] (6/12) Installing patch (2.7.6-r6) [2021-05-04T08:35:58.312Z] (7/12) Installing build-base (0.5-r2) [2021-05-04T08:35:58.312Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-04T08:35:58.312Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-04T08:35:58.582Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-04T08:35:58.582Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-04T08:35:58.853Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-04T08:35:58.853Z] Executing busybox-1.32.1-r6.trigger [2021-05-04T08:35:58.853Z] OK: 218 MiB in 52 packages [2021-05-04T08:35:59.278Z] 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-04T08:36:00.706Z] 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-04T08:36:02.123Z] 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-04T08:36:03.158Z] Removing intermediate container 07895a06cd37 [2021-05-04T08:36:03.158Z] ---> 9e54e35a56ce [2021-05-04T08:36:03.158Z] Step 4/6 : WORKDIR /edgex-go [2021-05-04T08:36:03.158Z] ---> Running in c993faf2f9e3 [2021-05-04T08:36:03.433Z] Removing intermediate container c993faf2f9e3 [2021-05-04T08:36:03.433Z] ---> 1a4bb179acd3 [2021-05-04T08:36:03.433Z] Step 5/6 : COPY go.mod . [2021-05-04T08:36:03.548Z] 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-04T08:36:04.035Z] ---> 52e94efd054d [2021-05-04T08:36:04.035Z] Step 6/6 : RUN go mod download [2021-05-04T08:36:04.312Z] ---> Running in 24f2374f15e3 [2021-05-04T08:36:05.526Z] 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-04T08:36:08.913Z] $ docker stop --time=1 9b1ce8b014a21cd98cad974346455d9e727afb0071feb0870b3c4d3b46132816 [2021-05-04T08:36:10.723Z] $ docker rm -f 9b1ce8b014a21cd98cad974346455d9e727afb0071feb0870b3c4d3b46132816 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:36:12.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:36:12.398Z] [2021-05-04T08:36:12.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:36:12.735Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:36:12.735Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-04T08:36:12.735Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-04T08:36:12.735Z] ca9280d653b3: Pulling fs layer [2021-05-04T08:36:12.735Z] 7e9c9ca2126c: Pulling fs layer [2021-05-04T08:36:13.317Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-04T08:36:13.317Z] cbdbe7a5bc2a: Download complete [2021-05-04T08:36:13.593Z] ca9280d653b3: Verifying Checksum [2021-05-04T08:36:13.593Z] ca9280d653b3: Download complete [2021-05-04T08:36:13.858Z] cbdbe7a5bc2a: Pull complete [2021-05-04T08:36:15.279Z] 7e9c9ca2126c: Verifying Checksum [2021-05-04T08:36:15.279Z] 7e9c9ca2126c: Download complete [2021-05-04T08:36:15.279Z] ca9280d653b3: Pull complete [2021-05-04T08:36:21.970Z] 7e9c9ca2126c: Pull complete [2021-05-04T08:36:21.970Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-04T08:36:21.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:36:21.970Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-04T08:36:22.250Z] prd-centos7-docker-4c-2g-2897 does not seem to be running inside a container [2021-05-04T08:36:22.360Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-04T08:36:24.757Z] $ docker top 2e0ac07a04e93151dbe7e4f1848cd63fa226868d98068194135670192ed738f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:36:25.310Z] + docker-compose build --help [2021-05-04T08:36:25.311Z] + grep parallel [2021-05-04T08:36:26.725Z] --parallel Build images in parallel. [Pipeline] } [2021-05-04T08:36:26.742Z] $ docker stop --time=1 2e0ac07a04e93151dbe7e4f1848cd63fa226868d98068194135670192ed738f6 [2021-05-04T08:36:28.183Z] $ docker rm -f 2e0ac07a04e93151dbe7e4f1848cd63fa226868d98068194135670192ed738f6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:36:28.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:36:28.684Z] . [Pipeline] withDockerContainer [2021-05-04T08:36:28.825Z] prd-centos7-docker-4c-2g-2897 does not seem to be running inside a container [2021-05-04T08:36:28.905Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-04T08:36:29.618Z] $ docker top ac5d9c5c64cb36420e3228efdfd2bb12e415623c76bded04c22796a9357c5cff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:36:30.252Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-04T08:36:31.110Z] Removing intermediate container 24f2374f15e3 [2021-05-04T08:36:31.110Z] ---> 9df9cf812052 [2021-05-04T08:36:31.312Z] Building docker-core-command-go ... [2021-05-04T08:36:31.312Z] Building docker-core-data-go ... [2021-05-04T08:36:31.312Z] Building docker-core-metadata-go ... [2021-05-04T08:36:31.312Z] Building docker-security-bootstrapper-go ... [2021-05-04T08:36:31.312Z] Building docker-security-proxy-setup-go ... [2021-05-04T08:36:31.312Z] Building docker-security-secretstore-setup-go ... [2021-05-04T08:36:31.312Z] Building docker-support-notifications-go ... [2021-05-04T08:36:31.312Z] Building docker-support-scheduler-go ... [2021-05-04T08:36:31.312Z] Building docker-sys-mgmt-agent-go ... [2021-05-04T08:36:31.312Z] Building docker-core-data-go [2021-05-04T08:36:31.312Z] Building docker-security-bootstrapper-go [2021-05-04T08:36:31.312Z] Building docker-support-notifications-go [2021-05-04T08:36:31.312Z] Building docker-security-proxy-setup-go [2021-05-04T08:36:31.312Z] Building docker-support-scheduler-go [2021-05-04T08:36:31.381Z] Successfully built 9df9cf812052 [2021-05-04T08:36:31.381Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:36:31.729Z] + docker inspect -f . ci-base-image-arm64 [2021-05-04T08:36:31.729Z] . [Pipeline] withDockerContainer [2021-05-04T08:36:31.976Z] prd-ubuntu18.04-docker-arm64-4c-16g-2902 does not seem to be running inside a container [2021-05-04T08:36:32.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-04T08:36:33.445Z] $ docker top 28f7233a24b7ffe642fabe86a1f4e3e1d7971cd9c326d39bf1f9e8381a93dcf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:36:34.426Z] + go version [2021-05-04T08:36:34.426Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-04T08:36:34.455Z] $ docker stop --time=1 28f7233a24b7ffe642fabe86a1f4e3e1d7971cd9c326d39bf1f9e8381a93dcf1 [2021-05-04T08:36:36.279Z] $ docker rm -f 28f7233a24b7ffe642fabe86a1f4e3e1d7971cd9c326d39bf1f9e8381a93dcf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:36:36.928Z] + docker inspect -f . ci-base-image-arm64 [2021-05-04T08:36:36.928Z] . [Pipeline] withDockerContainer [2021-05-04T08:36:37.147Z] prd-ubuntu18.04-docker-arm64-4c-16g-2902 does not seem to be running inside a container [2021-05-04T08:36:37.232Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-04T08:36:38.591Z] $ docker top 39d2d82349559d67431d8bdfa195d8d700fe88572f36e46227e0138a1eb2e417 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-04T08:36:38.876Z] ========================================================= [2021-05-04T08:36:38.876Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-04T08:36:38.876Z] ========================================================= [Pipeline] sh [2021-05-04T08:36:39.528Z] + go mod tidy [Pipeline] sh [2021-05-04T08:36:41.190Z] + make test [2021-05-04T08:36:41.190Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-04T08:37:08.080Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-04T08:37:10.378Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:37:10.379Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:37:10.379Z] ---> bb7a5c68f4ab [2021-05-04T08:37:10.379Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:37:10.379Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:37:10.379Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:37:10.379Z] ---> bb7a5c68f4ab [2021-05-04T08:37:10.379Z] Step 3/21 : WORKDIR /edgex-go [2021-05-04T08:37:10.379Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:37:10.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:37:10.379Z] ---> bb7a5c68f4ab [2021-05-04T08:37:10.379Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:37:10.379Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:37:10.379Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:37:10.379Z] ---> bb7a5c68f4ab [2021-05-04T08:37:10.379Z] Step 3/31 : WORKDIR /edgex-go [2021-05-04T08:37:10.645Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:37:10.645Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:37:10.645Z] ---> bb7a5c68f4ab [2021-05-04T08:37:10.645Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:37:11.266Z] ---> Running in f9ecea3e2099 [2021-05-04T08:37:11.266Z] ---> Running in 596ce3459089 [2021-05-04T08:37:11.266Z] ---> Running in d0bdb601ab7c [2021-05-04T08:37:11.266Z] ---> Running in 5a34e43e2306 [2021-05-04T08:37:11.266Z] ---> Running in 6f2d017ffd76 [2021-05-04T08:37:11.864Z] Removing intermediate container d0bdb601ab7c [2021-05-04T08:37:11.864Z] ---> 5ade54c78a14 [2021-05-04T08:37:11.864Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:37:11.864Z] Removing intermediate container f9ecea3e2099 [2021-05-04T08:37:11.864Z] ---> 49a7e9856bcd [2021-05-04T08:37:11.864Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:37:11.864Z] Removing intermediate container 5a34e43e2306 [2021-05-04T08:37:11.864Z] ---> 604bde71087d [2021-05-04T08:37:11.864Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:37:11.864Z] Removing intermediate container 596ce3459089 [2021-05-04T08:37:11.864Z] ---> b0a039340ae1 [2021-05-04T08:37:11.864Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:37:11.864Z] Removing intermediate container 6f2d017ffd76 [2021-05-04T08:37:11.864Z] ---> 41edd3ef4a8b [2021-05-04T08:37:11.864Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:37:12.126Z] ---> Running in 07d990307d1e [2021-05-04T08:37:12.126Z] ---> Running in ea6f9f59fb77 [2021-05-04T08:37:12.126Z] ---> Running in 3f80a22715aa [2021-05-04T08:37:12.704Z] ---> Running in e4e6b69c3422 [2021-05-04T08:37:12.704Z] ---> Running in 59d2797c3236 [2021-05-04T08:37:15.325Z] Removing intermediate container ea6f9f59fb77 [2021-05-04T08:37:15.325Z] ---> 622740a337e0 [2021-05-04T08:37:15.325Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-04T08:37:15.325Z] Removing intermediate container 07d990307d1e [2021-05-04T08:37:15.325Z] ---> 02f2c1f49a0e [2021-05-04T08:37:15.325Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-04T08:37:15.600Z] Removing intermediate container e4e6b69c3422 [2021-05-04T08:37:15.600Z] ---> 91fc486be5c7 [2021-05-04T08:37:15.600Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-04T08:37:15.600Z] ---> Running in 6b79e36fd0f4 [2021-05-04T08:37:15.600Z] ---> Running in 1b13fc97181d [2021-05-04T08:37:15.600Z] Removing intermediate container 59d2797c3236 [2021-05-04T08:37:15.600Z] ---> 66371d41c246 [2021-05-04T08:37:15.600Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-04T08:37:15.600Z] ---> Running in 2a63c675050b [2021-05-04T08:37:15.865Z] ---> Running in c6d0e2e3c315 [2021-05-04T08:37:15.865Z] Removing intermediate container 3f80a22715aa [2021-05-04T08:37:15.865Z] ---> 43a4283a67bb [2021-05-04T08:37:15.865Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-04T08:37:16.131Z] ---> Running in 10a66e6c6011 [2021-05-04T08:37:16.713Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:16.713Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:16.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:17.241Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:17.241Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:17.819Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:17.819Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:18.083Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:18.083Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:18.083Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:37:18.349Z] OK: 219 MiB in 52 packages [2021-05-04T08:37:18.622Z] OK: 219 MiB in 52 packages [2021-05-04T08:37:18.895Z] Removing intermediate container 1b13fc97181d [2021-05-04T08:37:18.895Z] ---> 1170f6e3fd2a [2021-05-04T08:37:18.895Z] Step 6/21 : COPY go.mod . [2021-05-04T08:37:18.895Z] OK: 219 MiB in 52 packages [2021-05-04T08:37:19.195Z] OK: 219 MiB in 52 packages [2021-05-04T08:37:19.195Z] Removing intermediate container c6d0e2e3c315 [2021-05-04T08:37:19.195Z] ---> 1299c1925569 [2021-05-04T08:37:19.195Z] Step 6/31 : COPY go.mod . [2021-05-04T08:37:19.195Z] OK: 219 MiB in 52 packages [2021-05-04T08:37:19.524Z] ---> 1f993b03af58 [2021-05-04T08:37:19.524Z] Step 7/21 : RUN go mod download [2021-05-04T08:37:19.788Z] ---> Running in 121cfb46b187 [2021-05-04T08:37:19.788Z] ---> e7390d8471ba [2021-05-04T08:37:19.788Z] Step 7/31 : RUN go mod download [2021-05-04T08:37:20.057Z] ---> Running in 42debe135eca [2021-05-04T08:37:20.057Z] Removing intermediate container 6b79e36fd0f4 [2021-05-04T08:37:20.057Z] ---> c7b11abb46a4 [2021-05-04T08:37:20.057Z] Step 6/22 : COPY go.mod . [2021-05-04T08:37:20.668Z] Removing intermediate container 10a66e6c6011 [2021-05-04T08:37:20.668Z] ---> 382b5086af77 [2021-05-04T08:37:20.668Z] Step 6/23 : COPY go.mod . [2021-05-04T08:37:20.668Z] ---> 9788db361532 [2021-05-04T08:37:20.668Z] Step 7/22 : RUN go mod download [2021-05-04T08:37:20.668Z] Removing intermediate container 2a63c675050b [2021-05-04T08:37:20.668Z] ---> 7e8efd506bcb [2021-05-04T08:37:20.669Z] Step 6/22 : COPY go.mod . [2021-05-04T08:37:20.935Z] ---> Running in 2480136e72c1 [2021-05-04T08:37:21.221Z] ---> 390a1e029732 [2021-05-04T08:37:21.221Z] Step 7/23 : RUN go mod download [2021-05-04T08:37:21.511Z] ---> Running in 6082bbe2e8b8 [2021-05-04T08:37:21.511Z] ---> 5c503ca06fc8 [2021-05-04T08:37:21.511Z] Step 7/22 : RUN go mod download [2021-05-04T08:37:21.511Z] ---> Running in 3e4f6a345068 [2021-05-04T08:37:23.494Z] Removing intermediate container 2480136e72c1 [2021-05-04T08:37:23.494Z] ---> 269c04b5d758 [2021-05-04T08:37:23.494Z] Step 8/22 : COPY . . [2021-05-04T08:37:23.494Z] Removing intermediate container 121cfb46b187 [2021-05-04T08:37:23.494Z] ---> 7f1950bea2ce [2021-05-04T08:37:23.494Z] Step 8/21 : COPY . . [2021-05-04T08:37:23.494Z] Removing intermediate container 42debe135eca [2021-05-04T08:37:23.494Z] ---> 550d05409775 [2021-05-04T08:37:23.494Z] Step 8/31 : COPY . . [2021-05-04T08:37:23.494Z] Removing intermediate container 6082bbe2e8b8 [2021-05-04T08:37:23.494Z] ---> 8b1a109be8ce [2021-05-04T08:37:23.494Z] Step 8/23 : COPY . . [2021-05-04T08:37:23.494Z] Removing intermediate container 3e4f6a345068 [2021-05-04T08:37:23.494Z] ---> 41dcac31aa5b [2021-05-04T08:37:23.494Z] Step 8/22 : COPY . . [2021-05-04T08:38:10.797Z] ---> 7d95797d76d9 [2021-05-04T08:38:10.797Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-04T08:38:10.797Z] ---> db2c9fc87325 [2021-05-04T08:38:10.797Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-04T08:38:10.797Z] ---> 27d02a5147b1 [2021-05-04T08:38:10.797Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-04T08:38:10.797Z] ---> 8c20438a6ca5 [2021-05-04T08:38:10.797Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-04T08:38:10.797Z] ---> 8f8e317fe567 [2021-05-04T08:38:10.797Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-04T08:38:10.797Z] ---> Running in 2c3cc26ce73b [2021-05-04T08:38:10.797Z] ---> Running in 11cf49816598 [2021-05-04T08:38:10.797Z] ---> Running in 0207d41404fc [2021-05-04T08:38:10.797Z] ---> Running in 1be1138a3dcc [2021-05-04T08:38:10.797Z] ---> Running in 524dd540d138 [2021-05-04T08:38:10.797Z] 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-04T08:38:10.797Z] 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-04T08:38:10.797Z] 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-04T08:38:10.797Z] 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-04T08:38:10.797Z] 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-04T08:38:16.544Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-04T08:38:20.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-04T08:38:31.111Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-04T08:38:31.111Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-04T08:38:35.468Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-04T08:38:35.468Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-04T08:38:35.468Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-04T08:38:35.468Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-04T08:38:39.854Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-04T08:38:40.855Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-04T08:38:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-04T08:38:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-04T08:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-04T08:38:56.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.518s coverage: 45.9% of statements [2021-05-04T08:38:56.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-04T08:38:56.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-04T08:38:56.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-04T08:38:56.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-04T08:38:56.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-04T08:38:56.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-04T08:38:56.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.127s coverage: 19.8% of statements [2021-05-04T08:38:56.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.284s coverage: 100.0% of statements [2021-05-04T08:38:58.017Z] 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-04T08:39:01.216Z] Removing intermediate container 524dd540d138 [2021-05-04T08:39:01.216Z] ---> e472d95220a7 [2021-05-04T08:39:01.216Z] [2021-05-04T08:39:01.216Z] Step 10/31 : FROM alpine:3.12 [2021-05-04T08:39:01.216Z] 3.12: Pulling from library/alpine [2021-05-04T08:39:02.259Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T08:39:02.259Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T08:39:02.259Z] ---> 13621d1b12d4 [2021-05-04T08:39:02.259Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-04T08:39:02.536Z] ---> Running in e625869fc9f4 [2021-05-04T08:39:03.191Z] Removing intermediate container e625869fc9f4 [2021-05-04T08:39:03.191Z] ---> b37b4fd8f916 [2021-05-04T08:39:03.191Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-04T08:39:04.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.1% of statements [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-04T08:39:04.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.178s coverage: 100.0% of statements [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-04T08:39:04.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.156s coverage: 100.0% of statements [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-04T08:39:04.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 71.3% of statements [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-04T08:39:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-04T08:39:05.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.522s coverage: 87.7% of statements [2021-05-04T08:39:05.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-04T08:39:05.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:39:05.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements [2021-05-04T08:39:05.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-04T08:39:07.487Z] ---> Running in 63a4f40c05f2 [2021-05-04T08:39:09.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:09.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:09.141Z] Removing intermediate container 1be1138a3dcc [2021-05-04T08:39:09.141Z] ---> e55f7ee1dfe6 [2021-05-04T08:39:09.141Z] [2021-05-04T08:39:09.141Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:39:09.141Z] ---> 13621d1b12d4 [2021-05-04T08:39:09.141Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-04T08:39:09.141Z] Removing intermediate container 0207d41404fc [2021-05-04T08:39:09.141Z] ---> 7705e0d66e09 [2021-05-04T08:39:09.141Z] [2021-05-04T08:39:09.141Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:39:09.141Z] ---> 13621d1b12d4 [2021-05-04T08:39:09.404Z] Step 11/22 : RUN apk add --update --no-cache dumb-init(1/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:39:09.404Z] [2021-05-04T08:39:09.404Z] (2/2) Installing su-exec (0.2-r1) [2021-05-04T08:39:09.404Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:39:09.404Z] OK: 6 MiB in 16 packages [2021-05-04T08:39:09.404Z] Removing intermediate container 11cf49816598 [2021-05-04T08:39:09.404Z] ---> 9cb6332a208c [2021-05-04T08:39:09.404Z] [2021-05-04T08:39:09.404Z] Step 10/21 : FROM alpine:3.12 [2021-05-04T08:39:09.404Z] ---> 13621d1b12d4 [2021-05-04T08:39:09.404Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-04T08:39:09.694Z] ---> Running in 425c40cef2ca [2021-05-04T08:39:09.694Z] ---> Running in f9d3d2d8674b [2021-05-04T08:39:09.963Z] ---> Running in 0ee9d03f6cd6 [2021-05-04T08:39:11.455Z] Removing intermediate container 63a4f40c05f2 [2021-05-04T08:39:11.455Z] ---> 432673f073a9 [2021-05-04T08:39:11.455Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-04T08:39:11.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:11.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:11.719Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T08:39:11.719Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:39:11.719Z] OK: 6 MiB in 15 packages [2021-05-04T08:39:12.315Z] ---> Running in 735cadc5477a [2021-05-04T08:39:12.592Z] Removing intermediate container 2c3cc26ce73b [2021-05-04T08:39:12.592Z] ---> 3273a17372f9 [2021-05-04T08:39:12.592Z] [2021-05-04T08:39:12.592Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:39:12.592Z] ---> 13621d1b12d4 [2021-05-04T08:39:12.592Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-04T08:39:12.866Z] ---> Running in b8c3507ce81e [2021-05-04T08:39:12.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:12.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:12.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:12.866Z] Removing intermediate container 735cadc5477a [2021-05-04T08:39:12.866Z] ---> 9e789034a8a7 [2021-05-04T08:39:12.866Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-04T08:39:12.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:12.866Z] Removing intermediate container 425c40cef2ca [2021-05-04T08:39:12.866Z] ---> 1b403e340000 [2021-05-04T08:39:12.866Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:39:12.866Z] ---> Running in 0d391dfaaadc [2021-05-04T08:39:13.648Z] ---> Running in 61d37b1bb1f1 [2021-05-04T08:39:13.648Z] Removing intermediate container b8c3507ce81e [2021-05-04T08:39:13.648Z] ---> 2ed5ad630c71 [2021-05-04T08:39:13.648Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-04T08:39:13.648Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-04T08:39:13.648Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-04T08:39:13.649Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:39:13.649Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:39:13.913Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:39:13.913Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-04T08:39:13.913Z] (4/4) Installing curl (7.76.1-r0) [2021-05-04T08:39:13.913Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:39:13.913Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:39:13.913Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:39:13.913Z] OK: 7 MiB in 18 packages [2021-05-04T08:39:13.913Z] OK: 6 MiB in 16 packages [2021-05-04T08:39:14.177Z] ---> Running in ea4819643185 [2021-05-04T08:39:15.577Z] Removing intermediate container 0d391dfaaadc [2021-05-04T08:39:15.577Z] ---> 9324fd188ccb [2021-05-04T08:39:15.577Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-04T08:39:15.577Z] Removing intermediate container 61d37b1bb1f1 [2021-05-04T08:39:15.577Z] ---> 32f0fee8ead3 [2021-05-04T08:39:15.577Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-04T08:39:15.845Z] ---> Running in 906cd5f21428 [2021-05-04T08:39:15.845Z] Removing intermediate container ea4819643185 [2021-05-04T08:39:15.845Z] ---> e11196b1ad1f [2021-05-04T08:39:15.845Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-04T08:39:15.845Z] ---> Running in af9f5d0da930 [2021-05-04T08:39:16.424Z] ---> Running in 6bb0241f0226 [2021-05-04T08:39:17.011Z] Removing intermediate container af9f5d0da930 [2021-05-04T08:39:17.011Z] ---> 62bde81e4580 [2021-05-04T08:39:17.011Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:39:17.011Z] Removing intermediate container 0ee9d03f6cd6 [2021-05-04T08:39:17.011Z] ---> 19c2829be3a9 [2021-05-04T08:39:17.011Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:39:17.011Z] Removing intermediate container f9d3d2d8674b [2021-05-04T08:39:17.011Z] ---> 78c2b5859848 [2021-05-04T08:39:17.011Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:39:17.309Z] Removing intermediate container 6bb0241f0226 [2021-05-04T08:39:17.309Z] ---> 2525d08db593 [2021-05-04T08:39:17.309Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:39:17.309Z] ---> Running in f45abda17ea8 [2021-05-04T08:39:17.309Z] ---> Running in 5b576dee8f22 [2021-05-04T08:39:17.309Z] ---> Running in b58861a1e9ba [2021-05-04T08:39:17.309Z] ---> Running in fb784fac8b9c [2021-05-04T08:39:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.308s coverage: 28.6% of statements [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-04T08:39:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.243s coverage: 100.0% of statements [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-04T08:39:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.172s coverage: 100.0% of statements [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-04T08:39:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.458s coverage: 86.7% of statements [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-04T08:39:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.438s coverage: 97.5% of statements [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-04T08:39:17.572Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.216s coverage: 78.3% of statements [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-04T08:39:17.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-04T08:39:17.902Z] Removing intermediate container 5b576dee8f22 [2021-05-04T08:39:17.902Z] ---> bef4549603e4 [2021-05-04T08:39:17.902Z] Step 13/21 : WORKDIR /edgex [2021-05-04T08:39:17.902Z] Removing intermediate container f45abda17ea8 [2021-05-04T08:39:17.902Z] ---> 61df0b920dac [2021-05-04T08:39:17.902Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:39:17.902Z] Removing intermediate container b58861a1e9ba [2021-05-04T08:39:17.902Z] ---> b52411629c81 [2021-05-04T08:39:17.902Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-04T08:39:17.902Z] ---> Running in 0fd8ed4c4ba4 [2021-05-04T08:39:18.169Z] ---> Running in 45919cc9b345 [2021-05-04T08:39:18.169Z] Removing intermediate container 906cd5f21428 [2021-05-04T08:39:18.169Z] ---> 38b1abf3d764 [2021-05-04T08:39:18.169Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-04T08:39:18.169Z] ---> Running in 8b9fd01a8949 [2021-05-04T08:39:18.448Z] Removing intermediate container 0fd8ed4c4ba4 [2021-05-04T08:39:18.448Z] ---> a72f45ef6763 [2021-05-04T08:39:18.448Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-04T08:39:18.448Z] ---> 4689026cb92e [2021-05-04T08:39:18.448Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-04T08:39:18.448Z] Removing intermediate container 45919cc9b345 [2021-05-04T08:39:18.448Z] ---> 5c695f2b2b5f [2021-05-04T08:39:18.448Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:39:18.448Z] Removing intermediate container 8b9fd01a8949 [2021-05-04T08:39:18.448Z] ---> f4177f491c3a [2021-05-04T08:39:18.448Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-04T08:39:18.448Z] ---> Running in c3acb5f7fafa [2021-05-04T08:39:19.069Z] ---> 2289661b964c [2021-05-04T08:39:19.069Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-04T08:39:19.069Z] Removing intermediate container c3acb5f7fafa [2021-05-04T08:39:19.069Z] ---> 09eee1fa1cc6 [2021-05-04T08:39:19.069Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:39:19.069Z] ---> ddb4675b4134 [2021-05-04T08:39:19.069Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-04T08:39:19.671Z] ---> Running in 2710000419ae [2021-05-04T08:39:19.671Z] Removing intermediate container fb784fac8b9c [2021-05-04T08:39:19.671Z] ---> b8d056af2191 [2021-05-04T08:39:19.671Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-04T08:39:19.671Z] ---> 981d5b5a378b [2021-05-04T08:39:19.671Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-04T08:39:19.671Z] ---> Running in a42577cbbf45 [2021-05-04T08:39:19.940Z] ---> 288755ef240f [2021-05-04T08:39:19.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-04T08:39:19.940Z] ---> 23b28feed743 [2021-05-04T08:39:19.940Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-04T08:39:20.227Z] ---> 76ded5f6c813 [2021-05-04T08:39:20.227Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-04T08:39:20.499Z] ---> Running in a6f96bb528f3 [2021-05-04T08:39:20.768Z] ---> 8e930b897ba7 [2021-05-04T08:39:20.768Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-04T08:39:20.768Z] ---> c49a1863a97c [2021-05-04T08:39:20.768Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-04T08:39:20.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:20.768Z] Removing intermediate container a6f96bb528f3 [2021-05-04T08:39:20.768Z] ---> fcec09965eb3 [2021-05-04T08:39:20.768Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:39:21.058Z] ---> Running in 72b9398da244 [2021-05-04T08:39:21.058Z] ---> Running in 9d249ac84dc1 [2021-05-04T08:39:21.326Z] Removing intermediate container 72b9398da244 [2021-05-04T08:39:21.326Z] ---> a68f7e75a00b [2021-05-04T08:39:21.326Z] Step 18/21 : CMD ["--init=true"] [2021-05-04T08:39:21.326Z] ---> c6face453b3a [2021-05-04T08:39:21.326Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-04T08:39:21.326Z] Removing intermediate container 2710000419ae [2021-05-04T08:39:21.326Z] ---> 1a9c9d4e7dc1 [2021-05-04T08:39:21.326Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:39:21.326Z] Removing intermediate container 9d249ac84dc1 [2021-05-04T08:39:21.326Z] ---> faed74c8fee9 [2021-05-04T08:39:21.326Z] Step 20/22 : LABEL arch=x86_64 [2021-05-04T08:39:21.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:39:21.593Z] ---> Running in e7bdd2903c47 [2021-05-04T08:39:21.593Z] ---> Running in 9105db67178b [2021-05-04T08:39:21.593Z] ---> Running in 54dca0d97b31 [2021-05-04T08:39:21.861Z] Removing intermediate container e7bdd2903c47 [2021-05-04T08:39:21.861Z] ---> cd4a749a308c [2021-05-04T08:39:21.861Z] Step 19/21 : LABEL arch=x86_64 [2021-05-04T08:39:21.861Z] ---> 84b2a6235535 [2021-05-04T08:39:21.861Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-04T08:39:21.861Z] Removing intermediate container 9105db67178b [2021-05-04T08:39:21.861Z] ---> 919506fa4fed [2021-05-04T08:39:21.861Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:39:21.861Z] Removing intermediate container 54dca0d97b31 [2021-05-04T08:39:21.861Z] ---> 8edd27011c9b [2021-05-04T08:39:21.861Z] Step 21/22 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:39:21.861Z] ---> Running in 192ec01c7620 [2021-05-04T08:39:21.861Z] ---> Running in 155137516fac [2021-05-04T08:39:21.861Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:39:22.128Z] ---> Running in 14dd6e28cec0 [2021-05-04T08:39:22.128Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-04T08:39:22.128Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-04T08:39:22.128Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-04T08:39:22.709Z] Removing intermediate container 192ec01c7620 [2021-05-04T08:39:22.709Z] ---> 195feab24583 [2021-05-04T08:39:22.709Z] Step 20/21 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:39:22.709Z] Removing intermediate container 14dd6e28cec0 [2021-05-04T08:39:22.709Z] ---> 2f109b5746d0 [2021-05-04T08:39:22.709Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:39:22.709Z] Removing intermediate container 155137516fac [2021-05-04T08:39:22.709Z] ---> e49ff3a1d667 [2021-05-04T08:39:22.709Z] Step 20/22 : LABEL arch=x86_64 [2021-05-04T08:39:22.979Z] ---> 65bc280cd257 [2021-05-04T08:39:22.979Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-04T08:39:22.979Z] ---> Running in ffa5f115676a [2021-05-04T08:39:22.979Z] ---> Running in 0a8698048406 [2021-05-04T08:39:22.979Z] ---> Running in a349e76d8a25 [2021-05-04T08:39:23.263Z] Removing intermediate container ffa5f115676a [2021-05-04T08:39:23.263Z] ---> 8579f81ad5f2 [2021-05-04T08:39:23.263Z] Step 21/21 : LABEL version=0.0.0 [2021-05-04T08:39:23.263Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-04T08:39:23.263Z] Removing intermediate container 0a8698048406 [2021-05-04T08:39:23.263Z] ---> 94c241dabeee [2021-05-04T08:39:23.263Z] [2021-05-04T08:39:23.263Z] ---> Running in 370023474bf1 [2021-05-04T08:39:23.263Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-04T08:39:23.263Z] Removing intermediate container a349e76d8a25 [2021-05-04T08:39:23.263Z] ---> 86214dce29ff [2021-05-04T08:39:23.263Z] Step 21/22 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:39:23.536Z] ---> f6a0ab4ae750 [2021-05-04T08:39:23.536Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-04T08:39:23.536Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:39:23.536Z] OK: 8 MiB in 20 packages [2021-05-04T08:39:23.536Z] ---> Running in f14017c0b64b [2021-05-04T08:39:23.815Z] Removing intermediate container 370023474bf1 [2021-05-04T08:39:23.815Z] ---> be4204383854 [2021-05-04T08:39:23.815Z] [2021-05-04T08:39:23.815Z] Successfully built 94c241dabeee [2021-05-04T08:39:24.114Z] Successfully built be4204383854 [2021-05-04T08:39:24.114Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-04T08:39:24.114Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-04T08:39:24.114Z] ---> 185a5230b03b [2021-05-04T08:39:24.380Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-04T08:39:24.380Z] Removing intermediate container f14017c0b64b [2021-05-04T08:39:24.380Z] ---> 0b8533244b60 [2021-05-04T08:39:24.380Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:39:24.380Z] Building docker-sys-mgmt-agent-go [2021-05-04T08:39:24.380Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-05-04T08:39:24.380Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 5e4395677715 [2021-05-04T08:39:24.666Z] Removing intermediate container a42577cbbf45 [2021-05-04T08:39:24.666Z] ---> ea26a22e982a [2021-05-04T08:39:24.666Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:39:24.944Z] ---> ce33b995b3e9 [2021-05-04T08:39:24.944Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-04T08:39:24.944Z] Removing intermediate container 5e4395677715 [2021-05-04T08:39:24.944Z] ---> 4e4cf3e19d5b [2021-05-04T08:39:24.944Z] [2021-05-04T08:39:24.944Z] ---> Running in 0c90373db4d3 [2021-05-04T08:39:25.232Z] Successfully built 4e4cf3e19d5b [2021-05-04T08:39:25.232Z] Successfully tagged docker-support-notifications-go:latest [2021-05-04T08:39:25.232Z] Building docker-core-metadata-go [2021-05-04T08:39:25.507Z]  Building docker-support-notifications-go ... done  ---> e2280ab45823 [2021-05-04T08:39:25.507Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-04T08:39:25.507Z] Removing intermediate container 0c90373db4d3 [2021-05-04T08:39:25.507Z] ---> 0eb4ee075700 [2021-05-04T08:39:25.507Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.469s coverage: 95.1% of statements [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.164s coverage: 58.8% of statements [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 0.9% of statements [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.156s coverage: 22.6% of statements [2021-05-04T08:39:25.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.163s coverage: 47.1% of statements [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.224s coverage: 79.5% of statements [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.129s coverage: 94.1% of statements [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.170s coverage: 96.3% of statements [2021-05-04T08:39:25.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.232s coverage: 87.5% of statements [2021-05-04T08:39:27.075Z] ---> cede59b77e17 [2021-05-04T08:39:27.075Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-04T08:39:27.394Z] ---> d878144bab28 [2021-05-04T08:39:27.394Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-04T08:39:28.837Z] ---> Running in c392b3fac1f2 [2021-05-04T08:39:29.515Z] ---> 7d33ddfe593d [2021-05-04T08:39:29.515Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-04T08:39:29.822Z] ---> Running in be6cccfad769 [2021-05-04T08:39:30.431Z] Removing intermediate container be6cccfad769 [2021-05-04T08:39:30.431Z] ---> 204116c0c519 [2021-05-04T08:39:30.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:39:30.431Z] ---> Running in 39fe3c668a37 [2021-05-04T08:39:33.081Z] Removing intermediate container 39fe3c668a37 [2021-05-04T08:39:33.081Z] ---> 384de80a28f6 [2021-05-04T08:39:33.081Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:39:33.363Z] ---> Running in cc66b28ef681 [2021-05-04T08:39:33.632Z] Removing intermediate container c392b3fac1f2 [2021-05-04T08:39:33.632Z] ---> 4c7c15f387f3 [2021-05-04T08:39:33.632Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-04T08:39:33.917Z] Removing intermediate container cc66b28ef681 [2021-05-04T08:39:33.917Z] ---> 09c66bb8d534 [2021-05-04T08:39:33.917Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:39:33.917Z] ---> Running in a6f7f6a84150 [2021-05-04T08:39:33.917Z] ---> Running in 941b3d5d0337 [2021-05-04T08:39:34.194Z] Removing intermediate container a6f7f6a84150 [2021-05-04T08:39:34.194Z] ---> de9dc9397b7e [2021-05-04T08:39:34.194Z] Step 28/31 : CMD ["gate"] [2021-05-04T08:39:34.910Z] Removing intermediate container 941b3d5d0337 [2021-05-04T08:39:34.910Z] ---> 6cdcea380237 [2021-05-04T08:39:34.910Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:39:35.908Z] ---> Running in 271b36fc3a8c [2021-05-04T08:39:35.908Z] ---> Running in 55c38ca55e23 [2021-05-04T08:39:36.885Z] Removing intermediate container 271b36fc3a8c [2021-05-04T08:39:36.885Z] ---> 32d5dd9a387e [2021-05-04T08:39:36.885Z] Step 29/31 : LABEL arch=x86_64 [2021-05-04T08:39:36.885Z] Removing intermediate container 55c38ca55e23 [2021-05-04T08:39:36.885Z] ---> 171c6603fe98 [2021-05-04T08:39:36.885Z] [2021-05-04T08:39:36.885Z] ---> Running in 6bb338f69e75 [2021-05-04T08:39:37.476Z] Successfully built 171c6603fe98 [2021-05-04T08:39:37.476Z] Successfully tagged docker-core-data-go:latest [2021-05-04T08:39:37.476Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-05-04T08:39:37.476Z] Removing intermediate container 6bb338f69e75 [2021-05-04T08:39:37.476Z] ---> 868860d9c0a0 [2021-05-04T08:39:37.476Z] Step 30/31 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:39:37.740Z] ---> Running in 207f00dd1328 [2021-05-04T08:39:38.011Z] Removing intermediate container 207f00dd1328 [2021-05-04T08:39:38.011Z] ---> cc2a0d477c39 [2021-05-04T08:39:38.011Z] Step 31/31 : LABEL version=0.0.0 [2021-05-04T08:39:38.281Z] ---> Running in 074a41fde9c7 [2021-05-04T08:39:38.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements [2021-05-04T08:39:38.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements [2021-05-04T08:39:39.249Z] Removing intermediate container 074a41fde9c7 [2021-05-04T08:39:39.249Z] ---> 962bbdacf768 [2021-05-04T08:39:39.249Z] [2021-05-04T08:39:39.249Z] Successfully built 962bbdacf768 [2021-05-04T08:39:39.536Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-04T08:39:44.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.535s coverage: 81.8% of statements [2021-05-04T08:39:44.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.227s coverage: 92.9% of statements [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.134s coverage: 100.0% of statements [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.143s coverage: 80.8% of statements [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.240s coverage: 87.2% of statements [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 84.6% of statements [2021-05-04T08:39:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.262s coverage: 91.6% of statements [2021-05-04T08:39:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-04T08:39:52.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.759s coverage: 64.4% of statements [2021-05-04T08:39:52.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-04T08:39:52.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-04T08:39:52.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements [2021-05-04T08:39:52.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-05-04T08:39:52.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-05-04T08:39:52.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-05-04T08:39:53.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-05-04T08:39:58.171Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:39:58.171Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:39:58.171Z] ---> bb7a5c68f4ab [2021-05-04T08:39:58.171Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 41edd3ef4a8b [2021-05-04T08:39:58.171Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 66371d41c246 [2021-05-04T08:39:58.171Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 1299c1925569 [2021-05-04T08:39:58.171Z] Step 6/23 : COPY go.mod . [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> e7390d8471ba [2021-05-04T08:39:58.171Z] Step 7/23 : RUN go mod download [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 550d05409775 [2021-05-04T08:39:58.171Z] Step 8/23 : COPY . . [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 8f8e317fe567 [2021-05-04T08:39:58.171Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-04T08:39:58.171Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:39:58.171Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:39:58.171Z] ---> bb7a5c68f4ab [2021-05-04T08:39:58.171Z] Step 3/24 : WORKDIR /edgex-go [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 41edd3ef4a8b [2021-05-04T08:39:58.171Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 66371d41c246 [2021-05-04T08:39:58.171Z] Step 5/24 : RUN apk add --update --no-cache make gitStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:39:58.171Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:39:58.171Z] ---> bb7a5c68f4ab [2021-05-04T08:39:58.171Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 41edd3ef4a8b [2021-05-04T08:39:58.171Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 66371d41c246 [2021-05-04T08:39:58.171Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-04T08:39:58.171Z] [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 1299c1925569 [2021-05-04T08:39:58.171Z] Step 6/24 : COPY go.mod . [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> e7390d8471ba [2021-05-04T08:39:58.171Z] Step 7/24 : RUN go mod download [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 550d05409775 [2021-05-04T08:39:58.171Z] Step 8/24 : COPY . . [2021-05-04T08:39:58.171Z] ---> Using cache [2021-05-04T08:39:58.171Z] ---> 8f8e317fe567 [2021-05-04T08:39:58.171Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-04T08:39:58.171Z] ---> Running in 77f824c874ad [2021-05-04T08:39:58.171Z] ---> Running in debdbd12b3bc [2021-05-04T08:39:58.171Z] ---> Running in 6cf6e4a9a3d4 [2021-05-04T08:39:58.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.080s coverage: 69.0% of statements [2021-05-04T08:39:58.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-04T08:39:58.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-04T08:39:58.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-04T08:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.687s coverage: 40.5% of statements [2021-05-04T08:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-04T08:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-04T08:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.127s coverage: 89.5% of statements [2021-05-04T08:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-04T08:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements [2021-05-04T08:40:04.033Z] 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-04T08:40:04.033Z] 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-04T08:40:04.033Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:40:04.033Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:40:04.033Z] OK: 219 MiB in 52 packages [2021-05-04T08:40:06.131Z] Removing intermediate container debdbd12b3bc [2021-05-04T08:40:06.131Z] ---> 8db02fdadcff [2021-05-04T08:40:06.131Z] Step 6/23 : COPY go.mod . [2021-05-04T08:40:06.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.580s coverage: 47.0% of statements [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-04T08:40:06.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-04T08:40:06.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-04T08:40:06.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.160s coverage: 9.6% of statements [2021-05-04T08:40:06.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-04T08:40:06.482Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:40:06.482Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:40:06.482Z] ---> bb7a5c68f4ab [2021-05-04T08:40:06.482Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:40:06.482Z] ---> Using cache [2021-05-04T08:40:06.482Z] ---> 41edd3ef4a8b [2021-05-04T08:40:06.482Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:40:06.482Z] ---> Using cache [2021-05-04T08:40:06.482Z] ---> 66371d41c246 [2021-05-04T08:40:06.482Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:40:06.482Z] ---> Using cache [2021-05-04T08:40:06.482Z] ---> 1299c1925569 [2021-05-04T08:40:06.482Z] Step 6/23 : COPY go.mod . [2021-05-04T08:40:06.482Z] ---> Using cache [2021-05-04T08:40:06.482Z] ---> e7390d8471ba [2021-05-04T08:40:06.482Z] Step 7/23 : RUN go mod download [2021-05-04T08:40:06.482Z] ---> Using cache [2021-05-04T08:40:06.482Z] ---> 550d05409775 [2021-05-04T08:40:06.482Z] Step 8/23 : COPY . . [2021-05-04T08:40:06.482Z] ---> Using cache [2021-05-04T08:40:06.482Z] ---> 8f8e317fe567 [2021-05-04T08:40:06.482Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-04T08:40:06.658Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.535s coverage: 92.6% of statements [2021-05-04T08:40:06.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-04T08:40:06.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:40:06.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-04T08:40:07.455Z] ---> Running in afb994fc3af3 [2021-05-04T08:40:07.455Z] ---> da7f2ce2fd58 [2021-05-04T08:40:07.455Z] Step 7/23 : RUN go mod download [2021-05-04T08:40:07.732Z] ---> Running in b2e7d59bf722 [2021-05-04T08:40:08.716Z] 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-04T08:40:11.408Z] Removing intermediate container b2e7d59bf722 [2021-05-04T08:40:11.408Z] ---> 537a762d4c1f [2021-05-04T08:40:11.408Z] Step 8/23 : COPY . . [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.264s coverage: 28.7% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.232s coverage: 100.0% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.219s coverage: 64.6% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.359s coverage: 97.6% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-05-04T08:40:16.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.133s coverage: 28.1% of statements [2021-05-04T08:40:16.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-04T08:40:17.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-05-04T08:40:18.429Z] GO111MODULE=on go vet ./... [2021-05-04T08:40:38.348Z] 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-04T08:40:39.771Z] ---> b4275d711838 [2021-05-04T08:40:39.771Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-04T08:40:40.052Z] ---> Running in 013f28b630a4 [2021-05-04T08:40:41.056Z] 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-04T08:40:49.364Z] Removing intermediate container 6cf6e4a9a3d4 [2021-05-04T08:40:49.364Z] ---> 03f55790a2f8 [2021-05-04T08:40:49.364Z] [2021-05-04T08:40:49.364Z] Step 10/24 : FROM alpine:3.12 [2021-05-04T08:40:49.364Z] ---> 13621d1b12d4 [2021-05-04T08:40:49.364Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-04T08:40:49.364Z] Removing intermediate container afb994fc3af3 [2021-05-04T08:40:49.364Z] ---> f1d8e05f1866 [2021-05-04T08:40:49.364Z] [2021-05-04T08:40:49.364Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:40:49.364Z] ---> 13621d1b12d4 [2021-05-04T08:40:49.364Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:40:49.364Z] ---> Using cache [2021-05-04T08:40:49.364Z] ---> 1b403e340000 [2021-05-04T08:40:49.364Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:40:49.364Z] ---> Using cache [2021-05-04T08:40:49.364Z] ---> 32f0fee8ead3 [2021-05-04T08:40:49.364Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-04T08:40:49.961Z] ---> Running in 183e1082e028 [2021-05-04T08:40:50.237Z] ---> Running in 50cbba1e5cd1 [2021-05-04T08:40:51.256Z] Removing intermediate container 50cbba1e5cd1 [2021-05-04T08:40:51.256Z] ---> 12a1c045b082 [2021-05-04T08:40:51.256Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:40:51.256Z] ---> Running in 1e0a5c2eefef [2021-05-04T08:40:51.541Z] Removing intermediate container 77f824c874ad [2021-05-04T08:40:51.541Z] ---> b63dfe3ec8f5 [2021-05-04T08:40:51.541Z] [2021-05-04T08:40:51.541Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:40:51.541Z] ---> 13621d1b12d4 [2021-05-04T08:40:51.541Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:40:51.541Z] ---> Using cache [2021-05-04T08:40:51.541Z] ---> 1b403e340000 [2021-05-04T08:40:51.541Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:40:51.541Z] ---> Using cache [2021-05-04T08:40:51.541Z] ---> 32f0fee8ead3 [2021-05-04T08:40:51.541Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-04T08:40:51.830Z] ---> Running in 63766b54a1a7 [2021-05-04T08:40:51.830Z] Removing intermediate container 1e0a5c2eefef [2021-05-04T08:40:51.830Z] ---> c0c95a2a4035 [2021-05-04T08:40:51.831Z] Step 15/23 : WORKDIR / [2021-05-04T08:40:51.831Z] ---> Running in 539b333711d0 [2021-05-04T08:40:52.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:40:52.122Z] Removing intermediate container 63766b54a1a7 [2021-05-04T08:40:52.122Z] ---> 8f6e45e718f8 [2021-05-04T08:40:52.122Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:40:52.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:40:52.122Z] ---> Running in a3f3098cd0ce [2021-05-04T08:40:52.411Z] Removing intermediate container 539b333711d0 [2021-05-04T08:40:52.411Z] ---> 2d984c4111d6 [2021-05-04T08:40:52.411Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:40:52.411Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-04T08:40:52.411Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:40:52.411Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-04T08:40:52.411Z] (4/6) Installing curl (7.76.1-r0) [2021-05-04T08:40:52.411Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:40:52.411Z] (6/6) Installing su-exec (0.2-r1) [2021-05-04T08:40:52.411Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:40:53.012Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:40:53.012Z] Removing intermediate container a3f3098cd0ce [2021-05-04T08:40:53.012Z] ---> 3c04939a8aad [2021-05-04T08:40:53.012Z] Step 15/23 : WORKDIR / [2021-05-04T08:40:53.012Z] OK: 7 MiB in 20 packages [2021-05-04T08:40:53.012Z] ---> Running in 295126bcfaf2 [2021-05-04T08:40:53.012Z] ---> 4822c198f274 [2021-05-04T08:40:53.012Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-04T08:40:53.616Z] Removing intermediate container 295126bcfaf2 [2021-05-04T08:40:53.616Z] ---> c2d30dca280f [2021-05-04T08:40:53.616Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:40:55.588Z] ---> 467b20d6c542 [2021-05-04T08:40:55.588Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-04T08:40:55.588Z] Removing intermediate container 183e1082e028 [2021-05-04T08:40:55.588Z] ---> 18eb025e01c4 [2021-05-04T08:40:55.588Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:40:55.588Z] ---> 9231013950a7 [2021-05-04T08:40:55.588Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-04T08:40:55.588Z] ---> Running in 36c666a1798d [2021-05-04T08:40:56.570Z] ---> 119ae94419c9 [2021-05-04T08:40:56.570Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-04T08:40:56.570Z] Removing intermediate container 36c666a1798d [2021-05-04T08:40:56.570Z] ---> 67c345b2876e [2021-05-04T08:40:56.570Z] Step 13/24 : WORKDIR / [2021-05-04T08:40:56.570Z] ---> Running in ceba1517f12a [2021-05-04T08:40:56.570Z] ---> Running in d2130b7f4003 [2021-05-04T08:40:56.837Z] ---> 171fc4eed0d7 [2021-05-04T08:40:56.837Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-04T08:40:57.106Z] Removing intermediate container ceba1517f12a [2021-05-04T08:40:57.106Z] ---> 5c741bd29cee [2021-05-04T08:40:57.106Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:40:57.370Z] Removing intermediate container d2130b7f4003 [2021-05-04T08:40:57.370Z] ---> 4d8f490a2efd [2021-05-04T08:40:57.370Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-04T08:40:57.634Z] ---> f31fbd955ab8 [2021-05-04T08:40:57.634Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-04T08:40:57.634Z] ---> Running in d5f42d55ebcd [2021-05-04T08:40:57.634Z] ---> Running in 9d8d63eb1eb6 [2021-05-04T08:40:57.898Z] Removing intermediate container d5f42d55ebcd [2021-05-04T08:40:57.898Z] ---> 75010e2c6fd9 [2021-05-04T08:40:57.898Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:40:57.898Z] ---> 359d1b8930f8 [2021-05-04T08:40:57.898Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-04T08:40:57.898Z] Removing intermediate container 9d8d63eb1eb6 [2021-05-04T08:40:57.898Z] ---> e06910e8ba27 [2021-05-04T08:40:57.898Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:40:58.160Z] ---> Running in a7303ac1c736 [2021-05-04T08:40:58.160Z] ---> Running in fce78d687f61 [2021-05-04T08:40:58.426Z] Removing intermediate container a7303ac1c736 [2021-05-04T08:40:58.426Z] ---> 39db324ebadb [2021-05-04T08:40:58.426Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:40:59.392Z] Removing intermediate container fce78d687f61 [2021-05-04T08:40:59.392Z] ---> fd83cc9a1072 [2021-05-04T08:40:59.392Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:40:59.969Z] ---> bfb605a8109f [2021-05-04T08:40:59.969Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-04T08:40:59.969Z] ---> Running in 1e0cb0f7b731 [2021-05-04T08:40:59.969Z] ---> Running in b216077555e3 [2021-05-04T08:41:00.231Z] Removing intermediate container 013f28b630a4 [2021-05-04T08:41:00.232Z] ---> 8dc4dfad99d4 [2021-05-04T08:41:00.232Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-04T08:41:00.232Z] Removing intermediate container 1e0cb0f7b731 [2021-05-04T08:41:00.232Z] ---> df940717f6ad [2021-05-04T08:41:00.232Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:41:00.501Z] ---> Running in aa86f205b808 [2021-05-04T08:41:00.501Z] ---> 009964b294dc [2021-05-04T08:41:00.501Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-04T08:41:00.501Z] Removing intermediate container b216077555e3 [2021-05-04T08:41:00.501Z] ---> 86243586ab1b [2021-05-04T08:41:00.501Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:41:00.501Z] ---> Running in 1ae8b767a409 [2021-05-04T08:41:00.769Z] ---> Running in aec13c42a8ef [2021-05-04T08:41:01.036Z] Removing intermediate container 1ae8b767a409 [2021-05-04T08:41:01.036Z] ---> a504324b37e7 [2021-05-04T08:41:01.036Z] [2021-05-04T08:41:01.036Z] Removing intermediate container aec13c42a8ef [2021-05-04T08:41:01.036Z] ---> 9ace3cabccf8 [2021-05-04T08:41:01.036Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:41:01.304Z] 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-04T08:41:01.304Z] ---> 20550c9a11aa [2021-05-04T08:41:01.304Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-04T08:41:01.304Z] ---> Running in 992a9a2f712a [2021-05-04T08:41:01.304Z] Successfully built a504324b37e7 [2021-05-04T08:41:01.304Z] Successfully tagged docker-core-command-go:latest [2021-05-04T08:41:01.570Z]  Building docker-core-command-go ... done Removing intermediate container 992a9a2f712a [2021-05-04T08:41:01.570Z] ---> af0b6ee5621f [2021-05-04T08:41:01.570Z] [2021-05-04T08:41:01.839Z] Successfully built af0b6ee5621f [2021-05-04T08:41:02.103Z] Successfully tagged docker-core-metadata-go:latest [2021-05-04T08:41:02.103Z]  Building docker-core-metadata-go ... done  ---> b031fda4f8b2 [2021-05-04T08:41:02.103Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-04T08:41:02.366Z] ---> a4185e45421b [2021-05-04T08:41:02.366Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-04T08:41:02.633Z] Removing intermediate container aa86f205b808 [2021-05-04T08:41:02.633Z] ---> 3541573993ca [2021-05-04T08:41:02.633Z] [2021-05-04T08:41:02.633Z] Step 11/23 : FROM docker:20.10.0 [2021-05-04T08:41:02.633Z] ---> Running in 61f0f418d665 [2021-05-04T08:41:02.633Z] 20.10.0: Pulling from library/docker [2021-05-04T08:41:04.585Z] Removing intermediate container 61f0f418d665 [2021-05-04T08:41:04.585Z] ---> 6b921f72e4f2 [2021-05-04T08:41:04.585Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-04T08:41:04.585Z] ---> Running in e61d3671e7c1 [2021-05-04T08:41:04.852Z] Removing intermediate container e61d3671e7c1 [2021-05-04T08:41:04.852Z] ---> 61f6b16d6dd1 [2021-05-04T08:41:04.852Z] Step 22/24 : LABEL arch=x86_64 [2021-05-04T08:41:04.852Z] ---> Running in d3d3f7a002a6 [2021-05-04T08:41:05.428Z] Removing intermediate container d3d3f7a002a6 [2021-05-04T08:41:05.428Z] ---> 6be8869c74ca [2021-05-04T08:41:05.428Z] Step 23/24 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:41:05.428Z] ---> Running in f27936efdd1b [2021-05-04T08:41:05.696Z] Removing intermediate container f27936efdd1b [2021-05-04T08:41:05.696Z] ---> d11f49d64413 [2021-05-04T08:41:05.696Z] Step 24/24 : LABEL version=0.0.0 [2021-05-04T08:41:05.963Z] ---> Running in 46c8ffdbfa39 [2021-05-04T08:41:06.234Z] Removing intermediate container 46c8ffdbfa39 [2021-05-04T08:41:06.234Z] ---> 8b6df664caa7 [2021-05-04T08:41:06.234Z] [2021-05-04T08:41:06.806Z] Successfully built 8b6df664caa7 [2021-05-04T08:41:06.806Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-04T08:41:08.730Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-04T08:41:08.730Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-04T08:41:08.730Z] ---> aefe523efa57 [2021-05-04T08:41:08.730Z] 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-04T08:41:08.730Z] ---> Running in e59588c3f32e [2021-05-04T08:41:08.996Z] Removing intermediate container e59588c3f32e [2021-05-04T08:41:08.996Z] ---> 6ff9a2fcb93e [2021-05-04T08:41:08.996Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-04T08:41:08.996Z] ---> Running in 668d29e93b1a [2021-05-04T08:41:09.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:41:09.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:41:09.846Z] (1/39) Installing readline (8.0.4-r0) [2021-05-04T08:41:09.846Z] (2/39) Installing bash (5.0.17-r0) [2021-05-04T08:41:09.846Z] Executing bash-5.0.17-r0.post-install [2021-05-04T08:41:09.846Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:41:09.846Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-04T08:41:09.846Z] (5/39) Installing curl (7.76.1-r0) [2021-05-04T08:41:09.846Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-04T08:41:09.846Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-04T08:41:09.846Z] (8/39) Installing expat (2.2.9-r1) [2021-05-04T08:41:09.846Z] (9/39) Installing libffi (3.3-r2) [2021-05-04T08:41:09.846Z] (10/39) Installing gdbm (1.13-r1) [2021-05-04T08:41:09.846Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-04T08:41:09.846Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-04T08:41:09.846Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-04T08:41:11.250Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-04T08:41:11.250Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-04T08:41:11.250Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-04T08:41:11.250Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-04T08:41:11.250Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-04T08:41:11.250Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-04T08:41:11.250Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-04T08:41:11.250Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-04T08:41:11.250Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-04T08:41:11.250Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-04T08:41:11.250Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-04T08:41:11.250Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-04T08:41:11.250Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-04T08:41:11.250Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-04T08:41:11.250Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-04T08:41:11.250Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-04T08:41:11.250Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-04T08:41:11.250Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-04T08:41:11.250Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-04T08:41:11.250Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-04T08:41:11.250Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-04T08:41:11.250Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-04T08:41:11.250Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-04T08:41:11.251Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-04T08:41:11.251Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-04T08:41:11.251Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-04T08:41:11.515Z] Executing busybox-1.31.1-r19.trigger [2021-05-04T08:41:11.515Z] OK: 72 MiB in 59 packages [2021-05-04T08:41:12.467Z] Collecting docker-compose==1.23.2 [2021-05-04T08:41:12.467Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-04T08:41:12.729Z] Collecting cached-property<2,>=1.2.0 [2021-05-04T08:41:12.729Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-04T08:41:12.729Z] 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-04T08:41:12.729Z] Collecting docopt<0.7,>=0.6.1 [2021-05-04T08:41:12.729Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-04T08:41:13.678Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-04T08:41:13.678Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-04T08:41:13.678Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-04T08:41:13.678Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-04T08:41:14.270Z] Collecting texttable<0.10,>=0.9.0 [2021-05-04T08:41:14.270Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-04T08:41:14.845Z] Collecting jsonschema<3,>=2.5.1 [2021-05-04T08:41:14.845Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-04T08:41:15.110Z] Collecting docker<4.0,>=3.6.0 [2021-05-04T08:41:15.682Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-04T08:41:16.257Z] Collecting PyYAML<4,>=3.10 [2021-05-04T08:41:16.257Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-04T08:41:17.201Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-04T08:41:17.201Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-04T08:41:17.463Z] Collecting docker-pycreds>=0.4.0 [2021-05-04T08:41:17.463Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-04T08:41:17.463Z] Collecting idna<2.8,>=2.5 [2021-05-04T08:41:17.463Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-04T08:41:17.725Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-04T08:41:17.725Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-04T08:41:17.725Z] 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-04T08:41:17.725Z] 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-04T08:41:17.725Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-04T08:41:17.725Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-04T08:41:17.725Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-04T08:41:17.725Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-04T08:41:17.986Z] Installing collected packages: cached-property, docopt, websocket-client, dockerpty, texttable, jsonschema, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose [2021-05-04T08:41:17.986Z] Running setup.py install for docopt: started [2021-05-04T08:41:18.560Z] Running setup.py install for docopt: finished with status 'done' [2021-05-04T08:41:18.560Z] Running setup.py install for dockerpty: started [2021-05-04T08:41:19.135Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-04T08:41:19.135Z] Running setup.py install for texttable: started [2021-05-04T08:41:19.711Z] Running setup.py install for texttable: finished with status 'done' [2021-05-04T08:41:19.711Z] Attempting uninstall: idna [2021-05-04T08:41:19.711Z] Found existing installation: idna 2.9 [2021-05-04T08:41:19.711Z] Uninstalling idna-2.9: [2021-05-04T08:41:19.711Z] Successfully uninstalled idna-2.9 [2021-05-04T08:41:19.975Z] Attempting uninstall: urllib3 [2021-05-04T08:41:19.975Z] Found existing installation: urllib3 1.25.9 [2021-05-04T08:41:19.975Z] Uninstalling urllib3-1.25.9: [2021-05-04T08:41:19.975Z] Successfully uninstalled urllib3-1.25.9 [2021-05-04T08:41:20.243Z] Attempting uninstall: requests [2021-05-04T08:41:20.243Z] Found existing installation: requests 2.23.0 [2021-05-04T08:41:20.243Z] Uninstalling requests-2.23.0: [2021-05-04T08:41:20.243Z] Successfully uninstalled requests-2.23.0 [2021-05-04T08:41:20.510Z] Running setup.py install for PyYAML: started [2021-05-04T08:41:21.465Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-04T08:41:21.726Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-04T08:41:31.747Z] Removing intermediate container 668d29e93b1a [2021-05-04T08:41:31.747Z] ---> 5e160fabd7bd [2021-05-04T08:41:31.747Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-04T08:41:31.747Z] ---> Running in 05b51e699724 [2021-05-04T08:41:31.747Z] Removing intermediate container 05b51e699724 [2021-05-04T08:41:31.747Z] ---> 4e66d53b43c6 [2021-05-04T08:41:31.747Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-04T08:41:31.747Z] ---> Running in ef8060054249 [2021-05-04T08:41:31.747Z] Removing intermediate container ef8060054249 [2021-05-04T08:41:31.747Z] ---> 87ae648998ab [2021-05-04T08:41:31.747Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-04T08:41:32.184Z] ---> ae073ecd9921 [2021-05-04T08:41:32.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-04T08:41:32.456Z] ---> 7e75e1435e85 [2021-05-04T08:41:32.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-04T08:41:32.719Z] ---> a5d0e5f702c1 [2021-05-04T08:41:32.719Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-04T08:41:32.979Z] ---> Running in 511dbaa3a3c7 [2021-05-04T08:41:32.979Z] Removing intermediate container 511dbaa3a3c7 [2021-05-04T08:41:32.979Z] ---> 18e925ab17af [2021-05-04T08:41:32.979Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:41:33.244Z] ---> Running in 7e8779c5ac75 [2021-05-04T08:41:33.244Z] Removing intermediate container 7e8779c5ac75 [2021-05-04T08:41:33.244Z] ---> b2a013747b14 [2021-05-04T08:41:33.244Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:41:33.244Z] ---> Running in f947a929ff53 [2021-05-04T08:41:33.506Z] Removing intermediate container f947a929ff53 [2021-05-04T08:41:33.506Z] ---> 8806e83771a5 [2021-05-04T08:41:33.506Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:41:33.506Z] ---> Running in 1b0ab3104f40 [2021-05-04T08:41:33.768Z] Removing intermediate container 1b0ab3104f40 [2021-05-04T08:41:33.768Z] ---> 71caf3c5cfe1 [2021-05-04T08:41:33.768Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:41:33.768Z] ---> Running in 2c85d3f135ea [2021-05-04T08:41:34.030Z] Removing intermediate container 2c85d3f135ea [2021-05-04T08:41:34.030Z] ---> ff72e4dcd52c [2021-05-04T08:41:34.030Z] [2021-05-04T08:41:34.030Z] Successfully built ff72e4dcd52c [2021-05-04T08:41:34.030Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-04T08:41:36.282Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-04T08:41:36.375Z] $ docker stop --time=1 ac5d9c5c64cb36420e3228efdfd2bb12e415623c76bded04c22796a9357c5cff [2021-05-04T08:41:38.527Z] $ docker rm -f ac5d9c5c64cb36420e3228efdfd2bb12e415623c76bded04c22796a9357c5cff [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T08:41:39.171Z] + docker images [2021-05-04T08:41:39.171Z] + grep docker [2021-05-04T08:41:39.438Z] docker-sys-mgmt-agent-go latest ff72e4dcd52c 6 seconds ago 312MB [2021-05-04T08:41:39.438Z] docker-security-secretstore-setup-go latest 8b6df664caa7 34 seconds ago 25.6MB [2021-05-04T08:41:39.438Z] docker-core-metadata-go latest af0b6ee5621f 38 seconds ago 18.6MB [2021-05-04T08:41:39.438Z] docker-core-command-go latest a504324b37e7 39 seconds ago 17MB [2021-05-04T08:41:39.438Z] docker-security-bootstrapper-go latest 962bbdacf768 2 minutes ago 18.2MB [2021-05-04T08:41:39.438Z] docker-core-data-go latest 171c6603fe98 2 minutes ago 21.5MB [2021-05-04T08:41:39.438Z] docker-support-notifications-go latest 4e4cf3e19d5b 2 minutes ago 17.6MB [2021-05-04T08:41:39.438Z] docker-support-scheduler-go latest 94c241dabeee 2 minutes ago 17.1MB [2021-05-04T08:41:39.438Z] docker-security-proxy-setup-go latest be4204383854 2 minutes ago 25.3MB [2021-05-04T08:41:39.438Z] 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-04T08:41:54.805Z] Still waiting to schedule task [2021-05-04T08:41:54.805Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-2905’ [2021-05-04T08:42:10.452Z] gofmt -l . [2021-05-04T08:42:12.430Z] [ "`gofmt -l .`" = "" ] [2021-05-04T08:42:16.734Z] ./bin/test-go-mod-tidy.sh [2021-05-04T08:42:16.734Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-04T08:42:19.996Z] + ls -al . [2021-05-04T08:42:19.996Z] total 832 [2021-05-04T08:42:19.996Z] drwxrwxr-x 9 1001 1001 4096 May 4 08:42 . [2021-05-04T08:42:19.996Z] drwxr-xr-x 4 root root 4096 May 4 08:36 .. [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 11 May 4 08:35 .dockerignore [2021-05-04T08:42:19.996Z] drwxrwxr-x 8 1001 1001 4096 May 4 08:35 .git [2021-05-04T08:42:19.996Z] drwxrwxr-x 3 1001 1001 4096 May 4 08:35 .github [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 818 May 4 08:35 .gitignore [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 166 May 4 08:35 .sonarcloud.properties [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 8609 May 4 08:35 Attribution.txt [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 3804 May 4 08:35 CONTRIBUTING.md [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 931 May 4 08:35 Dockerfile.build [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 863 May 4 08:35 Jenkinsfile [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 10775 May 4 08:35 LICENSE [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 5774 May 4 08:35 Makefile [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 7978 May 4 08:35 README.md [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 6755 May 4 08:35 SECURITY.md [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 5 May 4 08:32 VERSION [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 4131 May 4 08:35 ZMQWindows.md [2021-05-04T08:42:19.996Z] drwxrwxr-x 2 1001 1001 4096 May 4 08:35 bin [2021-05-04T08:42:19.996Z] drwxrwxr-x 14 1001 1001 4096 May 4 08:35 cmd [2021-05-04T08:42:19.996Z] -rw-r--r-- 1 root root 693878 May 4 08:40 coverage.out [2021-05-04T08:42:19.996Z] -rw-r--r-- 1 root root 1060 May 4 08:42 go.mod [2021-05-04T08:42:19.996Z] -rw-r--r-- 1 root root 22538 May 4 08:36 go.sum [2021-05-04T08:42:19.996Z] drwxrwxr-x 8 1001 1001 4096 May 4 08:35 internal [2021-05-04T08:42:19.996Z] drwxrwxr-x 4 1001 1001 4096 May 4 08:35 openapi [2021-05-04T08:42:19.996Z] drwxrwxr-x 4 1001 1001 4096 May 4 08:35 snap [2021-05-04T08:42:19.996Z] -rw-rw-r-- 1 1001 1001 168 May 4 08:35 version.go [Pipeline] sh [2021-05-04T08:42:20.652Z] + '[' -e coverage.out ] [2021-05-04T08:42:20.653Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-04T08:42:20.673Z] Warning: overwriting stash ‘coverage-report’ [2021-05-04T08:42:21.875Z] Stashed 1 file(s) [Pipeline] sh [2021-05-04T08:42:22.523Z] + make build [2021-05-04T08:42:22.523Z] 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-04T08:42:30.823Z] 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-04T08:43:03.183Z] 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-04T08:43:03.183Z] 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-04T08:43:08.581Z] 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-04T08:43:09.191Z] 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-04T08:43:14.661Z] 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-04T08:43:20.082Z] 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-04T08:43:22.701Z] 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-04T08:43:27.008Z] 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-04T08:43:29.794Z] Running on prd-ubuntu18.04-docker-8c-8g-2907 in /w/workspace/edgexfoundry_edgex-go_PR-3405 [Pipeline] { [Pipeline] ws [2021-05-04T08:43:29.815Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-05-04T08:43:30.433Z] 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-04T08:43:32.118Z] using credential edgex-jenkins-ssh [2021-05-04T08:43:32.131Z] Cloning the remote Git repository [2021-05-04T08:43:32.158Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:43:32.224Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-05-04T08:43:32.249Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:43:32.249Z] > git --version # timeout=10 [2021-05-04T08:43:32.255Z] > git --version # 'git version 2.17.1' [2021-05-04T08:43:32.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:43:32.282Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:43:34.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-04T08:43:38.005Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:43:38.010Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:43:38.035Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:43:38.061Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:43:38.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:43:38.066Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3405/head:refs/remotes/origin/PR-3405 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-04T08:43:38.588Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit d72be56757af4da853b0bfe6193b102efb83a4ef [2021-05-04T08:43:38.782Z] Merge succeeded, producing e5d0a699f35aae51778360b25050e3b7a3d1111d [2021-05-04T08:43:38.782Z] Checking out Revision e5d0a699f35aae51778360b25050e3b7a3d1111d (PR-3405) [2021-05-04T08:43:38.601Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:43:38.610Z] > git checkout -f d72be56757af4da853b0bfe6193b102efb83a4ef # timeout=10 [2021-05-04T08:43:38.686Z] > git remote # timeout=10 [2021-05-04T08:43:38.693Z] > git config --get remote.origin.url # timeout=10 [2021-05-04T08:43:38.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:43:38.709Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-04T08:43:38.781Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-04T08:43:38.789Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:43:38.793Z] > git checkout -f e5d0a699f35aae51778360b25050e3b7a3d1111d # timeout=10 [Pipeline] } [2021-05-04T08:43:41.506Z] $ docker stop --time=1 39d2d82349559d67431d8bdfa195d8d700fe88572f36e46227e0138a1eb2e417 [2021-05-04T08:43:42.405Z] Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" [2021-05-04T08:43:42.414Z] First time build. Skipping changelog. [2021-05-04T08:43:42.412Z] > git rev-list --no-walk 06d39a929dd58d245a3c25ca110c162cff250dff # timeout=10 [2021-05-04T08:43:44.326Z] $ docker rm -f 39d2d82349559d67431d8bdfa195d8d700fe88572f36e46227e0138a1eb2e417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:43:46.813Z] + echo snap-build.sh [2021-05-04T08:43:46.813Z] snap-build.sh [2021-05-04T08:43:46.813Z] + SNAP_BASE_DIR=. [2021-05-04T08:43:46.813Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-05-04T08:43:46.813Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-05-04T08:43:46.813Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-05-04T08:43:46.813Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-05-04T08:43:46.813Z] + cd /w/workspace/edgex-go/5 [2021-05-04T08:43:46.813Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-04T08:43:46.813Z] Reading package lists... [2021-05-04T08:43:46.813Z] Building dependency tree... [2021-05-04T08:43:46.813Z] Reading state information... [2021-05-04T08:43:46.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:43:47.089Z] The following packages were automatically installed and are no longer required: [2021-05-04T08:43:47.089Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-04T08:43:47.089Z] uidmap xdelta3 [2021-05-04T08:43:47.089Z] Use 'sudo apt autoremove' to remove them. [2021-05-04T08:43:47.089Z] The following packages will be REMOVED: [2021-05-04T08:43:47.089Z] lxd* lxd-client* [2021-05-04T08:43:47.173Z] [2021-05-04T08:43:47.174Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:43:47.350Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-04T08:43:47.350Z] After this operation, 31.7 MB disk space will be freed. [2021-05-04T08:43:47.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:43:47.804Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-04T08:43:47.804Z] 29e5d40040c1: Pulling fs layer [2021-05-04T08:43:47.804Z] 1ce36da41761: Pulling fs layer [2021-05-04T08:43:47.804Z] 25b303627fd3: Pulling fs layer [2021-05-04T08:43:48.079Z] 29e5d40040c1: Verifying Checksum [2021-05-04T08:43:48.079Z] 29e5d40040c1: Download complete [2021-05-04T08:43:48.395Z] (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-04T08:43:48.395Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T08:43:48.682Z] 1ce36da41761: Verifying Checksum [2021-05-04T08:43:48.682Z] 1ce36da41761: Download complete [2021-05-04T08:43:48.682Z] 29e5d40040c1: Pull complete [2021-05-04T08:43:49.338Z] Removing lxd dnsmasq configuration [2021-05-04T08:43:49.338Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T08:43:49.338Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-04T08:43:50.127Z] 1ce36da41761: Pull complete [2021-05-04T08:43:50.282Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-04T08:43:50.401Z] 25b303627fd3: Verifying Checksum [2021-05-04T08:43:50.401Z] 25b303627fd3: Download complete [2021-05-04T08:43:50.548Z] (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-04T08:43:50.548Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T08:43:51.936Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-04T08:43:51.936Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-04T08:43:53.324Z] + sudo snap remove --purge lxd [2021-05-04T08:43:53.324Z] snap "lxd" is not installed [2021-05-04T08:43:53.324Z] + sudo groupadd --force --system lxd [2021-05-04T08:43:53.324Z] ++ whoami [2021-05-04T08:43:53.324Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-04T08:43:53.324Z] + newgrp - lxd [2021-05-04T08:43:53.324Z] + sudo snap install lxd [2021-05-04T08:44:00.545Z] 25b303627fd3: Pull complete [2021-05-04T08:44:00.545Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-04T08:44:00.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:44:00.545Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-04T08:44:00.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-2902 does not seem to be running inside a container [2021-05-04T08:44:00.906Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-04T08:44:01.472Z] 2021-05-04T08:43:58Z INFO Waiting for automatic snapd restart... [2021-05-04T08:44:04.328Z] $ docker top d55f6c84eeef25c3c3025660602c58bbeb3f56227b01337d39541d55e12a3c49 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:44:05.288Z] + docker-compose build --help [2021-05-04T08:44:05.288Z] + grep parallel [2021-05-04T08:44:10.688Z] --parallel Build images in parallel. [Pipeline] } [2021-05-04T08:44:10.704Z] $ docker stop --time=1 d55f6c84eeef25c3c3025660602c58bbeb3f56227b01337d39541d55e12a3c49 [2021-05-04T08:44:12.665Z] $ docker rm -f d55f6c84eeef25c3c3025660602c58bbeb3f56227b01337d39541d55e12a3c49 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:44:13.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:44:13.365Z] . [Pipeline] withDockerContainer [2021-05-04T08:44:13.663Z] prd-ubuntu18.04-docker-arm64-4c-16g-2902 does not seem to be running inside a container [2021-05-04T08:44:13.756Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-04T08:44:15.315Z] $ docker top 6ed68482fc5f884b6d2a5d25d310cdd3c05f854ec9d225eaef765eac11f80457 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:44:16.326Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-04T08:44:16.391Z] lxd 4.13 from Canonical* installed [2021-05-04T08:44:16.391Z] + sudo lxd init --auto [2021-05-04T08:44:21.715Z] Building docker-core-command-go ... [2021-05-04T08:44:21.715Z] Building docker-core-data-go ... [2021-05-04T08:44:21.715Z] Building docker-core-metadata-go ... [2021-05-04T08:44:21.715Z] Building docker-security-bootstrapper-go ... [2021-05-04T08:44:21.715Z] Building docker-security-proxy-setup-go ... [2021-05-04T08:44:21.715Z] Building docker-security-secretstore-setup-go ... [2021-05-04T08:44:21.715Z] Building docker-support-notifications-go ... [2021-05-04T08:44:21.715Z] Building docker-support-scheduler-go ... [2021-05-04T08:44:21.715Z] Building docker-sys-mgmt-agent-go ... [2021-05-04T08:44:21.715Z] Building docker-security-secretstore-setup-go [2021-05-04T08:44:21.715Z] Building docker-core-command-go [2021-05-04T08:44:21.715Z] Building docker-support-notifications-go [2021-05-04T08:44:21.715Z] Building docker-support-scheduler-go [2021-05-04T08:44:21.715Z] Building docker-core-metadata-go [2021-05-04T08:44:26.420Z] + sudo snap install --classic snapcraft [2021-05-04T08:44:32.164Z] snapcraft 4.7.1 from Canonical* installed [2021-05-04T08:44:32.164Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-04T08:44:32.164Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-04T08:44:32.164Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-04T08:44:32.164Z] Dload Upload Total Spent Left Speed [2021-05-04T08:44:32.164Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9358 0 --:--:-- --:--:-- --:--:-- 9358 [2021-05-04T08:44:32.164Z] 100 3325k 100 3325k 0 0 18.9M 0 --:--:-- --:--:-- --:--:-- 18.9M [2021-05-04T08:44:32.164Z] ./yq_linux_amd64 [2021-05-04T08:44:32.164Z] + sudo snapcraft prime --use-lxd [2021-05-04T08:44:33.555Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-04T08:44:33.555Z] 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-04T08:44:33.555Z] - README.md [2021-05-04T08:44:33.555Z] [2021-05-04T08:44:33.555Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-04T08:44:34.127Z] Launching a container. [2021-05-04T08:44:46.368Z] Waiting for container to be ready [2021-05-04T08:44:46.368Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-04T08:44:46.368Z] [2021-05-04T08:44:49.663Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-04T08:44:49.663Z] Waiting for network to be ready... [2021-05-04T08:44:50.234Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-04T08:44:50.234Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-04T08:44:50.496Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-04T08:44:50.496Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-04T08:44:50.756Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-04T08:44:51.016Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-04T08:44:51.016Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-04T08:44:51.016Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-04T08:44:51.016Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-04T08:44:51.016Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-04T08:44:51.016Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-04T08:44:51.016Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-04T08:44:51.016Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-04T08:44:51.016Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-04T08:44:51.016Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-04T08:44:51.016Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-04T08:44:51.016Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-04T08:44:51.016Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-04T08:44:51.276Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-04T08:44:51.536Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-04T08:44:51.536Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-04T08:44:51.536Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-04T08:44:51.536Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-04T08:44:51.536Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-04T08:44:51.536Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-04T08:44:51.536Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-04T08:44:51.796Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-04T08:44:54.339Z] Fetched 24.5 MB in 4s (5726 kB/s) [2021-05-04T08:44:55.283Z] Reading package lists... [2021-05-04T08:44:55.543Z] Reading package lists... [2021-05-04T08:44:55.804Z] Building dependency tree... [2021-05-04T08:44:55.804Z] Reading state information... [2021-05-04T08:44:55.804Z] The following additional packages will be installed: [2021-05-04T08:44:55.804Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-04T08:44:55.804Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-04T08:44:55.804Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-04T08:44:55.804Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-04T08:44:55.804Z] Suggested packages: [2021-05-04T08:44:55.804Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-04T08:44:55.804Z] Recommended packages: [2021-05-04T08:44:55.804Z] gnupg libsasl2-modules [2021-05-04T08:44:55.804Z] The following NEW packages will be installed: [2021-05-04T08:44:55.804Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-04T08:44:55.804Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-04T08:44:55.804Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-04T08:44:55.804Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-04T08:44:55.804Z] The following packages will be upgraded: [2021-05-04T08:44:55.804Z] gpg gpg-agent gpgconf libudev1 [2021-05-04T08:44:56.065Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-04T08:44:56.065Z] Need to get 3529 kB of archives. [2021-05-04T08:44:56.065Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-04T08:44:56.065Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-04T08:44:56.065Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-04T08:44:56.325Z] 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-04T08:44:56.325Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-04T08:44:56.325Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-04T08:44:56.325Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-04T08:44:56.586Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-04T08:44:56.848Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-04T08:44:56.848Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-04T08:44:56.848Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-04T08:44:56.848Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-04T08:44:56.848Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-04T08:44:56.848Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-04T08:44:56.848Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-04T08:44:56.848Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-04T08:44:56.848Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-04T08:44:56.848Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-04T08:44:56.848Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-04T08:44:56.848Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-04T08:44:56.848Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-04T08:44:56.848Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-04T08:44:56.848Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-04T08:44:57.109Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T08:44:57.109Z] Fetched 3529 kB in 1s (3123 kB/s) [2021-05-04T08:44:57.109Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-04T08:44:57.109Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-04T08:44:57.109Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T08:44:57.369Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-04T08:44:57.369Z] Selecting previously unselected package udev. [2021-05-04T08:44:57.369Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-04T08:44:57.369Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-04T08:44:57.369Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-04T08:44:57.631Z] Selecting previously unselected package libfuse2:amd64. [2021-05-04T08:44:57.631Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-04T08:44:57.631Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-04T08:44:57.631Z] Selecting previously unselected package fuse. [2021-05-04T08:44:57.631Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-04T08:44:57.631Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-04T08:44:57.892Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T08:44:57.892Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T08:44:57.892Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T08:44:57.892Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T08:44:58.154Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T08:44:58.154Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T08:44:58.154Z] Selecting previously unselected package libksba8:amd64. [2021-05-04T08:44:58.154Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-04T08:44:58.154Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-04T08:44:58.414Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-04T08:44:58.415Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:58.415Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:58.415Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-04T08:44:58.415Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:58.415Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:58.675Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-04T08:44:58.675Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:58.675Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:58.675Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-04T08:44:58.675Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:58.675Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:58.675Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-04T08:44:58.675Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:58.675Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:58.935Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-04T08:44:58.935Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:58.935Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:58.935Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-04T08:44:58.935Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:58.935Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:58.935Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-04T08:44:58.935Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:59.196Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:59.196Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-04T08:44:59.196Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T08:44:59.196Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:59.196Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-04T08:44:59.196Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-04T08:44:59.196Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T08:44:59.457Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-04T08:44:59.457Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-04T08:44:59.457Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T08:44:59.457Z] Selecting previously unselected package libldap-common. [2021-05-04T08:44:59.717Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-04T08:44:59.717Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T08:44:59.717Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-04T08:44:59.717Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-04T08:44:59.717Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T08:44:59.717Z] Selecting previously unselected package dirmngr. [2021-05-04T08:44:59.717Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T08:44:59.717Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-04T08:44:59.977Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T08:44:59.977Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-04T08:44:59.977Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-04T08:44:59.977Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T08:44:59.977Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T08:44:59.977Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-04T08:44:59.977Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:44:59.977Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-04T08:45:00.239Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T08:45:00.239Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-04T08:45:00.501Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-04T08:45:00.761Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:00.761Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-04T08:45:00.761Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-04T08:45:00.761Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-04T08:45:00.761Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:00.761Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:01.022Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:01.022Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:01.022Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:01.022Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:01.022Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T08:45:01.022Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T08:45:01.022Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-04T08:45:01.282Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T08:45:01.545Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-04T08:45:01.546Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-04T08:45:01.546Z] This means they are not meant to be enabled using systemctl. [2021-05-04T08:45:01.546Z] Possible reasons for having this kind of units are: [2021-05-04T08:45:01.546Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-04T08:45:01.546Z] .wants/ or .requires/ directory. [2021-05-04T08:45:01.546Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-04T08:45:01.546Z] a requirement dependency on it. [2021-05-04T08:45:01.546Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-04T08:45:01.546Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-04T08:45:01.546Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-04T08:45:01.546Z] instance name specified. [2021-05-04T08:45:02.130Z] Reading package lists... [2021-05-04T08:45:02.130Z] Building dependency tree... [2021-05-04T08:45:02.130Z] Reading state information... [2021-05-04T08:45:02.390Z] The following additional packages will be installed: [2021-05-04T08:45:02.390Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-04T08:45:02.390Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-04T08:45:02.390Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-04T08:45:02.390Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-04T08:45:02.390Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-04T08:45:02.390Z] Suggested packages: [2021-05-04T08:45:02.390Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-04T08:45:02.390Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-04T08:45:02.390Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-04T08:45:02.390Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-04T08:45:02.390Z] systemd-container policykit-1 [2021-05-04T08:45:02.390Z] Recommended packages: [2021-05-04T08:45:02.390Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-04T08:45:02.390Z] The following NEW packages will be installed: [2021-05-04T08:45:02.390Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-04T08:45:02.390Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-04T08:45:02.390Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-04T08:45:02.390Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-04T08:45:02.390Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-04T08:45:02.390Z] The following packages will be upgraded: [2021-05-04T08:45:02.390Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-04T08:45:02.652Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-04T08:45:02.652Z] Need to get 35.2 MB of archives. [2021-05-04T08:45:02.652Z] After this operation, 141 MB of additional disk space will be used. [2021-05-04T08:45:02.652Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-04T08:45:02.652Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-04T08:45:03.224Z] 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-04T08:45:03.485Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-04T08:45:03.485Z] 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-04T08:45:03.485Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-04T08:45:03.485Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-04T08:45:03.485Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-04T08:45:03.485Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-04T08:45:03.485Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-04T08:45:03.486Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-04T08:45:03.486Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-04T08:45:03.486Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-04T08:45:03.486Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-04T08:45:03.486Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-04T08:45:03.486Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-04T08:45:03.486Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-04T08:45:03.486Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-04T08:45:03.486Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-04T08:45:03.486Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-04T08:45:03.486Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-04T08:45:03.486Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-04T08:45:03.486Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-04T08:45:03.746Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-04T08:45:03.746Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-04T08:45:03.746Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-04T08:45:03.746Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-04T08:45:03.746Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-04T08:45:03.746Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-04T08:45:03.746Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-04T08:45:05.133Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T08:45:05.133Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-05-04T08:45:05.133Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T08:45:05.133Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-04T08:45:05.133Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T08:45:05.704Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-04T08:45:05.704Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T08:45:05.704Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-04T08:45:05.966Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T08:45:05.966Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-04T08:45:05.966Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-04T08:45:06.228Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-04T08:45:06.228Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T08:45:06.228Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-04T08:45:06.228Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-04T08:45:06.800Z] Setting up apt (1.6.13) ... [2021-05-04T08:45:06.800Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-04T08:45:08.194Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-04T08:45:08.453Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-04T08:45:08.453Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-04T08:45:08.453Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-04T08:45:08.717Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-04T08:45:08.717Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T08:45:08.717Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:08.977Z] Selecting previously unselected package libexpat1:amd64. [2021-05-04T08:45:08.977Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-04T08:45:08.977Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-04T08:45:08.977Z] Selecting previously unselected package python3.6-minimal. [2021-05-04T08:45:08.977Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T08:45:08.977Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:09.237Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-04T08:45:09.497Z] Checking for services that may need to be restarted...done. [2021-05-04T08:45:09.497Z] Checking for services that may need to be restarted...done. [2021-05-04T08:45:09.497Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:09.497Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-04T08:45:09.497Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:10.067Z] Selecting previously unselected package python3-minimal. [2021-05-04T08:45:10.067Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-04T08:45:10.067Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-04T08:45:10.067Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-04T08:45:10.067Z] Selecting previously unselected package mime-support. [2021-05-04T08:45:10.067Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-04T08:45:10.067Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-04T08:45:10.328Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-04T08:45:10.328Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-04T08:45:10.328Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-04T08:45:10.328Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-04T08:45:10.328Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T08:45:10.328Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:10.590Z] Selecting previously unselected package python3.6. [2021-05-04T08:45:10.590Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T08:45:10.590Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:10.590Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-04T08:45:10.590Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-04T08:45:10.590Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-04T08:45:10.851Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-04T08:45:11.112Z] Selecting previously unselected package python3. [2021-05-04T08:45:11.112Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-04T08:45:11.112Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-04T08:45:11.112Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-04T08:45:11.112Z] Selecting previously unselected package multiarch-support. [2021-05-04T08:45:11.112Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T08:45:11.112Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-04T08:45:11.112Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-04T08:45:11.374Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-04T08:45:11.374Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-04T08:45:11.374Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-04T08:45:11.374Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-04T08:45:11.374Z] Selecting previously unselected package libbsd0:amd64. [2021-05-04T08:45:11.374Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-04T08:45:11.374Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-04T08:45:11.374Z] Selecting previously unselected package sudo. [2021-05-04T08:45:11.374Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-04T08:45:11.374Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-04T08:45:11.636Z] Selecting previously unselected package apparmor. [2021-05-04T08:45:11.636Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-04T08:45:11.636Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-04T08:45:11.897Z] Selecting previously unselected package libedit2:amd64. [2021-05-04T08:45:11.897Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-04T08:45:11.897Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-04T08:45:11.897Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-04T08:45:11.897Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T08:45:11.897Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:11.897Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-04T08:45:11.897Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T08:45:11.897Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:12.158Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-04T08:45:12.158Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-04T08:45:12.158Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-04T08:45:12.158Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-04T08:45:12.158Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T08:45:12.158Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:12.419Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-04T08:45:12.419Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T08:45:12.419Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:12.419Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-04T08:45:12.419Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-04T08:45:12.419Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-04T08:45:12.680Z] Selecting previously unselected package openssh-client. [2021-05-04T08:45:12.680Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-04T08:45:12.680Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-04T08:45:12.680Z] Selecting previously unselected package squashfs-tools. [2021-05-04T08:45:12.680Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-04T08:45:12.941Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-04T08:45:12.941Z] Selecting previously unselected package snapd. [2021-05-04T08:45:12.941Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-04T08:45:12.941Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-04T08:45:14.893Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-04T08:45:14.893Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-04T08:45:15.155Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-04T08:45:15.155Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-04T08:45:15.155Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-04T08:45:15.155Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:15.155Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T08:45:15.155Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-04T08:45:15.155Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-04T08:45:16.099Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-04T08:45:16.099Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-04T08:45:16.099Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-04T08:45:16.099Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:16.099Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:16.099Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T08:45:16.670Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-04T08:45:16.670Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:16.670Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-04T08:45:16.670Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-04T08:45:16.670Z] running python rtupdate hooks for python3.6... [2021-05-04T08:45:16.670Z] running python post-rtupdate hooks for python3.6... [2021-05-04T08:45:16.931Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-04T08:45:18.316Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-04T08:45:18.316Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T08:45:18.576Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-04T08:45:18.576Z] Setting up snapd (2.48.3+18.04) ... [2021-05-04T08:45:19.148Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-04T08:45:19.148Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-04T08:45:19.409Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-04T08:45:19.409Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-04T08:45:19.671Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-04T08:45:19.671Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-04T08:45:19.932Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-04T08:45:20.192Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-04T08:45:20.192Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-04T08:45:20.453Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-04T08:45:20.715Z] /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-04T08:45:20.715Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T08:45:20.715Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-04T08:45:21.660Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T08:45:21.660Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T08:45:21.660Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T08:45:22.862Z] Reading package lists... [2021-05-04T08:45:23.122Z] Reading package lists... [2021-05-04T08:45:23.383Z] Building dependency tree... [2021-05-04T08:45:23.383Z] Reading state information... [2021-05-04T08:45:23.383Z] Calculating upgrade... [2021-05-04T08:45:23.643Z] The following packages will be upgraded: [2021-05-04T08:45:23.643Z] advancecomp base-files bash binutils binutils-common [2021-05-04T08:45:23.643Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-04T08:45:23.643Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-04T08:45:23.643Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-04T08:45:23.643Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-04T08:45:23.643Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-04T08:45:23.643Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-04T08:45:23.643Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-04T08:45:23.643Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-04T08:45:23.643Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-04T08:45:23.643Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-04T08:45:23.643Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-04T08:45:23.643Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-04T08:45:23.643Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-04T08:45:23.643Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-04T08:45:23.643Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T08:45:23.643Z] Need to get 64.0 MB of archives. [2021-05-04T08:45:23.643Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-04T08:45:23.643Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-04T08:45:23.903Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-04T08:45:23.903Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-04T08:45:23.903Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-04T08:45:23.903Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-04T08:45:23.903Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-04T08:45:23.903Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-04T08:45:23.903Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-04T08:45:23.903Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-04T08:45:23.903Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-04T08:45:23.903Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-04T08:45:23.903Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-04T08:45:23.903Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-04T08:45:23.903Z] 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-04T08:45:23.903Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-04T08:45:23.903Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-04T08:45:23.903Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-04T08:45:23.903Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-04T08:45:23.903Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-04T08:45:23.903Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-04T08:45:23.903Z] 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-04T08:45:23.903Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-04T08:45:23.903Z] 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-04T08:45:23.903Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-04T08:45:23.903Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-04T08:45:23.903Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-04T08:45:24.164Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-04T08:45:24.164Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-04T08:45:24.164Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-04T08:45:24.164Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-04T08:45:24.164Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-04T08:45:24.164Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-04T08:45:24.164Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-04T08:45:24.164Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-04T08:45:24.164Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-04T08:45:24.164Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-04T08:45:24.164Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-04T08:45:24.164Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-04T08:45:24.164Z] 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-04T08:45:24.164Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-04T08:45:24.164Z] 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-04T08:45:24.164Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-04T08:45:24.164Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-04T08:45:24.164Z] 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-04T08:45:24.164Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-04T08:45:24.164Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-04T08:45:24.164Z] 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-04T08:45:24.164Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-04T08:45:24.164Z] 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-04T08:45:24.164Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-04T08:45:24.164Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-04T08:45:24.164Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-04T08:45:24.164Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-04T08:45:24.164Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-04T08:45:24.164Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-04T08:45:24.164Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-04T08:45:24.425Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-04T08:45:24.425Z] 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-04T08:45:24.425Z] 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-04T08:45:24.425Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-04T08:45:24.690Z] 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-04T08:45:24.690Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-04T08:45:24.690Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-04T08:45:24.691Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-04T08:45:24.691Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-04T08:45:24.691Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-04T08:45:24.691Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-04T08:45:24.950Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-04T08:45:24.950Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-04T08:45:24.950Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-04T08:45:24.950Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-04T08:45:24.950Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-04T08:45:24.950Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-04T08:45:24.950Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-04T08:45:24.950Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-04T08:45:24.950Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-04T08:45:24.950Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-04T08:45:24.950Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-04T08:45:24.951Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-04T08:45:24.951Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-04T08:45:24.951Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-04T08:45:24.951Z] 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-04T08:45:24.951Z] 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-04T08:45:24.951Z] 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-04T08:45:24.951Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-04T08:45:25.211Z] 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-04T08:45:25.211Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-04T08:45:25.211Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-04T08:45:25.211Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-04T08:45:25.211Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-04T08:45:25.211Z] 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-04T08:45:25.211Z] 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-04T08:45:25.211Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-04T08:45:25.211Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-04T08:45:25.211Z] 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-04T08:45:25.211Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-04T08:45:25.472Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-04T08:45:25.472Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-04T08:45:25.472Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-04T08:45:25.472Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-04T08:45:25.472Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-04T08:45:25.734Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T08:45:25.734Z] Fetched 64.0 MB in 2s (34.2 MB/s) [2021-05-04T08:45:25.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:25.734Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T08:45:25.734Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T08:45:26.306Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T08:45:26.306Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T08:45:26.566Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-04T08:45:26.566Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-04T08:45:27.506Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:27.506Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:27.506Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:27.506Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:27.506Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:27.506Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:27.765Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:27.765Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:27.765Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:27.765Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:28.025Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:28.025Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:28.025Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:28.025Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:28.286Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:28.286Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T08:45:28.286Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:28.286Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-04T08:45:28.547Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:28.547Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T08:45:28.547Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:28.547Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:28.808Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:28.808Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:28.808Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:29.087Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T08:45:29.087Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:29.347Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T08:45:29.347Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T08:45:29.608Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T08:45:29.868Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-04T08:45:30.128Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T08:45:30.128Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-04T08:45:30.128Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-04T08:45:30.128Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-04T08:45:30.388Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-04T08:45:30.388Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-04T08:45:30.649Z] Installing new version of config file /etc/issue ... [2021-05-04T08:45:30.649Z] Installing new version of config file /etc/issue.net ... [2021-05-04T08:45:30.649Z] Installing new version of config file /etc/lsb-release ... [2021-05-04T08:45:30.649Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-04T08:45:30.910Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-04T08:45:30.910Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-04T08:45:30.910Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-04T08:45:31.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:31.173Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-04T08:45:31.173Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-04T08:45:31.437Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-04T08:45:31.437Z] 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-04T08:45:31.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:31.437Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:31.437Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:31.699Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:31.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:31.699Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-04T08:45:31.699Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-04T08:45:31.960Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-04T08:45:31.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:31.960Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-04T08:45:32.221Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T08:45:32.483Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-04T08:45:32.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:32.483Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T08:45:32.483Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T08:45:32.744Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T08:45:33.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:33.009Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T08:45:33.009Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T08:45:33.009Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-04T08:45:33.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:33.268Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-04T08:45:33.268Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-04T08:45:33.268Z] Setting up grep (3.1-2build1) ... [2021-05-04T08:45:33.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:33.529Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-04T08:45:33.529Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-04T08:45:33.529Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-04T08:45:33.789Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:33.790Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T08:45:33.790Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T08:45:34.049Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-04T08:45:34.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:34.049Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T08:45:34.049Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T08:45:34.641Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T08:45:34.641Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T08:45:34.902Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T08:45:34.902Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T08:45:35.473Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-04T08:45:35.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:35.473Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-04T08:45:35.473Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T08:45:36.864Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-04T08:45:36.864Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-04T08:45:36.864Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-04T08:45:36.864Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-04T08:45:36.864Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-04T08:45:37.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:37.124Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-04T08:45:37.124Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-04T08:45:37.124Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-04T08:45:37.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:37.385Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:37.385Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:37.385Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:37.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:37.385Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:37.646Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:37.646Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:37.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:37.646Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:37.907Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:37.907Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:37.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:37.907Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:38.166Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:38.166Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:38.166Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:38.166Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T08:45:38.427Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T08:45:38.427Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T08:45:38.427Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T08:45:38.688Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T08:45:38.688Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:38.688Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T08:45:38.688Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T08:45:38.948Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T08:45:39.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:39.521Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:39.521Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:39.521Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:39.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:39.521Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:39.521Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:39.783Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:39.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:39.783Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:40.044Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:40.305Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:40.567Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-04T08:45:40.827Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-04T08:45:41.089Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:41.089Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T08:45:41.089Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T08:45:41.089Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T08:45:41.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T08:45:41.350Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-04T08:45:41.350Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T08:45:41.350Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-04T08:45:41.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:41.610Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-04T08:45:41.610Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-04T08:45:41.870Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-04T08:45:42.130Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:42.130Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-04T08:45:42.130Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-04T08:45:42.130Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-04T08:45:42.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:42.391Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-04T08:45:42.391Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-04T08:45:42.391Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-04T08:45:42.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:42.651Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T08:45:42.651Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T08:45:42.651Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T08:45:42.912Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:42.912Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T08:45:42.912Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T08:45:42.912Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T08:45:42.912Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:42.912Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T08:45:43.173Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T08:45:43.173Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T08:45:43.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:43.434Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T08:45:43.434Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T08:45:43.693Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-04T08:45:43.693Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T08:45:43.693Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T08:45:43.693Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T08:45:43.954Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T08:45:43.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:43.954Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-04T08:45:43.954Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-04T08:45:44.215Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-04T08:45:44.215Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:44.215Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-04T08:45:44.215Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T08:45:44.478Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T08:45:44.536Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:45:44.536Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:45:44.536Z] ---> 9df9cf812052 [2021-05-04T08:45:44.536Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:45:44.536Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:45:44.536Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:45:44.536Z] ---> 9df9cf812052 [2021-05-04T08:45:44.536Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:45:44.536Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:45:44.537Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:45:44.537Z] ---> 9df9cf812052 [2021-05-04T08:45:44.537Z] Step 3/24 : WORKDIR /edgex-go [2021-05-04T08:45:44.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:45:44.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:45:44.537Z] ---> 9df9cf812052 [2021-05-04T08:45:44.537Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:45:44.537Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:45:44.537Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:45:44.537Z] ---> 9df9cf812052 [2021-05-04T08:45:44.537Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:45:44.537Z] ---> Running in d4f44c6c075c [2021-05-04T08:45:44.537Z] ---> Running in b5a85acdd03f [2021-05-04T08:45:44.537Z] ---> Running in f83a8f358110 [2021-05-04T08:45:44.537Z] ---> Running in e8f37b8816bc [2021-05-04T08:45:44.537Z] ---> Running in f4d29fb832ee [2021-05-04T08:45:44.537Z] Removing intermediate container b5a85acdd03f [2021-05-04T08:45:44.537Z] ---> 3e585c37a151 [2021-05-04T08:45:44.537Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:45:44.537Z] ---> Running in f30a1c2aabec [2021-05-04T08:45:44.537Z] Removing intermediate container e8f37b8816bc [2021-05-04T08:45:44.537Z] ---> cce7925fd9a0 [2021-05-04T08:45:44.537Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:45:44.537Z] Removing intermediate container f4d29fb832ee [2021-05-04T08:45:44.537Z] ---> 945605ad6a16 [2021-05-04T08:45:44.537Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:45:44.537Z] Removing intermediate container f83a8f358110 [2021-05-04T08:45:44.537Z] ---> e34fae3077f4 [2021-05-04T08:45:44.537Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:45:44.537Z] Removing intermediate container d4f44c6c075c [2021-05-04T08:45:44.537Z] ---> ba2b716618c4 [2021-05-04T08:45:44.537Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:45:44.537Z] ---> Running in 8c1f3ec97046 [2021-05-04T08:45:44.537Z] ---> Running in 9a9649e12628 [2021-05-04T08:45:44.537Z] ---> Running in f87d5428db61 [2021-05-04T08:45:44.537Z] ---> Running in a7f2607b8875 [2021-05-04T08:45:44.537Z] Removing intermediate container f30a1c2aabec [2021-05-04T08:45:44.537Z] ---> dbc5f316cdb7 [2021-05-04T08:45:44.537Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-04T08:45:44.537Z] ---> Running in 0fc5e797aad5 [2021-05-04T08:45:44.537Z] Removing intermediate container 9a9649e12628 [2021-05-04T08:45:44.537Z] ---> f23a47d345b9 [2021-05-04T08:45:44.537Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:45:44.537Z] Removing intermediate container 8c1f3ec97046 [2021-05-04T08:45:44.537Z] ---> 52cc0d360684 [2021-05-04T08:45:44.537Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:45:44.537Z] ---> Running in e17550d7ff41 [2021-05-04T08:45:44.537Z] ---> Running in 8fe40402991d [2021-05-04T08:45:44.537Z] Removing intermediate container a7f2607b8875 [2021-05-04T08:45:44.537Z] ---> eae3406ce528 [2021-05-04T08:45:44.537Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-04T08:45:44.537Z] Removing intermediate container f87d5428db61 [2021-05-04T08:45:44.537Z] ---> b736b87821b4 [2021-05-04T08:45:44.537Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-04T08:45:44.537Z] ---> Running in e8e7b849dbd8 [2021-05-04T08:45:44.537Z] ---> Running in 2b4d2c1acebb [2021-05-04T08:45:44.537Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:44.739Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:44.739Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T08:45:44.739Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T08:45:44.739Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T08:45:44.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:45.000Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-04T08:45:45.000Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-04T08:45:45.000Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-04T08:45:45.260Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:45.260Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-04T08:45:45.260Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-04T08:45:45.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:45.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:45.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:45.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:45.519Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-04T08:45:45.779Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:45.779Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T08:45:45.779Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T08:45:45.785Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:46.039Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-04T08:45:46.039Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:46.039Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-04T08:45:46.039Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-04T08:45:46.300Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-04T08:45:46.300Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:46.300Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-04T08:45:46.300Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-04T08:45:46.377Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:46.377Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:46.560Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-04T08:45:46.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:46.561Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-04T08:45:46.561Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-04T08:45:46.821Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-04T08:45:46.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:46.821Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-04T08:45:46.821Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-04T08:45:46.821Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-04T08:45:46.979Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:46.979Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:45:47.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:47.082Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-04T08:45:47.082Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-04T08:45:47.082Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-04T08:45:47.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:47.342Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-04T08:45:47.342Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-04T08:45:47.342Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-04T08:45:47.580Z] OK: 218 MiB in 52 packages [2021-05-04T08:45:47.604Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:47.604Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-04T08:45:47.604Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-04T08:45:47.604Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-04T08:45:47.860Z] OK: 218 MiB in 52 packages [2021-05-04T08:45:47.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T08:45:47.865Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-04T08:45:47.865Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-04T08:45:47.865Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-04T08:45:47.865Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-04T08:45:47.865Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-04T08:45:48.126Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-04T08:45:48.126Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-04T08:45:48.126Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-04T08:45:48.387Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-04T08:45:48.387Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-04T08:45:48.472Z] OK: 218 MiB in 52 packages [2021-05-04T08:45:48.648Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-04T08:45:48.648Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-04T08:45:48.757Z] OK: 218 MiB in 52 packages [2021-05-04T08:45:48.906Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-04T08:45:48.906Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-04T08:45:48.906Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-04T08:45:48.906Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-04T08:45:49.166Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-04T08:45:49.166Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-04T08:45:49.166Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-04T08:45:49.166Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-04T08:45:49.362Z] Removing intermediate container e17550d7ff41 [2021-05-04T08:45:49.362Z] ---> a937d21397d7 [2021-05-04T08:45:49.362Z] Step 6/23 : COPY go.mod . [2021-05-04T08:45:49.362Z] OK: 218 MiB in 52 packages [2021-05-04T08:45:49.426Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-04T08:45:49.426Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-04T08:45:49.643Z] Removing intermediate container 8fe40402991d [2021-05-04T08:45:49.644Z] ---> 2300d14612e6 [2021-05-04T08:45:49.644Z] Step 6/23 : COPY go.mod . [2021-05-04T08:45:49.687Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-04T08:45:49.687Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-04T08:45:49.687Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-04T08:45:49.687Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-04T08:45:49.948Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-04T08:45:49.948Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-04T08:45:50.241Z] Removing intermediate container e8e7b849dbd8 [2021-05-04T08:45:50.242Z] ---> cc763d579f3a [2021-05-04T08:45:50.242Z] Step 6/22 : COPY go.mod . [2021-05-04T08:45:50.517Z] ---> d99fc35a4e7d [2021-05-04T08:45:50.517Z] Step 7/23 : RUN go mod download [2021-05-04T08:45:50.517Z] Removing intermediate container 0fc5e797aad5 [2021-05-04T08:45:50.517Z] ---> 064f4dc9c7e2 [2021-05-04T08:45:50.517Z] Step 6/24 : COPY go.mod . [2021-05-04T08:45:50.795Z] ---> Running in 4e72af5cc30a [2021-05-04T08:45:50.795Z] ---> a5a96dcc70bb [2021-05-04T08:45:50.795Z] Step 7/23 : RUN go mod download [2021-05-04T08:45:50.917Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-04T08:45:50.918Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-04T08:45:50.918Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-04T08:45:50.918Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-04T08:45:50.918Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T08:45:51.077Z] ---> Running in 1cef6c50c932 [2021-05-04T08:45:51.178Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T08:45:51.352Z] Removing intermediate container 2b4d2c1acebb [2021-05-04T08:45:51.352Z] ---> 795e2610084f [2021-05-04T08:45:51.352Z] Step 6/22 : COPY go.mod . [2021-05-04T08:45:51.352Z] ---> b4cec155f08e [2021-05-04T08:45:51.352Z] Step 7/22 : RUN go mod download [2021-05-04T08:45:51.441Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T08:45:51.442Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T08:45:51.442Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T08:45:51.658Z] ---> Running in 1ce2ccfc2855 [2021-05-04T08:45:51.702Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T08:45:51.702Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T08:45:51.702Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T08:45:51.931Z] ---> 233b4f5161b1 [2021-05-04T08:45:51.931Z] Step 7/24 : RUN go mod download [2021-05-04T08:45:51.967Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:51.967Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:51.967Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:51.967Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:52.213Z] ---> Running in 27e01d8d990c [2021-05-04T08:45:52.227Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:52.227Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:52.488Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:52.488Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:52.810Z] ---> 7a2a6997e7f1 [2021-05-04T08:45:52.810Z] Step 7/22 : RUN go mod download [2021-05-04T08:45:53.094Z] ---> Running in d40ffc944a53 [2021-05-04T08:45:53.428Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:53.428Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:54.368Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:54.368Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:54.940Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:54.940Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:55.088Z] Removing intermediate container 4e72af5cc30a [2021-05-04T08:45:55.089Z] ---> 6d55c9b1721b [2021-05-04T08:45:55.089Z] Step 8/23 : COPY . . [2021-05-04T08:45:55.201Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:55.462Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:55.691Z] Removing intermediate container 1cef6c50c932 [2021-05-04T08:45:55.691Z] ---> 9bcd576ee207 [2021-05-04T08:45:55.691Z] Step 8/23 : COPY . . [2021-05-04T08:45:56.032Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T08:45:56.291Z] Removing intermediate container 1ce2ccfc2855 [2021-05-04T08:45:56.291Z] ---> dcb73769da5b [2021-05-04T08:45:56.291Z] Step 8/22 : COPY . . [2021-05-04T08:45:56.292Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T08:45:56.292Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T08:45:56.292Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T08:45:56.292Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-04T08:45:56.292Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T08:45:56.863Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-04T08:45:56.863Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T08:45:56.863Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-04T08:45:56.863Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-04T08:45:56.863Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T08:45:56.895Z] Removing intermediate container 27e01d8d990c [2021-05-04T08:45:56.895Z] ---> 6e670b4753fd [2021-05-04T08:45:56.895Z] Step 8/24 : COPY . . [2021-05-04T08:45:57.124Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T08:45:57.124Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T08:45:57.124Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T08:45:57.124Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-04T08:45:57.385Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-04T08:45:57.385Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:57.385Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T08:45:57.385Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:57.510Z] Removing intermediate container d40ffc944a53 [2021-05-04T08:45:57.510Z] ---> b73b1c08f8f2 [2021-05-04T08:45:57.510Z] Step 8/22 : COPY . . [2021-05-04T08:45:57.645Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:57.645Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:57.645Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-04T08:45:57.645Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-04T08:45:57.645Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-04T08:45:57.906Z] [2021-05-04T08:45:57.906Z] Current default time zone: 'Etc/UTC' [2021-05-04T08:45:57.906Z] Local time is now: Tue May 4 08:45:57 UTC 2021. [2021-05-04T08:45:57.906Z] Universal Time is now: Tue May 4 08:45:57 UTC 2021. [2021-05-04T08:45:57.906Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-04T08:45:57.906Z] [2021-05-04T08:45:57.906Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-04T08:45:57.906Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:57.906Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-04T08:45:57.906Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-04T08:45:57.906Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-04T08:45:57.906Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-04T08:45:57.906Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-04T08:45:57.906Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-04T08:45:58.167Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-04T08:45:58.167Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-04T08:45:58.167Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:58.167Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-04T08:45:58.427Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:45:58.427Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-04T08:45:58.427Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:45:58.427Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-04T08:45:58.427Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-04T08:45:58.427Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-04T08:45:58.427Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-04T08:45:58.687Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-04T08:45:58.687Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-04T08:45:58.687Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-04T08:45:58.687Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-04T08:46:00.596Z] Updating certificates in /etc/ssl/certs... [2021-05-04T08:46:01.539Z] 23 added, 27 removed; done. [2021-05-04T08:46:01.539Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-04T08:46:01.539Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T08:46:01.539Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-04T08:46:01.539Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-04T08:46:01.539Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-04T08:46:01.800Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:01.800Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-04T08:46:01.800Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:01.800Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:01.800Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:01.800Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:01.800Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:02.062Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-04T08:46:02.062Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-04T08:46:02.062Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-04T08:46:02.062Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-04T08:46:02.062Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-04T08:46:02.062Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:02.324Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T08:46:02.325Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-04T08:46:02.325Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-04T08:46:02.325Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-04T08:46:02.325Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T08:46:02.589Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-04T08:46:02.589Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-04T08:46:02.589Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-04T08:46:02.589Z] Updating certificates in /etc/ssl/certs... [2021-05-04T08:46:03.161Z] 0 added, 0 removed; done. [2021-05-04T08:46:03.161Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-04T08:46:03.161Z] done. [2021-05-04T08:46:03.731Z] Reading package lists... [2021-05-04T08:46:03.991Z] Building dependency tree... [2021-05-04T08:46:03.991Z] Reading state information... [2021-05-04T08:46:04.252Z] The following NEW packages will be installed: [2021-05-04T08:46:04.252Z] apt-transport-https [2021-05-04T08:46:04.252Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T08:46:04.252Z] Need to get 1692 B of archives. [2021-05-04T08:46:04.252Z] After this operation, 154 kB of additional disk space will be used. [2021-05-04T08:46:04.252Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-04T08:46:04.513Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T08:46:04.513Z] Fetched 1692 B in 0s (9441 B/s) [2021-05-04T08:46:04.513Z] Selecting previously unselected package apt-transport-https. [2021-05-04T08:46:04.513Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-04T08:46:04.513Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-04T08:46:04.513Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-04T08:46:04.513Z] Setting up apt-transport-https (1.6.13) ... [2021-05-04T08:46:04.773Z] Waiting for network to be ready... [2021-05-04T08:46:10.063Z] 2021-05-04T08:46:08Z INFO Waiting for automatic snapd restart... [2021-05-04T08:46:10.635Z] snapd 2.49.2 from Canonical* installed [2021-05-04T08:46:11.579Z] "snapd" switched to the "latest/stable" channel [2021-05-04T08:46:11.579Z] [2021-05-04T08:46:14.873Z] core18 20210309 from Canonical* installed [2021-05-04T08:46:14.873Z] "core18" switched to the "latest/stable" channel [2021-05-04T08:46:14.873Z] [2021-05-04T08:46:18.174Z] snapcraft 4.7.1 from Canonical* installed [2021-05-04T08:46:18.174Z] "snapcraft" switched to the "latest/stable" channel [2021-05-04T08:46:18.174Z] [2021-05-04T08:46:22.377Z] 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-04T08:46:22.377Z] - README.md [2021-05-04T08:46:22.377Z] [2021-05-04T08:46:22.377Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-04T08:46:28.961Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T08:46:28.961Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T08:46:28.961Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T08:46:28.961Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T08:46:29.896Z] ---> 184e5c849abc [2021-05-04T08:46:29.896Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-04T08:46:29.896Z] ---> 660aad9f4134 [2021-05-04T08:46:29.896Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-04T08:46:29.896Z] ---> 24e8a273dc4d [2021-05-04T08:46:29.896Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-04T08:46:29.896Z] ---> 00c987c88d12 [2021-05-04T08:46:29.896Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-04T08:46:29.896Z] ---> 3ac734dfc0f8 [2021-05-04T08:46:29.896Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-04T08:46:29.896Z] ---> Running in 052b149994c3 [2021-05-04T08:46:29.896Z] ---> Running in aa3ecfd15683 [2021-05-04T08:46:29.896Z] ---> Running in 29fdc88f8fb9 [2021-05-04T08:46:29.896Z] ---> Running in 62196e0e6770 [2021-05-04T08:46:29.896Z] ---> Running in e28c35f75288 [2021-05-04T08:46:29.896Z] 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-04T08:46:29.896Z] 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-04T08:46:29.896Z] 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-04T08:46:29.896Z] 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-04T08:46:29.896Z] 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-04T08:46:29.903Z] Reading package lists... [2021-05-04T08:46:30.163Z] 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-04T08:46:36.747Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T08:46:36.747Z] Reading package lists... [2021-05-04T08:46:36.747Z] Building dependency tree... [2021-05-04T08:46:36.747Z] Reading state information... [2021-05-04T08:46:36.747Z] Suggested packages: [2021-05-04T08:46:36.747Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-04T08:46:36.748Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-04T08:46:36.748Z] Recommended packages: [2021-05-04T08:46:36.748Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-04T08:46:36.748Z] The following NEW packages will be installed: [2021-05-04T08:46:36.748Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-04T08:46:36.748Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-04T08:46:36.748Z] pkg-config zip [2021-05-04T08:46:36.748Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T08:46:36.748Z] Need to get 7663 kB of archives. [2021-05-04T08:46:36.748Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-04T08:46:36.748Z] 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-04T08:46:37.008Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-04T08:46:37.008Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-04T08:46:37.008Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-04T08:46:37.008Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-04T08:46:37.009Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-04T08:46:37.009Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-04T08:46:37.268Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-04T08:46:37.268Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-04T08:46:37.268Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-04T08:46:37.268Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-04T08:46:37.528Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-04T08:46:37.528Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-04T08:46:37.528Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-04T08:46:37.528Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-04T08:46:37.528Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T08:46:37.528Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-05-04T08:46:37.789Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-04T08:46:37.789Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-04T08:46:37.789Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-04T08:46:37.789Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-04T08:46:38.050Z] Selecting previously unselected package libpsl5:amd64. [2021-05-04T08:46:38.050Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-04T08:46:38.050Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-04T08:46:38.050Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-04T08:46:38.050Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-04T08:46:38.050Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-04T08:46:38.050Z] Selecting previously unselected package librtmp1:amd64. [2021-05-04T08:46:38.050Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-04T08:46:38.050Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-04T08:46:38.309Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-04T08:46:38.309Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-04T08:46:38.309Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-04T08:46:38.309Z] Selecting previously unselected package liberror-perl. [2021-05-04T08:46:38.309Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-04T08:46:38.309Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-04T08:46:38.309Z] Selecting previously unselected package git-man. [2021-05-04T08:46:38.309Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-04T08:46:38.309Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-04T08:46:38.568Z] Selecting previously unselected package git. [2021-05-04T08:46:38.568Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-04T08:46:38.568Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-04T08:46:39.551Z] Selecting previously unselected package libnorm1:amd64. [2021-05-04T08:46:39.551Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-04T08:46:39.551Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-04T08:46:39.551Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-04T08:46:39.551Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-04T08:46:39.551Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-04T08:46:39.551Z] Selecting previously unselected package libsodium23:amd64. [2021-05-04T08:46:39.551Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-04T08:46:39.551Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-04T08:46:39.551Z] Selecting previously unselected package libzmq5:amd64. [2021-05-04T08:46:39.551Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-04T08:46:39.551Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T08:46:39.813Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-04T08:46:39.813Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-04T08:46:39.813Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T08:46:39.813Z] Selecting previously unselected package pkg-config. [2021-05-04T08:46:39.813Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-04T08:46:39.813Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-04T08:46:40.074Z] Selecting previously unselected package zip. [2021-05-04T08:46:40.074Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-04T08:46:40.074Z] Unpacking zip (3.0-11build1) ... [2021-05-04T08:46:40.074Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-04T08:46:40.074Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-04T08:46:40.074Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-04T08:46:40.074Z] Setting up liberror-perl (0.17025-1) ... [2021-05-04T08:46:40.074Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-04T08:46:40.335Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-04T08:46:40.335Z] No schema files found: doing nothing. [2021-05-04T08:46:40.335Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-04T08:46:40.335Z] Setting up zip (3.0-11build1) ... [2021-05-04T08:46:40.335Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-04T08:46:40.335Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-04T08:46:40.335Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-04T08:46:40.335Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T08:46:40.335Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-04T08:46:40.335Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T08:46:40.335Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-04T08:46:40.595Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T08:46:47.181Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T08:46:47.181Z] git set to automatically installed. [2021-05-04T08:46:47.181Z] git-man set to automatically installed. [2021-05-04T08:46:47.181Z] libcurl3-gnutls set to automatically installed. [2021-05-04T08:46:47.181Z] liberror-perl set to automatically installed. [2021-05-04T08:46:47.181Z] libglib2.0-0 set to automatically installed. [2021-05-04T08:46:47.181Z] libnghttp2-14 set to automatically installed. [2021-05-04T08:46:47.181Z] libnorm1 set to automatically installed. [2021-05-04T08:46:47.181Z] libpgm-5.2-0 set to automatically installed. [2021-05-04T08:46:47.181Z] libpsl5 set to automatically installed. [2021-05-04T08:46:47.181Z] librtmp1 set to automatically installed. [2021-05-04T08:46:47.181Z] libsodium23 set to automatically installed. [2021-05-04T08:46:47.181Z] libzmq3-dev set to automatically installed. [2021-05-04T08:46:47.181Z] libzmq5 set to automatically installed. [2021-05-04T08:46:47.181Z] pkg-config set to automatically installed. [2021-05-04T08:46:47.181Z] zip set to automatically installed. [2021-05-04T08:46:48.565Z] snapd is not logged in, snap install commands will use sudo [2021-05-04T08:46:56.710Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T08:46:56.710Z] snap "core18" has no updates available [2021-05-04T08:46:56.710Z] snapd is not logged in, snap install commands will use sudo [2021-05-04T08:47:03.295Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T08:47:21.411Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-04T08:47:21.411Z] Pulling go-build-helper [2021-05-04T08:47:21.411Z] + snapcraftctl pull [2021-05-04T08:47:21.981Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-04T08:47:21.981Z] Skipping pull go-build-helper (already ran) [2021-05-04T08:47:21.981Z] Building go-build-helper [2021-05-04T08:47:21.981Z] + snapcraftctl build [2021-05-04T08:47:23.891Z] Staging go-build-helper [2021-05-04T08:47:23.891Z] + snapcraftctl stage [2021-05-04T08:47:33.889Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-04T08:47:33.889Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-04T08:47:33.889Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-04T08:47:33.889Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-04T08:47:33.889Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-04T08:47:33.889Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-04T08:47:33.889Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-04T08:47:33.889Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-04T08:47:33.889Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-04T08:47:33.889Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-04T08:47:33.889Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-04T08:47:33.889Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-04T08:47:33.889Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-04T08:47:33.889Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-04T08:47:33.889Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-04T08:47:33.889Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-04T08:47:33.889Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-04T08:47:33.889Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-04T08:47:33.889Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-04T08:47:33.889Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-04T08:47:33.889Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-04T08:47:33.889Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-04T08:47:33.889Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-04T08:47:33.889Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-04T08:47:33.889Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-04T08:47:33.889Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-04T08:47:33.889Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-04T08:47:33.889Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-04T08:47:33.889Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-04T08:47:33.889Z] Fetched 224 kB in 0s (0 B/s) [2021-05-04T08:47:33.889Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-04T08:47:33.889Z] Fetched 157 kB in 0s (0 B/s) [2021-05-04T08:47:33.889Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-04T08:47:33.889Z] Fetched 221 kB in 0s (0 B/s) [2021-05-04T08:47:33.890Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-04T08:47:33.890Z] Fetched 143 kB in 0s (0 B/s) [2021-05-04T08:47:33.890Z] Pulling app-service-config [2021-05-04T08:47:33.890Z] + snapcraftctl pull [2021-05-04T08:47:34.461Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-04T08:47:35.401Z] Pulling config-common [2021-05-04T08:47:35.401Z] + snapcraftctl pull [2021-05-04T08:47:40.698Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T08:47:40.698Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T08:47:40.698Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T08:47:40.698Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T08:47:40.698Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-04T08:47:40.698Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T08:47:40.698Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-04T08:47:40.698Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T08:47:40.698Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-04T08:47:40.698Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T08:47:40.698Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-04T08:47:40.698Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T08:47:40.698Z] Pulling edgex-go [2021-05-04T08:47:40.698Z] + snapcraftctl pull [2021-05-04T08:48:02.664Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T08:48:02.664Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T08:48:02.664Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T08:48:02.664Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-04T08:48:02.664Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-04T08:48:02.664Z] Fetched 279 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-04T08:48:02.664Z] Fetched 122 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-04T08:48:02.664Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-04T08:48:02.664Z] Fetched 8848 B in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-04T08:48:02.664Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-04T08:48:02.664Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-04T08:48:02.664Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-04T08:48:02.664Z] Fetched 219 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-04T08:48:02.664Z] Fetched 154 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-04T08:48:02.664Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-04T08:48:02.664Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-04T08:48:02.664Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-04T08:48:02.664Z] Fetched 499 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-04T08:48:02.664Z] Fetched 111 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-04T08:48:02.664Z] Fetched 240 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-04T08:48:02.664Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-04T08:48:02.664Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-04T08:48:02.664Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-04T08:48:02.664Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-04T08:48:02.664Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-04T08:48:02.664Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-04T08:48:02.664Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-04T08:48:02.664Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-04T08:48:02.664Z] Fetched 8720 B in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-04T08:48:02.664Z] Fetched 137 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-04T08:48:02.664Z] Fetched 119 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-04T08:48:02.664Z] Fetched 110 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-04T08:48:02.664Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-04T08:48:02.664Z] Fetched 645 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-04T08:48:02.664Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-04T08:48:02.664Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-04T08:48:02.664Z] Fetched 368 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-04T08:48:02.664Z] Fetched 187 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-04T08:48:02.664Z] Fetched 175 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-04T08:48:02.664Z] Fetched 206 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-04T08:48:02.664Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-04T08:48:02.664Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-04T08:48:02.664Z] Fetched 159 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-04T08:48:02.664Z] Fetched 107 kB in 0s (0 B/s) [2021-05-04T08:48:02.664Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-04T08:48:02.665Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-04T08:48:02.665Z] Pulling static-packages [2021-05-04T08:48:02.665Z] + snapcraftctl pull [2021-05-04T08:48:02.665Z] Pulling version [2021-05-04T08:48:02.665Z] + cd /root/project [2021-05-04T08:48:02.665Z] + [ -f VERSION ] [2021-05-04T08:48:02.665Z] + PROJECT_VERSION=local-dev [2021-05-04T08:48:02.665Z] + git rev-parse --short HEAD [2021-05-04T08:48:02.665Z] + GIT_REVISION=e5d0a699 [2021-05-04T08:48:02.665Z] + snapcraftctl set-version local-dev [2021-05-04T08:48:03.236Z] Skipping build go-build-helper (already ran) [2021-05-04T08:48:03.497Z] Building app-service-config [2021-05-04T08:48:03.497Z] + make build [2021-05-04T08:48:03.497Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-04T08:48:05.414Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-04T08:48:05.414Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-04T08:48:05.414Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-04T08:48:05.414Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-04T08:48:05.414Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-04T08:48:05.414Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-04T08:48:05.676Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-04T08:48:05.676Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-04T08:48:05.676Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-04T08:48:05.676Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-04T08:48:05.676Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-04T08:48:05.936Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-04T08:48:05.936Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-04T08:48:05.936Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-04T08:48:05.936Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-04T08:48:06.197Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-04T08:48:06.197Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-04T08:48:06.457Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-04T08:48:06.457Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-04T08:48:06.457Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-04T08:48:06.457Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-04T08:48:06.457Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-04T08:48:06.457Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-04T08:48:06.457Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-04T08:48:06.457Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-04T08:48:06.457Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-04T08:48:06.457Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-04T08:48:06.720Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-04T08:48:06.720Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-04T08:48:06.720Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-04T08:48:06.720Z] go: downloading golang.org/x/text v0.3.2 [2021-05-04T08:48:06.720Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-04T08:48:06.720Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-04T08:48:06.720Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-04T08:48:06.720Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-04T08:48:06.720Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-04T08:48:06.720Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-04T08:48:06.720Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-04T08:48:06.721Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-04T08:48:07.007Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-04T08:48:07.007Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-04T08:48:07.007Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-04T08:48:07.007Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-04T08:48:07.007Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-04T08:48:07.007Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-04T08:48:17.009Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-04T08:48:17.270Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-04T08:48:17.270Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-04T08:48:17.270Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-04T08:48:18.211Z] Building config-common [2021-05-04T08:48:18.211Z] + snapcraftctl build [2021-05-04T08:48:20.752Z] Building edgex-go [2021-05-04T08:48:20.752Z] + cd /root/parts/edgex-go/src [2021-05-04T08:48:20.752Z] + make build [2021-05-04T08:48:20.752Z] 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-04T08:48:21.013Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-04T08:48:21.013Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-04T08:48:21.273Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-04T08:48:21.273Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-04T08:48:21.273Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-04T08:48:21.273Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-04T08:48:25.480Z] 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-04T08:48:25.480Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-04T08:48:30.765Z] 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-04T08:48:32.682Z] 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-04T08:48:34.066Z] 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-04T08:48:35.022Z] 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-04T08:48:35.022Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-04T08:48:35.282Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-04T08:48:35.282Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-04T08:48:35.282Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-04T08:48:36.804Z] 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-04T08:48:37.194Z] 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-04T08:48:37.455Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-04T08:48:37.455Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-04T08:48:39.369Z] 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-04T08:48:40.960Z] 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-04T08:48:41.930Z] 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-04T08:48:43.427Z] 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-04T08:48:43.427Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-04T08:48:44.975Z] 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-04T08:48:44.975Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-04T08:48:47.048Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-04T08:48:47.048Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-04T08:48:47.048Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-04T08:48:47.048Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-04T08:48:47.048Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-04T08:48:47.048Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-04T08:48:47.313Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-04T08:48:47.313Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-04T08:48:47.313Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-04T08:48:47.313Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-04T08:48:47.313Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-04T08:48:47.313Z] + 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-04T08:48:47.313Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-04T08:48:47.313Z] + 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-04T08:48:47.313Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-04T08:48:47.313Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-04T08:48:47.313Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-04T08:48:47.313Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-04T08:48:47.313Z] + 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-04T08:48:50.609Z] Building static-packages [2021-05-04T08:48:50.609Z] + snapcraftctl build [2021-05-04T08:48:51.913Z] Removing intermediate container e28c35f75288 [2021-05-04T08:48:51.913Z] ---> cfbb4d29334b [2021-05-04T08:48:51.913Z] [2021-05-04T08:48:51.913Z] Step 10/24 : FROM alpine:3.12 [2021-05-04T08:48:51.913Z] 3.12: Pulling from library/alpine [2021-05-04T08:48:52.189Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T08:48:52.189Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T08:48:52.189Z] ---> 9852663dfa18 [2021-05-04T08:48:52.189Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-04T08:48:52.519Z] Building version [2021-05-04T08:48:52.519Z] + snapcraftctl build [2021-05-04T08:48:52.788Z] ---> Running in 55ca0a9446fb [2021-05-04T08:48:54.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:48:55.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:48:55.060Z] Skipping stage go-build-helper (already ran) [2021-05-04T08:48:55.060Z] Staging app-service-config [2021-05-04T08:48:55.060Z] + snapcraftctl stage [2021-05-04T08:48:55.666Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-04T08:48:55.943Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:48:55.943Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-04T08:48:55.943Z] (4/6) Installing curl (7.76.1-r0) [2021-05-04T08:48:55.943Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:48:55.943Z] (6/6) Installing su-exec (0.2-r1) [2021-05-04T08:48:55.943Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:48:55.943Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:48:56.001Z] Staging config-common [2021-05-04T08:48:56.001Z] + snapcraftctl stage [2021-05-04T08:48:56.229Z] OK: 7 MiB in 20 packages [2021-05-04T08:48:57.392Z] Staging edgex-go [2021-05-04T08:48:57.392Z] + snapcraftctl stage [2021-05-04T08:48:58.333Z] Staging static-packages [2021-05-04T08:48:58.333Z] + snapcraftctl stage [2021-05-04T08:48:59.287Z] Staging version [2021-05-04T08:48:59.287Z] + snapcraftctl stage [2021-05-04T08:49:00.670Z] Priming go-build-helper [2021-05-04T08:49:00.670Z] + snapcraftctl prime [2021-05-04T08:49:01.611Z] Priming app-service-config [2021-05-04T08:49:01.611Z] + snapcraftctl prime [2021-05-04T08:49:01.702Z] Removing intermediate container 55ca0a9446fb [2021-05-04T08:49:01.702Z] ---> e8cbf34b6345 [2021-05-04T08:49:01.702Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:49:02.317Z] ---> Running in 46a5ea466cce [2021-05-04T08:49:02.993Z] Priming config-common [2021-05-04T08:49:02.993Z] + snapcraftctl prime [2021-05-04T08:49:03.811Z] Removing intermediate container 46a5ea466cce [2021-05-04T08:49:03.811Z] ---> ac5ae59ad57a [2021-05-04T08:49:03.811Z] Step 13/24 : WORKDIR / [2021-05-04T08:49:03.932Z] Priming edgex-go [2021-05-04T08:49:03.932Z] + snapcraftctl prime [2021-05-04T08:49:04.092Z] Removing intermediate container 052b149994c3 [2021-05-04T08:49:04.092Z] ---> a793bfe8f0a8 [2021-05-04T08:49:04.092Z] [2021-05-04T08:49:04.092Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:49:04.092Z] ---> 9852663dfa18 [2021-05-04T08:49:04.092Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:49:04.705Z] ---> Running in c5e5f090bc03 [2021-05-04T08:49:04.705Z] ---> Running in ee9f2ace8301 [2021-05-04T08:49:05.313Z] Priming static-packages [2021-05-04T08:49:05.313Z] + snapcraftctl prime [2021-05-04T08:49:06.153Z] Removing intermediate container 29fdc88f8fb9 [2021-05-04T08:49:06.153Z] ---> a025c6fdfc72 [2021-05-04T08:49:06.153Z] [2021-05-04T08:49:06.153Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:49:06.153Z] ---> 9852663dfa18 [2021-05-04T08:49:06.153Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-04T08:49:06.153Z] Removing intermediate container ee9f2ace8301 [2021-05-04T08:49:06.153Z] ---> 947f6d073ecc [2021-05-04T08:49:06.153Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-04T08:49:06.428Z] ---> Running in 4e7a10b52d6f [2021-05-04T08:49:06.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:49:07.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:49:07.324Z] Removing intermediate container 62196e0e6770 [2021-05-04T08:49:07.324Z] ---> 41fb4682193c [2021-05-04T08:49:07.324Z] [2021-05-04T08:49:07.324Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:49:07.324Z] ---> 9852663dfa18 [2021-05-04T08:49:07.324Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:49:07.858Z] Priming version [2021-05-04T08:49:07.858Z] + snapcraftctl prime [2021-05-04T08:49:07.939Z] ---> Running in b3e555f88e3e [2021-05-04T08:49:07.939Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T08:49:07.939Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:49:08.230Z] OK: 5 MiB in 15 packages [2021-05-04T08:49:08.230Z] ---> 1b88f0d1550e [2021-05-04T08:49:08.230Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-04T08:49:08.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:49:08.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:49:09.240Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-04T08:49:09.795Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-04T08:49:09.795Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:49:09.795Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:49:09.795Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:49:09.795Z] ---> b28f69455323 [2021-05-04T08:49:09.795Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-04T08:49:10.076Z] OK: 6 MiB in 16 packages [2021-05-04T08:49:10.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:49:10.643Z] Removing intermediate container c5e5f090bc03 [2021-05-04T08:49:10.643Z] ---> bebae306b8c4 [2021-05-04T08:49:10.643Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:49:10.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-04T08:49:10.917Z] ---> Running in 0879a11fd2ce [2021-05-04T08:49:11.519Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T08:49:11.519Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:49:11.519Z] OK: 5 MiB in 15 packages [2021-05-04T08:49:11.793Z] ---> f76d57436421 [2021-05-04T08:49:11.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-04T08:49:12.069Z] Removing intermediate container 0879a11fd2ce [2021-05-04T08:49:12.069Z] ---> 75384d037ea3 [2021-05-04T08:49:12.069Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-04T08:49:12.347Z] ---> Running in 9026927b5ce5 [2021-05-04T08:49:13.344Z] Removing intermediate container 4e7a10b52d6f [2021-05-04T08:49:13.344Z] ---> e59a6b9c5de7 [2021-05-04T08:49:13.344Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:49:13.625Z] Removing intermediate container 9026927b5ce5 [2021-05-04T08:49:13.625Z] ---> 0c0d8a40c47c [2021-05-04T08:49:13.625Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:49:13.911Z] ---> Running in 0591d1c59968 [2021-05-04T08:49:14.188Z] Removing intermediate container b3e555f88e3e [2021-05-04T08:49:14.188Z] ---> bdbd657838b2 [2021-05-04T08:49:14.188Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:49:14.188Z] ---> 9373ac22edee [2021-05-04T08:49:14.188Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-04T08:49:14.188Z] ---> Running in e75325ac0e02 [2021-05-04T08:49:14.463Z] ---> Running in aed61930cbea [2021-05-04T08:49:14.740Z] Removing intermediate container aa3ecfd15683 [2021-05-04T08:49:14.740Z] ---> 44388b033fe6 [2021-05-04T08:49:14.740Z] [2021-05-04T08:49:14.740Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:49:14.740Z] ---> 9852663dfa18 [2021-05-04T08:49:14.740Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:49:14.740Z] ---> Using cache [2021-05-04T08:49:14.740Z] ---> bdbd657838b2 [2021-05-04T08:49:14.740Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:49:15.018Z] Removing intermediate container 0591d1c59968 [2021-05-04T08:49:15.019Z] ---> 329eb486f9a7 [2021-05-04T08:49:15.019Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-04T08:49:15.310Z] ---> Running in 5a3583faf73c [2021-05-04T08:49:15.310Z] ---> Running in 861a668a09e5 [2021-05-04T08:49:15.310Z] Removing intermediate container e75325ac0e02 [2021-05-04T08:49:15.310Z] ---> d1d76b9aa35b [2021-05-04T08:49:15.310Z] Step 15/23 : WORKDIR / [2021-05-04T08:49:15.310Z] Removing intermediate container aed61930cbea [2021-05-04T08:49:15.310Z] ---> e66350bea111 [2021-05-04T08:49:15.310Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-04T08:49:15.622Z] ---> Running in 157225883e35 [2021-05-04T08:49:15.622Z] ---> Running in a88179e0f249 [2021-05-04T08:49:15.622Z] ---> 9427c6a1e7d8 [2021-05-04T08:49:15.622Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-04T08:49:15.907Z] Removing intermediate container 5a3583faf73c [2021-05-04T08:49:15.907Z] ---> 54a476728be2 [2021-05-04T08:49:15.907Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-04T08:49:16.218Z] Removing intermediate container 861a668a09e5 [2021-05-04T08:49:16.218Z] ---> 55fbf3b21832 [2021-05-04T08:49:16.218Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:49:16.218Z] ---> Running in 4aa8616420a1 [2021-05-04T08:49:16.218Z] ---> Running in 39d0ce58bd1d [2021-05-04T08:49:16.588Z] Removing intermediate container 157225883e35 [2021-05-04T08:49:16.588Z] ---> 5a96561ad503 [2021-05-04T08:49:16.588Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:49:16.588Z] Removing intermediate container a88179e0f249 [2021-05-04T08:49:16.588Z] ---> 726656bbb15c [2021-05-04T08:49:16.588Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:49:16.893Z] ---> Running in a077b5fa58f8 [2021-05-04T08:49:17.188Z] ---> a4f97e117d58 [2021-05-04T08:49:17.188Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-04T08:49:17.188Z] Removing intermediate container 4aa8616420a1 [2021-05-04T08:49:17.188Z] ---> b8d8d1d09cf4 [2021-05-04T08:49:17.188Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:49:17.490Z] ---> Running in 6d0465c8a0ff [2021-05-04T08:49:17.490Z] ---> Running in 47a289b7ec30 [2021-05-04T08:49:17.490Z] Removing intermediate container 39d0ce58bd1d [2021-05-04T08:49:17.490Z] ---> fd95822578ac [2021-05-04T08:49:17.490Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:49:17.792Z] Removing intermediate container a077b5fa58f8 [2021-05-04T08:49:17.792Z] ---> 7e8d724d1f37 [2021-05-04T08:49:17.792Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:49:18.424Z] ---> 4291bd2b0de5 [2021-05-04T08:49:18.424Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-04T08:49:18.699Z] Removing intermediate container 47a289b7ec30 [2021-05-04T08:49:18.699Z] ---> bc6481742034 [2021-05-04T08:49:18.699Z] Step 15/23 : WORKDIR / [2021-05-04T08:49:18.978Z] ---> Running in ba620697ad34 [2021-05-04T08:49:19.589Z] ---> 9d64852b5675 [2021-05-04T08:49:19.589Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-04T08:49:19.589Z] ---> 695771117f66 [2021-05-04T08:49:19.589Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-04T08:49:19.589Z] Removing intermediate container ba620697ad34 [2021-05-04T08:49:19.589Z] ---> c7cfbe9d69b2 [2021-05-04T08:49:19.589Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:49:21.045Z] ---> 3e045e940683 [2021-05-04T08:49:21.045Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-04T08:49:21.323Z] ---> bd6e0bcac094 [2021-05-04T08:49:21.324Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-04T08:49:21.605Z] ---> 6fefd9ed17eb [2021-05-04T08:49:21.605Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-04T08:49:21.880Z] Removing intermediate container 6d0465c8a0ff [2021-05-04T08:49:21.880Z] ---> 1fcc8603bb33 [2021-05-04T08:49:21.880Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-04T08:49:21.880Z] ---> 679dca89667d [2021-05-04T08:49:21.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-04T08:49:22.169Z] ---> Running in 73c30766c725 [2021-05-04T08:49:22.453Z] ---> 1f30e57c35d9 [2021-05-04T08:49:22.453Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-04T08:49:22.739Z] ---> Running in 57ead5d5571a [2021-05-04T08:49:23.016Z] ---> 72424e96a402 [2021-05-04T08:49:23.016Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-04T08:49:23.289Z] Removing intermediate container 73c30766c725 [2021-05-04T08:49:23.289Z] ---> c1f360882157 [2021-05-04T08:49:23.289Z] Step 22/24 : LABEL arch=arm64 [2021-05-04T08:49:23.289Z] ---> b596b7f2ace5 [2021-05-04T08:49:23.289Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-04T08:49:23.289Z] ---> Running in 2a5cc7b96889 [2021-05-04T08:49:23.289Z] ---> Running in 8b7245bbbb62 [2021-05-04T08:49:23.564Z] ---> 912dd48290f2 [2021-05-04T08:49:23.564Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-04T08:49:23.564Z] Removing intermediate container 57ead5d5571a [2021-05-04T08:49:23.564Z] ---> 68aeea8ea220 [2021-05-04T08:49:23.564Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:49:23.564Z] ---> Running in 975e36ca068b [2021-05-04T08:49:23.564Z] ---> Running in 5302eaae5952 [2021-05-04T08:49:23.837Z] Removing intermediate container 2a5cc7b96889 [2021-05-04T08:49:23.837Z] ---> a1006aa4e89c [2021-05-04T08:49:23.837Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:49:24.111Z] ---> Running in c27abd7dee5d [2021-05-04T08:49:24.395Z] Removing intermediate container 8b7245bbbb62 [2021-05-04T08:49:24.395Z] ---> f64a8a0b4031 [2021-05-04T08:49:24.395Z] Step 23/24 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:49:24.395Z] Removing intermediate container 975e36ca068b [2021-05-04T08:49:24.395Z] ---> 927d85a9bd94 [2021-05-04T08:49:24.395Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:49:24.395Z] Removing intermediate container 5302eaae5952 [2021-05-04T08:49:24.395Z] ---> b9d409bf14c3 [2021-05-04T08:49:24.395Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:49:24.673Z] ---> Running in 6632bc804ade [2021-05-04T08:49:24.673Z] ---> a50c5da5a830 [2021-05-04T08:49:24.673Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-04T08:49:24.673Z] ---> Running in 8e7b1607f8b0 [2021-05-04T08:49:24.673Z] ---> Running in 538b40bafabb [2021-05-04T08:49:24.951Z] ---> Running in 4ed919bc263c [2021-05-04T08:49:24.951Z] Removing intermediate container c27abd7dee5d [2021-05-04T08:49:24.951Z] ---> 18d9cc164538 [2021-05-04T08:49:24.951Z] Step 20/22 : LABEL arch=arm64 [2021-05-04T08:49:24.951Z] ---> Running in c641c9b24261 [2021-05-04T08:49:25.225Z] Removing intermediate container 6632bc804ade [2021-05-04T08:49:25.225Z] ---> 20b50acbd3ce [2021-05-04T08:49:25.225Z] Step 20/22 : LABEL arch=arm64 [2021-05-04T08:49:25.503Z] Removing intermediate container 8e7b1607f8b0 [2021-05-04T08:49:25.503Z] ---> 0c006d3454a6 [2021-05-04T08:49:25.503Z] Step 24/24 : LABEL version=0.0.0 [2021-05-04T08:49:25.503Z] ---> Running in 11fa15b098d0 [2021-05-04T08:49:25.503Z] Removing intermediate container 538b40bafabb [2021-05-04T08:49:25.503Z] ---> 2280c4ab2573 [2021-05-04T08:49:25.503Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:49:25.503Z] ---> Running in 975a6059e445 [2021-05-04T08:49:25.798Z] Removing intermediate container 4ed919bc263c [2021-05-04T08:49:25.798Z] ---> 71fab023b363 [2021-05-04T08:49:25.798Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:49:25.798Z] ---> Running in 1755b51cadc3 [2021-05-04T08:49:25.798Z] Removing intermediate container c641c9b24261 [2021-05-04T08:49:25.798Z] ---> 26e25bb02df5 [2021-05-04T08:49:25.798Z] Step 21/22 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:49:25.798Z] ---> Running in dd516cd48add [2021-05-04T08:49:26.085Z] ---> Running in f89dbb0e8406 [2021-05-04T08:49:26.376Z] Removing intermediate container 11fa15b098d0 [2021-05-04T08:49:26.376Z] ---> ec71f16cbbac [2021-05-04T08:49:26.376Z] Step 21/22 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:49:26.376Z] Removing intermediate container 975a6059e445 [2021-05-04T08:49:26.376Z] ---> f00b2a1d29cf [2021-05-04T08:49:26.376Z] [2021-05-04T08:49:26.376Z] ---> Running in 2fced503e03f [2021-05-04T08:49:26.376Z] Removing intermediate container 1755b51cadc3 [2021-05-04T08:49:26.376Z] ---> f311e5720465 [2021-05-04T08:49:26.650Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:49:26.650Z] Removing intermediate container dd516cd48add [2021-05-04T08:49:26.650Z] ---> 4730d441adbe [2021-05-04T08:49:26.650Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:49:26.650Z] Removing intermediate container f89dbb0e8406 [2021-05-04T08:49:26.650Z] ---> 275a426f97b2 [2021-05-04T08:49:26.650Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:49:26.650Z] ---> Running in c729cecb1a8a [2021-05-04T08:49:26.924Z] Successfully built f00b2a1d29cf [2021-05-04T08:49:27.203Z] ---> Running in 348ce0b8b6e5 [2021-05-04T08:49:27.203Z] ---> Running in 67a01ed77516 [2021-05-04T08:49:27.203Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-04T08:49:27.203Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-05-04T08:49:27.203Z] Removing intermediate container 2fced503e03f [2021-05-04T08:49:27.203Z] ---> 618e9b8dde50 [2021-05-04T08:49:27.203Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:49:27.479Z] Removing intermediate container c729cecb1a8a [2021-05-04T08:49:27.479Z] ---> 7eba6c8d3798 [2021-05-04T08:49:27.479Z] [2021-05-04T08:49:27.479Z] ---> Running in d9aac6ab877c [2021-05-04T08:49:28.077Z] Removing intermediate container 348ce0b8b6e5 [2021-05-04T08:49:28.077Z] ---> 621fae86b714 [2021-05-04T08:49:28.077Z] [2021-05-04T08:49:28.077Z] Removing intermediate container 67a01ed77516 [2021-05-04T08:49:28.077Z] ---> 06acb4157d87 [2021-05-04T08:49:28.077Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:49:28.077Z] Successfully built 7eba6c8d3798 [2021-05-04T08:49:28.077Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-04T08:49:28.077Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-05-04T08:49:28.077Z] ---> Running in 2ad5977cc622 [2021-05-04T08:49:28.077Z] Removing intermediate container d9aac6ab877c [2021-05-04T08:49:28.077Z] ---> 28df0342e357 [2021-05-04T08:49:28.077Z] [2021-05-04T08:49:28.673Z] Successfully built 621fae86b714 [2021-05-04T08:49:28.673Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-04T08:49:28.673Z] Building docker-core-data-go [2021-05-04T08:49:28.950Z]  Building docker-support-notifications-go ... done Successfully built 28df0342e357 [2021-05-04T08:49:28.950Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-04T08:49:28.950Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-05-04T08:49:28.950Z] Removing intermediate container 2ad5977cc622 [2021-05-04T08:49:28.950Z] ---> 9b0a88647fa4 [2021-05-04T08:49:28.950Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:49:29.223Z] ---> Running in 04ed4ae08e64 [2021-05-04T08:49:29.496Z] Removing intermediate container 04ed4ae08e64 [2021-05-04T08:49:29.496Z] ---> f6e1952bb9ae [2021-05-04T08:49:29.496Z] [2021-05-04T08:49:30.091Z] Successfully built f6e1952bb9ae [2021-05-04T08:49:30.091Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-04T08:50:26.898Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:50:26.898Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:50:26.898Z] ---> 9df9cf812052 [2021-05-04T08:50:26.898Z] Step 3/31 : WORKDIR /edgex-go [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> ba2b716618c4 [2021-05-04T08:50:26.898Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> b736b87821b4 [2021-05-04T08:50:26.898Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> 795e2610084f [2021-05-04T08:50:26.898Z] Step 6/31 : COPY go.mod . [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> 7a2a6997e7f1 [2021-05-04T08:50:26.898Z] Step 7/31 : RUN go mod download [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> b73b1c08f8f2 [2021-05-04T08:50:26.898Z] Step 8/31 : COPY . . [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> 00c987c88d12 [2021-05-04T08:50:26.898Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-04T08:50:26.898Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:50:26.898Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:50:26.898Z] ---> 9df9cf812052 [2021-05-04T08:50:26.898Z] Step 3/21 : WORKDIR /edgex-go [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> ba2b716618c4 [2021-05-04T08:50:26.898Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> b736b87821b4 [2021-05-04T08:50:26.898Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> 795e2610084f [2021-05-04T08:50:26.898Z] Step 6/21 : COPY go.mod . [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> 7a2a6997e7f1 [2021-05-04T08:50:26.898Z] Step 7/21 : RUN go mod download [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> b73b1c08f8f2 [2021-05-04T08:50:26.898Z] Step 8/21 : COPY . . [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> 00c987c88d12 [2021-05-04T08:50:26.898Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-04T08:50:26.898Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:50:26.898Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:50:26.898Z] ---> 9df9cf812052 [2021-05-04T08:50:26.898Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> ba2b716618c4 [2021-05-04T08:50:26.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> b736b87821b4 [2021-05-04T08:50:26.898Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-04T08:50:26.898Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:50:26.898Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:50:26.898Z] ---> 9df9cf812052 [2021-05-04T08:50:26.898Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:50:26.898Z] ---> Using cache [2021-05-04T08:50:26.898Z] ---> ba2b716618c4 [2021-05-04T08:50:26.899Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:50:26.899Z] ---> Using cache [2021-05-04T08:50:26.899Z] ---> b736b87821b4 [2021-05-04T08:50:26.899Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-04T08:50:29.520Z] ---> Running in 06909cfc07dc [2021-05-04T08:50:29.520Z] ---> Running in 430360c9a8db [2021-05-04T08:50:29.520Z] ---> Running in fbcd1760d0fc [2021-05-04T08:50:29.520Z] ---> Running in d83fa7df88fd [2021-05-04T08:50:30.959Z] 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-04T08:50:31.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:31.563Z] 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-04T08:50:31.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:32.550Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:32.550Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:33.552Z] OK: 218 MiB in 52 packages [2021-05-04T08:50:34.554Z] OK: 218 MiB in 52 packages [2021-05-04T08:50:36.011Z] Removing intermediate container fbcd1760d0fc [2021-05-04T08:50:36.011Z] ---> c096897ba903 [2021-05-04T08:50:36.011Z] Step 6/23 : COPY go.mod . [2021-05-04T08:50:36.287Z] Removing intermediate container 430360c9a8db [2021-05-04T08:50:36.287Z] ---> 951c6fe1f843 [2021-05-04T08:50:36.287Z] Step 6/23 : COPY go.mod . [2021-05-04T08:50:37.736Z] ---> a172c152652d [2021-05-04T08:50:37.736Z] Step 7/23 : RUN go mod download [2021-05-04T08:50:37.736Z] ---> cf0e3fa8f499 [2021-05-04T08:50:37.736Z] Step 7/23 : RUN go mod download [2021-05-04T08:50:37.736Z] ---> Running in 95aed070e1f6 [2021-05-04T08:50:38.015Z] ---> Running in 6dfd8d53ff8e [2021-05-04T08:50:43.484Z] Removing intermediate container 95aed070e1f6 [2021-05-04T08:50:43.484Z] ---> 320bcba2aaa3 [2021-05-04T08:50:43.484Z] Step 8/23 : COPY . . [2021-05-04T08:50:43.484Z] Removing intermediate container 6dfd8d53ff8e [2021-05-04T08:50:43.484Z] ---> 6f06baf22b7d [2021-05-04T08:50:43.484Z] Step 8/23 : COPY . . [2021-05-04T08:51:22.550Z] ---> 58fde95f9b4b [2021-05-04T08:51:22.550Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-04T08:51:22.550Z] ---> 8ad64afd49c0 [2021-05-04T08:51:22.550Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-04T08:51:22.550Z] ---> Running in 0d209a7725d2 [2021-05-04T08:51:22.550Z] ---> Running in c6feb04dbce0 [2021-05-04T08:51:22.551Z] 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-04T08:51:22.551Z] 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-04T08:51:49.396Z] 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-04T08:51:57.700Z] Removing intermediate container 06909cfc07dc [2021-05-04T08:51:57.700Z] ---> 4ff88e43f71d [2021-05-04T08:51:57.700Z] [2021-05-04T08:51:57.700Z] Step 10/31 : FROM alpine:3.12 [2021-05-04T08:51:57.700Z] ---> 9852663dfa18 [2021-05-04T08:51:57.700Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-04T08:51:57.700Z] ---> Running in 197604dfdf36 [2021-05-04T08:51:57.700Z] Removing intermediate container 197604dfdf36 [2021-05-04T08:51:57.700Z] ---> 79035aab21e8 [2021-05-04T08:51:57.700Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-04T08:51:58.328Z] ---> Running in 5a76984505ad [2021-05-04T08:52:01.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:52:01.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:52:01.617Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:52:01.617Z] (2/2) Installing su-exec (0.2-r1) [2021-05-04T08:52:01.617Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:52:01.617Z] OK: 5 MiB in 16 packages [2021-05-04T08:52:04.272Z] Removing intermediate container d83fa7df88fd [2021-05-04T08:52:04.272Z] ---> 2eef42c2c659 [2021-05-04T08:52:04.272Z] [2021-05-04T08:52:04.272Z] Step 10/21 : FROM alpine:3.12 [2021-05-04T08:52:04.272Z] ---> 9852663dfa18 [2021-05-04T08:52:04.272Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-04T08:52:04.272Z] ---> Running in 82e50e0783f6 [2021-05-04T08:52:04.567Z] Removing intermediate container 5a76984505ad [2021-05-04T08:52:04.567Z] ---> 364cc07e73e7 [2021-05-04T08:52:04.567Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-04T08:52:04.846Z] ---> Running in a5afb8ca61ba [2021-05-04T08:52:05.847Z] Removing intermediate container a5afb8ca61ba [2021-05-04T08:52:05.847Z] ---> f70b8f1cb137 [2021-05-04T08:52:05.847Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-04T08:52:05.847Z] ---> Running in 52a87ea960f5 [2021-05-04T08:52:06.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:52:06.451Z] Removing intermediate container 52a87ea960f5 [2021-05-04T08:52:06.451Z] ---> 57e22b256efb [2021-05-04T08:52:06.451Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-04T08:52:06.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:52:06.727Z] ---> Running in 25053bf83fa0 [2021-05-04T08:52:07.389Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-04T08:52:07.701Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:52:07.701Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-04T08:52:07.701Z] (4/4) Installing curl (7.76.1-r0) [2021-05-04T08:52:07.701Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:52:07.701Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:52:07.979Z] OK: 7 MiB in 18 packages [2021-05-04T08:52:11.494Z] Removing intermediate container 25053bf83fa0 [2021-05-04T08:52:11.494Z] ---> c8ec6a209ccc [2021-05-04T08:52:11.494Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-04T08:52:11.494Z] Removing intermediate container 82e50e0783f6 [2021-05-04T08:52:11.494Z] ---> 782d2ad3c98a [2021-05-04T08:52:11.494Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:52:11.494Z] ---> Running in 8e1327c7cb70 [2021-05-04T08:52:11.494Z] ---> Running in 7e9a338b934f [2021-05-04T08:52:12.107Z] Removing intermediate container 8e1327c7cb70 [2021-05-04T08:52:12.107Z] ---> 23fa838593fb [2021-05-04T08:52:12.107Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-04T08:52:12.380Z] Removing intermediate container 7e9a338b934f [2021-05-04T08:52:12.380Z] ---> 30477c76df40 [2021-05-04T08:52:12.380Z] Step 13/21 : WORKDIR /edgex [2021-05-04T08:52:12.655Z] ---> Running in fbda5c59b11e [2021-05-04T08:52:13.261Z] Removing intermediate container fbda5c59b11e [2021-05-04T08:52:13.261Z] ---> c1a76a01cc76 [2021-05-04T08:52:13.261Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-04T08:52:13.536Z] ---> 5d3734d83b64 [2021-05-04T08:52:13.536Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-04T08:52:13.811Z] ---> Running in 0218907923be [2021-05-04T08:52:15.250Z] ---> 50ca2e872067 [2021-05-04T08:52:15.250Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-04T08:52:17.248Z] ---> 38a1e3a33446 [2021-05-04T08:52:17.248Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-04T08:52:18.241Z] Removing intermediate container 0218907923be [2021-05-04T08:52:18.241Z] ---> a9f01940e009 [2021-05-04T08:52:18.241Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:52:20.238Z] ---> 2b3a942a68a4 [2021-05-04T08:52:20.239Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-04T08:52:20.239Z] ---> 6d751d99b955 [2021-05-04T08:52:20.239Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-04T08:52:20.239Z] ---> Running in a15dc7a86dc5 [2021-05-04T08:52:21.220Z] Removing intermediate container a15dc7a86dc5 [2021-05-04T08:52:21.220Z] ---> 237ebcb968a3 [2021-05-04T08:52:21.220Z] Step 18/21 : CMD ["--init=true"] [2021-05-04T08:52:21.498Z] ---> Running in 7f3f2c6298a4 [2021-05-04T08:52:22.501Z] ---> b636d9f86e18 [2021-05-04T08:52:22.501Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-04T08:52:22.501Z] Removing intermediate container 7f3f2c6298a4 [2021-05-04T08:52:22.501Z] ---> 39c41debd8b9 [2021-05-04T08:52:22.501Z] Step 19/21 : LABEL arch=arm64 [2021-05-04T08:52:22.776Z] ---> Running in 35f3415485a7 [2021-05-04T08:52:23.761Z] Removing intermediate container 35f3415485a7 [2021-05-04T08:52:23.761Z] ---> d029d36b2949 [2021-05-04T08:52:23.761Z] Step 20/21 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:52:23.761Z] ---> 8c1f027a876e [2021-05-04T08:52:23.761Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-04T08:52:23.761Z] ---> Running in 9186a8d29b93 [2021-05-04T08:52:24.756Z] Removing intermediate container 9186a8d29b93 [2021-05-04T08:52:24.756Z] ---> 8dd55e06fac9 [2021-05-04T08:52:24.756Z] Step 21/21 : LABEL version=0.0.0 [2021-05-04T08:52:25.029Z] ---> 7a88f138ba67 [2021-05-04T08:52:25.029Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-04T08:52:25.029Z] ---> Running in 9d2e381661a7 [2021-05-04T08:52:26.019Z] Removing intermediate container 9d2e381661a7 [2021-05-04T08:52:26.019Z] ---> 4473975f6f28 [2021-05-04T08:52:26.019Z] [2021-05-04T08:52:26.618Z] ---> a00e3542546d [2021-05-04T08:52:26.618Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-04T08:52:26.893Z] Successfully built 4473975f6f28 [2021-05-04T08:52:26.893Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-04T08:52:27.181Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 0aa229f30d07 [2021-05-04T08:52:28.167Z] Removing intermediate container 0aa229f30d07 [2021-05-04T08:52:28.167Z] ---> a89d317184fb [2021-05-04T08:52:28.167Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-04T08:52:29.181Z] ---> e97d6d7ebe7b [2021-05-04T08:52:29.181Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-04T08:52:29.786Z] ---> Running in cc9131cf6435 [2021-05-04T08:52:34.125Z] Removing intermediate container cc9131cf6435 [2021-05-04T08:52:34.125Z] ---> af72cc0678e5 [2021-05-04T08:52:34.125Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-04T08:52:34.125Z] ---> Running in 109dafaada5f [2021-05-04T08:52:34.748Z] Removing intermediate container 109dafaada5f [2021-05-04T08:52:34.748Z] ---> e14ced51f3b9 [2021-05-04T08:52:34.748Z] Step 28/31 : CMD ["gate"] [2021-05-04T08:52:35.349Z] ---> Running in 9db057e2d158 [2021-05-04T08:52:36.340Z] Removing intermediate container 9db057e2d158 [2021-05-04T08:52:36.340Z] ---> c1c4ffbfd565 [2021-05-04T08:52:36.340Z] Step 29/31 : LABEL arch=arm64 [2021-05-04T08:52:36.616Z] ---> Running in c56b231c60d4 [2021-05-04T08:52:37.605Z] Removing intermediate container c56b231c60d4 [2021-05-04T08:52:37.605Z] ---> 7627d6efda5c [2021-05-04T08:52:37.605Z] Step 30/31 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:52:37.883Z] ---> Running in 9660284fe503 [2021-05-04T08:52:38.877Z] Removing intermediate container 9660284fe503 [2021-05-04T08:52:38.877Z] ---> b7ca2fa31421 [2021-05-04T08:52:38.877Z] Step 31/31 : LABEL version=0.0.0 [2021-05-04T08:52:39.483Z] ---> Running in 6d21f1fcc47c [2021-05-04T08:52:40.089Z] Removing intermediate container 6d21f1fcc47c [2021-05-04T08:52:40.089Z] ---> 790da3c6b463 [2021-05-04T08:52:40.089Z] [2021-05-04T08:52:40.695Z] Successfully built 790da3c6b463 [2021-05-04T08:52:40.695Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-04T08:52:55.837Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 0d209a7725d2 [2021-05-04T08:52:55.837Z] ---> 28853f274515 [2021-05-04T08:52:55.837Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-04T08:52:55.837Z] ---> Running in 839e7e397e7e [2021-05-04T08:52:55.837Z] 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-04T08:52:59.217Z] Removing intermediate container 839e7e397e7e [2021-05-04T08:52:59.217Z] ---> ba889d21890f [2021-05-04T08:52:59.217Z] [2021-05-04T08:52:59.217Z] Step 11/23 : FROM docker:20.10.0 [2021-05-04T08:52:59.217Z] 20.10.0: Pulling from library/docker [2021-05-04T08:53:07.509Z] Removing intermediate container c6feb04dbce0 [2021-05-04T08:53:07.509Z] ---> 9dab0433ea1e [2021-05-04T08:53:07.509Z] [2021-05-04T08:53:07.509Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:53:07.509Z] ---> 9852663dfa18 [2021-05-04T08:53:07.509Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-04T08:53:07.509Z] ---> Running in 3be8bbc995a1 [2021-05-04T08:53:07.509Z] Removing intermediate container 3be8bbc995a1 [2021-05-04T08:53:07.509Z] ---> e4c46949f721 [2021-05-04T08:53:07.509Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-04T08:53:07.509Z] ---> Running in d56a808efe01 [2021-05-04T08:53:08.104Z] Removing intermediate container d56a808efe01 [2021-05-04T08:53:08.104Z] ---> a6e4a1be52f6 [2021-05-04T08:53:08.104Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-04T08:53:08.104Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-04T08:53:08.104Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-04T08:53:08.104Z] ---> eeaf43b92773 [2021-05-04T08:53:08.104Z] 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-04T08:53:08.378Z] ---> Running in 72caaada0939 [2021-05-04T08:53:08.378Z] ---> Running in 3f618d86baa9 [2021-05-04T08:53:08.974Z] Removing intermediate container 72caaada0939 [2021-05-04T08:53:08.974Z] ---> 6ac146cee423 [2021-05-04T08:53:08.974Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:53:08.974Z] Removing intermediate container 3f618d86baa9 [2021-05-04T08:53:08.974Z] ---> 01edd44e8ab1 [2021-05-04T08:53:08.974Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-04T08:53:08.974Z] ---> Running in b5644689ba34 [2021-05-04T08:53:08.974Z] ---> Running in 402e17394495 [2021-05-04T08:53:10.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:53:10.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:53:11.296Z] (1/39) Installing readline (8.0.4-r0) [2021-05-04T08:53:11.296Z] (2/39) Installing bash (5.0.17-r0) [2021-05-04T08:53:11.296Z] Executing bash-5.0.17-r0.post-install [2021-05-04T08:53:11.296Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:53:11.296Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-04T08:53:11.296Z] (5/39) Installing curl (7.76.1-r0) [2021-05-04T08:53:11.296Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-04T08:53:11.568Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-04T08:53:11.568Z] (8/39) Installing expat (2.2.9-r1) [2021-05-04T08:53:11.568Z] (9/39) Installing libffi (3.3-r2) [2021-05-04T08:53:11.568Z] (10/39) Installing gdbm (1.13-r1) [2021-05-04T08:53:11.568Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-04T08:53:11.568Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-04T08:53:11.568Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-04T08:53:11.840Z] Removing intermediate container b5644689ba34 [2021-05-04T08:53:11.841Z] ---> cb90074ab5f9 [2021-05-04T08:53:11.841Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-04T08:53:12.434Z] ---> Running in 01ffec82a24e [2021-05-04T08:53:13.418Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-04T08:53:13.418Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-04T08:53:13.418Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-04T08:53:13.418Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-04T08:53:13.690Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-04T08:53:13.690Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-04T08:53:13.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:53:13.690Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-04T08:53:13.690Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-04T08:53:13.690Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-04T08:53:13.690Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-04T08:53:13.965Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-04T08:53:13.965Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-04T08:53:13.965Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-04T08:53:13.965Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-04T08:53:13.965Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-04T08:53:13.965Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-04T08:53:13.965Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-04T08:53:13.965Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-04T08:53:13.965Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-04T08:53:13.965Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-04T08:53:13.965Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-04T08:53:13.965Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-04T08:53:13.965Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-04T08:53:13.965Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-04T08:53:13.965Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-04T08:53:13.965Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-04T08:53:14.239Z] Executing busybox-1.31.1-r19.trigger [2021-05-04T08:53:14.239Z] OK: 72 MiB in 59 packages [2021-05-04T08:53:14.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:53:15.134Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:53:15.404Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-04T08:53:15.404Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-04T08:53:15.404Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-04T08:53:15.677Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-04T08:53:15.948Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-04T08:53:15.948Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:53:15.948Z] OK: 8 MiB in 20 packages [2021-05-04T08:53:17.932Z] Removing intermediate container 01ffec82a24e [2021-05-04T08:53:17.932Z] ---> 32174a465da0 [2021-05-04T08:53:17.932Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:53:18.531Z] ---> da7596607d71 [2021-05-04T08:53:18.531Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-04T08:53:19.972Z] ---> e1a0fee26728 [2021-05-04T08:53:19.972Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-04T08:53:19.972Z] Collecting docker-compose==1.23.2 [2021-05-04T08:53:20.244Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-04T08:53:20.839Z] ---> d4b3fa423cdb [2021-05-04T08:53:20.839Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-04T08:53:20.839Z] ---> Running in 3fb6946b4e7f [2021-05-04T08:53:21.439Z] Removing intermediate container 3fb6946b4e7f [2021-05-04T08:53:21.439Z] ---> 87d61aa12824 [2021-05-04T08:53:21.439Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:53:21.439Z] ---> Running in 6a7584c4d466 [2021-05-04T08:53:22.033Z] Removing intermediate container 6a7584c4d466 [2021-05-04T08:53:22.033Z] ---> 41c40d68add0 [2021-05-04T08:53:22.033Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:53:22.033Z] ---> Running in 6b0726304482 [2021-05-04T08:53:22.033Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-04T08:53:22.033Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-04T08:53:22.631Z] Removing intermediate container 6b0726304482 [2021-05-04T08:53:22.631Z] ---> b244a426f509 [2021-05-04T08:53:22.631Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:53:22.631Z] ---> Running in a9252606840e [2021-05-04T08:53:23.230Z] Removing intermediate container a9252606840e [2021-05-04T08:53:23.230Z] ---> 1c2b7d2a1a15 [2021-05-04T08:53:23.230Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:53:23.230Z] ---> Running in 94924248b2d0 [2021-05-04T08:53:23.524Z] Collecting PyYAML<4,>=3.10 [2021-05-04T08:53:23.524Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-04T08:53:23.871Z] Removing intermediate container 94924248b2d0 [2021-05-04T08:53:23.871Z] ---> a6c988af5558 [2021-05-04T08:53:23.871Z] [2021-05-04T08:53:24.154Z] Successfully built a6c988af5558 [2021-05-04T08:53:24.441Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-04T08:53:27.847Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-05-04T08:53:27.847Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-04T08:53:29.835Z] Collecting texttable<0.10,>=0.9.0 [2021-05-04T08:53:29.835Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-04T08:53:32.442Z] Collecting docopt<0.7,>=0.6.1 [2021-05-04T08:53:32.442Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-04T08:53:34.408Z] Collecting cached-property<2,>=1.2.0 [2021-05-04T08:53:34.408Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-04T08:53:34.998Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-04T08:53:34.999Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-04T08:53:35.971Z] Collecting docker<4.0,>=3.6.0 [2021-05-04T08:53:35.971Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-04T08:53:36.943Z] Collecting jsonschema<3,>=2.5.1 [2021-05-04T08:53:36.943Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-04T08:53:36.943Z] 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-04T08:53:36.943Z] 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-04T08:53:37.216Z] Collecting idna<2.8,>=2.5 [2021-05-04T08:53:37.488Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-04T08:53:37.488Z] 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-04T08:53:38.084Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-04T08:53:38.356Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-04T08:53:38.627Z] Collecting docker-pycreds>=0.4.0 [2021-05-04T08:53:38.627Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-04T08:53:38.898Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-04T08:53:38.898Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-04T08:53:38.898Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-04T08:53:38.898Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-04T08:53:40.328Z] Installing collected packages: idna, urllib3, requests, PyYAML, dockerpty, texttable, docopt, cached-property, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2021-05-04T08:53:40.328Z] Attempting uninstall: idna [2021-05-04T08:53:40.328Z] Found existing installation: idna 2.9 [2021-05-04T08:53:40.328Z] Uninstalling idna-2.9: [2021-05-04T08:53:40.328Z] Successfully uninstalled idna-2.9 [2021-05-04T08:53:40.921Z] Attempting uninstall: urllib3 [2021-05-04T08:53:40.921Z] Found existing installation: urllib3 1.25.9 [2021-05-04T08:53:40.921Z] Uninstalling urllib3-1.25.9: [2021-05-04T08:53:41.192Z] Successfully uninstalled urllib3-1.25.9 [2021-05-04T08:53:41.787Z] Attempting uninstall: requests [2021-05-04T08:53:41.787Z] Found existing installation: requests 2.23.0 [2021-05-04T08:53:41.787Z] Uninstalling requests-2.23.0: [2021-05-04T08:53:41.787Z] Successfully uninstalled requests-2.23.0 [2021-05-04T08:53:42.382Z] Running setup.py install for PyYAML: started [2021-05-04T08:53:44.991Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-04T08:53:44.992Z] Running setup.py install for dockerpty: started [2021-05-04T08:53:47.601Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-04T08:53:47.601Z] Running setup.py install for texttable: started [2021-05-04T08:53:49.568Z] Running setup.py install for texttable: finished with status 'done' [2021-05-04T08:53:49.568Z] Running setup.py install for docopt: started [2021-05-04T08:53:52.179Z] Running setup.py install for docopt: finished with status 'done' [2021-05-04T08:53:54.787Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-04T08:54:04.919Z] Removing intermediate container 402e17394495 [2021-05-04T08:54:04.919Z] ---> c83d25389379 [2021-05-04T08:54:04.919Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-04T08:54:04.919Z] ---> Running in f27d6462bdc0 [2021-05-04T08:54:04.919Z] Removing intermediate container f27d6462bdc0 [2021-05-04T08:54:04.919Z] ---> 1ac3da41bea6 [2021-05-04T08:54:04.919Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-04T08:54:04.919Z] ---> Running in a9ec67451af9 [2021-05-04T08:54:04.919Z] Removing intermediate container a9ec67451af9 [2021-05-04T08:54:04.919Z] ---> 547f666b8bc1 [2021-05-04T08:54:04.919Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-04T08:54:05.898Z] ---> da91bc41d3df [2021-05-04T08:54:05.898Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-04T08:54:06.492Z] ---> 5212af3ad6c2 [2021-05-04T08:54:06.492Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-04T08:54:07.466Z] ---> c126f5199397 [2021-05-04T08:54:07.466Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-04T08:54:07.738Z] ---> Running in 706a678e9f1c [2021-05-04T08:54:08.013Z] Removing intermediate container 706a678e9f1c [2021-05-04T08:54:08.013Z] ---> 1e5f33805fc3 [2021-05-04T08:54:08.013Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:54:08.286Z] ---> Running in 29574d746b96 [2021-05-04T08:54:08.886Z] Removing intermediate container 29574d746b96 [2021-05-04T08:54:08.886Z] ---> 079bab0873cf [2021-05-04T08:54:08.886Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:54:08.886Z] ---> Running in 0511e42f4270 [2021-05-04T08:54:09.484Z] Removing intermediate container 0511e42f4270 [2021-05-04T08:54:09.484Z] ---> 97b445af335a [2021-05-04T08:54:09.484Z] Step 22/23 : LABEL git_sha=fff56f3a74e781a51ed5f8334dba9ac6cd882631 [2021-05-04T08:54:09.484Z] ---> Running in 6e32f3dc7a78 [2021-05-04T08:54:10.077Z] Removing intermediate container 6e32f3dc7a78 [2021-05-04T08:54:10.077Z] ---> 5fd1ee94206d [2021-05-04T08:54:10.077Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:54:10.077Z] ---> Running in f86c2120d41b [2021-05-04T08:54:10.670Z] Removing intermediate container f86c2120d41b [2021-05-04T08:54:10.670Z] ---> 86d255d3f7d7 [2021-05-04T08:54:10.670Z] [2021-05-04T08:54:11.266Z] Successfully built 86d255d3f7d7 [2021-05-04T08:54:11.266Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-04T08:54:11.873Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-04T08:54:11.872Z] $ docker stop --time=1 6ed68482fc5f884b6d2a5d25d310cdd3c05f854ec9d225eaef765eac11f80457 [2021-05-04T08:54:13.889Z] $ docker rm -f 6ed68482fc5f884b6d2a5d25d310cdd3c05f854ec9d225eaef765eac11f80457 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T08:54:14.547Z] + grep docker [2021-05-04T08:54:14.547Z] + docker images [2021-05-04T08:54:14.821Z] docker-sys-mgmt-agent-go-arm64 latest 86d255d3f7d7 4 seconds ago 299MB [2021-05-04T08:54:14.821Z] docker-core-data-go-arm64 latest a6c988af5558 51 seconds ago 20.3MB [2021-05-04T08:54:14.821Z] docker-security-bootstrapper-go-arm64 latest 790da3c6b463 About a minute ago 17.1MB [2021-05-04T08:54:14.821Z] docker-security-proxy-setup-go-arm64 latest 4473975f6f28 About a minute ago 23.9MB [2021-05-04T08:54:14.821Z] docker-core-metadata-go-arm64 latest f6e1952bb9ae 4 minutes ago 17.4MB [2021-05-04T08:54:14.822Z] docker-support-notifications-go-arm64 latest 621fae86b714 4 minutes ago 16.6MB [2021-05-04T08:54:14.822Z] docker-core-command-go-arm64 latest 7eba6c8d3798 4 minutes ago 16.1MB [2021-05-04T08:54:14.822Z] docker-support-scheduler-go-arm64 latest 28df0342e357 4 minutes ago 16.1MB [2021-05-04T08:54:14.822Z] docker-security-secretstore-setup-go-arm64 latest f00b2a1d29cf 4 minutes ago 24.1MB [2021-05-04T08:54:14.822Z] 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-04T08:54:15.419Z] ---> job-cost.sh [2021-05-04T08:54:15.420Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WGas [2021-05-04T08:55:02.344Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-04T08:56:39.165Z] lf-activate-venv(): INFO: Adding /tmp/venv-WGas/bin to PATH [2021-05-04T08:56:39.165Z] INFO: No Stack... [2021-05-04T08:56:39.165Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-04T08:56:39.758Z] INFO: Archiving Costs [Pipeline] sh [2021-05-04T08:56:40.098Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-05-04T08:56:40.098Z] + cut -d, -f6 [Pipeline] lock [2021-05-04T08:56:40.205Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3405-5-stack-cost] [2021-05-04T08:56:40.217Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3405-5-stack-cost] did not exist. Created. [2021-05-04T08:56:40.217Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3405-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-04T08:56:40.565Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-04T08:56:40.839Z] Stashed 1 file(s) [Pipeline] } [2021-05-04T08:56:40.849Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3405-5-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-04T08:56:41.560Z] provisioning config files... [2021-05-04T08:56:41.578Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config2434502331748639033tmp [Pipeline] { [Pipeline] sh [2021-05-04T08:56:41.913Z] + set +x [2021-05-04T08:56:41.913Z] + curl -s https://codecov.io/bash [2021-05-04T08:56:41.913Z] + bash -s -- [2021-05-04T08:56:42.492Z] [2021-05-04T08:56:42.492Z] _____ _ [2021-05-04T08:56:42.492Z] / ____| | | [2021-05-04T08:56:42.492Z] | | ___ __| | ___ ___ _____ __ [2021-05-04T08:56:42.492Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-04T08:56:42.492Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-04T08:56:42.492Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-04T08:56:42.492Z] Bash-1.0.2 [2021-05-04T08:56:42.492Z] [2021-05-04T08:56:42.492Z] [2021-05-04T08:56:42.492Z] ==> git version 2.24.3 found [2021-05-04T08:56:42.492Z] ==> 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-04T08:56:42.492Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-04T08:56:42.492Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-04T08:56:42.492Z] ==> Jenkins CI detected. [2021-05-04T08:56:42.492Z] project root: . [2021-05-04T08:56:42.492Z] --> token set from env [2021-05-04T08:56:42.492Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-04T08:56:42.492Z] ==> Running gcov in . (disable via -X gcov) [2021-05-04T08:56:42.492Z] ==> Python coveragepy not found [2021-05-04T08:56:42.492Z] ==> Searching for coverage reports in: [2021-05-04T08:56:42.492Z] + . [2021-05-04T08:56:42.492Z] -> Found 1 reports [2021-05-04T08:56:42.492Z] ==> Detecting git/mercurial file structure [2021-05-04T08:56:42.492Z] ==> Reading reports [2021-05-04T08:56:42.492Z] + ./coverage.out bytes=693878 [2021-05-04T08:56:42.492Z] ==> Appending adjustments [2021-05-04T08:56:42.492Z] https://docs.codecov.io/docs/fixing-reports [2021-05-04T08:56:47.797Z] + Found adjustments [2021-05-04T08:56:47.797Z] ==> Gzipping contents [2021-05-04T08:56:47.797Z] 100K /tmp/codecov.hgxaJB.gz [2021-05-04T08:56:47.797Z] ==> Uploading reports [2021-05-04T08:56:47.797Z] url: https://codecov.io [2021-05-04T08:56:47.797Z] query: branch=PR-3405&commit=fff56f3a74e781a51ed5f8334dba9ac6cd882631&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3405%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3405&job=&cmd_args= [2021-05-04T08:56:47.797Z] -> Pinging Codecov [2021-05-04T08:56:47.797Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3405&commit=fff56f3a74e781a51ed5f8334dba9ac6cd882631&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3405%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3405&job=&cmd_args= [2021-05-04T08:56:47.797Z] -> Uploading to [2021-05-04T08:56:47.797Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-04/00271124DB129430A58F1EEE437C3FCB/fff56f3a74e781a51ed5f8334dba9ac6cd882631/c475b785-3585-45a5-a0eb-a9693859142f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210504T085647Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fea92b264da5240e7bfe27bbafaf6c77ed1b6a6ad149e95ce1ca16a786150b8a [2021-05-04T08:56:47.797Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-04T08:56:47.797Z] Dload Upload Total Spent Left Speed [2021-05-04T08:56:48.059Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99547 0 0 100 99547 0 229k --:--:-- --:--:-- --:--:-- 230k [2021-05-04T08:56:48.059Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fff56f3a74e781a51ed5f8334dba9ac6cd882631 [Pipeline] } [2021-05-04T08:56:48.069Z] 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-04T08:56:48.849Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:56:49.742Z] ---> package-listing.sh [2021-05-04T08:56:49.742Z] ++ facter osfamily [2021-05-04T08:56:49.742Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-04T08:56:49.742Z] + OS_FAMILY=redhat [2021-05-04T08:56:49.742Z] + workspace=/w/workspace/edgex-go/5 [2021-05-04T08:56:49.742Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-04T08:56:49.742Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-04T08:56:49.742Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-04T08:56:49.742Z] + PACKAGES=/tmp/packages_start.txt [2021-05-04T08:56:49.742Z] + '[' /w/workspace/edgex-go/5 ']' [2021-05-04T08:56:49.742Z] + PACKAGES=/tmp/packages_end.txt [2021-05-04T08:56:49.742Z] + case "${OS_FAMILY}" in [2021-05-04T08:56:49.742Z] + rpm -qa [2021-05-04T08:56:49.742Z] + sort [2021-05-04T08:56:55.054Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-04T08:56:55.054Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-04T08:56:55.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-04T08:56:55.054Z] + '[' /w/workspace/edgex-go/5 ']' [2021-05-04T08:56:55.054Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-05-04T08:56:55.054Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-05-04T08:56:55.068Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-04T08:56:55.368Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:56:55.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T08:56:55.693Z] [2021-05-04T08:56:55.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:56:56.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T08:56:56.276Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-04T08:56:56.276Z] df20fa9351a1: Pulling fs layer [2021-05-04T08:56:56.276Z] 36b3adc4ff6f: Pulling fs layer [2021-05-04T08:56:56.276Z] 8ad3a11d3b57: Pulling fs layer [2021-05-04T08:56:56.276Z] 46f8f816bc3b: Pulling fs layer [2021-05-04T08:56:56.276Z] 93b61091891f: Pulling fs layer [2021-05-04T08:56:56.276Z] 93b9cdb0e59b: Pulling fs layer [2021-05-04T08:56:56.276Z] 5e14af77c1be: Pulling fs layer [2021-05-04T08:56:56.276Z] 01666e4c0597: Pulling fs layer [2021-05-04T08:56:56.276Z] aa168da1d23b: Pulling fs layer [2021-05-04T08:56:56.276Z] 93b61091891f: Waiting [2021-05-04T08:56:56.276Z] 93b9cdb0e59b: Waiting [2021-05-04T08:56:56.276Z] 5e14af77c1be: Waiting [2021-05-04T08:56:56.276Z] 01666e4c0597: Waiting [2021-05-04T08:56:56.276Z] aa168da1d23b: Waiting [2021-05-04T08:56:56.276Z] 46f8f816bc3b: Waiting [2021-05-04T08:56:56.276Z] 36b3adc4ff6f: Verifying Checksum [2021-05-04T08:56:56.276Z] 36b3adc4ff6f: Download complete [2021-05-04T08:56:56.276Z] 46f8f816bc3b: Verifying Checksum [2021-05-04T08:56:56.276Z] 46f8f816bc3b: Download complete [2021-05-04T08:56:56.276Z] df20fa9351a1: Download complete [2021-05-04T08:56:56.538Z] 93b9cdb0e59b: Verifying Checksum [2021-05-04T08:56:56.538Z] 93b9cdb0e59b: Download complete [2021-05-04T08:56:56.539Z] 5e14af77c1be: Verifying Checksum [2021-05-04T08:56:56.539Z] 5e14af77c1be: Download complete [2021-05-04T08:56:56.539Z] 93b61091891f: Verifying Checksum [2021-05-04T08:56:56.539Z] 93b61091891f: Download complete [2021-05-04T08:56:56.539Z] 01666e4c0597: Verifying Checksum [2021-05-04T08:56:56.539Z] 01666e4c0597: Download complete [2021-05-04T08:56:56.805Z] 8ad3a11d3b57: Verifying Checksum [2021-05-04T08:56:56.805Z] 8ad3a11d3b57: Download complete [2021-05-04T08:56:56.805Z] df20fa9351a1: Pull complete [2021-05-04T08:56:57.076Z] 36b3adc4ff6f: Pull complete [2021-05-04T08:56:58.498Z] aa168da1d23b: Verifying Checksum [2021-05-04T08:56:58.498Z] aa168da1d23b: Download complete [2021-05-04T08:56:58.760Z] 8ad3a11d3b57: Pull complete [2021-05-04T08:56:58.760Z] 46f8f816bc3b: Pull complete [2021-05-04T08:56:59.335Z] 93b61091891f: Pull complete [2021-05-04T08:56:59.335Z] 93b9cdb0e59b: Pull complete [2021-05-04T08:56:59.335Z] 5e14af77c1be: Pull complete [2021-05-04T08:56:59.597Z] 01666e4c0597: Pull complete [2021-05-04T08:57:07.792Z] aa168da1d23b: Pull complete [2021-05-04T08:57:07.792Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-04T08:57:07.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T08:57:07.792Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-04T08:57:08.044Z] prd-centos7-docker-4c-2g-2897 does not seem to be running inside a container [2021-05-04T08:57:08.098Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat [2021-05-04T08:57:12.425Z] $ docker top 69de3be275503e7300b8488509299f5b22f7b97ebde6e95bea6b727f9a3fa28c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:57:12.855Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-04T08:57:13.154Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-04T08:57:13.449Z] + ls /var/log/sa-host [2021-05-04T08:57:13.449Z] + sadf -c /var/log/sa-host/sa04 [2021-05-04T08:57:13.449Z] file_magic: OK [2021-05-04T08:57:13.449Z] HZ: Using current value: 100 [2021-05-04T08:57:13.449Z] file_header: OK [2021-05-04T08:57:13.449Z] 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-04T08:57:13.449Z] Statistics: [2021-05-04T08:57:13.449Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-04T08:57:13.449Z] File successfully converted to sysstat format version 12.2.1 [2021-05-04T08:57:13.449Z] + sadf -c /var/log/sa-host/sa23 [2021-05-04T08:57:13.449Z] file_magic: OK [2021-05-04T08:57:13.449Z] HZ: Using current value: 100 [2021-05-04T08:57:13.449Z] file_header: OK [2021-05-04T08:57:13.449Z] 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-04T08:57:13.449Z] Statistics: [2021-05-04T08:57:13.449Z] Hnuu...uuuununununu... [2021-05-04T08:57:13.449Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-04T08:57:13.679Z] provisioning config files... [2021-05-04T08:57:13.693Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1529739462326003481tmp [Pipeline] { [Pipeline] echo [2021-05-04T08:57:13.718Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:57:14.037Z] ---> create-netrc.sh [Pipeline] } [2021-05-04T08:57:14.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-04T08:57:14.071Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:57:14.369Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-04T08:57:14.381Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:57:14.680Z] ---> sudo-logs.sh [2021-05-04T08:57:14.680Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-04T08:57:14.707Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:57:15.002Z] ---> job-cost.sh [2021-05-04T08:57:15.002Z] lf-activate-venv: SKIPPING [2021-05-04T08:57:15.002Z] DEBUG: total: 0.20999999344348907 [2021-05-04T08:57:15.002Z] INFO: Retrieving Stack Cost... [2021-05-04T08:57:15.948Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-04T08:57:16.522Z] INFO: Archiving Costs [Pipeline] echo [2021-05-04T08:57:16.551Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:57:16.851Z] ---> logs-deploy.sh [2021-05-04T08:57:16.851Z] lf-activate-venv: SKIPPING [2021-05-04T08:57:16.851Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3405/5 [2021-05-04T08:57:16.851Z] INFO: archiving workspace using pattern(s): [2021-05-04T08:57:18.768Z] Archives upload complete. [2021-05-04T08:57:18.768Z] INFO: archiving logs to Nexus