Pull request #3449 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from d0136e1ac0e0c844ff7eca5804345e66256e36b3+4ab9f87d9e0b18aca8f5136bb6755fc5b233398b (ea943c5c97c062ad9be48340add47c62cc269b6d) 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 ‘prd-centos7-docker-4c-2g-4268’ is offline Running on prd-centos7-docker-4c-2g-4269 in /w/workspace/edgexfoundry_edgex-go_PR-3449 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > 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/3449/head:refs/remotes/origin/PR-3449 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4ab9f87d9e0b18aca8f5136bb6755fc5b233398b into PR head commit d0136e1ac0e0c844ff7eca5804345e66256e36b3 Merge succeeded, producing d0136e1ac0e0c844ff7eca5804345e66256e36b3 Checking out Revision d0136e1ac0e0c844ff7eca5804345e66256e36b3 (PR-3449) > git config core.sparsecheckout # timeout=10 > git checkout -f d0136e1ac0e0c844ff7eca5804345e66256e36b3 # 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 4ab9f87d9e0b18aca8f5136bb6755fc5b233398b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d0136e1ac0e0c844ff7eca5804345e66256e36b3 # timeout=10 Commit message: "fix: Fixed failing unit test" > git rev-list --no-walk a39ed477ee0442ca91addd8cfc97db66536b38cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T01:22:02.803Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T01:22:02.900Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T01:22:02.928Z] ========================================================= [2021-05-11T01:22:02.928Z] EdgeX Global Pipelines Version Info [2021-05-11T01:22:02.928Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:22:05.929Z] ------------------- [2021-05-11T01:22:05.929Z] stable info: [2021-05-11T01:22:05.929Z] ------------------- [2021-05-11T01:22:05.929Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T01:22:05.929Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T01:22:05.929Z] Message: update stable to v1.0.191 [2021-05-11T01:22:06.898Z] ------------------- [2021-05-11T01:22:06.898Z] experimental info: [2021-05-11T01:22:06.898Z] ------------------- [2021-05-11T01:22:06.898Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T01:22:06.898Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T01:22:06.898Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T01:22:07.171Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T01:22:07.194Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T01:22:07.217Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T01:22:07.239Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T01:22:07.264Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T01:22:07.286Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T01:22:07.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T01:22:07.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T01:22:07.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T01:22:07.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T01:22:07.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T01:22:07.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T01:22:07.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T01:22:07.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T01:22:07.537Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T01:22:07.563Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T01:22:07.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T01:22:07.613Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T01:22:07.635Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T01:22:07.659Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T01:22:07.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T01:22:07.705Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T01:22:07.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3449 [Pipeline] echo [2021-05-11T01:22:07.751Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3449 [Pipeline] echo [2021-05-11T01:22:07.774Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3449 [Pipeline] echo [2021-05-11T01:22:07.797Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d0136e1ac0e0c844ff7eca5804345e66256e36b3 [Pipeline] echo [2021-05-11T01:22:07.820Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d0136e1 [Pipeline] echo [2021-05-11T01:22:07.842Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T01:22:07.932Z] provisioning config files... [2021-05-11T01:22:07.975Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6714485694115561545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:22:08.384Z] ---> docker-login.sh [2021-05-11T01:22:08.384Z] nexus3.edgexfoundry.org:10001 [2021-05-11T01:22:09.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:22:09.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:22:09.795Z] Configure a credential helper to remove this warning. See [2021-05-11T01:22:09.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:22:09.795Z] [2021-05-11T01:22:09.795Z] Login Succeeded [2021-05-11T01:22:09.795Z] nexus3.edgexfoundry.org:10002 [2021-05-11T01:22:10.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:22:10.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:22:10.149Z] Configure a credential helper to remove this warning. See [2021-05-11T01:22:10.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:22:10.149Z] [2021-05-11T01:22:10.149Z] Login Succeeded [2021-05-11T01:22:10.149Z] nexus3.edgexfoundry.org:10003 [2021-05-11T01:22:10.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:22:10.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:22:10.720Z] Configure a credential helper to remove this warning. See [2021-05-11T01:22:10.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:22:10.720Z] [2021-05-11T01:22:10.720Z] Login Succeeded [2021-05-11T01:22:10.720Z] nexus3.edgexfoundry.org:10004 [2021-05-11T01:22:11.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:22:11.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:22:11.050Z] Configure a credential helper to remove this warning. See [2021-05-11T01:22:11.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:22:11.050Z] [2021-05-11T01:22:11.050Z] Login Succeeded [2021-05-11T01:22:11.050Z] docker.io [2021-05-11T01:22:11.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:22:11.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:22:11.620Z] Configure a credential helper to remove this warning. See [2021-05-11T01:22:11.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:22:11.620Z] [2021-05-11T01:22:11.620Z] Login Succeeded [2021-05-11T01:22:11.620Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T01:22:11.664Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T01:22:12.113Z] ++ 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-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T01:22:12.113Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T01:22:12.113Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T01:22:12.113Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T01:22:12.113Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T01:22:12.113Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T01:22:12.113Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T01:22:12.113Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T01:22:12.113Z] ++ cut -d/ -f2 [2021-05-11T01:22:12.113Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T01:22:12.371Z] 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-11T01:22:13.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T01:22:13.110Z] [2021-05-11T01:22:13.110Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:22:13.478Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T01:22:13.478Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T01:22:13.478Z] 31603596830f: Pulling fs layer [2021-05-11T01:22:13.478Z] 54011a49482f: Pulling fs layer [2021-05-11T01:22:13.478Z] a6820b24f6d8: Pulling fs layer [2021-05-11T01:22:13.478Z] f581987b2513: Pulling fs layer [2021-05-11T01:22:13.478Z] f581987b2513: Waiting [2021-05-11T01:22:13.478Z] 54011a49482f: Verifying Checksum [2021-05-11T01:22:13.478Z] 54011a49482f: Download complete [2021-05-11T01:22:13.767Z] 31603596830f: Verifying Checksum [2021-05-11T01:22:13.767Z] 31603596830f: Download complete [2021-05-11T01:22:14.096Z] f581987b2513: Verifying Checksum [2021-05-11T01:22:14.096Z] f581987b2513: Download complete [2021-05-11T01:22:14.381Z] a6820b24f6d8: Verifying Checksum [2021-05-11T01:22:14.381Z] a6820b24f6d8: Download complete [2021-05-11T01:22:14.648Z] 31603596830f: Pull complete [2021-05-11T01:22:14.954Z] 54011a49482f: Pull complete [2021-05-11T01:22:16.985Z] a6820b24f6d8: Pull complete [2021-05-11T01:22:16.985Z] f581987b2513: Pull complete [2021-05-11T01:22:17.269Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T01:22:17.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T01:22:17.269Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T01:22:17.476Z] prd-centos7-docker-4c-2g-4269 does not seem to be running inside a container [2021-05-11T01:22:17.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T01:22:20.671Z] $ docker top c49e2d5c345afbd0f65f2fd4ab34344a8679123d21f17bacd5b6246e6b8159ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T01:22:21.038Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T01:22:21.038Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T01:22:21.498Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T01:22:21.504Z] $ docker exec c49e2d5c345afbd0f65f2fd4ab34344a8679123d21f17bacd5b6246e6b8159ee ssh-agent [2021-05-11T01:22:21.750Z] SSH_AUTH_SOCK=/tmp/ssh-SWzOydFJ9Oci/agent.12 [2021-05-11T01:22:21.750Z] SSH_AGENT_PID=17 [2021-05-11T01:22:21.780Z] Running ssh-add (command line suppressed) [2021-05-11T01:22:21.975Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4827846014180187080.key (/w/workspace/edgex-go/2@tmp/private_key_4827846014180187080.key) [2021-05-11T01:22:22.066Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T01:22:22.447Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T01:22:22.519Z] $ docker exec --env ******** --env ******** c49e2d5c345afbd0f65f2fd4ab34344a8679123d21f17bacd5b6246e6b8159ee ssh-agent -k [2021-05-11T01:22:23.047Z] unset SSH_AUTH_SOCK; [2021-05-11T01:22:23.049Z] unset SSH_AGENT_PID; [2021-05-11T01:22:23.049Z] echo Agent pid 17 killed; [2021-05-11T01:22:23.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T01:22:23.171Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T01:22:23.171Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T01:22:23.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T01:22:23.959Z] $ docker exec c49e2d5c345afbd0f65f2fd4ab34344a8679123d21f17bacd5b6246e6b8159ee ssh-agent [2021-05-11T01:22:24.344Z] SSH_AUTH_SOCK=/tmp/ssh-IzEQ8ksfYnHr/agent.45 [2021-05-11T01:22:24.344Z] SSH_AGENT_PID=50 [2021-05-11T01:22:24.355Z] Running ssh-add (command line suppressed) [2021-05-11T01:22:24.688Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2514709413462286404.key (/w/workspace/edgex-go/2@tmp/private_key_2514709413462286404.key) [2021-05-11T01:22:24.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T01:22:25.701Z] + git semver init [2021-05-11T01:22:25.701Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T01:22:25.701Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-11T01:22:25.701Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-11T01:22:25.701Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T01:22:25.701Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T01:22:25.701Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T01:22:25.701Z] # $SEMVER_BRANCH = PR-3449 [2021-05-11T01:22:25.701Z] # $SEMVER_TEMP = /tmp/semver-169454137 [2021-05-11T01:22:25.701Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T01:22:53.414Z] # '/tmp/semver-169454137' -> '/w/workspace/edgex-go/2/.semver' [2021-05-11T01:22:54.529Z] # -> Force: false [2021-05-11T01:22:54.529Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-11T01:22:54.822Z] $ docker exec --env ******** --env ******** c49e2d5c345afbd0f65f2fd4ab34344a8679123d21f17bacd5b6246e6b8159ee ssh-agent -k [2021-05-11T01:22:55.277Z] unset SSH_AUTH_SOCK; [2021-05-11T01:22:55.283Z] unset SSH_AGENT_PID; [2021-05-11T01:22:55.283Z] echo Agent pid 50 killed; [2021-05-11T01:22:55.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T01:22:55.986Z] + git semver [Pipeline] } [2021-05-11T01:22:56.297Z] $ docker stop --time=1 c49e2d5c345afbd0f65f2fd4ab34344a8679123d21f17bacd5b6246e6b8159ee [2021-05-11T01:22:58.285Z] $ docker rm -f c49e2d5c345afbd0f65f2fd4ab34344a8679123d21f17bacd5b6246e6b8159ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T01:22:59.159Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T01:23:00.240Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T01:23:00.244Z] [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-11T01:23:00.893Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:23:01.422Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:23:02.182Z] + true [2021-05-11T01:23:02.182Z] + sudo service docker restart [2021-05-11T01:23:02.182Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T01:23:03.681Z] ========================================================= [2021-05-11T01:23:03.681Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T01:23:03.681Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:23:04.129Z] + 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-11T01:23:10.937Z] Sending build context to Docker daemon 330.3MB [2021-05-11T01:23:10.937Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T01:23:10.937Z] Step 2/6 : FROM ${BASE} [2021-05-11T01:23:10.937Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T01:23:10.937Z] 540db60ca938: Pulling fs layer [2021-05-11T01:23:10.937Z] adcc1eea9eea: Pulling fs layer [2021-05-11T01:23:10.937Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T01:23:10.937Z] 0510c868ecb4: Pulling fs layer [2021-05-11T01:23:10.937Z] afea3b2eda06: Pulling fs layer [2021-05-11T01:23:10.937Z] 7809a108b3ef: Pulling fs layer [2021-05-11T01:23:10.937Z] f706445af74f: Pulling fs layer [2021-05-11T01:23:10.937Z] afea3b2eda06: Waiting [2021-05-11T01:23:10.937Z] 7809a108b3ef: Waiting [2021-05-11T01:23:10.937Z] 0510c868ecb4: Waiting [2021-05-11T01:23:10.937Z] f706445af74f: Waiting [2021-05-11T01:23:10.937Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T01:23:10.937Z] 4c4ab2625f07: Download complete [2021-05-11T01:23:10.937Z] adcc1eea9eea: Download complete [2021-05-11T01:23:10.937Z] afea3b2eda06: Verifying Checksum [2021-05-11T01:23:10.937Z] afea3b2eda06: Download complete [2021-05-11T01:23:10.937Z] 7809a108b3ef: Verifying Checksum [2021-05-11T01:23:10.937Z] 7809a108b3ef: Download complete [2021-05-11T01:23:11.225Z] 540db60ca938: Verifying Checksum [2021-05-11T01:23:11.225Z] 540db60ca938: Download complete [2021-05-11T01:23:12.261Z] 540db60ca938: Pull complete [2021-05-11T01:23:12.261Z] adcc1eea9eea: Pull complete [2021-05-11T01:23:12.629Z] 4c4ab2625f07: Pull complete [2021-05-11T01:23:14.788Z] f706445af74f: Verifying Checksum [2021-05-11T01:23:14.788Z] f706445af74f: Download complete [2021-05-11T01:23:15.389Z] Still waiting to schedule task [2021-05-11T01:23:15.389Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T01:23:18.391Z] 0510c868ecb4: Verifying Checksum [2021-05-11T01:23:18.391Z] 0510c868ecb4: Download complete [2021-05-11T01:23:30.985Z] 0510c868ecb4: Pull complete [2021-05-11T01:23:30.985Z] afea3b2eda06: Pull complete [2021-05-11T01:23:31.282Z] 7809a108b3ef: Pull complete [2021-05-11T01:23:36.786Z] f706445af74f: Pull complete [2021-05-11T01:23:37.095Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T01:23:37.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T01:23:37.095Z] ---> b068be0155e3 [2021-05-11T01:23:37.095Z] 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-11T01:23:37.393Z] ---> Running in baa12021650e [2021-05-11T01:23:38.939Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:23:40.473Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:23:41.083Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T01:23:41.354Z] (2/12) Installing file (5.39-r0) [2021-05-11T01:23:41.625Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T01:23:41.625Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T01:23:51.847Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T01:23:51.847Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T01:23:51.847Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T01:23:51.847Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T01:23:51.847Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T01:23:51.847Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T01:23:51.847Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T01:23:51.847Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T01:23:52.121Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T01:23:52.122Z] OK: 219 MiB in 52 packages [2021-05-11T01:23:57.637Z] Removing intermediate container baa12021650e [2021-05-11T01:23:57.637Z] ---> 8c44ad955d02 [2021-05-11T01:23:57.637Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T01:23:57.637Z] ---> Running in 95bc51925f45 [2021-05-11T01:23:57.637Z] Removing intermediate container 95bc51925f45 [2021-05-11T01:23:57.637Z] ---> 45d084f65ecc [2021-05-11T01:23:57.637Z] Step 5/6 : COPY go.mod . [2021-05-11T01:23:57.908Z] ---> 079d2758f94a [2021-05-11T01:23:57.908Z] Step 6/6 : RUN go mod download [2021-05-11T01:23:58.191Z] ---> Running in 23062265d522 [2021-05-11T01:24:55.008Z] Removing intermediate container 23062265d522 [2021-05-11T01:24:55.008Z] ---> ab372acc029f [2021-05-11T01:24:55.008Z] Successfully built ab372acc029f [2021-05-11T01:24:55.008Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:24:55.669Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T01:24:55.952Z] . [Pipeline] withDockerContainer [2021-05-11T01:24:56.296Z] prd-centos7-docker-4c-2g-4269 does not seem to be running inside a container [2021-05-11T01:24:56.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T01:24:58.557Z] $ docker top 5a2b2543a4687ef06d2270b8382d1234a8b1022b544776bdc34798360bcf4c26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T01:24:59.452Z] + go version [2021-05-11T01:24:59.452Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T01:24:59.484Z] $ docker stop --time=1 5a2b2543a4687ef06d2270b8382d1234a8b1022b544776bdc34798360bcf4c26 [2021-05-11T01:25:01.226Z] $ docker rm -f 5a2b2543a4687ef06d2270b8382d1234a8b1022b544776bdc34798360bcf4c26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:25:01.880Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T01:25:01.880Z] . [Pipeline] withDockerContainer [2021-05-11T01:25:02.141Z] prd-centos7-docker-4c-2g-4269 does not seem to be running inside a container [2021-05-11T01:25:02.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T01:25:03.453Z] $ docker top fca6cc6ca65f49b166dc9bd9317eb23e9e163687e0536eb7541c4e05888f9971 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T01:25:03.690Z] ========================================================= [2021-05-11T01:25:03.690Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T01:25:03.690Z] ========================================================= [Pipeline] sh [2021-05-11T01:25:04.031Z] + go mod tidy [Pipeline] sh [2021-05-11T01:25:08.191Z] + make test [2021-05-11T01:25:08.191Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T01:25:26.948Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T01:26:06.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T01:26:17.099Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T01:26:17.099Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T01:26:17.099Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T01:26:24.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T01:26:24.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T01:26:24.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T01:26:24.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T01:26:27.259Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T01:26:28.335Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T01:26:35.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T01:26:35.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T01:26:35.470Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T01:26:36.957Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4272 in /w/workspace/edgexfoundry_edgex-go_PR-3449 [Pipeline] { [Pipeline] ws [2021-05-11T01:26:36.979Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-11T01:26:38.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.249s coverage: 45.9% of statements [2021-05-11T01:26:38.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T01:26:38.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T01:26:38.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T01:26:38.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T01:26:38.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T01:26:38.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T01:26:38.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.220s coverage: 19.8% of statements [2021-05-11T01:26:38.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.119s coverage: 100.0% of statements [2021-05-11T01:26:42.942Z] using credential edgex-jenkins-ssh [2021-05-11T01:26:42.960Z] Cloning the remote Git repository [2021-05-11T01:26:42.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.413s coverage: 27.8% of statements [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T01:26:42.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.258s coverage: 81.2% of statements [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T01:26:42.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T01:26:42.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.149s coverage: 100.0% of statements [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T01:26:42.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T01:26:43.034Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:26:43.148Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-11T01:26:43.236Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:26:43.237Z] > git --version # timeout=10 [2021-05-11T01:26:43.264Z] > git --version # 'git version 2.17.1' [2021-05-11T01:26:43.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:26:43.330Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T01:26:45.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements [2021-05-11T01:26:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T01:26:45.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T01:26:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.267s coverage: 87.7% of statements [2021-05-11T01:26:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T01:26:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:26:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.186s coverage: 78.9% of statements [2021-05-11T01:26:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T01:26:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.924s coverage: 28.6% of statements [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T01:26:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T01:26:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T01:26:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T01:26:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.284s coverage: 97.5% of statements [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T01:26:51.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.237s coverage: 78.3% of statements [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T01:26:51.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T01:26:56.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.717s coverage: 95.1% of statements [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T01:26:56.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.176s coverage: 58.8% of statements [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T01:26:56.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.9% of statements [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T01:26:56.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.086s coverage: 22.0% of statements [2021-05-11T01:26:56.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T01:26:56.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.111s coverage: 47.1% of statements [2021-05-11T01:26:56.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.108s coverage: 79.5% of statements [2021-05-11T01:26:56.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2021-05-11T01:26:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.168s coverage: 96.3% of statements [2021-05-11T01:26:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements [2021-05-11T01:26:59.107Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T01:26:59.126Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T01:26:59.157Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T01:26:59.189Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:26:59.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:26:59.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3449/head:refs/remotes/origin/PR-3449 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T01:27:00.042Z] Merging remotes/origin/master commit 4ab9f87d9e0b18aca8f5136bb6755fc5b233398b into PR head commit d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:27:00.504Z] Merge succeeded, producing d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:27:00.504Z] Checking out Revision d0136e1ac0e0c844ff7eca5804345e66256e36b3 (PR-3449) [2021-05-11T01:27:00.065Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T01:27:00.094Z] > git checkout -f d0136e1ac0e0c844ff7eca5804345e66256e36b3 # timeout=10 [2021-05-11T01:27:00.418Z] > git remote # timeout=10 [2021-05-11T01:27:00.440Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T01:27:00.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:27:00.466Z] > git merge 4ab9f87d9e0b18aca8f5136bb6755fc5b233398b # timeout=10 [2021-05-11T01:27:00.490Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T01:27:00.514Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T01:27:00.538Z] > git checkout -f d0136e1ac0e0c844ff7eca5804345e66256e36b3 # timeout=10 [2021-05-11T01:27:04.967Z] Commit message: "fix: Fixed failing unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T01:27:06.495Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:27:06.931Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T01:27:07.271Z] + sudo service docker restart [2021-05-11T01:27:07.271Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T01:27:09.292Z] provisioning config files... [2021-05-11T01:27:09.337Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7122367091962798779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:27:09.725Z] ---> docker-login.sh [2021-05-11T01:27:09.726Z] nexus3.edgexfoundry.org:10001 [2021-05-11T01:27:10.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.150s coverage: 94.4% of statements [2021-05-11T01:27:10.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.197s coverage: 44.8% of statements [2021-05-11T01:27:10.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:27:10.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:27:10.982Z] Configure a credential helper to remove this warning. See [2021-05-11T01:27:10.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:27:10.982Z] [2021-05-11T01:27:10.982Z] Login Succeeded [2021-05-11T01:27:10.982Z] nexus3.edgexfoundry.org:10002 [2021-05-11T01:27:11.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:27:11.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:27:11.579Z] Configure a credential helper to remove this warning. See [2021-05-11T01:27:11.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:27:11.579Z] [2021-05-11T01:27:11.579Z] Login Succeeded [2021-05-11T01:27:11.579Z] nexus3.edgexfoundry.org:10003 [2021-05-11T01:27:11.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:27:12.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:27:12.132Z] Configure a credential helper to remove this warning. See [2021-05-11T01:27:12.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:27:12.132Z] [2021-05-11T01:27:12.132Z] Login Succeeded [2021-05-11T01:27:12.132Z] nexus3.edgexfoundry.org:10004 [2021-05-11T01:27:12.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:27:12.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:27:12.685Z] Configure a credential helper to remove this warning. See [2021-05-11T01:27:12.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:27:12.685Z] [2021-05-11T01:27:12.685Z] Login Succeeded [2021-05-11T01:27:12.685Z] docker.io [2021-05-11T01:27:12.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T01:27:13.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T01:27:13.559Z] Configure a credential helper to remove this warning. See [2021-05-11T01:27:13.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T01:27:13.559Z] [2021-05-11T01:27:13.559Z] Login Succeeded [2021-05-11T01:27:13.559Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T01:27:13.577Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T01:27:13.861Z] ========================================================= [2021-05-11T01:27:13.861Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T01:27:13.861Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:27:14.212Z] + 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-11T01:27:14.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.715s coverage: 81.8% of statements [2021-05-11T01:27:14.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T01:27:16.843Z] Sending build context to Docker daemon 167.8MB [2021-05-11T01:27:16.843Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T01:27:16.843Z] Step 2/6 : FROM ${BASE} [2021-05-11T01:27:16.843Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T01:27:16.843Z] 595b0fe564bb: Pulling fs layer [2021-05-11T01:27:16.843Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T01:27:16.843Z] 316046926c0a: Pulling fs layer [2021-05-11T01:27:16.843Z] 4ebd0625c992: Pulling fs layer [2021-05-11T01:27:16.843Z] 207e8628e3a3: Pulling fs layer [2021-05-11T01:27:16.843Z] c791037a9be2: Pulling fs layer [2021-05-11T01:27:16.843Z] ffd874e62e21: Pulling fs layer [2021-05-11T01:27:16.843Z] 4ebd0625c992: Waiting [2021-05-11T01:27:16.843Z] 207e8628e3a3: Waiting [2021-05-11T01:27:16.843Z] c791037a9be2: Waiting [2021-05-11T01:27:16.843Z] ffd874e62e21: Waiting [2021-05-11T01:27:16.843Z] 316046926c0a: Download complete [2021-05-11T01:27:16.843Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T01:27:16.843Z] 7186ed65a4f7: Download complete [2021-05-11T01:27:16.843Z] 595b0fe564bb: Verifying Checksum [2021-05-11T01:27:16.843Z] 595b0fe564bb: Download complete [2021-05-11T01:27:16.843Z] c791037a9be2: Download complete [2021-05-11T01:27:16.843Z] 207e8628e3a3: Verifying Checksum [2021-05-11T01:27:16.843Z] 207e8628e3a3: Download complete [2021-05-11T01:27:17.454Z] 595b0fe564bb: Pull complete [2021-05-11T01:27:18.053Z] 7186ed65a4f7: Pull complete [2021-05-11T01:27:18.336Z] 316046926c0a: Pull complete [2021-05-11T01:27:19.314Z] ffd874e62e21: Download complete [2021-05-11T01:27:20.745Z] 4ebd0625c992: Verifying Checksum [2021-05-11T01:27:20.746Z] 4ebd0625c992: Download complete [2021-05-11T01:27:21.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.229s coverage: 92.9% of statements [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T01:27:21.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 65.1% of statements [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T01:27:21.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.110s coverage: 87.2% of statements [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T01:27:21.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T01:27:21.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2021-05-11T01:27:21.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.123s coverage: 76.0% of statements [2021-05-11T01:27:21.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.0% of statements [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.187s coverage: 87.2% of statements [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 85.4% of statements [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.310s coverage: 91.2% of statements [2021-05-11T01:27:21.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.474s coverage: 64.4% of statements [2021-05-11T01:27:21.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T01:27:21.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.099s coverage: 100.0% of statements [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-05-11T01:27:21.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-05-11T01:27:23.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.416s coverage: 66.9% of statements [2021-05-11T01:27:23.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T01:27:23.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T01:27:23.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T01:27:25.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.528s coverage: 43.4% of statements [2021-05-11T01:27:25.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T01:27:25.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T01:27:25.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.119s coverage: 89.5% of statements [2021-05-11T01:27:25.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T01:27:25.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements [2021-05-11T01:27:29.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.210s coverage: 47.0% of statements [2021-05-11T01:27:29.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T01:27:29.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T01:27:29.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T01:27:29.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T01:27:29.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T01:27:29.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements [2021-05-11T01:27:29.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T01:27:29.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.143s coverage: 100.0% of statements [2021-05-11T01:27:29.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T01:27:29.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T01:27:30.899Z] 4ebd0625c992: Pull complete [2021-05-11T01:27:30.900Z] 207e8628e3a3: Pull complete [2021-05-11T01:27:31.175Z] c791037a9be2: Pull complete [2021-05-11T01:27:32.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.190s coverage: 22.7% of statements [2021-05-11T01:27:32.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T01:27:32.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.505s coverage: 92.6% of statements [2021-05-11T01:27:32.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T01:27:32.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:27:32.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T01:27:35.497Z] ffd874e62e21: Pull complete [2021-05-11T01:27:35.497Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T01:27:35.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T01:27:35.497Z] ---> cfc18b08335c [2021-05-11T01:27:35.497Z] 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-11T01:27:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.543s coverage: 28.7% of statements [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T01:27:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.145s coverage: 99.0% of statements [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T01:27:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.217s coverage: 100.0% of statements [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T01:27:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.107s coverage: 64.6% of statements [2021-05-11T01:27:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T01:27:37.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.281s coverage: 97.6% of statements [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T01:27:37.323Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T01:27:37.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.129s coverage: 100.0% of statements [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T01:27:37.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T01:27:37.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T01:27:37.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-05-11T01:27:38.006Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.142s coverage: 28.1% of statements [2021-05-11T01:27:38.006Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T01:27:38.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.091s coverage: 85.7% of statements [2021-05-11T01:27:38.336Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T01:27:38.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements [2021-05-11T01:27:38.885Z] ---> Running in 25f58ac3037f [2021-05-11T01:27:39.244Z] GO111MODULE=on go vet ./... [2021-05-11T01:27:39.875Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:27:41.854Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:27:43.285Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T01:27:43.882Z] (2/12) Installing file (5.39-r0) [2021-05-11T01:27:43.882Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T01:27:44.154Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T01:28:10.927Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T01:28:10.927Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T01:28:10.927Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T01:28:10.927Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T01:28:10.927Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T01:28:10.927Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T01:28:10.927Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T01:28:10.927Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T01:28:10.927Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T01:28:10.927Z] OK: 218 MiB in 52 packages [2021-05-11T01:28:13.569Z] Removing intermediate container 25f58ac3037f [2021-05-11T01:28:13.569Z] ---> d811405ea681 [2021-05-11T01:28:13.569Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T01:28:13.569Z] ---> Running in fae4acd330a4 [2021-05-11T01:28:14.172Z] Removing intermediate container fae4acd330a4 [2021-05-11T01:28:14.172Z] ---> e5f621e7c6f6 [2021-05-11T01:28:14.172Z] Step 5/6 : COPY go.mod . [2021-05-11T01:28:14.773Z] ---> 3eea2cc5910d [2021-05-11T01:28:14.773Z] Step 6/6 : RUN go mod download [2021-05-11T01:28:15.048Z] ---> Running in c342a6aff750 [2021-05-11T01:28:47.368Z] Removing intermediate container c342a6aff750 [2021-05-11T01:28:47.368Z] ---> 2980af727984 [2021-05-11T01:28:47.368Z] Successfully built 2980af727984 [2021-05-11T01:28:47.368Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:28:47.721Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T01:28:47.721Z] . [Pipeline] withDockerContainer [2021-05-11T01:28:47.990Z] prd-ubuntu18.04-docker-arm64-4c-16g-4272 does not seem to be running inside a container [2021-05-11T01:28:48.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T01:28:49.587Z] $ docker top ccacfc256e87f55597bfc5dd6fc18d631121b5608f17b97027fabc9f121935e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T01:28:50.554Z] + go version [2021-05-11T01:28:50.554Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T01:28:50.581Z] $ docker stop --time=1 ccacfc256e87f55597bfc5dd6fc18d631121b5608f17b97027fabc9f121935e8 [2021-05-11T01:28:52.497Z] $ docker rm -f ccacfc256e87f55597bfc5dd6fc18d631121b5608f17b97027fabc9f121935e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:28:53.186Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T01:28:53.186Z] . [Pipeline] withDockerContainer [2021-05-11T01:28:53.419Z] prd-ubuntu18.04-docker-arm64-4c-16g-4272 does not seem to be running inside a container [2021-05-11T01:28:53.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T01:28:54.925Z] $ docker top fe0e7f1ac0d7d694d01c0797405f725073a219e1b9f6be8d63264a02d4e89069 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T01:28:55.274Z] ========================================================= [2021-05-11T01:28:55.274Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T01:28:55.274Z] ========================================================= [Pipeline] sh [2021-05-11T01:28:55.915Z] + go mod tidy [Pipeline] sh [2021-05-11T01:28:57.576Z] + make test [2021-05-11T01:28:57.576Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T01:29:17.389Z] gofmt -l . [2021-05-11T01:29:17.389Z] [ "`gofmt -l .`" = "" ] [2021-05-11T01:29:17.389Z] ./bin/test-go-mod-tidy.sh [2021-05-11T01:29:17.389Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T01:29:18.641Z] + ls -al . [2021-05-11T01:29:18.641Z] total 828 [2021-05-11T01:29:18.641Z] drwxrwxr-x 10 1001 1001 4096 May 11 01:29 . [2021-05-11T01:29:18.641Z] drwxr-xr-x 4 root root 28 May 11 01:25 .. [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 11 May 11 01:21 .dockerignore [2021-05-11T01:29:18.641Z] drwxrwxr-x 8 1001 1001 179 May 11 01:22 .git [2021-05-11T01:29:18.641Z] drwxrwxr-x 3 1001 1001 125 May 11 01:21 .github [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 818 May 11 01:21 .gitignore [2021-05-11T01:29:18.641Z] drwx------ 3 1001 1001 60 May 11 01:22 .semver [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 166 May 11 01:21 .sonarcloud.properties [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 8609 May 11 01:21 Attribution.txt [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 3804 May 11 01:21 CONTRIBUTING.md [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 931 May 11 01:21 Dockerfile.build [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 863 May 11 01:21 Jenkinsfile [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 10775 May 11 01:21 LICENSE [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 5774 May 11 01:21 Makefile [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 7978 May 11 01:21 README.md [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 6755 May 11 01:21 SECURITY.md [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 5 May 11 01:22 VERSION [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 4131 May 11 01:21 ZMQWindows.md [2021-05-11T01:29:18.641Z] drwxrwxr-x 2 1001 1001 117 May 11 01:21 bin [2021-05-11T01:29:18.641Z] drwxrwxr-x 14 1001 1001 4096 May 11 01:21 cmd [2021-05-11T01:29:18.641Z] -rw-r--r-- 1 root root 719397 May 11 01:27 coverage.out [2021-05-11T01:29:18.641Z] -rw-r--r-- 1 root root 1060 May 11 01:29 go.mod [2021-05-11T01:29:18.641Z] -rw-r--r-- 1 root root 21595 May 11 01:25 go.sum [2021-05-11T01:29:18.641Z] drwxrwxr-x 8 1001 1001 127 May 11 01:21 internal [2021-05-11T01:29:18.641Z] drwxrwxr-x 4 1001 1001 26 May 11 01:21 openapi [2021-05-11T01:29:18.641Z] drwxrwxr-x 4 1001 1001 71 May 11 01:21 snap [2021-05-11T01:29:18.641Z] -rw-rw-r-- 1 1001 1001 168 May 11 01:21 version.go [Pipeline] sh [2021-05-11T01:29:19.528Z] + '[' -e coverage.out ] [2021-05-11T01:29:19.528Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T01:29:20.139Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T01:29:20.885Z] + make build [2021-05-11T01:29:20.885Z] 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-11T01:29:24.378Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T01:29:25.271Z] 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-11T01:29:54.211Z] 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-11T01:29:56.960Z] 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-11T01:30:00.593Z] 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-11T01:30:01.628Z] 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-11T01:30:05.288Z] 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-11T01:30:08.880Z] 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-11T01:30:10.948Z] 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-11T01:30:13.594Z] 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-11T01:30:16.339Z] 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-11T01:30:19.905Z] 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-11T01:30:20.966Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] } [2021-05-11T01:30:25.848Z] $ docker stop --time=1 fca6cc6ca65f49b166dc9bd9317eb23e9e163687e0536eb7541c4e05888f9971 [2021-05-11T01:30:26.428Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T01:30:28.587Z] $ docker rm -f fca6cc6ca65f49b166dc9bd9317eb23e9e163687e0536eb7541c4e05888f9971 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:30:31.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T01:30:31.995Z] [2021-05-11T01:30:31.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:30:32.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T01:30:32.660Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T01:30:32.660Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T01:30:32.660Z] ca9280d653b3: Pulling fs layer [2021-05-11T01:30:32.660Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T01:30:33.063Z] cbdbe7a5bc2a: Download complete [2021-05-11T01:30:34.133Z] ca9280d653b3: Verifying Checksum [2021-05-11T01:30:34.133Z] ca9280d653b3: Download complete [2021-05-11T01:30:34.416Z] cbdbe7a5bc2a: Pull complete [2021-05-11T01:30:36.628Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T01:30:36.628Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T01:30:37.287Z] ca9280d653b3: Pull complete [2021-05-11T01:30:37.287Z] 7e9c9ca2126c: Download complete [2021-05-11T01:30:40.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T01:30:40.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T01:30:40.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T01:30:40.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T01:30:45.286Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T01:30:45.888Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T01:30:52.639Z] 7e9c9ca2126c: Pull complete [2021-05-11T01:30:52.639Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T01:30:52.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T01:30:52.639Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-11T01:30:53.266Z] prd-centos7-docker-4c-2g-4269 does not seem to be running inside a container [2021-05-11T01:30:53.408Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T01:30:56.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T01:30:56.075Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T01:30:56.075Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T01:30:56.139Z] $ docker top 712c46a17ba24745f97be69550f1d1fee16b203293142f46c59613f6cba2857a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T01:30:56.941Z] + docker-compose build --help [2021-05-11T01:30:56.941Z] + grep parallel [2021-05-11T01:30:58.382Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T01:30:58.681Z] $ docker stop --time=1 712c46a17ba24745f97be69550f1d1fee16b203293142f46c59613f6cba2857a [2021-05-11T01:31:00.813Z] $ docker rm -f 712c46a17ba24745f97be69550f1d1fee16b203293142f46c59613f6cba2857a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:31:01.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T01:31:01.379Z] . [Pipeline] withDockerContainer [2021-05-11T01:31:01.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.373s coverage: 45.9% of statements [2021-05-11T01:31:01.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T01:31:01.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T01:31:01.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T01:31:01.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T01:31:01.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T01:31:01.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T01:31:01.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.148s coverage: 19.8% of statements [2021-05-11T01:31:01.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements [2021-05-11T01:31:01.585Z] prd-centos7-docker-4c-2g-4269 does not seem to be running inside a container [2021-05-11T01:31:01.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T01:31:03.197Z] $ docker top af042327aacfb18260c16334b9ce6fc6322877aea1316572ced1ed56137a85c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T01:31:04.470Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T01:31:06.455Z] Building docker-core-command-go ... [2021-05-11T01:31:06.455Z] Building docker-core-data-go ... [2021-05-11T01:31:06.455Z] Building docker-core-metadata-go ... [2021-05-11T01:31:06.455Z] Building docker-security-bootstrapper-go ... [2021-05-11T01:31:06.455Z] Building docker-security-proxy-setup-go ... [2021-05-11T01:31:06.455Z] Building docker-security-secretstore-setup-go ... [2021-05-11T01:31:06.455Z] Building docker-support-notifications-go ... [2021-05-11T01:31:06.455Z] Building docker-support-scheduler-go ... [2021-05-11T01:31:06.455Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T01:31:06.455Z] Building docker-core-data-go [2021-05-11T01:31:06.455Z] Building docker-support-scheduler-go [2021-05-11T01:31:06.455Z] Building docker-security-bootstrapper-go [2021-05-11T01:31:06.455Z] Building docker-support-notifications-go [2021-05-11T01:31:06.455Z] Building docker-security-proxy-setup-go [2021-05-11T01:31:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.8% of statements [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T01:31:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.199s coverage: 81.2% of statements [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T01:31:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.173s coverage: 100.0% of statements [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T01:31:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.134s coverage: 100.0% of statements [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T01:31:09.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.239s coverage: 71.3% of statements [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T01:31:09.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T01:31:11.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.409s coverage: 87.7% of statements [2021-05-11T01:31:11.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T01:31:11.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:31:11.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements [2021-05-11T01:31:11.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T01:31:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.141s coverage: 28.6% of statements [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T01:31:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.249s coverage: 100.0% of statements [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T01:31:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.201s coverage: 100.0% of statements [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T01:31:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.421s coverage: 86.7% of statements [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T01:31:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T01:31:21.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T01:31:21.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T01:31:26.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.161s coverage: 95.1% of statements [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T01:31:26.907Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.133s coverage: 58.8% of statements [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T01:31:26.907Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.9% of statements [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T01:31:26.907Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.146s coverage: 22.0% of statements [2021-05-11T01:31:26.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T01:31:26.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.195s coverage: 47.1% of statements [2021-05-11T01:31:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.155s coverage: 79.5% of statements [2021-05-11T01:31:27.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.154s coverage: 94.1% of statements [2021-05-11T01:31:28.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements [2021-05-11T01:31:29.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements [2021-05-11T01:31:41.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.185s coverage: 94.4% of statements [2021-05-11T01:31:41.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.137s coverage: 44.8% of statements [2021-05-11T01:31:47.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.545s coverage: 81.8% of statements [2021-05-11T01:31:47.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.213s coverage: 92.9% of statements [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.053s coverage: 65.1% of statements [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 76.0% of statements [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.0% of statements [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.226s coverage: 87.2% of statements [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 85.4% of statements [2021-05-11T01:31:54.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.2% of statements [2021-05-11T01:31:54.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T01:31:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.791s coverage: 64.4% of statements [2021-05-11T01:31:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T01:31:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T01:31:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements [2021-05-11T01:31:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 91.3% of statements [2021-05-11T01:31:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-05-11T01:31:56.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements [2021-05-11T01:31:56.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2021-05-11T01:32:00.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.970s coverage: 66.9% of statements [2021-05-11T01:32:00.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T01:32:00.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T01:32:00.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T01:32:01.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.756s coverage: 43.4% of statements [2021-05-11T01:32:01.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T01:32:01.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T01:32:01.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements [2021-05-11T01:32:01.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T01:32:01.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements [2021-05-11T01:32:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.591s coverage: 47.0% of statements [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T01:32:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T01:32:07.375Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T01:32:07.375Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T01:32:10.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.268s coverage: 22.7% of statements [2021-05-11T01:32:10.805Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T01:32:10.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.443s coverage: 92.6% of statements [2021-05-11T01:32:10.805Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T01:32:10.805Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:32:10.805Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T01:32:15.661Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:32:15.661Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:32:15.661Z] ---> ab372acc029f [2021-05-11T01:32:15.661Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T01:32:15.661Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:32:15.661Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:32:15.661Z] ---> ab372acc029f [2021-05-11T01:32:15.661Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T01:32:15.661Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:32:15.661Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:32:15.661Z] ---> ab372acc029f [2021-05-11T01:32:15.661Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:32:15.661Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:32:15.661Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:32:15.661Z] ---> ab372acc029f [2021-05-11T01:32:15.661Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T01:32:15.661Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:32:15.661Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:32:15.661Z] ---> ab372acc029f [2021-05-11T01:32:15.661Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T01:32:15.661Z] ---> Running in e9561d94cf44 [2021-05-11T01:32:15.661Z] ---> Running in 383edf30dff0 [2021-05-11T01:32:15.661Z] ---> Running in fd30cc15fe15 [2021-05-11T01:32:15.661Z] ---> Running in bc1f37ecb3bc [2021-05-11T01:32:15.661Z] ---> Running in 3b38e9f5183a [2021-05-11T01:32:16.479Z] Removing intermediate container 3b38e9f5183a [2021-05-11T01:32:16.479Z] ---> de980331fd18 [2021-05-11T01:32:16.479Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:32:16.479Z] Removing intermediate container 383edf30dff0 [2021-05-11T01:32:16.479Z] ---> ce7f65f7d41b [2021-05-11T01:32:16.479Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:32:16.479Z] Removing intermediate container fd30cc15fe15 [2021-05-11T01:32:16.479Z] ---> f26f00e71cab [2021-05-11T01:32:16.479Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:32:16.479Z] Removing intermediate container e9561d94cf44 [2021-05-11T01:32:16.479Z] ---> ee0941f6721f [2021-05-11T01:32:16.479Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:32:16.479Z] Removing intermediate container bc1f37ecb3bc [2021-05-11T01:32:16.479Z] ---> 8832b1bf091b [2021-05-11T01:32:16.479Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:32:16.479Z] ---> Running in cda5c73f6d74 [2021-05-11T01:32:16.479Z] ---> Running in 7a04ffe5c309 [2021-05-11T01:32:16.759Z] ---> Running in ed1a8727973d [2021-05-11T01:32:16.759Z] ---> Running in 6f1b253af722 [2021-05-11T01:32:16.759Z] ---> Running in 2540983d0f83 [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.729s coverage: 28.7% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.157s coverage: 64.6% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.374s coverage: 97.6% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.067s coverage: 0.0% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.138s coverage: 28.1% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T01:32:19.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.062s coverage: 85.7% of statements [2021-05-11T01:32:19.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T01:32:20.130Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-05-11T01:32:20.306Z] Removing intermediate container 7a04ffe5c309 [2021-05-11T01:32:20.306Z] ---> 602497346a84 [2021-05-11T01:32:20.306Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T01:32:20.306Z] Removing intermediate container ed1a8727973d [2021-05-11T01:32:20.306Z] ---> 11a0f1443b08 [2021-05-11T01:32:20.306Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T01:32:20.306Z] Removing intermediate container 6f1b253af722 [2021-05-11T01:32:20.306Z] ---> afb0f94d1399 [2021-05-11T01:32:20.306Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T01:32:20.641Z] ---> Running in 1d927f432738 [2021-05-11T01:32:20.641Z] Removing intermediate container cda5c73f6d74 [2021-05-11T01:32:20.641Z] ---> fbb459fd2d2c [2021-05-11T01:32:20.641Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T01:32:20.641Z] Removing intermediate container 2540983d0f83 [2021-05-11T01:32:20.641Z] ---> 78f156ad9b1d [2021-05-11T01:32:20.641Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T01:32:20.641Z] ---> Running in fd38d61548cf [2021-05-11T01:32:20.968Z] ---> Running in 43437368f48c [2021-05-11T01:32:20.968Z] ---> Running in bca873517194 [2021-05-11T01:32:20.968Z] ---> Running in cf85efa06555 [2021-05-11T01:32:21.112Z] GO111MODULE=on go vet ./... [2021-05-11T01:32:22.115Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:22.735Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:23.024Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:23.303Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:23.303Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:23.940Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:24.228Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:24.542Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:24.832Z] OK: 219 MiB in 52 packages [2021-05-11T01:32:25.139Z] OK: 219 MiB in 52 packages [2021-05-11T01:32:25.837Z] OK: 219 MiB in 52 packages [2021-05-11T01:32:25.837Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:25.837Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:32:26.225Z] Removing intermediate container 1d927f432738 [2021-05-11T01:32:26.225Z] ---> 0f7fbe6f2c13 [2021-05-11T01:32:26.225Z] Step 6/23 : COPY go.mod . [2021-05-11T01:32:27.632Z] Removing intermediate container fd38d61548cf [2021-05-11T01:32:27.632Z] ---> 159bb28bb3dd [2021-05-11T01:32:27.632Z] Step 6/23 : COPY go.mod . [2021-05-11T01:32:27.632Z] Removing intermediate container bca873517194 [2021-05-11T01:32:27.632Z] ---> 8d05ed7e9271 [2021-05-11T01:32:27.632Z] Step 6/24 : COPY go.mod . [2021-05-11T01:32:27.632Z] ---> fc94f588b4d0 [2021-05-11T01:32:27.632Z] Step 7/23 : RUN go mod download [2021-05-11T01:32:27.943Z] ---> Running in 69531f98c42b [2021-05-11T01:32:28.925Z] OK: 219 MiB in 52 packages [2021-05-11T01:32:28.925Z] OK: 219 MiB in 52 packages [2021-05-11T01:32:28.925Z] ---> 2934e6735d9d [2021-05-11T01:32:28.925Z] Step 7/23 : RUN go mod download [2021-05-11T01:32:28.925Z] ---> f0bd05472764 [2021-05-11T01:32:28.925Z] Step 7/24 : RUN go mod download [2021-05-11T01:32:29.201Z] ---> Running in 6d349ab363a8 [2021-05-11T01:32:29.495Z] ---> Running in 7bff1ced4c55 [2021-05-11T01:32:30.259Z] Removing intermediate container 43437368f48c [2021-05-11T01:32:30.259Z] ---> 6bbaac1155a4 [2021-05-11T01:32:30.259Z] Step 6/22 : COPY go.mod . [2021-05-11T01:32:31.080Z] Removing intermediate container cf85efa06555 [2021-05-11T01:32:31.080Z] ---> 84b4a4444355 [2021-05-11T01:32:31.080Z] Step 6/32 : COPY go.mod . [2021-05-11T01:32:31.526Z] ---> 00525ce8c27e [2021-05-11T01:32:31.526Z] Step 7/22 : RUN go mod download [2021-05-11T01:32:31.526Z] ---> Running in f51e07c08e28 [2021-05-11T01:32:32.254Z] ---> 18ade6b1f4a6 [2021-05-11T01:32:32.254Z] Step 7/32 : RUN go mod download [2021-05-11T01:32:32.254Z] ---> Running in 131052bd01cf [2021-05-11T01:32:34.327Z] Removing intermediate container 6d349ab363a8 [2021-05-11T01:32:34.327Z] ---> a9a7c4c2ae20 [2021-05-11T01:32:34.327Z] Step 8/23 : COPY . . [2021-05-11T01:32:34.327Z] Removing intermediate container 69531f98c42b [2021-05-11T01:32:34.327Z] ---> 063949a44da7 [2021-05-11T01:32:34.327Z] Step 8/23 : COPY . . [2021-05-11T01:32:34.680Z] Removing intermediate container 7bff1ced4c55 [2021-05-11T01:32:34.680Z] ---> dd990f856f77 [2021-05-11T01:32:34.680Z] Step 8/24 : COPY . . [2021-05-11T01:32:35.022Z] Removing intermediate container f51e07c08e28 [2021-05-11T01:32:35.022Z] ---> 11c43b88f05a [2021-05-11T01:32:35.022Z] Step 8/22 : COPY . . [2021-05-11T01:32:35.364Z] Removing intermediate container 131052bd01cf [2021-05-11T01:32:35.364Z] ---> 57d7d9720047 [2021-05-11T01:32:35.364Z] Step 8/32 : COPY . . [2021-05-11T01:33:58.015Z] gofmt -l . [2021-05-11T01:33:59.454Z] [ "`gofmt -l .`" = "" ] [2021-05-11T01:34:02.840Z] ./bin/test-go-mod-tidy.sh [2021-05-11T01:34:03.446Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T01:34:06.767Z] + ls -al . [2021-05-11T01:34:06.767Z] total 856 [2021-05-11T01:34:06.767Z] drwxrwxr-x 9 1001 1001 4096 May 11 01:34 . [2021-05-11T01:34:06.767Z] drwxr-xr-x 4 root root 4096 May 11 01:28 .. [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 11 May 11 01:27 .dockerignore [2021-05-11T01:34:06.767Z] drwxrwxr-x 8 1001 1001 4096 May 11 01:27 .git [2021-05-11T01:34:06.767Z] drwxrwxr-x 3 1001 1001 4096 May 11 01:27 .github [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 818 May 11 01:27 .gitignore [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 166 May 11 01:27 .sonarcloud.properties [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 8609 May 11 01:27 Attribution.txt [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 3804 May 11 01:27 CONTRIBUTING.md [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 931 May 11 01:27 Dockerfile.build [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 863 May 11 01:27 Jenkinsfile [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 10775 May 11 01:27 LICENSE [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 5774 May 11 01:27 Makefile [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 7978 May 11 01:27 README.md [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 6755 May 11 01:27 SECURITY.md [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 5 May 11 01:22 VERSION [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 4131 May 11 01:27 ZMQWindows.md [2021-05-11T01:34:06.767Z] drwxrwxr-x 2 1001 1001 4096 May 11 01:27 bin [2021-05-11T01:34:06.767Z] drwxrwxr-x 14 1001 1001 4096 May 11 01:27 cmd [2021-05-11T01:34:06.767Z] -rw-r--r-- 1 root root 719397 May 11 01:32 coverage.out [2021-05-11T01:34:06.767Z] -rw-r--r-- 1 root root 1060 May 11 01:34 go.mod [2021-05-11T01:34:06.767Z] -rw-r--r-- 1 root root 21595 May 11 01:28 go.sum [2021-05-11T01:34:06.767Z] drwxrwxr-x 8 1001 1001 4096 May 11 01:27 internal [2021-05-11T01:34:06.767Z] drwxrwxr-x 4 1001 1001 4096 May 11 01:27 openapi [2021-05-11T01:34:06.767Z] drwxrwxr-x 4 1001 1001 4096 May 11 01:27 snap [2021-05-11T01:34:06.767Z] -rw-rw-r-- 1 1001 1001 168 May 11 01:27 version.go [Pipeline] sh [2021-05-11T01:34:07.445Z] + '[' -e coverage.out ] [2021-05-11T01:34:07.445Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T01:34:07.478Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T01:34:09.035Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T01:34:09.747Z] + make build [2021-05-11T01:34:09.747Z] 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-11T01:34:12.881Z] ---> 59f15253622d [2021-05-11T01:34:12.881Z] Step 9/23 : RUN go mod tidy [2021-05-11T01:34:12.881Z] ---> c54b83b675f2 [2021-05-11T01:34:12.881Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:34:12.881Z] ---> 4225b10dab4d [2021-05-11T01:34:12.881Z] Step 9/22 : RUN go mod tidy [2021-05-11T01:34:12.881Z] ---> ed3953ee5df1 [2021-05-11T01:34:12.881Z] Step 9/23 : RUN go mod tidy [2021-05-11T01:34:12.881Z] ---> Running in 352ab837f2e6 [2021-05-11T01:34:12.881Z] ---> Running in 447b9c8de5db [2021-05-11T01:34:12.881Z] ---> Running in 18326d850927 [2021-05-11T01:34:12.881Z] ---> Running in d1756002153e [2021-05-11T01:34:12.881Z] ---> e010a617e8c0 [2021-05-11T01:34:12.881Z] Step 9/32 : RUN go mod tidy [2021-05-11T01:34:12.881Z] ---> Running in 5f3491a4098e [2021-05-11T01:34:12.881Z] Removing intermediate container 18326d850927 [2021-05-11T01:34:12.881Z] ---> 4f6b6f6b0d1a [2021-05-11T01:34:12.881Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T01:34:12.881Z] ---> Running in dc666e87865a [2021-05-11T01:34:12.881Z] Removing intermediate container d1756002153e [2021-05-11T01:34:12.881Z] ---> 611ce2adbd5a [2021-05-11T01:34:12.881Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T01:34:12.881Z] Removing intermediate container 352ab837f2e6 [2021-05-11T01:34:12.881Z] ---> aa06e38d097e [2021-05-11T01:34:12.881Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T01:34:12.881Z] Removing intermediate container 447b9c8de5db [2021-05-11T01:34:12.881Z] ---> a61379f534e6 [2021-05-11T01:34:12.881Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T01:34:12.881Z] ---> Running in 098922286de7 [2021-05-11T01:34:12.881Z] ---> Running in f1f6b77ea3c5 [2021-05-11T01:34:12.881Z] Removing intermediate container 5f3491a4098e [2021-05-11T01:34:12.881Z] ---> 0710457e7ea1 [2021-05-11T01:34:12.881Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T01:34:12.881Z] ---> Running in ce28ece41007 [2021-05-11T01:34:12.881Z] ---> Running in 7b0a22ff54e9 [2021-05-11T01:34:13.607Z] 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-11T01:34:14.323Z] 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-11T01:34:14.323Z] 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-11T01:34:14.959Z] 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-11T01:34:14.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-11T01:34:18.212Z] 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-11T01:34:45.019Z] 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-11T01:34:49.327Z] 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-11T01:34:53.636Z] 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-11T01:34:54.648Z] 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-11T01:34:58.983Z] 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-11T01:35:03.284Z] 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-11T01:35:06.679Z] 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-11T01:35:10.074Z] 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-11T01:35:13.460Z] 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-11T01:35:16.084Z] 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-11T01:35:21.506Z] $ docker stop --time=1 fe0e7f1ac0d7d694d01c0797405f725073a219e1b9f6be8d63264a02d4e89069 [2021-05-11T01:35:23.761Z] 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-11T01:35:24.065Z] $ docker rm -f fe0e7f1ac0d7d694d01c0797405f725073a219e1b9f6be8d63264a02d4e89069 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:35:25.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T01:35:25.955Z] [2021-05-11T01:35:25.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:35:26.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T01:35:26.307Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-11T01:35:26.307Z] 29e5d40040c1: Pulling fs layer [2021-05-11T01:35:26.307Z] 1ce36da41761: Pulling fs layer [2021-05-11T01:35:26.307Z] 25b303627fd3: Pulling fs layer [2021-05-11T01:35:26.600Z] 29e5d40040c1: Verifying Checksum [2021-05-11T01:35:26.600Z] 29e5d40040c1: Download complete [2021-05-11T01:35:27.200Z] 1ce36da41761: Verifying Checksum [2021-05-11T01:35:27.200Z] 1ce36da41761: Download complete [2021-05-11T01:35:27.200Z] 29e5d40040c1: Pull complete [2021-05-11T01:35:28.246Z] 1ce36da41761: Pull complete [2021-05-11T01:35:28.838Z] 25b303627fd3: Verifying Checksum [2021-05-11T01:35:28.838Z] 25b303627fd3: Download complete [2021-05-11T01:35:30.947Z] Removing intermediate container 7b0a22ff54e9 [2021-05-11T01:35:30.947Z] ---> 62fb7ebc2169 [2021-05-11T01:35:30.947Z] [2021-05-11T01:35:30.947Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T01:35:30.947Z] 3.12: Pulling from library/alpine [2021-05-11T01:35:31.759Z] Removing intermediate container f1f6b77ea3c5 [2021-05-11T01:35:31.759Z] ---> 6d78c1ac185b [2021-05-11T01:35:31.759Z] [2021-05-11T01:35:31.759Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T01:35:31.759Z] 3.12: Pulling from library/alpine [2021-05-11T01:35:32.036Z] Removing intermediate container 098922286de7 [2021-05-11T01:35:32.036Z] ---> fc50fd37fcb3 [2021-05-11T01:35:32.036Z] [2021-05-11T01:35:32.036Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T01:35:32.310Z] 3.12: Pulling from library/alpine [2021-05-11T01:35:32.310Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T01:35:32.310Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T01:35:32.310Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T01:35:32.310Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T01:35:32.310Z] ---> 13621d1b12d4 [2021-05-11T01:35:32.310Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T01:35:32.310Z] ---> 13621d1b12d4 [2021-05-11T01:35:32.310Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T01:35:32.310Z] Status: Image is up to date for alpine:3.12 [2021-05-11T01:35:32.310Z] ---> 13621d1b12d4 [2021-05-11T01:35:32.310Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T01:35:32.310Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T01:35:34.057Z] ---> Running in d924bf351f97 [2021-05-11T01:35:34.057Z] ---> Running in 4741164e275a [2021-05-11T01:35:34.057Z] ---> Running in 06f2a4a17a01 [2021-05-11T01:35:36.856Z] Removing intermediate container 06f2a4a17a01 [2021-05-11T01:35:36.857Z] ---> 961a6e77df3e [2021-05-11T01:35:36.857Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T01:35:36.857Z] Removing intermediate container dc666e87865a [2021-05-11T01:35:36.857Z] ---> 7114b664d7a6 [2021-05-11T01:35:36.857Z] [2021-05-11T01:35:36.857Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T01:35:36.857Z] ---> 13621d1b12d4 [2021-05-11T01:35:36.857Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T01:35:37.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:37.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:37.154Z] ---> Running in 7984a8d4afad [2021-05-11T01:35:37.154Z] ---> Running in 8af942b84577 [2021-05-11T01:35:37.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:37.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:37.820Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T01:35:37.820Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T01:35:37.820Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T01:35:37.820Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:35:37.820Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:35:37.820Z] OK: 6 MiB in 15 packages [2021-05-11T01:35:37.820Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T01:35:38.107Z] OK: 6 MiB in 16 packages [2021-05-11T01:35:38.791Z] Removing intermediate container ce28ece41007 [2021-05-11T01:35:38.791Z] ---> 972268a0fa00 [2021-05-11T01:35:38.791Z] [2021-05-11T01:35:38.791Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T01:35:38.791Z] ---> 13621d1b12d4 [2021-05-11T01:35:38.791Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T01:35:38.791Z] ---> Running in 3440071e0577 [2021-05-11T01:35:38.993Z] 25b303627fd3: Pull complete [2021-05-11T01:35:38.993Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-11T01:35:38.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T01:35:38.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-11T01:35:39.148Z] Removing intermediate container 3440071e0577 [2021-05-11T01:35:39.148Z] ---> 494f87b03b5f [2021-05-11T01:35:39.148Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T01:35:39.231Z] prd-ubuntu18.04-docker-arm64-4c-16g-4272 does not seem to be running inside a container [2021-05-11T01:35:39.323Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T01:35:39.826Z] ---> Running in 51978fb3a737 [2021-05-11T01:35:39.826Z] Removing intermediate container 4741164e275a [2021-05-11T01:35:39.826Z] ---> 645daede5b5d [2021-05-11T01:35:39.826Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:35:39.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:40.153Z] Removing intermediate container d924bf351f97 [2021-05-11T01:35:40.153Z] ---> 0d36125b9992 [2021-05-11T01:35:40.153Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:35:40.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:40.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:40.153Z] ---> Running in 6a76b146d15a [2021-05-11T01:35:40.153Z] Removing intermediate container 51978fb3a737 [2021-05-11T01:35:40.153Z] ---> a7b428a88767 [2021-05-11T01:35:40.153Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T01:35:40.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:40.153Z] ---> Running in eb687afb1ec3 [2021-05-11T01:35:40.153Z] ---> Running in af2e46c0cc32 [2021-05-11T01:35:40.465Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T01:35:40.465Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T01:35:40.465Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T01:35:40.465Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T01:35:40.465Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T01:35:40.465Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T01:35:40.465Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:35:40.731Z] OK: 6 MiB in 16 packages [2021-05-11T01:35:40.731Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:35:40.731Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T01:35:40.731Z] OK: 7 MiB in 18 packages [2021-05-11T01:35:41.000Z] Removing intermediate container 6a76b146d15a [2021-05-11T01:35:41.000Z] ---> d79bac2a61bb [2021-05-11T01:35:41.000Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T01:35:41.000Z] Removing intermediate container af2e46c0cc32 [2021-05-11T01:35:41.000Z] ---> f3baa2ae1dc5 [2021-05-11T01:35:41.001Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:35:41.001Z] Removing intermediate container eb687afb1ec3 [2021-05-11T01:35:41.001Z] ---> 4bbebf694d88 [2021-05-11T01:35:41.001Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T01:35:41.300Z] ---> Running in 303401e3e2f3 [2021-05-11T01:35:41.300Z] ---> Running in ab1f9a86a06f [2021-05-11T01:35:41.300Z] ---> Running in 7823d4e65e8f [2021-05-11T01:35:41.951Z] Removing intermediate container 303401e3e2f3 [2021-05-11T01:35:41.951Z] ---> 762a974afddd [2021-05-11T01:35:41.951Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T01:35:41.951Z] Removing intermediate container 8af942b84577 [2021-05-11T01:35:41.951Z] ---> 7c915c2f3da8 [2021-05-11T01:35:41.951Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T01:35:42.260Z] Removing intermediate container 7823d4e65e8f [2021-05-11T01:35:42.260Z] ---> de78c415b193 [2021-05-11T01:35:42.260Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T01:35:42.260Z] ---> Running in 7f3f2e53dfdf [2021-05-11T01:35:42.260Z] ---> Running in d42e3e871b43 [2021-05-11T01:35:42.260Z] ---> Running in 9af3665da747 [2021-05-11T01:35:42.553Z] Removing intermediate container 7984a8d4afad [2021-05-11T01:35:42.553Z] ---> 8c831445c10a [2021-05-11T01:35:42.553Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T01:35:42.835Z] ---> Running in 1d8c551c7499 [2021-05-11T01:35:42.835Z] Removing intermediate container 7f3f2e53dfdf [2021-05-11T01:35:42.835Z] ---> 1c7116922123 [2021-05-11T01:35:42.835Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:35:42.835Z] Removing intermediate container d42e3e871b43 [2021-05-11T01:35:42.835Z] ---> 528d84cb146d [2021-05-11T01:35:42.835Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T01:35:42.891Z] $ docker top 62c98f48fcd914c9f78eab9bc27b2b425ca188dd122463f5ca60b2f61d8c4800 -eo pid,comm [2021-05-11T01:35:43.150Z] Removing intermediate container 9af3665da747 [2021-05-11T01:35:43.150Z] ---> ee9c31a9f05b [2021-05-11T01:35:43.150Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] { [Pipeline] sh [2021-05-11T01:35:43.433Z] ---> Running in 23283292765a [2021-05-11T01:35:43.707Z] Removing intermediate container 1d8c551c7499 [2021-05-11T01:35:43.707Z] ---> a1da8daade30 [2021-05-11T01:35:43.707Z] Step 14/22 : WORKDIR /edgex [2021-05-11T01:35:43.707Z] ---> 5e2b338ae1c9 [2021-05-11T01:35:43.707Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T01:35:43.707Z] ---> 2f3a4a88d4fd [2021-05-11T01:35:43.707Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T01:35:43.860Z] + grep parallel [2021-05-11T01:35:43.860Z] + docker-compose build --help [2021-05-11T01:35:44.004Z] ---> Running in 8462850699de [2021-05-11T01:35:44.004Z] Removing intermediate container 23283292765a [2021-05-11T01:35:44.004Z] ---> 4eb189433aef [2021-05-11T01:35:44.004Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T01:35:44.304Z] ---> Running in 1f5b69a1ac52 [2021-05-11T01:35:44.579Z] Removing intermediate container ab1f9a86a06f [2021-05-11T01:35:44.579Z] ---> 9886b67ffe6a [2021-05-11T01:35:44.579Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T01:35:44.579Z] Removing intermediate container 8462850699de [2021-05-11T01:35:44.579Z] ---> 8e5a3c41b29d [2021-05-11T01:35:44.579Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T01:35:44.871Z] ---> Running in eb99f8517e9b [2021-05-11T01:35:45.145Z] ---> 0f81832a991e [2021-05-11T01:35:45.145Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T01:35:45.428Z] ---> 3d7ac6da09dc [2021-05-11T01:35:45.428Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T01:35:45.428Z] ---> 870514214f1e [2021-05-11T01:35:45.428Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T01:35:45.720Z] ---> f7832b729829 [2021-05-11T01:35:45.720Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T01:35:46.019Z] ---> Running in d9175aa01b82 [2021-05-11T01:35:46.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:46.019Z] ---> ed1400295e44 [2021-05-11T01:35:46.020Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T01:35:46.325Z] ---> Running in 8546cfc51900 [2021-05-11T01:35:46.325Z] ---> 12f4681f7082 [2021-05-11T01:35:46.325Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T01:35:46.325Z] Removing intermediate container d9175aa01b82 [2021-05-11T01:35:46.325Z] ---> 055399dfb76c [2021-05-11T01:35:46.325Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:35:46.618Z] ---> Running in 137d54b65f68 [2021-05-11T01:35:46.941Z] Removing intermediate container 1f5b69a1ac52 [2021-05-11T01:35:46.941Z] ---> 8ea9a78e18fe [2021-05-11T01:35:46.941Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T01:35:46.941Z] Removing intermediate container 8546cfc51900 [2021-05-11T01:35:46.941Z] ---> 5a02ec8449e4 [2021-05-11T01:35:46.941Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:35:47.228Z] ---> Running in 02fc3434fd3f [2021-05-11T01:35:47.228Z] ---> Running in eb3ff72f3eaa [2021-05-11T01:35:47.505Z] Removing intermediate container 137d54b65f68 [2021-05-11T01:35:47.505Z] ---> 33bba1e77984 [2021-05-11T01:35:47.505Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T01:35:47.505Z] ---> c94baacb8b2c [2021-05-11T01:35:47.505Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T01:35:47.505Z] ---> Running in e4dc8af8c2a7 [2021-05-11T01:35:47.814Z] ---> Running in c7b582475442 [2021-05-11T01:35:47.814Z] Removing intermediate container eb3ff72f3eaa [2021-05-11T01:35:47.814Z] ---> 4c0e219205d5 [2021-05-11T01:35:47.814Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T01:35:47.814Z] Removing intermediate container 02fc3434fd3f [2021-05-11T01:35:47.814Z] ---> d8ddaabbb614 [2021-05-11T01:35:47.814Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T01:35:47.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:35:47.814Z] ---> Running in 0f9a9d937e80 [2021-05-11T01:35:48.092Z] Removing intermediate container e4dc8af8c2a7 [2021-05-11T01:35:48.092Z] ---> 67f83ecd48ea [2021-05-11T01:35:48.092Z] Step 22/23 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:35:48.092Z] Removing intermediate container c7b582475442 [2021-05-11T01:35:48.092Z] ---> bde339ceebbf [2021-05-11T01:35:48.092Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T01:35:48.167Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T01:35:48.193Z] $ docker stop --time=1 62c98f48fcd914c9f78eab9bc27b2b425ca188dd122463f5ca60b2f61d8c4800 [2021-05-11T01:35:48.391Z] ---> Running in 95deabe9a032 [2021-05-11T01:35:48.391Z] ---> Running in a517a9cc9129 [2021-05-11T01:35:48.391Z] Removing intermediate container 0f9a9d937e80 [2021-05-11T01:35:48.391Z] ---> 313d498f2aeb [2021-05-11T01:35:48.391Z] Step 22/23 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:35:48.673Z] ---> 3d78d1f9cfa7 [2021-05-11T01:35:48.673Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T01:35:48.673Z] ---> Running in fd943637b5b0 [2021-05-11T01:35:48.992Z] ---> Running in ab8d71a472e7 [2021-05-11T01:35:48.992Z] Removing intermediate container 95deabe9a032 [2021-05-11T01:35:48.992Z] ---> 83d97411ef94 [2021-05-11T01:35:48.992Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T01:35:48.992Z] Removing intermediate container fd943637b5b0 [2021-05-11T01:35:48.992Z] ---> c0ba88151348 [2021-05-11T01:35:48.992Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T01:35:49.267Z] Removing intermediate container a517a9cc9129 [2021-05-11T01:35:49.267Z] ---> 8f2f2fd9c6c5 [2021-05-11T01:35:49.267Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T01:35:49.267Z] ---> Running in b8a794d65d63 [2021-05-11T01:35:49.267Z] ---> Running in c133067a2127 [2021-05-11T01:35:49.267Z] ---> Running in 5e4fdc4c5aae [2021-05-11T01:35:49.626Z] Removing intermediate container b8a794d65d63 [2021-05-11T01:35:49.626Z] ---> abe00d559c68 [2021-05-11T01:35:49.626Z] [2021-05-11T01:35:49.626Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T01:35:49.934Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T01:35:49.934Z] Removing intermediate container c133067a2127 [2021-05-11T01:35:49.934Z] ---> cc2584a2b402 [2021-05-11T01:35:49.934Z] [2021-05-11T01:35:50.148Z] $ docker rm -f 62c98f48fcd914c9f78eab9bc27b2b425ca188dd122463f5ca60b2f61d8c4800 [2021-05-11T01:35:50.227Z] Removing intermediate container 5e4fdc4c5aae [2021-05-11T01:35:50.227Z] ---> 5ff7fc404c37 [2021-05-11T01:35:50.227Z] Step 21/22 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:35:50.227Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T01:35:50.227Z] ---> Running in 71184910dac3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:35:50.539Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T01:35:50.814Z] Successfully built abe00d559c68 [2021-05-11T01:35:50.814Z] Successfully built cc2584a2b402 [2021-05-11T01:35:50.814Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T01:35:50.814Z] Building docker-sys-mgmt-agent-go [2021-05-11T01:35:50.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T01:35:50.818Z] . [Pipeline] withDockerContainer [2021-05-11T01:35:51.084Z] prd-ubuntu18.04-docker-arm64-4c-16g-4272 does not seem to be running inside a container [2021-05-11T01:35:51.132Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest [2021-05-11T01:35:51.132Z] Building docker-security-secretstore-setup-go [2021-05-11T01:35:51.132Z]  Building docker-support-notifications-go ... done Removing intermediate container 71184910dac3 [2021-05-11T01:35:51.132Z] ---> 07494c896e97 [2021-05-11T01:35:51.132Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T01:35:51.132Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T01:35:51.132Z] ---> Running in 06faf1214b18 [2021-05-11T01:35:51.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T01:35:51.421Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T01:35:51.704Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:35:51.704Z] OK: 8 MiB in 20 packages [2021-05-11T01:35:51.704Z] Removing intermediate container ab8d71a472e7 [2021-05-11T01:35:51.704Z] ---> 43f5c9a73782 [2021-05-11T01:35:51.704Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:35:51.704Z] Removing intermediate container 06faf1214b18 [2021-05-11T01:35:51.704Z] ---> 78fa200018cf [2021-05-11T01:35:51.704Z] [2021-05-11T01:35:52.356Z] Successfully built 78fa200018cf [2021-05-11T01:35:52.356Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T01:35:52.601Z] $ docker top 57d5e50e9bfc76d04a6532c23e526c49601a45d56d519e5e0255d2f5eca39fb4 -eo pid,comm [2021-05-11T01:35:52.677Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-05-11T01:35:52.677Z] ---> 4d92246f6bd6 [2021-05-11T01:35:52.677Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] { [Pipeline] sh [2021-05-11T01:35:53.291Z] Removing intermediate container eb99f8517e9b [2021-05-11T01:35:53.291Z] ---> 5a6af6525b17 [2021-05-11T01:35:53.291Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:35:53.543Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T01:35:54.817Z] ---> f668e50da837 [2021-05-11T01:35:54.817Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T01:35:55.116Z] ---> 521c796bfd9d [2021-05-11T01:35:55.116Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T01:35:57.833Z] Building docker-core-command-go ... [2021-05-11T01:35:57.833Z] Building docker-core-data-go ... [2021-05-11T01:35:57.833Z] Building docker-core-metadata-go ... [2021-05-11T01:35:57.833Z] Building docker-security-bootstrapper-go ... [2021-05-11T01:35:57.833Z] Building docker-security-proxy-setup-go ... [2021-05-11T01:35:57.833Z] Building docker-security-secretstore-setup-go ... [2021-05-11T01:35:57.833Z] Building docker-support-notifications-go ... [2021-05-11T01:35:57.833Z] Building docker-support-scheduler-go ... [2021-05-11T01:35:57.833Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T01:35:57.833Z] Building docker-sys-mgmt-agent-go [2021-05-11T01:35:57.833Z] Building docker-support-notifications-go [2021-05-11T01:35:57.833Z] Building docker-core-command-go [2021-05-11T01:35:57.833Z] Building docker-security-secretstore-setup-go [2021-05-11T01:35:57.833Z] Building docker-security-bootstrapper-go [2021-05-11T01:35:57.958Z] ---> 28c56d00b99c [2021-05-11T01:35:57.958Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T01:35:57.958Z] ---> b89a5b376124 [2021-05-11T01:35:57.958Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T01:35:58.249Z] ---> ca1b13148007 [2021-05-11T01:35:58.249Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T01:35:59.420Z] ---> 418760391b09 [2021-05-11T01:35:59.420Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T01:35:59.420Z] ---> 504a15e47b16 [2021-05-11T01:35:59.420Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T01:36:00.734Z] ---> Running in 87f511ba9c54 [2021-05-11T01:36:01.053Z] ---> Running in 7fc2da8341f8 [2021-05-11T01:36:01.735Z] Removing intermediate container 87f511ba9c54 [2021-05-11T01:36:01.735Z] ---> 3077dda50861 [2021-05-11T01:36:01.735Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:36:03.324Z] Removing intermediate container 7fc2da8341f8 [2021-05-11T01:36:03.324Z] ---> ab3e7a6f6141 [2021-05-11T01:36:03.324Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T01:36:03.324Z] ---> Running in 3e59a02e883d [2021-05-11T01:36:03.960Z] Removing intermediate container 3e59a02e883d [2021-05-11T01:36:03.961Z] ---> d64bdb4c9480 [2021-05-11T01:36:03.961Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T01:36:04.836Z] ---> Running in 1d4a90e2e222 [2021-05-11T01:36:04.836Z] ---> 00a2443e5715 [2021-05-11T01:36:04.836Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T01:36:04.836Z] ---> Running in 21cdb1afcb7b [2021-05-11T01:36:05.753Z] Removing intermediate container 1d4a90e2e222 [2021-05-11T01:36:05.753Z] ---> bca639a8a590 [2021-05-11T01:36:05.753Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:36:05.753Z] ---> Running in 2008cf7e2a31 [2021-05-11T01:36:07.294Z] Removing intermediate container 2008cf7e2a31 [2021-05-11T01:36:07.294Z] ---> 052903bfdaf4 [2021-05-11T01:36:07.294Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:36:07.904Z] ---> Running in 270fcd21f1fa [2021-05-11T01:36:08.914Z] Removing intermediate container 270fcd21f1fa [2021-05-11T01:36:08.914Z] ---> 908c48958730 [2021-05-11T01:36:08.914Z] [2021-05-11T01:36:09.554Z] Successfully built 908c48958730 [2021-05-11T01:36:09.554Z] Successfully tagged docker-core-data-go:latest [2021-05-11T01:36:09.554Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-05-11T01:36:11.170Z] Removing intermediate container 21cdb1afcb7b [2021-05-11T01:36:11.171Z] ---> 035db37a8577 [2021-05-11T01:36:11.171Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T01:36:11.804Z] ---> Running in f7964cf379aa [2021-05-11T01:36:12.874Z] Removing intermediate container f7964cf379aa [2021-05-11T01:36:12.874Z] ---> 733535093006 [2021-05-11T01:36:12.874Z] Step 29/32 : CMD ["gate"] [2021-05-11T01:36:13.984Z] ---> Running in d3f9c1aae68e [2021-05-11T01:36:14.271Z] Removing intermediate container d3f9c1aae68e [2021-05-11T01:36:14.271Z] ---> 6a29a36f1791 [2021-05-11T01:36:14.271Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T01:36:14.550Z] ---> Running in 47a1693010fa [2021-05-11T01:36:14.822Z] Removing intermediate container 47a1693010fa [2021-05-11T01:36:14.822Z] ---> 502f8eaaa270 [2021-05-11T01:36:14.822Z] Step 31/32 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:36:15.425Z] ---> Running in a7d851664c9c [2021-05-11T01:36:15.698Z] Removing intermediate container a7d851664c9c [2021-05-11T01:36:15.698Z] ---> 5d255088e3b4 [2021-05-11T01:36:15.698Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T01:36:16.754Z] ---> Running in 7aec37b97bd5 [2021-05-11T01:36:18.912Z] Removing intermediate container 7aec37b97bd5 [2021-05-11T01:36:18.912Z] ---> b2c7e18f19a2 [2021-05-11T01:36:18.912Z] [2021-05-11T01:36:20.515Z] Successfully built b2c7e18f19a2 [2021-05-11T01:36:21.242Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T01:36:48.630Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:36:48.630Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:36:48.630Z] ---> ab372acc029f [2021-05-11T01:36:48.630Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:36:48.630Z] ---> Using cache [2021-05-11T01:36:48.630Z] ---> ee0941f6721f [2021-05-11T01:36:48.630Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:36:48.630Z] ---> Using cache [2021-05-11T01:36:48.630Z] ---> afb0f94d1399 [2021-05-11T01:36:48.630Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T01:36:48.932Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:36:48.932Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:36:48.932Z] ---> ab372acc029f [2021-05-11T01:36:48.932Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:36:48.932Z] ---> Using cache [2021-05-11T01:36:48.932Z] ---> ee0941f6721f [2021-05-11T01:36:48.932Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:36:48.932Z] ---> Using cache [2021-05-11T01:36:48.932Z] ---> afb0f94d1399 [2021-05-11T01:36:48.932Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T01:36:48.932Z] ---> Using cache [2021-05-11T01:36:48.932Z] ---> 6bbaac1155a4 [2021-05-11T01:36:48.932Z] Step 6/24 : COPY go.mod . [2021-05-11T01:36:48.933Z] ---> Using cache [2021-05-11T01:36:48.933Z] ---> 00525ce8c27e [2021-05-11T01:36:48.933Z] Step 7/24 : RUN go mod download [2021-05-11T01:36:48.933Z] ---> Using cache [2021-05-11T01:36:48.933Z] ---> 11c43b88f05a [2021-05-11T01:36:48.933Z] Step 8/24 : COPY . . [2021-05-11T01:36:49.544Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:36:49.544Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:36:49.544Z] ---> ab372acc029f [2021-05-11T01:36:49.544Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T01:36:49.544Z] ---> Using cache [2021-05-11T01:36:49.544Z] ---> ee0941f6721f [2021-05-11T01:36:49.544Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:36:49.544Z] ---> Using cache [2021-05-11T01:36:49.544Z] ---> afb0f94d1399 [2021-05-11T01:36:49.544Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T01:36:49.544Z] ---> Using cache [2021-05-11T01:36:49.544Z] ---> 6bbaac1155a4 [2021-05-11T01:36:49.544Z] Step 6/26 : COPY go.mod . [2021-05-11T01:36:49.544Z] ---> Using cache [2021-05-11T01:36:49.544Z] ---> 00525ce8c27e [2021-05-11T01:36:49.544Z] Step 7/26 : RUN go mod download [2021-05-11T01:36:49.544Z] ---> Using cache [2021-05-11T01:36:49.544Z] ---> 11c43b88f05a [2021-05-11T01:36:49.544Z] Step 8/26 : COPY . . [2021-05-11T01:36:50.043Z] ---> Using cache [2021-05-11T01:36:50.043Z] ---> 4225b10dab4d [2021-05-11T01:36:50.043Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:36:50.044Z] ---> Using cache [2021-05-11T01:36:50.044Z] ---> 4225b10dab4d [2021-05-11T01:36:50.044Z] Step 9/26 : RUN go mod tidy [2021-05-11T01:36:50.044Z] ---> Using cache [2021-05-11T01:36:50.044Z] ---> 4f6b6f6b0d1a [2021-05-11T01:36:50.044Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T01:36:50.044Z] ---> Using cache [2021-05-11T01:36:50.044Z] ---> 4f6b6f6b0d1a [2021-05-11T01:36:50.044Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T01:36:51.202Z] ---> Running in 8d7e47c8d0d5 [2021-05-11T01:36:51.202Z] ---> Running in 215f2bbfc465 [2021-05-11T01:36:51.202Z] ---> Running in c01c11c143fb [2021-05-11T01:36:57.040Z] 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-11T01:36:57.040Z] 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-11T01:36:57.040Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:36:59.693Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:36:59.693Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:36:59.693Z] ---> ab372acc029f [2021-05-11T01:36:59.693Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:36:59.693Z] ---> Using cache [2021-05-11T01:36:59.693Z] ---> ee0941f6721f [2021-05-11T01:36:59.693Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:36:59.693Z] ---> Using cache [2021-05-11T01:36:59.693Z] ---> afb0f94d1399 [2021-05-11T01:36:59.693Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T01:36:59.693Z] ---> Using cache [2021-05-11T01:36:59.693Z] ---> 6bbaac1155a4 [2021-05-11T01:36:59.693Z] Step 6/24 : COPY go.mod . [2021-05-11T01:36:59.693Z] ---> Using cache [2021-05-11T01:36:59.693Z] ---> 00525ce8c27e [2021-05-11T01:36:59.693Z] Step 7/24 : RUN go mod download [2021-05-11T01:36:59.693Z] ---> Using cache [2021-05-11T01:36:59.693Z] ---> 11c43b88f05a [2021-05-11T01:36:59.693Z] Step 8/24 : COPY . . [2021-05-11T01:36:59.693Z] ---> Using cache [2021-05-11T01:36:59.693Z] ---> 4225b10dab4d [2021-05-11T01:36:59.693Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:36:59.693Z] ---> Using cache [2021-05-11T01:36:59.693Z] ---> 4f6b6f6b0d1a [2021-05-11T01:36:59.693Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T01:37:00.055Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:37:00.397Z] ---> Running in a9b2658b71ed [2021-05-11T01:37:01.138Z] OK: 219 MiB in 52 packages [2021-05-11T01:37:03.427Z] 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-11T01:37:04.081Z] Removing intermediate container 8d7e47c8d0d5 [2021-05-11T01:37:04.081Z] ---> 5b7a4b679127 [2021-05-11T01:37:04.081Z] Step 6/24 : COPY go.mod . [2021-05-11T01:37:04.811Z] ---> 9e3bf705ca5a [2021-05-11T01:37:04.811Z] Step 7/24 : RUN go mod download [2021-05-11T01:37:05.110Z] ---> Running in c0ec32cda441 [2021-05-11T01:37:05.810Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:37:05.810Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:37:05.810Z] ---> 2980af727984 [2021-05-11T01:37:05.810Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T01:37:06.807Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:37:06.807Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:37:06.807Z] ---> 2980af727984 [2021-05-11T01:37:06.807Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:37:07.095Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:37:07.095Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:37:07.095Z] ---> 2980af727984 [2021-05-11T01:37:07.095Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T01:37:07.095Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:37:07.095Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:37:07.095Z] ---> 2980af727984 [2021-05-11T01:37:07.095Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:37:07.096Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:37:07.096Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:37:07.096Z] ---> 2980af727984 [2021-05-11T01:37:07.096Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T01:37:10.482Z] ---> Running in b81b8b5bb393 [2021-05-11T01:37:10.482Z] ---> Running in 0d822dd3d824 [2021-05-11T01:37:10.482Z] ---> Running in 9f6f5636a4bf [2021-05-11T01:37:10.482Z] ---> Running in 46f54bc69ffb [2021-05-11T01:37:10.482Z] ---> Running in 7a0b1fed054f [2021-05-11T01:37:10.723Z] Removing intermediate container c0ec32cda441 [2021-05-11T01:37:10.723Z] ---> 2a021ca114d2 [2021-05-11T01:37:10.723Z] Step 8/24 : COPY . . [2021-05-11T01:37:11.079Z] Removing intermediate container 9f6f5636a4bf [2021-05-11T01:37:11.079Z] ---> b7f5b613c161 [2021-05-11T01:37:11.079Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:37:11.079Z] Removing intermediate container b81b8b5bb393 [2021-05-11T01:37:11.079Z] ---> 216f9fe8b5d9 [2021-05-11T01:37:11.079Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:37:11.079Z] Removing intermediate container 46f54bc69ffb [2021-05-11T01:37:11.079Z] ---> 640f5e8b6e28 [2021-05-11T01:37:11.079Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:37:11.079Z] Removing intermediate container 0d822dd3d824 [2021-05-11T01:37:11.079Z] ---> 2b425e611ae9 [2021-05-11T01:37:11.079Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:37:11.079Z] Removing intermediate container 7a0b1fed054f [2021-05-11T01:37:11.079Z] ---> 2dfded9c2bf2 [2021-05-11T01:37:11.079Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:37:11.349Z] ---> Running in 90ad5af36344 [2021-05-11T01:37:11.349Z] ---> Running in 3e3cd6502d94 [2021-05-11T01:37:11.349Z] ---> Running in db7385a9fc87 [2021-05-11T01:37:11.349Z] ---> Running in 0c4d0604a52d [2021-05-11T01:37:11.349Z] ---> Running in 666b39fb2483 [2021-05-11T01:37:15.683Z] Removing intermediate container 90ad5af36344 [2021-05-11T01:37:15.683Z] ---> 7095528a2782 [2021-05-11T01:37:15.683Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T01:37:15.683Z] Removing intermediate container 3e3cd6502d94 [2021-05-11T01:37:15.683Z] ---> 3ea140fb10bb [2021-05-11T01:37:15.683Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T01:37:15.683Z] ---> Running in 5afdf15ca30b [2021-05-11T01:37:15.683Z] Removing intermediate container 0c4d0604a52d [2021-05-11T01:37:15.683Z] ---> 43d9a5188cc4 [2021-05-11T01:37:15.683Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T01:37:15.683Z] ---> Running in afaf13572648 [2021-05-11T01:37:15.962Z] ---> Running in a7fd2f3557b7 [2021-05-11T01:37:15.962Z] Removing intermediate container 666b39fb2483 [2021-05-11T01:37:15.962Z] ---> 462b85436441 [2021-05-11T01:37:15.962Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T01:37:15.962Z] Removing intermediate container db7385a9fc87 [2021-05-11T01:37:15.962Z] ---> fd9e99516e60 [2021-05-11T01:37:15.962Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T01:37:16.559Z] ---> Running in 563c37fc2eaf [2021-05-11T01:37:16.559Z] ---> Running in b1311c806f3e [2021-05-11T01:37:18.004Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:18.004Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:18.282Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:18.282Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:18.282Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:19.711Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:19.711Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:19.982Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:19.982Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:20.253Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:37:21.241Z] OK: 218 MiB in 52 packages [2021-05-11T01:37:21.526Z] OK: 218 MiB in 52 packages [2021-05-11T01:37:21.526Z] OK: 218 MiB in 52 packages [2021-05-11T01:37:21.808Z] OK: 218 MiB in 52 packages [2021-05-11T01:37:22.435Z] OK: 218 MiB in 52 packages [2021-05-11T01:37:23.047Z] Removing intermediate container a7fd2f3557b7 [2021-05-11T01:37:23.047Z] ---> 272c323ab078 [2021-05-11T01:37:23.047Z] Step 6/24 : COPY go.mod . [2021-05-11T01:37:23.332Z] Removing intermediate container 563c37fc2eaf [2021-05-11T01:37:23.332Z] ---> 7c427d19bb62 [2021-05-11T01:37:23.332Z] Step 6/23 : COPY go.mod . [2021-05-11T01:37:23.611Z] Removing intermediate container b1311c806f3e [2021-05-11T01:37:23.611Z] ---> f8d573063464 [2021-05-11T01:37:23.611Z] Step 6/26 : COPY go.mod . [2021-05-11T01:37:23.894Z] Removing intermediate container afaf13572648 [2021-05-11T01:37:23.894Z] ---> 89d5e476ad58 [2021-05-11T01:37:23.894Z] Step 6/32 : COPY go.mod . [2021-05-11T01:37:24.177Z] ---> e3813b363494 [2021-05-11T01:37:24.177Z] Step 7/24 : RUN go mod download [2021-05-11T01:37:24.462Z] Removing intermediate container 5afdf15ca30b [2021-05-11T01:37:24.462Z] ---> 8be148e1ca6f [2021-05-11T01:37:24.462Z] Step 6/24 : COPY go.mod . [2021-05-11T01:37:24.462Z] ---> Running in 33963ad94f2a [2021-05-11T01:37:24.737Z] ---> 34d7c5e1b267 [2021-05-11T01:37:24.738Z] Step 7/23 : RUN go mod download [2021-05-11T01:37:25.015Z] ---> a269bf45e6e9 [2021-05-11T01:37:25.015Z] Step 7/26 : RUN go mod download [2021-05-11T01:37:25.015Z] ---> Running in c661ba6fcf80 [2021-05-11T01:37:25.290Z] ---> b527b1d60776 [2021-05-11T01:37:25.290Z] Step 7/32 : RUN go mod download [2021-05-11T01:37:25.290Z] ---> Running in b3bfe9e47f70 [2021-05-11T01:37:25.574Z] ---> Running in b27d58f56208 [2021-05-11T01:37:25.574Z] ---> faefa0322fcd [2021-05-11T01:37:25.574Z] Step 7/24 : RUN go mod download [2021-05-11T01:37:25.855Z] ---> Running in 704754e7a493 [2021-05-11T01:37:29.263Z] Removing intermediate container 33963ad94f2a [2021-05-11T01:37:29.263Z] ---> 05b24d933dca [2021-05-11T01:37:29.263Z] Step 8/24 : COPY . . [2021-05-11T01:37:29.263Z] Removing intermediate container c661ba6fcf80 [2021-05-11T01:37:29.263Z] ---> c7ec5458026a [2021-05-11T01:37:29.263Z] Step 8/23 : COPY . . [2021-05-11T01:37:29.857Z] Removing intermediate container b3bfe9e47f70 [2021-05-11T01:37:29.857Z] ---> 724689512a9b [2021-05-11T01:37:29.857Z] Step 8/26 : COPY . . [2021-05-11T01:37:30.455Z] Removing intermediate container 704754e7a493 [2021-05-11T01:37:30.455Z] ---> 484c0e73cba6 [2021-05-11T01:37:30.455Z] Step 8/24 : COPY . . [2021-05-11T01:37:30.731Z] Removing intermediate container b27d58f56208 [2021-05-11T01:37:30.731Z] ---> a24e049effce [2021-05-11T01:37:30.731Z] Step 8/32 : COPY . . [2021-05-11T01:37:57.548Z] ---> 930a1f0df24a [2021-05-11T01:37:57.549Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:37:57.549Z] ---> 3c43fa4f1990 [2021-05-11T01:37:57.549Z] Step 9/32 : RUN go mod tidy [2021-05-11T01:37:57.549Z] ---> a14886ed8958 [2021-05-11T01:37:57.549Z] Step 9/23 : RUN go mod tidy [2021-05-11T01:37:57.549Z] ---> Running in bdc13dad781f [2021-05-11T01:37:57.549Z] ---> 84bb5a32a6df [2021-05-11T01:37:57.549Z] Step 9/26 : RUN go mod tidy [2021-05-11T01:37:57.549Z] ---> 8b5bf34598b7 [2021-05-11T01:37:57.549Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:37:57.549Z] ---> Running in ae95eddf6776 [2021-05-11T01:37:57.549Z] ---> Running in c6e986d3d63f [2021-05-11T01:37:57.549Z] ---> Running in 13d75aea64e8 [2021-05-11T01:37:57.549Z] ---> Running in 00a4d892c6bc [2021-05-11T01:37:58.637Z] 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-11T01:38:04.321Z] Removing intermediate container bdc13dad781f [2021-05-11T01:38:04.321Z] ---> d5080c8fc5bd [2021-05-11T01:38:04.321Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T01:38:04.321Z] ---> Running in 9aa8a03e7280 [2021-05-11T01:38:04.321Z] Removing intermediate container c6e986d3d63f [2021-05-11T01:38:04.321Z] ---> af6b75204b0c [2021-05-11T01:38:04.321Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T01:38:04.321Z] ---> Running in d72bf18177e8 [2021-05-11T01:38:04.596Z] Removing intermediate container ae95eddf6776 [2021-05-11T01:38:04.596Z] ---> a3668b57e3ec [2021-05-11T01:38:04.596Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T01:38:04.596Z] Removing intermediate container 00a4d892c6bc [2021-05-11T01:38:04.596Z] ---> e7071933dc6d [2021-05-11T01:38:04.596Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T01:38:04.880Z] ---> Running in a19eaf6ce3f2 [2021-05-11T01:38:04.880Z] Removing intermediate container 13d75aea64e8 [2021-05-11T01:38:04.880Z] ---> eac38cd02b3b [2021-05-11T01:38:04.880Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T01:38:05.164Z] ---> Running in 48eb841b82ee [2021-05-11T01:38:05.164Z] ---> Running in 8f0dfca84991 [2021-05-11T01:38:05.763Z] 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-11T01:38:06.044Z] 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-11T01:38:07.302Z] 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-11T01:38:07.928Z] 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-11T01:38:08.217Z] 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-11T01:38:18.082Z] Removing intermediate container a9b2658b71ed [2021-05-11T01:38:18.082Z] ---> 5665c42c8dda [2021-05-11T01:38:18.082Z] [2021-05-11T01:38:18.082Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T01:38:18.082Z] ---> 13621d1b12d4 [2021-05-11T01:38:18.082Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T01:38:18.082Z] ---> b3e0dabc8b60 [2021-05-11T01:38:18.082Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:38:18.082Z] ---> Using cache [2021-05-11T01:38:18.082Z] ---> 645daede5b5d [2021-05-11T01:38:18.082Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:38:18.082Z] ---> Using cache [2021-05-11T01:38:18.082Z] ---> d79bac2a61bb [2021-05-11T01:38:18.082Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T01:38:18.082Z] ---> Running in 2788f6457239 [2021-05-11T01:38:18.082Z] Removing intermediate container c01c11c143fb [2021-05-11T01:38:18.082Z] ---> 8d355f615325 [2021-05-11T01:38:18.082Z] [2021-05-11T01:38:18.082Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T01:38:18.082Z] ---> 13621d1b12d4 [2021-05-11T01:38:18.082Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T01:38:18.082Z] ---> Using cache [2021-05-11T01:38:18.082Z] ---> 645daede5b5d [2021-05-11T01:38:18.082Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:38:18.082Z] ---> Using cache [2021-05-11T01:38:18.082Z] ---> d79bac2a61bb [2021-05-11T01:38:18.082Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T01:38:18.082Z] ---> Running in c4c4a6f91fb7 [2021-05-11T01:38:18.082Z] ---> Running in 822874def322 [2021-05-11T01:38:18.082Z] Removing intermediate container c4c4a6f91fb7 [2021-05-11T01:38:18.082Z] ---> 7c6769bac9b7 [2021-05-11T01:38:18.082Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T01:38:18.082Z] Removing intermediate container 822874def322 [2021-05-11T01:38:18.082Z] ---> 1d3a2d7bea61 [2021-05-11T01:38:18.082Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T01:38:18.082Z] ---> Running in df1a0b45ab10 [2021-05-11T01:38:18.082Z] ---> Running in 3af1d878f939 [2021-05-11T01:38:18.082Z] Removing intermediate container df1a0b45ab10 [2021-05-11T01:38:18.082Z] ---> 360ca714b3c4 [2021-05-11T01:38:18.082Z] Step 16/24 : WORKDIR / [2021-05-11T01:38:18.738Z] ---> Running in 1ecc9d785a51 [2021-05-11T01:38:18.738Z] Removing intermediate container 3af1d878f939 [2021-05-11T01:38:18.738Z] ---> 9b1eebcccbac [2021-05-11T01:38:18.738Z] Step 16/24 : WORKDIR / [2021-05-11T01:38:19.041Z] ---> Running in efe92c2d727f [2021-05-11T01:38:19.356Z] Removing intermediate container 1ecc9d785a51 [2021-05-11T01:38:19.357Z] ---> 67ade19d8ece [2021-05-11T01:38:19.357Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:38:19.639Z] Removing intermediate container efe92c2d727f [2021-05-11T01:38:19.639Z] ---> 9beb920ba992 [2021-05-11T01:38:19.639Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:38:20.787Z] Removing intermediate container 215f2bbfc465 [2021-05-11T01:38:20.787Z] ---> a0b1c35fbd89 [2021-05-11T01:38:20.787Z] [2021-05-11T01:38:20.787Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T01:38:20.787Z] ---> 13621d1b12d4 [2021-05-11T01:38:20.787Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T01:38:20.787Z] ---> Running in 7db852838d78 [2021-05-11T01:38:20.787Z] ---> c923d07923a8 [2021-05-11T01:38:20.787Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T01:38:21.090Z] ---> 41e031b22720 [2021-05-11T01:38:21.090Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T01:38:22.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:38:22.769Z] ---> eccfc3f6ca6b [2021-05-11T01:38:22.769Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T01:38:22.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:38:23.251Z] ---> 5412e3016951 [2021-05-11T01:38:23.251Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T01:38:23.251Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T01:38:23.555Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T01:38:23.555Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T01:38:23.555Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T01:38:23.555Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T01:38:23.555Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T01:38:23.555Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:38:23.893Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T01:38:23.893Z] OK: 7 MiB in 20 packages [2021-05-11T01:38:23.893Z] ---> c1ac319df443 [2021-05-11T01:38:23.893Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T01:38:24.274Z] Removing intermediate container 2788f6457239 [2021-05-11T01:38:24.274Z] ---> 6457acb79baf [2021-05-11T01:38:24.274Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T01:38:24.274Z] ---> 012800d5030b [2021-05-11T01:38:24.274Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T01:38:24.274Z] ---> Running in 8134b3bcab5d [2021-05-11T01:38:24.626Z] ---> Running in 47a5fbcd51a9 [2021-05-11T01:38:24.626Z] ---> Running in 2547baae8dba [2021-05-11T01:38:24.946Z] Removing intermediate container 8134b3bcab5d [2021-05-11T01:38:24.946Z] ---> 2a3c299fbd69 [2021-05-11T01:38:24.946Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:38:25.358Z] Removing intermediate container 47a5fbcd51a9 [2021-05-11T01:38:25.358Z] ---> cf35949373e2 [2021-05-11T01:38:25.358Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:38:25.682Z] ---> Running in 1d9510fecee6 [2021-05-11T01:38:26.035Z] ---> Running in 178861f4f840 [2021-05-11T01:38:26.365Z] Removing intermediate container 7db852838d78 [2021-05-11T01:38:26.365Z] ---> 29b77ce7cd0f [2021-05-11T01:38:26.365Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T01:38:26.365Z] 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-11T01:38:26.692Z] ---> Running in 84a4f3589dc7 [2021-05-11T01:38:26.692Z] Removing intermediate container 1d9510fecee6 [2021-05-11T01:38:26.692Z] ---> 661b1598fb3f [2021-05-11T01:38:26.692Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T01:38:26.997Z] ---> Running in 5f8ac184f99a [2021-05-11T01:38:26.997Z] Removing intermediate container 178861f4f840 [2021-05-11T01:38:26.997Z] ---> 04e9c0797f5c [2021-05-11T01:38:26.997Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T01:38:27.321Z] ---> Running in 150832165b4d [2021-05-11T01:38:27.321Z] Removing intermediate container 84a4f3589dc7 [2021-05-11T01:38:27.321Z] ---> 3dedd82e4c3e [2021-05-11T01:38:27.321Z] Step 14/26 : WORKDIR / [2021-05-11T01:38:27.637Z] ---> Running in 49f891a7f5f7 [2021-05-11T01:38:27.637Z] Removing intermediate container 5f8ac184f99a [2021-05-11T01:38:27.637Z] ---> 0e5ad5d4b58e [2021-05-11T01:38:27.637Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:38:28.021Z] ---> Running in 5775507fcbb4 [2021-05-11T01:38:28.021Z] Removing intermediate container 150832165b4d [2021-05-11T01:38:28.021Z] ---> 0f4103c4851a [2021-05-11T01:38:28.021Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:38:28.398Z] ---> Running in a96fb9c1c9da [2021-05-11T01:38:28.398Z] Removing intermediate container 49f891a7f5f7 [2021-05-11T01:38:28.398Z] ---> 99eacc5122e9 [2021-05-11T01:38:28.398Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T01:38:28.737Z] Removing intermediate container 5775507fcbb4 [2021-05-11T01:38:28.737Z] ---> ef2628d52231 [2021-05-11T01:38:28.737Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:38:29.936Z] ---> Running in 6b2b2f8a967f [2021-05-11T01:38:29.936Z] Removing intermediate container a96fb9c1c9da [2021-05-11T01:38:29.936Z] ---> 47f742172ba4 [2021-05-11T01:38:29.936Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:38:30.872Z] ---> Running in 21c75ddb1770 [2021-05-11T01:38:30.872Z] ---> 307abdfc937f [2021-05-11T01:38:30.872Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T01:38:30.872Z] Removing intermediate container 6b2b2f8a967f [2021-05-11T01:38:30.872Z] ---> 8a2039df1d93 [2021-05-11T01:38:30.872Z] [2021-05-11T01:38:31.317Z] Removing intermediate container 21c75ddb1770 [2021-05-11T01:38:31.318Z] ---> 4562cef49aff [2021-05-11T01:38:31.318Z] [2021-05-11T01:38:32.005Z] ---> 4c69ef867244 [2021-05-11T01:38:32.005Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T01:38:32.005Z] Successfully built 8a2039df1d93 [2021-05-11T01:38:32.317Z] Successfully tagged docker-core-command-go:latest [2021-05-11T01:38:32.605Z]  Building docker-core-command-go ... done Successfully built 4562cef49aff [2021-05-11T01:38:32.918Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T01:38:33.252Z]  Building docker-core-metadata-go ... done  ---> d13d82540cad [2021-05-11T01:38:33.252Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T01:38:34.299Z] ---> 25619c2c3404 [2021-05-11T01:38:34.299Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T01:38:35.901Z] ---> 968b12e38737 [2021-05-11T01:38:35.901Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T01:38:37.551Z] ---> 5cb0b00eeebe [2021-05-11T01:38:37.551Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T01:38:38.803Z] ---> 783df070f1a0 [2021-05-11T01:38:38.803Z] Step 22/26 : 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-11T01:38:39.177Z] ---> Running in 6dfa6e487a56 [2021-05-11T01:38:43.125Z] Removing intermediate container 6dfa6e487a56 [2021-05-11T01:38:43.125Z] ---> d4d630f9bf09 [2021-05-11T01:38:43.125Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T01:38:43.125Z] ---> Running in 9c3902c4d6d1 [2021-05-11T01:38:43.801Z] Removing intermediate container 9c3902c4d6d1 [2021-05-11T01:38:43.801Z] ---> 556a47486c5e [2021-05-11T01:38:43.801Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T01:38:43.801Z] ---> Running in f17c197bb7cf [2021-05-11T01:38:44.477Z] Removing intermediate container f17c197bb7cf [2021-05-11T01:38:44.477Z] ---> 0b39f3d20c3c [2021-05-11T01:38:44.477Z] Step 25/26 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:38:44.809Z] ---> Running in 6c7237a1d335 [2021-05-11T01:38:45.605Z] Removing intermediate container 6c7237a1d335 [2021-05-11T01:38:45.605Z] ---> 34182de1476b [2021-05-11T01:38:45.605Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T01:38:45.910Z] ---> Running in ac74d7d5b2fe [2021-05-11T01:38:47.247Z] Removing intermediate container ac74d7d5b2fe [2021-05-11T01:38:47.247Z] ---> 7810856ded1f [2021-05-11T01:38:47.247Z] [2021-05-11T01:38:48.175Z] Successfully built 7810856ded1f [2021-05-11T01:38:48.175Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T01:39:01.914Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2547baae8dba [2021-05-11T01:39:01.914Z] ---> 8a4bdb8a5a3f [2021-05-11T01:39:01.914Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T01:39:01.914Z] ---> Running in e3e24815680b [2021-05-11T01:39:02.215Z] 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-11T01:39:05.760Z] Removing intermediate container e3e24815680b [2021-05-11T01:39:05.760Z] ---> 5f2c017ba32a [2021-05-11T01:39:05.760Z] [2021-05-11T01:39:05.760Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T01:39:05.760Z] 20.10.0: Pulling from library/docker [2021-05-11T01:39:21.279Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T01:39:21.279Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T01:39:21.279Z] ---> aefe523efa57 [2021-05-11T01:39:21.279Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:39:21.957Z] ---> Running in 760ef52e3126 [2021-05-11T01:39:21.957Z] Removing intermediate container 760ef52e3126 [2021-05-11T01:39:21.957Z] ---> f7bcd35c5c06 [2021-05-11T01:39:21.957Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T01:39:21.957Z] ---> Running in 13cd68b0a9bd [2021-05-11T01:39:24.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T01:39:24.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T01:39:24.790Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T01:39:24.790Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T01:39:24.790Z] Executing bash-5.0.17-r0.post-install [2021-05-11T01:39:24.790Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T01:39:24.790Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T01:39:24.790Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T01:39:24.790Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T01:39:24.790Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T01:39:24.790Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T01:39:24.790Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T01:39:24.790Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T01:39:24.790Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T01:39:25.080Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T01:39:25.080Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T01:39:27.256Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T01:39:27.256Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T01:39:27.256Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T01:39:27.256Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T01:39:27.256Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T01:39:27.256Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T01:39:27.256Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T01:39:27.256Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T01:39:27.256Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T01:39:27.256Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T01:39:27.256Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T01:39:27.256Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T01:39:27.559Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T01:39:27.559Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T01:39:27.559Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T01:39:27.559Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T01:39:27.559Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T01:39:27.840Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T01:39:27.840Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T01:39:27.840Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T01:39:27.840Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T01:39:27.840Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T01:39:27.840Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T01:39:27.840Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T01:39:27.840Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T01:39:27.840Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T01:39:28.143Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T01:39:28.143Z] OK: 72 MiB in 59 packages [2021-05-11T01:39:30.361Z] Collecting docker-compose==1.23.2 [2021-05-11T01:39:30.361Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T01:39:30.977Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T01:39:30.977Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T01:39:31.264Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T01:39:31.549Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T01:39:32.736Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T01:39:32.736Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T01:39:32.736Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T01:39:32.736Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T01:39:33.010Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T01:39:33.010Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T01:39:33.646Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T01:39:33.646Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T01:39:34.266Z] 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-11T01:39:34.551Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T01:39:34.551Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T01:39:34.551Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T01:39:34.835Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T01:39:35.468Z] Collecting PyYAML<4,>=3.10 [2021-05-11T01:39:35.740Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T01:39:37.260Z] Collecting idna<2.8,>=2.5 [2021-05-11T01:39:37.260Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T01:39:37.260Z] 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-11T01:39:37.260Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T01:39:37.260Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T01:39:37.549Z] 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-11T01:39:37.549Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T01:39:37.549Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T01:39:37.549Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T01:39:37.549Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T01:39:37.549Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T01:39:37.549Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T01:39:38.154Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, dockerpty, docopt, jsonschema, texttable, PyYAML, docker-compose [2021-05-11T01:39:38.154Z] Attempting uninstall: idna [2021-05-11T01:39:38.154Z] Found existing installation: idna 2.9 [2021-05-11T01:39:38.154Z] Uninstalling idna-2.9: [2021-05-11T01:39:38.154Z] Successfully uninstalled idna-2.9 [2021-05-11T01:39:38.429Z] Attempting uninstall: urllib3 [2021-05-11T01:39:38.429Z] Found existing installation: urllib3 1.25.9 [2021-05-11T01:39:38.429Z] Uninstalling urllib3-1.25.9: [2021-05-11T01:39:38.429Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T01:39:39.031Z] Attempting uninstall: requests [2021-05-11T01:39:39.031Z] Found existing installation: requests 2.23.0 [2021-05-11T01:39:39.031Z] Uninstalling requests-2.23.0: [2021-05-11T01:39:39.031Z] Successfully uninstalled requests-2.23.0 [2021-05-11T01:39:40.075Z] Running setup.py install for dockerpty: started [2021-05-11T01:39:40.694Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T01:39:40.694Z] Running setup.py install for docopt: started [2021-05-11T01:39:41.718Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T01:39:41.718Z] Running setup.py install for texttable: started [2021-05-11T01:39:42.725Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T01:39:42.725Z] Running setup.py install for PyYAML: started [2021-05-11T01:39:44.249Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T01:39:44.539Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-11T01:39:57.252Z] Removing intermediate container 13cd68b0a9bd [2021-05-11T01:39:57.252Z] ---> 5c74f59e28e3 [2021-05-11T01:39:57.252Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T01:39:57.252Z] ---> Running in 4598c9fb05a9 [2021-05-11T01:39:57.542Z] Removing intermediate container 4598c9fb05a9 [2021-05-11T01:39:57.542Z] ---> e7a81af29d23 [2021-05-11T01:39:57.542Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T01:39:57.542Z] ---> Running in c6f1b6ec4f4e [2021-05-11T01:39:57.840Z] Removing intermediate container c6f1b6ec4f4e [2021-05-11T01:39:57.840Z] ---> 70111d013b79 [2021-05-11T01:39:57.840Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T01:39:59.436Z] ---> 7751cf410fb8 [2021-05-11T01:39:59.436Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T01:40:00.041Z] ---> 9bc73030fd2d [2021-05-11T01:40:00.041Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T01:40:00.324Z] 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-11T01:40:01.078Z] ---> 72d444eaa36d [2021-05-11T01:40:01.078Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T01:40:01.835Z] ---> Running in 0da0797792b0 [2021-05-11T01:40:02.495Z] Removing intermediate container 0da0797792b0 [2021-05-11T01:40:02.495Z] ---> df6359d7d401 [2021-05-11T01:40:02.495Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:40:02.809Z] ---> Running in b997f0c5c229 [2021-05-11T01:40:03.471Z] Removing intermediate container b997f0c5c229 [2021-05-11T01:40:03.471Z] ---> c5d8aef05a62 [2021-05-11T01:40:03.471Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T01:40:03.763Z] ---> Running in 5306ccf645af [2021-05-11T01:40:04.251Z] Removing intermediate container 5306ccf645af [2021-05-11T01:40:04.251Z] ---> 095109986c1f [2021-05-11T01:40:04.251Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:40:04.616Z] ---> Running in 99af6588c9c9 [2021-05-11T01:40:04.616Z] Removing intermediate container 99af6588c9c9 [2021-05-11T01:40:04.616Z] ---> 1c512a61eec5 [2021-05-11T01:40:04.616Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:40:05.055Z] ---> Running in 817de577bd53 [2021-05-11T01:40:05.546Z] Removing intermediate container 817de577bd53 [2021-05-11T01:40:05.546Z] ---> abbb9cef14ff [2021-05-11T01:40:05.546Z] [2021-05-11T01:40:06.002Z] Successfully built abbb9cef14ff [2021-05-11T01:40:06.002Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-11T01:40:06.737Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T01:40:06.802Z] $ docker stop --time=1 af042327aacfb18260c16334b9ce6fc6322877aea1316572ced1ed56137a85c9 [2021-05-11T01:40:08.641Z] Removing intermediate container a19eaf6ce3f2 [2021-05-11T01:40:08.641Z] ---> 5343edd3f9c7 [2021-05-11T01:40:08.641Z] [2021-05-11T01:40:08.641Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T01:40:08.641Z] 3.12: Pulling from library/alpine [2021-05-11T01:40:09.349Z] $ docker rm -f af042327aacfb18260c16334b9ce6fc6322877aea1316572ced1ed56137a85c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T01:40:10.090Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T01:40:10.189Z] + grep docker [2021-05-11T01:40:10.189Z] + docker images [2021-05-11T01:40:10.365Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T01:40:10.365Z] ---> 9852663dfa18 [2021-05-11T01:40:10.365Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T01:40:11.658Z] docker-sys-mgmt-agent-go latest abbb9cef14ff 7 seconds ago 312MB [2021-05-11T01:40:11.659Z] docker-security-secretstore-setup-go latest 7810856ded1f About a minute ago 25.7MB [2021-05-11T01:40:11.659Z] docker-core-metadata-go latest 4562cef49aff About a minute ago 18.6MB [2021-05-11T01:40:11.659Z] docker-core-command-go latest 8a2039df1d93 About a minute ago 17MB [2021-05-11T01:40:11.659Z] docker-security-bootstrapper-go latest b2c7e18f19a2 3 minutes ago 18.2MB [2021-05-11T01:40:11.659Z] docker-core-data-go latest 908c48958730 4 minutes ago 21.5MB [2021-05-11T01:40:11.659Z] docker-security-proxy-setup-go latest 78fa200018cf 4 minutes ago 25.3MB [2021-05-11T01:40:11.659Z] docker-support-notifications-go latest cc2584a2b402 4 minutes ago 17.7MB [2021-05-11T01:40:11.659Z] docker-support-scheduler-go latest abe00d559c68 4 minutes ago 17.1MB [2021-05-11T01:40:11.659Z] docker 20.10.0 aefe523efa57 5 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-11T01:40:12.349Z] ---> Running in 805f91a291af [2021-05-11T01:40:13.337Z] Removing intermediate container 805f91a291af [2021-05-11T01:40:13.337Z] ---> 3e76ac51f33b [2021-05-11T01:40:13.337Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T01:40:13.618Z] Removing intermediate container 48eb841b82ee [2021-05-11T01:40:13.618Z] ---> 67beeec069c7 [2021-05-11T01:40:13.618Z] [2021-05-11T01:40:13.618Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T01:40:13.892Z] ---> 9852663dfa18 [2021-05-11T01:40:13.892Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T01:40:14.516Z] ---> Running in 1756506a0da6 [2021-05-11T01:40:14.516Z] ---> Running in 45e9d54c79bc [2021-05-11T01:40:14.516Z] Removing intermediate container d72bf18177e8 [2021-05-11T01:40:14.516Z] ---> 7fe50f8d2766 [2021-05-11T01:40:14.516Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T01:40:15.495Z] ---> Running in 20cadeb548a8 [2021-05-11T01:40:16.098Z] Removing intermediate container 9aa8a03e7280 [2021-05-11T01:40:16.098Z] ---> 462401cc8d09 [2021-05-11T01:40:16.098Z] [2021-05-11T01:40:16.098Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T01:40:16.098Z] ---> 9852663dfa18 [2021-05-11T01:40:16.098Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T01:40:16.374Z] ---> Running in 31a319a00fd9 [2021-05-11T01:40:16.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:16.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:16.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:17.203Z] 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-11T01:40:17.203Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:17.807Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T01:40:17.807Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T01:40:17.807Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:40:17.807Z] OK: 5 MiB in 16 packages [2021-05-11T01:40:17.807Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T01:40:17.807Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T01:40:18.085Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T01:40:18.085Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T01:40:18.085Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T01:40:18.085Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T01:40:18.085Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:40:18.085Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T01:40:18.367Z] OK: 7 MiB in 20 packages [2021-05-11T01:40:18.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:18.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:19.248Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T01:40:19.248Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:40:19.248Z] OK: 5 MiB in 15 packages [2021-05-11T01:40:20.231Z] Removing intermediate container 8f0dfca84991 [2021-05-11T01:40:20.231Z] ---> 74040e99ffbb [2021-05-11T01:40:20.231Z] [2021-05-11T01:40:20.231Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T01:40:20.231Z] ---> 9852663dfa18 [2021-05-11T01:40:20.231Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T01:40:20.231Z] Removing intermediate container 45e9d54c79bc [2021-05-11T01:40:20.231Z] ---> e7601dea5fc0 [2021-05-11T01:40:20.231Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T01:40:20.829Z] ---> Running in f0d28fc63dd1 [2021-05-11T01:40:20.829Z] ---> Running in 13641afb2488 [2021-05-11T01:40:20.829Z] Removing intermediate container 1756506a0da6 [2021-05-11T01:40:20.829Z] ---> 94edfb1dd4ba [2021-05-11T01:40:20.829Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T01:40:21.110Z] ---> Running in d22a47b00ba2 [2021-05-11T01:40:21.110Z] Removing intermediate container 31a319a00fd9 [2021-05-11T01:40:21.110Z] ---> 82231d9f8728 [2021-05-11T01:40:21.110Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:40:21.714Z] ---> Running in 7d9c21f474fd [2021-05-11T01:40:21.714Z] Removing intermediate container f0d28fc63dd1 [2021-05-11T01:40:21.714Z] ---> f03a149319c5 [2021-05-11T01:40:21.714Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T01:40:21.714Z] Removing intermediate container 20cadeb548a8 [2021-05-11T01:40:21.714Z] ---> 5c16dee43adb [2021-05-11T01:40:21.714Z] [2021-05-11T01:40:21.714Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T01:40:21.714Z] 20.10.0: Pulling from library/docker [2021-05-11T01:40:21.714Z] ---> Running in f0bb828d8e46 [2021-05-11T01:40:21.990Z] Removing intermediate container d22a47b00ba2 [2021-05-11T01:40:21.990Z] ---> 7b5fae291c3f [2021-05-11T01:40:21.990Z] Step 14/26 : WORKDIR / [2021-05-11T01:40:22.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:22.268Z] ---> Running in f558fb2c42d2 [2021-05-11T01:40:22.268Z] Removing intermediate container 7d9c21f474fd [2021-05-11T01:40:22.268Z] ---> babb01f63caf [2021-05-11T01:40:22.268Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T01:40:22.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:22.542Z] ---> Running in d8e52692876b [2021-05-11T01:40:22.820Z] Removing intermediate container f0bb828d8e46 [2021-05-11T01:40:22.820Z] ---> cc5b50d845ef [2021-05-11T01:40:22.820Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T01:40:23.094Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T01:40:23.094Z] Removing intermediate container f558fb2c42d2 [2021-05-11T01:40:23.094Z] ---> d7b4af8c91c7 [2021-05-11T01:40:23.094Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T01:40:23.094Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T01:40:23.094Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:40:23.094Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T01:40:23.369Z] OK: 6 MiB in 16 packages [2021-05-11T01:40:23.369Z] ---> Running in aa547680b7ce [2021-05-11T01:40:23.974Z] Removing intermediate container d8e52692876b [2021-05-11T01:40:23.974Z] ---> 0c1185bd52ce [2021-05-11T01:40:23.974Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T01:40:24.579Z] ---> Running in 52e0061aa2cc [2021-05-11T01:40:24.579Z] ---> 247cbacdf53b [2021-05-11T01:40:24.579Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T01:40:25.572Z] Removing intermediate container 52e0061aa2cc [2021-05-11T01:40:25.572Z] ---> ea5c5e2b1656 [2021-05-11T01:40:25.572Z] Step 16/24 : WORKDIR / [2021-05-11T01:40:25.847Z] ---> Running in da999d155b15 [2021-05-11T01:40:25.847Z] ---> 45047673a1e3 [2021-05-11T01:40:25.847Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T01:40:25.847Z] Removing intermediate container 13641afb2488 [2021-05-11T01:40:25.847Z] ---> 05b29fb894dd [2021-05-11T01:40:25.847Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:40:26.454Z] ---> Running in b1875a268c82 [2021-05-11T01:40:26.730Z] Removing intermediate container da999d155b15 [2021-05-11T01:40:26.730Z] ---> 601a217ada5b [2021-05-11T01:40:26.730Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:40:27.183Z] Still waiting to schedule task [2021-05-11T01:40:27.183Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-11T01:40:27.338Z] ---> 17817c2bc3ab [2021-05-11T01:40:27.338Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T01:40:27.614Z] Removing intermediate container b1875a268c82 [2021-05-11T01:40:27.614Z] ---> 702ff95b103d [2021-05-11T01:40:27.614Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T01:40:27.889Z] ---> Running in 5a20c1b93cc6 [2021-05-11T01:40:28.164Z] Removing intermediate container aa547680b7ce [2021-05-11T01:40:28.164Z] ---> aaa093040a36 [2021-05-11T01:40:28.164Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T01:40:28.436Z] ---> 12cf7e314f04 [2021-05-11T01:40:28.436Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T01:40:28.708Z] ---> Running in 30bb79d5fb27 [2021-05-11T01:40:28.986Z] ---> ab1a8c8f76a9 [2021-05-11T01:40:28.986Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T01:40:29.259Z] Removing intermediate container 5a20c1b93cc6 [2021-05-11T01:40:29.259Z] ---> 8f79dc9211d2 [2021-05-11T01:40:29.259Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T01:40:29.853Z] ---> Running in 966e076b69d4 [2021-05-11T01:40:30.126Z] Removing intermediate container 30bb79d5fb27 [2021-05-11T01:40:30.126Z] ---> 85e4ddb0cc61 [2021-05-11T01:40:30.126Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T01:40:30.397Z] ---> 8a1fbf2d5c18 [2021-05-11T01:40:30.397Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T01:40:30.669Z] Removing intermediate container 966e076b69d4 [2021-05-11T01:40:30.669Z] ---> 1701c0f23c21 [2021-05-11T01:40:30.669Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:40:30.669Z] ---> aa6c7b9871fe [2021-05-11T01:40:30.669Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T01:40:31.669Z] ---> 148bb6eb277d [2021-05-11T01:40:31.958Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T01:40:32.232Z] ---> 5687df3f52ac [2021-05-11T01:40:32.232Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T01:40:32.506Z] ---> Running in a1c5f3f98e78 [2021-05-11T01:40:32.781Z] ---> f41cdf343dba [2021-05-11T01:40:32.781Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T01:40:32.781Z] ---> 66af3b15d952 [2021-05-11T01:40:32.781Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T01:40:32.781Z] ---> Running in 033f0cf142da [2021-05-11T01:40:33.766Z] Removing intermediate container 033f0cf142da [2021-05-11T01:40:33.766Z] ---> 4c3052e982b9 [2021-05-11T01:40:33.766Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:40:34.042Z] ---> Running in 14405461016f [2021-05-11T01:40:34.042Z] ---> 89ed7e334950 [2021-05-11T01:40:34.042Z] Step 22/26 : 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-11T01:40:34.333Z] ---> Running in 73b03a779010 [2021-05-11T01:40:34.609Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T01:40:34.609Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T01:40:34.609Z] ---> eeaf43b92773 [2021-05-11T01:40:34.609Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:40:34.609Z] ---> bffa47e6291d [2021-05-11T01:40:34.609Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T01:40:34.609Z] Removing intermediate container 14405461016f [2021-05-11T01:40:34.609Z] ---> 92005c48a99a [2021-05-11T01:40:34.609Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T01:40:34.886Z] ---> Running in e935c4420ba8 [2021-05-11T01:40:35.164Z] ---> Running in 6a587224c5b2 [2021-05-11T01:40:35.435Z] Removing intermediate container e935c4420ba8 [2021-05-11T01:40:35.435Z] ---> 6a92bdc28750 [2021-05-11T01:40:35.435Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T01:40:35.708Z] ---> Running in 90a41f9a3f07 [2021-05-11T01:40:35.983Z] Removing intermediate container 6a587224c5b2 [2021-05-11T01:40:35.983Z] ---> cf5019742c6b [2021-05-11T01:40:35.983Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:40:35.983Z] ---> 773e0f6eff65 [2021-05-11T01:40:35.983Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T01:40:35.983Z] Removing intermediate container a1c5f3f98e78 [2021-05-11T01:40:35.983Z] ---> 81f6552b7201 [2021-05-11T01:40:35.983Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:40:36.260Z] ---> Running in ec5f40901041 [2021-05-11T01:40:36.260Z] ---> Running in 4027538c0b74 [2021-05-11T01:40:37.253Z] Removing intermediate container ec5f40901041 [2021-05-11T01:40:37.253Z] ---> d6dee09c49e6 [2021-05-11T01:40:37.253Z] Removing intermediate container 4027538c0b74 [2021-05-11T01:40:37.253Z] ---> e830f2fd797d [2021-05-11T01:40:37.253Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:40:37.253Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:40:37.253Z] ---> 2f9ebf90a373 [2021-05-11T01:40:37.253Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T01:40:37.526Z] ---> Running in e30ce4f825c5 [2021-05-11T01:40:37.526Z] ---> Running in f25084b9a27e [2021-05-11T01:40:37.526Z] Removing intermediate container 73b03a779010 [2021-05-11T01:40:37.526Z] ---> e15a6f334471 [2021-05-11T01:40:37.526Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T01:40:37.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:37.804Z] ---> Running in 39da33233b1b [2021-05-11T01:40:38.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:40:38.077Z] Removing intermediate container f25084b9a27e [2021-05-11T01:40:38.077Z] ---> dbbcd37da041 [2021-05-11T01:40:38.077Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T01:40:38.077Z] Removing intermediate container e30ce4f825c5 [2021-05-11T01:40:38.077Z] ---> a62e2950c223 [2021-05-11T01:40:38.077Z] [2021-05-11T01:40:38.686Z] ---> Running in 86140000c3ac [2021-05-11T01:40:38.686Z] Removing intermediate container 39da33233b1b [2021-05-11T01:40:38.686Z] ---> ff8b562ef848 [2021-05-11T01:40:38.686Z] Step 24/26 : LABEL arch=arm64 [2021-05-11T01:40:38.686Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T01:40:38.686Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T01:40:38.686Z] Executing bash-5.0.17-r0.post-install [2021-05-11T01:40:38.686Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T01:40:38.686Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T01:40:38.686Z] Successfully built a62e2950c223 [2021-05-11T01:40:38.686Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T01:40:38.686Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T01:40:38.957Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T01:40:38.957Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T01:40:38.957Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T01:40:38.957Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T01:40:38.957Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T01:40:38.957Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T01:40:38.957Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T01:40:38.957Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-11T01:40:38.957Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-05-11T01:40:38.957Z] ---> Running in 24d043d51f8f [2021-05-11T01:40:39.228Z] ---> 5f7c3627719d [2021-05-11T01:40:39.228Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T01:40:39.502Z] Removing intermediate container 86140000c3ac [2021-05-11T01:40:39.502Z] ---> d92c79b2204d [2021-05-11T01:40:39.502Z] Step 22/23 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:40:40.140Z] Removing intermediate container 24d043d51f8f [2021-05-11T01:40:40.140Z] ---> e47ed03ea803 [2021-05-11T01:40:40.140Z] Step 25/26 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:40:40.140Z] ---> Running in ac424f7578ed [2021-05-11T01:40:40.752Z] ---> 62bf9d5322f6 [2021-05-11T01:40:40.752Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T01:40:40.752Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T01:40:40.752Z] ---> Running in 279fb6eb48a8 [2021-05-11T01:40:40.752Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T01:40:40.752Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T01:40:41.024Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T01:40:41.024Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T01:40:41.024Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T01:40:41.024Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T01:40:41.024Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T01:40:41.024Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T01:40:41.295Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T01:40:41.295Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T01:40:41.295Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T01:40:41.295Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T01:40:41.295Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T01:40:41.295Z] Removing intermediate container ac424f7578ed [2021-05-11T01:40:41.295Z] ---> db258380d614 [2021-05-11T01:40:41.295Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T01:40:41.295Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T01:40:41.295Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T01:40:41.568Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T01:40:41.568Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T01:40:41.568Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T01:40:41.568Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T01:40:41.568Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T01:40:41.568Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T01:40:41.568Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T01:40:41.568Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T01:40:41.568Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T01:40:41.568Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T01:40:41.843Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T01:40:41.843Z] OK: 72 MiB in 59 packages [2021-05-11T01:40:41.843Z] Removing intermediate container 279fb6eb48a8 [2021-05-11T01:40:41.843Z] ---> 08a94e9d5466 [2021-05-11T01:40:41.843Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T01:40:42.442Z] ---> Running in 7eb1ef4967c2 [2021-05-11T01:40:42.442Z] ---> 6e0b611f3ffd [2021-05-11T01:40:42.718Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T01:40:42.718Z] ---> Running in 4e95a4939756 [2021-05-11T01:40:43.314Z] Removing intermediate container 7eb1ef4967c2 [2021-05-11T01:40:43.314Z] ---> 829a7e28032e [2021-05-11T01:40:43.314Z] [2021-05-11T01:40:43.314Z] Removing intermediate container 4e95a4939756 [2021-05-11T01:40:43.314Z] ---> a89d4448afff [2021-05-11T01:40:43.314Z] [2021-05-11T01:40:43.920Z] Successfully built 829a7e28032e [2021-05-11T01:40:43.920Z] ---> d377b989de9c [2021-05-11T01:40:43.920Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T01:40:44.198Z] Successfully built a89d4448afff [2021-05-11T01:40:44.198Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-11T01:40:44.198Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-05-11T01:40:44.198Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-11T01:40:44.198Z] Building docker-security-proxy-setup-go [2021-05-11T01:40:44.799Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 73ced32e74ee [2021-05-11T01:40:45.068Z] Removing intermediate container 73ced32e74ee [2021-05-11T01:40:45.068Z] ---> ee278d71f9af [2021-05-11T01:40:45.068Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T01:40:46.043Z] ---> 02f312351acf [2021-05-11T01:40:46.043Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T01:40:46.314Z] ---> Running in e9fca4d62ac9 [2021-05-11T01:40:46.585Z] Collecting docker-compose==1.23.2 [2021-05-11T01:40:46.856Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T01:40:47.452Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T01:40:47.452Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T01:40:49.424Z] Removing intermediate container e9fca4d62ac9 [2021-05-11T01:40:49.424Z] ---> c12c6d66df36 [2021-05-11T01:40:49.424Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T01:40:49.697Z] ---> Running in 6ed9fd6d81ff [2021-05-11T01:40:50.295Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T01:40:50.295Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T01:40:50.567Z] Removing intermediate container 6ed9fd6d81ff [2021-05-11T01:40:50.567Z] ---> 6551778f1433 [2021-05-11T01:40:50.567Z] Step 29/32 : CMD ["gate"] [2021-05-11T01:40:50.840Z] ---> Running in 8c571885ea02 [2021-05-11T01:40:51.443Z] Removing intermediate container 8c571885ea02 [2021-05-11T01:40:51.443Z] ---> bb1afa683e14 [2021-05-11T01:40:51.443Z] Step 30/32 : LABEL arch=arm64 [2021-05-11T01:40:51.718Z] ---> Running in d5bc3754db72 [2021-05-11T01:40:52.696Z] Removing intermediate container d5bc3754db72 [2021-05-11T01:40:52.696Z] ---> 5bb7b57ec939 [2021-05-11T01:40:52.696Z] Step 31/32 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:40:53.290Z] ---> Running in edaeed319801 [2021-05-11T01:40:53.569Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T01:40:53.570Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T01:40:53.841Z] Removing intermediate container edaeed319801 [2021-05-11T01:40:53.841Z] ---> be206f711cd6 [2021-05-11T01:40:53.841Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T01:40:54.814Z] ---> Running in 4706603d336b [2021-05-11T01:40:55.087Z] Removing intermediate container 4706603d336b [2021-05-11T01:40:55.087Z] ---> c578823d482b [2021-05-11T01:40:55.087Z] [2021-05-11T01:40:55.360Z] Collecting PyYAML<4,>=3.10 [2021-05-11T01:40:55.360Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T01:40:55.632Z] Successfully built c578823d482b [2021-05-11T01:40:55.632Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-11T01:40:55.632Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-05-11T01:40:59.936Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T01:40:59.936Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T01:41:00.529Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T01:41:00.529Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T01:41:03.144Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T01:41:03.144Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T01:41:03.739Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T01:41:03.739Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T01:41:04.717Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T01:41:04.717Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T01:41:04.992Z] 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-11T01:41:05.267Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-11T01:41:05.267Z] Collecting idna<2.8,>=2.5 [2021-05-11T01:41:05.558Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T01:41:05.558Z] 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-11T01:41:06.154Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T01:41:06.154Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T01:41:06.750Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T01:41:06.750Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T01:41:07.038Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T01:41:07.038Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T01:41:07.038Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T01:41:07.038Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T01:41:08.020Z] Installing collected packages: dockerpty, docopt, websocket-client, PyYAML, idna, urllib3, requests, texttable, jsonschema, cached-property, docker-pycreds, docker, docker-compose [2021-05-11T01:41:08.020Z] Running setup.py install for dockerpty: started [2021-05-11T01:41:10.653Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T01:41:10.653Z] Running setup.py install for docopt: started [2021-05-11T01:41:13.290Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T01:41:13.290Z] Running setup.py install for PyYAML: started [2021-05-11T01:41:16.683Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T01:41:16.683Z] Attempting uninstall: idna [2021-05-11T01:41:16.683Z] Found existing installation: idna 2.9 [2021-05-11T01:41:16.683Z] Uninstalling idna-2.9: [2021-05-11T01:41:16.683Z] Successfully uninstalled idna-2.9 [2021-05-11T01:41:16.956Z] Attempting uninstall: urllib3 [2021-05-11T01:41:16.957Z] Found existing installation: urllib3 1.25.9 [2021-05-11T01:41:16.957Z] Uninstalling urllib3-1.25.9: [2021-05-11T01:41:17.231Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T01:41:17.829Z] Attempting uninstall: requests [2021-05-11T01:41:17.829Z] Found existing installation: requests 2.23.0 [2021-05-11T01:41:17.829Z] Uninstalling requests-2.23.0: [2021-05-11T01:41:18.103Z] Successfully uninstalled requests-2.23.0 [2021-05-11T01:41:18.377Z] Running setup.py install for texttable: started [2021-05-11T01:41:21.004Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T01:41:22.021Z] Running on prd-ubuntu18.04-docker-8c-8g-4279 in /w/workspace/edgexfoundry_edgex-go_PR-3449 [Pipeline] { [Pipeline] ws [2021-05-11T01:41:22.040Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-11T01:41:22.995Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-11T01:41:24.001Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:41:24.001Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:41:24.001Z] ---> 2980af727984 [2021-05-11T01:41:24.001Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:41:24.001Z] ---> Using cache [2021-05-11T01:41:24.001Z] ---> 2dfded9c2bf2 [2021-05-11T01:41:24.001Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:41:24.001Z] ---> Using cache [2021-05-11T01:41:24.001Z] ---> 462b85436441 [2021-05-11T01:41:24.001Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T01:41:24.333Z] using credential edgex-jenkins-ssh [2021-05-11T01:41:24.345Z] Cloning the remote Git repository [2021-05-11T01:41:24.402Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:41:24.465Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-11T01:41:24.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:41:24.498Z] > git --version # timeout=10 [2021-05-11T01:41:24.505Z] > git --version # 'git version 2.17.1' [2021-05-11T01:41:24.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:41:24.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T01:41:30.733Z] ---> Running in 86fb08d4d6bf [2021-05-11T01:41:31.332Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:41:31.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T01:41:31.975Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T01:41:31.991Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T01:41:32.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T01:41:32.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:41:32.693Z] Merging remotes/origin/master commit 4ab9f87d9e0b18aca8f5136bb6755fc5b233398b into PR head commit d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:41:32.788Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:41:32.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:41:32.788Z] ---> 2980af727984 [2021-05-11T01:41:32.788Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T01:41:32.788Z] ---> Using cache [2021-05-11T01:41:32.788Z] ---> 2dfded9c2bf2 [2021-05-11T01:41:32.788Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:41:32.788Z] ---> Using cache [2021-05-11T01:41:32.788Z] ---> 462b85436441 [2021-05-11T01:41:32.788Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T01:41:32.826Z] Merge succeeded, producing d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:41:32.826Z] Checking out Revision d0136e1ac0e0c844ff7eca5804345e66256e36b3 (PR-3449) [2021-05-11T01:41:33.079Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:41:33.079Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:41:33.079Z] ---> 2980af727984 [2021-05-11T01:41:33.079Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T01:41:33.079Z] ---> Using cache [2021-05-11T01:41:33.079Z] ---> 2dfded9c2bf2 [2021-05-11T01:41:33.079Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:41:33.079Z] ---> Using cache [2021-05-11T01:41:33.079Z] ---> 462b85436441 [2021-05-11T01:41:33.079Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T01:41:33.079Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:41:32.025Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3449/head:refs/remotes/origin/PR-3449 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T01:41:32.713Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T01:41:32.719Z] > git checkout -f d0136e1ac0e0c844ff7eca5804345e66256e36b3 # timeout=10 [2021-05-11T01:41:32.800Z] > git remote # timeout=10 [2021-05-11T01:41:32.807Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T01:41:32.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T01:41:32.818Z] > git merge 4ab9f87d9e0b18aca8f5136bb6755fc5b233398b # timeout=10 [2021-05-11T01:41:32.828Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T01:41:32.839Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T01:41:32.843Z] > git checkout -f d0136e1ac0e0c844ff7eca5804345e66256e36b3 # timeout=10 [2021-05-11T01:41:34.516Z] ---> Running in ff6883d3ffa0 [2021-05-11T01:41:34.516Z] ---> Running in 8ffddba6cde3 [2021-05-11T01:41:34.789Z] OK: 218 MiB in 52 packages [2021-05-11T01:41:36.459Z] Commit message: "fix: Fixed failing unit test" [Pipeline] withEnv [Pipeline] { [2021-05-11T01:41:36.775Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:41:36.775Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:41:37.051Z] Removing intermediate container 86fb08d4d6bf [2021-05-11T01:41:37.051Z] ---> 771594338336 [2021-05-11T01:41:37.051Z] Step 6/24 : COPY go.mod . [2021-05-11T01:41:37.376Z] + echo snap-build.sh [2021-05-11T01:41:37.376Z] snap-build.sh [2021-05-11T01:41:37.376Z] + SNAP_BASE_DIR=. [2021-05-11T01:41:37.376Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-05-11T01:41:37.376Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-05-11T01:41:37.376Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-05-11T01:41:37.376Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-05-11T01:41:37.376Z] + cd /w/workspace/edgex-go/2 [2021-05-11T01:41:37.376Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-11T01:41:37.376Z] Reading package lists... [2021-05-11T01:41:37.638Z] Building dependency tree... [2021-05-11T01:41:37.638Z] Reading state information... [2021-05-11T01:41:37.638Z] The following packages were automatically installed and are no longer required: [2021-05-11T01:41:37.639Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-11T01:41:37.639Z] uidmap xdelta3 [2021-05-11T01:41:37.639Z] Use 'sudo apt autoremove' to remove them. [2021-05-11T01:41:37.639Z] The following packages will be REMOVED: [2021-05-11T01:41:37.639Z] lxd* lxd-client* [2021-05-11T01:41:38.225Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-11T01:41:38.225Z] After this operation, 31.7 MB disk space will be freed. [2021-05-11T01:41:38.505Z] ---> a24cf4d67d4c [2021-05-11T01:41:38.505Z] Step 7/24 : RUN go mod download [2021-05-11T01:41:38.505Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:41:38.505Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:41:38.786Z] ---> Running in f5658812cea2 [2021-05-11T01:41:39.277Z] (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-11T01:41:39.277Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T01:41:39.774Z] OK: 218 MiB in 52 packages [2021-05-11T01:41:39.774Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T01:41:39.774Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T01:41:39.774Z] ---> 2980af727984 [2021-05-11T01:41:39.774Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T01:41:39.774Z] ---> Using cache [2021-05-11T01:41:39.774Z] ---> 2dfded9c2bf2 [2021-05-11T01:41:39.774Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:41:39.774Z] ---> Using cache [2021-05-11T01:41:39.774Z] ---> 462b85436441 [2021-05-11T01:41:39.774Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T01:41:40.060Z] ---> Running in cb5bc779fd0d [2021-05-11T01:41:40.061Z] OK: 218 MiB in 52 packages [2021-05-11T01:41:40.222Z] Removing lxd dnsmasq configuration [2021-05-11T01:41:40.222Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T01:41:40.338Z] Removing intermediate container 90a41f9a3f07 [2021-05-11T01:41:40.339Z] ---> 4cfb487a3d6f [2021-05-11T01:41:40.339Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T01:41:40.483Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-11T01:41:40.619Z] ---> Running in 5df57e8b793a [2021-05-11T01:41:41.430Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-11T01:41:41.430Z] (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-11T01:41:41.609Z] Removing intermediate container 5df57e8b793a [2021-05-11T01:41:41.610Z] ---> f4437b392fc5 [2021-05-11T01:41:41.610Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T01:41:41.610Z] Removing intermediate container ff6883d3ffa0 [2021-05-11T01:41:41.610Z] ---> fc23c41ac6b5 [2021-05-11T01:41:41.610Z] Step 6/23 : COPY go.mod . [2021-05-11T01:41:41.693Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T01:41:41.885Z] ---> Running in 3d7f4940b6ed [2021-05-11T01:41:42.157Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:41:42.157Z] Removing intermediate container 8ffddba6cde3 [2021-05-11T01:41:42.157Z] ---> ed0c981e2974 [2021-05-11T01:41:42.157Z] Step 6/22 : COPY go.mod . [2021-05-11T01:41:42.432Z] Removing intermediate container 3d7f4940b6ed [2021-05-11T01:41:42.432Z] ---> c64c70156d21 [2021-05-11T01:41:42.432Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T01:41:42.707Z] Removing intermediate container f5658812cea2 [2021-05-11T01:41:42.707Z] ---> 4c54b8b1cfbb [2021-05-11T01:41:42.707Z] Step 8/24 : COPY . . [2021-05-11T01:41:42.707Z] ---> 1dca01a40d08 [2021-05-11T01:41:42.707Z] Step 7/23 : RUN go mod download [2021-05-11T01:41:42.980Z] ---> Running in cd3508ab13f7 [2021-05-11T01:41:43.087Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-11T01:41:43.087Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-11T01:41:43.253Z] ---> 67606768b6d7 [2021-05-11T01:41:43.254Z] Step 7/22 : RUN go mod download [2021-05-11T01:41:43.857Z] ---> Running in 5fba90312ce1 [2021-05-11T01:41:43.857Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:41:44.475Z] + sudo snap remove --purge lxd [2021-05-11T01:41:44.475Z] snap "lxd" is not installed [2021-05-11T01:41:44.475Z] + sudo groupadd --force --system lxd [2021-05-11T01:41:44.475Z] ++ whoami [2021-05-11T01:41:44.475Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-11T01:41:44.475Z] + newgrp - lxd [2021-05-11T01:41:44.475Z] + sudo snap install lxd [2021-05-11T01:41:44.857Z] ---> 3f41b3cacb0c [2021-05-11T01:41:44.857Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T01:41:45.460Z] OK: 218 MiB in 52 packages [2021-05-11T01:41:46.922Z] ---> 510995e44b69 [2021-05-11T01:41:46.922Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T01:41:48.364Z] ---> 2dc83cfcfbbd [2021-05-11T01:41:48.364Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T01:41:48.641Z] ---> Running in e65d56193bde [2021-05-11T01:41:48.641Z] Removing intermediate container cd3508ab13f7 [2021-05-11T01:41:48.641Z] ---> 93002ffbf398 [2021-05-11T01:41:48.641Z] Step 8/23 : COPY . . [2021-05-11T01:41:48.641Z] Removing intermediate container cb5bc779fd0d [2021-05-11T01:41:48.641Z] ---> 148217e38c4f [2021-05-11T01:41:48.641Z] Step 6/24 : COPY go.mod . [2021-05-11T01:41:49.247Z] Removing intermediate container 5fba90312ce1 [2021-05-11T01:41:49.247Z] ---> 67b86310c2e5 [2021-05-11T01:41:49.247Z] Step 8/22 : COPY . . [2021-05-11T01:41:49.524Z] Removing intermediate container e65d56193bde [2021-05-11T01:41:49.524Z] ---> b9c1cd021e1b [2021-05-11T01:41:49.524Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:41:49.819Z] ---> d07978bb82b7 [2021-05-11T01:41:49.819Z] Step 7/24 : RUN go mod download [2021-05-11T01:41:50.107Z] ---> Running in a6c71e2698d1 [2021-05-11T01:41:50.713Z] ---> Running in aa543d31c1ac [2021-05-11T01:41:51.701Z] Removing intermediate container a6c71e2698d1 [2021-05-11T01:41:51.702Z] ---> aa862576349d [2021-05-11T01:41:51.702Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T01:41:53.143Z] ---> Running in 0c04ea50b402 [2021-05-11T01:41:54.498Z] 2021-05-11T01:41:52Z INFO Waiting for automatic snapd restart... [2021-05-11T01:41:54.592Z] Removing intermediate container 0c04ea50b402 [2021-05-11T01:41:54.592Z] ---> 6c1f8e9d83b0 [2021-05-11T01:41:54.592Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:41:56.047Z] ---> Running in b706126299ee [2021-05-11T01:41:58.040Z] Removing intermediate container b706126299ee [2021-05-11T01:41:58.040Z] Removing intermediate container aa543d31c1ac [2021-05-11T01:41:58.040Z] ---> 3912ef66f6d8 [2021-05-11T01:41:58.040Z] ---> 42b928b4dba5 [2021-05-11T01:41:58.040Z] Step 8/24 : COPY . .Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:41:58.040Z] [2021-05-11T01:41:58.641Z] ---> Running in 75c2db807faa [2021-05-11T01:41:58.919Z] ---> 3fd70834e0bf [2021-05-11T01:41:58.919Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:42:02.351Z] ---> Running in eeedb8af3f9b [2021-05-11T01:42:02.351Z] Removing intermediate container 75c2db807faa [2021-05-11T01:42:02.351Z] ---> 0dd87b257970 [2021-05-11T01:42:02.351Z] [2021-05-11T01:42:02.950Z] Successfully built 0dd87b257970 [2021-05-11T01:42:02.950Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-11T01:42:08.395Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eeedb8af3f9b [2021-05-11T01:42:08.395Z] ---> 63ef8894adcf [2021-05-11T01:42:08.395Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T01:42:08.668Z] ---> ccbbf94b5eff [2021-05-11T01:42:08.668Z] Step 9/23 : RUN go mod tidy [2021-05-11T01:42:08.668Z] ---> 45dada10cd7f [2021-05-11T01:42:08.668Z] Step 9/22 : RUN go mod tidy [2021-05-11T01:42:09.262Z] ---> Running in 2f67c86b8937 [2021-05-11T01:42:09.262Z] ---> Running in 1bf825f1d6b8 [2021-05-11T01:42:09.262Z] ---> Running in 002096ba9775 [2021-05-11T01:42:09.421Z] lxd 4.14 from Canonical* installed [2021-05-11T01:42:09.421Z] + sudo lxd init --auto [2021-05-11T01:42:11.250Z] 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-11T01:42:16.699Z] ---> 1f2d3b6bab52 [2021-05-11T01:42:16.699Z] Step 9/24 : RUN go mod tidy [2021-05-11T01:42:16.699Z] ---> Running in 9cc0f1fb2c00 [2021-05-11T01:42:16.699Z] Removing intermediate container 002096ba9775 [2021-05-11T01:42:16.699Z] ---> 40f3e8d85d6b [2021-05-11T01:42:16.699Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T01:42:16.699Z] Removing intermediate container 1bf825f1d6b8 [2021-05-11T01:42:16.699Z] ---> 51345dca9ddd [2021-05-11T01:42:16.700Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T01:42:16.991Z] ---> Running in 8c07f2ca54d4 [2021-05-11T01:42:16.992Z] ---> Running in 4e9c6355ab27 [2021-05-11T01:42:19.437Z] + sudo snap install --classic snapcraft [2021-05-11T01:42:19.652Z] 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-11T01:42:19.652Z] 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-11T01:42:23.650Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T01:42:23.650Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-11T01:42:23.650Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-11T01:42:23.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T01:42:23.650Z] Dload Upload Total Spent Left Speed [2021-05-11T01:42:23.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4898 0 --:--:-- --:--:-- --:--:-- 4898 [2021-05-11T01:42:23.911Z] 61 3325k 61 2035k 0 0 5178k 0 --:--:-- --:--:-- --:--:-- 5178k 100 3325k 100 3325k 0 0 8109k 0 --:--:-- --:--:-- --:--:-- 74.0M [2021-05-11T01:42:23.911Z] ./yq_linux_amd64 [2021-05-11T01:42:23.982Z] Removing intermediate container 9cc0f1fb2c00 [2021-05-11T01:42:23.982Z] ---> 01b35f267602 [2021-05-11T01:42:23.982Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T01:42:23.982Z] ---> Running in 4bfb2d747168 [2021-05-11T01:42:24.173Z] + sudo snapcraft prime --use-lxd [2021-05-11T01:42:25.568Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-11T01:42:25.568Z] 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-11T01:42:25.568Z] - README.md [2021-05-11T01:42:25.568Z] [2021-05-11T01:42:25.568Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T01:42:25.976Z] 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-11T01:42:26.517Z] Launching a container. [2021-05-11T01:42:38.763Z] Waiting for container to be ready [2021-05-11T01:42:38.763Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-11T01:42:38.763Z] [2021-05-11T01:42:41.306Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-11T01:42:41.878Z] Waiting for network to be ready... [2021-05-11T01:42:42.453Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T01:42:42.453Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T01:42:43.025Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T01:42:43.025Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-11T01:42:43.025Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T01:42:43.285Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T01:42:43.285Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T01:42:43.285Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T01:42:43.285Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T01:42:43.285Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T01:42:43.285Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T01:42:43.545Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-11T01:42:43.545Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T01:42:43.545Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T01:42:43.545Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-11T01:42:43.545Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-11T01:42:43.545Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-11T01:42:43.545Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T01:42:43.805Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T01:42:43.805Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2067 kB] [2021-05-11T01:42:43.805Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T01:42:43.805Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T01:42:43.805Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T01:42:43.805Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [343 kB] [2021-05-11T01:42:44.065Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.7 kB] [2021-05-11T01:42:44.065Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T01:42:44.065Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T01:42:46.613Z] Fetched 24.5 MB in 4s (5618 kB/s) [2021-05-11T01:42:47.555Z] Reading package lists... [2021-05-11T01:42:47.555Z] Reading package lists... [2021-05-11T01:42:47.817Z] Building dependency tree... [2021-05-11T01:42:47.817Z] Reading state information... [2021-05-11T01:42:47.817Z] The following additional packages will be installed: [2021-05-11T01:42:47.817Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T01:42:47.817Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T01:42:47.817Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T01:42:47.817Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-11T01:42:47.817Z] Suggested packages: [2021-05-11T01:42:47.817Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-11T01:42:47.817Z] Recommended packages: [2021-05-11T01:42:47.817Z] gnupg libsasl2-modules [2021-05-11T01:42:47.817Z] The following NEW packages will be installed: [2021-05-11T01:42:47.817Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T01:42:47.817Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T01:42:47.817Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T01:42:47.817Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-11T01:42:47.817Z] The following packages will be upgraded: [2021-05-11T01:42:47.817Z] gpg gpg-agent gpgconf libudev1 [2021-05-11T01:42:48.077Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-11T01:42:48.077Z] Need to get 3530 kB of archives. [2021-05-11T01:42:48.077Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-11T01:42:48.077Z] 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-11T01:42:48.077Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-11T01:42:48.077Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-11T01:42:48.077Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-11T01:42:48.077Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-11T01:42:48.648Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-11T01:42:48.910Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-11T01:42:48.910Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-11T01:42:48.910Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-11T01:42:48.910Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-11T01:42:48.910Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-11T01:42:48.910Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-11T01:42:48.910Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-11T01:42:48.910Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-11T01:42:48.911Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-11T01:42:48.911Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-11T01:42:48.911Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-11T01:42:48.911Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-11T01:42:48.911Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-11T01:42:48.911Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-11T01:42:48.911Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-11T01:42:48.911Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-11T01:42:49.171Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T01:42:49.171Z] Fetched 3530 kB in 1s (3144 kB/s) [2021-05-11T01:42:49.171Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T01:42:49.171Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-11T01:42:49.171Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T01:42:49.431Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-11T01:42:49.431Z] Selecting previously unselected package udev. [2021-05-11T01:42:49.431Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T01:42:49.431Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-11T01:42:49.431Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-11T01:42:49.692Z] Selecting previously unselected package libfuse2:amd64. [2021-05-11T01:42:49.692Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T01:42:49.692Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T01:42:49.692Z] Selecting previously unselected package fuse. [2021-05-11T01:42:49.692Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T01:42:49.692Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-11T01:42:49.952Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T01:42:49.952Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T01:42:49.952Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T01:42:49.952Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T01:42:50.213Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T01:42:50.213Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T01:42:50.213Z] Selecting previously unselected package libksba8:amd64. [2021-05-11T01:42:50.213Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-11T01:42:50.213Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-11T01:42:50.474Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-11T01:42:50.474Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:50.474Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:50.474Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-11T01:42:50.474Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:50.474Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:50.735Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-11T01:42:50.735Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:50.735Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:50.735Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-11T01:42:50.735Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:50.735Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:50.735Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-11T01:42:50.735Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:50.735Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:50.996Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-11T01:42:50.996Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:50.996Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:50.996Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-11T01:42:50.996Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:50.996Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:51.259Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-11T01:42:51.259Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:51.259Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:51.259Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-11T01:42:51.259Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T01:42:51.259Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:51.259Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-11T01:42:51.259Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T01:42:51.259Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T01:42:51.259Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-11T01:42:51.259Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T01:42:51.519Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T01:42:51.519Z] Selecting previously unselected package libldap-common. [2021-05-11T01:42:51.519Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-11T01:42:51.519Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T01:42:51.519Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-11T01:42:51.519Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-11T01:42:51.519Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T01:42:51.782Z] Selecting previously unselected package dirmngr. [2021-05-11T01:42:51.782Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T01:42:51.782Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T01:42:51.782Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T01:42:51.782Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-11T01:42:51.782Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T01:42:51.782Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T01:42:52.042Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T01:42:52.042Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-11T01:42:52.042Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.042Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-11T01:42:52.042Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T01:42:52.042Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-11T01:42:52.303Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-11T01:42:52.563Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.563Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-11T01:42:52.563Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-11T01:42:52.563Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-11T01:42:52.563Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.824Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.824Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.824Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.824Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.824Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.824Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T01:42:52.824Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T01:42:52.824Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T01:42:53.083Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T01:42:53.343Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-11T01:42:53.343Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-11T01:42:53.343Z] This means they are not meant to be enabled using systemctl. [2021-05-11T01:42:53.343Z] Possible reasons for having this kind of units are: [2021-05-11T01:42:53.343Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-11T01:42:53.343Z] .wants/ or .requires/ directory. [2021-05-11T01:42:53.343Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-11T01:42:53.343Z] a requirement dependency on it. [2021-05-11T01:42:53.343Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-11T01:42:53.343Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-11T01:42:53.343Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-11T01:42:53.343Z] instance name specified. [2021-05-11T01:42:53.603Z] Reading package lists... [2021-05-11T01:42:53.864Z] Building dependency tree... [2021-05-11T01:42:53.864Z] Reading state information... [2021-05-11T01:42:53.864Z] The following additional packages will be installed: [2021-05-11T01:42:53.864Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-11T01:42:53.864Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-11T01:42:53.864Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-11T01:42:53.864Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-11T01:42:53.864Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-11T01:42:53.864Z] Suggested packages: [2021-05-11T01:42:53.864Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-11T01:42:53.864Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-11T01:42:53.864Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-11T01:42:53.864Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-11T01:42:53.864Z] systemd-container policykit-1 [2021-05-11T01:42:53.864Z] Recommended packages: [2021-05-11T01:42:53.864Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-11T01:42:54.125Z] The following NEW packages will be installed: [2021-05-11T01:42:54.125Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-11T01:42:54.125Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-11T01:42:54.125Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-11T01:42:54.125Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-11T01:42:54.125Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-11T01:42:54.125Z] The following packages will be upgraded: [2021-05-11T01:42:54.125Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-11T01:42:54.125Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-11T01:42:54.125Z] Need to get 35.2 MB of archives. [2021-05-11T01:42:54.125Z] After this operation, 141 MB of additional disk space will be used. [2021-05-11T01:42:54.125Z] 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-11T01:42:54.125Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-11T01:42:55.066Z] 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-11T01:42:55.066Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-11T01:42:55.066Z] 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-11T01:42:55.066Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-11T01:42:55.066Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-11T01:42:55.066Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-11T01:42:55.327Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-11T01:42:55.327Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-11T01:42:55.327Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-11T01:42:55.327Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-11T01:42:55.327Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-11T01:42:55.327Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-11T01:42:55.327Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-11T01:42:55.327Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-11T01:42:55.327Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-11T01:42:55.327Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-11T01:42:55.327Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-11T01:42:55.327Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-11T01:42:55.327Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-11T01:42:55.327Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-11T01:42:55.327Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-11T01:42:55.327Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-11T01:42:55.327Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-11T01:42:55.327Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-11T01:42:55.327Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-11T01:42:55.327Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-11T01:42:55.586Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-11T01:42:55.586Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-11T01:42:56.973Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T01:42:56.973Z] Fetched 35.2 MB in 3s (13.3 MB/s) [2021-05-11T01:42:56.973Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T01:42:56.973Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-11T01:42:56.973Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T01:42:57.545Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-11T01:42:57.545Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T01:42:57.805Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-11T01:42:57.805Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T01:42:57.805Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-11T01:42:57.806Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-11T01:42:58.065Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-11T01:42:58.326Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T01:42:58.326Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-11T01:42:58.326Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-11T01:43:00.242Z] Setting up apt (1.6.13) ... [2021-05-11T01:43:00.242Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-11T01:43:00.503Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-11T01:43:00.763Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-11T01:43:00.764Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T01:43:00.764Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T01:43:01.024Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-11T01:43:01.024Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T01:43:01.024Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:01.024Z] Selecting previously unselected package libexpat1:amd64. [2021-05-11T01:43:01.024Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-11T01:43:01.024Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T01:43:01.284Z] Selecting previously unselected package python3.6-minimal. [2021-05-11T01:43:01.284Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T01:43:01.284Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:01.545Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T01:43:01.545Z] Checking for services that may need to be restarted...done. [2021-05-11T01:43:01.545Z] Checking for services that may need to be restarted...done. [2021-05-11T01:43:01.545Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:01.545Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T01:43:01.808Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:02.068Z] Selecting previously unselected package python3-minimal. [2021-05-11T01:43:02.068Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-11T01:43:02.068Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-11T01:43:02.068Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-11T01:43:02.336Z] Selecting previously unselected package mime-support. [2021-05-11T01:43:02.336Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-11T01:43:02.336Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-11T01:43:02.336Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-11T01:43:02.336Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-11T01:43:02.336Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T01:43:02.336Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-11T01:43:02.336Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T01:43:02.336Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:02.597Z] Selecting previously unselected package python3.6. [2021-05-11T01:43:02.597Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T01:43:02.858Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:02.858Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-11T01:43:02.858Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-11T01:43:02.858Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T01:43:02.858Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-11T01:43:03.119Z] Selecting previously unselected package python3. [2021-05-11T01:43:03.119Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-11T01:43:03.119Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-11T01:43:03.119Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-11T01:43:03.380Z] Selecting previously unselected package multiarch-support. [2021-05-11T01:43:03.380Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T01:43:03.380Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T01:43:03.380Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T01:43:03.380Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-11T01:43:03.380Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-11T01:43:03.380Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-11T01:43:03.380Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T01:43:03.640Z] Selecting previously unselected package libbsd0:amd64. [2021-05-11T01:43:03.640Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-11T01:43:03.640Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T01:43:03.640Z] Selecting previously unselected package sudo. [2021-05-11T01:43:03.640Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-11T01:43:03.640Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T01:43:03.901Z] Selecting previously unselected package apparmor. [2021-05-11T01:43:03.901Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T01:43:03.901Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-11T01:43:04.162Z] Selecting previously unselected package libedit2:amd64. [2021-05-11T01:43:04.162Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-11T01:43:04.162Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T01:43:04.162Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-11T01:43:04.162Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T01:43:04.162Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:04.162Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-11T01:43:04.162Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T01:43:04.421Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:04.421Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-11T01:43:04.421Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-11T01:43:04.421Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T01:43:04.421Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-11T01:43:04.421Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T01:43:04.421Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:04.681Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-11T01:43:04.681Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T01:43:04.681Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:04.681Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-11T01:43:04.681Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-11T01:43:04.681Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T01:43:04.941Z] Selecting previously unselected package openssh-client. [2021-05-11T01:43:04.941Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-11T01:43:04.941Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T01:43:05.205Z] Selecting previously unselected package squashfs-tools. [2021-05-11T01:43:05.205Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-11T01:43:05.205Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T01:43:05.205Z] Selecting previously unselected package snapd. [2021-05-11T01:43:05.205Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-11T01:43:05.205Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-11T01:43:07.117Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T01:43:07.380Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T01:43:07.380Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-11T01:43:07.380Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T01:43:07.642Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T01:43:07.642Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:07.642Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T01:43:07.642Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-11T01:43:07.642Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-11T01:43:08.584Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T01:43:08.584Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T01:43:08.585Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T01:43:08.585Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:08.585Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:08.585Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T01:43:09.156Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T01:43:09.156Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:09.417Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T01:43:09.417Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-11T01:43:09.417Z] running python rtupdate hooks for python3.6... [2021-05-11T01:43:09.417Z] running python post-rtupdate hooks for python3.6... [2021-05-11T01:43:09.417Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-11T01:43:10.805Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-11T01:43:11.067Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T01:43:11.067Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T01:43:11.328Z] Setting up snapd (2.48.3+18.04) ... [2021-05-11T01:43:11.588Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-11T01:43:11.852Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-11T01:43:11.852Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-11T01:43:12.112Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-11T01:43:12.372Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T01:43:12.372Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T01:43:12.372Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-11T01:43:12.633Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-11T01:43:12.894Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-11T01:43:12.894Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-11T01:43:13.154Z] /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-11T01:43:13.154Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T01:43:13.154Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T01:43:14.095Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T01:43:14.095Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T01:43:14.095Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T01:43:15.295Z] Reading package lists... [2021-05-11T01:43:15.555Z] Reading package lists... [2021-05-11T01:43:15.555Z] Building dependency tree... [2021-05-11T01:43:15.555Z] Reading state information... [2021-05-11T01:43:15.815Z] Calculating upgrade... [2021-05-11T01:43:15.815Z] The following packages will be upgraded: [2021-05-11T01:43:15.815Z] advancecomp base-files bash binutils binutils-common [2021-05-11T01:43:15.815Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-11T01:43:15.815Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-11T01:43:15.815Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-11T01:43:15.815Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-11T01:43:15.815Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-11T01:43:15.815Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-11T01:43:15.815Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-11T01:43:15.815Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-11T01:43:15.815Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-11T01:43:15.815Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-11T01:43:15.815Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-11T01:43:15.815Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-11T01:43:15.815Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-11T01:43:15.815Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-11T01:43:15.815Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T01:43:15.815Z] Need to get 64.0 MB of archives. [2021-05-11T01:43:15.815Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-11T01:43:15.815Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-11T01:43:16.075Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-11T01:43:16.075Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-11T01:43:16.076Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-11T01:43:16.076Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-11T01:43:16.076Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-11T01:43:16.076Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-11T01:43:16.076Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-11T01:43:16.076Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-11T01:43:16.076Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-11T01:43:16.076Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-11T01:43:16.076Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-11T01:43:16.076Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-11T01:43:16.076Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-11T01:43:16.076Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-11T01:43:16.076Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-11T01:43:16.076Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-11T01:43:16.076Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-11T01:43:16.076Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-11T01:43:16.076Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-11T01:43:16.336Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-11T01:43:16.336Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-11T01:43:16.336Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-11T01:43:16.336Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-11T01:43:16.336Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-11T01:43:16.336Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-11T01:43:16.336Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-11T01:43:16.336Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-11T01:43:16.336Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-11T01:43:16.336Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-11T01:43:16.336Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-11T01:43:16.336Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-11T01:43:16.336Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-11T01:43:16.336Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-11T01:43:16.336Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-11T01:43:16.336Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-11T01:43:16.336Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-11T01:43:16.336Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-11T01:43:16.336Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-11T01:43:16.336Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-11T01:43:16.336Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-11T01:43:16.336Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-11T01:43:16.336Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-11T01:43:16.336Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-11T01:43:16.336Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-11T01:43:16.336Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-11T01:43:16.336Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-11T01:43:16.336Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-11T01:43:16.336Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-11T01:43:16.336Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-11T01:43:16.336Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-11T01:43:16.336Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-11T01:43:16.336Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-11T01:43:16.336Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-11T01:43:16.336Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-11T01:43:16.597Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-11T01:43:16.597Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-11T01:43:16.597Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-11T01:43:16.858Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-11T01:43:16.858Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-11T01:43:16.858Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-11T01:43:16.858Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-11T01:43:16.858Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-11T01:43:16.858Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-11T01:43:16.858Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-11T01:43:16.858Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-11T01:43:17.125Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-11T01:43:17.125Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-11T01:43:17.125Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-11T01:43:17.125Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-11T01:43:17.125Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-11T01:43:17.125Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-11T01:43:17.125Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-11T01:43:17.125Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-11T01:43:17.125Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-11T01:43:17.125Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-11T01:43:17.125Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-11T01:43:17.125Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-11T01:43:17.386Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-11T01:43:17.386Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-11T01:43:17.386Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-11T01:43:17.386Z] 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-11T01:43:17.386Z] 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-11T01:43:17.386Z] 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-11T01:43:17.386Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-11T01:43:17.386Z] 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-11T01:43:17.386Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-11T01:43:17.386Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-11T01:43:17.386Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-11T01:43:17.386Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-11T01:43:17.647Z] 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-11T01:43:17.647Z] 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-11T01:43:17.647Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-11T01:43:17.647Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-11T01:43:17.647Z] 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-11T01:43:17.647Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-11T01:43:17.647Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-11T01:43:17.647Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-11T01:43:17.647Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-11T01:43:17.647Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-11T01:43:17.647Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-11T01:43:17.907Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T01:43:17.907Z] Fetched 64.0 MB in 2s (33.8 MB/s) [2021-05-11T01:43:17.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:17.907Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T01:43:17.907Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T01:43:18.847Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T01:43:18.847Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T01:43:18.847Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-11T01:43:18.847Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-11T01:43:19.788Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:19.788Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:19.788Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:19.788Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:19.788Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:20.049Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:20.049Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:20.049Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:20.309Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:20.309Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:20.309Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:20.309Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:20.309Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:20.309Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:20.570Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:20.570Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T01:43:20.570Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:20.570Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-11T01:43:20.830Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:20.830Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T01:43:20.830Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:20.830Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:20.830Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:21.092Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:21.092Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:21.092Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T01:43:21.353Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:21.353Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T01:43:21.353Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T01:43:21.612Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T01:43:22.185Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T01:43:22.455Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T01:43:22.455Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-11T01:43:22.716Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-11T01:43:22.716Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-11T01:43:22.716Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-11T01:43:22.977Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-11T01:43:22.977Z] Installing new version of config file /etc/issue ... [2021-05-11T01:43:22.977Z] Installing new version of config file /etc/issue.net ... [2021-05-11T01:43:22.977Z] Installing new version of config file /etc/lsb-release ... [2021-05-11T01:43:22.977Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-11T01:43:23.237Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-11T01:43:23.237Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-11T01:43:23.237Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-11T01:43:23.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:23.499Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-11T01:43:23.499Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-11T01:43:23.499Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-11T01:43:23.759Z] 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-11T01:43:23.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:23.760Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:23.760Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:24.021Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:24.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:24.021Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-11T01:43:24.021Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-11T01:43:24.281Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-11T01:43:24.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:24.281Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-11T01:43:24.281Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T01:43:24.541Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-11T01:43:24.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:24.802Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T01:43:24.802Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T01:43:24.802Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T01:43:25.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:25.062Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T01:43:25.062Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T01:43:25.062Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-11T01:43:25.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:25.324Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-11T01:43:25.324Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-11T01:43:25.324Z] Setting up grep (3.1-2build1) ... [2021-05-11T01:43:25.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:25.324Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T01:43:25.585Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T01:43:25.585Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-11T01:43:25.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:25.846Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T01:43:25.846Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T01:43:25.846Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-11T01:43:25.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:25.846Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T01:43:26.105Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T01:43:26.677Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T01:43:26.677Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T01:43:26.677Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T01:43:26.677Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T01:43:27.623Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-11T01:43:27.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:27.623Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-11T01:43:27.623Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T01:43:28.564Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T01:43:28.564Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T01:43:28.825Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T01:43:28.825Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T01:43:28.825Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T01:43:29.087Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:29.087Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-11T01:43:29.087Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-11T01:43:29.347Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-11T01:43:29.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:29.610Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:29.610Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:29.610Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:29.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:29.871Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:29.871Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:29.871Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:30.132Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:30.132Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:30.132Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:30.132Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:30.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:30.397Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:30.397Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:30.397Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:30.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:30.658Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T01:43:30.658Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T01:43:30.658Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T01:43:31.228Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T01:43:31.228Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T01:43:31.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:31.228Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T01:43:31.228Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T01:43:31.488Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T01:43:31.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:31.488Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:31.488Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:31.750Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:31.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:31.750Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:31.750Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:32.012Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:32.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:32.012Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:32.012Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:32.580Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:32.840Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-11T01:43:33.101Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-11T01:43:33.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:33.101Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T01:43:33.361Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T01:43:33.361Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T01:43:33.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T01:43:33.621Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-11T01:43:33.621Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T01:43:33.621Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-11T01:43:33.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:33.883Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-11T01:43:33.883Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-11T01:43:34.144Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-11T01:43:34.406Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:34.406Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-11T01:43:34.406Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T01:43:34.406Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-11T01:43:34.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:34.667Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-11T01:43:34.667Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T01:43:34.667Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-11T01:43:34.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:34.667Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T01:43:34.927Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T01:43:34.927Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T01:43:35.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:35.188Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T01:43:35.188Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T01:43:35.188Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T01:43:35.450Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:35.450Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T01:43:35.450Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T01:43:35.450Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T01:43:35.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:35.712Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T01:43:35.712Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T01:43:35.712Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-11T01:43:35.972Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T01:43:35.972Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T01:43:35.972Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T01:43:35.972Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T01:43:36.234Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:36.234Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-11T01:43:36.234Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-11T01:43:36.495Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-11T01:43:36.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:36.495Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-11T01:43:36.495Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T01:43:36.756Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T01:43:37.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:37.016Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T01:43:37.016Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T01:43:37.016Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T01:43:37.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:37.278Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-11T01:43:37.278Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-11T01:43:37.278Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-11T01:43:37.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:37.278Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T01:43:37.539Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T01:43:37.801Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-11T01:43:37.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:37.801Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T01:43:37.801Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T01:43:38.061Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-11T01:43:38.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:38.061Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T01:43:38.061Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T01:43:38.322Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T01:43:38.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:38.322Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T01:43:38.322Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T01:43:38.322Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T01:43:38.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:38.591Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-11T01:43:38.591Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-11T01:43:38.591Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-11T01:43:38.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:38.851Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-11T01:43:38.851Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-11T01:43:38.851Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-11T01:43:38.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:38.851Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-11T01:43:38.851Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-11T01:43:39.110Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-11T01:43:39.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:39.110Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-11T01:43:39.110Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-11T01:43:39.370Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-11T01:43:39.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:39.370Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-11T01:43:39.370Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-11T01:43:39.632Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-11T01:43:39.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T01:43:39.632Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-11T01:43:39.632Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-11T01:43:39.632Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-11T01:43:39.892Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-11T01:43:39.892Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T01:43:39.892Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T01:43:39.892Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T01:43:39.892Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T01:43:40.153Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T01:43:40.153Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T01:43:40.420Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-11T01:43:40.420Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-11T01:43:40.680Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T01:43:40.680Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-11T01:43:40.680Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-11T01:43:40.680Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-11T01:43:40.941Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-11T01:43:40.941Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-11T01:43:40.941Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-11T01:43:40.941Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-11T01:43:41.203Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-11T01:43:41.203Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-11T01:43:41.463Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-11T01:43:41.463Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-11T01:43:41.463Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-11T01:43:41.463Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-11T01:43:41.731Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-11T01:43:41.731Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-11T01:43:42.679Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-11T01:43:42.679Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-11T01:43:42.940Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-11T01:43:42.940Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-11T01:43:42.940Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T01:43:42.940Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T01:43:43.511Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T01:43:43.511Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T01:43:43.511Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T01:43:43.511Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T01:43:43.776Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T01:43:43.776Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T01:43:43.776Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:43.776Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:44.042Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:44.042Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:44.042Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:44.303Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:44.303Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:44.303Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:45.244Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:45.244Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:46.186Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:46.186Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:47.127Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:47.127Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:47.127Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:47.387Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:47.959Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T01:43:48.160Z] 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-11T01:43:48.221Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T01:43:48.221Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T01:43:48.221Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T01:43:48.482Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T01:43:48.482Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T01:43:48.482Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T01:43:48.482Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T01:43:48.744Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-11T01:43:48.744Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-11T01:43:48.744Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T01:43:48.744Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T01:43:49.005Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T01:43:49.005Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T01:43:49.005Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-11T01:43:49.265Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-11T01:43:49.265Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:49.265Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T01:43:49.265Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:49.265Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:49.265Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:49.526Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-11T01:43:49.526Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-11T01:43:49.526Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-11T01:43:49.526Z] [2021-05-11T01:43:49.526Z] Current default time zone: 'Etc/UTC' [2021-05-11T01:43:49.526Z] Local time is now: Tue May 11 01:43:49 UTC 2021. [2021-05-11T01:43:49.526Z] Universal Time is now: Tue May 11 01:43:49 UTC 2021. [2021-05-11T01:43:49.526Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-11T01:43:49.526Z] [2021-05-11T01:43:49.526Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-11T01:43:49.786Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:49.786Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-11T01:43:49.786Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-11T01:43:49.786Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-11T01:43:49.786Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-11T01:43:49.786Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-11T01:43:49.786Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-11T01:43:50.047Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-11T01:43:50.047Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T01:43:50.047Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:50.047Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-11T01:43:50.308Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:50.308Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T01:43:50.308Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:50.308Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-11T01:43:50.308Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-11T01:43:50.308Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-11T01:43:50.568Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T01:43:50.568Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-11T01:43:50.568Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-11T01:43:50.568Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-11T01:43:50.568Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-11T01:43:52.480Z] Updating certificates in /etc/ssl/certs... [2021-05-11T01:43:53.052Z] 23 added, 27 removed; done. [2021-05-11T01:43:53.052Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T01:43:53.318Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T01:43:53.318Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-11T01:43:53.318Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-11T01:43:53.318Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-11T01:43:53.318Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.318Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T01:43:53.318Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.318Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.318Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.318Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.579Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.579Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-11T01:43:53.579Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-11T01:43:53.579Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-11T01:43:53.579Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-11T01:43:53.579Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-11T01:43:53.579Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.579Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T01:43:53.579Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-11T01:43:53.839Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-11T01:43:53.839Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-11T01:43:53.839Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T01:43:53.839Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T01:43:53.839Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-11T01:43:53.839Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-11T01:43:54.100Z] Updating certificates in /etc/ssl/certs... [2021-05-11T01:43:54.671Z] 0 added, 0 removed; done. [2021-05-11T01:43:54.671Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-11T01:43:54.671Z] done. [2021-05-11T01:43:54.932Z] Reading package lists... [2021-05-11T01:43:55.193Z] Building dependency tree... [2021-05-11T01:43:55.193Z] Reading state information... [2021-05-11T01:43:55.193Z] The following NEW packages will be installed: [2021-05-11T01:43:55.193Z] apt-transport-https [2021-05-11T01:43:55.454Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T01:43:55.454Z] Need to get 1692 B of archives. [2021-05-11T01:43:55.454Z] After this operation, 154 kB of additional disk space will be used. [2021-05-11T01:43:55.454Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-11T01:43:55.454Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T01:43:55.714Z] Fetched 1692 B in 0s (8681 B/s) [2021-05-11T01:43:55.714Z] Selecting previously unselected package apt-transport-https. [2021-05-11T01:43:55.714Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-11T01:43:55.714Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-11T01:43:55.714Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-11T01:43:55.714Z] Setting up apt-transport-https (1.6.13) ... [2021-05-11T01:43:55.974Z] Waiting for network to be ready... [2021-05-11T01:44:00.598Z] Removing intermediate container 8c07f2ca54d4 [2021-05-11T01:44:00.598Z] ---> b00a4272bed1 [2021-05-11T01:44:00.598Z] [2021-05-11T01:44:00.598Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T01:44:00.598Z] ---> 9852663dfa18 [2021-05-11T01:44:00.598Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T01:44:00.598Z] ---> Running in 635c27720e74 [2021-05-11T01:44:01.271Z] 2021-05-11T01:43:58Z INFO Waiting for automatic snapd restart... [2021-05-11T01:44:01.842Z] snapd 2.49.2 from Canonical* installed [2021-05-11T01:44:02.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:44:02.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:44:02.788Z] "snapd" switched to the "latest/stable" channel [2021-05-11T01:44:02.788Z] [2021-05-11T01:44:03.579Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T01:44:03.579Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T01:44:03.579Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T01:44:03.579Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T01:44:03.579Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:44:03.579Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T01:44:03.857Z] OK: 7 MiB in 18 packages [2021-05-11T01:44:05.333Z] core18 20210309 from Canonical* installed [2021-05-11T01:44:05.333Z] "core18" switched to the "latest/stable" channel [2021-05-11T01:44:05.333Z] [2021-05-11T01:44:07.303Z] Removing intermediate container 635c27720e74 [2021-05-11T01:44:07.303Z] ---> 73795334f8c9 [2021-05-11T01:44:07.303Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T01:44:07.906Z] ---> Running in 7e21423de9a4 [2021-05-11T01:44:08.636Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T01:44:08.898Z] Removing intermediate container 7e21423de9a4 [2021-05-11T01:44:08.898Z] ---> cb9c1649aa82 [2021-05-11T01:44:08.898Z] Step 14/22 : WORKDIR /edgex [2021-05-11T01:44:08.899Z] "snapcraft" switched to the "latest/stable" channel [2021-05-11T01:44:08.899Z] [2021-05-11T01:44:09.501Z] ---> Running in 52b7277152fc [2021-05-11T01:44:10.489Z] Removing intermediate container 52b7277152fc [2021-05-11T01:44:10.489Z] ---> a6bfd44ef46f [2021-05-11T01:44:10.489Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T01:44:11.088Z] Removing intermediate container 4e9c6355ab27 [2021-05-11T01:44:11.088Z] ---> 83faac21a06f [2021-05-11T01:44:11.088Z] [2021-05-11T01:44:11.088Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T01:44:11.088Z] ---> 9852663dfa18 [2021-05-11T01:44:11.088Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T01:44:11.088Z] ---> Using cache [2021-05-11T01:44:11.088Z] ---> 82231d9f8728 [2021-05-11T01:44:11.088Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:44:11.088Z] ---> Using cache [2021-05-11T01:44:11.088Z] ---> babb01f63caf [2021-05-11T01:44:11.088Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T01:44:11.370Z] ---> Running in bf997fe9fa1a [2021-05-11T01:44:11.997Z] ---> 1f36ff2734ee [2021-05-11T01:44:11.997Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T01:44:12.268Z] Removing intermediate container bf997fe9fa1a [2021-05-11T01:44:12.268Z] ---> 4779bc7db9e8 [2021-05-11T01:44:12.268Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T01:44:12.864Z] ---> Running in 5dc70be35c5b [2021-05-11T01:44:13.107Z] 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-11T01:44:13.107Z] - README.md [2021-05-11T01:44:13.107Z] [2021-05-11T01:44:13.107Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T01:44:13.855Z] ---> 6868f06649ae [2021-05-11T01:44:13.855Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T01:44:13.855Z] Removing intermediate container 5dc70be35c5b [2021-05-11T01:44:13.855Z] ---> 3af10f5a43af [2021-05-11T01:44:13.855Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:44:14.463Z] Removing intermediate container 2f67c86b8937 [2021-05-11T01:44:14.463Z] ---> 1324c7ba998e [2021-05-11T01:44:14.463Z] [2021-05-11T01:44:14.463Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T01:44:14.463Z] ---> 9852663dfa18 [2021-05-11T01:44:14.463Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T01:44:15.442Z] ---> Running in 3a2a3aa6ceb6 [2021-05-11T01:44:15.442Z] ---> 995b4da6fd29 [2021-05-11T01:44:15.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T01:44:15.715Z] ---> ddbdbdef0a4f [2021-05-11T01:44:15.715Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T01:44:15.999Z] ---> Running in 39bc4d1504d0 [2021-05-11T01:44:16.000Z] Removing intermediate container 3a2a3aa6ceb6 [2021-05-11T01:44:16.000Z] ---> 756993051c02 [2021-05-11T01:44:16.000Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T01:44:16.596Z] ---> Running in 3473cc421a89 [2021-05-11T01:44:16.596Z] Removing intermediate container 39bc4d1504d0 [2021-05-11T01:44:16.596Z] ---> 9782962b3262 [2021-05-11T01:44:16.596Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T01:44:17.198Z] ---> Running in ee176471a613 [2021-05-11T01:44:17.482Z] ---> 5a826551de22 [2021-05-11T01:44:17.482Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T01:44:17.482Z] Removing intermediate container 3473cc421a89 [2021-05-11T01:44:17.482Z] ---> eed100360779 [2021-05-11T01:44:17.482Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T01:44:17.482Z] ---> Running in 81719d6f8fb7 [2021-05-11T01:44:17.760Z] Removing intermediate container 4bfb2d747168 [2021-05-11T01:44:17.760Z] ---> d84fd4547909 [2021-05-11T01:44:17.760Z] [2021-05-11T01:44:17.760Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T01:44:17.760Z] ---> 9852663dfa18 [2021-05-11T01:44:17.760Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T01:44:17.760Z] ---> Using cache [2021-05-11T01:44:17.760Z] ---> 82231d9f8728 [2021-05-11T01:44:17.760Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T01:44:17.760Z] ---> Using cache [2021-05-11T01:44:17.760Z] ---> babb01f63caf [2021-05-11T01:44:17.760Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T01:44:18.035Z] Removing intermediate container ee176471a613 [2021-05-11T01:44:18.035Z] ---> d02d9b4ccca9 [2021-05-11T01:44:18.035Z] Step 20/22 : LABEL arch=arm64 [2021-05-11T01:44:18.035Z] ---> Running in 9bf32cf1e3e9 [2021-05-11T01:44:18.035Z] ---> Running in 7c0cac62784f [2021-05-11T01:44:18.306Z] Removing intermediate container 81719d6f8fb7 [2021-05-11T01:44:18.306Z] ---> 45b5c53422d2 [2021-05-11T01:44:18.306Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T01:44:18.306Z] ---> 10014741139c [2021-05-11T01:44:18.306Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T01:44:18.577Z] ---> Running in 1d3e0d7d468a [2021-05-11T01:44:18.577Z] ---> Running in cd71a8c818c9 [2021-05-11T01:44:18.577Z] Removing intermediate container 9bf32cf1e3e9 [2021-05-11T01:44:18.577Z] ---> 7dea39a3452d [2021-05-11T01:44:18.577Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T01:44:18.850Z] Removing intermediate container 7c0cac62784f [2021-05-11T01:44:18.850Z] ---> 6789d8b2d463 [2021-05-11T01:44:18.850Z] Step 21/22 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:44:18.850Z] ---> Running in 20b77e2ad435 [2021-05-11T01:44:18.850Z] ---> Running in 4251d4348971 [2021-05-11T01:44:19.447Z] Removing intermediate container cd71a8c818c9 [2021-05-11T01:44:19.447Z] ---> 9e47c2c9d22f [2021-05-11T01:44:19.447Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:44:19.447Z] ---> Running in a2184763f78d [2021-05-11T01:44:19.697Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T01:44:19.697Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T01:44:19.697Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T01:44:19.697Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T01:44:19.721Z] Removing intermediate container 20b77e2ad435 [2021-05-11T01:44:19.721Z] ---> 0eca13103021 [2021-05-11T01:44:19.721Z] Step 16/24 : WORKDIR / [2021-05-11T01:44:19.721Z] Removing intermediate container 4251d4348971 [2021-05-11T01:44:19.721Z] ---> b208f6f84ee4 [2021-05-11T01:44:19.721Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T01:44:19.721Z] ---> Running in 1a4dbdf5cd36 [2021-05-11T01:44:19.721Z] ---> Running in 1d76d581ba3f [2021-05-11T01:44:19.958Z] Reading package lists... [2021-05-11T01:44:19.992Z] Removing intermediate container a2184763f78d [2021-05-11T01:44:19.992Z] ---> db0c4c49915b [2021-05-11T01:44:19.992Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T01:44:20.265Z] ---> Running in 49d5d594c49b [2021-05-11T01:44:20.530Z] 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-11T01:44:20.536Z] Removing intermediate container 1d76d581ba3f [2021-05-11T01:44:20.536Z] ---> 9a75d394296b [2021-05-11T01:44:20.536Z] [2021-05-11T01:44:20.536Z] Removing intermediate container 1a4dbdf5cd36 [2021-05-11T01:44:20.536Z] ---> f94093043daf [2021-05-11T01:44:20.536Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:44:20.807Z] Removing intermediate container 49d5d594c49b [2021-05-11T01:44:20.807Z] ---> f32b78b2c78d [2021-05-11T01:44:20.807Z] Step 22/23 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:44:21.079Z] ---> Running in 20903c4842d3 [2021-05-11T01:44:21.079Z] Successfully built 9a75d394296b [2021-05-11T01:44:21.079Z] Removing intermediate container 1d3e0d7d468a [2021-05-11T01:44:21.079Z] ---> 233bb7972ea9 [2021-05-11T01:44:21.079Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T01:44:21.079Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-11T01:44:21.363Z]  Building docker-security-proxy-setup-go ... done  ---> ee484b90fc4a [2021-05-11T01:44:21.363Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T01:44:21.363Z] ---> Running in c538347569d0 [2021-05-11T01:44:21.635Z] Removing intermediate container 20903c4842d3 [2021-05-11T01:44:21.636Z] ---> fda8cbb2c1aa [2021-05-11T01:44:21.636Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T01:44:21.907Z] ---> Running in fae071ce71e5 [2021-05-11T01:44:22.498Z] Removing intermediate container fae071ce71e5 [2021-05-11T01:44:22.498Z] ---> 6ca8900dc15e [2021-05-11T01:44:22.498Z] [2021-05-11T01:44:22.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T01:44:22.774Z] ---> e3588bfd8403 [2021-05-11T01:44:22.774Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T01:44:23.045Z] Successfully built 6ca8900dc15e [2021-05-11T01:44:23.045Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-11T01:44:23.637Z]  Building docker-support-scheduler-go ... done  ---> 286fa145fd3b [2021-05-11T01:44:23.637Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T01:44:23.637Z] ---> Running in 84b4424fe9bc [2021-05-11T01:44:24.231Z] Removing intermediate container 84b4424fe9bc [2021-05-11T01:44:24.231Z] ---> 500a31faa5b9 [2021-05-11T01:44:24.231Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:44:24.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T01:44:24.231Z] ---> Running in aa3a99359d59 [2021-05-11T01:44:24.825Z] Removing intermediate container aa3a99359d59 [2021-05-11T01:44:24.825Z] ---> 259ba7794aad [2021-05-11T01:44:24.825Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T01:44:24.825Z] ---> Running in e1b309d936c8 [2021-05-11T01:44:25.097Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T01:44:25.097Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T01:44:25.368Z] Removing intermediate container e1b309d936c8 [2021-05-11T01:44:25.368Z] ---> 0daabd17dd21 [2021-05-11T01:44:25.368Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:44:25.368Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T01:44:25.368Z] ---> Running in e9318da823ff [2021-05-11T01:44:25.639Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T01:44:25.910Z] Removing intermediate container e9318da823ff [2021-05-11T01:44:25.910Z] ---> de08acea156d [2021-05-11T01:44:25.910Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:44:25.910Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T01:44:26.188Z] ---> Running in ea867ae547eb [2021-05-11T01:44:26.188Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T01:44:26.188Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T01:44:26.188Z] OK: 8 MiB in 20 packages [2021-05-11T01:44:26.464Z] Removing intermediate container ea867ae547eb [2021-05-11T01:44:26.464Z] ---> 72f399a13434 [2021-05-11T01:44:26.464Z] [2021-05-11T01:44:27.063Z] Successfully built 72f399a13434 [2021-05-11T01:44:27.063Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-11T01:44:27.113Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T01:44:27.113Z] Reading package lists... [2021-05-11T01:44:27.113Z] Building dependency tree... [2021-05-11T01:44:27.113Z] Reading state information... [2021-05-11T01:44:27.113Z] Suggested packages: [2021-05-11T01:44:27.113Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-11T01:44:27.113Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-11T01:44:27.113Z] Recommended packages: [2021-05-11T01:44:27.113Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-11T01:44:27.113Z] The following NEW packages will be installed: [2021-05-11T01:44:27.113Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-11T01:44:27.113Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-11T01:44:27.113Z] pkg-config zip [2021-05-11T01:44:27.113Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T01:44:27.113Z] Need to get 7663 kB of archives. [2021-05-11T01:44:27.113Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-11T01:44:27.113Z] 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-11T01:44:27.113Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-11T01:44:27.113Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-11T01:44:27.113Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-11T01:44:27.374Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-11T01:44:27.374Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-11T01:44:27.374Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-11T01:44:27.374Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-11T01:44:27.374Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-11T01:44:27.374Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-11T01:44:27.635Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-11T01:44:27.635Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-11T01:44:27.635Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-11T01:44:27.656Z]  Building docker-core-metadata-go ... done Removing intermediate container c538347569d0 [2021-05-11T01:44:27.656Z] ---> d4f0573250de [2021-05-11T01:44:27.656Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T01:44:27.896Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-11T01:44:27.896Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-11T01:44:27.896Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T01:44:27.896Z] Fetched 7663 kB in 1s (7025 kB/s) [2021-05-11T01:44:28.157Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-11T01:44:28.157Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-11T01:44:28.157Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-11T01:44:28.157Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T01:44:28.157Z] Selecting previously unselected package libpsl5:amd64. [2021-05-11T01:44:28.157Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-11T01:44:28.157Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T01:44:28.418Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-11T01:44:28.418Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-11T01:44:28.418Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T01:44:28.418Z] Selecting previously unselected package librtmp1:amd64. [2021-05-11T01:44:28.418Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-11T01:44:28.418Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T01:44:28.631Z] ---> 70879010ab71 [2021-05-11T01:44:28.631Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T01:44:28.678Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-11T01:44:28.678Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T01:44:28.678Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T01:44:28.678Z] Selecting previously unselected package liberror-perl. [2021-05-11T01:44:28.678Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-11T01:44:28.678Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-11T01:44:28.678Z] Selecting previously unselected package git-man. [2021-05-11T01:44:28.678Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-11T01:44:28.678Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T01:44:28.937Z] Selecting previously unselected package git. [2021-05-11T01:44:28.937Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-11T01:44:28.937Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T01:44:29.608Z] ---> fca1bf97daf7 [2021-05-11T01:44:29.608Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T01:44:29.880Z] Selecting previously unselected package libnorm1:amd64. [2021-05-11T01:44:29.880Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-11T01:44:29.880Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T01:44:29.880Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-11T01:44:29.880Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-11T01:44:29.880Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T01:44:29.880Z] Selecting previously unselected package libsodium23:amd64. [2021-05-11T01:44:29.880Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-11T01:44:29.880Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-11T01:44:30.142Z] Selecting previously unselected package libzmq5:amd64. [2021-05-11T01:44:30.142Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T01:44:30.142Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T01:44:30.142Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-11T01:44:30.142Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T01:44:30.142Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T01:44:30.404Z] Selecting previously unselected package pkg-config. [2021-05-11T01:44:30.404Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-11T01:44:30.404Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T01:44:30.404Z] Selecting previously unselected package zip. [2021-05-11T01:44:30.404Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-11T01:44:30.404Z] Unpacking zip (3.0-11build1) ... [2021-05-11T01:44:30.404Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T01:44:30.404Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T01:44:30.583Z] ---> 4a4f0ad668be [2021-05-11T01:44:30.583Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T01:44:30.583Z] ---> Running in bd3c49ae7685 [2021-05-11T01:44:30.665Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T01:44:30.665Z] Setting up liberror-perl (0.17025-1) ... [2021-05-11T01:44:30.665Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T01:44:30.665Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T01:44:30.665Z] No schema files found: doing nothing. [2021-05-11T01:44:30.665Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T01:44:30.665Z] Setting up zip (3.0-11build1) ... [2021-05-11T01:44:30.665Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T01:44:30.665Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-11T01:44:30.932Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T01:44:30.932Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T01:44:30.932Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T01:44:30.932Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T01:44:30.932Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T01:44:30.932Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T01:44:31.175Z] Removing intermediate container bd3c49ae7685 [2021-05-11T01:44:31.175Z] ---> 220ecb64b700 [2021-05-11T01:44:31.175Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T01:44:31.175Z] ---> Running in d7f1d114ab75 [2021-05-11T01:44:31.454Z] Removing intermediate container d7f1d114ab75 [2021-05-11T01:44:31.454Z] ---> e403c711bf86 [2021-05-11T01:44:31.454Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T01:44:31.729Z] ---> Running in 63435a1f198f [2021-05-11T01:44:32.321Z] Removing intermediate container 63435a1f198f [2021-05-11T01:44:32.321Z] ---> 3ca8f44065de [2021-05-11T01:44:32.321Z] Step 23/24 : LABEL git_sha=d0136e1ac0e0c844ff7eca5804345e66256e36b3 [2021-05-11T01:44:32.321Z] ---> Running in 4c2eb2fca502 [2021-05-11T01:44:32.913Z] Removing intermediate container 4c2eb2fca502 [2021-05-11T01:44:32.913Z] ---> 76caefb36c56 [2021-05-11T01:44:32.913Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T01:44:32.913Z] ---> Running in 18d164795390 [2021-05-11T01:44:33.502Z] Removing intermediate container 18d164795390 [2021-05-11T01:44:33.502Z] ---> c82b83cc4e4d [2021-05-11T01:44:33.502Z] [2021-05-11T01:44:33.774Z] Successfully built c82b83cc4e4d [2021-05-11T01:44:33.774Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-11T01:44:34.382Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-11T01:44:34.388Z] $ docker stop --time=1 57d5e50e9bfc76d04a6532c23e526c49601a45d56d519e5e0255d2f5eca39fb4 [2021-05-11T01:44:36.304Z] $ docker rm -f 57d5e50e9bfc76d04a6532c23e526c49601a45d56d519e5e0255d2f5eca39fb4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T01:44:36.906Z] + docker images [2021-05-11T01:44:36.906Z] + grep docker [2021-05-11T01:44:37.176Z] docker-core-data-go-arm64 latest c82b83cc4e4d 4 seconds ago 20.3MB [2021-05-11T01:44:37.176Z] docker-core-metadata-go-arm64 latest 72f399a13434 11 seconds ago 17.4MB [2021-05-11T01:44:37.176Z] docker-support-scheduler-go-arm64 latest 6ca8900dc15e 15 seconds ago 16.1MB [2021-05-11T01:44:37.176Z] docker-security-proxy-setup-go-arm64 latest 9a75d394296b 17 seconds ago 23.9MB [2021-05-11T01:44:37.176Z] docker-sys-mgmt-agent-go-arm64 latest 0dd87b257970 2 minutes ago 299MB [2021-05-11T01:44:37.176Z] docker-security-bootstrapper-go-arm64 latest c578823d482b 3 minutes ago 17.1MB [2021-05-11T01:44:37.176Z] docker-security-secretstore-setup-go-arm64 latest a89d4448afff 3 minutes ago 24.3MB [2021-05-11T01:44:37.176Z] docker-support-notifications-go-arm64 latest 829a7e28032e 3 minutes ago 16.6MB [2021-05-11T01:44:37.176Z] docker-core-command-go-arm64 latest a62e2950c223 4 minutes ago 16.1MB [2021-05-11T01:44:37.176Z] docker 20.10.0 eeaf43b92773 5 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 [2021-05-11T01:44:37.517Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T01:44:37.518Z] git set to automatically installed. [2021-05-11T01:44:37.518Z] git-man set to automatically installed. [2021-05-11T01:44:37.518Z] libcurl3-gnutls set to automatically installed. [2021-05-11T01:44:37.518Z] liberror-perl set to automatically installed. [2021-05-11T01:44:37.518Z] libglib2.0-0 set to automatically installed. [2021-05-11T01:44:37.518Z] libnghttp2-14 set to automatically installed. [2021-05-11T01:44:37.518Z] libnorm1 set to automatically installed. [2021-05-11T01:44:37.518Z] libpgm-5.2-0 set to automatically installed. [2021-05-11T01:44:37.518Z] libpsl5 set to automatically installed. [2021-05-11T01:44:37.518Z] librtmp1 set to automatically installed. [2021-05-11T01:44:37.518Z] libsodium23 set to automatically installed. [2021-05-11T01:44:37.518Z] libzmq3-dev set to automatically installed. [2021-05-11T01:44:37.518Z] libzmq5 set to automatically installed. [2021-05-11T01:44:37.518Z] pkg-config set to automatically installed. [2021-05-11T01:44:37.518Z] zip set to automatically installed. [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:44:37.926Z] ---> job-cost.sh [2021-05-11T01:44:37.927Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EPR2 [2021-05-11T01:44:39.438Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T01:44:46.033Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T01:44:46.603Z] snap "core18" has no updates available [2021-05-11T01:44:47.546Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T01:44:55.689Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T01:45:05.689Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-11T01:45:05.951Z] Pulling go-build-helper [2021-05-11T01:45:05.951Z] + snapcraftctl pull [2021-05-11T01:45:06.894Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-11T01:45:06.894Z] Skipping pull go-build-helper (already ran) [2021-05-11T01:45:06.894Z] Building go-build-helper [2021-05-11T01:45:06.894Z] + snapcraftctl build [2021-05-11T01:45:08.814Z] Staging go-build-helper [2021-05-11T01:45:08.814Z] + snapcraftctl stage [2021-05-11T01:45:16.881Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T01:45:18.828Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T01:45:18.828Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-11T01:45:18.828Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-11T01:45:18.828Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T01:45:18.828Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T01:45:18.828Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-11T01:45:18.828Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-11T01:45:18.828Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-11T01:45:18.828Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T01:45:18.828Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T01:45:18.828Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T01:45:18.828Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T01:45:18.828Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T01:45:18.828Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T01:45:18.828Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T01:45:18.828Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T01:45:18.828Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T01:45:18.828Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T01:45:18.828Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T01:45:18.828Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2067 kB] [2021-05-11T01:45:18.828Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T01:45:18.828Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T01:45:18.828Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T01:45:18.828Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [343 kB] [2021-05-11T01:45:18.828Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.7 kB] [2021-05-11T01:45:18.828Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T01:45:18.828Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T01:45:18.828Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-11T01:45:18.828Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T01:45:18.828Z] Fetched 224 kB in 0s (0 B/s) [2021-05-11T01:45:18.828Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T01:45:18.828Z] Fetched 157 kB in 0s (0 B/s) [2021-05-11T01:45:18.828Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T01:45:18.828Z] Fetched 221 kB in 0s (0 B/s) [2021-05-11T01:45:18.828Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T01:45:18.828Z] Fetched 143 kB in 0s (0 B/s) [2021-05-11T01:45:18.828Z] Pulling app-service-config [2021-05-11T01:45:18.828Z] + snapcraftctl pull [2021-05-11T01:45:19.400Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-11T01:45:19.971Z] Pulling config-common [2021-05-11T01:45:19.971Z] + snapcraftctl pull [2021-05-11T01:45:24.174Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T01:45:24.174Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T01:45:24.174Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T01:45:24.174Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T01:45:24.174Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T01:45:24.174Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T01:45:24.174Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T01:45:24.174Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T01:45:24.174Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T01:45:24.174Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T01:45:24.174Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T01:45:24.174Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T01:45:24.174Z] Pulling edgex-go [2021-05-11T01:45:24.174Z] + snapcraftctl pull [2021-05-11T01:45:46.139Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T01:45:46.139Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T01:45:46.139Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T01:45:46.139Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-11T01:45:46.139Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-11T01:45:46.139Z] Fetched 279 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-11T01:45:46.139Z] Fetched 122 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-11T01:45:46.139Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-11T01:45:46.139Z] Fetched 8848 B in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-11T01:45:46.139Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-11T01:45:46.139Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-11T01:45:46.139Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-11T01:45:46.139Z] Fetched 219 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-11T01:45:46.139Z] Fetched 154 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-11T01:45:46.139Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-11T01:45:46.139Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-11T01:45:46.139Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-11T01:45:46.139Z] Fetched 499 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-11T01:45:46.139Z] Fetched 111 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-11T01:45:46.139Z] Fetched 240 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-11T01:45:46.139Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-11T01:45:46.139Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-11T01:45:46.139Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-11T01:45:46.139Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-11T01:45:46.139Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-11T01:45:46.139Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-11T01:45:46.139Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-11T01:45:46.139Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-11T01:45:46.139Z] Fetched 8720 B in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-11T01:45:46.139Z] Fetched 137 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-11T01:45:46.139Z] Fetched 119 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-11T01:45:46.139Z] Fetched 110 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-11T01:45:46.139Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-11T01:45:46.139Z] Fetched 645 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-11T01:45:46.139Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-11T01:45:46.139Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-11T01:45:46.139Z] Fetched 368 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-11T01:45:46.139Z] Fetched 187 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-11T01:45:46.139Z] Fetched 175 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-11T01:45:46.139Z] Fetched 206 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-11T01:45:46.139Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-11T01:45:46.139Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-11T01:45:46.139Z] Fetched 159 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-11T01:45:46.139Z] Fetched 107 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-11T01:45:46.139Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-11T01:45:46.139Z] Pulling static-packages [2021-05-11T01:45:46.139Z] + snapcraftctl pull [2021-05-11T01:45:46.710Z] Pulling version [2021-05-11T01:45:46.710Z] + cd /root/project [2021-05-11T01:45:46.710Z] + [ -f VERSION ] [2021-05-11T01:45:46.710Z] + PROJECT_VERSION=local-dev [2021-05-11T01:45:46.710Z] + git rev-parse --short HEAD [2021-05-11T01:45:46.710Z] + GIT_REVISION=d0136e1a [2021-05-11T01:45:46.710Z] + snapcraftctl set-version local-dev [2021-05-11T01:45:47.649Z] Skipping build go-build-helper (already ran) [2021-05-11T01:45:47.908Z] Building app-service-config [2021-05-11T01:45:47.908Z] + make build [2021-05-11T01:45:47.908Z] go mod tidy [2021-05-11T01:45:50.452Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 [2021-05-11T01:45:50.452Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 [2021-05-11T01:45:50.452Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 [2021-05-11T01:45:50.452Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-11T01:45:50.713Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-11T01:45:50.713Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-11T01:45:50.713Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-11T01:45:50.713Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-11T01:45:50.713Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-11T01:45:50.713Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-11T01:45:50.975Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-11T01:45:50.975Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-11T01:45:50.975Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-11T01:45:50.975Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-11T01:45:50.975Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-11T01:45:51.235Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-11T01:45:51.235Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-11T01:45:51.235Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-11T01:45:51.235Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-11T01:45:51.235Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-11T01:45:51.496Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-11T01:45:51.496Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-11T01:45:51.496Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-11T01:45:51.496Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-11T01:45:51.496Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-11T01:45:51.757Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-11T01:45:51.757Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-11T01:45:51.757Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-11T01:45:51.757Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-11T01:45:51.757Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-11T01:45:51.757Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-11T01:45:52.016Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-11T01:45:52.016Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-11T01:45:52.016Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-11T01:45:52.016Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-11T01:45:52.016Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-11T01:45:52.016Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-11T01:45:52.016Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-11T01:45:52.281Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-11T01:45:52.281Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-11T01:45:52.281Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-11T01:45:52.281Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-11T01:45:52.281Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-11T01:45:52.281Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-11T01:45:52.281Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-11T01:45:52.281Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-11T01:45:52.281Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-11T01:45:52.281Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-11T01:45:52.281Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-11T01:45:52.281Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-11T01:45:52.281Z] go: downloading github.com/kr/text v0.1.0 [2021-05-11T01:45:52.281Z] go: downloading golang.org/x/text v0.3.2 [2021-05-11T01:45:52.281Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-11T01:45:52.562Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-11T01:45:52.562Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-11T01:45:52.562Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-11T01:45:52.562Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-11T01:45:52.562Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-11T01:45:52.562Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-11T01:45:52.562Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-11T01:45:52.562Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-11T01:45:52.824Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-11T01:45:52.824Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-11T01:45:52.824Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-11T01:45:52.824Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-11T01:45:52.824Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-11T01:45:52.824Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-11T01:45:52.824Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-11T01:45:52.824Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-11T01:45:52.824Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-11T01:45:52.824Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-11T01:45:53.085Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-11T01:45:53.085Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-11T01:45:53.085Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-11T01:45:53.085Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-11T01:45:53.345Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-11T01:45:53.345Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-11T01:45:53.345Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-11T01:45:53.345Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-11T01:45:53.606Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-11T01:46:03.602Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-11T01:46:03.602Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-11T01:46:03.602Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-11T01:46:03.602Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-11T01:46:03.602Z] Building config-common [2021-05-11T01:46:03.602Z] + snapcraftctl build [2021-05-11T01:46:05.514Z] Building edgex-go [2021-05-11T01:46:05.776Z] + cd /root/parts/edgex-go/src [2021-05-11T01:46:05.776Z] + make build [2021-05-11T01:46:05.776Z] 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-11T01:46:06.347Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-11T01:46:06.347Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-11T01:46:06.347Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-11T01:46:06.606Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-11T01:46:06.606Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-11T01:46:06.606Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-11T01:46:06.606Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-11T01:46:10.805Z] 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-11T01:46:16.083Z] 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-11T01:46:17.020Z] 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-11T01:46:18.402Z] 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-11T01:46:19.027Z] 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-11T01:46:21.145Z] 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-11T01:46:21.145Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-11T01:46:21.145Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-11T01:46:22.758Z] 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-11T01:46:23.986Z] 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-11T01:46:23.986Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-11T01:46:25.367Z] 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-11T01:46:26.752Z] 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-11T01:46:27.694Z] 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-11T01:46:27.956Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-11T01:46:29.867Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-11T01:46:29.867Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-11T01:46:29.867Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-11T01:46:29.867Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-11T01:46:29.867Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-11T01:46:30.128Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-11T01:46:30.128Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-11T01:46:30.128Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-11T01:46:30.128Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-11T01:46:30.128Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-11T01:46:30.128Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-11T01:46:30.128Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-11T01:46:30.128Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-11T01:46:30.128Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-11T01:46:30.128Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-11T01:46:30.128Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-11T01:46:30.128Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-11T01:46:30.128Z] + 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-11T01:46:30.128Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-11T01:46:30.128Z] + 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-11T01:46:30.129Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-11T01:46:30.129Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-11T01:46:30.129Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-11T01:46:30.129Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-11T01:46:30.129Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-11T01:46:30.129Z] + 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-11T01:46:33.432Z] Building static-packages [2021-05-11T01:46:33.432Z] + snapcraftctl build [2021-05-11T01:46:34.818Z] Building version [2021-05-11T01:46:34.818Z] + snapcraftctl build [2021-05-11T01:46:36.726Z] Skipping stage go-build-helper (already ran) [2021-05-11T01:46:36.726Z] Staging app-service-config [2021-05-11T01:46:36.726Z] + snapcraftctl stage [2021-05-11T01:46:38.113Z] Staging config-common [2021-05-11T01:46:38.113Z] + snapcraftctl stage [2021-05-11T01:46:39.053Z] Staging edgex-go [2021-05-11T01:46:39.053Z] + snapcraftctl stage [2021-05-11T01:46:39.994Z] Staging static-packages [2021-05-11T01:46:39.994Z] + snapcraftctl stage [2021-05-11T01:46:40.942Z] Staging version [2021-05-11T01:46:40.942Z] + snapcraftctl stage [2021-05-11T01:46:41.883Z] Priming go-build-helper [2021-05-11T01:46:41.883Z] + snapcraftctl prime [2021-05-11T01:46:43.267Z] Priming app-service-config [2021-05-11T01:46:43.267Z] + snapcraftctl prime [2021-05-11T01:46:44.650Z] Priming config-common [2021-05-11T01:46:44.650Z] + snapcraftctl prime [2021-05-11T01:46:45.221Z] Priming edgex-go [2021-05-11T01:46:45.221Z] + snapcraftctl prime [2021-05-11T01:46:46.605Z] Priming static-packages [2021-05-11T01:46:46.605Z] + snapcraftctl prime [2021-05-11T01:46:49.147Z] Priming version [2021-05-11T01:46:49.147Z] + snapcraftctl prime [2021-05-11T01:46:49.717Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T01:46:53.608Z] lf-activate-venv(): INFO: Adding /tmp/venv-EPR2/bin to PATH [2021-05-11T01:46:53.608Z] INFO: No Stack... [2021-05-11T01:46:53.608Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T01:46:53.608Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T01:46:53.951Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-05-11T01:46:53.951Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T01:46:54.074Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3449-2-stack-cost] [2021-05-11T01:46:54.083Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3449-2-stack-cost] did not exist. Created. [2021-05-11T01:46:54.083Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3449-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T01:46:54.498Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T01:46:54.768Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T01:46:54.778Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3449-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T01:46:56.156Z] provisioning config files... [2021-05-11T01:46:56.196Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config855975004110093814tmp [Pipeline] { [Pipeline] sh [2021-05-11T01:46:56.813Z] + set +x [2021-05-11T01:46:56.813Z] + curl -s https://codecov.io/bash [2021-05-11T01:46:56.813Z] + bash -s -- [2021-05-11T01:46:57.864Z] [2021-05-11T01:46:57.864Z] _____ _ [2021-05-11T01:46:57.864Z] / ____| | | [2021-05-11T01:46:57.864Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T01:46:57.864Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T01:46:57.864Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T01:46:57.864Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T01:46:57.864Z] Bash-1.0.2 [2021-05-11T01:46:57.864Z] [2021-05-11T01:46:57.864Z] [2021-05-11T01:46:57.864Z] ==> git version 2.24.3 found [2021-05-11T01:46:57.864Z] ==> 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-11T01:46:57.864Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T01:46:57.864Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T01:46:57.864Z] ==> Jenkins CI detected. [2021-05-11T01:46:57.864Z] project root: . [2021-05-11T01:46:57.864Z] --> token set from env [2021-05-11T01:46:57.864Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T01:46:57.864Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T01:46:58.152Z] ==> Python coveragepy not found [2021-05-11T01:46:58.152Z] ==> Searching for coverage reports in: [2021-05-11T01:46:58.152Z] + . [2021-05-11T01:46:58.152Z] -> Found 1 reports [2021-05-11T01:46:58.152Z] ==> Detecting git/mercurial file structure [2021-05-11T01:46:58.152Z] ==> Reading reports [2021-05-11T01:46:58.153Z] + ./coverage.out bytes=719397 [2021-05-11T01:46:58.153Z] ==> Appending adjustments [2021-05-11T01:46:58.153Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T01:47:08.445Z] + Found adjustments [2021-05-11T01:47:08.445Z] ==> Gzipping contents [2021-05-11T01:47:08.445Z] 104K /tmp/codecov.cA19cK.gz [2021-05-11T01:47:08.445Z] ==> Uploading reports [2021-05-11T01:47:08.445Z] url: https://codecov.io [2021-05-11T01:47:08.445Z] query: branch=PR-3449&commit=d0136e1ac0e0c844ff7eca5804345e66256e36b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3449%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3449&job=&cmd_args= [2021-05-11T01:47:08.445Z] -> Pinging Codecov [2021-05-11T01:47:08.445Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3449&commit=d0136e1ac0e0c844ff7eca5804345e66256e36b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3449%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3449&job=&cmd_args= [2021-05-11T01:47:08.445Z] -> Uploading to [2021-05-11T01:47:08.445Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/d0136e1ac0e0c844ff7eca5804345e66256e36b3/d1e6256d-5b1a-4e7d-9f71-42be187bc75f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T014707Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9d31e1fa9fefe96196e88da5cbb964a3f1a6c321693fa8d871356399cdbf78f4 [2021-05-11T01:47:08.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T01:47:08.445Z] Dload Upload Total Spent Left Speed [2021-05-11T01:47:08.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 181k --:--:-- --:--:-- --:--:-- 181k [2021-05-11T01:47:08.445Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d0136e1ac0e0c844ff7eca5804345e66256e36b3 [Pipeline] } [2021-05-11T01:47:08.461Z] 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-11T01:47:09.581Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:47:11.414Z] ---> package-listing.sh [2021-05-11T01:47:11.414Z] ++ facter osfamily [2021-05-11T01:47:11.414Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T01:47:11.686Z] + OS_FAMILY=redhat [2021-05-11T01:47:11.686Z] + workspace=/w/workspace/edgex-go/2 [2021-05-11T01:47:11.686Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T01:47:11.686Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T01:47:11.686Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T01:47:11.686Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T01:47:11.686Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T01:47:11.686Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T01:47:11.686Z] + case "${OS_FAMILY}" in [2021-05-11T01:47:11.686Z] + rpm -qa [2021-05-11T01:47:11.686Z] + sort [2021-05-11T01:47:21.951Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T01:47:21.951Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T01:47:21.951Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T01:47:21.951Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T01:47:21.951Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-11T01:47:21.951Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-11T01:47:21.978Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T01:47:22.341Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:47:23.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T01:47:23.641Z] [2021-05-11T01:47:23.641Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T01:47:24.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T01:47:24.304Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T01:47:24.304Z] df20fa9351a1: Pulling fs layer [2021-05-11T01:47:24.304Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T01:47:24.304Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T01:47:24.304Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T01:47:24.304Z] 93b61091891f: Pulling fs layer [2021-05-11T01:47:24.304Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T01:47:24.304Z] 5e14af77c1be: Pulling fs layer [2021-05-11T01:47:24.304Z] 01666e4c0597: Pulling fs layer [2021-05-11T01:47:24.304Z] aa168da1d23b: Pulling fs layer [2021-05-11T01:47:24.304Z] 46f8f816bc3b: Waiting [2021-05-11T01:47:24.304Z] 93b61091891f: Waiting [2021-05-11T01:47:24.304Z] 93b9cdb0e59b: Waiting [2021-05-11T01:47:24.304Z] 5e14af77c1be: Waiting [2021-05-11T01:47:24.304Z] 01666e4c0597: Waiting [2021-05-11T01:47:24.304Z] aa168da1d23b: Waiting [2021-05-11T01:47:24.304Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T01:47:24.304Z] 36b3adc4ff6f: Download complete [2021-05-11T01:47:24.304Z] 46f8f816bc3b: Download complete [2021-05-11T01:47:24.596Z] df20fa9351a1: Verifying Checksum [2021-05-11T01:47:24.596Z] df20fa9351a1: Download complete [2021-05-11T01:47:24.596Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T01:47:24.596Z] 93b9cdb0e59b: Download complete [2021-05-11T01:47:24.596Z] 5e14af77c1be: Verifying Checksum [2021-05-11T01:47:24.596Z] 5e14af77c1be: Download complete [2021-05-11T01:47:24.596Z] 01666e4c0597: Verifying Checksum [2021-05-11T01:47:24.596Z] 01666e4c0597: Download complete [2021-05-11T01:47:24.596Z] 93b61091891f: Verifying Checksum [2021-05-11T01:47:24.596Z] 93b61091891f: Download complete [2021-05-11T01:47:25.218Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T01:47:26.330Z] df20fa9351a1: Pull complete [2021-05-11T01:47:26.705Z] 36b3adc4ff6f: Pull complete [2021-05-11T01:47:30.418Z] 8ad3a11d3b57: Pull complete [2021-05-11T01:47:30.418Z] 46f8f816bc3b: Pull complete [2021-05-11T01:47:31.989Z] aa168da1d23b: Verifying Checksum [2021-05-11T01:47:31.989Z] aa168da1d23b: Download complete [2021-05-11T01:47:31.989Z] 93b61091891f: Pull complete [2021-05-11T01:47:32.276Z] 93b9cdb0e59b: Pull complete [2021-05-11T01:47:33.708Z] 5e14af77c1be: Pull complete [2021-05-11T01:47:33.708Z] 01666e4c0597: Pull complete [2021-05-11T01:47:56.197Z] aa168da1d23b: Pull complete [2021-05-11T01:47:56.197Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T01:47:56.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T01:47:56.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T01:47:56.762Z] prd-centos7-docker-4c-2g-4269 does not seem to be running inside a container [2021-05-11T01:47:57.089Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T01:48:03.541Z] $ docker top dddc68b30a603a58f0853a96f88024e399b53fd25a17bb3c2f9a81ebdbdae101 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T01:48:04.932Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T01:48:05.694Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T01:48:06.450Z] + ls /var/log/sa-host [2021-05-11T01:48:06.450Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T01:48:06.450Z] file_magic: OK [2021-05-11T01:48:06.450Z] HZ: Using current value: 100 [2021-05-11T01:48:06.450Z] file_header: OK [2021-05-11T01:48:06.450Z] 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-11T01:48:06.450Z] Statistics: [2021-05-11T01:48:06.450Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T01:48:06.450Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T01:48:06.450Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T01:48:06.450Z] file_magic: OK [2021-05-11T01:48:06.450Z] HZ: Using current value: 100 [2021-05-11T01:48:06.450Z] file_header: OK [2021-05-11T01:48:06.450Z] 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-11T01:48:06.450Z] Statistics: [2021-05-11T01:48:06.450Z] Hnuu...uuuununununu... [2021-05-11T01:48:06.450Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T01:48:07.040Z] provisioning config files... [2021-05-11T01:48:07.061Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config978671797790420612tmp [Pipeline] { [Pipeline] echo [2021-05-11T01:48:07.123Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:48:07.975Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T01:48:07.999Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T01:48:08.027Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:48:08.372Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T01:48:08.402Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:48:08.748Z] ---> sudo-logs.sh [2021-05-11T01:48:08.749Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T01:48:08.810Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:48:09.143Z] ---> job-cost.sh [2021-05-11T01:48:09.409Z] lf-activate-venv: SKIPPING [2021-05-11T01:48:09.409Z] DEBUG: total: 0.20999999344348907 [2021-05-11T01:48:09.409Z] INFO: Retrieving Stack Cost... [2021-05-11T01:48:10.366Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T01:48:11.351Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T01:48:11.383Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T01:48:11.722Z] ---> logs-deploy.sh [2021-05-11T01:48:11.722Z] lf-activate-venv: SKIPPING [2021-05-11T01:48:11.722Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3449/2 [2021-05-11T01:48:11.722Z] INFO: archiving workspace using pattern(s): [2021-05-11T01:48:14.359Z] Archives upload complete. [2021-05-11T01:48:14.359Z] INFO: archiving logs to Nexus