Branch indexing 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a562533c14a3b85d4c48007758f286d837d2a70 rather than 84ec22d5048b6a55e158f6227902efca616dd197 Obtained Jenkinsfile from 8a562533c14a3b85d4c48007758f286d837d2a70 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28607 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 84ec22d5048b6a55e158f6227902efca616dd197 Merge succeeded, producing 45aca73aaac278d3579e52f78fe6a511f485c647 Checking out Revision 45aca73aaac278d3579e52f78fe6a511f485c647 (PR-3210) > 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/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84ec22d5048b6a55e158f6227902efca616dd197 # 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 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45aca73aaac278d3579e52f78fe6a511f485c647 # timeout=10 Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T00:30:03.695Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T00:30:03.925Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T00:30:04.011Z] ========================================================= [2021-03-05T00:30:04.011Z] EdgeX Global Pipelines Version Info [2021-03-05T00:30:04.011Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 85ab6a8ce462a024b669478a62deaa8529b0e806 # timeout=10 [2021-03-05T00:30:05.510Z] ------------------- [2021-03-05T00:30:05.510Z] stable info: [2021-03-05T00:30:05.510Z] ------------------- [2021-03-05T00:30:05.510Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T00:30:05.510Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T00:30:05.510Z] Message: update stable to v1.0.184 [2021-03-05T00:30:06.457Z] ------------------- [2021-03-05T00:30:06.457Z] experimental info: [2021-03-05T00:30:06.457Z] ------------------- [2021-03-05T00:30:06.457Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T00:30:06.457Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T00:30:06.457Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T00:30:06.731Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T00:30:06.828Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T00:30:06.918Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T00:30:07.012Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T00:30:07.099Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T00:30:07.189Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T00:30:07.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T00:30:07.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T00:30:07.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T00:30:07.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T00:30:07.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T00:30:07.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T00:30:07.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T00:30:07.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T00:30:07.917Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T00:30:07.996Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T00:30:08.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T00:30:08.156Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T00:30:08.285Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T00:30:08.365Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T00:30:08.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T00:30:08.529Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T00:30:08.610Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T00:30:08.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T00:30:08.775Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3210 [Pipeline] echo [2021-03-05T00:30:08.854Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45aca73aaac278d3579e52f78fe6a511f485c647 [Pipeline] echo [2021-03-05T00:30:08.938Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45aca73 [Pipeline] echo [2021-03-05T00:30:09.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T00:30:09.189Z] provisioning config files... [2021-03-05T00:30:09.220Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3278553244402778709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:30:09.568Z] ---> docker-login.sh [2021-03-05T00:30:09.568Z] nexus3.edgexfoundry.org:10001 [2021-03-05T00:30:09.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:30:10.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:30:10.094Z] Configure a credential helper to remove this warning. See [2021-03-05T00:30:10.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:30:10.094Z] [2021-03-05T00:30:10.094Z] Login Succeeded [2021-03-05T00:30:10.094Z] nexus3.edgexfoundry.org:10002 [2021-03-05T00:30:10.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:30:10.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:30:10.094Z] Configure a credential helper to remove this warning. See [2021-03-05T00:30:10.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:30:10.094Z] [2021-03-05T00:30:10.094Z] Login Succeeded [2021-03-05T00:30:10.094Z] nexus3.edgexfoundry.org:10003 [2021-03-05T00:30:10.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:30:10.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:30:10.358Z] Configure a credential helper to remove this warning. See [2021-03-05T00:30:10.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:30:10.358Z] [2021-03-05T00:30:10.358Z] Login Succeeded [2021-03-05T00:30:10.358Z] nexus3.edgexfoundry.org:10004 [2021-03-05T00:30:10.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:30:10.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:30:10.619Z] Configure a credential helper to remove this warning. See [2021-03-05T00:30:10.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:30:10.619Z] [2021-03-05T00:30:10.619Z] Login Succeeded [2021-03-05T00:30:10.619Z] docker.io [2021-03-05T00:30:10.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:30:10.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:30:10.882Z] Configure a credential helper to remove this warning. See [2021-03-05T00:30:10.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:30:10.882Z] [2021-03-05T00:30:10.882Z] Login Succeeded [2021-03-05T00:30:10.882Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T00:30:10.890Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T00:30:11.369Z] ++ 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-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T00:30:11.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T00:30:11.369Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T00:30:11.369Z] ++ cut -d/ -f2 [2021-03-05T00:30:11.369Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T00:30:11.460Z] 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-03-05T00:30:13.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:30:13.045Z] [2021-03-05T00:30:13.045Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:30:13.396Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:30:13.396Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T00:30:13.396Z] 31603596830f: Pulling fs layer [2021-03-05T00:30:13.396Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T00:30:13.396Z] 6ca5941a6612: Pulling fs layer [2021-03-05T00:30:13.396Z] ecc8261a40a4: Pulling fs layer [2021-03-05T00:30:13.396Z] ecc8261a40a4: Waiting [2021-03-05T00:30:13.396Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T00:30:13.396Z] 2a8b12db71e7: Download complete [2021-03-05T00:30:13.658Z] 31603596830f: Verifying Checksum [2021-03-05T00:30:13.658Z] 31603596830f: Download complete [2021-03-05T00:30:13.658Z] ecc8261a40a4: Verifying Checksum [2021-03-05T00:30:13.658Z] ecc8261a40a4: Download complete [2021-03-05T00:30:13.658Z] 6ca5941a6612: Verifying Checksum [2021-03-05T00:30:13.658Z] 6ca5941a6612: Download complete [2021-03-05T00:30:13.922Z] 31603596830f: Pull complete [2021-03-05T00:30:14.193Z] 2a8b12db71e7: Pull complete [2021-03-05T00:30:15.154Z] 6ca5941a6612: Pull complete [2021-03-05T00:30:15.154Z] ecc8261a40a4: Pull complete [2021-03-05T00:30:15.415Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T00:30:15.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T00:30:15.415Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T00:30:15.533Z] prd-centos7-docker-4c-2g-28607 does not seem to be running inside a container [2021-03-05T00:30:15.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T00:30:18.210Z] $ docker top 64d5c33e4cd0e43b820dfdecd3c121acc0db5060eee2b661c75ebafe048ce111 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T00:30:18.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T00:30:18.605Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T00:30:18.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T00:30:18.873Z] $ docker exec 64d5c33e4cd0e43b820dfdecd3c121acc0db5060eee2b661c75ebafe048ce111 ssh-agent [2021-03-05T00:30:19.100Z] SSH_AUTH_SOCK=/tmp/ssh-qpnzywYv0Ulg/agent.13 [2021-03-05T00:30:19.100Z] SSH_AGENT_PID=18 [2021-03-05T00:30:19.116Z] Running ssh-add (command line suppressed) [2021-03-05T00:30:19.246Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7503908439856666458.key (/w/workspace/edgex-go/5@tmp/private_key_7503908439856666458.key) [2021-03-05T00:30:19.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T00:30:19.639Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T00:30:19.670Z] $ docker exec --env ******** --env ******** 64d5c33e4cd0e43b820dfdecd3c121acc0db5060eee2b661c75ebafe048ce111 ssh-agent -k [2021-03-05T00:30:19.800Z] unset SSH_AUTH_SOCK; [2021-03-05T00:30:19.801Z] unset SSH_AGENT_PID; [2021-03-05T00:30:19.801Z] echo Agent pid 18 killed; [2021-03-05T00:30:19.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T00:30:20.032Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T00:30:20.032Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T00:30:20.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T00:30:20.256Z] $ docker exec 64d5c33e4cd0e43b820dfdecd3c121acc0db5060eee2b661c75ebafe048ce111 ssh-agent [2021-03-05T00:30:20.435Z] SSH_AUTH_SOCK=/tmp/ssh-FQTOX2mRPzwW/agent.49 [2021-03-05T00:30:20.435Z] SSH_AGENT_PID=54 [2021-03-05T00:30:20.443Z] Running ssh-add (command line suppressed) [2021-03-05T00:30:20.574Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_4396761303504132872.key (/w/workspace/edgex-go/5@tmp/private_key_4396761303504132872.key) [2021-03-05T00:30:20.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T00:30:21.146Z] + git semver init [2021-03-05T00:30:21.146Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T00:30:21.146Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-03-05T00:30:21.146Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-03-05T00:30:21.146Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T00:30:21.146Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T00:30:21.146Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T00:30:21.146Z] # $SEMVER_BRANCH = PR-3210 [2021-03-05T00:30:21.146Z] # $SEMVER_TEMP = /tmp/semver-068885784 [2021-03-05T00:30:21.146Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T00:30:43.566Z] # '/tmp/semver-068885784' -> '/w/workspace/edgex-go/5/.semver' [2021-03-05T00:30:44.152Z] # -> Force: false [2021-03-05T00:30:44.152Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-03-05T00:30:44.170Z] $ docker exec --env ******** --env ******** 64d5c33e4cd0e43b820dfdecd3c121acc0db5060eee2b661c75ebafe048ce111 ssh-agent -k [2021-03-05T00:30:44.409Z] unset SSH_AUTH_SOCK; [2021-03-05T00:30:44.409Z] unset SSH_AGENT_PID; [2021-03-05T00:30:44.409Z] echo Agent pid 54 killed; [2021-03-05T00:30:44.502Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T00:30:45.000Z] + git semver [Pipeline] } [2021-03-05T00:30:45.033Z] $ docker stop --time=1 64d5c33e4cd0e43b820dfdecd3c121acc0db5060eee2b661c75ebafe048ce111 [2021-03-05T00:30:46.720Z] $ docker rm -f 64d5c33e4cd0e43b820dfdecd3c121acc0db5060eee2b661c75ebafe048ce111 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:30:47.253Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T00:30:47.847Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T00:30:47.850Z] [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-03-05T00:30:48.724Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:30:49.024Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:30:49.329Z] + sudo service docker restart [2021-03-05T00:30:49.329Z] + true [2021-03-05T00:30:49.329Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T00:30:49.925Z] ========================================================= [2021-03-05T00:30:49.925Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T00:30:49.925Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:30:50.270Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-05T00:30:54.528Z] Sending build context to Docker daemon 328.3MB [2021-03-05T00:30:54.528Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T00:30:54.528Z] Step 2/6 : FROM ${BASE} [2021-03-05T00:30:54.805Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T00:30:54.805Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T00:30:54.805Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T00:30:54.805Z] de9db76c5a1d: Pulling fs layer [2021-03-05T00:30:54.805Z] bca2f99d35d6: Pulling fs layer [2021-03-05T00:30:54.805Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T00:30:54.805Z] 7c6f9722023f: Pulling fs layer [2021-03-05T00:30:54.805Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T00:30:54.805Z] 93359f2a8cfa: Waiting [2021-03-05T00:30:54.805Z] bca2f99d35d6: Waiting [2021-03-05T00:30:54.805Z] a35cf1a2eb13: Waiting [2021-03-05T00:30:54.805Z] de9db76c5a1d: Verifying Checksum [2021-03-05T00:30:54.805Z] de9db76c5a1d: Download complete [2021-03-05T00:30:54.805Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T00:30:54.805Z] 0ef7d3d256c8: Download complete [2021-03-05T00:30:54.805Z] 93359f2a8cfa: Download complete [2021-03-05T00:30:54.805Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T00:30:54.805Z] 188c0c94c7c5: Download complete [2021-03-05T00:30:54.805Z] 7c6f9722023f: Verifying Checksum [2021-03-05T00:30:54.805Z] 7c6f9722023f: Download complete [2021-03-05T00:30:55.398Z] 188c0c94c7c5: Pull complete [2021-03-05T00:30:55.668Z] 0ef7d3d256c8: Pull complete [2021-03-05T00:30:55.668Z] de9db76c5a1d: Pull complete [2021-03-05T00:30:57.652Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T00:30:57.652Z] a35cf1a2eb13: Download complete [2021-03-05T00:30:59.578Z] bca2f99d35d6: Verifying Checksum [2021-03-05T00:30:59.578Z] bca2f99d35d6: Download complete [2021-03-05T00:31:03.213Z] Still waiting to schedule task [2021-03-05T00:31:03.213Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-05T00:31:06.247Z] bca2f99d35d6: Pull complete [2021-03-05T00:31:06.247Z] 93359f2a8cfa: Pull complete [2021-03-05T00:31:06.247Z] 7c6f9722023f: Pull complete [2021-03-05T00:31:11.572Z] a35cf1a2eb13: Pull complete [2021-03-05T00:31:11.572Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T00:31:11.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T00:31:11.572Z] ---> a62c8e92a672 [2021-03-05T00:31:11.572Z] 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-03-05T00:31:11.572Z] ---> Running in 3aab08ebbe1c [2021-03-05T00:31:11.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:31:12.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:31:12.749Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T00:31:13.019Z] (2/12) Installing file (5.38-r0) [2021-03-05T00:31:13.019Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T00:31:13.019Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T00:31:16.342Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T00:31:16.342Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T00:31:16.342Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T00:31:16.611Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T00:31:16.611Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T00:31:16.611Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T00:31:16.875Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T00:31:16.875Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T00:31:17.140Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:31:17.140Z] OK: 233 MiB in 51 packages [2021-03-05T00:31:21.366Z] Removing intermediate container 3aab08ebbe1c [2021-03-05T00:31:21.366Z] ---> a5ba908e7f9d [2021-03-05T00:31:21.366Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T00:31:21.366Z] ---> Running in 5deb5274f927 [2021-03-05T00:31:21.366Z] Removing intermediate container 5deb5274f927 [2021-03-05T00:31:21.366Z] ---> 8f82df9619bf [2021-03-05T00:31:21.366Z] Step 5/6 : COPY go.mod . [2021-03-05T00:31:21.366Z] ---> 23091286ee44 [2021-03-05T00:31:21.366Z] Step 6/6 : RUN go mod download [2021-03-05T00:31:21.366Z] ---> Running in 5732cd0d01ab [2021-03-05T00:31:43.388Z] Removing intermediate container 5732cd0d01ab [2021-03-05T00:31:43.388Z] ---> 2addff5cdf9d [2021-03-05T00:31:43.388Z] Successfully built 2addff5cdf9d [2021-03-05T00:31:43.388Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:31:43.743Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T00:31:43.743Z] . [Pipeline] withDockerContainer [2021-03-05T00:31:43.852Z] prd-centos7-docker-4c-2g-28607 does not seem to be running inside a container [2021-03-05T00:31:43.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T00:31:44.701Z] $ docker top ee0bf99573aeba982148c0b3958af091e35903e87621fd097476e51a87d472cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:31:45.178Z] + go version [2021-03-05T00:31:45.178Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T00:31:45.199Z] $ docker stop --time=1 ee0bf99573aeba982148c0b3958af091e35903e87621fd097476e51a87d472cd [2021-03-05T00:31:46.570Z] $ docker rm -f ee0bf99573aeba982148c0b3958af091e35903e87621fd097476e51a87d472cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:31:47.532Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T00:31:47.532Z] . [Pipeline] withDockerContainer [2021-03-05T00:31:47.651Z] prd-centos7-docker-4c-2g-28607 does not seem to be running inside a container [2021-03-05T00:31:47.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T00:31:48.453Z] $ docker top 8415160603d651dd6184154aba62739537e1b631d37556ab3d0cf075fb481789 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T00:31:48.674Z] ========================================================= [2021-03-05T00:31:48.674Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T00:31:48.674Z] ========================================================= [Pipeline] sh [2021-03-05T00:31:48.969Z] + make test [2021-03-05T00:31:48.969Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T00:31:59.049Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T00:32:17.355Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T00:32:22.716Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T00:32:22.716Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T00:32:22.716Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T00:32:25.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T00:32:25.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T00:32:25.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T00:32:25.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T00:32:25.979Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T00:32:26.567Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T00:32:29.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T00:32:29.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T00:32:29.932Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T00:32:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 45.9% of statements [2021-03-05T00:32:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T00:32:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T00:32:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T00:32:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T00:32:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T00:32:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T00:32:31.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T00:32:31.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.117s coverage: 100.0% of statements [2021-03-05T00:32:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T00:32:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T00:32:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T00:32:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 66.2% of statements [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T00:32:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T00:32:35.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.438s coverage: 82.4% of statements [2021-03-05T00:32:35.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T00:32:35.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:32:35.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T00:32:35.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T00:32:38.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements [2021-03-05T00:32:38.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T00:32:38.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T00:32:38.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T00:32:38.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T00:32:38.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T00:32:38.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2021-03-05T00:32:38.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T00:32:38.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2021-03-05T00:32:38.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T00:32:38.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements [2021-03-05T00:32:38.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T00:32:38.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2021-03-05T00:32:38.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T00:32:38.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-03-05T00:32:38.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T00:32:38.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T00:32:38.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T00:32:38.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.445s coverage: 92.8% of statements [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T00:32:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 47.1% of statements [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-03-05T00:32:40.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2021-03-05T00:32:53.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2021-03-05T00:32:53.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-03-05T00:32:53.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.058s coverage: 81.4% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.040s coverage: 87.2% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.123s coverage: 91.6% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 62.4% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 69.1% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.113s coverage: 89.3% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.915s coverage: 29.1% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.095s coverage: 95.6% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-05T00:33:05.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T00:33:05.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-03-05T00:33:05.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T00:33:05.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T00:33:05.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T00:33:05.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T00:33:05.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-03-05T00:33:05.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T00:33:05.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T00:33:05.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-05T00:33:05.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-03-05T00:33:05.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-05T00:33:05.808Z] GO111MODULE=on go vet ./... [2021-03-05T00:33:38.242Z] gofmt -l . [2021-03-05T00:33:38.242Z] [ "`gofmt -l .`" = "" ] [2021-03-05T00:33:38.242Z] ./bin/test-go-mod-tidy.sh [2021-03-05T00:33:38.242Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T00:33:38.903Z] + ls -al . [2021-03-05T00:33:38.903Z] total 732 [2021-03-05T00:33:38.903Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 00:33 . [2021-03-05T00:33:38.903Z] drwxr-xr-x 4 root root 28 Mar 5 00:31 .. [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 00:29 .dockerignore [2021-03-05T00:33:38.903Z] drwxrwxr-x 8 1001 1001 179 Mar 5 00:30 .git [2021-03-05T00:33:38.903Z] drwxrwxr-x 3 1001 1001 125 Mar 5 00:29 .github [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 00:29 .gitignore [2021-03-05T00:33:38.903Z] drwx------ 3 1001 1001 60 Mar 5 00:30 .semver [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 00:29 .sonarcloud.properties [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:29 Attribution.txt [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:29 CONTRIBUTING.md [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 00:29 Dockerfile.build [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 00:29 Jenkinsfile [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:29 LICENSE [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:29 Makefile [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:29 README.md [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:29 SECURITY.md [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 00:30 VERSION [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:29 ZMQWindows.md [2021-03-05T00:33:38.903Z] drwxrwxr-x 2 1001 1001 117 Mar 5 00:29 bin [2021-03-05T00:33:38.903Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 00:29 cmd [2021-03-05T00:33:38.903Z] -rw-r--r-- 1 root root 619454 Mar 5 00:33 coverage.out [2021-03-05T00:33:38.903Z] -rw-r--r-- 1 root root 1055 Mar 5 00:33 go.mod [2021-03-05T00:33:38.903Z] -rw-r--r-- 1 root root 21699 Mar 5 00:33 go.sum [2021-03-05T00:33:38.903Z] drwxrwxr-x 8 1001 1001 127 Mar 5 00:29 internal [2021-03-05T00:33:38.903Z] drwxrwxr-x 4 1001 1001 26 Mar 5 00:29 openapi [2021-03-05T00:33:38.903Z] drwxrwxr-x 4 1001 1001 71 Mar 5 00:29 snap [2021-03-05T00:33:38.903Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 00:29 version.go [Pipeline] sh [2021-03-05T00:33:39.212Z] + '[' -e coverage.out ] [2021-03-05T00:33:39.212Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T00:33:39.518Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T00:33:39.827Z] + make build [2021-03-05T00:33:39.828Z] 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-03-05T00:33:45.167Z] 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-03-05T00:33:47.287Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28612 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T00:33:47.338Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-05T00:33:52.247Z] using credential edgex-jenkins-ssh [2021-03-05T00:33:52.328Z] Cloning the remote Git repository [2021-03-05T00:33:52.392Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:33:53.385Z] 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-03-05T00:33:52.517Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-05T00:33:52.597Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:33:52.598Z] > git --version # timeout=10 [2021-03-05T00:33:52.621Z] > git --version # 'git version 2.17.1' [2021-03-05T00:33:52.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:33:52.679Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:33:53.984Z] 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-03-05T00:33:55.942Z] 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-03-05T00:33:56.207Z] 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-03-05T00:33:58.806Z] 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-03-05T00:34:00.216Z] 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-03-05T00:34:01.636Z] 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-03-05T00:34:03.043Z] 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-03-05T00:34:04.001Z] 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-03-05T00:34:05.422Z] 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-03-05T00:34:07.376Z] $ docker stop --time=1 8415160603d651dd6184154aba62739537e1b631d37556ab3d0cf075fb481789 [2021-03-05T00:34:08.645Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 84ec22d5048b6a55e158f6227902efca616dd197 [2021-03-05T00:34:09.320Z] $ docker rm -f 8415160603d651dd6184154aba62739537e1b631d37556ab3d0cf075fb481789 [2021-03-05T00:34:09.496Z] Merge succeeded, producing 08b2918bc417f357b401b54b9810852a0fa76e9f [2021-03-05T00:34:09.496Z] Checking out Revision 08b2918bc417f357b401b54b9810852a0fa76e9f (PR-3210) [2021-03-05T00:34:07.707Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:34:07.727Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:34:07.757Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:34:07.801Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:34:07.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:34:07.818Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T00:34:08.674Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:34:08.696Z] > git checkout -f 84ec22d5048b6a55e158f6227902efca616dd197 # timeout=10 [2021-03-05T00:34:09.025Z] > git remote # timeout=10 [2021-03-05T00:34:09.048Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T00:34:09.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:34:09.143Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T00:34:09.474Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T00:34:09.508Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:34:09.526Z] > git checkout -f 08b2918bc417f357b401b54b9810852a0fa76e9f # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:34:13.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:34:13.117Z] [2021-03-05T00:34:13.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:34:13.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:34:13.466Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T00:34:13.466Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T00:34:13.466Z] ca9280d653b3: Pulling fs layer [2021-03-05T00:34:13.466Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T00:34:13.770Z] Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" [2021-03-05T00:34:13.794Z] First time build. Skipping changelog. [2021-03-05T00:34:13.784Z] > git rev-list --no-walk 85ab6a8ce462a024b669478a62deaa8529b0e806 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T00:34:14.420Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-05T00:34:14.420Z] cbdbe7a5bc2a: Download complete [2021-03-05T00:34:14.685Z] ca9280d653b3: Verifying Checksum [2021-03-05T00:34:14.685Z] ca9280d653b3: Download complete [2021-03-05T00:34:14.685Z] cbdbe7a5bc2a: Pull complete [2021-03-05T00:34:15.229Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:34:15.680Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T00:34:16.021Z] + sudo service docker restart [2021-03-05T00:34:16.021Z] + true [2021-03-05T00:34:16.115Z] 7e9c9ca2126c: Download complete [2021-03-05T00:34:16.115Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T00:34:18.070Z] provisioning config files... [2021-03-05T00:34:18.113Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1386730132739273908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:34:18.537Z] ---> docker-login.sh [2021-03-05T00:34:18.537Z] nexus3.edgexfoundry.org:10001 [2021-03-05T00:34:19.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:34:19.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:34:19.802Z] Configure a credential helper to remove this warning. See [2021-03-05T00:34:19.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:34:19.802Z] [2021-03-05T00:34:19.802Z] Login Succeeded [2021-03-05T00:34:19.802Z] nexus3.edgexfoundry.org:10002 [2021-03-05T00:34:20.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:34:20.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:34:20.354Z] Configure a credential helper to remove this warning. See [2021-03-05T00:34:20.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:34:20.354Z] [2021-03-05T00:34:20.354Z] Login Succeeded [2021-03-05T00:34:20.354Z] nexus3.edgexfoundry.org:10003 [2021-03-05T00:34:20.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:34:20.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:34:20.904Z] Configure a credential helper to remove this warning. See [2021-03-05T00:34:20.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:34:20.904Z] [2021-03-05T00:34:20.904Z] Login Succeeded [2021-03-05T00:34:20.904Z] nexus3.edgexfoundry.org:10004 [2021-03-05T00:34:21.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:34:21.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:34:21.457Z] Configure a credential helper to remove this warning. See [2021-03-05T00:34:21.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:34:21.457Z] [2021-03-05T00:34:21.457Z] Login Succeeded [2021-03-05T00:34:21.457Z] docker.io [2021-03-05T00:34:21.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T00:34:22.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T00:34:22.330Z] Configure a credential helper to remove this warning. See [2021-03-05T00:34:22.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T00:34:22.330Z] [2021-03-05T00:34:22.330Z] Login Succeeded [2021-03-05T00:34:22.330Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T00:34:22.346Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-05T00:34:22.762Z] 7e9c9ca2126c: Pull complete [2021-03-05T00:34:22.763Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T00:34:22.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:34:22.763Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T00:34:22.956Z] prd-centos7-docker-4c-2g-28607 does not seem to be running inside a container [2021-03-05T00:34:23.014Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T00:34:25.685Z] $ docker top c5f0be1d50d180f89c8fc892f363a474a25888d7db0ad013a5b1ab4b6ed14390 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T00:34:25.980Z] ========================================================= [2021-03-05T00:34:25.980Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T00:34:25.980Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:34:26.287Z] + docker-compose build --help [2021-03-05T00:34:26.287Z] + grep parallel [2021-03-05T00:34:26.396Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-05T00:34:27.234Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T00:34:27.251Z] $ docker stop --time=1 c5f0be1d50d180f89c8fc892f363a474a25888d7db0ad013a5b1ab4b6ed14390 [2021-03-05T00:34:28.720Z] $ docker rm -f c5f0be1d50d180f89c8fc892f363a474a25888d7db0ad013a5b1ab4b6ed14390 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-05T00:34:29.027Z] Sending build context to Docker daemon 166.6MB [2021-03-05T00:34:29.027Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T00:34:29.027Z] Step 2/6 : FROM ${BASE} [2021-03-05T00:34:29.027Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T00:34:29.027Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T00:34:29.027Z] a4357932f1b6: Pulling fs layer [2021-03-05T00:34:29.027Z] 18c013af1878: Pulling fs layer [2021-03-05T00:34:29.027Z] 00ac8860ef70: Pulling fs layer [2021-03-05T00:34:29.027Z] 63d7cb157983: Pulling fs layer [2021-03-05T00:34:29.027Z] b116817d02f9: Pulling fs layer [2021-03-05T00:34:29.027Z] 745a02a5169b: Pulling fs layer [2021-03-05T00:34:29.027Z] 00ac8860ef70: Waiting [2021-03-05T00:34:29.027Z] 63d7cb157983: Waiting [2021-03-05T00:34:29.027Z] b116817d02f9: Waiting [2021-03-05T00:34:29.027Z] 745a02a5169b: Waiting [2021-03-05T00:34:29.027Z] 18c013af1878: Download complete [2021-03-05T00:34:29.027Z] a4357932f1b6: Verifying Checksum [2021-03-05T00:34:29.027Z] a4357932f1b6: Download complete [2021-03-05T00:34:29.027Z] 63d7cb157983: Verifying Checksum [2021-03-05T00:34:29.027Z] 63d7cb157983: Download complete [2021-03-05T00:34:29.027Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T00:34:29.027Z] 5f621e34cdf4: Download complete [2021-03-05T00:34:29.027Z] b116817d02f9: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:34:29.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T00:34:29.416Z] . [Pipeline] withDockerContainer [2021-03-05T00:34:29.546Z] prd-centos7-docker-4c-2g-28607 does not seem to be running inside a container [2021-03-05T00:34:29.655Z] 5f621e34cdf4: Pull complete [2021-03-05T00:34:29.663Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T00:34:30.255Z] a4357932f1b6: Pull complete [2021-03-05T00:34:30.489Z] $ docker top aafa552c27132e2990c864b5f2178ef46cc9b68daccdc57660532cc92730407a -eo pid,comm [2021-03-05T00:34:30.533Z] 18c013af1878: Pull complete [Pipeline] { [Pipeline] sh [2021-03-05T00:34:31.111Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T00:34:31.147Z] 745a02a5169b: Verifying Checksum [2021-03-05T00:34:31.147Z] 745a02a5169b: Download complete [2021-03-05T00:34:32.062Z] Building docker-core-command-go ... [2021-03-05T00:34:32.062Z] Building docker-core-data-go ... [2021-03-05T00:34:32.062Z] Building docker-core-metadata-go ... [2021-03-05T00:34:32.062Z] Building docker-security-bootstrapper-go ... [2021-03-05T00:34:32.062Z] Building docker-security-proxy-setup-go ... [2021-03-05T00:34:32.062Z] Building docker-security-secretstore-setup-go ... [2021-03-05T00:34:32.062Z] Building docker-support-notifications-go ... [2021-03-05T00:34:32.062Z] Building docker-support-scheduler-go ... [2021-03-05T00:34:32.062Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T00:34:32.062Z] Building docker-core-command-go [2021-03-05T00:34:32.062Z] Building docker-security-proxy-setup-go [2021-03-05T00:34:32.062Z] Building docker-sys-mgmt-agent-go [2021-03-05T00:34:32.062Z] Building docker-security-secretstore-setup-go [2021-03-05T00:34:32.062Z] Building docker-support-notifications-go [2021-03-05T00:34:33.119Z] 00ac8860ef70: Verifying Checksum [2021-03-05T00:34:33.119Z] 00ac8860ef70: Download complete [2021-03-05T00:34:43.282Z] 00ac8860ef70: Pull complete [2021-03-05T00:34:43.282Z] 63d7cb157983: Pull complete [2021-03-05T00:34:43.564Z] b116817d02f9: Pull complete [2021-03-05T00:34:47.015Z] 745a02a5169b: Pull complete [2021-03-05T00:34:47.015Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T00:34:47.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T00:34:47.015Z] ---> b7e6874047d6 [2021-03-05T00:34:47.015Z] 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-03-05T00:34:51.334Z] ---> Running in ad4936d83ed2 [2021-03-05T00:34:51.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:34:52.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:34:53.877Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T00:34:54.466Z] (2/12) Installing file (5.38-r0) [2021-03-05T00:34:54.744Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T00:34:54.744Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T00:35:11.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:35:11.061Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:35:11.061Z] ---> 2addff5cdf9d [2021-03-05T00:35:11.061Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:35:11.061Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:35:11.061Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:35:11.061Z] ---> 2addff5cdf9d [2021-03-05T00:35:11.061Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T00:35:11.061Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:35:11.061Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:35:11.061Z] ---> 2addff5cdf9d [2021-03-05T00:35:11.061Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:35:11.061Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:35:11.061Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:35:11.061Z] ---> 2addff5cdf9d [2021-03-05T00:35:11.061Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T00:35:11.061Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:35:11.061Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:35:11.061Z] ---> 2addff5cdf9d [2021-03-05T00:35:11.061Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T00:35:11.061Z] ---> Running in 76731fbdfb67 [2021-03-05T00:35:11.061Z] ---> Running in c1b1b212ee7b [2021-03-05T00:35:11.061Z] ---> Running in b5cefa0d239f [2021-03-05T00:35:11.061Z] ---> Running in 94878cbdbb41 [2021-03-05T00:35:11.061Z] ---> Running in bec4554b195f [2021-03-05T00:35:11.061Z] Removing intermediate container b5cefa0d239f [2021-03-05T00:35:11.061Z] ---> 2a077f84cb20 [2021-03-05T00:35:11.061Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:35:11.061Z] Removing intermediate container c1b1b212ee7b [2021-03-05T00:35:11.061Z] ---> 415cf7524986 [2021-03-05T00:35:11.061Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:35:11.061Z] Removing intermediate container 94878cbdbb41 [2021-03-05T00:35:11.061Z] ---> 33e7ef1aadd7 [2021-03-05T00:35:11.061Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:35:11.061Z] Removing intermediate container bec4554b195f [2021-03-05T00:35:11.061Z] ---> 429d75717b6c [2021-03-05T00:35:11.061Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:35:11.061Z] Removing intermediate container 76731fbdfb67 [2021-03-05T00:35:11.061Z] ---> 54b3022c5b76 [2021-03-05T00:35:11.061Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:35:11.061Z] ---> Running in 38822f0ca3c0 [2021-03-05T00:35:11.061Z] ---> Running in 0846131a0751 [2021-03-05T00:35:11.061Z] ---> Running in 644bd09a1a47 [2021-03-05T00:35:11.061Z] ---> Running in 0c80b789fee6 [2021-03-05T00:35:11.061Z] ---> Running in 21415c37254c [2021-03-05T00:35:11.061Z] Removing intermediate container 38822f0ca3c0 [2021-03-05T00:35:11.061Z] ---> 0badf3b936f3 [2021-03-05T00:35:11.061Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T00:35:11.325Z] ---> Running in 8b3ba057e3fd [2021-03-05T00:35:11.325Z] Removing intermediate container 0846131a0751 [2021-03-05T00:35:11.325Z] ---> 80bb6ee2d2c8 [2021-03-05T00:35:11.325Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:35:11.587Z] ---> Running in a257fecd1d8c [2021-03-05T00:35:11.587Z] Removing intermediate container 644bd09a1a47 [2021-03-05T00:35:11.587Z] ---> 5482abd3918d [2021-03-05T00:35:11.587Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T00:35:11.849Z] ---> Running in 075575f9e556 [2021-03-05T00:35:12.116Z] Removing intermediate container 0c80b789fee6 [2021-03-05T00:35:12.116Z] ---> 2037b2c2a2d5 [2021-03-05T00:35:12.116Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T00:35:12.116Z] Removing intermediate container 21415c37254c [2021-03-05T00:35:12.116Z] ---> 2a547ab30433 [2021-03-05T00:35:12.116Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T00:35:12.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:12.382Z] ---> Running in e95f43d21fa6 [2021-03-05T00:35:12.382Z] ---> Running in 65670d555aae [2021-03-05T00:35:12.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:13.043Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T00:35:13.043Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T00:35:13.043Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T00:35:13.043Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T00:35:13.043Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T00:35:13.043Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T00:35:13.043Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T00:35:13.043Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T00:35:13.043Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:35:13.043Z] OK: 217 MiB in 51 packages [2021-03-05T00:35:13.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:13.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:13.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:14.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:14.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:14.086Z] OK: 233 MiB in 51 packages [2021-03-05T00:35:14.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:14.617Z] Removing intermediate container 8b3ba057e3fd [2021-03-05T00:35:14.617Z] ---> 47791c9eac5c [2021-03-05T00:35:14.617Z] Step 6/26 : COPY go.mod . [2021-03-05T00:35:14.617Z] OK: 233 MiB in 51 packages [2021-03-05T00:35:14.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:14.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:35:14.882Z] ---> 156848e95ca8 [2021-03-05T00:35:14.882Z] Step 7/26 : RUN go mod download [2021-03-05T00:35:15.147Z] ---> Running in 93e1de37d1ac [2021-03-05T00:35:15.147Z] OK: 233 MiB in 51 packages [2021-03-05T00:35:15.414Z] Removing intermediate container a257fecd1d8c [2021-03-05T00:35:15.414Z] ---> 78ffdb2a16b4 [2021-03-05T00:35:15.414Z] Step 6/23 : COPY go.mod . [2021-03-05T00:35:15.690Z] ---> c9cb519741cd [2021-03-05T00:35:15.690Z] Step 7/23 : RUN go mod download [2021-03-05T00:35:15.690Z] Removing intermediate container 075575f9e556 [2021-03-05T00:35:15.690Z] ---> c74398c62cf8 [2021-03-05T00:35:15.690Z] Step 6/21 : COPY go.mod . [2021-03-05T00:35:15.690Z] ---> Running in ead48f41ac44 [2021-03-05T00:35:15.959Z] ---> 065122958a7f [2021-03-05T00:35:15.959Z] Step 7/21 : RUN go mod download [2021-03-05T00:35:16.235Z] ---> Running in 485d7cc73f97 [2021-03-05T00:35:16.466Z] Removing intermediate container ad4936d83ed2 [2021-03-05T00:35:16.466Z] ---> c037dabaa2b2 [2021-03-05T00:35:16.466Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T00:35:16.466Z] ---> Running in 2f4b0f112fa6 [2021-03-05T00:35:16.500Z] OK: 233 MiB in 51 packages [2021-03-05T00:35:17.058Z] Removing intermediate container 2f4b0f112fa6 [2021-03-05T00:35:17.058Z] ---> e3db937084c3 [2021-03-05T00:35:17.058Z] Step 5/6 : COPY go.mod . [2021-03-05T00:35:17.077Z] OK: 233 MiB in 51 packages [2021-03-05T00:35:17.340Z] Removing intermediate container 93e1de37d1ac [2021-03-05T00:35:17.340Z] ---> 35fd1e16b040 [2021-03-05T00:35:17.340Z] Step 8/26 : COPY . . [2021-03-05T00:35:17.614Z] Removing intermediate container e95f43d21fa6 [2021-03-05T00:35:17.614Z] ---> fcca16fff0a0 [2021-03-05T00:35:17.614Z] Step 6/24 : COPY go.mod . [2021-03-05T00:35:17.614Z] Removing intermediate container ead48f41ac44 [2021-03-05T00:35:17.614Z] ---> 5a2547ea05c8 [2021-03-05T00:35:17.614Z] Step 8/23 : COPY . . [2021-03-05T00:35:17.666Z] ---> 126ebff73093 [2021-03-05T00:35:17.666Z] Step 6/6 : RUN go mod download [2021-03-05T00:35:17.666Z] ---> Running in 5dbb70a4fcab [2021-03-05T00:35:20.981Z] ---> 0dca05254129 [2021-03-05T00:35:20.981Z] Step 7/24 : RUN go mod download [2021-03-05T00:35:22.395Z] Removing intermediate container 485d7cc73f97 [2021-03-05T00:35:22.395Z] ---> 77771d7d8bf1 [2021-03-05T00:35:22.395Z] Step 8/21 : COPY . . [2021-03-05T00:35:22.664Z] Removing intermediate container 65670d555aae [2021-03-05T00:35:22.664Z] ---> 4136f6a78b7b [2021-03-05T00:35:22.664Z] Step 6/22 : COPY go.mod . [2021-03-05T00:35:23.631Z] ---> Running in 2ed0588201fe [2021-03-05T00:35:29.010Z] ---> 18cc72989ebb [2021-03-05T00:35:29.010Z] Step 7/22 : RUN go mod download [2021-03-05T00:35:30.979Z] ---> Running in 430816a252dd [2021-03-05T00:35:36.353Z] Removing intermediate container 2ed0588201fe [2021-03-05T00:35:36.353Z] ---> db5313147634 [2021-03-05T00:35:36.353Z] Step 8/24 : COPY . . [2021-03-05T00:35:40.739Z] Removing intermediate container 430816a252dd [2021-03-05T00:35:40.739Z] ---> 1227243711e9 [2021-03-05T00:35:40.739Z] Step 8/22 : COPY . . [2021-03-05T00:35:50.033Z] Removing intermediate container 5dbb70a4fcab [2021-03-05T00:35:50.034Z] ---> b7115d8e49b3 [2021-03-05T00:35:50.034Z] Successfully built b7115d8e49b3 [2021-03-05T00:35:50.034Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:35:50.384Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T00:35:50.384Z] . [Pipeline] withDockerContainer [2021-03-05T00:35:50.655Z] prd-ubuntu18.04-docker-arm64-4c-16g-28612 does not seem to be running inside a container [2021-03-05T00:35:50.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T00:35:52.264Z] $ docker top ca6c51fde2e779cb4fce30184303bf357ffa9cb1eb8508a5849d7f6695383b52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:35:53.285Z] + go version [2021-03-05T00:35:53.285Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T00:35:53.322Z] $ docker stop --time=1 ca6c51fde2e779cb4fce30184303bf357ffa9cb1eb8508a5849d7f6695383b52 [2021-03-05T00:35:55.228Z] $ docker rm -f ca6c51fde2e779cb4fce30184303bf357ffa9cb1eb8508a5849d7f6695383b52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:35:56.195Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T00:35:56.195Z] . [Pipeline] withDockerContainer [2021-03-05T00:35:56.460Z] prd-ubuntu18.04-docker-arm64-4c-16g-28612 does not seem to be running inside a container [2021-03-05T00:35:56.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T00:35:57.972Z] $ docker top f372214d4d8e0528870d57ecfeeac4d27fcccefae24e0d869b091f670c862f51 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T00:35:58.330Z] ========================================================= [2021-03-05T00:35:58.330Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T00:35:58.330Z] ========================================================= [Pipeline] sh [2021-03-05T00:35:58.980Z] + make test [2021-03-05T00:35:58.980Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T00:35:59.081Z] ---> e3ec029b71a0 [2021-03-05T00:35:59.081Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T00:35:59.081Z] ---> c4cb92cea428 [2021-03-05T00:35:59.081Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T00:35:59.081Z] ---> Running in a6b8e512361e [2021-03-05T00:35:59.081Z] ---> Running in 8ed2694c11dd [2021-03-05T00:35:59.081Z] ---> fa4cfe6e3d47 [2021-03-05T00:35:59.081Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T00:36:00.535Z] ---> Running in 70a28f36d11f [2021-03-05T00:36:02.595Z] 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-03-05T00:36:02.595Z] 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-03-05T00:36:02.595Z] 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-03-05T00:36:10.927Z] ---> e6c684d78c4f [2021-03-05T00:36:10.927Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T00:36:11.215Z] ---> Running in f86675aacf54 [2021-03-05T00:36:13.206Z] 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-03-05T00:36:13.811Z] ---> a43ba368f7ce [2021-03-05T00:36:13.811Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T00:36:14.084Z] ---> Running in e386b4d26e08 [2021-03-05T00:36:15.046Z] 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-03-05T00:36:21.182Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T00:36:37.179Z] 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-03-05T00:36:42.604Z] Removing intermediate container a6b8e512361e [2021-03-05T00:36:42.604Z] ---> 7a6d20f194ff [2021-03-05T00:36:42.604Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T00:36:42.604Z] ---> Running in 971989218c2c [2021-03-05T00:36:44.548Z] 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-03-05T00:36:44.548Z] 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-03-05T00:36:48.847Z] Removing intermediate container 70a28f36d11f [2021-03-05T00:36:48.847Z] ---> 60c86b58ce62 [2021-03-05T00:36:48.847Z] [2021-03-05T00:36:48.847Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T00:36:48.847Z] Removing intermediate container 8ed2694c11dd [2021-03-05T00:36:48.847Z] ---> 9499fee47992 [2021-03-05T00:36:48.847Z] [2021-03-05T00:36:48.847Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:36:48.847Z] 3.12: Pulling from library/alpine [2021-03-05T00:36:48.847Z] 3.12: Pulling from library/alpine [2021-03-05T00:36:48.847Z] Removing intermediate container 971989218c2c [2021-03-05T00:36:48.847Z] ---> 018339fb50d8 [2021-03-05T00:36:48.847Z] [2021-03-05T00:36:48.847Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T00:36:49.126Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:36:49.126Z] 20.10.0: Pulling from library/docker [2021-03-05T00:36:49.126Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:36:49.126Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:36:49.126Z] ---> 88dd2752d2ea [2021-03-05T00:36:49.126Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:36:49.126Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:36:49.126Z] ---> 88dd2752d2ea [2021-03-05T00:36:49.126Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T00:36:49.126Z] ---> Running in 3dff9a03cf8a [2021-03-05T00:36:49.126Z] ---> Running in 77f45f7ea100 [2021-03-05T00:36:50.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:50.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:50.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:50.417Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T00:36:50.679Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:36:50.679Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T00:36:50.679Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T00:36:50.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:50.679Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:36:50.679Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:36:50.679Z] OK: 7 MiB in 18 packages [2021-03-05T00:36:50.945Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:36:50.945Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:36:50.945Z] OK: 6 MiB in 15 packages [2021-03-05T00:36:57.675Z] Removing intermediate container 77f45f7ea100 [2021-03-05T00:36:57.676Z] ---> 91700cab1d9e [2021-03-05T00:36:57.676Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:36:57.676Z] Removing intermediate container 3dff9a03cf8a [2021-03-05T00:36:57.676Z] ---> d2437ed8ad7d [2021-03-05T00:36:57.676Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:36:57.954Z] ---> Running in ba4749b4aace [2021-03-05T00:36:57.954Z] ---> Running in 05cc4188b7de [2021-03-05T00:36:57.954Z] Removing intermediate container f86675aacf54 [2021-03-05T00:36:57.954Z] ---> 14451fc69a2e [2021-03-05T00:36:57.954Z] [2021-03-05T00:36:57.954Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T00:36:57.954Z] ---> 88dd2752d2ea [2021-03-05T00:36:57.954Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T00:36:57.954Z] Removing intermediate container e386b4d26e08 [2021-03-05T00:36:57.954Z] ---> 3ed119b44d87 [2021-03-05T00:36:57.954Z] [2021-03-05T00:36:57.954Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:36:57.954Z] ---> 88dd2752d2ea [2021-03-05T00:36:57.954Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T00:36:58.227Z] ---> Running in 4c707209942f [2021-03-05T00:36:58.227Z] ---> Running in 13791377c6c4 [2021-03-05T00:36:58.492Z] Removing intermediate container 05cc4188b7de [2021-03-05T00:36:58.492Z] ---> 69d378252cba [2021-03-05T00:36:58.492Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T00:36:58.492Z] Removing intermediate container ba4749b4aace [2021-03-05T00:36:58.492Z] ---> 44422b8c08c2 [2021-03-05T00:36:58.492Z] Step 13/21 : WORKDIR /edgex [2021-03-05T00:36:58.778Z] ---> Running in e13fd4f624df [2021-03-05T00:36:58.778Z] ---> Running in 646e3abd67e6 [2021-03-05T00:36:59.062Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T00:36:59.062Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T00:36:59.062Z] ---> aefe523efa57 [2021-03-05T00:36:59.062Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T00:36:59.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:59.062Z] ---> Running in 474f76679904 [2021-03-05T00:36:59.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:59.062Z] Removing intermediate container e13fd4f624df [2021-03-05T00:36:59.062Z] ---> c1a930c5cc4b [2021-03-05T00:36:59.062Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:36:59.342Z] Removing intermediate container 646e3abd67e6 [2021-03-05T00:36:59.342Z] ---> 0d4269c7438f [2021-03-05T00:36:59.342Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T00:36:59.342Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T00:36:59.342Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:36:59.342Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T00:36:59.342Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T00:36:59.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:59.342Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T00:36:59.342Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:36:59.342Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:36:59.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:36:59.605Z] OK: 7 MiB in 19 packages [2021-03-05T00:36:59.605Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T00:36:59.605Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:36:59.605Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:36:59.605Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:36:59.876Z] OK: 6 MiB in 16 packages [2021-03-05T00:36:59.876Z] ---> Running in ed7010847c50 [2021-03-05T00:37:00.449Z] ---> 2bd9479296c5 [2021-03-05T00:37:00.449Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T00:37:00.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:37:00.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:37:00.717Z] Removing intermediate container ed7010847c50 [2021-03-05T00:37:00.717Z] ---> 458edd5d72f6 [2021-03-05T00:37:00.717Z] Step 15/23 : WORKDIR / [2021-03-05T00:37:00.983Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T00:37:00.984Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T00:37:00.984Z] Executing bash-5.0.17-r0.post-install [2021-03-05T00:37:00.984Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:37:00.984Z] OK: 12 MiB in 22 packages [2021-03-05T00:37:01.250Z] ---> Running in 3d43881494f6 [2021-03-05T00:37:01.916Z] Removing intermediate container 4c707209942f [2021-03-05T00:37:01.916Z] ---> 5f2c6ff85668 [2021-03-05T00:37:01.916Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:37:01.916Z] ---> c8effcc18eba [2021-03-05T00:37:01.916Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T00:37:01.916Z] Removing intermediate container 13791377c6c4 [2021-03-05T00:37:01.916Z] ---> 476237210d4a [2021-03-05T00:37:01.916Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:37:01.916Z] ---> Running in 3d17c21022f4 [2021-03-05T00:37:01.916Z] ---> Running in a8b3064f6c60 [2021-03-05T00:37:02.280Z] Removing intermediate container 3d43881494f6 [2021-03-05T00:37:02.280Z] ---> baa1e41f3b31 [2021-03-05T00:37:02.280Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:37:02.280Z] Removing intermediate container 474f76679904 [2021-03-05T00:37:02.280Z] ---> eea46fe36370 [2021-03-05T00:37:02.280Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T00:37:02.556Z] Removing intermediate container 3d17c21022f4 [2021-03-05T00:37:02.557Z] ---> 7c079320cd52 [2021-03-05T00:37:02.557Z] Step 13/24 : WORKDIR / [2021-03-05T00:37:02.557Z] Removing intermediate container a8b3064f6c60 [2021-03-05T00:37:02.557Z] ---> c9233d846d1b [2021-03-05T00:37:02.557Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T00:37:03.269Z] ---> Running in cb442d397bb4 [2021-03-05T00:37:03.269Z] ---> Running in fd35f7ba5fc3 [2021-03-05T00:37:03.269Z] ---> Running in 77634d45a000 [2021-03-05T00:37:03.269Z] ---> e08d07952f9a [2021-03-05T00:37:03.269Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T00:37:03.593Z] ---> 9db46d0eb597 [2021-03-05T00:37:03.593Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T00:37:03.593Z] ---> Running in c4222c5a3861 [2021-03-05T00:37:03.593Z] Removing intermediate container cb442d397bb4 [2021-03-05T00:37:03.593Z] ---> 89dc3832e890 [2021-03-05T00:37:03.593Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T00:37:03.593Z] Removing intermediate container 77634d45a000 [2021-03-05T00:37:03.593Z] ---> 11d7a06b0726 [2021-03-05T00:37:03.593Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:37:03.891Z] ---> Running in b68b68dc882d [2021-03-05T00:37:03.892Z] ---> Running in 28d04cf96ea5 [2021-03-05T00:37:03.892Z] Removing intermediate container fd35f7ba5fc3 [2021-03-05T00:37:03.892Z] ---> 78c64920241f [2021-03-05T00:37:03.892Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T00:37:04.171Z] Removing intermediate container c4222c5a3861 [2021-03-05T00:37:04.171Z] ---> 073e36028418 [2021-03-05T00:37:04.171Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T00:37:04.171Z] ---> Running in 1ff41f781952 [2021-03-05T00:37:04.171Z] ---> ff6699aab0e1 [2021-03-05T00:37:04.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T00:37:04.171Z] Removing intermediate container 28d04cf96ea5 [2021-03-05T00:37:04.171Z] ---> 85746b72ba9b [2021-03-05T00:37:04.171Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:37:04.171Z] Removing intermediate container b68b68dc882d [2021-03-05T00:37:04.171Z] ---> c2bc63bc852e [2021-03-05T00:37:04.171Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T00:37:04.441Z] ---> 47e91caefd8a [2021-03-05T00:37:04.441Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T00:37:04.441Z] ---> Running in 455bbd1ebd26 [2021-03-05T00:37:04.727Z] Removing intermediate container 1ff41f781952 [2021-03-05T00:37:04.727Z] ---> 13e3f7e0ba97 [2021-03-05T00:37:04.727Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T00:37:04.727Z] ---> 706765e6b729 [2021-03-05T00:37:04.727Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T00:37:04.727Z] ---> a0d92e69c8f0 [2021-03-05T00:37:04.727Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T00:37:04.727Z] ---> Running in 946be58b754c [2021-03-05T00:37:04.727Z] ---> Running in 481c52524330 [2021-03-05T00:37:04.997Z] Removing intermediate container 455bbd1ebd26 [2021-03-05T00:37:04.997Z] ---> 42bbd5567b6b [2021-03-05T00:37:04.997Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T00:37:04.997Z] ---> 6acc9bcccb7f [2021-03-05T00:37:04.997Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T00:37:04.997Z] Removing intermediate container 946be58b754c [2021-03-05T00:37:04.997Z] ---> e9810dbd61a7 [2021-03-05T00:37:04.997Z] Step 20/21 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:37:05.262Z] ---> Running in e4e66b456be9 [2021-03-05T00:37:05.262Z] Removing intermediate container 481c52524330 [2021-03-05T00:37:05.262Z] ---> 8f80a40cd9a3 [2021-03-05T00:37:05.262Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:37:05.875Z] ---> Running in a1f13a6ecaa6 [2021-03-05T00:37:05.875Z] ---> be34c7215da6 [2021-03-05T00:37:05.875Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T00:37:05.875Z] Removing intermediate container e4e66b456be9 [2021-03-05T00:37:05.875Z] ---> 5ad3488967d2 [2021-03-05T00:37:05.875Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T00:37:05.875Z] ---> 0b7f6a955c51 [2021-03-05T00:37:05.875Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T00:37:05.875Z] ---> a5815ba4cb69 [2021-03-05T00:37:05.875Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T00:37:05.875Z] ---> Running in 7e0bcb2f04ad [2021-03-05T00:37:06.147Z] Removing intermediate container a1f13a6ecaa6 [2021-03-05T00:37:06.147Z] ---> 11d68f967d80 [2021-03-05T00:37:06.147Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:37:06.147Z] ---> Running in 7c9138460ca6 [2021-03-05T00:37:06.147Z] Removing intermediate container 7e0bcb2f04ad [2021-03-05T00:37:06.147Z] ---> 499835b1cb04 [2021-03-05T00:37:06.147Z] [2021-03-05T00:37:06.418Z] ---> ddfafe069331 [2021-03-05T00:37:06.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T00:37:06.418Z] ---> 8a95e672d743 [2021-03-05T00:37:06.418Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T00:37:06.418Z] ---> a8a039a876fc [2021-03-05T00:37:06.418Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T00:37:06.418Z] ---> Running in 4230d2a38aed [2021-03-05T00:37:06.684Z] Successfully built 499835b1cb04 [2021-03-05T00:37:06.684Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T00:37:06.684Z] Building docker-core-metadata-go [2021-03-05T00:37:06.952Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7c9138460ca6 [2021-03-05T00:37:06.952Z] ---> 1e6ea31ec9c1 [2021-03-05T00:37:06.952Z] Step 22/23 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:37:06.952Z] ---> e60840c42276 [2021-03-05T00:37:06.952Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T00:37:06.952Z] Removing intermediate container 4230d2a38aed [2021-03-05T00:37:06.952Z] ---> 5e01de142611 [2021-03-05T00:37:06.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:37:07.223Z] ---> Running in 531e9cce9475 [2021-03-05T00:37:07.223Z] ---> Running in 24d4a21e79e6 [2021-03-05T00:37:07.223Z] ---> f8fc0a4ffd32 [2021-03-05T00:37:07.223Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T00:37:07.223Z] ---> Running in 2120839d9a60 [2021-03-05T00:37:07.496Z] Removing intermediate container 531e9cce9475 [2021-03-05T00:37:07.496Z] ---> 79eed1571a71 [2021-03-05T00:37:07.496Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:37:08.235Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T00:37:09.499Z] ---> Running in 109de477d7b9 [2021-03-05T00:37:09.499Z] Removing intermediate container 2120839d9a60 [2021-03-05T00:37:09.499Z] ---> d7a06e85d797 [2021-03-05T00:37:09.499Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T00:37:09.773Z] ---> f7b97485e8ea [2021-03-05T00:37:09.773Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T00:37:10.040Z] ---> Running in 7347af4f7941 [2021-03-05T00:37:10.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:37:10.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:37:10.655Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T00:37:10.655Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T00:37:10.655Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T00:37:10.655Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T00:37:10.655Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T00:37:10.655Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T00:37:10.655Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T00:37:10.655Z] ---> Running in 1a90a52f2399 [2021-03-05T00:37:10.655Z] Removing intermediate container 109de477d7b9 [2021-03-05T00:37:10.655Z] ---> a49f544f87f4 [2021-03-05T00:37:10.655Z] [2021-03-05T00:37:14.012Z] Removing intermediate container 7347af4f7941 [2021-03-05T00:37:14.012Z] ---> 4778926cd850 [2021-03-05T00:37:14.012Z] Step 21/22 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:37:16.613Z] Successfully built a49f544f87f4 [2021-03-05T00:37:16.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T00:37:17.579Z] Successfully tagged docker-core-command-go:latest [2021-03-05T00:37:17.580Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-05T00:37:18.555Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T00:37:18.555Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T00:37:18.555Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T00:37:18.555Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T00:37:18.838Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T00:37:18.838Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T00:37:20.280Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T00:37:20.280Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T00:37:20.280Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T00:37:20.554Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T00:37:20.554Z] ---> Running in 3250faa6b4ec [2021-03-05T00:37:20.554Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T00:37:20.554Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T00:37:20.554Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T00:37:21.145Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T00:37:21.146Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T00:37:21.415Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T00:37:21.415Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T00:37:21.415Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T00:37:21.684Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T00:37:21.684Z] Removing intermediate container 3250faa6b4ec [2021-03-05T00:37:21.684Z] ---> 59e1d879796c [2021-03-05T00:37:21.684Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:37:21.960Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T00:37:22.540Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T00:37:22.540Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T00:37:22.540Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T00:37:23.124Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T00:37:23.397Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T00:37:23.397Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T00:37:25.043Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T00:37:25.043Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T00:37:25.385Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:37:25.385Z] OK: 71 MiB in 55 packages [2021-03-05T00:37:25.385Z] ---> Running in 9f8069ba77c5 [2021-03-05T00:37:26.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T00:37:26.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T00:37:26.037Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T00:37:26.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T00:37:26.378Z] Removing intermediate container 1a90a52f2399 [2021-03-05T00:37:26.378Z] ---> d815666ebd2c [2021-03-05T00:37:26.378Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T00:37:26.645Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:37:26.645Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:37:26.645Z] ---> 2addff5cdf9d [2021-03-05T00:37:26.645Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:37:26.645Z] ---> Using cache [2021-03-05T00:37:26.645Z] ---> 54b3022c5b76 [2021-03-05T00:37:26.645Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:37:26.645Z] ---> Using cache [2021-03-05T00:37:26.645Z] ---> 2a547ab30433 [2021-03-05T00:37:26.645Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:37:27.608Z] Removing intermediate container 9f8069ba77c5 [2021-03-05T00:37:27.608Z] ---> b400554d3922 [2021-03-05T00:37:27.608Z] [2021-03-05T00:37:27.877Z] ---> Running in da8e89d69f57 [2021-03-05T00:37:27.877Z] ---> Running in 286397cf8e28 [2021-03-05T00:37:27.877Z] Successfully built b400554d3922 [2021-03-05T00:37:27.877Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T00:37:27.877Z] Building docker-security-bootstrapper-go [2021-03-05T00:37:28.143Z]  Building docker-support-notifications-go ... done Removing intermediate container 286397cf8e28 [2021-03-05T00:37:28.143Z] ---> fb19de0df86b [2021-03-05T00:37:28.143Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T00:37:28.416Z] ---> Running in 9b6bfb3f7692 [2021-03-05T00:37:28.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:37:28.725Z] Removing intermediate container 9b6bfb3f7692 [2021-03-05T00:37:28.725Z] ---> dbc2e762dba3 [2021-03-05T00:37:28.725Z] Step 23/24 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:37:29.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:37:29.733Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T00:37:29.733Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T00:37:29.931Z] OK: 233 MiB in 51 packages [2021-03-05T00:37:31.936Z] ---> Running in c007d2b3c526 [2021-03-05T00:37:36.238Z] Removing intermediate container c007d2b3c526 [2021-03-05T00:37:36.238Z] ---> 3bf95c2c0287 [2021-03-05T00:37:36.238Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T00:37:36.510Z] Removing intermediate container da8e89d69f57 [2021-03-05T00:37:36.510Z] ---> 719aabb843c6 [2021-03-05T00:37:36.510Z] Step 6/23 : COPY go.mod . [2021-03-05T00:37:37.098Z] ---> Running in c77cf59a218c [2021-03-05T00:37:37.366Z] ---> e0e0e7e90ec7 [2021-03-05T00:37:37.366Z] Step 7/23 : RUN go mod download [2021-03-05T00:37:38.039Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T00:37:38.040Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T00:37:38.040Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T00:37:39.336Z] ---> Running in 0d2609bf5a87 [2021-03-05T00:37:39.336Z] Removing intermediate container c77cf59a218c [2021-03-05T00:37:39.336Z] ---> dd8d5cb7a49c [2021-03-05T00:37:39.336Z] [2021-03-05T00:37:41.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:37:41.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:37:41.281Z] ---> 2addff5cdf9d [2021-03-05T00:37:41.281Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:37:41.281Z] ---> Using cache [2021-03-05T00:37:41.281Z] ---> 54b3022c5b76 [2021-03-05T00:37:41.281Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:37:41.281Z] ---> Using cache [2021-03-05T00:37:41.281Z] ---> 2a547ab30433 [2021-03-05T00:37:41.281Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T00:37:41.281Z] ---> Using cache [2021-03-05T00:37:41.281Z] ---> 719aabb843c6 [2021-03-05T00:37:41.281Z] Step 6/22 : COPY go.mod . [2021-03-05T00:37:41.281Z] ---> Using cache [2021-03-05T00:37:41.281Z] ---> e0e0e7e90ec7 [2021-03-05T00:37:41.281Z] Step 7/22 : RUN go mod download [2021-03-05T00:37:41.870Z] Successfully built dd8d5cb7a49c [2021-03-05T00:37:43.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.337s coverage: 45.9% of statements [2021-03-05T00:37:43.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T00:37:43.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T00:37:43.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T00:37:43.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T00:37:43.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T00:37:43.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T00:37:43.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T00:37:43.811Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T00:37:43.811Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-05T00:37:44.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements [2021-03-05T00:37:44.802Z] ---> Running in 9a9ce3dcc1f5 [2021-03-05T00:37:50.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.474s coverage: 27.1% of statements [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T00:37:50.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T00:37:50.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T00:37:50.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T00:37:51.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 66.2% of statements [2021-03-05T00:37:51.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T00:37:51.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T00:37:53.028Z] Removing intermediate container 24d4a21e79e6 [2021-03-05T00:37:53.028Z] ---> 9e09ee9c33de [2021-03-05T00:37:53.028Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T00:37:53.028Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:37:53.028Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:37:53.028Z] ---> 2addff5cdf9d [2021-03-05T00:37:53.028Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T00:37:53.028Z] ---> Using cache [2021-03-05T00:37:53.028Z] ---> 54b3022c5b76 [2021-03-05T00:37:53.028Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:37:53.028Z] ---> Using cache [2021-03-05T00:37:53.028Z] ---> 2a547ab30433 [2021-03-05T00:37:53.028Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T00:37:53.028Z] ---> Using cache [2021-03-05T00:37:53.028Z] ---> 719aabb843c6 [2021-03-05T00:37:53.028Z] Step 6/31 : COPY go.mod . [2021-03-05T00:37:53.028Z] ---> Using cache [2021-03-05T00:37:53.028Z] ---> e0e0e7e90ec7 [2021-03-05T00:37:53.028Z] Step 7/31 : RUN go mod download [2021-03-05T00:37:53.028Z] Removing intermediate container 0d2609bf5a87 [2021-03-05T00:37:53.028Z] ---> d574aefec08a [2021-03-05T00:37:53.028Z] Step 8/23 : COPY . . [2021-03-05T00:37:53.028Z] ---> Running in 49ca7c7c75f1 [2021-03-05T00:37:53.028Z] ---> Running in 3454008a8c71 [2021-03-05T00:37:53.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.686s coverage: 82.4% of statements [2021-03-05T00:37:53.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T00:37:53.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:37:53.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T00:37:53.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T00:37:56.411Z] Removing intermediate container 9a9ce3dcc1f5 [2021-03-05T00:37:56.411Z] ---> 252efda81648 [2021-03-05T00:37:56.411Z] Step 8/22 : COPY . . [2021-03-05T00:38:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T00:38:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T00:38:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.107s coverage: 100.0% of statements [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T00:38:00.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements [2021-03-05T00:38:00.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T00:38:01.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-03-05T00:38:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T00:38:01.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2021-03-05T00:38:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T00:38:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T00:38:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T00:38:01.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T00:38:04.709Z] Removing intermediate container 3454008a8c71 [2021-03-05T00:38:04.709Z] ---> 836f101dce6d [2021-03-05T00:38:04.709Z] Step 8/31 : COPY . . [2021-03-05T00:38:07.326Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:38:07.326Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:38:07.326Z] ---> 2addff5cdf9d [2021-03-05T00:38:07.326Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:38:07.326Z] ---> Using cache [2021-03-05T00:38:07.326Z] ---> 54b3022c5b76 [2021-03-05T00:38:07.326Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:38:07.326Z] ---> Using cache [2021-03-05T00:38:07.326Z] ---> 2a547ab30433 [2021-03-05T00:38:07.326Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T00:38:10.677Z] Collecting docker-compose==1.23.2 [2021-03-05T00:38:10.677Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T00:38:11.671Z] 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-03-05T00:38:11.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.289s coverage: 92.8% of statements [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T00:38:11.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T00:38:11.681Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-05T00:38:11.681Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T00:38:11.681Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T00:38:11.681Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2021-03-05T00:38:11.681Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T00:38:11.681Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T00:38:11.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T00:38:11.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-05T00:38:11.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-03-05T00:38:11.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-03-05T00:38:11.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-03-05T00:38:11.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-03-05T00:38:13.641Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T00:38:13.641Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T00:38:15.053Z] ---> Running in 0bde5db116ed [2021-03-05T00:38:15.327Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T00:38:15.593Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T00:38:18.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:18.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:38:19.394Z] OK: 233 MiB in 51 packages [2021-03-05T00:38:21.098Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T00:38:21.098Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T00:38:23.673Z] Removing intermediate container 0bde5db116ed [2021-03-05T00:38:23.673Z] ---> 3f44ae401aaa [2021-03-05T00:38:23.673Z] Step 6/23 : COPY go.mod . [2021-03-05T00:38:23.673Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T00:38:23.673Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T00:38:24.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-03-05T00:38:24.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements [2021-03-05T00:38:24.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.091s coverage: 81.4% of statements [2021-03-05T00:38:24.921Z] Collecting PyYAML<4,>=3.10 [2021-03-05T00:38:24.921Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T00:38:25.214Z] ---> 433f7da00180 [2021-03-05T00:38:25.214Z] Step 7/23 : RUN go mod download [2021-03-05T00:38:26.663Z] ---> Running in c0caad2e11ca [2021-03-05T00:38:27.254Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T00:38:27.254Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T00:38:27.254Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T00:38:27.254Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T00:38:28.688Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T00:38:28.688Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T00:38:29.697Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T00:38:29.697Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T00:38:31.153Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T00:38:31.153Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T00:38:31.153Z] ---> ebc4b68837ee [2021-03-05T00:38:31.153Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T00:38:31.153Z] Collecting idna<2.8,>=2.5 [2021-03-05T00:38:31.153Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T00:38:31.742Z] 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-03-05T00:38:31.742Z] 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-03-05T00:38:31.742Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T00:38:31.743Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T00:38:32.696Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T00:38:32.697Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T00:38:32.697Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T00:38:32.697Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T00:38:32.962Z] ---> Running in b20540966326 [2021-03-05T00:38:32.962Z] Installing collected packages: websocket-client, texttable, dockerpty, urllib3, idna, requests, PyYAML, docker-pycreds, docker, jsonschema, cached-property, docopt, docker-compose [2021-03-05T00:38:34.380Z] Running setup.py install for texttable: started [2021-03-05T00:38:34.380Z] Removing intermediate container c0caad2e11ca [2021-03-05T00:38:34.380Z] ---> dcbc0c5a634d [2021-03-05T00:38:34.380Z] Step 8/23 : COPY . . [2021-03-05T00:38:34.975Z] ---> 7336c98d936c [2021-03-05T00:38:34.975Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T00:38:34.975Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T00:38:34.975Z] Running setup.py install for dockerpty: started [2021-03-05T00:38:35.563Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T00:38:36.509Z] Attempting uninstall: urllib3 [2021-03-05T00:38:36.509Z] Found existing installation: urllib3 1.25.9 [2021-03-05T00:38:36.509Z] Uninstalling urllib3-1.25.9: [2021-03-05T00:38:37.096Z] ---> b60fd5241b61 [2021-03-05T00:38:37.096Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T00:38:37.369Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T00:38:37.949Z] 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-03-05T00:38:38.906Z] ---> Running in d0586c44d91b [2021-03-05T00:38:38.906Z] Attempting uninstall: idna [2021-03-05T00:38:38.906Z] Found existing installation: idna 2.9 [2021-03-05T00:38:38.906Z] Uninstalling idna-2.9: [2021-03-05T00:38:39.169Z] Successfully uninstalled idna-2.9 [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.123s coverage: 92.9% of statements [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.6% of statements [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.6% of statements [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.485s coverage: 62.4% of statements [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T00:38:39.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-03-05T00:38:39.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-05T00:38:39.457Z] ---> Running in 62728ecfd79a [2021-03-05T00:38:39.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.899s coverage: 69.1% of statements [2021-03-05T00:38:39.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T00:38:39.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T00:38:40.930Z] Attempting uninstall: requests [2021-03-05T00:38:40.930Z] Found existing installation: requests 2.23.0 [2021-03-05T00:38:40.930Z] Uninstalling requests-2.23.0: [2021-03-05T00:38:40.930Z] Successfully uninstalled requests-2.23.0 [2021-03-05T00:38:41.557Z] Running setup.py install for PyYAML: started [2021-03-05T00:38:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.374s coverage: 38.4% of statements [2021-03-05T00:38:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T00:38:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T00:38:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements [2021-03-05T00:38:42.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T00:38:42.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-03-05T00:38:42.163Z] 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-03-05T00:38:42.163Z] 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-03-05T00:38:42.753Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T00:38:44.715Z] Running setup.py install for docopt: started [2021-03-05T00:38:46.777Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T00:38:48.834Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T00:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.487s coverage: 47.0% of statements [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T00:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T00:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T00:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.409s coverage: 89.3% of statements [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.194s coverage: 29.1% of statements [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.218s coverage: 95.6% of statements [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T00:38:55.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-03-05T00:38:55.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-03-05T00:38:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-05T00:38:58.531Z] GO111MODULE=on go vet ./... [2021-03-05T00:38:59.196Z] Removing intermediate container 49ca7c7c75f1 [2021-03-05T00:38:59.196Z] ---> 31b724dae0e4 [2021-03-05T00:38:59.196Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T00:38:59.196Z] ---> Running in b5830975d052 [2021-03-05T00:39:01.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:01.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:01.237Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:39:01.539Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T00:39:01.539Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T00:39:01.539Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:39:01.539Z] OK: 72 MiB in 58 packages [2021-03-05T00:39:04.646Z] ---> c87985902c67 [2021-03-05T00:39:04.646Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T00:39:04.646Z] ---> Running in 0b66afcf9724 [2021-03-05T00:39:04.924Z] Removing intermediate container b5830975d052 [2021-03-05T00:39:04.924Z] ---> 2dfdbe3d055d [2021-03-05T00:39:04.924Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T00:39:04.924Z] ---> Running in 9d338ef882c1 [2021-03-05T00:39:05.545Z] Removing intermediate container 9d338ef882c1 [2021-03-05T00:39:05.545Z] ---> a393d19b3a94 [2021-03-05T00:39:05.545Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:39:05.545Z] ---> Running in 4dd5b89f3eac [2021-03-05T00:39:05.829Z] 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-03-05T00:39:05.829Z] Removing intermediate container 4dd5b89f3eac [2021-03-05T00:39:05.829Z] ---> 847aa5edae81 [2021-03-05T00:39:05.829Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T00:39:06.106Z] ---> Running in 9c3a6549d976 [2021-03-05T00:39:06.707Z] Removing intermediate container 9c3a6549d976 [2021-03-05T00:39:06.707Z] ---> 6689bf65ad36 [2021-03-05T00:39:06.707Z] Step 25/26 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:39:06.997Z] ---> Running in 214c8f249539 [2021-03-05T00:39:07.269Z] Removing intermediate container 214c8f249539 [2021-03-05T00:39:07.269Z] ---> 39e1fc02e3b6 [2021-03-05T00:39:07.269Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T00:39:07.541Z] ---> Running in c469a9d97144 [2021-03-05T00:39:07.541Z] Removing intermediate container c469a9d97144 [2021-03-05T00:39:07.541Z] ---> 90667a7e0753 [2021-03-05T00:39:07.541Z] [2021-03-05T00:39:08.170Z] Successfully built 90667a7e0753 [2021-03-05T00:39:08.170Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T00:39:23.333Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 62728ecfd79a [2021-03-05T00:39:23.333Z] ---> 1ab193df9c11 [2021-03-05T00:39:23.333Z] [2021-03-05T00:39:23.333Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T00:39:23.333Z] ---> 88dd2752d2ea [2021-03-05T00:39:23.333Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T00:39:23.333Z] ---> Running in db05cc8053ae [2021-03-05T00:39:23.612Z] Removing intermediate container db05cc8053ae [2021-03-05T00:39:23.612Z] ---> bb5fea79378e [2021-03-05T00:39:23.612Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T00:39:27.015Z] ---> Running in bcbfa7dd8591 [2021-03-05T00:39:27.015Z] Removing intermediate container d0586c44d91b [2021-03-05T00:39:27.015Z] ---> 533c042a1bed [2021-03-05T00:39:27.015Z] [2021-03-05T00:39:27.015Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:39:27.015Z] ---> 88dd2752d2ea [2021-03-05T00:39:27.015Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:39:27.015Z] ---> Using cache [2021-03-05T00:39:27.015Z] ---> 91700cab1d9e [2021-03-05T00:39:27.015Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:39:27.015Z] ---> Using cache [2021-03-05T00:39:27.015Z] ---> 69d378252cba [2021-03-05T00:39:27.015Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T00:39:27.015Z] Removing intermediate container b20540966326 [2021-03-05T00:39:27.015Z] ---> 0e54ddf7b91e [2021-03-05T00:39:27.015Z] [2021-03-05T00:39:27.015Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:39:27.015Z] ---> 88dd2752d2ea [2021-03-05T00:39:27.015Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:39:27.015Z] ---> Using cache [2021-03-05T00:39:27.015Z] ---> 91700cab1d9e [2021-03-05T00:39:27.015Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:39:27.015Z] ---> Using cache [2021-03-05T00:39:27.015Z] ---> 69d378252cba [2021-03-05T00:39:27.015Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T00:39:27.015Z] ---> Running in 79bf90e82074 [2021-03-05T00:39:27.296Z] ---> Running in 0a551f809a24 [2021-03-05T00:39:27.297Z] Removing intermediate container 79bf90e82074 [2021-03-05T00:39:27.297Z] ---> 1a7a104b14f1 [2021-03-05T00:39:27.297Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:39:27.585Z] Removing intermediate container 0a551f809a24 [2021-03-05T00:39:27.585Z] ---> 530ef811d055 [2021-03-05T00:39:27.585Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:39:28.555Z] ---> Running in 7d8bb3e6a4e9 [2021-03-05T00:39:28.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:28.555Z] ---> Running in c2e9ecd132a6 [2021-03-05T00:39:28.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:28.828Z] Removing intermediate container 7d8bb3e6a4e9 [2021-03-05T00:39:28.828Z] ---> aeddfaa5959c [2021-03-05T00:39:28.828Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:39:28.828Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:39:28.828Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T00:39:28.828Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:39:28.828Z] Removing intermediate container c2e9ecd132a6 [2021-03-05T00:39:28.828Z] ---> 7574c2e7e400 [2021-03-05T00:39:28.828Z] Step 15/23 : WORKDIR / [2021-03-05T00:39:29.108Z] OK: 6 MiB in 16 packages [2021-03-05T00:39:29.108Z] ---> Running in ad63bf2c2656 [2021-03-05T00:39:29.408Z] ---> b774f2a327e9 [2021-03-05T00:39:29.408Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T00:39:29.408Z] Removing intermediate container ad63bf2c2656 [2021-03-05T00:39:29.408Z] ---> 646152f22d34 [2021-03-05T00:39:29.408Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:39:30.018Z] Removing intermediate container bcbfa7dd8591 [2021-03-05T00:39:30.018Z] ---> 20b91d1dcb95 [2021-03-05T00:39:30.018Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T00:39:30.018Z] ---> 12248e1f2447 [2021-03-05T00:39:30.018Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T00:39:30.285Z] ---> Running in 7f0583ff7723 [2021-03-05T00:39:30.285Z] ---> 257e0459280f [2021-03-05T00:39:30.285Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T00:39:30.558Z] Removing intermediate container 7f0583ff7723 [2021-03-05T00:39:30.558Z] ---> 93151b8ed595 [2021-03-05T00:39:30.558Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T00:39:30.856Z] ---> 767d09a7be25 [2021-03-05T00:39:30.856Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T00:39:30.856Z] ---> Running in 4042f1f92ac6 [2021-03-05T00:39:31.126Z] ---> Running in 60bcdac669e3 [2021-03-05T00:39:31.853Z] ---> 29ba8e0eb8f4 [2021-03-05T00:39:31.853Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T00:39:31.853Z] Removing intermediate container 4042f1f92ac6 [2021-03-05T00:39:31.853Z] ---> 49c539d272c6 [2021-03-05T00:39:31.853Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T00:39:31.853Z] Removing intermediate container 60bcdac669e3 [2021-03-05T00:39:31.853Z] ---> 7f6e3692e0cb [2021-03-05T00:39:31.853Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:39:32.117Z] ---> Running in 154bb67cca22 [2021-03-05T00:39:32.117Z] ---> Running in 8af7f2968da1 [2021-03-05T00:39:32.388Z] ---> 615965ac8f0f [2021-03-05T00:39:32.388Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T00:39:32.388Z] ---> Running in e52d205e0822 [2021-03-05T00:39:32.388Z] Removing intermediate container 8af7f2968da1 [2021-03-05T00:39:32.388Z] ---> ab9550ba80c0 [2021-03-05T00:39:32.388Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T00:39:32.969Z] ---> Running in d0363796d420 [2021-03-05T00:39:32.969Z] Removing intermediate container e52d205e0822 [2021-03-05T00:39:32.969Z] ---> 7c1c40f485dd [2021-03-05T00:39:32.969Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:39:33.233Z] ---> Running in 3da964498ef9 [2021-03-05T00:39:33.495Z] Removing intermediate container d0363796d420 [2021-03-05T00:39:33.495Z] ---> 60504d4ee34a [2021-03-05T00:39:33.495Z] Step 21/22 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:39:33.495Z] Removing intermediate container 3da964498ef9 [2021-03-05T00:39:33.495Z] ---> d35affc8286e [2021-03-05T00:39:33.495Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:39:33.495Z] ---> Running in ea38a22b1eab [2021-03-05T00:39:34.886Z] ---> Running in 3062de5c9428 [2021-03-05T00:39:34.886Z] Removing intermediate container ea38a22b1eab [2021-03-05T00:39:34.886Z] ---> 6a29b93d1e56 [2021-03-05T00:39:34.886Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:39:35.148Z] Removing intermediate container 154bb67cca22 [2021-03-05T00:39:35.148Z] ---> d2eab6415a50 [2021-03-05T00:39:35.148Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T00:39:35.148Z] ---> Running in c418a9d420e2 [2021-03-05T00:39:35.148Z] ---> Running in 880937476bbf [2021-03-05T00:39:35.416Z] Removing intermediate container 3062de5c9428 [2021-03-05T00:39:35.416Z] ---> a057bee74fb5 [2021-03-05T00:39:35.416Z] Step 22/23 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:39:35.686Z] ---> Running in c2d1e2d1f6e8 [2021-03-05T00:39:35.686Z] Removing intermediate container c418a9d420e2 [2021-03-05T00:39:35.686Z] ---> 369333a9efaa [2021-03-05T00:39:35.686Z] [2021-03-05T00:39:35.686Z] Removing intermediate container 880937476bbf [2021-03-05T00:39:35.686Z] ---> 2b7cba93a5c4 [2021-03-05T00:39:35.686Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T00:39:35.953Z] Successfully built 369333a9efaa [2021-03-05T00:39:35.953Z] Removing intermediate container c2d1e2d1f6e8 [2021-03-05T00:39:35.953Z] ---> 7dce97ac8503 [2021-03-05T00:39:35.953Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:39:35.953Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T00:39:36.903Z]  Building docker-support-scheduler-go ... done  ---> Running in f35b2c4365ae [2021-03-05T00:39:37.865Z] ---> db48e181cdcd [2021-03-05T00:39:37.866Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T00:39:37.866Z] ---> Running in 4a73818a6c90 [2021-03-05T00:39:37.866Z] Removing intermediate container f35b2c4365ae [2021-03-05T00:39:37.866Z] ---> 2c6a8c0999a9 [2021-03-05T00:39:37.866Z] [2021-03-05T00:39:37.866Z] Removing intermediate container 0b66afcf9724 [2021-03-05T00:39:37.866Z] ---> eec37c8dc823 [2021-03-05T00:39:37.866Z] [2021-03-05T00:39:37.866Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:39:37.866Z] ---> 88dd2752d2ea [2021-03-05T00:39:37.866Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T00:39:38.137Z] ---> Running in d0361d4b12cc [2021-03-05T00:39:38.407Z] Successfully built 2c6a8c0999a9 [2021-03-05T00:39:38.407Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T00:39:38.407Z]  Building docker-core-metadata-go ... done Removing intermediate container d0361d4b12cc [2021-03-05T00:39:38.407Z] ---> 9bbbe665cbd1 [2021-03-05T00:39:38.407Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T00:39:38.407Z] ---> Running in 6ba751a4ca37 [2021-03-05T00:39:38.669Z] Removing intermediate container 6ba751a4ca37 [2021-03-05T00:39:38.669Z] ---> fed1f5abef9d [2021-03-05T00:39:38.669Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T00:39:38.932Z] ---> Running in 474e2c754245 [2021-03-05T00:39:39.193Z] Removing intermediate container 474e2c754245 [2021-03-05T00:39:39.193Z] ---> e6bb40e96d1d [2021-03-05T00:39:39.193Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:39:39.193Z] ---> Running in 40ec0311b7e8 [2021-03-05T00:39:39.193Z] Removing intermediate container 4a73818a6c90 [2021-03-05T00:39:39.193Z] ---> 8a744ab17115 [2021-03-05T00:39:39.193Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:39:39.468Z] ---> f9379d838778 [2021-03-05T00:39:39.468Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T00:39:40.433Z] ---> 079cfa91da4d [2021-03-05T00:39:40.433Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T00:39:40.433Z] Removing intermediate container 40ec0311b7e8 [2021-03-05T00:39:40.433Z] ---> 4d749825ca07 [2021-03-05T00:39:40.433Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T00:39:40.433Z] ---> Running in da50e1daf09e [2021-03-05T00:39:40.697Z] ---> e58e324f8dae [2021-03-05T00:39:40.697Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T00:39:41.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:41.296Z] ---> 1d16d3d0e715 [2021-03-05T00:39:41.296Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T00:39:41.560Z] ---> 03a117e85cc9 [2021-03-05T00:39:41.560Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T00:39:41.822Z] ---> Running in 33e9f6287840 [2021-03-05T00:39:42.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T00:39:42.090Z] Removing intermediate container 33e9f6287840 [2021-03-05T00:39:42.090Z] ---> 792132ad7f29 [2021-03-05T00:39:42.090Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T00:39:42.366Z] ---> 7d53065bd7f3 [2021-03-05T00:39:42.366Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T00:39:42.629Z] ---> Running in 601879364fb5 [2021-03-05T00:39:42.629Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T00:39:42.629Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T00:39:42.909Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T00:39:42.909Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T00:39:43.279Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T00:39:43.279Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T00:39:43.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:39:43.279Z] OK: 8 MiB in 20 packages [2021-03-05T00:39:43.956Z] Removing intermediate container 601879364fb5 [2021-03-05T00:39:43.956Z] ---> 4b6d13c1b0c6 [2021-03-05T00:39:43.956Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T00:39:44.997Z] ---> Running in f16862efcea2 [2021-03-05T00:39:45.260Z] Removing intermediate container da50e1daf09e [2021-03-05T00:39:45.260Z] ---> e2bbc3f51378 [2021-03-05T00:39:45.260Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:39:45.260Z] Removing intermediate container f16862efcea2 [2021-03-05T00:39:45.260Z] ---> cfca2362886a [2021-03-05T00:39:45.260Z] Step 28/31 : CMD ["gate"] [2021-03-05T00:39:45.524Z] ---> Running in ef1438c8fd14 [2021-03-05T00:39:45.524Z] ---> 3c691cbe3ea9 [2021-03-05T00:39:45.524Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T00:39:45.788Z] Removing intermediate container ef1438c8fd14 [2021-03-05T00:39:45.788Z] ---> 0706f7c0f5c5 [2021-03-05T00:39:45.788Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T00:39:45.788Z] ---> Running in 8dbddb20bdae [2021-03-05T00:39:46.368Z] Removing intermediate container 8dbddb20bdae [2021-03-05T00:39:46.368Z] ---> 10f39f06182f [2021-03-05T00:39:46.368Z] Step 30/31 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:39:46.368Z] ---> 6b1a9b2a48fe [2021-03-05T00:39:46.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T00:39:46.368Z] ---> Running in 3ab417b5abbe [2021-03-05T00:39:46.630Z] ---> c2e04e896d3a [2021-03-05T00:39:46.631Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T00:39:46.631Z] Removing intermediate container 3ab417b5abbe [2021-03-05T00:39:46.631Z] ---> 094a49a0e229 [2021-03-05T00:39:46.631Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T00:39:46.631Z] ---> Running in cf551bed4618 [2021-03-05T00:39:46.896Z] ---> Running in c7057d900db7 [2021-03-05T00:39:46.896Z] Removing intermediate container cf551bed4618 [2021-03-05T00:39:46.896Z] ---> 5e61af389b0b [2021-03-05T00:39:46.896Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:39:46.896Z] ---> Running in 6cfa75b2ed42 [2021-03-05T00:39:46.896Z] Removing intermediate container c7057d900db7 [2021-03-05T00:39:46.896Z] ---> 5a1f2fe9ad59 [2021-03-05T00:39:46.896Z] [2021-03-05T00:39:47.159Z] Removing intermediate container 6cfa75b2ed42 [2021-03-05T00:39:47.159Z] ---> 2cc74a2cd65c [2021-03-05T00:39:47.159Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T00:39:47.159Z] Successfully built 5a1f2fe9ad59 [2021-03-05T00:39:47.159Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T00:39:47.420Z]  Building docker-security-bootstrapper-go ... done  ---> Running in d6702a0927e1 [2021-03-05T00:39:47.420Z] Removing intermediate container d6702a0927e1 [2021-03-05T00:39:47.420Z] ---> 76c8c3979066 [2021-03-05T00:39:47.420Z] Step 22/23 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:39:47.420Z] ---> Running in e056c3d7e3a3 [2021-03-05T00:39:47.682Z] Removing intermediate container e056c3d7e3a3 [2021-03-05T00:39:47.682Z] ---> 3cdc64eff971 [2021-03-05T00:39:47.682Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:39:47.945Z] ---> Running in 79a79ceda6e8 [2021-03-05T00:39:47.945Z] Removing intermediate container 79a79ceda6e8 [2021-03-05T00:39:47.945Z] ---> 2f626f38f041 [2021-03-05T00:39:47.945Z] [2021-03-05T00:39:48.207Z] Successfully built 2f626f38f041 [2021-03-05T00:39:48.207Z] Successfully tagged docker-core-data-go:latest [2021-03-05T00:39:48.481Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-05T00:39:48.517Z] $ docker stop --time=1 aafa552c27132e2990c864b5f2178ef46cc9b68daccdc57660532cc92730407a [2021-03-05T00:39:50.120Z] $ docker rm -f aafa552c27132e2990c864b5f2178ef46cc9b68daccdc57660532cc92730407a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:39:50.698Z] + docker images [2021-03-05T00:39:50.698Z] + grep docker [2021-03-05T00:39:50.959Z] docker-core-data-go latest 2f626f38f041 3 seconds ago 22.4MB [2021-03-05T00:39:50.959Z] docker-security-bootstrapper-go latest 5a1f2fe9ad59 4 seconds ago 18.7MB [2021-03-05T00:39:50.959Z] docker-core-metadata-go latest 2c6a8c0999a9 13 seconds ago 19MB [2021-03-05T00:39:50.959Z] docker-support-scheduler-go latest 369333a9efaa 15 seconds ago 17.2MB [2021-03-05T00:39:50.959Z] docker-sys-mgmt-agent-go latest 90667a7e0753 43 seconds ago 313MB [2021-03-05T00:39:50.959Z] docker-security-secretstore-setup-go latest dd8d5cb7a49c 2 minutes ago 24.9MB [2021-03-05T00:39:50.959Z] docker-support-notifications-go latest b400554d3922 2 minutes ago 17.8MB [2021-03-05T00:39:50.959Z] docker-core-command-go latest a49f544f87f4 2 minutes ago 17.2MB [2021-03-05T00:39:50.959Z] docker-security-proxy-setup-go latest 499835b1cb04 2 minutes ago 24.7MB [2021-03-05T00:39:50.959Z] docker 20.10.0 aefe523efa57 2 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-03-05T00:40:06.912Z] Still waiting to schedule task [2021-03-05T00:40:06.912Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-05T00:40:21.347Z] gofmt -l . [2021-03-05T00:40:21.347Z] [ "`gofmt -l .`" = "" ] [2021-03-05T00:40:21.347Z] ./bin/test-go-mod-tidy.sh [2021-03-05T00:40:21.347Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T00:40:22.000Z] + ls -al . [2021-03-05T00:40:22.000Z] total 760 [2021-03-05T00:40:22.000Z] drwxrwxr-x 9 1001 1001 4096 Mar 5 00:40 . [2021-03-05T00:40:22.000Z] drwxr-xr-x 4 root root 4096 Mar 5 00:35 .. [2021-03-05T00:40:22.000Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 00:34 .dockerignore [2021-03-05T00:40:22.000Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 00:34 .git [2021-03-05T00:40:22.000Z] drwxrwxr-x 3 1001 1001 4096 Mar 5 00:34 .github [2021-03-05T00:40:22.000Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 00:34 .gitignore [2021-03-05T00:40:22.000Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 00:34 .sonarcloud.properties [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:34 Attribution.txt [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:34 CONTRIBUTING.md [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 00:34 Dockerfile.build [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 00:34 Jenkinsfile [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:34 LICENSE [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:34 Makefile [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:34 README.md [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:34 SECURITY.md [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 00:30 VERSION [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:34 ZMQWindows.md [2021-03-05T00:40:22.001Z] drwxrwxr-x 2 1001 1001 4096 Mar 5 00:34 bin [2021-03-05T00:40:22.001Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 00:34 cmd [2021-03-05T00:40:22.001Z] -rw-r--r-- 1 root root 619454 Mar 5 00:38 coverage.out [2021-03-05T00:40:22.001Z] -rw-r--r-- 1 root root 1055 Mar 5 00:40 go.mod [2021-03-05T00:40:22.001Z] -rw-r--r-- 1 root root 21699 Mar 5 00:40 go.sum [2021-03-05T00:40:22.001Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 00:34 internal [2021-03-05T00:40:22.001Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 00:34 openapi [2021-03-05T00:40:22.001Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 00:34 snap [2021-03-05T00:40:22.001Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 00:34 version.go [Pipeline] sh [2021-03-05T00:40:22.727Z] + '[' -e coverage.out ] [2021-03-05T00:40:22.727Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T00:40:22.800Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T00:40:24.136Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T00:40:24.817Z] + make build [2021-03-05T00:40:24.818Z] 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-03-05T00:40:34.956Z] 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-03-05T00:41:01.785Z] 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-03-05T00:41:02.062Z] 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-03-05T00:41:08.055Z] Running on prd-ubuntu18.04-docker-8c-8g-28620 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T00:41:08.166Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-05T00:41:08.805Z] 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-03-05T00:41:09.802Z] 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-03-05T00:41:10.540Z] using credential edgex-jenkins-ssh [2021-03-05T00:41:10.667Z] Cloning the remote Git repository [2021-03-05T00:41:10.705Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:41:10.769Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-05T00:41:10.797Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:41:10.798Z] > git --version # timeout=10 [2021-03-05T00:41:10.804Z] > git --version # 'git version 2.17.1' [2021-03-05T00:41:10.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:41:10.841Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:41:14.120Z] 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-03-05T00:41:19.514Z] 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-03-05T00:41:24.911Z] 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-03-05T00:41:28.939Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 84ec22d5048b6a55e158f6227902efca616dd197 [2021-03-05T00:41:29.115Z] Merge succeeded, producing 8f5e9ea7677ae584607b5c60e142f0deba21c13a [2021-03-05T00:41:29.115Z] Checking out Revision 8f5e9ea7677ae584607b5c60e142f0deba21c13a (PR-3210) [2021-03-05T00:41:28.339Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:41:28.345Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T00:41:28.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T00:41:28.369Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T00:41:28.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:41:28.373Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T00:41:28.975Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:41:28.980Z] > git checkout -f 84ec22d5048b6a55e158f6227902efca616dd197 # timeout=10 [2021-03-05T00:41:29.057Z] > git remote # timeout=10 [2021-03-05T00:41:29.065Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T00:41:29.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T00:41:29.074Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T00:41:29.135Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T00:41:29.144Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T00:41:29.151Z] > git checkout -f 8f5e9ea7677ae584607b5c60e142f0deba21c13a # timeout=10 [2021-03-05T00:41:30.314Z] 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-03-05T00:41:32.751Z] Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" [2021-03-05T00:41:32.760Z] First time build. Skipping changelog. [2021-03-05T00:41:32.924Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:41:33.916Z] + echo snap-build.sh [2021-03-05T00:41:33.916Z] snap-build.sh [2021-03-05T00:41:33.916Z] + SNAP_BASE_DIR=. [2021-03-05T00:41:33.916Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-03-05T00:41:33.916Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-03-05T00:41:33.916Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-03-05T00:41:33.916Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-03-05T00:41:33.916Z] + cd /w/workspace/edgex-go/5 [2021-03-05T00:41:33.916Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-05T00:41:33.916Z] Reading package lists... [2021-03-05T00:41:33.917Z] Building dependency tree... [2021-03-05T00:41:33.917Z] Reading state information... [2021-03-05T00:41:34.179Z] The following packages were automatically installed and are no longer required: [2021-03-05T00:41:34.179Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-05T00:41:34.179Z] uidmap xdelta3 [2021-03-05T00:41:34.179Z] Use 'sudo apt autoremove' to remove them. [2021-03-05T00:41:34.179Z] The following packages will be REMOVED: [2021-03-05T00:41:34.179Z] lxd* lxd-client* [2021-03-05T00:41:32.777Z] > git rev-list --no-walk 85ab6a8ce462a024b669478a62deaa8529b0e806 # timeout=10 [2021-03-05T00:41:34.754Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-05T00:41:34.754Z] After this operation, 31.7 MB disk space will be freed. [2021-03-05T00:41:35.543Z] (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-03-05T00:41:35.543Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:41:36.488Z] Removing lxd dnsmasq configuration [2021-03-05T00:41:36.488Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:41:36.750Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-05T00:41:37.248Z] 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-03-05T00:41:37.693Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-05T00:41:37.958Z] (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-03-05T00:41:37.958Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T00:41:39.347Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-05T00:41:39.347Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-05T00:41:40.737Z] + sudo snap remove --purge lxd [2021-03-05T00:41:40.737Z] snap "lxd" is not installed [2021-03-05T00:41:40.737Z] + sudo groupadd --force --system lxd [2021-03-05T00:41:40.737Z] ++ whoami [2021-03-05T00:41:40.737Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-05T00:41:41.000Z] + newgrp - lxd [2021-03-05T00:41:41.000Z] + sudo snap install lxd [Pipeline] } [2021-03-05T00:41:44.032Z] $ docker stop --time=1 f372214d4d8e0528870d57ecfeeac4d27fcccefae24e0d869b091f670c862f51 [2021-03-05T00:41:46.578Z] $ docker rm -f f372214d4d8e0528870d57ecfeeac4d27fcccefae24e0d869b091f670c862f51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:41:48.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:41:48.553Z] [2021-03-05T00:41:48.553Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:41:49.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:41:49.480Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T00:41:49.480Z] 29e5d40040c1: Pulling fs layer [2021-03-05T00:41:49.480Z] 1ce36da41761: Pulling fs layer [2021-03-05T00:41:49.480Z] 25b303627fd3: Pulling fs layer [2021-03-05T00:41:50.072Z] 29e5d40040c1: Download complete [2021-03-05T00:41:50.671Z] 1ce36da41761: Verifying Checksum [2021-03-05T00:41:50.671Z] 1ce36da41761: Download complete [2021-03-05T00:41:50.671Z] 29e5d40040c1: Pull complete [2021-03-05T00:41:52.123Z] 1ce36da41761: Pull complete [2021-03-05T00:41:52.123Z] 25b303627fd3: Verifying Checksum [2021-03-05T00:41:52.123Z] 25b303627fd3: Download complete [2021-03-05T00:41:53.254Z] 2021-03-05T00:41:49Z INFO Waiting for automatic snapd restart... [2021-03-05T00:42:02.277Z] 25b303627fd3: Pull complete [2021-03-05T00:42:02.277Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T00:42:02.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:42:02.277Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-05T00:42:02.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-28612 does not seem to be running inside a container [2021-03-05T00:42:02.653Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T00:42:05.721Z] lxd 4.11 from Canonical* installed [2021-03-05T00:42:05.721Z] + sudo lxd init --auto [2021-03-05T00:42:05.834Z] $ docker top 9a1055291ae20b85bd649509fcc44784a2f0343e7ccb098cba172035cb1f577b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:42:06.840Z] + docker-compose build --help [2021-03-05T00:42:06.840Z] + grep parallel [2021-03-05T00:42:10.219Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T00:42:10.545Z] $ docker stop --time=1 9a1055291ae20b85bd649509fcc44784a2f0343e7ccb098cba172035cb1f577b [2021-03-05T00:42:12.369Z] $ docker rm -f 9a1055291ae20b85bd649509fcc44784a2f0343e7ccb098cba172035cb1f577b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:42:13.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T00:42:13.185Z] . [Pipeline] withDockerContainer [2021-03-05T00:42:13.445Z] prd-ubuntu18.04-docker-arm64-4c-16g-28612 does not seem to be running inside a container [2021-03-05T00:42:13.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T00:42:14.918Z] $ docker top f6438d96a947958ba565e6194de267172818b1aad36d0f2f92dd8cc24714989c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:42:15.762Z] + sudo snap install --classic snapcraft [2021-03-05T00:42:15.887Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T00:42:20.266Z] Building docker-core-command-go ... [2021-03-05T00:42:20.266Z] Building docker-core-data-go ... [2021-03-05T00:42:20.266Z] Building docker-core-metadata-go ... [2021-03-05T00:42:20.266Z] Building docker-security-bootstrapper-go ... [2021-03-05T00:42:20.266Z] Building docker-security-proxy-setup-go ... [2021-03-05T00:42:20.266Z] Building docker-security-secretstore-setup-go ... [2021-03-05T00:42:20.266Z] Building docker-support-notifications-go ... [2021-03-05T00:42:20.266Z] Building docker-support-scheduler-go ... [2021-03-05T00:42:20.266Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T00:42:20.266Z] Building docker-security-proxy-setup-go [2021-03-05T00:42:20.266Z] Building docker-support-notifications-go [2021-03-05T00:42:20.266Z] Building docker-core-metadata-go [2021-03-05T00:42:20.266Z] Building docker-support-scheduler-go [2021-03-05T00:42:20.266Z] Building docker-security-bootstrapper-go [2021-03-05T00:42:22.358Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T00:42:22.358Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-05T00:42:22.358Z] + patch --verbose -p1 [2021-03-05T00:42:22.358Z] Hmm... Looks like a unified diff to me... [2021-03-05T00:42:22.358Z] The text leading up to this was: [2021-03-05T00:42:22.358Z] -------------------------- [2021-03-05T00:42:22.358Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-05T00:42:22.358Z] |From: Tony Espy [2021-03-05T00:42:22.358Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-05T00:42:22.358Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-05T00:42:22.358Z] | [2021-03-05T00:42:22.358Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-05T00:42:22.358Z] |optimize the snap CI check run for pull requests. When [2021-03-05T00:42:22.358Z] |applied, it essentially strips out everything (apps and [2021-03-05T00:42:22.358Z] |parts) from the snapcraft.yaml file except those required [2021-03-05T00:42:22.358Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-05T00:42:22.358Z] |catch changes to edgex-go that break the snap build. [2021-03-05T00:42:22.358Z] | [2021-03-05T00:42:22.358Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-05T00:42:22.358Z] |to update this patch file, otherwise it may fail to apply, [2021-03-05T00:42:22.358Z] |resulting in a failed snap build CI check in the associated [2021-03-05T00:42:22.358Z] |pull request. [2021-03-05T00:42:22.358Z] | [2021-03-05T00:42:22.358Z] |Note - in addition to applying this patch, the pipeline also [2021-03-05T00:42:22.358Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-05T00:42:22.358Z] |need to build the finally binary .snap file (and it won't [2021-03-05T00:42:22.358Z] |work with the patch applied). This further reduces the build [2021-03-05T00:42:22.358Z] |time. [2021-03-05T00:42:22.358Z] |--- [2021-03-05T00:42:22.358Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-05T00:42:22.358Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-05T00:42:22.358Z] | [2021-03-05T00:42:22.358Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-05T00:42:22.358Z] |index 1e537489..faf42425 100644 [2021-03-05T00:42:22.358Z] |--- a/snap/snapcraft.yaml [2021-03-05T00:42:22.358Z] |+++ b/snap/snapcraft.yaml [2021-03-05T00:42:22.358Z] -------------------------- [2021-03-05T00:42:22.358Z] patching file snap/snapcraft.yaml [2021-03-05T00:42:22.358Z] Using Plan A... [2021-03-05T00:42:22.358Z] Hunk #1 succeeded at 73. [2021-03-05T00:42:22.358Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-05T00:42:22.358Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-05T00:42:22.358Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-05T00:42:22.358Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-05T00:42:22.358Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-05T00:42:22.358Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-05T00:42:22.358Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-05T00:42:22.358Z] Hmm... Ignoring the trailing garbage. [2021-03-05T00:42:22.358Z] done [2021-03-05T00:42:22.358Z] + sudo snapcraft prime --use-lxd [2021-03-05T00:42:22.620Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-05T00:42:22.620Z] 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-03-05T00:42:22.620Z] - README.md [2021-03-05T00:42:22.620Z] - snapcraft.yaml.orig [2021-03-05T00:42:22.620Z] [2021-03-05T00:42:22.620Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T00:42:23.564Z] Launching a container. [2021-03-05T00:42:35.824Z] Waiting for container to be ready [2021-03-05T00:42:35.824Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-05T00:42:35.824Z] [2021-03-05T00:42:38.370Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-05T00:42:38.942Z] Waiting for network to be ready... [2021-03-05T00:42:39.209Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T00:42:39.470Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T00:42:39.470Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T00:42:39.470Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T00:42:39.470Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T00:42:39.470Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T00:42:39.470Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T00:42:39.470Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T00:42:39.470Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T00:42:39.470Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T00:42:40.042Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T00:42:40.042Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T00:42:40.304Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T00:42:40.304Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T00:42:40.304Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T00:42:40.304Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T00:42:40.304Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T00:42:40.304Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T00:42:40.882Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T00:42:41.144Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T00:42:41.144Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T00:42:41.144Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T00:42:41.144Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T00:42:41.144Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T00:42:41.144Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T00:42:41.144Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T00:42:41.406Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T00:42:43.322Z] Fetched 24.0 MB in 4s (5783 kB/s) [2021-03-05T00:42:44.266Z] Reading package lists... [2021-03-05T00:42:44.527Z] Reading package lists... [2021-03-05T00:42:44.527Z] Building dependency tree... [2021-03-05T00:42:44.527Z] Reading state information... [2021-03-05T00:42:44.788Z] The following additional packages will be installed: [2021-03-05T00:42:44.788Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T00:42:44.788Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T00:42:44.788Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T00:42:44.788Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-05T00:42:44.788Z] Suggested packages: [2021-03-05T00:42:44.788Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-05T00:42:44.788Z] Recommended packages: [2021-03-05T00:42:44.788Z] gnupg libsasl2-modules [2021-03-05T00:42:44.788Z] The following NEW packages will be installed: [2021-03-05T00:42:44.788Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T00:42:44.788Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T00:42:44.788Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T00:42:44.788Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-05T00:42:44.788Z] The following packages will be upgraded: [2021-03-05T00:42:44.788Z] gpg gpg-agent gpgconf libudev1 [2021-03-05T00:42:45.052Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-05T00:42:45.052Z] Need to get 3530 kB of archives. [2021-03-05T00:42:45.052Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-05T00:42:45.052Z] 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-03-05T00:42:45.052Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-05T00:42:45.052Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-05T00:42:45.314Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-05T00:42:45.314Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-05T00:42:45.314Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-05T00:42:45.576Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-05T00:42:45.576Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-05T00:42:45.576Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-05T00:42:45.838Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-05T00:42:45.838Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-05T00:42:45.838Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-05T00:42:45.838Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-05T00:42:45.838Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-05T00:42:45.838Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-05T00:42:45.838Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-05T00:42:45.838Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-05T00:42:45.838Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-05T00:42:45.838Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-05T00:42:45.838Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-05T00:42:45.838Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-05T00:42:45.838Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-05T00:42:46.100Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:42:46.100Z] Fetched 3530 kB in 1s (3186 kB/s) [2021-03-05T00:42:46.100Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T00:42:46.100Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:42:46.100Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:42:46.100Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-05T00:42:46.363Z] Selecting previously unselected package udev. [2021-03-05T00:42:46.363Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T00:42:46.363Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:42:46.363Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-05T00:42:46.625Z] Selecting previously unselected package libfuse2:amd64. [2021-03-05T00:42:46.625Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T00:42:46.625Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T00:42:46.625Z] Selecting previously unselected package fuse. [2021-03-05T00:42:46.625Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T00:42:46.625Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-05T00:42:46.885Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:42:46.885Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:42:46.885Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:42:46.885Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:42:47.145Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:42:47.145Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:42:47.145Z] Selecting previously unselected package libksba8:amd64. [2021-03-05T00:42:47.145Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-05T00:42:47.145Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-05T00:42:47.405Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-05T00:42:47.405Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:47.405Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:47.405Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-05T00:42:47.405Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:47.405Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:47.666Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-05T00:42:47.666Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:47.666Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:47.666Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-05T00:42:47.666Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:47.666Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:47.927Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-05T00:42:47.927Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:47.927Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:47.927Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-05T00:42:47.927Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:47.927Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:48.192Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-05T00:42:48.192Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:48.192Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:48.192Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-05T00:42:48.192Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:48.192Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:48.192Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-05T00:42:48.192Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T00:42:48.192Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:48.454Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-05T00:42:48.454Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T00:42:48.454Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:42:48.454Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-05T00:42:48.454Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T00:42:48.454Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:42:48.454Z] Selecting previously unselected package libldap-common. [2021-03-05T00:42:48.454Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-05T00:42:48.454Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:42:48.717Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-05T00:42:48.717Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-05T00:42:48.717Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:42:48.717Z] Selecting previously unselected package dirmngr. [2021-03-05T00:42:48.717Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:42:48.717Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T00:42:48.982Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:42:48.982Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-05T00:42:48.982Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T00:42:48.982Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:42:48.982Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T00:42:48.982Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-05T00:42:48.982Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:48.982Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-05T00:42:49.251Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:42:49.251Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-05T00:42:49.514Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-05T00:42:49.514Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:49.514Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-05T00:42:49.781Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-05T00:42:49.781Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-05T00:42:49.781Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:49.781Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:49.781Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:49.781Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:49.781Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:49.781Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:49.781Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T00:42:50.046Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T00:42:50.046Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T00:42:50.046Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:42:50.307Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-05T00:42:50.307Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-05T00:42:50.307Z] This means they are not meant to be enabled using systemctl. [2021-03-05T00:42:50.307Z] Possible reasons for having this kind of units are: [2021-03-05T00:42:50.307Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-05T00:42:50.307Z] .wants/ or .requires/ directory. [2021-03-05T00:42:50.307Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-05T00:42:50.307Z] a requirement dependency on it. [2021-03-05T00:42:50.307Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-05T00:42:50.307Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-05T00:42:50.307Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-05T00:42:50.307Z] instance name specified. [2021-03-05T00:42:50.877Z] Reading package lists... [2021-03-05T00:42:50.878Z] Building dependency tree... [2021-03-05T00:42:50.878Z] Reading state information... [2021-03-05T00:42:51.139Z] The following additional packages will be installed: [2021-03-05T00:42:51.139Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-05T00:42:51.139Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-05T00:42:51.139Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-05T00:42:51.139Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-05T00:42:51.139Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-05T00:42:51.139Z] Suggested packages: [2021-03-05T00:42:51.139Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-05T00:42:51.139Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-05T00:42:51.139Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-05T00:42:51.139Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-05T00:42:51.139Z] systemd-container policykit-1 [2021-03-05T00:42:51.139Z] Recommended packages: [2021-03-05T00:42:51.139Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-05T00:42:51.139Z] The following NEW packages will be installed: [2021-03-05T00:42:51.139Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-05T00:42:51.139Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-05T00:42:51.139Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-05T00:42:51.139Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-05T00:42:51.139Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-05T00:42:51.139Z] The following packages will be upgraded: [2021-03-05T00:42:51.139Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-05T00:42:51.139Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-05T00:42:51.139Z] Need to get 35.2 MB of archives. [2021-03-05T00:42:51.139Z] After this operation, 141 MB of additional disk space will be used. [2021-03-05T00:42:51.139Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-05T00:42:51.400Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-05T00:42:51.400Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-05T00:42:51.400Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-05T00:42:51.400Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-05T00:42:51.400Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-05T00:42:51.400Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-05T00:42:51.400Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-05T00:42:51.400Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-05T00:42:51.400Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-05T00:42:51.400Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-05T00:42:51.400Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-05T00:42:51.400Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-05T00:42:51.400Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-05T00:42:51.400Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-05T00:42:51.659Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-05T00:42:51.659Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-05T00:42:51.659Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-05T00:42:51.659Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-05T00:42:52.229Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-05T00:42:52.229Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-05T00:42:52.229Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-05T00:42:52.229Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-05T00:42:52.229Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-05T00:42:52.229Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-05T00:42:52.229Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-05T00:42:52.229Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-05T00:42:52.229Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-05T00:42:52.490Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-05T00:42:52.490Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-05T00:42:52.490Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:42:52.750Z] Fetched 35.2 MB in 1s (26.1 MB/s) [2021-03-05T00:42:52.750Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T00:42:52.750Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:42:52.750Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:42:53.344Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:42:53.344Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:42:53.613Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-05T00:42:53.614Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T00:42:53.614Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T00:42:53.614Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T00:42:53.880Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-05T00:42:53.880Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T00:42:53.880Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T00:42:54.144Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T00:42:54.405Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-05T00:42:54.405Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-05T00:42:54.667Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-05T00:42:54.930Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-05T00:42:54.930Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T00:42:54.930Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T00:42:54.930Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-05T00:42:54.930Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:42:54.930Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:42:55.192Z] Selecting previously unselected package libexpat1:amd64. [2021-03-05T00:42:55.192Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-05T00:42:55.192Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T00:42:55.192Z] Selecting previously unselected package python3.6-minimal. [2021-03-05T00:42:55.192Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:42:55.455Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:42:55.455Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T00:42:55.729Z] Checking for services that may need to be restarted...done. [2021-03-05T00:42:55.729Z] Checking for services that may need to be restarted...done. [2021-03-05T00:42:55.729Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:42:55.729Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T00:42:55.729Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:42:56.311Z] Selecting previously unselected package python3-minimal. [2021-03-05T00:42:56.311Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-05T00:42:56.311Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-05T00:42:56.311Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-05T00:42:56.311Z] Selecting previously unselected package mime-support. [2021-03-05T00:42:56.311Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-05T00:42:56.311Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-05T00:42:56.574Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-05T00:42:56.574Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-05T00:42:56.574Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T00:42:56.574Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-05T00:42:56.574Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:42:56.574Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:42:56.834Z] Selecting previously unselected package python3.6. [2021-03-05T00:42:56.834Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T00:42:56.834Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:42:56.834Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-05T00:42:56.834Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-05T00:42:56.834Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T00:42:57.095Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-05T00:42:57.356Z] Selecting previously unselected package python3. [2021-03-05T00:42:57.356Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-05T00:42:57.356Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-05T00:42:57.356Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-05T00:42:57.356Z] Selecting previously unselected package multiarch-support. [2021-03-05T00:42:57.356Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:42:57.356Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T00:42:57.356Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T00:42:57.617Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-05T00:42:57.617Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-05T00:42:57.617Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-05T00:42:57.617Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T00:42:57.617Z] Selecting previously unselected package libbsd0:amd64. [2021-03-05T00:42:57.617Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-05T00:42:57.617Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T00:42:57.879Z] Selecting previously unselected package sudo. [2021-03-05T00:42:57.879Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-05T00:42:57.879Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T00:42:57.879Z] Selecting previously unselected package apparmor. [2021-03-05T00:42:57.879Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T00:42:57.879Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-05T00:42:58.145Z] Selecting previously unselected package libedit2:amd64. [2021-03-05T00:42:58.145Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-05T00:42:58.145Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T00:42:58.145Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-05T00:42:58.145Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:42:58.410Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:42:58.410Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-05T00:42:58.410Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:42:58.410Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:42:58.410Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-05T00:42:58.410Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-05T00:42:58.410Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T00:42:58.704Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-05T00:42:58.704Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:42:58.704Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:42:58.982Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-05T00:42:58.983Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T00:42:58.983Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:42:59.304Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-05T00:42:59.304Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-05T00:42:59.304Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T00:42:59.304Z] Selecting previously unselected package openssh-client. [2021-03-05T00:42:59.304Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-05T00:42:59.304Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T00:42:59.566Z] Selecting previously unselected package squashfs-tools. [2021-03-05T00:42:59.566Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-05T00:42:59.567Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T00:42:59.567Z] Selecting previously unselected package snapd. [2021-03-05T00:42:59.567Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-05T00:42:59.567Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-05T00:43:01.499Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T00:43:01.499Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T00:43:01.843Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-05T00:43:01.843Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T00:43:01.843Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T00:43:01.843Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:43:02.110Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:43:02.110Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-05T00:43:02.110Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-05T00:43:03.052Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T00:43:03.052Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T00:43:03.052Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T00:43:03.052Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:43:03.052Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:43:03.052Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T00:43:03.626Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T00:43:03.626Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:43:03.626Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T00:43:03.626Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-05T00:43:03.626Z] running python rtupdate hooks for python3.6... [2021-03-05T00:43:03.626Z] running python post-rtupdate hooks for python3.6... [2021-03-05T00:43:03.887Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-05T00:43:06.438Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-05T00:43:06.438Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T00:43:06.438Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T00:43:06.438Z] Setting up snapd (2.48.3+18.04) ... [2021-03-05T00:43:07.009Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-05T00:43:07.009Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-05T00:43:07.270Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-05T00:43:07.270Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-05T00:43:07.532Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T00:43:07.532Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T00:43:07.796Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-05T00:43:07.796Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-05T00:43:08.086Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-05T00:43:08.349Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-05T00:43:08.349Z] /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-03-05T00:43:08.349Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T00:43:08.349Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T00:43:09.739Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T00:43:09.739Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T00:43:09.740Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T00:43:10.686Z] Reading package lists... [2021-03-05T00:43:10.947Z] Reading package lists... [2021-03-05T00:43:11.208Z] Building dependency tree... [2021-03-05T00:43:11.208Z] Reading state information... [2021-03-05T00:43:11.208Z] Calculating upgrade... [2021-03-05T00:43:11.469Z] The following packages will be upgraded: [2021-03-05T00:43:11.469Z] advancecomp base-files bash binutils binutils-common [2021-03-05T00:43:11.469Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-05T00:43:11.469Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-05T00:43:11.469Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-05T00:43:11.469Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-05T00:43:11.469Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-05T00:43:11.469Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-05T00:43:11.469Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-05T00:43:11.469Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-05T00:43:11.469Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-05T00:43:11.469Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-05T00:43:11.469Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-05T00:43:11.469Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-05T00:43:11.469Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-05T00:43:11.469Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-05T00:43:11.469Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T00:43:11.469Z] Need to get 63.8 MB of archives. [2021-03-05T00:43:11.469Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-05T00:43:11.469Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-05T00:43:11.729Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-05T00:43:11.729Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-05T00:43:11.729Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-05T00:43:11.729Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-05T00:43:11.729Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-05T00:43:11.729Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-05T00:43:11.729Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-05T00:43:11.729Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-05T00:43:11.729Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-05T00:43:11.729Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-05T00:43:11.729Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-05T00:43:11.729Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-05T00:43:11.729Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-05T00:43:11.729Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-05T00:43:11.729Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-05T00:43:11.729Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-05T00:43:11.729Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-05T00:43:11.729Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-05T00:43:11.729Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-05T00:43:11.729Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-05T00:43:11.729Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-05T00:43:11.729Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-05T00:43:11.729Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-05T00:43:11.729Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-05T00:43:11.729Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-05T00:43:11.729Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-05T00:43:11.729Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-05T00:43:11.729Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-05T00:43:11.729Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-05T00:43:11.729Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-05T00:43:11.990Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-05T00:43:11.990Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-05T00:43:11.990Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-05T00:43:11.990Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-05T00:43:11.990Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-05T00:43:11.990Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-05T00:43:11.990Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-05T00:43:11.990Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-05T00:43:11.990Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-05T00:43:11.990Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-05T00:43:11.990Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-05T00:43:11.990Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-05T00:43:11.990Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-05T00:43:11.990Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-05T00:43:11.990Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-05T00:43:11.990Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-05T00:43:11.990Z] 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-03-05T00:43:11.990Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-05T00:43:11.990Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-05T00:43:11.990Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-05T00:43:11.990Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-05T00:43:11.990Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-05T00:43:11.990Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-05T00:43:11.990Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-05T00:43:12.250Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-05T00:43:12.250Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-05T00:43:12.250Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-05T00:43:12.250Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-05T00:43:12.514Z] 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-03-05T00:43:12.514Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-05T00:43:12.514Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-05T00:43:12.514Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-05T00:43:12.514Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-05T00:43:12.774Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-05T00:43:13.038Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-05T00:43:13.301Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-05T00:43:13.301Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-05T00:43:13.301Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-05T00:43:13.301Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-05T00:43:13.301Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-05T00:43:13.301Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-05T00:43:13.301Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-05T00:43:13.301Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-05T00:43:13.301Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-05T00:43:13.301Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-05T00:43:13.301Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-05T00:43:13.301Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-05T00:43:13.301Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-05T00:43:13.562Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-05T00:43:13.562Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-05T00:43:13.562Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-05T00:43:13.562Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-05T00:43:13.562Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-05T00:43:13.562Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-05T00:43:13.562Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-05T00:43:13.824Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-05T00:43:13.824Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-05T00:43:13.824Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-05T00:43:13.824Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-05T00:43:13.824Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-05T00:43:13.824Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-05T00:43:13.824Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-05T00:43:13.824Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-05T00:43:13.824Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-05T00:43:13.824Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-05T00:43:14.086Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-05T00:43:14.086Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-05T00:43:14.086Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-05T00:43:14.086Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:43:14.086Z] Fetched 63.8 MB in 3s (25.0 MB/s) [2021-03-05T00:43:14.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:14.347Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:43:14.347Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:43:14.919Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:43:14.919Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:43:15.500Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-05T00:43:15.500Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-05T00:43:16.073Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:16.342Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:16.342Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:16.342Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:16.611Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:16.611Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:16.611Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:16.611Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:16.874Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:16.874Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:16.874Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:16.874Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:17.145Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:17.145Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:17.145Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:17.145Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:43:17.145Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:17.145Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-05T00:43:17.418Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:17.418Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:43:17.418Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:17.418Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:17.418Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:17.418Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:17.680Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:17.680Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T00:43:17.680Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:17.942Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:43:17.942Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:43:18.204Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:43:18.467Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T00:43:18.727Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T00:43:18.727Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-05T00:43:18.727Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-05T00:43:18.727Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-05T00:43:18.991Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-05T00:43:19.252Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-05T00:43:19.252Z] Installing new version of config file /etc/issue ... [2021-03-05T00:43:19.252Z] Installing new version of config file /etc/issue.net ... [2021-03-05T00:43:19.252Z] Installing new version of config file /etc/lsb-release ... [2021-03-05T00:43:19.252Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-05T00:43:19.512Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-05T00:43:19.513Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-05T00:43:19.513Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-05T00:43:19.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:19.777Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-05T00:43:19.777Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-05T00:43:20.039Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-05T00:43:20.039Z] 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-03-05T00:43:20.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:20.039Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:20.039Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:20.300Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:20.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:20.300Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-05T00:43:20.300Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-05T00:43:20.574Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-05T00:43:20.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:20.574Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-05T00:43:20.574Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T00:43:20.835Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-05T00:43:21.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:21.097Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:43:21.097Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:43:21.097Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T00:43:21.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:21.356Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:43:21.356Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:43:21.356Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-05T00:43:21.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:21.617Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-05T00:43:21.617Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-05T00:43:21.617Z] Setting up grep (3.1-2build1) ... [2021-03-05T00:43:21.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:21.878Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T00:43:21.878Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T00:43:21.878Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-05T00:43:22.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:22.139Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:43:22.139Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:43:22.139Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-05T00:43:22.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:22.402Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T00:43:22.402Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:43:22.975Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T00:43:22.975Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:43:22.975Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T00:43:22.975Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:43:23.549Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-05T00:43:23.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:23.549Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-05T00:43:23.549Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T00:43:24.552Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T00:43:24.552Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T00:43:24.814Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T00:43:24.814Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T00:43:24.814Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T00:43:25.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:25.075Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-05T00:43:25.075Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-05T00:43:25.075Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-05T00:43:25.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:25.336Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:25.336Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:25.336Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:25.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:25.597Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:25.597Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:25.597Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:25.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:25.867Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:25.867Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:25.867Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:26.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:26.129Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:26.129Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:26.129Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:26.391Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:26.391Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:43:26.391Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:43:26.391Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:43:26.391Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:43:26.653Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T00:43:26.653Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:26.653Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T00:43:26.917Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:43:26.917Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T00:43:26.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:26.917Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:26.917Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:27.184Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:27.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:27.184Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:27.184Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:27.459Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:27.459Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:27.459Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:27.727Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:27.988Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:28.250Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-05T00:43:28.263Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:43:28.263Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:43:28.263Z] ---> b7115d8e49b3 [2021-03-05T00:43:28.263Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T00:43:28.511Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-05T00:43:28.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:28.772Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T00:43:28.772Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T00:43:28.876Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:43:28.876Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:43:28.876Z] ---> b7115d8e49b3 [2021-03-05T00:43:28.876Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:43:29.044Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:43:29.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T00:43:29.044Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-05T00:43:29.045Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T00:43:29.308Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-05T00:43:29.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:29.308Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-05T00:43:29.475Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:43:29.475Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:43:29.475Z] ---> b7115d8e49b3 [2021-03-05T00:43:29.475Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:43:29.475Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:43:29.475Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:43:29.475Z] ---> b7115d8e49b3 [2021-03-05T00:43:29.475Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T00:43:29.475Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:43:29.475Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:43:29.475Z] ---> b7115d8e49b3 [2021-03-05T00:43:29.475Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T00:43:29.571Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-05T00:43:29.572Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-05T00:43:29.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:29.834Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-05T00:43:30.103Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T00:43:30.103Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-05T00:43:30.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:30.103Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-05T00:43:30.384Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T00:43:30.384Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-05T00:43:30.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:30.384Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T00:43:30.648Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:43:30.648Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:43:30.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:30.910Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T00:43:30.910Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:43:30.910Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:43:31.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:31.169Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T00:43:31.169Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:43:31.432Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:43:31.465Z] ---> Running in c919f9589e42 [2021-03-05T00:43:31.465Z] ---> Running in 800a64f5802b [2021-03-05T00:43:31.465Z] ---> Running in 0dea6d135f31 [2021-03-05T00:43:31.465Z] ---> Running in e6fb956bcd0c [2021-03-05T00:43:31.465Z] ---> Running in e65d743008dc [2021-03-05T00:43:31.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:31.694Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T00:43:31.694Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T00:43:31.694Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-05T00:43:31.694Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T00:43:31.956Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:43:31.956Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:43:31.956Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T00:43:31.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:31.956Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-05T00:43:31.956Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-05T00:43:32.064Z] Removing intermediate container 800a64f5802b [2021-03-05T00:43:32.064Z] ---> 3f58c1e929a4 [2021-03-05T00:43:32.064Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:43:32.064Z] Removing intermediate container e6fb956bcd0c [2021-03-05T00:43:32.064Z] ---> e8f7439ed61e [2021-03-05T00:43:32.064Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:43:32.064Z] Removing intermediate container c919f9589e42 [2021-03-05T00:43:32.064Z] ---> ce57aa3fbc8e [2021-03-05T00:43:32.064Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:43:32.064Z] Removing intermediate container 0dea6d135f31 [2021-03-05T00:43:32.064Z] ---> 00896a0a3177 [2021-03-05T00:43:32.064Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:43:32.064Z] Removing intermediate container e65d743008dc [2021-03-05T00:43:32.064Z] ---> 42cb29bcda0b [2021-03-05T00:43:32.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:43:32.217Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-05T00:43:32.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:32.217Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-05T00:43:32.337Z] ---> Running in 58e655b4719a [2021-03-05T00:43:32.337Z] ---> Running in 6a520a8fc394 [2021-03-05T00:43:32.337Z] ---> Running in de3ae023d62f [2021-03-05T00:43:32.337Z] ---> Running in 6696385f2cad [2021-03-05T00:43:32.337Z] ---> Running in acc7e690a2a6 [2021-03-05T00:43:32.477Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T00:43:32.477Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T00:43:32.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:32.737Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T00:43:32.737Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T00:43:32.737Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T00:43:32.998Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:32.998Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-05T00:43:32.998Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-05T00:43:32.998Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-05T00:43:33.260Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:33.260Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T00:43:33.260Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T00:43:33.520Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-05T00:43:33.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:33.782Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T00:43:33.782Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T00:43:34.044Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-05T00:43:34.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:34.044Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-05T00:43:34.044Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-05T00:43:34.310Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-05T00:43:34.310Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:34.310Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-05T00:43:34.310Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-05T00:43:34.572Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-05T00:43:34.572Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:34.572Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-05T00:43:34.572Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-05T00:43:34.834Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-05T00:43:34.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:34.834Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-05T00:43:34.834Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-05T00:43:35.096Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-05T00:43:35.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:35.096Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T00:43:35.096Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-05T00:43:35.358Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-05T00:43:35.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T00:43:35.358Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-05T00:43:35.358Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-05T00:43:35.358Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-05T00:43:35.619Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-05T00:43:35.619Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T00:43:35.619Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T00:43:35.619Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T00:43:35.880Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T00:43:36.146Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T00:43:36.146Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T00:43:36.407Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-05T00:43:36.407Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-05T00:43:36.407Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T00:43:36.669Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-05T00:43:36.669Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T00:43:36.669Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-05T00:43:36.679Z] Removing intermediate container 58e655b4719a [2021-03-05T00:43:36.679Z] ---> b6f57ec5cd55 [2021-03-05T00:43:36.679Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T00:43:36.679Z] Removing intermediate container 6a520a8fc394 [2021-03-05T00:43:36.679Z] ---> 5fa0c20f8b7f [2021-03-05T00:43:36.679Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T00:43:36.679Z] ---> Running in e33ee13dbe12 [2021-03-05T00:43:36.679Z] ---> Running in 561469e603c2 [2021-03-05T00:43:36.930Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-05T00:43:36.930Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-05T00:43:36.930Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-05T00:43:36.930Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-05T00:43:36.966Z] Removing intermediate container de3ae023d62f [2021-03-05T00:43:36.966Z] ---> 874aeb800187 [2021-03-05T00:43:36.966Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T00:43:36.966Z] Removing intermediate container acc7e690a2a6 [2021-03-05T00:43:36.966Z] ---> 164784e70cfa [2021-03-05T00:43:36.966Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T00:43:37.192Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-05T00:43:37.192Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-05T00:43:37.192Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-05T00:43:37.192Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-05T00:43:37.242Z] Removing intermediate container 6696385f2cad [2021-03-05T00:43:37.242Z] ---> 188e20b9aa00 [2021-03-05T00:43:37.242Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:43:37.242Z] ---> Running in 89260abe63b7 [2021-03-05T00:43:37.242Z] ---> Running in 78ce5516b065 [2021-03-05T00:43:37.454Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-05T00:43:37.454Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-05T00:43:37.454Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-05T00:43:37.516Z] ---> Running in f89ac1e45564 [2021-03-05T00:43:37.714Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-05T00:43:38.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:38.286Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-05T00:43:38.286Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-05T00:43:38.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:38.547Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-05T00:43:38.547Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-05T00:43:38.807Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:43:38.807Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:43:38.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:38.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:38.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:38.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:39.067Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:43:39.067Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:43:39.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:39.327Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:43:39.327Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:43:39.636Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T00:43:39.636Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T00:43:39.636Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:39.636Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:39.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:39.849Z] OK: 217 MiB in 51 packages [2021-03-05T00:43:39.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:39.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:43:39.967Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:39.967Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:39.967Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:39.967Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:40.148Z] OK: 217 MiB in 51 packages [2021-03-05T00:43:40.289Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:40.289Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:40.760Z] OK: 217 MiB in 51 packages [2021-03-05T00:43:40.760Z] OK: 217 MiB in 51 packages [2021-03-05T00:43:41.033Z] OK: 217 MiB in 51 packages [2021-03-05T00:43:41.314Z] Removing intermediate container e33ee13dbe12 [2021-03-05T00:43:41.314Z] ---> 07be2d1e1394 [2021-03-05T00:43:41.314Z] Step 6/31 : COPY go.mod . [2021-03-05T00:43:41.412Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:41.412Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:41.927Z] Removing intermediate container 561469e603c2 [2021-03-05T00:43:41.927Z] ---> a760a381e0e9 [2021-03-05T00:43:41.928Z] Step 6/22 : COPY go.mod . [2021-03-05T00:43:42.007Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:42.007Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:42.211Z] Removing intermediate container 89260abe63b7 [2021-03-05T00:43:42.211Z] ---> 27dd0b15e49a [2021-03-05T00:43:42.211Z] Step 6/21 : COPY go.mod . [2021-03-05T00:43:42.487Z] ---> 4f81f70146b1 [2021-03-05T00:43:42.487Z] Step 7/31 : RUN go mod download [2021-03-05T00:43:42.768Z] ---> Running in 7062f889fd05 [2021-03-05T00:43:42.768Z] Removing intermediate container f89ac1e45564 [2021-03-05T00:43:42.768Z] ---> cd9f9cf104f0 [2021-03-05T00:43:42.768Z] Step 6/23 : COPY go.mod . [2021-03-05T00:43:42.956Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:42.957Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:43.049Z] Removing intermediate container 78ce5516b065 [2021-03-05T00:43:43.049Z] ---> b48fa2f61c74 [2021-03-05T00:43:43.049Z] Step 6/22 : COPY go.mod . [2021-03-05T00:43:43.049Z] ---> 8066b1090894 [2021-03-05T00:43:43.049Z] Step 7/22 : RUN go mod download [2021-03-05T00:43:43.236Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:43.236Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:43.339Z] ---> Running in 1aa343eaad7b [2021-03-05T00:43:43.622Z] ---> 9c9027a4d543 [2021-03-05T00:43:43.622Z] Step 7/21 : RUN go mod download [2021-03-05T00:43:43.914Z] ---> Running in c5857791f900 [2021-03-05T00:43:44.191Z] ---> a9182d642554 [2021-03-05T00:43:44.191Z] Step 7/23 : RUN go mod download [2021-03-05T00:43:44.192Z] ---> bbeb2e27cc78 [2021-03-05T00:43:44.192Z] Step 7/22 : RUN go mod download [2021-03-05T00:43:44.192Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T00:43:44.192Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T00:43:44.192Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T00:43:44.192Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T00:43:44.192Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T00:43:44.457Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T00:43:44.457Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T00:43:44.457Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T00:43:44.470Z] ---> Running in 743ce1bb4984 [2021-03-05T00:43:44.470Z] ---> Running in 05e5712f64d2 [2021-03-05T00:43:44.728Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-05T00:43:44.728Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-05T00:43:44.728Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T00:43:44.728Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T00:43:44.987Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T00:43:44.988Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T00:43:44.988Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-05T00:43:45.255Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-05T00:43:45.255Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:45.255Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T00:43:45.255Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:45.517Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:45.517Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:45.517Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-05T00:43:45.517Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-05T00:43:45.517Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-05T00:43:45.778Z] [2021-03-05T00:43:45.778Z] Current default time zone: 'Etc/UTC' [2021-03-05T00:43:45.778Z] Local time is now: Fri Mar 5 00:43:45 UTC 2021. [2021-03-05T00:43:45.778Z] Universal Time is now: Fri Mar 5 00:43:45 UTC 2021. [2021-03-05T00:43:45.778Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-05T00:43:45.778Z] [2021-03-05T00:43:45.778Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-05T00:43:45.778Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:45.778Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-05T00:43:45.778Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-05T00:43:45.778Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-05T00:43:45.778Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-05T00:43:45.778Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-05T00:43:46.039Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-05T00:43:46.039Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-05T00:43:46.039Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T00:43:46.039Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:46.039Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-05T00:43:46.299Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:46.299Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:43:46.299Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:46.558Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-05T00:43:46.558Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-05T00:43:46.558Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-05T00:43:46.558Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T00:43:46.558Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-05T00:43:46.558Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-05T00:43:46.558Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:43:46.558Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-05T00:43:47.917Z] Removing intermediate container 7062f889fd05 [2021-03-05T00:43:47.917Z] ---> cf968149f570 [2021-03-05T00:43:47.917Z] Step 8/31 : COPY . . [2021-03-05T00:43:47.917Z] Removing intermediate container 1aa343eaad7b [2021-03-05T00:43:47.917Z] ---> b2df54cbd2e9 [2021-03-05T00:43:47.917Z] Step 8/22 : COPY . . [2021-03-05T00:43:48.476Z] Updating certificates in /etc/ssl/certs... [2021-03-05T00:43:48.524Z] Removing intermediate container c5857791f900 [2021-03-05T00:43:48.524Z] ---> 62c3b54ce849 [2021-03-05T00:43:48.524Z] Step 8/21 : COPY . . [2021-03-05T00:43:49.416Z] 23 added, 27 removed; done. [2021-03-05T00:43:49.678Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T00:43:49.678Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T00:43:49.678Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-05T00:43:49.678Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-05T00:43:49.678Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-05T00:43:49.678Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:49.678Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:43:49.678Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:49.938Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:49.938Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:49.938Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:49.938Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:49.938Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-05T00:43:49.938Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:43:49.938Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-05T00:43:49.938Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-05T00:43:49.938Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-05T00:43:49.938Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:49.938Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T00:43:50.200Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-05T00:43:50.200Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-05T00:43:50.200Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-05T00:43:50.200Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:43:50.200Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T00:43:50.200Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-05T00:43:50.461Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-05T00:43:50.461Z] Updating certificates in /etc/ssl/certs... [2021-03-05T00:43:51.036Z] 0 added, 0 removed; done. [2021-03-05T00:43:51.036Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-05T00:43:51.036Z] done. [2021-03-05T00:43:51.159Z] Removing intermediate container 743ce1bb4984 [2021-03-05T00:43:51.159Z] ---> 22e73bb05c15 [2021-03-05T00:43:51.159Z] Step 8/23 : COPY . . [2021-03-05T00:43:51.296Z] Reading package lists... [2021-03-05T00:43:51.556Z] Building dependency tree... [2021-03-05T00:43:51.556Z] Reading state information... [2021-03-05T00:43:51.556Z] The following NEW packages will be installed: [2021-03-05T00:43:51.556Z] apt-transport-https [2021-03-05T00:43:51.819Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T00:43:51.819Z] Need to get 1696 B of archives. [2021-03-05T00:43:51.819Z] After this operation, 153 kB of additional disk space will be used. [2021-03-05T00:43:51.819Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-05T00:43:52.080Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:43:52.080Z] Fetched 1696 B in 0s (8357 B/s) [2021-03-05T00:43:52.080Z] Selecting previously unselected package apt-transport-https. [2021-03-05T00:43:52.080Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-05T00:43:52.080Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-05T00:43:52.080Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T00:43:52.080Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T00:43:52.340Z] Waiting for network to be ready... [2021-03-05T00:43:53.162Z] Removing intermediate container 05e5712f64d2 [2021-03-05T00:43:53.162Z] ---> 290ba383e148 [2021-03-05T00:43:53.162Z] Step 8/22 : COPY . . [2021-03-05T00:43:58.947Z] 2021-03-05T00:43:55Z INFO Waiting for automatic snapd restart... [2021-03-05T00:43:58.947Z] snapd 2.49 from Canonical* installed [2021-03-05T00:43:59.893Z] "snapd" switched to the "latest/stable" channel [2021-03-05T00:43:59.893Z] [2021-03-05T00:44:02.455Z] core18 20210128 from Canonical* installed [2021-03-05T00:44:02.455Z] "core18" switched to the "latest/stable" channel [2021-03-05T00:44:02.455Z] [2021-03-05T00:44:05.756Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T00:44:06.018Z] "snapcraft" switched to the "latest/stable" channel [2021-03-05T00:44:06.018Z] [2021-03-05T00:44:09.321Z] 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-03-05T00:44:09.321Z] - README.md [2021-03-05T00:44:09.321Z] - snapcraft.yaml.orig [2021-03-05T00:44:09.321Z] [2021-03-05T00:44:09.321Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T00:44:15.389Z] ---> 749e68791676 [2021-03-05T00:44:15.389Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T00:44:15.389Z] ---> db5e319d0146 [2021-03-05T00:44:15.389Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T00:44:15.389Z] ---> b1dafa29acf0 [2021-03-05T00:44:15.389Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T00:44:15.389Z] ---> 49f22bdbd2ca [2021-03-05T00:44:15.389Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T00:44:15.389Z] ---> dd142bff5ab7 [2021-03-05T00:44:15.389Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T00:44:15.389Z] ---> Running in 60a37208d5c3 [2021-03-05T00:44:15.389Z] ---> Running in 6f6fcce07d45 [2021-03-05T00:44:15.389Z] ---> Running in aa859c70deb1 [2021-03-05T00:44:15.389Z] ---> Running in a0d11e068a4f [2021-03-05T00:44:15.389Z] ---> Running in 8d93dd09143c [2021-03-05T00:44:15.908Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:44:15.908Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T00:44:15.908Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T00:44:15.908Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T00:44:17.370Z] 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-03-05T00:44:17.417Z] Reading package lists... [2021-03-05T00:44:17.648Z] 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-03-05T00:44:17.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-05T00:44:17.677Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-03-05T00:44:17.923Z] 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-03-05T00:44:17.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-05T00:44:24.267Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:44:24.267Z] Reading package lists... [2021-03-05T00:44:24.267Z] Building dependency tree... [2021-03-05T00:44:24.267Z] Reading state information... [2021-03-05T00:44:24.267Z] Suggested packages: [2021-03-05T00:44:24.267Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-05T00:44:24.268Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-05T00:44:24.268Z] Recommended packages: [2021-03-05T00:44:24.268Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-05T00:44:24.268Z] The following NEW packages will be installed: [2021-03-05T00:44:24.268Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-05T00:44:24.268Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-05T00:44:24.268Z] pkg-config zip [2021-03-05T00:44:24.268Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T00:44:24.268Z] Need to get 7655 kB of archives. [2021-03-05T00:44:24.268Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-05T00:44:24.268Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-05T00:44:24.268Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-05T00:44:24.528Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-05T00:44:24.528Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-05T00:44:24.528Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-05T00:44:24.528Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-05T00:44:24.787Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-05T00:44:24.787Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-05T00:44:24.787Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-05T00:44:24.787Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-05T00:44:25.047Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-05T00:44:25.048Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-05T00:44:25.048Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-05T00:44:25.311Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-05T00:44:25.311Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-05T00:44:25.311Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T00:44:25.311Z] Fetched 7655 kB in 1s (6688 kB/s) [2021-03-05T00:44:25.574Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-05T00:44:25.574Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-05T00:44:25.574Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-05T00:44:25.574Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T00:44:25.574Z] Selecting previously unselected package libpsl5:amd64. [2021-03-05T00:44:25.574Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-05T00:44:25.574Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T00:44:25.835Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-05T00:44:25.835Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-05T00:44:25.835Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T00:44:25.835Z] Selecting previously unselected package librtmp1:amd64. [2021-03-05T00:44:25.835Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-05T00:44:25.835Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T00:44:25.835Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-05T00:44:25.835Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-05T00:44:25.835Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T00:44:26.096Z] Selecting previously unselected package liberror-perl. [2021-03-05T00:44:26.096Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-05T00:44:26.096Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-05T00:44:26.096Z] Selecting previously unselected package git-man. [2021-03-05T00:44:26.096Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-05T00:44:26.096Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:44:26.360Z] Selecting previously unselected package git. [2021-03-05T00:44:26.360Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-05T00:44:26.360Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:44:26.932Z] Selecting previously unselected package libnorm1:amd64. [2021-03-05T00:44:26.932Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-05T00:44:27.194Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T00:44:27.194Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-05T00:44:27.194Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-05T00:44:27.194Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T00:44:27.194Z] Selecting previously unselected package libsodium23:amd64. [2021-03-05T00:44:27.194Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-05T00:44:27.194Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-05T00:44:27.453Z] Selecting previously unselected package libzmq5:amd64. [2021-03-05T00:44:27.453Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T00:44:27.453Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:44:27.453Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-05T00:44:27.453Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T00:44:27.453Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:44:27.713Z] Selecting previously unselected package pkg-config. [2021-03-05T00:44:27.713Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-05T00:44:27.713Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T00:44:27.713Z] Selecting previously unselected package zip. [2021-03-05T00:44:27.713Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-05T00:44:27.713Z] Unpacking zip (3.0-11build1) ... [2021-03-05T00:44:27.979Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T00:44:27.979Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:44:27.979Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T00:44:27.979Z] Setting up liberror-perl (0.17025-1) ... [2021-03-05T00:44:27.979Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T00:44:27.979Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T00:44:27.979Z] No schema files found: doing nothing. [2021-03-05T00:44:27.979Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T00:44:28.241Z] Setting up zip (3.0-11build1) ... [2021-03-05T00:44:28.241Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T00:44:28.241Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-05T00:44:28.241Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T00:44:28.241Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:44:28.241Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T00:44:28.241Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T00:44:28.502Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T00:44:28.502Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T00:44:35.101Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:44:35.101Z] git set to automatically installed. [2021-03-05T00:44:35.101Z] git-man set to automatically installed. [2021-03-05T00:44:35.101Z] libcurl3-gnutls set to automatically installed. [2021-03-05T00:44:35.101Z] liberror-perl set to automatically installed. [2021-03-05T00:44:35.101Z] libglib2.0-0 set to automatically installed. [2021-03-05T00:44:35.101Z] libnghttp2-14 set to automatically installed. [2021-03-05T00:44:35.101Z] libnorm1 set to automatically installed. [2021-03-05T00:44:35.101Z] libpgm-5.2-0 set to automatically installed. [2021-03-05T00:44:35.101Z] libpsl5 set to automatically installed. [2021-03-05T00:44:35.101Z] librtmp1 set to automatically installed. [2021-03-05T00:44:35.101Z] libsodium23 set to automatically installed. [2021-03-05T00:44:35.101Z] libzmq3-dev set to automatically installed. [2021-03-05T00:44:35.101Z] libzmq5 set to automatically installed. [2021-03-05T00:44:35.101Z] pkg-config set to automatically installed. [2021-03-05T00:44:35.101Z] zip set to automatically installed. [2021-03-05T00:44:37.649Z] snapd is not logged in, snap install commands will use sudo [2021-03-05T00:44:44.235Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T00:44:44.235Z] snap "core18" has no updates available [2021-03-05T00:44:44.808Z] Pulling config-common [2021-03-05T00:44:44.808Z] + snapcraftctl pull [2021-03-05T00:44:45.748Z] Pulling go-build-helper [2021-03-05T00:44:45.748Z] + snapcraftctl pull [2021-03-05T00:45:08.185Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T00:45:08.185Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T00:45:08.185Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T00:45:08.185Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T00:45:08.185Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T00:45:08.185Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T00:45:08.185Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T00:45:08.185Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T00:45:08.185Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T00:45:08.185Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T00:45:08.185Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T00:45:08.185Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T00:45:08.185Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T00:45:08.185Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T00:45:08.185Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T00:45:08.185Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T00:45:08.185Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T00:45:08.185Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T00:45:08.185Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T00:45:08.185Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T00:45:08.185Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T00:45:08.185Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T00:45:08.185Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T00:45:08.185Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T00:45:08.185Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T00:45:08.185Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T00:45:08.185Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T00:45:08.185Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-05T00:45:08.185Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-05T00:45:08.185Z] Fetched 279 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-05T00:45:08.185Z] Fetched 122 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-05T00:45:08.185Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-05T00:45:08.185Z] Fetched 8848 B in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-05T00:45:08.185Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-05T00:45:08.185Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-05T00:45:08.185Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-05T00:45:08.185Z] Fetched 214 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-05T00:45:08.185Z] Fetched 154 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-05T00:45:08.185Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-05T00:45:08.185Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-05T00:45:08.185Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-05T00:45:08.185Z] Fetched 499 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-05T00:45:08.185Z] Fetched 111 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-05T00:45:08.185Z] Fetched 240 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-05T00:45:08.185Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-05T00:45:08.185Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-05T00:45:08.185Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-05T00:45:08.185Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-05T00:45:08.185Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-05T00:45:08.185Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-05T00:45:08.185Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-05T00:45:08.185Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-05T00:45:08.185Z] Fetched 8720 B in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-05T00:45:08.185Z] Fetched 137 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-05T00:45:08.185Z] Fetched 119 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-05T00:45:08.185Z] Fetched 109 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-05T00:45:08.185Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-05T00:45:08.185Z] Fetched 645 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-05T00:45:08.185Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-05T00:45:08.185Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-05T00:45:08.185Z] Fetched 368 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-05T00:45:08.185Z] Fetched 187 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-05T00:45:08.185Z] Fetched 175 kB in 0s (0 B/s) [2021-03-05T00:45:08.185Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-05T00:45:11.687Z] Fetched 206 kB in 0s (0 B/s) [2021-03-05T00:45:11.687Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-05T00:45:11.687Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-05T00:45:11.687Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-05T00:45:11.687Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-05T00:45:11.687Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-05T00:45:11.687Z] Fetched 159 kB in 0s (0 B/s) [2021-03-05T00:45:11.687Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-05T00:45:11.687Z] Fetched 107 kB in 0s (0 B/s) [2021-03-05T00:45:11.687Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-05T00:45:11.687Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-05T00:45:11.687Z] Pulling static-packages [2021-03-05T00:45:11.687Z] + snapcraftctl pull [2021-03-05T00:45:12.629Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-05T00:45:12.629Z] Skipping pull go-build-helper (already ran) [2021-03-05T00:45:12.629Z] Skipping pull static-packages (already ran) [2021-03-05T00:45:12.629Z] Building go-build-helper [2021-03-05T00:45:12.629Z] + snapcraftctl build [2021-03-05T00:45:16.833Z] Building static-packages [2021-03-05T00:45:16.833Z] + snapcraftctl build [2021-03-05T00:45:18.218Z] Staging go-build-helper [2021-03-05T00:45:18.218Z] + snapcraftctl stage [2021-03-05T00:45:19.160Z] Staging static-packages [2021-03-05T00:45:19.160Z] + snapcraftctl stage [2021-03-05T00:45:20.100Z] Pulling go115 [2021-03-05T00:45:20.100Z] + snapcraftctl pull [2021-03-05T00:45:21.041Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-05T00:45:21.041Z] Skipping pull go115 (already ran) [2021-03-05T00:45:21.041Z] Building go115 [2021-03-05T00:45:21.041Z] + dpkg --print-architecture [2021-03-05T00:45:21.041Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-05T00:45:21.041Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-05T00:45:21.041Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-05T00:45:21.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T00:45:21.041Z] Dload Upload Total Spent Left Speed [2021-03-05T00:45:24.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.1M 0 0 22.2M 0 0:00:05 --:--:-- 0:00:05 22.2M 49 115M 49 57.0M 0 0 30.7M 0 0:00:03 0:00:01 0:00:02 30.7M 78 115M 78 90.6M 0 0 31.7M 0 0:00:03 0:00:02 0:00:01 31.7M 100 115M 100 115M 0 0 33.1M 0 0:00:03 0:00:03 --:--:-- 33.1M [2021-03-05T00:45:24.519Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-05T00:45:24.519Z] + sha256sum -c sha256 [2021-03-05T00:45:24.519Z] + grep OK [2021-03-05T00:45:25.090Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-05T00:45:25.090Z] + mkdir -p /root/stage/go1.15 [2021-03-05T00:45:25.090Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-05T00:45:29.294Z] Staging go115 [2021-03-05T00:45:29.294Z] + snapcraftctl stage [2021-03-05T00:45:34.579Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T00:45:34.579Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T00:45:34.579Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T00:45:34.579Z] Fetched 0 B in 0s (0 B/s) [2021-03-05T00:45:34.579Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-05T00:45:34.579Z] Fetched 224 kB in 0s (0 B/s) [2021-03-05T00:45:34.579Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-05T00:45:34.579Z] Fetched 157 kB in 0s (0 B/s) [2021-03-05T00:45:34.579Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-05T00:45:34.579Z] Fetched 221 kB in 0s (0 B/s) [2021-03-05T00:45:34.579Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-05T00:45:34.579Z] Fetched 143 kB in 0s (0 B/s) [2021-03-05T00:45:34.579Z] Pulling edgex-go [2021-03-05T00:45:34.579Z] + snapcraftctl pull [2021-03-05T00:45:35.150Z] Pulling version [2021-03-05T00:45:35.150Z] + cd /root/project [2021-03-05T00:45:35.150Z] + [ -f VERSION ] [2021-03-05T00:45:35.150Z] + PROJECT_VERSION=local-dev [2021-03-05T00:45:35.150Z] + git rev-parse --short HEAD [2021-03-05T00:45:35.150Z] + GIT_REVISION=8f5e9ea7 [2021-03-05T00:45:35.150Z] + snapcraftctl set-version local-dev [2021-03-05T00:45:36.089Z] Building config-common [2021-03-05T00:45:36.089Z] + snapcraftctl build [2021-03-05T00:45:38.006Z] Skipping build go-build-helper (already ran) [2021-03-05T00:45:38.006Z] Skipping build static-packages (already ran) [2021-03-05T00:45:38.006Z] Skipping build go115 (already ran) [2021-03-05T00:45:38.006Z] Building edgex-go [2021-03-05T00:45:38.266Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-05T00:45:38.266Z] + cd /root/parts/edgex-go/src [2021-03-05T00:45:38.266Z] + make build [2021-03-05T00:45:38.266Z] 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-03-05T00:45:40.183Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-05T00:45:40.183Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-05T00:45:40.183Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-05T00:45:40.183Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-05T00:45:40.183Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-05T00:45:40.183Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 [2021-03-05T00:45:40.183Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-05T00:45:40.183Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-05T00:45:40.183Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-05T00:45:40.183Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-05T00:45:40.183Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-05T00:45:40.183Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-05T00:45:40.184Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-05T00:45:40.184Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-05T00:45:40.184Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-05T00:45:40.184Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-05T00:45:40.184Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-05T00:45:40.184Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-05T00:45:40.184Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-05T00:45:40.184Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-05T00:45:40.184Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-05T00:45:40.184Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-05T00:45:40.184Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-05T00:45:40.184Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-05T00:45:40.184Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-05T00:45:40.184Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-05T00:45:40.184Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-05T00:45:40.184Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-05T00:45:40.184Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-05T00:45:40.450Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-05T00:45:40.450Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-05T00:45:40.450Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-05T00:45:40.450Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-05T00:45:40.450Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-05T00:45:40.450Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-05T00:45:40.711Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-05T00:45:47.342Z] 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-03-05T00:45:47.342Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-05T00:45:52.626Z] 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-03-05T00:45:53.196Z] 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-03-05T00:45:54.136Z] 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-03-05T00:45:54.705Z] 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-03-05T00:45:54.705Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-05T00:45:54.767Z] 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-03-05T00:45:54.965Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-05T00:45:54.965Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-05T00:45:54.965Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-05T00:45:56.358Z] 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-03-05T00:45:56.358Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-05T00:45:56.358Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-05T00:45:57.742Z] 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-03-05T00:45:58.684Z] 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-03-05T00:45:58.684Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-05T00:46:00.073Z] 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-03-05T00:46:00.645Z] 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-03-05T00:46:00.645Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-05T00:46:02.028Z] 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-03-05T00:46:02.028Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-05T00:46:03.412Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-05T00:46:03.412Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-05T00:46:03.412Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-05T00:46:03.412Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-05T00:46:03.412Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-05T00:46:03.412Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-05T00:46:03.412Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-05T00:46:03.412Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-05T00:46:03.412Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-05T00:46:03.412Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-05T00:46:03.412Z] + 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-03-05T00:46:03.412Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-05T00:46:03.671Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-05T00:46:03.671Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-05T00:46:03.671Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-05T00:46:03.671Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-05T00:46:03.671Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-05T00:46:03.671Z] + 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-03-05T00:46:04.613Z] Building version [2021-03-05T00:46:04.613Z] + snapcraftctl build [2021-03-05T00:46:06.527Z] Staging config-common [2021-03-05T00:46:06.527Z] + snapcraftctl stage [2021-03-05T00:46:07.467Z] Skipping stage go-build-helper (already ran) [2021-03-05T00:46:07.467Z] Skipping stage static-packages (already ran) [2021-03-05T00:46:07.467Z] Skipping stage go115 (already ran) [2021-03-05T00:46:07.467Z] Staging edgex-go [2021-03-05T00:46:07.467Z] + snapcraftctl stage [2021-03-05T00:46:08.407Z] Staging version [2021-03-05T00:46:08.407Z] + snapcraftctl stage [2021-03-05T00:46:09.346Z] Priming config-common [2021-03-05T00:46:09.346Z] + snapcraftctl prime [2021-03-05T00:46:10.282Z] Priming go-build-helper [2021-03-05T00:46:10.282Z] + snapcraftctl prime [2021-03-05T00:46:11.221Z] Priming static-packages [2021-03-05T00:46:11.221Z] + snapcraftctl prime [2021-03-05T00:46:13.098Z] Removing intermediate container a0d11e068a4f [2021-03-05T00:46:13.098Z] ---> d23b04fa222b [2021-03-05T00:46:13.098Z] [2021-03-05T00:46:13.098Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T00:46:13.098Z] 3.12: Pulling from library/alpine [2021-03-05T00:46:13.098Z] Removing intermediate container 60a37208d5c3 [2021-03-05T00:46:13.098Z] ---> 67f940fc2d5c [2021-03-05T00:46:13.098Z] [2021-03-05T00:46:13.098Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T00:46:13.098Z] 3.12: Pulling from library/alpine [2021-03-05T00:46:13.098Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:46:13.098Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T00:46:13.098Z] Status: Image is up to date for alpine:3.12 [2021-03-05T00:46:13.098Z] ---> d10569e2745f [2021-03-05T00:46:13.098Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T00:46:13.098Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T00:46:13.098Z] ---> d10569e2745f [2021-03-05T00:46:13.098Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T00:46:13.373Z] ---> Running in 205f50df90ed [2021-03-05T00:46:13.373Z] ---> Running in 6c56499e0417 [2021-03-05T00:46:13.765Z] Priming go115 [2021-03-05T00:46:13.765Z] + snapcraftctl prime [2021-03-05T00:46:14.336Z] Priming edgex-go [2021-03-05T00:46:14.336Z] + snapcraftctl prime [2021-03-05T00:46:14.368Z] Removing intermediate container 205f50df90ed [2021-03-05T00:46:14.368Z] ---> 020ffc13e440 [2021-03-05T00:46:14.368Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T00:46:14.368Z] ---> Running in 4acf0abbf7b2 [2021-03-05T00:46:15.720Z] Priming version [2021-03-05T00:46:15.720Z] + snapcraftctl prime [2021-03-05T00:46:15.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:15.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:16.290Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-05T00:46:16.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:16.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:16.689Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T00:46:17.205Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:46:17.205Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T00:46:17.205Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T00:46:17.205Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:46:17.205Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:46:17.590Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:46:17.590Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T00:46:17.590Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:46:17.590Z] OK: 5 MiB in 16 packages [2021-03-05T00:46:17.590Z] OK: 7 MiB in 18 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T00:46:20.461Z] Removing intermediate container 4acf0abbf7b2 [2021-03-05T00:46:20.461Z] ---> 2dfcfead6cee [2021-03-05T00:46:20.461Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T00:46:20.734Z] ---> Running in a5e34248b6fc [2021-03-05T00:46:21.009Z] Removing intermediate container 6c56499e0417 [2021-03-05T00:46:21.009Z] ---> 2a57552316b9 [2021-03-05T00:46:21.009Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:46:21.287Z] ---> Running in 43abf1e64cd0 [2021-03-05T00:46:21.560Z] Removing intermediate container a5e34248b6fc [2021-03-05T00:46:21.560Z] ---> 7d36e595a45c [2021-03-05T00:46:21.560Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T00:46:21.841Z] ---> Running in badb08a6d85d [2021-03-05T00:46:22.119Z] Removing intermediate container 43abf1e64cd0 [2021-03-05T00:46:22.119Z] ---> 9d4471fe04a6 [2021-03-05T00:46:22.119Z] Step 13/21 : WORKDIR /edgex [2021-03-05T00:46:22.398Z] ---> Running in d5dd79e853c5 [2021-03-05T00:46:22.673Z] Removing intermediate container badb08a6d85d [2021-03-05T00:46:22.673Z] ---> 20b9cd359264 [2021-03-05T00:46:22.673Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T00:46:22.947Z] ---> Running in 655dd334de3f [2021-03-05T00:46:23.926Z] Removing intermediate container d5dd79e853c5 [2021-03-05T00:46:23.926Z] ---> 884e0150c72e [2021-03-05T00:46:23.926Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T00:46:25.911Z] ---> 464202096248 [2021-03-05T00:46:25.911Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T00:46:26.918Z] Removing intermediate container aa859c70deb1 [2021-03-05T00:46:26.918Z] ---> b384487688bf [2021-03-05T00:46:26.918Z] [2021-03-05T00:46:26.918Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:46:26.918Z] ---> d10569e2745f [2021-03-05T00:46:26.918Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T00:46:26.918Z] Removing intermediate container 8d93dd09143c [2021-03-05T00:46:26.918Z] ---> 6a99b3e428ac [2021-03-05T00:46:26.918Z] [2021-03-05T00:46:26.918Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T00:46:26.918Z] ---> d10569e2745f [2021-03-05T00:46:26.918Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:46:27.546Z] ---> Running in beaaa3e90bb4 [2021-03-05T00:46:27.546Z] ---> Running in 5a08bc8e5788 [2021-03-05T00:46:27.546Z] Removing intermediate container 655dd334de3f [2021-03-05T00:46:27.546Z] ---> a71bdbd13606 [2021-03-05T00:46:27.546Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T00:46:27.819Z] ---> debca27bf06a [2021-03-05T00:46:27.819Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T00:46:28.099Z] ---> Running in 835f4596534e [2021-03-05T00:46:29.093Z] Removing intermediate container 835f4596534e [2021-03-05T00:46:29.093Z] ---> e94081b2c42f [2021-03-05T00:46:29.093Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T00:46:29.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:29.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:29.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:29.975Z] ---> a0913a9875e3 [2021-03-05T00:46:29.975Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T00:46:29.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:46:30.575Z] ---> Running in 043682b8bc70 [2021-03-05T00:46:30.575Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T00:46:30.575Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:46:30.575Z] OK: 5 MiB in 15 packages [2021-03-05T00:46:30.575Z] ---> 2f7861a56a18 [2021-03-05T00:46:30.575Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T00:46:30.849Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T00:46:30.849Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T00:46:30.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:46:30.849Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:46:31.124Z] OK: 6 MiB in 16 packages [2021-03-05T00:46:31.124Z] ---> Running in ba4faaa3a84d [2021-03-05T00:46:31.398Z] Removing intermediate container 043682b8bc70 [2021-03-05T00:46:31.398Z] ---> 9e97dfab3d1e [2021-03-05T00:46:31.398Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T00:46:32.000Z] ---> Running in 499b842fc425 [2021-03-05T00:46:32.598Z] Removing intermediate container beaaa3e90bb4 [2021-03-05T00:46:32.598Z] ---> 50589f050928 [2021-03-05T00:46:32.598Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:46:32.876Z] Removing intermediate container 6f6fcce07d45 [2021-03-05T00:46:32.876Z] ---> 8e4c886f6839 [2021-03-05T00:46:32.876Z] [2021-03-05T00:46:32.876Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:46:32.876Z] ---> d10569e2745f [2021-03-05T00:46:32.876Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:46:32.876Z] ---> Using cache [2021-03-05T00:46:32.876Z] ---> 50589f050928 [2021-03-05T00:46:32.876Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:46:33.151Z] ---> Running in ce75811b0269 [2021-03-05T00:46:33.151Z] Removing intermediate container 499b842fc425 [2021-03-05T00:46:33.151Z] ---> 355c20a8dc6c [2021-03-05T00:46:33.151Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T00:46:33.151Z] ---> Running in 05b604aad6b9 [2021-03-05T00:46:33.426Z] ---> Running in 7a9fc0debf11 [2021-03-05T00:46:33.426Z] Removing intermediate container 5a08bc8e5788 [2021-03-05T00:46:33.700Z] ---> c15b0a2c47cd [2021-03-05T00:46:33.700Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:46:33.975Z] ---> Running in faf04c84c938 [2021-03-05T00:46:33.975Z] Removing intermediate container ce75811b0269 [2021-03-05T00:46:33.975Z] ---> be24f1df7451 [2021-03-05T00:46:33.975Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T00:46:33.975Z] Removing intermediate container 05b604aad6b9 [2021-03-05T00:46:33.975Z] ---> 2ea538879110 [2021-03-05T00:46:33.975Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T00:46:34.249Z] ---> Running in 33b262d0e453 [2021-03-05T00:46:34.250Z] ---> Running in 23cd76eb2847 [2021-03-05T00:46:34.250Z] Removing intermediate container 7a9fc0debf11 [2021-03-05T00:46:34.250Z] ---> cc7a1adcccd0 [2021-03-05T00:46:34.250Z] Step 20/21 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:46:34.529Z] Removing intermediate container faf04c84c938 [2021-03-05T00:46:34.529Z] ---> e8e046666dc2 [2021-03-05T00:46:34.529Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T00:46:34.529Z] ---> Running in 654117a6878a [2021-03-05T00:46:34.801Z] ---> Running in dc534d90c17b [2021-03-05T00:46:35.075Z] Removing intermediate container ba4faaa3a84d [2021-03-05T00:46:35.075Z] ---> a7d106fa128a [2021-03-05T00:46:35.075Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:46:35.075Z] Removing intermediate container 33b262d0e453 [2021-03-05T00:46:35.075Z] ---> a3ce8e635eb7 [2021-03-05T00:46:35.075Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:46:35.075Z] Removing intermediate container 23cd76eb2847 [2021-03-05T00:46:35.075Z] ---> 0014c89ca1c2 [2021-03-05T00:46:35.075Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:46:35.352Z] ---> Running in 21a360b02211 [2021-03-05T00:46:35.352Z] Removing intermediate container 654117a6878a [2021-03-05T00:46:35.352Z] ---> 9ee2ebf56dfc [2021-03-05T00:46:35.352Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T00:46:35.352Z] ---> Running in 434fe9994ac1 [2021-03-05T00:46:35.625Z] ---> Running in c2e6cef7dfb3 [2021-03-05T00:46:35.625Z] Removing intermediate container dc534d90c17b [2021-03-05T00:46:35.625Z] ---> a7a473fd8764 [2021-03-05T00:46:35.625Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T00:46:35.909Z] ---> Running in d98277ceca2d [2021-03-05T00:46:35.909Z] Removing intermediate container 21a360b02211 [2021-03-05T00:46:35.909Z] ---> 0692c9805dd2 [2021-03-05T00:46:35.909Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:46:36.185Z] Removing intermediate container 434fe9994ac1 [2021-03-05T00:46:36.185Z] ---> cc6b0e7df166 [2021-03-05T00:46:36.185Z] Step 15/23 : WORKDIR / [2021-03-05T00:46:36.185Z] ---> ba6442664860 [2021-03-05T00:46:36.185Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T00:46:36.185Z] Removing intermediate container c2e6cef7dfb3 [2021-03-05T00:46:36.185Z] ---> 4f28ac52b72d [2021-03-05T00:46:36.185Z] [2021-03-05T00:46:36.460Z] ---> Running in 3b8deaed6e2a [2021-03-05T00:46:36.460Z] Removing intermediate container d98277ceca2d [2021-03-05T00:46:36.460Z] ---> c94351901a93 [2021-03-05T00:46:36.460Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:46:37.062Z] Successfully built 4f28ac52b72d [2021-03-05T00:46:37.062Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T00:46:37.062Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-05T00:46:37.344Z] ---> 409f0003afc1 [2021-03-05T00:46:37.344Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T00:46:37.617Z] Removing intermediate container 3b8deaed6e2a [2021-03-05T00:46:37.617Z] ---> bb713b121fad [2021-03-05T00:46:37.617Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:46:37.892Z] ---> 8924cef0f91b [2021-03-05T00:46:37.892Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T00:46:37.892Z] ---> 21cb84c08f32 [2021-03-05T00:46:37.892Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T00:46:39.878Z] ---> 0ec1702d6f0e [2021-03-05T00:46:39.878Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T00:46:40.153Z] ---> 6b6a1c3fd4b2 [2021-03-05T00:46:40.153Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T00:46:40.153Z] ---> 9727e90d4d75 [2021-03-05T00:46:40.153Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T00:46:40.430Z] ---> 64a5cec2504a [2021-03-05T00:46:40.430Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T00:46:41.408Z] ---> 0e93e20da925 [2021-03-05T00:46:41.408Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T00:46:41.677Z] ---> 2b4f6ec6f8cf [2021-03-05T00:46:41.677Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T00:46:41.677Z] ---> Running in 21fb1260a9e4 [2021-03-05T00:46:41.677Z] ---> b8bdef1bbcab [2021-03-05T00:46:41.677Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T00:46:41.677Z] ---> 35ceb1540412 [2021-03-05T00:46:41.677Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T00:46:42.272Z] ---> Running in d375b5d59aea [2021-03-05T00:46:42.544Z] Removing intermediate container 21fb1260a9e4 [2021-03-05T00:46:42.544Z] ---> ee664baf4cca [2021-03-05T00:46:42.544Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:46:43.142Z] ---> 95643ebf3359 [2021-03-05T00:46:43.142Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T00:46:43.142Z] Removing intermediate container d375b5d59aea [2021-03-05T00:46:43.142Z] ---> 9290399a3dfa [2021-03-05T00:46:43.142Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:46:43.142Z] ---> Running in c77e54b09854 [2021-03-05T00:46:43.142Z] ---> ab75784554aa [2021-03-05T00:46:43.142Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T00:46:43.417Z] ---> Running in e5ffa17c8694 [2021-03-05T00:46:43.417Z] ---> Running in 888fe28f2c70 [2021-03-05T00:46:43.417Z] ---> Running in fae09b538064 [2021-03-05T00:46:43.698Z] Removing intermediate container c77e54b09854 [2021-03-05T00:46:43.698Z] ---> a2de699d61da [2021-03-05T00:46:43.698Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T00:46:43.974Z] ---> Running in 618764e8267d [2021-03-05T00:46:43.974Z] Removing intermediate container e5ffa17c8694 [2021-03-05T00:46:43.974Z] ---> c4e476805028 [2021-03-05T00:46:43.974Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T00:46:44.258Z] Removing intermediate container 888fe28f2c70 [2021-03-05T00:46:44.258Z] ---> ebc5664d7d89 [2021-03-05T00:46:44.258Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T00:46:44.258Z] Removing intermediate container fae09b538064 [2021-03-05T00:46:44.258Z] ---> 17b40eb041f9 [2021-03-05T00:46:44.258Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:46:44.258Z] ---> Running in 5ee0bac24821 [2021-03-05T00:46:44.543Z] ---> Running in 0b4ce5fe2a3e [2021-03-05T00:46:44.543Z] Removing intermediate container 618764e8267d [2021-03-05T00:46:44.543Z] ---> f4210f1713a0 [2021-03-05T00:46:44.543Z] Step 21/22 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:46:44.819Z] ---> Running in b820c437aa6d [2021-03-05T00:46:44.819Z] Removing intermediate container 5ee0bac24821 [2021-03-05T00:46:44.819Z] ---> 08a5a7247b3a [2021-03-05T00:46:44.819Z] Step 21/22 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:46:45.101Z] Removing intermediate container 0b4ce5fe2a3e [2021-03-05T00:46:45.101Z] ---> fcf449816998 [2021-03-05T00:46:45.101Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:46:45.101Z] ---> 246cbdbe4a15 [2021-03-05T00:46:45.101Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T00:46:45.101Z] ---> Running in 4138f30772a5 [2021-03-05T00:46:45.376Z] ---> Running in da7378117e28 [2021-03-05T00:46:45.376Z] ---> Running in 8d4c2f48be8c [2021-03-05T00:46:45.654Z] Removing intermediate container b820c437aa6d [2021-03-05T00:46:45.654Z] ---> 53bf9ba033b7 [2021-03-05T00:46:45.654Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:46:45.923Z] Removing intermediate container 4138f30772a5 [2021-03-05T00:46:45.924Z] ---> f137c1978530 [2021-03-05T00:46:45.924Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T00:46:45.924Z] ---> Running in 4caa1c7c4f14 [2021-03-05T00:46:46.196Z] ---> Running in 9cc1c001e52f [2021-03-05T00:46:46.196Z] Removing intermediate container da7378117e28 [2021-03-05T00:46:46.196Z] ---> fea0ec20a1d2 [2021-03-05T00:46:46.196Z] Step 22/23 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:46:46.817Z] ---> Running in e079cc20ab95 [2021-03-05T00:46:47.097Z] Removing intermediate container 4caa1c7c4f14 [2021-03-05T00:46:47.097Z] ---> 29dc50048150 [2021-03-05T00:46:47.097Z] [2021-03-05T00:46:47.097Z] Removing intermediate container 9cc1c001e52f [2021-03-05T00:46:47.097Z] ---> 4924ac055d47 [2021-03-05T00:46:47.097Z] [2021-03-05T00:46:47.383Z] Removing intermediate container e079cc20ab95 [2021-03-05T00:46:47.383Z] ---> 977c9852f688 [2021-03-05T00:46:47.383Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:46:47.659Z] Successfully built 29dc50048150 [2021-03-05T00:46:47.659Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T00:46:47.659Z] Building docker-core-command-go [2021-03-05T00:46:47.659Z]  Building docker-support-scheduler-go ... done Successfully built 4924ac055d47 [2021-03-05T00:46:47.932Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T00:46:47.932Z] ---> Running in a444cc382152 [2021-03-05T00:46:47.932Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-05T00:46:48.536Z] Removing intermediate container a444cc382152 [2021-03-05T00:46:48.536Z] ---> e3bc0932bae8 [2021-03-05T00:46:48.536Z] [2021-03-05T00:46:48.823Z] Removing intermediate container 8d4c2f48be8c [2021-03-05T00:46:48.823Z] ---> d13ca8027b3c [2021-03-05T00:46:48.823Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T00:46:48.823Z] Successfully built e3bc0932bae8 [2021-03-05T00:46:48.823Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T00:46:48.823Z] Building docker-security-secretstore-setup-go [2021-03-05T00:46:49.097Z]  Building docker-core-metadata-go ... done  ---> Running in 055d584a0f7a [2021-03-05T00:46:49.691Z] Removing intermediate container 055d584a0f7a [2021-03-05T00:46:49.691Z] ---> 45388efe3727 [2021-03-05T00:46:49.691Z] Step 28/31 : CMD ["gate"] [2021-03-05T00:46:49.965Z] ---> Running in 06d5d148b9b0 [2021-03-05T00:46:50.237Z] Removing intermediate container 06d5d148b9b0 [2021-03-05T00:46:50.237Z] ---> fc42d9c2e105 [2021-03-05T00:46:50.237Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T00:46:50.831Z] ---> Running in 695c085f37ff [2021-03-05T00:46:51.430Z] Removing intermediate container 695c085f37ff [2021-03-05T00:46:51.430Z] ---> 6f24daeb26b5 [2021-03-05T00:46:51.430Z] Step 30/31 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:46:51.702Z] ---> Running in 9d6e8145c3bf [2021-03-05T00:46:52.294Z] Removing intermediate container 9d6e8145c3bf [2021-03-05T00:46:52.294Z] ---> 4bfe3e8dc659 [2021-03-05T00:46:52.294Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T00:46:52.887Z] ---> Running in e37af4ebe27d [2021-03-05T00:46:53.481Z] Removing intermediate container e37af4ebe27d [2021-03-05T00:46:53.481Z] ---> 323478f50695 [2021-03-05T00:46:53.481Z] [2021-03-05T00:46:54.076Z] Successfully built 323478f50695 [2021-03-05T00:46:54.076Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T00:47:20.863Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:47:20.863Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:47:20.863Z] ---> b7115d8e49b3 [2021-03-05T00:47:20.863Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T00:47:20.863Z] ---> Using cache [2021-03-05T00:47:20.863Z] ---> 42cb29bcda0b [2021-03-05T00:47:20.863Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:47:20.863Z] ---> Using cache [2021-03-05T00:47:20.863Z] ---> 188e20b9aa00 [2021-03-05T00:47:20.863Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T00:47:24.286Z] ---> Running in 71f0a9e450af [2021-03-05T00:47:25.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:47:26.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:47:27.306Z] OK: 217 MiB in 51 packages [2021-03-05T00:47:29.298Z] Removing intermediate container 71f0a9e450af [2021-03-05T00:47:29.299Z] ---> dcafc0f27097 [2021-03-05T00:47:29.573Z] Step 6/26 : COPY go.mod . [2021-03-05T00:47:30.554Z] ---> 961d63e51d1a [2021-03-05T00:47:30.554Z] Step 7/26 : RUN go mod download [2021-03-05T00:47:30.828Z] ---> Running in 44191acf63ba [2021-03-05T00:47:35.150Z] Removing intermediate container 44191acf63ba [2021-03-05T00:47:35.150Z] ---> 9b7c155b318a [2021-03-05T00:47:35.150Z] Step 8/26 : COPY . . [2021-03-05T00:47:35.150Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:47:35.150Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:47:35.150Z] ---> b7115d8e49b3 [2021-03-05T00:47:35.150Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:47:35.150Z] ---> Using cache [2021-03-05T00:47:35.150Z] ---> 42cb29bcda0b [2021-03-05T00:47:35.150Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:47:35.150Z] ---> Using cache [2021-03-05T00:47:35.150Z] ---> 188e20b9aa00 [2021-03-05T00:47:35.150Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T00:47:35.150Z] ---> Using cache [2021-03-05T00:47:35.150Z] ---> cd9f9cf104f0 [2021-03-05T00:47:35.150Z] Step 6/23 : COPY go.mod . [2021-03-05T00:47:35.150Z] ---> Using cache [2021-03-05T00:47:35.150Z] ---> a9182d642554 [2021-03-05T00:47:35.150Z] Step 7/23 : RUN go mod download [2021-03-05T00:47:35.150Z] ---> Using cache [2021-03-05T00:47:35.150Z] ---> 22e73bb05c15 [2021-03-05T00:47:35.150Z] Step 8/23 : COPY . . [2021-03-05T00:47:35.492Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> b1dafa29acf0 [2021-03-05T00:47:35.493Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T00:47:35.493Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:47:35.493Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:47:35.493Z] ---> b7115d8e49b3 [2021-03-05T00:47:35.493Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T00:47:35.493Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> 42cb29bcda0b [2021-03-05T00:47:35.493Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:47:35.493Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> 188e20b9aa00 [2021-03-05T00:47:35.493Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T00:47:35.493Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T00:47:35.493Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T00:47:35.493Z] ---> b7115d8e49b3 [2021-03-05T00:47:35.493Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T00:47:35.493Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> 42cb29bcda0b [2021-03-05T00:47:35.493Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:47:35.493Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> 188e20b9aa00 [2021-03-05T00:47:35.493Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T00:47:35.493Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> cd9f9cf104f0 [2021-03-05T00:47:35.493Z] Step 6/24 : COPY go.mod . [2021-03-05T00:47:35.493Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> a9182d642554 [2021-03-05T00:47:35.493Z] Step 7/24 : RUN go mod download [2021-03-05T00:47:35.493Z] ---> Using cache [2021-03-05T00:47:35.493Z] ---> 22e73bb05c15 [2021-03-05T00:47:35.493Z] Step 8/24 : COPY . . [2021-03-05T00:47:35.493Z] ---> Running in 69ac4f7c8e8a [2021-03-05T00:47:35.791Z] ---> Using cache [2021-03-05T00:47:35.791Z] ---> b1dafa29acf0 [2021-03-05T00:47:35.791Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T00:47:35.791Z] ---> Running in ad0b56bfc396 [2021-03-05T00:47:36.128Z] ---> Running in 7101f74d4cc7 [2021-03-05T00:47:37.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:47:37.884Z] 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-03-05T00:47:37.884Z] 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-03-05T00:47:38.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:47:39.464Z] OK: 217 MiB in 51 packages [2021-03-05T00:47:42.862Z] Removing intermediate container 69ac4f7c8e8a [2021-03-05T00:47:42.862Z] ---> 58657897f7c5 [2021-03-05T00:47:42.862Z] Step 6/23 : COPY go.mod . [2021-03-05T00:47:43.843Z] ---> 560890abc1e9 [2021-03-05T00:47:43.843Z] Step 7/23 : RUN go mod download [2021-03-05T00:47:44.126Z] ---> Running in bd366b2de67d [2021-03-05T00:47:50.854Z] Removing intermediate container bd366b2de67d [2021-03-05T00:47:50.854Z] ---> 2da731abf2d5 [2021-03-05T00:47:50.854Z] Step 8/23 : COPY . . [2021-03-05T00:47:57.589Z] ---> ec8c06c4d360 [2021-03-05T00:47:57.589Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T00:47:57.589Z] ---> Running in 54acbc48f1fc [2021-03-05T00:48:00.244Z] 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-03-05T00:48:12.698Z] ---> d46fdd5286cb [2021-03-05T00:48:12.698Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T00:48:12.698Z] ---> Running in f4657fc4480b [2021-03-05T00:48:12.970Z] 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-03-05T00:48:40.271Z] 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-03-05T00:48:55.385Z] Removing intermediate container 7101f74d4cc7 [2021-03-05T00:48:55.385Z] ---> cc53a5473bd6 [2021-03-05T00:48:55.385Z] [2021-03-05T00:48:55.385Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T00:48:55.385Z] ---> d10569e2745f [2021-03-05T00:48:55.385Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T00:48:55.385Z] ---> Running in 8af3fca6eb44 [2021-03-05T00:48:56.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:56.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:48:56.990Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T00:48:56.990Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:48:56.990Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T00:48:56.990Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T00:48:56.990Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T00:48:56.990Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:48:56.990Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T00:48:57.270Z] OK: 7 MiB in 19 packages [2021-03-05T00:48:59.914Z] Removing intermediate container 8af3fca6eb44 [2021-03-05T00:48:59.914Z] ---> 24b04f992b35 [2021-03-05T00:48:59.914Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T00:48:59.914Z] ---> Running in ff5b6f76b1ed [2021-03-05T00:49:00.530Z] Removing intermediate container ff5b6f76b1ed [2021-03-05T00:49:00.530Z] ---> f8680ab30b2d [2021-03-05T00:49:00.530Z] Step 13/24 : WORKDIR / [2021-03-05T00:49:00.810Z] ---> Running in b6bf71422bff [2021-03-05T00:49:01.802Z] Removing intermediate container b6bf71422bff [2021-03-05T00:49:01.802Z] ---> a5347d443a1c [2021-03-05T00:49:01.802Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T00:49:03.804Z] ---> db32212c24c4 [2021-03-05T00:49:03.804Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T00:49:05.266Z] ---> da1ee940a8e7 [2021-03-05T00:49:05.266Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:06.263Z] Removing intermediate container ad0b56bfc396 [2021-03-05T00:49:06.263Z] ---> aa761f8eebae [2021-03-05T00:49:06.263Z] [2021-03-05T00:49:06.263Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:49:06.263Z] ---> d10569e2745f [2021-03-05T00:49:06.263Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T00:49:06.263Z] ---> Using cache [2021-03-05T00:49:06.263Z] ---> 50589f050928 [2021-03-05T00:49:06.263Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T00:49:06.263Z] ---> Using cache [2021-03-05T00:49:06.263Z] ---> 2ea538879110 [2021-03-05T00:49:06.263Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T00:49:06.263Z] ---> Running in 26439ba0ff2e [2021-03-05T00:49:06.537Z] ---> 532970f409ed [2021-03-05T00:49:06.537Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T00:49:07.131Z] Removing intermediate container 26439ba0ff2e [2021-03-05T00:49:07.132Z] ---> e55b442b4f1c [2021-03-05T00:49:07.132Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T00:49:07.732Z] ---> Running in 65c37ca5ca4f [2021-03-05T00:49:08.352Z] Removing intermediate container 65c37ca5ca4f [2021-03-05T00:49:08.352Z] ---> ed003ad55968 [2021-03-05T00:49:08.352Z] Step 15/23 : WORKDIR / [2021-03-05T00:49:08.352Z] ---> Running in 59381bcb7b37 [2021-03-05T00:49:08.629Z] ---> 8e3b3d208450 [2021-03-05T00:49:08.629Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T00:49:09.240Z] Removing intermediate container 59381bcb7b37 [2021-03-05T00:49:09.240Z] ---> d96278adc86d [2021-03-05T00:49:09.240Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:10.701Z] ---> 3668691f7915 [2021-03-05T00:49:10.701Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T00:49:10.701Z] ---> 1575a3542a5c [2021-03-05T00:49:10.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T00:49:12.148Z] ---> 921c403a6978 [2021-03-05T00:49:12.148Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T00:49:12.148Z] ---> Running in 587fdb66fdb0 [2021-03-05T00:49:12.746Z] ---> 0f3215769a20 [2021-03-05T00:49:12.746Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:14.183Z] ---> b285e31d2fbe [2021-03-05T00:49:14.183Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T00:49:14.460Z] ---> Running in cd0e77a44e82 [2021-03-05T00:49:15.902Z] Removing intermediate container cd0e77a44e82 [2021-03-05T00:49:15.902Z] ---> 4bebbf2d345c [2021-03-05T00:49:15.902Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:49:16.172Z] ---> Running in a854c03280bc [2021-03-05T00:49:16.764Z] Removing intermediate container 587fdb66fdb0 [2021-03-05T00:49:16.764Z] ---> 7cb4245259fd [2021-03-05T00:49:16.764Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T00:49:17.033Z] ---> Running in 3bc0bbb943c6 [2021-03-05T00:49:17.033Z] Removing intermediate container a854c03280bc [2021-03-05T00:49:17.033Z] ---> e8acb3eda4dc [2021-03-05T00:49:17.033Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:49:17.305Z] ---> Running in 87c0045c8016 [2021-03-05T00:49:17.901Z] Removing intermediate container 3bc0bbb943c6 [2021-03-05T00:49:17.901Z] ---> 65540525ba7a [2021-03-05T00:49:17.901Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T00:49:18.177Z] ---> Running in 4fd88e8010ec [2021-03-05T00:49:18.463Z] Removing intermediate container 87c0045c8016 [2021-03-05T00:49:18.463Z] ---> 673dafa13963 [2021-03-05T00:49:18.464Z] Step 22/23 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:49:18.464Z] Removing intermediate container 54acbc48f1fc [2021-03-05T00:49:18.464Z] ---> ecd211b0c810 [2021-03-05T00:49:18.464Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T00:49:18.745Z] ---> Running in 9468a2dc6b80 [2021-03-05T00:49:18.745Z] ---> Running in c1f5fa62e6ad [2021-03-05T00:49:19.017Z] Removing intermediate container 4fd88e8010ec [2021-03-05T00:49:19.017Z] ---> 3c48d50f5920 [2021-03-05T00:49:19.017Z] Step 23/24 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:49:19.290Z] ---> Running in 245e5cc947cf [2021-03-05T00:49:19.564Z] Removing intermediate container 9468a2dc6b80 [2021-03-05T00:49:19.564Z] ---> b293a6a3479f [2021-03-05T00:49:19.564Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:49:19.900Z] ---> Running in 723d09d5297b [2021-03-05T00:49:20.225Z] Removing intermediate container 245e5cc947cf [2021-03-05T00:49:20.225Z] ---> 349367e2c546 [2021-03-05T00:49:20.225Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T00:49:20.552Z] ---> Running in 8bbf7ed70083 [2021-03-05T00:49:20.845Z] Removing intermediate container 723d09d5297b [2021-03-05T00:49:20.845Z] ---> deee33e5a236 [2021-03-05T00:49:20.845Z] [2021-03-05T00:49:21.191Z] 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-03-05T00:49:21.495Z] Removing intermediate container 8bbf7ed70083 [2021-03-05T00:49:21.495Z] ---> f76f487f85a1 [2021-03-05T00:49:21.495Z] [2021-03-05T00:49:21.778Z] Successfully built deee33e5a236 [2021-03-05T00:49:21.778Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T00:49:22.370Z]  Building docker-core-command-go ... done Successfully built f76f487f85a1 [2021-03-05T00:49:22.370Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T00:49:25.765Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c1f5fa62e6ad [2021-03-05T00:49:25.765Z] ---> 510bbfe1ddef [2021-03-05T00:49:25.765Z] [2021-03-05T00:49:25.765Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T00:49:25.765Z] 20.10.0: Pulling from library/docker [2021-03-05T00:49:34.051Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T00:49:34.051Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T00:49:34.051Z] ---> eeaf43b92773 [2021-03-05T00:49:34.051Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T00:49:36.029Z] ---> Running in 73346d2a541d [2021-03-05T00:49:37.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:37.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:37.877Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T00:49:37.877Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T00:49:37.877Z] Executing bash-5.0.17-r0.post-install [2021-03-05T00:49:37.877Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:37.877Z] OK: 12 MiB in 22 packages [2021-03-05T00:49:39.315Z] Removing intermediate container f4657fc4480b [2021-03-05T00:49:39.315Z] ---> 1b50d83ad2cc [2021-03-05T00:49:39.315Z] [2021-03-05T00:49:39.315Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T00:49:39.315Z] ---> d10569e2745f [2021-03-05T00:49:39.315Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T00:49:39.588Z] ---> Running in 653dca5dee13 [2021-03-05T00:49:39.859Z] Removing intermediate container 73346d2a541d [2021-03-05T00:49:39.859Z] ---> 3099709d36c4 [2021-03-05T00:49:39.859Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T00:49:39.859Z] ---> Running in 58a63c208159 [2021-03-05T00:49:40.132Z] Removing intermediate container 653dca5dee13 [2021-03-05T00:49:40.132Z] ---> 35eaebc3ec03 [2021-03-05T00:49:40.132Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T00:49:40.408Z] ---> Running in 80a1fe6e48c2 [2021-03-05T00:49:40.408Z] Removing intermediate container 58a63c208159 [2021-03-05T00:49:40.408Z] ---> ca55c1bbc536 [2021-03-05T00:49:40.408Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T00:49:40.680Z] ---> Running in b6477a774f0d [2021-03-05T00:49:40.953Z] Removing intermediate container 80a1fe6e48c2 [2021-03-05T00:49:40.953Z] ---> 82bf3cf69778 [2021-03-05T00:49:40.953Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T00:49:40.953Z] ---> Running in 9e9e3d89e72c [2021-03-05T00:49:41.224Z] Removing intermediate container b6477a774f0d [2021-03-05T00:49:41.224Z] ---> dfa806fb2825 [2021-03-05T00:49:41.224Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T00:49:41.224Z] ---> Running in b20c1b2f4845 [2021-03-05T00:49:41.496Z] Removing intermediate container 9e9e3d89e72c [2021-03-05T00:49:41.496Z] ---> 7737c2d84363 [2021-03-05T00:49:41.496Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T00:49:41.768Z] ---> Running in 4c528f5106ce [2021-03-05T00:49:41.768Z] Removing intermediate container b20c1b2f4845 [2021-03-05T00:49:41.768Z] ---> 59dd96d31cb8 [2021-03-05T00:49:41.768Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T00:49:43.206Z] ---> 1b1b5685dc5c [2021-03-05T00:49:43.206Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:43.801Z] ---> f88050f08039 [2021-03-05T00:49:43.801Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T00:49:44.071Z] Removing intermediate container 4c528f5106ce [2021-03-05T00:49:44.072Z] ---> a1e0cf19a87a [2021-03-05T00:49:44.072Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T00:49:44.072Z] ---> Running in c135e715611e [2021-03-05T00:49:44.664Z] ---> e4184a08c1de [2021-03-05T00:49:44.664Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T00:49:44.664Z] ---> Running in 2f51e1a776c6 [2021-03-05T00:49:45.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:45.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:45.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:45.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:49:46.442Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T00:49:46.443Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T00:49:46.443Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T00:49:46.443Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T00:49:46.443Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T00:49:46.443Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T00:49:46.443Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T00:49:46.714Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T00:49:46.714Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T00:49:46.983Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T00:49:46.983Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T00:49:47.252Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T00:49:47.525Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T00:49:47.525Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:47.525Z] OK: 8 MiB in 20 packages [2021-03-05T00:49:48.121Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T00:49:48.121Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T00:49:48.121Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T00:49:48.121Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T00:49:48.121Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T00:49:48.121Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T00:49:48.393Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T00:49:48.393Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T00:49:48.393Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T00:49:48.393Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T00:49:48.393Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T00:49:48.393Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T00:49:48.393Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T00:49:48.393Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T00:49:48.393Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T00:49:48.663Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T00:49:48.663Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T00:49:48.663Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T00:49:48.663Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T00:49:48.663Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T00:49:48.663Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T00:49:48.663Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T00:49:48.663Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T00:49:48.663Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T00:49:48.663Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T00:49:48.663Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T00:49:48.933Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:49:48.933Z] OK: 71 MiB in 55 packages [2021-03-05T00:49:49.913Z] Removing intermediate container c135e715611e [2021-03-05T00:49:49.913Z] ---> 9f25a19cb0da [2021-03-05T00:49:49.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T00:49:50.893Z] ---> c8ad31e53151 [2021-03-05T00:49:50.893Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T00:49:52.337Z] ---> 20a74bb4d467 [2021-03-05T00:49:52.338Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T00:49:53.313Z] ---> 5f7f1a0e5a07 [2021-03-05T00:49:53.313Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T00:49:53.587Z] ---> Running in 65eb2b4d2909 [2021-03-05T00:49:54.180Z] Removing intermediate container 65eb2b4d2909 [2021-03-05T00:49:54.180Z] ---> bc96bc4e4d47 [2021-03-05T00:49:54.180Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:49:54.180Z] ---> Running in 53d8a4f8f759 [2021-03-05T00:49:54.778Z] Removing intermediate container 53d8a4f8f759 [2021-03-05T00:49:54.778Z] ---> b1e677ff53e4 [2021-03-05T00:49:54.778Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T00:49:54.778Z] Removing intermediate container 2f51e1a776c6 [2021-03-05T00:49:54.778Z] ---> 47b02245c4ae [2021-03-05T00:49:54.778Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T00:49:55.050Z] ---> Running in a09eb355ed23 [2021-03-05T00:49:55.050Z] ---> Running in 054be4f8c385 [2021-03-05T00:49:55.645Z] Removing intermediate container a09eb355ed23 [2021-03-05T00:49:55.645Z] ---> 6c5ae1e98c92 [2021-03-05T00:49:55.645Z] Step 22/23 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:49:55.917Z] ---> Running in 332ab57f9dd8 [2021-03-05T00:49:56.511Z] Removing intermediate container 332ab57f9dd8 [2021-03-05T00:49:56.511Z] ---> 26fd97bff6cc [2021-03-05T00:49:56.511Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T00:49:56.511Z] ---> Running in d953302a447a [2021-03-05T00:49:56.794Z] Removing intermediate container d953302a447a [2021-03-05T00:49:56.794Z] ---> 6183c609c602 [2021-03-05T00:49:56.794Z] [2021-03-05T00:49:57.390Z] Successfully built 6183c609c602 [2021-03-05T00:49:57.390Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T00:49:59.995Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-05T00:49:59.995Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T00:50:01.417Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T00:50:01.417Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T00:50:01.417Z] 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-03-05T00:50:02.007Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T00:50:02.007Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T00:50:02.275Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T00:50:02.276Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T00:50:03.243Z] Collecting PyYAML<4,>=3.10 [2021-03-05T00:50:03.243Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T00:50:06.611Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T00:50:06.611Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T00:50:08.034Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T00:50:08.034Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T00:50:09.998Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T00:50:09.998Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T00:50:11.976Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T00:50:11.976Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T00:50:12.565Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T00:50:12.565Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T00:50:13.534Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T00:50:13.534Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T00:50:13.805Z] 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-03-05T00:50:13.805Z] Collecting idna<2.8,>=2.5 [2021-03-05T00:50:13.805Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T00:50:14.077Z] 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-03-05T00:50:14.077Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T00:50:14.077Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T00:50:14.348Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T00:50:14.348Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T00:50:14.348Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T00:50:14.348Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T00:50:14.935Z] Installing collected packages: urllib3, idna, requests, cached-property, jsonschema, PyYAML, docopt, texttable, dockerpty, websocket-client, docker-pycreds, docker, docker-compose [2021-03-05T00:50:14.935Z] Attempting uninstall: urllib3 [2021-03-05T00:50:15.205Z] Found existing installation: urllib3 1.25.9 [2021-03-05T00:50:15.205Z] Uninstalling urllib3-1.25.9: [2021-03-05T00:50:15.205Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T00:50:15.794Z] Attempting uninstall: idna [2021-03-05T00:50:15.794Z] Found existing installation: idna 2.9 [2021-03-05T00:50:15.794Z] Uninstalling idna-2.9: [2021-03-05T00:50:15.794Z] Successfully uninstalled idna-2.9 [2021-03-05T00:50:16.767Z] Attempting uninstall: requests [2021-03-05T00:50:16.767Z] Found existing installation: requests 2.23.0 [2021-03-05T00:50:16.767Z] Uninstalling requests-2.23.0: [2021-03-05T00:50:16.767Z] Successfully uninstalled requests-2.23.0 [2021-03-05T00:50:17.357Z] Running setup.py install for PyYAML: started [2021-03-05T00:50:19.320Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T00:50:19.320Z] Running setup.py install for docopt: started [2021-03-05T00:50:21.321Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T00:50:21.321Z] Running setup.py install for texttable: started [2021-03-05T00:50:23.322Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T00:50:23.322Z] Running setup.py install for dockerpty: started [2021-03-05T00:50:25.283Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T00:50:26.707Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-05T00:50:30.997Z] Removing intermediate container 054be4f8c385 [2021-03-05T00:50:30.997Z] ---> 101b8812ca21 [2021-03-05T00:50:30.997Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T00:50:30.997Z] ---> Running in 76c79c424599 [2021-03-05T00:50:31.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:31.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T00:50:32.456Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T00:50:32.456Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T00:50:32.456Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T00:50:32.456Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T00:50:32.456Z] OK: 71 MiB in 58 packages [2021-03-05T00:50:33.919Z] Removing intermediate container 76c79c424599 [2021-03-05T00:50:33.919Z] ---> ae427a0f2dbd [2021-03-05T00:50:33.919Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T00:50:33.919Z] ---> Running in 9b568e666d10 [2021-03-05T00:50:34.190Z] Removing intermediate container 9b568e666d10 [2021-03-05T00:50:34.190Z] ---> cb58d75aeed9 [2021-03-05T00:50:34.190Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T00:50:34.461Z] ---> Running in 56849e3ab372 [2021-03-05T00:50:34.732Z] Removing intermediate container 56849e3ab372 [2021-03-05T00:50:34.732Z] ---> 2ded6651f7f0 [2021-03-05T00:50:34.732Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T00:50:35.003Z] ---> Running in 63c879f7dd2b [2021-03-05T00:50:35.278Z] Removing intermediate container 63c879f7dd2b [2021-03-05T00:50:35.278Z] ---> 8ad323d22667 [2021-03-05T00:50:35.278Z] Step 25/26 : LABEL git_sha=45aca73aaac278d3579e52f78fe6a511f485c647 [2021-03-05T00:50:35.559Z] ---> Running in cc8eedece766 [2021-03-05T00:50:36.152Z] Removing intermediate container cc8eedece766 [2021-03-05T00:50:36.152Z] ---> 0cca77e7ce60 [2021-03-05T00:50:36.152Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T00:50:36.152Z] ---> Running in 043dc0c34620 [2021-03-05T00:50:36.743Z] Removing intermediate container 043dc0c34620 [2021-03-05T00:50:36.743Z] ---> d26c89d17ca2 [2021-03-05T00:50:36.743Z] [2021-03-05T00:50:37.015Z] Successfully built d26c89d17ca2 [2021-03-05T00:50:37.015Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T00:50:37.303Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T00:50:37.346Z] $ docker stop --time=1 f6438d96a947958ba565e6194de267172818b1aad36d0f2f92dd8cc24714989c [2021-03-05T00:50:39.302Z] $ docker rm -f f6438d96a947958ba565e6194de267172818b1aad36d0f2f92dd8cc24714989c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T00:50:39.971Z] + docker images+ [2021-03-05T00:50:39.971Z] grep docker [2021-03-05T00:50:40.254Z] docker-sys-mgmt-agent-go-arm64 latest d26c89d17ca2 4 seconds ago 300MB [2021-03-05T00:50:40.254Z] docker-core-data-go-arm64 latest 6183c609c602 44 seconds ago 21.1MB [2021-03-05T00:50:40.254Z] docker-security-secretstore-setup-go-arm64 latest f76f487f85a1 About a minute ago 23.7MB [2021-03-05T00:50:40.254Z] docker-core-command-go-arm64 latest deee33e5a236 About a minute ago 16.2MB [2021-03-05T00:50:40.254Z] docker-security-bootstrapper-go-arm64 latest 323478f50695 3 minutes ago 17.8MB [2021-03-05T00:50:40.254Z] docker-core-metadata-go-arm64 latest e3bc0932bae8 3 minutes ago 17.9MB [2021-03-05T00:50:40.254Z] docker-support-scheduler-go-arm64 latest 29dc50048150 3 minutes ago 16.3MB [2021-03-05T00:50:40.254Z] docker-support-notifications-go-arm64 latest 4924ac055d47 3 minutes ago 16.9MB [2021-03-05T00:50:40.254Z] docker-security-proxy-setup-go-arm64 latest 4f28ac52b72d 4 minutes ago 23.4MB [2021-03-05T00:50:40.254Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:50:41.307Z] ---> job-cost.sh [2021-03-05T00:50:41.307Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yUBE [2021-03-05T00:51:20.255Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T00:53:42.050Z] lf-activate-venv(): INFO: Adding /tmp/venv-yUBE/bin to PATH [2021-03-05T00:53:42.051Z] INFO: No Stack... [2021-03-05T00:53:42.051Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T00:53:42.051Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T00:53:42.388Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-03-05T00:53:42.388Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T00:53:42.499Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3210-5-stack-cost] [2021-03-05T00:53:42.509Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3210-5-stack-cost] did not exist. Created. [2021-03-05T00:53:42.509Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3210-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T00:53:42.946Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T00:53:43.225Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T00:53:43.239Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3210-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-05T00:53:44.574Z] provisioning config files... [2021-03-05T00:53:44.588Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config3195004368161203334tmp [Pipeline] { [Pipeline] sh [2021-03-05T00:53:44.973Z] + set +x [2021-03-05T00:53:44.973Z] + curl -s https://codecov.io/bash [2021-03-05T00:53:44.973Z] + bash -s -- [2021-03-05T00:53:45.236Z] [2021-03-05T00:53:45.236Z] _____ _ [2021-03-05T00:53:45.236Z] / ____| | | [2021-03-05T00:53:45.236Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T00:53:45.236Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T00:53:45.236Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T00:53:45.236Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T00:53:45.236Z] Bash-20210226-7100762 [2021-03-05T00:53:45.236Z] [2021-03-05T00:53:45.236Z] [2021-03-05T00:53:45.500Z] ==> git version 2.24.3 found [2021-03-05T00:53:45.500Z] ==> 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-03-05T00:53:45.500Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T00:53:45.500Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T00:53:45.500Z] ==> Jenkins CI detected. [2021-03-05T00:53:45.500Z] project root: . [2021-03-05T00:53:45.500Z] --> token set from env [2021-03-05T00:53:45.500Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T00:53:45.500Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T00:53:45.500Z] ==> Python coveragepy not found [2021-03-05T00:53:45.500Z] ==> Searching for coverage reports in: [2021-03-05T00:53:45.500Z] + . [2021-03-05T00:53:45.765Z] -> Found 1 reports [2021-03-05T00:53:45.765Z] ==> Detecting git/mercurial file structure [2021-03-05T00:53:45.765Z] ==> Reading reports [2021-03-05T00:53:45.765Z] + ./coverage.out bytes=619454 [2021-03-05T00:53:45.765Z] ==> Appending adjustments [2021-03-05T00:53:45.765Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T00:53:49.083Z] + Found adjustments [2021-03-05T00:53:49.083Z] ==> Gzipping contents [2021-03-05T00:53:49.083Z] 92K /tmp/codecov.9XYs9F.gz [2021-03-05T00:53:49.083Z] ==> Uploading reports [2021-03-05T00:53:49.083Z] url: https://codecov.io [2021-03-05T00:53:49.083Z] query: branch=PR-3210&commit=45aca73aaac278d3579e52f78fe6a511f485c647&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T00:53:49.083Z] -> Pinging Codecov [2021-03-05T00:53:49.083Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3210&commit=45aca73aaac278d3579e52f78fe6a511f485c647&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T00:53:49.658Z] -> Uploading to [2021-03-05T00:53:49.658Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/45aca73aaac278d3579e52f78fe6a511f485c647/de6ad076-3b3c-4699-a28f-a90784542f9b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T005349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=adca6ba33e5864bdb421df53ba1e46c93e0db2c10084a08373d5554abc90cfb5 [2021-03-05T00:53:49.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T00:53:49.658Z] Dload Upload Total Spent Left Speed [2021-03-05T00:53:50.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91622 0 0 100 91622 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-03-05T00:53:50.182Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/45aca73aaac278d3579e52f78fe6a511f485c647 [Pipeline] } [2021-03-05T00:53:50.192Z] 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-03-05T00:53:51.971Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:53:52.859Z] ---> package-listing.sh [2021-03-05T00:53:52.859Z] ++ facter osfamily [2021-03-05T00:53:52.860Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T00:53:52.860Z] + OS_FAMILY=redhat [2021-03-05T00:53:52.860Z] + workspace=/w/workspace/edgex-go/5 [2021-03-05T00:53:52.860Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T00:53:52.860Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T00:53:52.860Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T00:53:52.860Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T00:53:52.860Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-05T00:53:52.860Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T00:53:52.860Z] + case "${OS_FAMILY}" in [2021-03-05T00:53:52.860Z] + rpm -qa [2021-03-05T00:53:52.860Z] + sort [2021-03-05T00:53:58.158Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T00:53:58.158Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T00:53:58.158Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T00:53:58.158Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-05T00:53:58.158Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-03-05T00:53:58.158Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-03-05T00:53:58.178Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T00:53:58.473Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:53:58.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:53:58.783Z] [2021-03-05T00:53:58.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T00:53:59.164Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:53:59.164Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T00:53:59.164Z] df20fa9351a1: Pulling fs layer [2021-03-05T00:53:59.164Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T00:53:59.164Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T00:53:59.164Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T00:53:59.164Z] 93b61091891f: Pulling fs layer [2021-03-05T00:53:59.164Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T00:53:59.164Z] 5e14af77c1be: Pulling fs layer [2021-03-05T00:53:59.164Z] 01666e4c0597: Pulling fs layer [2021-03-05T00:53:59.164Z] aa168da1d23b: Pulling fs layer [2021-03-05T00:53:59.164Z] 93b9cdb0e59b: Waiting [2021-03-05T00:53:59.164Z] 5e14af77c1be: Waiting [2021-03-05T00:53:59.164Z] 46f8f816bc3b: Waiting [2021-03-05T00:53:59.164Z] 93b61091891f: Waiting [2021-03-05T00:53:59.164Z] aa168da1d23b: Waiting [2021-03-05T00:53:59.164Z] 01666e4c0597: Waiting [2021-03-05T00:53:59.164Z] 36b3adc4ff6f: Download complete [2021-03-05T00:53:59.164Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T00:53:59.164Z] 46f8f816bc3b: Download complete [2021-03-05T00:53:59.164Z] df20fa9351a1: Download complete [2021-03-05T00:53:59.164Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T00:53:59.164Z] 93b9cdb0e59b: Download complete [2021-03-05T00:53:59.427Z] 5e14af77c1be: Verifying Checksum [2021-03-05T00:53:59.427Z] 5e14af77c1be: Download complete [2021-03-05T00:53:59.427Z] 01666e4c0597: Verifying Checksum [2021-03-05T00:53:59.427Z] 01666e4c0597: Download complete [2021-03-05T00:53:59.427Z] 93b61091891f: Verifying Checksum [2021-03-05T00:53:59.427Z] 93b61091891f: Download complete [2021-03-05T00:53:59.691Z] df20fa9351a1: Pull complete [2021-03-05T00:53:59.956Z] 36b3adc4ff6f: Pull complete [2021-03-05T00:53:59.956Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T00:53:59.956Z] 8ad3a11d3b57: Download complete [2021-03-05T00:54:00.923Z] 8ad3a11d3b57: Pull complete [2021-03-05T00:54:01.890Z] aa168da1d23b: Verifying Checksum [2021-03-05T00:54:01.890Z] aa168da1d23b: Download complete [2021-03-05T00:54:03.285Z] 46f8f816bc3b: Pull complete [2021-03-05T00:54:04.674Z] 93b61091891f: Pull complete [2021-03-05T00:54:04.675Z] 93b9cdb0e59b: Pull complete [2021-03-05T00:54:04.675Z] 5e14af77c1be: Pull complete [2021-03-05T00:54:04.940Z] 01666e4c0597: Pull complete [2021-03-05T00:54:17.244Z] aa168da1d23b: Pull complete [2021-03-05T00:54:17.244Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T00:54:17.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T00:54:17.244Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T00:54:17.474Z] prd-centos7-docker-4c-2g-28607 does not seem to be running inside a container [2021-03-05T00:54:17.532Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T00:54:20.424Z] $ docker top 3aab8e2e713076740346bfa539fd573029be7ae4cc4d8ca9d091dbec7cbaf6d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T00:54:21.101Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T00:54:21.494Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T00:54:21.809Z] + ls /var/log/sa-host [2021-03-05T00:54:21.810Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T00:54:21.810Z] file_magic: OK [2021-03-05T00:54:21.810Z] HZ: Using current value: 100 [2021-03-05T00:54:21.810Z] file_header: OK [2021-03-05T00:54:21.810Z] 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-03-05T00:54:21.810Z] Statistics: [2021-03-05T00:54:21.810Z] 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... [2021-03-05T00:54:21.810Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T00:54:21.810Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T00:54:21.810Z] file_magic: OK [2021-03-05T00:54:21.810Z] HZ: Using current value: 100 [2021-03-05T00:54:21.810Z] file_header: OK [2021-03-05T00:54:21.810Z] 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-03-05T00:54:21.810Z] Statistics: [2021-03-05T00:54:21.810Z] Hnuu...uuuununununu... [2021-03-05T00:54:21.810Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T00:54:22.033Z] provisioning config files... [2021-03-05T00:54:22.050Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config6819082949564909220tmp [Pipeline] { [Pipeline] echo [2021-03-05T00:54:22.122Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:54:22.422Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T00:54:22.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T00:54:22.558Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:54:22.857Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T00:54:22.869Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:54:23.169Z] ---> sudo-logs.sh [2021-03-05T00:54:23.169Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T00:54:23.235Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:54:23.540Z] ---> job-cost.sh [2021-03-05T00:54:23.540Z] lf-activate-venv: SKIPPING [2021-03-05T00:54:23.540Z] DEBUG: total: 0.20999999344348907 [2021-03-05T00:54:23.540Z] INFO: Retrieving Stack Cost... [2021-03-05T00:54:24.949Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T00:54:25.213Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T00:54:25.228Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T00:54:25.529Z] ---> logs-deploy.sh [2021-03-05T00:54:25.529Z] lf-activate-venv: SKIPPING [2021-03-05T00:54:25.529Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3210/5 [2021-03-05T00:54:25.529Z] INFO: archiving workspace using pattern(s): [2021-03-05T00:54:26.928Z] Archives upload complete. [2021-03-05T00:54:27.191Z] INFO: archiving logs to Nexus