Pull request #3244 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44+c48b5c69e3d7e3b718e5d15324ffdda642aa0234 (475adf7d5387d8be7fe749be6e8a637cc5c9af3c) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29454 in /w/workspace/edgexfoundry_edgex-go_PR-3244 [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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 > 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/3244/head:refs/remotes/origin/PR-3244 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 # timeout=10 Merge succeeded, producing e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 Checking out Revision e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 (PR-3244) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 # timeout=10 Commit message: "build(deps): Bump github.com/imdario/mergo from 0.3.11 to 0.3.12" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T04:18:23.087Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 965373cc8723f8cbabce7c353cdabb50bb7d2f59 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T04:18:23.359Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T04:18:23.467Z] ========================================================= [2021-03-11T04:18:23.467Z] EdgeX Global Pipelines Version Info [2021-03-11T04:18:23.467Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:18:24.962Z] ------------------- [2021-03-11T04:18:24.962Z] stable info: [2021-03-11T04:18:24.962Z] ------------------- [2021-03-11T04:18:24.962Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T04:18:24.962Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T04:18:24.962Z] Message: update stable to v1.0.184 [2021-03-11T04:18:25.910Z] ------------------- [2021-03-11T04:18:25.910Z] experimental info: [2021-03-11T04:18:25.910Z] ------------------- [2021-03-11T04:18:25.910Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T04:18:25.910Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T04:18:25.910Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T04:18:26.204Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T04:18:26.307Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T04:18:26.399Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T04:18:26.497Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T04:18:26.592Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T04:18:26.684Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T04:18:26.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T04:18:26.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T04:18:27.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T04:18:27.099Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T04:18:27.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T04:18:27.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T04:18:27.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T04:18:27.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T04:18:27.543Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T04:18:27.660Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T04:18:27.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T04:18:27.865Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T04:18:27.953Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T04:18:28.042Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T04:18:28.131Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T04:18:28.218Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T04:18:28.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3244 [Pipeline] echo [2021-03-11T04:18:28.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3244 [Pipeline] echo [2021-03-11T04:18:28.491Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3244 [Pipeline] echo [2021-03-11T04:18:28.583Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [Pipeline] echo [2021-03-11T04:18:28.671Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e6ef12a [Pipeline] echo [2021-03-11T04:18:28.781Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T04:18:28.954Z] provisioning config files... [2021-03-11T04:18:28.984Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2166703222623778300tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:18:29.352Z] ---> docker-login.sh [2021-03-11T04:18:29.352Z] nexus3.edgexfoundry.org:10001 [2021-03-11T04:18:29.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:18:29.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:18:29.876Z] Configure a credential helper to remove this warning. See [2021-03-11T04:18:29.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:18:29.876Z] [2021-03-11T04:18:29.876Z] Login Succeeded [2021-03-11T04:18:29.876Z] nexus3.edgexfoundry.org:10002 [2021-03-11T04:18:29.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:18:30.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:18:30.139Z] Configure a credential helper to remove this warning. See [2021-03-11T04:18:30.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:18:30.139Z] [2021-03-11T04:18:30.139Z] Login Succeeded [2021-03-11T04:18:30.139Z] nexus3.edgexfoundry.org:10003 [2021-03-11T04:18:30.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:18:30.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:18:30.139Z] Configure a credential helper to remove this warning. See [2021-03-11T04:18:30.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:18:30.139Z] [2021-03-11T04:18:30.139Z] Login Succeeded [2021-03-11T04:18:30.139Z] nexus3.edgexfoundry.org:10004 [2021-03-11T04:18:30.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:18:30.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:18:30.402Z] Configure a credential helper to remove this warning. See [2021-03-11T04:18:30.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:18:30.402Z] [2021-03-11T04:18:30.402Z] Login Succeeded [2021-03-11T04:18:30.402Z] docker.io [2021-03-11T04:18:30.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:18:30.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:18:30.665Z] Configure a credential helper to remove this warning. See [2021-03-11T04:18:30.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:18:30.665Z] [2021-03-11T04:18:30.665Z] Login Succeeded [2021-03-11T04:18:30.665Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T04:18:30.675Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T04:18:31.162Z] ++ 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-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T04:18:31.163Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T04:18:31.163Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T04:18:31.163Z] ++ cut -d/ -f2 [2021-03-11T04:18:31.163Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T04:18:31.238Z] 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-11T04:18:32.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:18:32.528Z] [2021-03-11T04:18:32.528Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:18:32.874Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:18:32.874Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T04:18:32.874Z] 31603596830f: Pulling fs layer [2021-03-11T04:18:32.874Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T04:18:32.874Z] 6ca5941a6612: Pulling fs layer [2021-03-11T04:18:32.874Z] ecc8261a40a4: Pulling fs layer [2021-03-11T04:18:32.874Z] ecc8261a40a4: Waiting [2021-03-11T04:18:32.874Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T04:18:32.874Z] 2a8b12db71e7: Download complete [2021-03-11T04:18:33.137Z] 31603596830f: Verifying Checksum [2021-03-11T04:18:33.137Z] 31603596830f: Download complete [2021-03-11T04:18:33.137Z] 6ca5941a6612: Verifying Checksum [2021-03-11T04:18:33.137Z] 6ca5941a6612: Download complete [2021-03-11T04:18:33.137Z] ecc8261a40a4: Verifying Checksum [2021-03-11T04:18:33.137Z] ecc8261a40a4: Download complete [2021-03-11T04:18:33.711Z] 31603596830f: Pull complete [2021-03-11T04:18:33.711Z] 2a8b12db71e7: Pull complete [2021-03-11T04:18:34.669Z] 6ca5941a6612: Pull complete [2021-03-11T04:18:34.669Z] ecc8261a40a4: Pull complete [2021-03-11T04:18:34.931Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T04:18:34.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T04:18:34.931Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T04:18:35.036Z] prd-centos7-docker-4c-2g-29454 does not seem to be running inside a container [2021-03-11T04:18:35.084Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T04:18:37.608Z] $ docker top aff3bfd708fb6b45ea49477d7b030fd2f5eebcaea7cf27a17f6cdc59509fd7ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T04:18:37.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T04:18:37.965Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T04:18:38.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T04:18:38.188Z] $ docker exec aff3bfd708fb6b45ea49477d7b030fd2f5eebcaea7cf27a17f6cdc59509fd7ad ssh-agent [2021-03-11T04:18:38.350Z] SSH_AUTH_SOCK=/tmp/ssh-n8PoJUo7hpY1/agent.12 [2021-03-11T04:18:38.350Z] SSH_AGENT_PID=17 [2021-03-11T04:18:38.364Z] Running ssh-add (command line suppressed) [2021-03-11T04:18:38.481Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2946203094873414818.key (/w/workspace/edgex-go/5@tmp/private_key_2946203094873414818.key) [2021-03-11T04:18:38.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T04:18:38.871Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T04:18:38.895Z] $ docker exec --env ******** --env ******** aff3bfd708fb6b45ea49477d7b030fd2f5eebcaea7cf27a17f6cdc59509fd7ad ssh-agent -k [2021-03-11T04:18:39.009Z] unset SSH_AUTH_SOCK; [2021-03-11T04:18:39.010Z] unset SSH_AGENT_PID; [2021-03-11T04:18:39.010Z] echo Agent pid 17 killed; [2021-03-11T04:18:39.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T04:18:39.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T04:18:39.187Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T04:18:39.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T04:18:39.351Z] $ docker exec aff3bfd708fb6b45ea49477d7b030fd2f5eebcaea7cf27a17f6cdc59509fd7ad ssh-agent [2021-03-11T04:18:39.510Z] SSH_AUTH_SOCK=/tmp/ssh-OyrywI3PloB6/agent.47 [2021-03-11T04:18:39.510Z] SSH_AGENT_PID=52 [2021-03-11T04:18:39.517Z] Running ssh-add (command line suppressed) [2021-03-11T04:18:39.634Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7896656169012798313.key (/w/workspace/edgex-go/5@tmp/private_key_7896656169012798313.key) [2021-03-11T04:18:39.690Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T04:18:40.075Z] + git semver init [2021-03-11T04:18:40.075Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T04:18:40.075Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-03-11T04:18:40.075Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-03-11T04:18:40.075Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T04:18:40.075Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T04:18:40.075Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T04:18:40.075Z] # $SEMVER_BRANCH = PR-3244 [2021-03-11T04:18:40.075Z] # $SEMVER_TEMP = /tmp/semver-406643502 [2021-03-11T04:18:40.075Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T04:18:58.264Z] # '/tmp/semver-406643502' -> '/w/workspace/edgex-go/5/.semver' [2021-03-11T04:18:58.528Z] # -> Force: false [2021-03-11T04:18:58.528Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-03-11T04:18:58.541Z] $ docker exec --env ******** --env ******** aff3bfd708fb6b45ea49477d7b030fd2f5eebcaea7cf27a17f6cdc59509fd7ad ssh-agent -k [2021-03-11T04:18:58.794Z] unset SSH_AUTH_SOCK; [2021-03-11T04:18:58.795Z] unset SSH_AGENT_PID; [2021-03-11T04:18:58.795Z] echo Agent pid 52 killed; [2021-03-11T04:18:58.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T04:18:59.450Z] + git semver [Pipeline] } [2021-03-11T04:18:59.467Z] $ docker stop --time=1 aff3bfd708fb6b45ea49477d7b030fd2f5eebcaea7cf27a17f6cdc59509fd7ad [2021-03-11T04:19:01.108Z] $ docker rm -f aff3bfd708fb6b45ea49477d7b030fd2f5eebcaea7cf27a17f6cdc59509fd7ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T04:19:01.624Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T04:19:02.259Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T04:19:02.263Z] [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-11T04:19:03.121Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:19:03.424Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:19:03.726Z] + sudo service docker restart [2021-03-11T04:19:03.726Z] + true [2021-03-11T04:19:03.726Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T04:19:04.320Z] ========================================================= [2021-03-11T04:19:04.320Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T04:19:04.320Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:19:04.666Z] + 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-11T04:19:08.909Z] Sending build context to Docker daemon 328.4MB [2021-03-11T04:19:08.909Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T04:19:08.909Z] Step 2/6 : FROM ${BASE} [2021-03-11T04:19:08.909Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T04:19:08.909Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T04:19:08.909Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T04:19:08.909Z] de9db76c5a1d: Pulling fs layer [2021-03-11T04:19:08.909Z] bca2f99d35d6: Pulling fs layer [2021-03-11T04:19:08.909Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T04:19:08.909Z] 7c6f9722023f: Pulling fs layer [2021-03-11T04:19:08.909Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T04:19:08.909Z] bca2f99d35d6: Waiting [2021-03-11T04:19:08.909Z] 7c6f9722023f: Waiting [2021-03-11T04:19:08.909Z] a35cf1a2eb13: Waiting [2021-03-11T04:19:08.909Z] 93359f2a8cfa: Waiting [2021-03-11T04:19:08.909Z] de9db76c5a1d: Verifying Checksum [2021-03-11T04:19:08.909Z] de9db76c5a1d: Download complete [2021-03-11T04:19:08.909Z] 0ef7d3d256c8: Download complete [2021-03-11T04:19:08.909Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T04:19:08.909Z] 93359f2a8cfa: Download complete [2021-03-11T04:19:08.909Z] 7c6f9722023f: Verifying Checksum [2021-03-11T04:19:08.909Z] 7c6f9722023f: Download complete [2021-03-11T04:19:08.909Z] 188c0c94c7c5: Download complete [2021-03-11T04:19:09.488Z] 188c0c94c7c5: Pull complete [2021-03-11T04:19:09.488Z] 0ef7d3d256c8: Pull complete [2021-03-11T04:19:09.754Z] de9db76c5a1d: Pull complete [2021-03-11T04:19:11.157Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T04:19:11.157Z] a35cf1a2eb13: Download complete [2021-03-11T04:19:11.420Z] bca2f99d35d6: Verifying Checksum [2021-03-11T04:19:11.420Z] bca2f99d35d6: Download complete [2021-03-11T04:19:17.624Z] Still waiting to schedule task [2021-03-11T04:19:17.625Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-11T04:19:18.067Z] bca2f99d35d6: Pull complete [2021-03-11T04:19:18.067Z] 93359f2a8cfa: Pull complete [2021-03-11T04:19:18.067Z] 7c6f9722023f: Pull complete [2021-03-11T04:19:22.306Z] a35cf1a2eb13: Pull complete [2021-03-11T04:19:22.306Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T04:19:22.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T04:19:22.306Z] ---> a62c8e92a672 [2021-03-11T04:19:22.306Z] 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-11T04:19:22.569Z] ---> Running in c120c98eb56c [2021-03-11T04:19:22.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:19:24.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:19:25.179Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T04:19:25.442Z] (2/12) Installing file (5.38-r0) [2021-03-11T04:19:25.442Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T04:19:25.442Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T04:19:29.671Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T04:19:30.247Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T04:19:30.247Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T04:19:30.510Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T04:19:30.510Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T04:19:30.510Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T04:19:30.773Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T04:19:30.773Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T04:19:30.773Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:19:30.773Z] OK: 233 MiB in 51 packages [2021-03-11T04:19:34.093Z] Removing intermediate container c120c98eb56c [2021-03-11T04:19:34.093Z] ---> 81a1af423cdb [2021-03-11T04:19:34.093Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T04:19:34.356Z] ---> Running in 09a94f01dd52 [2021-03-11T04:19:34.356Z] Removing intermediate container 09a94f01dd52 [2021-03-11T04:19:34.356Z] ---> a5fbdc97e90b [2021-03-11T04:19:34.356Z] Step 5/6 : COPY go.mod . [2021-03-11T04:19:34.619Z] ---> 8dc5308092ea [2021-03-11T04:19:34.619Z] Step 6/6 : RUN go mod download [2021-03-11T04:19:34.882Z] ---> Running in 7ae46ca21356 [2021-03-11T04:20:07.064Z] Removing intermediate container 7ae46ca21356 [2021-03-11T04:20:07.065Z] ---> 7eaf1f276d07 [2021-03-11T04:20:07.065Z] Successfully built 7eaf1f276d07 [2021-03-11T04:20:07.065Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:20:07.402Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T04:20:07.403Z] . [Pipeline] withDockerContainer [2021-03-11T04:20:07.510Z] prd-centos7-docker-4c-2g-29454 does not seem to be running inside a container [2021-03-11T04:20:07.562Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T04:20:08.417Z] $ docker top 2a8b0277952887acc541a4e91e1773e22c300aaa459217f71268ec874722c3e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:20:08.929Z] + go version [2021-03-11T04:20:08.929Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T04:20:08.944Z] $ docker stop --time=1 2a8b0277952887acc541a4e91e1773e22c300aaa459217f71268ec874722c3e7 [2021-03-11T04:20:10.289Z] $ docker rm -f 2a8b0277952887acc541a4e91e1773e22c300aaa459217f71268ec874722c3e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:20:11.181Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T04:20:11.181Z] . [Pipeline] withDockerContainer [2021-03-11T04:20:11.284Z] prd-centos7-docker-4c-2g-29454 does not seem to be running inside a container [2021-03-11T04:20:11.335Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T04:20:12.145Z] $ docker top 4881b63a314cecbe320bb4bcbcf8151a2bc418fd43645615de00424f3e52ee34 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T04:20:12.374Z] ========================================================= [2021-03-11T04:20:12.374Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T04:20:12.374Z] ========================================================= [Pipeline] sh [2021-03-11T04:20:12.671Z] + make test [2021-03-11T04:20:12.671Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T04:20:20.875Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T04:20:35.936Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T04:20:42.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T04:20:42.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T04:20:42.592Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T04:20:45.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T04:20:45.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T04:20:45.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T04:20:45.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T04:20:46.554Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T04:20:47.147Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T04:20:49.108Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T04:20:49.108Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T04:20:49.108Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T04:20:52.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.9% of statements [2021-03-11T04:20:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T04:20:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T04:20:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T04:20:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T04:20:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T04:20:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T04:20:52.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T04:20:52.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-03-11T04:20:53.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T04:20:53.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T04:20:53.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T04:20:53.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T04:20:54.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements [2021-03-11T04:20:54.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T04:20:54.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T04:20:54.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.209s coverage: 82.9% of statements [2021-03-11T04:20:54.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T04:20:54.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:20:54.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-03-11T04:20:54.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T04:20:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T04:20:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T04:20:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T04:20:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T04:20:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.097s coverage: 97.5% of statements [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T04:20:58.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T04:20:58.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T04:21:00.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 92.8% of statements [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T04:21:00.220Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T04:21:00.220Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.108s coverage: 0.1% of statements [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T04:21:00.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T04:21:00.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements [2021-03-11T04:21:00.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-03-11T04:21:00.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-03-11T04:21:00.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-03-11T04:21:00.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-03-11T04:21:09.037Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29455 in /w/workspace/edgexfoundry_edgex-go_PR-3244 [Pipeline] { [Pipeline] ws [2021-03-11T04:21:09.098Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-11T04:21:12.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2021-03-11T04:21:12.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-03-11T04:21:12.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.042s coverage: 81.4% of statements [2021-03-11T04:21:14.253Z] using credential edgex-jenkins-ssh [2021-03-11T04:21:14.327Z] Cloning the remote Git repository [2021-03-11T04:21:14.407Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:21:14.536Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-11T04:21:14.633Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:21:14.636Z] > git --version # timeout=10 [2021-03-11T04:21:14.659Z] > git --version # 'git version 2.17.1' [2021-03-11T04:21:14.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:21:14.733Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.6% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.300s coverage: 69.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 38.4% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 29.1% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 96.5% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T04:21:25.327Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-03-11T04:21:25.327Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-11T04:21:25.327Z] GO111MODULE=on go vet ./... [2021-03-11T04:21:32.552Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:21:33.069Z] Merge succeeded, producing e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:21:33.070Z] Checking out Revision e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 (PR-3244) [2021-03-11T04:21:31.820Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:21:31.841Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:21:31.871Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:21:31.907Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:21:31.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:21:31.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3244/head:refs/remotes/origin/PR-3244 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T04:21:32.579Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:21:32.599Z] > git checkout -f e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 # timeout=10 [2021-03-11T04:21:32.912Z] > git remote # timeout=10 [2021-03-11T04:21:32.939Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T04:21:32.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:21:33.011Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T04:21:33.039Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T04:21:33.083Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:21:33.111Z] > git checkout -f e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 # timeout=10 [2021-03-11T04:21:37.609Z] Commit message: "build(deps): Bump github.com/imdario/mergo from 0.3.11 to 0.3.12" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T04:21:39.214Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:21:39.625Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T04:21:40.009Z] + sudo service docker restart [2021-03-11T04:21:40.009Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T04:21:42.077Z] provisioning config files... [2021-03-11T04:21:42.121Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8034845846510290691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:21:42.536Z] ---> docker-login.sh [2021-03-11T04:21:42.536Z] nexus3.edgexfoundry.org:10001 [2021-03-11T04:21:43.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:21:43.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:21:43.804Z] Configure a credential helper to remove this warning. See [2021-03-11T04:21:43.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:21:43.804Z] [2021-03-11T04:21:43.804Z] Login Succeeded [2021-03-11T04:21:43.804Z] nexus3.edgexfoundry.org:10002 [2021-03-11T04:21:44.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:21:44.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:21:44.357Z] Configure a credential helper to remove this warning. See [2021-03-11T04:21:44.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:21:44.357Z] [2021-03-11T04:21:44.357Z] Login Succeeded [2021-03-11T04:21:44.357Z] nexus3.edgexfoundry.org:10003 [2021-03-11T04:21:44.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:21:44.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:21:44.910Z] Configure a credential helper to remove this warning. See [2021-03-11T04:21:44.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:21:44.910Z] [2021-03-11T04:21:44.910Z] Login Succeeded [2021-03-11T04:21:44.910Z] nexus3.edgexfoundry.org:10004 [2021-03-11T04:21:45.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:21:45.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:21:45.459Z] Configure a credential helper to remove this warning. See [2021-03-11T04:21:45.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:21:45.459Z] [2021-03-11T04:21:45.459Z] Login Succeeded [2021-03-11T04:21:45.459Z] docker.io [2021-03-11T04:21:45.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T04:21:46.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T04:21:46.007Z] Configure a credential helper to remove this warning. See [2021-03-11T04:21:46.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T04:21:46.007Z] [2021-03-11T04:21:46.007Z] Login Succeeded [2021-03-11T04:21:46.282Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T04:21:46.298Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T04:21:46.735Z] ========================================================= [2021-03-11T04:21:46.735Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T04:21:46.735Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:21:47.129Z] + 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-11T04:21:49.787Z] Sending build context to Docker daemon 166.7MB [2021-03-11T04:21:49.787Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T04:21:49.787Z] Step 2/6 : FROM ${BASE} [2021-03-11T04:21:49.787Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T04:21:49.787Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T04:21:49.787Z] a4357932f1b6: Pulling fs layer [2021-03-11T04:21:49.787Z] 18c013af1878: Pulling fs layer [2021-03-11T04:21:49.787Z] 00ac8860ef70: Pulling fs layer [2021-03-11T04:21:49.787Z] 63d7cb157983: Pulling fs layer [2021-03-11T04:21:49.787Z] b116817d02f9: Pulling fs layer [2021-03-11T04:21:49.787Z] 745a02a5169b: Pulling fs layer [2021-03-11T04:21:49.787Z] 00ac8860ef70: Waiting [2021-03-11T04:21:49.787Z] b116817d02f9: Waiting [2021-03-11T04:21:49.787Z] 63d7cb157983: Waiting [2021-03-11T04:21:49.787Z] 745a02a5169b: Waiting [2021-03-11T04:21:49.787Z] 18c013af1878: Verifying Checksum [2021-03-11T04:21:49.787Z] 18c013af1878: Download complete [2021-03-11T04:21:49.787Z] a4357932f1b6: Verifying Checksum [2021-03-11T04:21:49.787Z] a4357932f1b6: Download complete [2021-03-11T04:21:49.787Z] 63d7cb157983: Verifying Checksum [2021-03-11T04:21:49.787Z] 63d7cb157983: Download complete [2021-03-11T04:21:49.787Z] b116817d02f9: Verifying Checksum [2021-03-11T04:21:49.787Z] b116817d02f9: Download complete [2021-03-11T04:21:49.787Z] 5f621e34cdf4: Download complete [2021-03-11T04:21:50.394Z] 5f621e34cdf4: Pull complete [2021-03-11T04:21:51.005Z] a4357932f1b6: Pull complete [2021-03-11T04:21:51.618Z] 18c013af1878: Pull complete [2021-03-11T04:21:52.048Z] gofmt -l . [2021-03-11T04:21:52.048Z] [ "`gofmt -l .`" = "" ] [2021-03-11T04:21:52.048Z] ./bin/test-go-mod-tidy.sh [2021-03-11T04:21:52.048Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T04:21:52.360Z] + ls -al . [2021-03-11T04:21:52.360Z] total 740 [2021-03-11T04:21:52.360Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 04:21 . [2021-03-11T04:21:52.360Z] drwxr-xr-x 4 root root 28 Mar 11 04:20 .. [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 04:18 .dockerignore [2021-03-11T04:21:52.360Z] drwxrwxr-x 8 1001 1001 179 Mar 11 04:18 .git [2021-03-11T04:21:52.360Z] drwxrwxr-x 3 1001 1001 125 Mar 11 04:18 .github [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 04:18 .gitignore [2021-03-11T04:21:52.360Z] drwx------ 3 1001 1001 60 Mar 11 04:18 .semver [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 04:18 .sonarcloud.properties [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:18 Attribution.txt [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:18 CONTRIBUTING.md [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 04:18 Dockerfile.build [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 04:18 Jenkinsfile [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:18 LICENSE [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:18 Makefile [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:18 README.md [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:18 SECURITY.md [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 04:19 VERSION [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:18 ZMQWindows.md [2021-03-11T04:21:52.360Z] drwxrwxr-x 2 1001 1001 117 Mar 11 04:18 bin [2021-03-11T04:21:52.360Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 04:18 cmd [2021-03-11T04:21:52.360Z] -rw-r--r-- 1 root root 628838 Mar 11 04:21 coverage.out [2021-03-11T04:21:52.360Z] -rw-r--r-- 1 root root 1055 Mar 11 04:21 go.mod [2021-03-11T04:21:52.360Z] -rw-r--r-- 1 root root 21981 Mar 11 04:21 go.sum [2021-03-11T04:21:52.360Z] drwxrwxr-x 8 1001 1001 127 Mar 11 04:18 internal [2021-03-11T04:21:52.360Z] drwxrwxr-x 4 1001 1001 26 Mar 11 04:18 openapi [2021-03-11T04:21:52.360Z] drwxrwxr-x 4 1001 1001 71 Mar 11 04:18 snap [2021-03-11T04:21:52.360Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 04:18 version.go [Pipeline] sh [2021-03-11T04:21:52.665Z] + '[' -e coverage.out ] [2021-03-11T04:21:52.665Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T04:21:52.922Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T04:21:53.059Z] 745a02a5169b: Verifying Checksum [2021-03-11T04:21:53.059Z] 745a02a5169b: Download complete [2021-03-11T04:21:53.218Z] + make build [2021-03-11T04:21:53.218Z] 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-11T04:21:54.057Z] 00ac8860ef70: Verifying Checksum [2021-03-11T04:21:54.057Z] 00ac8860ef70: Download complete [2021-03-11T04:21:58.536Z] 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-11T04:22:04.220Z] 00ac8860ef70: Pull complete [2021-03-11T04:22:04.815Z] 63d7cb157983: Pull complete [2021-03-11T04:22:05.091Z] b116817d02f9: Pull complete [2021-03-11T04:22:06.781Z] 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-11T04:22:07.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-11T04:22:08.994Z] 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-11T04:22:08.994Z] 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-11T04:22:09.424Z] 745a02a5169b: Pull complete [2021-03-11T04:22:09.424Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T04:22:09.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T04:22:09.424Z] ---> b7e6874047d6 [2021-03-11T04:22:09.424Z] 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-11T04:22:10.919Z] 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-11T04:22:12.313Z] 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-11T04:22:12.828Z] ---> Running in 7bee7dc1e649 [2021-03-11T04:22:13.262Z] 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-11T04:22:14.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:22:14.676Z] 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-11T04:22:15.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:22:15.631Z] 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-11T04:22:15.840Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T04:22:16.111Z] (2/12) Installing file (5.38-r0) [2021-03-11T04:22:16.383Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T04:22:16.383Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T04:22:16.589Z] 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-11T04:22:18.542Z] $ docker stop --time=1 4881b63a314cecbe320bb4bcbcf8151a2bc418fd43645615de00424f3e52ee34 [2021-03-11T04:22:20.229Z] $ docker rm -f 4881b63a314cecbe320bb4bcbcf8151a2bc418fd43645615de00424f3e52ee34 [2021-03-11T04:22:20.682Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T04:22:20.682Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T04:22:20.682Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T04:22:20.682Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T04:22:20.682Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T04:22:20.682Z] (10/12) Installing libsodium-dev (1.0.18-r0) [Pipeline] // withDockerContainer [Pipeline] } [2021-03-11T04:22:20.954Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T04:22:20.954Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T04:22:20.954Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:22:20.954Z] OK: 217 MiB in 51 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:22:23.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:22:23.939Z] [2021-03-11T04:22:23.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:22:24.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:22:24.286Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T04:22:24.286Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T04:22:24.286Z] ca9280d653b3: Pulling fs layer [2021-03-11T04:22:24.286Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T04:22:24.286Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T04:22:24.286Z] cbdbe7a5bc2a: Download complete [2021-03-11T04:22:24.873Z] cbdbe7a5bc2a: Pull complete [2021-03-11T04:22:25.136Z] ca9280d653b3: Download complete [2021-03-11T04:22:25.268Z] Removing intermediate container 7bee7dc1e649 [2021-03-11T04:22:25.268Z] ---> d05204980cdf [2021-03-11T04:22:25.268Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T04:22:25.268Z] ---> Running in a7fd8f28104c [2021-03-11T04:22:25.864Z] Removing intermediate container a7fd8f28104c [2021-03-11T04:22:25.864Z] ---> 3c7ae0bc6218 [2021-03-11T04:22:25.864Z] Step 5/6 : COPY go.mod . [2021-03-11T04:22:26.106Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T04:22:26.106Z] 7e9c9ca2126c: Download complete [2021-03-11T04:22:26.106Z] ca9280d653b3: Pull complete [2021-03-11T04:22:26.457Z] ---> 034d22f4b09b [2021-03-11T04:22:26.457Z] Step 6/6 : RUN go mod download [2021-03-11T04:22:26.457Z] ---> Running in bb3ebbfb3268 [2021-03-11T04:22:32.734Z] 7e9c9ca2126c: Pull complete [2021-03-11T04:22:32.734Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T04:22:32.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:22:32.734Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T04:22:32.876Z] prd-centos7-docker-4c-2g-29454 does not seem to be running inside a container [2021-03-11T04:22:32.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T04:22:34.533Z] $ docker top ec40be6e86a1432159ce044b4ad467abd17180ffe2f413ad6341b89eb5836edf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:22:35.052Z] + docker-compose build --help [2021-03-11T04:22:35.052Z] + grep parallel [2021-03-11T04:22:35.998Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T04:22:36.013Z] $ docker stop --time=1 ec40be6e86a1432159ce044b4ad467abd17180ffe2f413ad6341b89eb5836edf [2021-03-11T04:22:37.387Z] $ docker rm -f ec40be6e86a1432159ce044b4ad467abd17180ffe2f413ad6341b89eb5836edf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:22:38.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T04:22:38.004Z] . [Pipeline] withDockerContainer [2021-03-11T04:22:38.101Z] prd-centos7-docker-4c-2g-29454 does not seem to be running inside a container [2021-03-11T04:22:38.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T04:22:38.906Z] $ docker top 59407aaccf0527cbaf43b1e41547ba27810e771830cb12ed8abe37cd324ac649 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:22:39.456Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T04:22:40.402Z] Building docker-core-command-go ... [2021-03-11T04:22:40.402Z] Building docker-core-data-go ... [2021-03-11T04:22:40.402Z] Building docker-core-metadata-go ... [2021-03-11T04:22:40.402Z] Building docker-security-bootstrapper-go ... [2021-03-11T04:22:40.402Z] Building docker-security-proxy-setup-go ... [2021-03-11T04:22:40.402Z] Building docker-security-secretstore-setup-go ... [2021-03-11T04:22:40.402Z] Building docker-support-notifications-go ... [2021-03-11T04:22:40.402Z] Building docker-support-scheduler-go ... [2021-03-11T04:22:40.402Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T04:22:40.402Z] Building docker-core-data-go [2021-03-11T04:22:40.402Z] Building docker-security-bootstrapper-go [2021-03-11T04:22:40.402Z] Building docker-security-secretstore-setup-go [2021-03-11T04:22:40.402Z] Building docker-security-proxy-setup-go [2021-03-11T04:22:40.402Z] Building docker-core-metadata-go [2021-03-11T04:22:53.270Z] Removing intermediate container bb3ebbfb3268 [2021-03-11T04:22:53.270Z] ---> a6cdad070f69 [2021-03-11T04:22:53.270Z] Successfully built a6cdad070f69 [2021-03-11T04:22:53.270Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:22:53.614Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T04:22:53.615Z] . [Pipeline] withDockerContainer [2021-03-11T04:22:53.868Z] prd-ubuntu18.04-docker-arm64-4c-16g-29455 does not seem to be running inside a container [2021-03-11T04:22:53.953Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T04:22:55.531Z] $ docker top b05cf6f6d16dd987220a96f405bcc5e8deed062db0cad2be41e840e570ed4b0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:22:56.551Z] + go version [2021-03-11T04:22:56.551Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T04:22:56.573Z] $ docker stop --time=1 b05cf6f6d16dd987220a96f405bcc5e8deed062db0cad2be41e840e570ed4b0c [2021-03-11T04:22:58.583Z] $ docker rm -f b05cf6f6d16dd987220a96f405bcc5e8deed062db0cad2be41e840e570ed4b0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:22:59.545Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T04:22:59.545Z] . [Pipeline] withDockerContainer [2021-03-11T04:22:59.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-29455 does not seem to be running inside a container [2021-03-11T04:22:59.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T04:23:01.287Z] $ docker top 3f93a2c79b49b9f4eb439b01be4f247db188875a09e5df2ecac6e3094f6331aa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T04:23:01.655Z] ========================================================= [2021-03-11T04:23:01.655Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T04:23:01.655Z] ========================================================= [Pipeline] sh [2021-03-11T04:23:02.306Z] + make test [2021-03-11T04:23:02.306Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T04:23:19.353Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:23:19.353Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:23:19.353Z] ---> 7eaf1f276d07 [2021-03-11T04:23:19.353Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T04:23:19.353Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:23:19.353Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:23:19.353Z] ---> 7eaf1f276d07 [2021-03-11T04:23:19.353Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T04:23:19.353Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:23:19.353Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:23:19.353Z] ---> 7eaf1f276d07 [2021-03-11T04:23:19.353Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:23:19.353Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:23:19.353Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:23:19.353Z] ---> 7eaf1f276d07 [2021-03-11T04:23:19.353Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T04:23:19.353Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:23:19.353Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:23:19.353Z] ---> 7eaf1f276d07 [2021-03-11T04:23:19.353Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:23:19.353Z] ---> Running in 168b87c5efa1 [2021-03-11T04:23:19.353Z] ---> Running in 88774b047a1a [2021-03-11T04:23:19.353Z] ---> Running in 3dddc6e92679 [2021-03-11T04:23:19.353Z] ---> Running in 2135671ee875 [2021-03-11T04:23:19.353Z] ---> Running in dbe9c94826d0 [2021-03-11T04:23:19.353Z] Removing intermediate container 3dddc6e92679 [2021-03-11T04:23:19.353Z] ---> 7b23b2b02b5c [2021-03-11T04:23:19.353Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:23:19.354Z] Removing intermediate container 88774b047a1a [2021-03-11T04:23:19.354Z] ---> 10ed24ee7f2d [2021-03-11T04:23:19.354Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:23:19.354Z] Removing intermediate container dbe9c94826d0 [2021-03-11T04:23:19.354Z] ---> 1aca160a857d [2021-03-11T04:23:19.354Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:23:19.354Z] Removing intermediate container 2135671ee875 [2021-03-11T04:23:19.354Z] ---> 07a34a3eec3b [2021-03-11T04:23:19.354Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:23:19.354Z] Removing intermediate container 168b87c5efa1 [2021-03-11T04:23:19.354Z] ---> 313ff4cf9a2c [2021-03-11T04:23:19.354Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:23:19.354Z] ---> Running in f820e24e8f96 [2021-03-11T04:23:19.354Z] ---> Running in 6332b57a446c [2021-03-11T04:23:19.354Z] ---> Running in 8a0979bd8b69 [2021-03-11T04:23:19.354Z] ---> Running in 3f29f7332320 [2021-03-11T04:23:19.354Z] ---> Running in 4ee00f667498 [2021-03-11T04:23:19.354Z] Removing intermediate container 6332b57a446c [2021-03-11T04:23:19.354Z] ---> a6bd2f95d025 [2021-03-11T04:23:19.354Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T04:23:19.354Z] ---> Running in 1363fe44a787 [2021-03-11T04:23:19.354Z] Removing intermediate container f820e24e8f96 [2021-03-11T04:23:19.354Z] ---> 98117413659d [2021-03-11T04:23:19.354Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:23:19.354Z] Removing intermediate container 8a0979bd8b69 [2021-03-11T04:23:19.354Z] ---> 66be245ef6ee [2021-03-11T04:23:19.354Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T04:23:19.354Z] Removing intermediate container 4ee00f667498 [2021-03-11T04:23:19.354Z] ---> be9bc1563bf0 [2021-03-11T04:23:19.354Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T04:23:19.354Z] ---> Running in 7ac934abb3ee [2021-03-11T04:23:19.354Z] ---> Running in 51668aafd622 [2021-03-11T04:23:19.354Z] Removing intermediate container 3f29f7332320 [2021-03-11T04:23:19.354Z] ---> fa38970c52f9 [2021-03-11T04:23:19.354Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T04:23:19.354Z] ---> Running in d858db0ec4c7 [2021-03-11T04:23:19.354Z] ---> Running in 2ce631c958f4 [2021-03-11T04:23:19.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:19.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:19.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:19.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:19.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:19.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:19.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:19.890Z] OK: 233 MiB in 51 packages [2021-03-11T04:23:19.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:20.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:20.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:23:20.161Z] OK: 233 MiB in 51 packages [2021-03-11T04:23:20.161Z] Removing intermediate container 1363fe44a787 [2021-03-11T04:23:20.161Z] ---> e3388544b376 [2021-03-11T04:23:20.161Z] Step 6/31 : COPY go.mod . [2021-03-11T04:23:20.429Z] OK: 233 MiB in 51 packages [2021-03-11T04:23:20.429Z] OK: 233 MiB in 51 packages [2021-03-11T04:23:20.696Z] OK: 233 MiB in 51 packages [2021-03-11T04:23:20.696Z] ---> 27e7bd67ee2c [2021-03-11T04:23:20.696Z] Step 7/31 : RUN go mod download [2021-03-11T04:23:20.696Z] ---> Running in 844e0b648d38 [2021-03-11T04:23:20.696Z] Removing intermediate container 7ac934abb3ee [2021-03-11T04:23:20.696Z] ---> dd6f00f6e397 [2021-03-11T04:23:20.696Z] Step 6/23 : COPY go.mod . [2021-03-11T04:23:21.277Z] Removing intermediate container 51668aafd622 [2021-03-11T04:23:21.277Z] ---> 87aefa8fa8d8 [2021-03-11T04:23:21.277Z] Step 6/24 : COPY go.mod . [2021-03-11T04:23:21.277Z] ---> 489e50185a58 [2021-03-11T04:23:21.277Z] Step 7/23 : RUN go mod download [2021-03-11T04:23:21.542Z] ---> Running in e948f78f6664 [2021-03-11T04:23:21.810Z] Removing intermediate container d858db0ec4c7 [2021-03-11T04:23:21.810Z] ---> b3dd7f6e8a48 [2021-03-11T04:23:21.810Z] Step 6/21 : COPY go.mod . [2021-03-11T04:23:21.810Z] Removing intermediate container 2ce631c958f4 [2021-03-11T04:23:21.810Z] ---> 30b6af688fda [2021-03-11T04:23:21.810Z] Step 6/23 : COPY go.mod . [2021-03-11T04:23:21.810Z] ---> 995273f241f7 [2021-03-11T04:23:21.810Z] Step 7/24 : RUN go mod download [2021-03-11T04:23:22.087Z] ---> Running in 7cc49f05f8f7 [2021-03-11T04:23:22.357Z] ---> f685c4a47b01 [2021-03-11T04:23:22.357Z] Step 7/21 : RUN go mod download [2021-03-11T04:23:22.357Z] ---> 8d4449836f2a [2021-03-11T04:23:22.357Z] Step 7/23 : RUN go mod download [2021-03-11T04:23:22.357Z] ---> Running in 287f7c39f276 [2021-03-11T04:23:22.357Z] ---> Running in d8d26df04322 [2021-03-11T04:23:23.328Z] Removing intermediate container 844e0b648d38 [2021-03-11T04:23:23.328Z] ---> 15f6eda1e69b [2021-03-11T04:23:23.328Z] Step 8/31 : COPY . . [2021-03-11T04:23:23.597Z] Removing intermediate container e948f78f6664 [2021-03-11T04:23:23.597Z] ---> 84218520cab7 [2021-03-11T04:23:23.597Z] Step 8/23 : COPY . . [2021-03-11T04:23:23.597Z] Removing intermediate container 7cc49f05f8f7 [2021-03-11T04:23:23.597Z] ---> c1a3f66abad0 [2021-03-11T04:23:23.597Z] Step 8/24 : COPY . . [2021-03-11T04:23:24.487Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T04:23:27.847Z] Removing intermediate container 287f7c39f276 [2021-03-11T04:23:27.847Z] ---> e0893049c2b2 [2021-03-11T04:23:27.847Z] Step 8/23 : COPY . . [2021-03-11T04:23:34.462Z] Removing intermediate container d8d26df04322 [2021-03-11T04:23:34.463Z] ---> b6f5d087097c [2021-03-11T04:23:34.463Z] Step 8/21 : COPY . . [2021-03-11T04:24:06.683Z] ---> 10732c36ba28 [2021-03-11T04:24:06.683Z] ---> 54901f8cb3b3 [2021-03-11T04:24:06.683Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T04:24:06.683Z] [2021-03-11T04:24:06.683Z] ---> 571804c47466 [2021-03-11T04:24:06.683Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T04:24:06.683Z] ---> 68b98a93919e [2021-03-11T04:24:06.683Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T04:24:06.683Z] ---> Running in 9d309f256dfc [2021-03-11T04:24:06.683Z] ---> Running in 8566a4c2bb8e [2021-03-11T04:24:06.683Z] ---> Running in 8371db7785cd [2021-03-11T04:24:06.683Z] ---> Running in cfb81acdc19d [2021-03-11T04:24:06.683Z] ---> 1e988f923af8 [2021-03-11T04:24:06.683Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T04:24:06.683Z] ---> Running in 63e33fcddd2d [2021-03-11T04:24:07.650Z] 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-11T04:24:07.650Z] 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-11T04:24:07.650Z] 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-11T04:24:07.650Z] 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-11T04:24:07.920Z] 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-11T04:24:21.077Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T04:24:21.077Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T04:24:29.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T04:24:29.390Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T04:24:31.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T04:24:31.377Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T04:24:31.377Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T04:24:31.377Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T04:24:34.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T04:24:34.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T04:24:40.182Z] 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-11T04:24:40.182Z] 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-11T04:24:45.293Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T04:24:45.293Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T04:24:45.293Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T04:24:46.879Z] Removing intermediate container cfb81acdc19d [2021-03-11T04:24:46.879Z] ---> 8e2c0dd3ce00 [2021-03-11T04:24:46.879Z] [2021-03-11T04:24:46.879Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T04:24:46.879Z] Removing intermediate container 9d309f256dfc [2021-03-11T04:24:46.879Z] ---> 7f4c3c982ae4 [2021-03-11T04:24:46.879Z] [2021-03-11T04:24:46.879Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T04:24:46.879Z] Removing intermediate container 63e33fcddd2d [2021-03-11T04:24:46.879Z] ---> b309d64aedb4 [2021-03-11T04:24:46.879Z] [2021-03-11T04:24:46.879Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T04:24:46.879Z] 3.12: Pulling from library/alpine [2021-03-11T04:24:46.879Z] 3.12: Pulling from library/alpine [2021-03-11T04:24:46.879Z] 3.12: Pulling from library/alpine [2021-03-11T04:24:46.879Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:24:46.879Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:24:46.879Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T04:24:46.879Z] Status: Image is up to date for alpine:3.12 [2021-03-11T04:24:46.879Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:24:46.879Z] Status: Image is up to date for alpine:3.12 [2021-03-11T04:24:46.879Z] ---> 88dd2752d2ea [2021-03-11T04:24:46.879Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T04:24:46.879Z] ---> 88dd2752d2ea [2021-03-11T04:24:46.879Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T04:24:46.879Z] ---> 88dd2752d2ea [2021-03-11T04:24:46.879Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T04:24:50.199Z] ---> Running in 8ebc5fec1ee3 [2021-03-11T04:24:50.199Z] ---> Running in 2b93d52007f1 [2021-03-11T04:24:50.199Z] ---> Running in 2a548cd36b17 [2021-03-11T04:24:50.199Z] Removing intermediate container 8371db7785cd [2021-03-11T04:24:50.199Z] ---> 2eb20bcdbb1e [2021-03-11T04:24:50.199Z] [2021-03-11T04:24:50.199Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:24:50.199Z] ---> 88dd2752d2ea [2021-03-11T04:24:50.199Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:24:50.199Z] Removing intermediate container 8566a4c2bb8e [2021-03-11T04:24:50.199Z] ---> e54f7e304d43 [2021-03-11T04:24:50.199Z] [2021-03-11T04:24:50.199Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:24:50.199Z] ---> 88dd2752d2ea [2021-03-11T04:24:50.199Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T04:24:50.774Z] ---> Running in 5c7f233c5578 [2021-03-11T04:24:50.774Z] Removing intermediate container 2b93d52007f1 [2021-03-11T04:24:50.774Z] ---> 6abd63aa66ff [2021-03-11T04:24:50.774Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T04:24:51.037Z] ---> Running in 2bd627af5e48 [2021-03-11T04:24:51.037Z] ---> Running in b54c5e89ca20 [2021-03-11T04:24:51.311Z] Removing intermediate container 2bd627af5e48 [2021-03-11T04:24:51.311Z] ---> 3a17cfc217cd [2021-03-11T04:24:51.311Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T04:24:51.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:51.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:51.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:51.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:51.602Z] ---> Running in 7d576aedf60e [2021-03-11T04:24:51.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:51.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:51.867Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T04:24:51.867Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T04:24:51.867Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:24:51.867Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T04:24:51.867Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:24:51.867Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T04:24:51.867Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:24:51.867Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T04:24:51.867Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:24:51.867Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T04:24:51.867Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T04:24:51.867Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:24:51.867Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:24:51.867Z] OK: 7 MiB in 18 packages [2021-03-11T04:24:51.867Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T04:24:51.867Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:24:51.867Z] OK: 6 MiB in 15 packages [2021-03-11T04:24:51.867Z] OK: 7 MiB in 19 packages [2021-03-11T04:24:52.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements [2021-03-11T04:24:52.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T04:24:52.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T04:24:52.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T04:24:52.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T04:24:52.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T04:24:52.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T04:24:52.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T04:24:52.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.311s coverage: 100.0% of statements [2021-03-11T04:24:52.442Z] Removing intermediate container 7d576aedf60e [2021-03-11T04:24:52.442Z] ---> e9c5c09d1b62 [2021-03-11T04:24:52.442Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T04:24:52.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:52.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:52.704Z] ---> Running in 50bbab12dbe5 [2021-03-11T04:24:52.704Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:24:52.704Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T04:24:52.704Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:24:52.704Z] OK: 6 MiB in 16 packages [2021-03-11T04:24:53.281Z] Removing intermediate container 50bbab12dbe5 [2021-03-11T04:24:53.281Z] ---> b0f28d045555 [2021-03-11T04:24:53.281Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:24:54.227Z] Removing intermediate container 5c7f233c5578 [2021-03-11T04:24:54.227Z] ---> 198d334b3802 [2021-03-11T04:24:54.227Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:24:54.227Z] ---> Running in cb262d9f92dc [2021-03-11T04:24:54.490Z] Removing intermediate container 2a548cd36b17 [2021-03-11T04:24:54.490Z] ---> 1a28ea3d0446 [2021-03-11T04:24:54.490Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:24:54.752Z] ---> Running in 038948cf365a [2021-03-11T04:24:55.333Z] Removing intermediate container 8ebc5fec1ee3 [2021-03-11T04:24:55.333Z] ---> 2267e14c61c3 [2021-03-11T04:24:55.333Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:24:55.333Z] ---> Running in be2d996537bf [2021-03-11T04:24:55.595Z] ---> Running in f698cc7c9930 [2021-03-11T04:24:55.595Z] Removing intermediate container b54c5e89ca20 [2021-03-11T04:24:55.595Z] ---> 89dfad61666b [2021-03-11T04:24:55.595Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T04:24:55.595Z] Removing intermediate container 038948cf365a [2021-03-11T04:24:55.595Z] ---> e66605af33c9 [2021-03-11T04:24:55.595Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T04:24:55.857Z] ---> Running in 3f7fb94f0ea9 [2021-03-11T04:24:55.857Z] Removing intermediate container be2d996537bf [2021-03-11T04:24:55.857Z] ---> 327f0edb88de [2021-03-11T04:24:55.857Z] Step 13/24 : WORKDIR / [2021-03-11T04:24:55.857Z] ---> Running in ae465220f5f5 [2021-03-11T04:24:55.857Z] ---> Running in bfcb135a56ec [2021-03-11T04:24:55.857Z] Removing intermediate container f698cc7c9930 [2021-03-11T04:24:55.857Z] ---> 6e66ff6d0cf1 [2021-03-11T04:24:55.857Z] Step 13/21 : WORKDIR /edgex [2021-03-11T04:24:56.119Z] Removing intermediate container 3f7fb94f0ea9 [2021-03-11T04:24:56.119Z] ---> dc3bf940d371 [2021-03-11T04:24:56.119Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T04:24:56.385Z] ---> Running in 795337c8940b [2021-03-11T04:24:56.385Z] Removing intermediate container ae465220f5f5 [2021-03-11T04:24:56.385Z] ---> 709a836e1082 [2021-03-11T04:24:56.385Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:24:56.385Z] ---> Running in dd56193622c3 [2021-03-11T04:24:56.385Z] Removing intermediate container bfcb135a56ec [2021-03-11T04:24:56.385Z] ---> d3de73e64721 [2021-03-11T04:24:56.385Z] 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-11T04:24:56.646Z] ---> Running in 83a6d0ecb065 [2021-03-11T04:24:56.646Z] Removing intermediate container cb262d9f92dc [2021-03-11T04:24:56.646Z] ---> c88a17e20811 [2021-03-11T04:24:56.647Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T04:24:56.647Z] Removing intermediate container 795337c8940b [2021-03-11T04:24:56.647Z] ---> f3295e54771b [2021-03-11T04:24:56.647Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T04:24:56.910Z] Removing intermediate container dd56193622c3 [2021-03-11T04:24:56.910Z] ---> a9b899202bb9 [2021-03-11T04:24:56.910Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T04:24:56.910Z] ---> Running in 3e1e0bd97244 [2021-03-11T04:24:56.910Z] ---> 141be442296b [2021-03-11T04:24:56.910Z] 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-11T04:24:57.173Z] Removing intermediate container 83a6d0ecb065 [2021-03-11T04:24:57.173Z] ---> 39da7617b658 [2021-03-11T04:24:57.173Z] Step 15/23 : WORKDIR / [2021-03-11T04:24:57.173Z] ---> Running in c56d3c652615 [2021-03-11T04:24:57.439Z] ---> 2273b7d81723 [2021-03-11T04:24:57.439Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T04:24:57.439Z] ---> Running in 410de6abdccb [2021-03-11T04:24:57.439Z] ---> db2103ebef0d [2021-03-11T04:24:57.439Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T04:24:58.018Z] Removing intermediate container 410de6abdccb [2021-03-11T04:24:58.018Z] ---> 7f339eeeaf35 [2021-03-11T04:24:58.018Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:24:58.018Z] ---> c853c197f933 [2021-03-11T04:24:58.018Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T04:24:58.018Z] ---> 93475078b25b [2021-03-11T04:24:58.018Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T04:24:58.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:58.290Z] ---> 1f97aa191c3a [2021-03-11T04:24:58.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T04:24:58.557Z] ---> 0ef1ddcb49d7 [2021-03-11T04:24:58.557Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T04:24:58.557Z] ---> ca9a2d0559c3 [2021-03-11T04:24:58.557Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T04:24:58.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.1% of statements [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T04:24:58.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T04:24:58.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T04:24:58.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T04:24:58.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:24:58.820Z] ---> Running in 70d16a746832 [2021-03-11T04:24:58.820Z] Removing intermediate container c56d3c652615 [2021-03-11T04:24:58.820Z] ---> 3ee59c827baa [2021-03-11T04:24:58.820Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T04:24:59.082Z] ---> Running in a491206e2676 [2021-03-11T04:24:59.082Z] ---> 5205713cb222 [2021-03-11T04:24:59.082Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T04:24:59.082Z] Removing intermediate container 70d16a746832 [2021-03-11T04:24:59.082Z] ---> 91f0a459ff5d [2021-03-11T04:24:59.082Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T04:24:59.082Z] ---> caaff8f0d2d4 [2021-03-11T04:24:59.082Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T04:24:59.082Z] ---> Running in fb0b1a5c3b3d [2021-03-11T04:24:59.082Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T04:24:59.345Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T04:24:59.345Z] Removing intermediate container a491206e2676 [2021-03-11T04:24:59.345Z] ---> db9b9d4f937e [2021-03-11T04:24:59.345Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T04:24:59.345Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T04:24:59.345Z] ---> 66d1220b17b5 [2021-03-11T04:24:59.345Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T04:24:59.345Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T04:24:59.608Z] Removing intermediate container fb0b1a5c3b3d [2021-03-11T04:24:59.608Z] ---> bd208281ac8b [2021-03-11T04:24:59.608Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T04:24:59.608Z] ---> Running in d7f2715ecf36 [2021-03-11T04:24:59.608Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T04:24:59.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 71.3% of statements [2021-03-11T04:24:59.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T04:24:59.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T04:24:59.871Z] ---> af33331bdd46 [2021-03-11T04:24:59.871Z] 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-11T04:25:00.133Z] ---> Running in 60af17e6e040 [2021-03-11T04:25:00.133Z] ---> 943548dbd5f4 [2021-03-11T04:25:00.133Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T04:25:00.133Z] ---> Running in fde8f48a7ac0 [2021-03-11T04:25:00.133Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T04:25:00.133Z] Removing intermediate container d7f2715ecf36 [2021-03-11T04:25:00.133Z] ---> 0848ad41122d [2021-03-11T04:25:00.133Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:25:00.133Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:25:00.396Z] OK: 8 MiB in 20 packages [2021-03-11T04:25:00.396Z] ---> Running in 28af8be40baa [2021-03-11T04:25:00.396Z] Removing intermediate container 60af17e6e040 [2021-03-11T04:25:00.396Z] ---> 17bdee7dff0c [2021-03-11T04:25:00.396Z] Step 20/21 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:25:00.396Z] ---> Running in f894bd541297 [2021-03-11T04:25:00.659Z] ---> Running in 9d6494d149c7 [2021-03-11T04:25:00.921Z] Removing intermediate container f894bd541297 [2021-03-11T04:25:00.921Z] ---> 61bf3c8e74c5 [2021-03-11T04:25:00.921Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:25:01.188Z] ---> Running in e0599b72ad48 [2021-03-11T04:25:01.188Z] Removing intermediate container 9d6494d149c7 [2021-03-11T04:25:01.188Z] ---> 7112e8c5c503 [2021-03-11T04:25:01.188Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T04:25:01.457Z] ---> Running in 60a4fb67f60c [2021-03-11T04:25:01.457Z] Removing intermediate container e0599b72ad48 [2021-03-11T04:25:01.457Z] ---> 64aed4c1c2e5 [2021-03-11T04:25:01.457Z] Step 22/23 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:25:01.457Z] Removing intermediate container 3e1e0bd97244 [2021-03-11T04:25:01.457Z] ---> fab42e056fbb [2021-03-11T04:25:01.457Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:25:01.722Z] ---> Running in c9caff1835a2 [2021-03-11T04:25:01.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.452s coverage: 82.9% of statements [2021-03-11T04:25:01.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T04:25:01.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:25:01.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements [2021-03-11T04:25:01.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T04:25:01.986Z] Removing intermediate container 60a4fb67f60c [2021-03-11T04:25:01.986Z] ---> 583ef31b188a [2021-03-11T04:25:01.986Z] [2021-03-11T04:25:01.986Z] ---> 955e7cd73feb [2021-03-11T04:25:01.986Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T04:25:02.248Z] Successfully built 583ef31b188a [2021-03-11T04:25:02.248Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T04:25:02.248Z] Building docker-support-scheduler-go [2021-03-11T04:25:02.513Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c9caff1835a2 [2021-03-11T04:25:02.513Z] ---> 49b4136023ac [2021-03-11T04:25:02.513Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:25:02.513Z] Removing intermediate container fde8f48a7ac0 [2021-03-11T04:25:02.513Z] ---> 9433ccdef945 [2021-03-11T04:25:02.513Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T04:25:02.779Z] ---> Running in 5243191a49c3 [2021-03-11T04:25:02.779Z] ---> b88ddba7bb02 [2021-03-11T04:25:02.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T04:25:03.354Z] ---> Running in 079acbf18bd8 [2021-03-11T04:25:04.307Z] Removing intermediate container 5243191a49c3 [2021-03-11T04:25:04.307Z] ---> 7768cd4d9f2c [2021-03-11T04:25:04.307Z] [2021-03-11T04:25:04.307Z] ---> 741c296b2dc8 [2021-03-11T04:25:04.307Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T04:25:04.307Z] Removing intermediate container 28af8be40baa [2021-03-11T04:25:04.307Z] ---> 415e3e95bad1 [2021-03-11T04:25:04.307Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:25:04.307Z] Removing intermediate container 079acbf18bd8 [2021-03-11T04:25:04.307Z] ---> b92416702ecb [2021-03-11T04:25:04.307Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T04:25:04.307Z] ---> Running in 476114188ef7 [2021-03-11T04:25:04.579Z] Successfully built 7768cd4d9f2c [2021-03-11T04:25:04.579Z] ---> Running in 0fc35de9253f [2021-03-11T04:25:04.579Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T04:25:04.579Z] Building docker-support-notifications-go [2021-03-11T04:25:04.579Z]  Building docker-core-metadata-go ... done Removing intermediate container 476114188ef7 [2021-03-11T04:25:04.579Z] ---> 3203663c231b [2021-03-11T04:25:04.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:25:04.579Z] ---> 6291ac3145dc [2021-03-11T04:25:04.579Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T04:25:04.842Z] Removing intermediate container 0fc35de9253f [2021-03-11T04:25:04.842Z] ---> 3799278cb8bd [2021-03-11T04:25:04.842Z] Step 23/24 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:25:04.842Z] ---> Running in 5219606e559c [2021-03-11T04:25:08.176Z] ---> Running in 74d2ee149454 [2021-03-11T04:25:10.104Z] Removing intermediate container 5219606e559c [2021-03-11T04:25:10.104Z] ---> ccc5bbb70008 [2021-03-11T04:25:10.104Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:25:10.681Z] ---> a7148cbb0d3c [2021-03-11T04:25:10.681Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T04:25:11.631Z] ---> Running in 9f169d2943ae [2021-03-11T04:25:11.631Z] Removing intermediate container 74d2ee149454 [2021-03-11T04:25:11.631Z] ---> 8782d4f1e6b5 [2021-03-11T04:25:11.631Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T04:25:11.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.143s coverage: 28.6% of statements [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T04:25:11.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T04:25:11.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T04:25:11.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T04:25:11.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.364s coverage: 97.5% of statements [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T04:25:11.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T04:25:11.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T04:25:14.217Z] ---> Running in af7064369e0f [2021-03-11T04:25:14.217Z] ---> adf050c29c42 [2021-03-11T04:25:14.217Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T04:25:15.169Z] Removing intermediate container 9f169d2943ae [2021-03-11T04:25:15.169Z] ---> c1e64ff2e7dc [2021-03-11T04:25:15.169Z] Step 22/23 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:25:16.579Z] Removing intermediate container af7064369e0f [2021-03-11T04:25:16.579Z] ---> a1d68300d612 [2021-03-11T04:25:16.579Z] [2021-03-11T04:25:17.155Z] Successfully built a1d68300d612 [2021-03-11T04:25:17.738Z] ---> Running in b501c0af8ed2 [2021-03-11T04:25:18.328Z] ---> 46c324f2a713 [2021-03-11T04:25:18.328Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T04:25:18.328Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T04:25:18.328Z] Building docker-sys-mgmt-agent-go [2021-03-11T04:25:20.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.302s coverage: 92.8% of statements [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T04:25:20.298Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T04:25:20.298Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 0.1% of statements [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T04:25:20.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T04:25:20.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 47.1% of statements [2021-03-11T04:25:20.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements [2021-03-11T04:25:20.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-11T04:25:20.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements [2021-03-11T04:25:20.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-11T04:25:20.909Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b501c0af8ed2 [2021-03-11T04:25:20.909Z] ---> 2938f8d89072 [2021-03-11T04:25:20.909Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:25:21.489Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:25:21.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:25:21.489Z] ---> 7eaf1f276d07 [2021-03-11T04:25:21.489Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:25:21.753Z] ---> Using cache [2021-03-11T04:25:21.753Z] ---> 313ff4cf9a2c [2021-03-11T04:25:21.753Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:25:21.753Z] ---> Using cache [2021-03-11T04:25:21.753Z] ---> be9bc1563bf0 [2021-03-11T04:25:21.753Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T04:25:21.753Z] ---> Using cache [2021-03-11T04:25:21.753Z] ---> b3dd7f6e8a48 [2021-03-11T04:25:21.753Z] Step 6/22 : COPY go.mod . [2021-03-11T04:25:21.753Z] ---> Using cache [2021-03-11T04:25:21.753Z] ---> f685c4a47b01 [2021-03-11T04:25:21.753Z] Step 7/22 : RUN go mod download [2021-03-11T04:25:21.753Z] ---> Using cache [2021-03-11T04:25:21.753Z] ---> b6f5d087097c [2021-03-11T04:25:21.753Z] Step 8/22 : COPY . . [2021-03-11T04:25:22.017Z] ---> Using cache [2021-03-11T04:25:22.017Z] ---> 1e988f923af8 [2021-03-11T04:25:22.017Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T04:25:22.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:25:22.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:25:22.600Z] ---> 7eaf1f276d07 [2021-03-11T04:25:22.600Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:25:22.600Z] ---> Using cache [2021-03-11T04:25:22.600Z] ---> 313ff4cf9a2c [2021-03-11T04:25:22.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:25:22.600Z] ---> Using cache [2021-03-11T04:25:22.600Z] ---> be9bc1563bf0 [2021-03-11T04:25:22.600Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T04:25:23.178Z] ---> 00d03af69ae3 [2021-03-11T04:25:23.178Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T04:25:25.863Z] ---> Running in 22672f8ff8df [2021-03-11T04:25:25.863Z] ---> Running in 883f7a903efe [2021-03-11T04:25:25.863Z] ---> Running in 2460fecdc5f2 [2021-03-11T04:25:26.911Z] ---> Running in 24b385d5e3d5 [2021-03-11T04:25:27.491Z] Removing intermediate container 22672f8ff8df [2021-03-11T04:25:27.491Z] ---> 88d30a27c3b6 [2021-03-11T04:25:27.491Z] [2021-03-11T04:25:27.766Z] Successfully built 88d30a27c3b6 [2021-03-11T04:25:28.031Z] Successfully tagged docker-core-data-go:latest [2021-03-11T04:25:28.031Z] Building docker-core-command-go [2021-03-11T04:25:28.295Z]  Building docker-core-data-go ... done Removing intermediate container 24b385d5e3d5 [2021-03-11T04:25:28.295Z] ---> 81c2866f95ce [2021-03-11T04:25:28.295Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T04:25:30.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T04:25:30.906Z] ---> 83adc5f5cd52 [2021-03-11T04:25:30.906Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T04:25:31.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:25:32.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:25:32.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.093s coverage: 94.4% of statements [2021-03-11T04:25:32.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-03-11T04:25:32.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.097s coverage: 81.4% of statements [2021-03-11T04:25:33.111Z] ---> Running in 128c6dcc7405 [2021-03-11T04:25:34.093Z] OK: 233 MiB in 51 packages [2021-03-11T04:25:36.059Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:25:36.059Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:25:36.059Z] ---> 7eaf1f276d07 [2021-03-11T04:25:36.059Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T04:25:36.059Z] ---> Using cache [2021-03-11T04:25:36.059Z] ---> 313ff4cf9a2c [2021-03-11T04:25:36.059Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:25:36.059Z] ---> Using cache [2021-03-11T04:25:36.059Z] ---> be9bc1563bf0 [2021-03-11T04:25:36.059Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T04:25:37.020Z] ---> Running in 3d2423bc6455 [2021-03-11T04:25:37.295Z] Removing intermediate container 2460fecdc5f2 [2021-03-11T04:25:37.295Z] ---> 19b51c420c04 [2021-03-11T04:25:37.295Z] Step 6/22 : COPY go.mod . [2021-03-11T04:25:37.569Z] Removing intermediate container 128c6dcc7405 [2021-03-11T04:25:37.569Z] ---> 09de6d10f07b [2021-03-11T04:25:37.569Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T04:25:37.840Z] ---> Running in b3ace43736e6 [2021-03-11T04:25:38.111Z] ---> 52b8cde1d3c1 [2021-03-11T04:25:38.111Z] Step 7/22 : RUN go mod download [2021-03-11T04:25:38.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:25:38.390Z] ---> Running in d78666ecd416 [2021-03-11T04:25:38.390Z] Removing intermediate container b3ace43736e6 [2021-03-11T04:25:38.390Z] ---> 4bc8943e2c82 [2021-03-11T04:25:38.390Z] Step 28/31 : CMD ["gate"] [2021-03-11T04:25:38.974Z] ---> Running in eed519fdb444 [2021-03-11T04:25:39.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:25:39.524Z] Removing intermediate container eed519fdb444 [2021-03-11T04:25:39.524Z] ---> e11c07045c4a [2021-03-11T04:25:39.524Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T04:25:39.791Z] ---> Running in 1bc29f883efd [2021-03-11T04:25:40.770Z] OK: 233 MiB in 51 packages [2021-03-11T04:25:41.043Z] Removing intermediate container 1bc29f883efd [2021-03-11T04:25:41.043Z] ---> 092ae381dd02 [2021-03-11T04:25:41.043Z] Step 30/31 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:25:42.465Z] ---> Running in 9493063fd0e0 [2021-03-11T04:25:43.906Z] Removing intermediate container 9493063fd0e0 [2021-03-11T04:25:43.906Z] ---> 2a04a2766ce0 [2021-03-11T04:25:43.906Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T04:25:43.906Z] Removing intermediate container 3d2423bc6455 [2021-03-11T04:25:43.906Z] ---> b4434a16575e [2021-03-11T04:25:43.906Z] Step 6/26 : COPY go.mod . [2021-03-11T04:25:44.515Z] Removing intermediate container d78666ecd416 [2021-03-11T04:25:44.515Z] ---> bd7394a38577 [2021-03-11T04:25:44.515Z] Step 8/22 : COPY . . [2021-03-11T04:25:45.503Z] ---> Running in 964712785a26 [2021-03-11T04:25:45.503Z] ---> d3f5ca323d53 [2021-03-11T04:25:45.503Z] Step 7/26 : RUN go mod download [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.6% of statements [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.6% of statements [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.500s coverage: 62.4% of statements [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T04:25:47.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-11T04:25:47.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-03-11T04:25:48.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.864s coverage: 69.0% of statements [2021-03-11T04:25:48.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T04:25:48.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T04:25:48.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T04:25:48.863Z] ---> Running in f8134f38fefa [2021-03-11T04:25:48.863Z] Removing intermediate container 964712785a26 [2021-03-11T04:25:48.863Z] ---> 6ed348056b6d [2021-03-11T04:25:48.863Z] [2021-03-11T04:25:48.863Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:25:48.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:25:48.863Z] ---> 7eaf1f276d07 [2021-03-11T04:25:48.863Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:25:48.863Z] ---> Using cache [2021-03-11T04:25:48.863Z] ---> 313ff4cf9a2c [2021-03-11T04:25:48.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:25:48.863Z] ---> Using cache [2021-03-11T04:25:48.863Z] ---> be9bc1563bf0 [2021-03-11T04:25:48.863Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:25:48.863Z] ---> Using cache [2021-03-11T04:25:48.863Z] ---> b3dd7f6e8a48 [2021-03-11T04:25:48.863Z] Step 6/23 : COPY go.mod . [2021-03-11T04:25:48.863Z] ---> Using cache [2021-03-11T04:25:48.863Z] ---> f685c4a47b01 [2021-03-11T04:25:48.863Z] Step 7/23 : RUN go mod download [2021-03-11T04:25:48.863Z] ---> Using cache [2021-03-11T04:25:48.863Z] ---> b6f5d087097c [2021-03-11T04:25:48.863Z] Step 8/23 : COPY . . [2021-03-11T04:25:49.126Z] ---> Using cache [2021-03-11T04:25:49.126Z] ---> 1e988f923af8 [2021-03-11T04:25:49.126Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T04:25:49.389Z] Successfully built 6ed348056b6d [2021-03-11T04:25:50.784Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T04:25:51.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements [2021-03-11T04:25:51.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T04:25:51.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T04:25:51.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements [2021-03-11T04:25:51.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T04:25:51.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements [2021-03-11T04:25:53.355Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 76e93c9419ab [2021-03-11T04:25:55.938Z] 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-11T04:25:56.205Z] Removing intermediate container f8134f38fefa [2021-03-11T04:25:56.205Z] ---> 7eee3c9799fb [2021-03-11T04:25:56.205Z] Step 8/26 : COPY . . [2021-03-11T04:25:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.0% of statements [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T04:25:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T04:25:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T04:25:58.596Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.457s coverage: 87.1% of statements [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:25:58.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T04:26:06.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.383s coverage: 29.1% of statements [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T04:26:06.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T04:26:06.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T04:26:06.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.209s coverage: 96.5% of statements [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T04:26:06.910Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-11T04:26:06.910Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T04:26:06.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-03-11T04:26:06.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T04:26:06.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T04:26:06.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T04:26:06.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T04:26:06.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-03-11T04:26:06.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T04:26:06.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T04:26:06.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-11T04:26:06.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-11T04:26:06.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-03-11T04:26:07.502Z] GO111MODULE=on go vet ./... [2021-03-11T04:26:08.673Z] Removing intermediate container 883f7a903efe [2021-03-11T04:26:08.673Z] ---> 9f792970cf25 [2021-03-11T04:26:08.673Z] [2021-03-11T04:26:08.673Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:26:08.673Z] ---> 88dd2752d2ea [2021-03-11T04:26:08.673Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:26:08.673Z] ---> Using cache [2021-03-11T04:26:08.673Z] ---> 198d334b3802 [2021-03-11T04:26:08.673Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:26:08.673Z] ---> Using cache [2021-03-11T04:26:08.673Z] ---> e66605af33c9 [2021-03-11T04:26:08.673Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T04:26:10.630Z] ---> Running in 864b08e15f53 [2021-03-11T04:26:16.020Z] ---> a2d3f3dd2e35 [2021-03-11T04:26:16.020Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T04:26:16.020Z] Removing intermediate container 864b08e15f53 [2021-03-11T04:26:16.020Z] ---> f6888ad12942 [2021-03-11T04:26:16.020Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:26:16.293Z] ---> Running in 41734f076d80 [2021-03-11T04:26:16.876Z] ---> Running in fe00bee0026f [2021-03-11T04:26:18.801Z] Removing intermediate container fe00bee0026f [2021-03-11T04:26:18.801Z] ---> 1c221f7438ed [2021-03-11T04:26:18.801Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:26:19.064Z] 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-11T04:26:20.482Z] ---> 69b6160db408 [2021-03-11T04:26:20.482Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T04:26:22.452Z] ---> 6bb7b90ff0c2 [2021-03-11T04:26:22.452Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T04:26:22.452Z] ---> 7c16cb48f72f [2021-03-11T04:26:22.452Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T04:26:22.452Z] ---> Running in bb825487dc90 [2021-03-11T04:26:22.723Z] ---> 13b96ff62abd [2021-03-11T04:26:22.723Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T04:26:23.000Z] ---> Running in 343bbac677d2 [2021-03-11T04:26:23.000Z] 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-11T04:26:23.273Z] Removing intermediate container 343bbac677d2 [2021-03-11T04:26:23.273Z] ---> d7d7f8e7e325 [2021-03-11T04:26:23.273Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:26:24.699Z] ---> Running in 2eafe8b4ca19 [2021-03-11T04:26:25.297Z] Removing intermediate container 2eafe8b4ca19 [2021-03-11T04:26:25.297Z] ---> 8458008be01d [2021-03-11T04:26:25.297Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T04:26:25.885Z] ---> Running in 65912d45be97 [2021-03-11T04:26:25.885Z] Removing intermediate container 76e93c9419ab [2021-03-11T04:26:25.885Z] ---> 897805e7b67a [2021-03-11T04:26:25.885Z] [2021-03-11T04:26:25.885Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:26:25.885Z] ---> 88dd2752d2ea [2021-03-11T04:26:25.885Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:26:25.885Z] ---> Using cache [2021-03-11T04:26:25.885Z] ---> 198d334b3802 [2021-03-11T04:26:25.885Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:26:25.885Z] ---> Using cache [2021-03-11T04:26:25.885Z] ---> e66605af33c9 [2021-03-11T04:26:25.885Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T04:26:26.159Z] ---> Running in 1a8af3ded88e [2021-03-11T04:26:26.159Z] Removing intermediate container 65912d45be97 [2021-03-11T04:26:26.159Z] ---> ea85147b5951 [2021-03-11T04:26:26.159Z] Step 21/22 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:26:26.434Z] ---> Running in 33561540b316 [2021-03-11T04:26:26.434Z] Removing intermediate container 1a8af3ded88e [2021-03-11T04:26:26.434Z] ---> ffc8f74b785a [2021-03-11T04:26:26.434Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:26:26.704Z] ---> Running in 09c710b94bdd [2021-03-11T04:26:26.704Z] Removing intermediate container 33561540b316 [2021-03-11T04:26:26.704Z] ---> 33d58a9ef7b2 [2021-03-11T04:26:26.704Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:26:26.969Z] ---> Running in b830806d55c3 [2021-03-11T04:26:26.969Z] Removing intermediate container 09c710b94bdd [2021-03-11T04:26:26.969Z] ---> 2a6aab88bb09 [2021-03-11T04:26:26.969Z] Step 15/23 : WORKDIR / [2021-03-11T04:26:27.249Z] ---> Running in 00a58718f919 [2021-03-11T04:26:27.249Z] Removing intermediate container b830806d55c3 [2021-03-11T04:26:27.249Z] ---> 10854e1187f5 [2021-03-11T04:26:27.249Z] [2021-03-11T04:26:27.523Z] Successfully built 10854e1187f5 [2021-03-11T04:26:27.523Z] Removing intermediate container 00a58718f919 [2021-03-11T04:26:27.523Z] ---> ea2d32c4a2b7 [2021-03-11T04:26:27.523Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:26:27.523Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T04:26:28.962Z]  Building docker-support-scheduler-go ... done  ---> 752b7ffd9f4a [2021-03-11T04:26:28.962Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T04:26:29.558Z] ---> bb3c0d0df21f [2021-03-11T04:26:29.559Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T04:26:30.162Z] ---> 9094e90a7842 [2021-03-11T04:26:30.162Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T04:26:30.162Z] ---> Running in 385ce9673b69 [2021-03-11T04:26:30.434Z] Removing intermediate container 385ce9673b69 [2021-03-11T04:26:30.434Z] ---> e1a223d94e85 [2021-03-11T04:26:30.434Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:26:30.434Z] ---> Running in 7e24d5e1d708 [2021-03-11T04:26:31.029Z] Removing intermediate container 7e24d5e1d708 [2021-03-11T04:26:31.029Z] ---> 2291ae66d5f2 [2021-03-11T04:26:31.029Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T04:26:31.029Z] ---> Running in 7400e15028ab [2021-03-11T04:26:31.315Z] Removing intermediate container 7400e15028ab [2021-03-11T04:26:31.315Z] ---> 9055e0a24b50 [2021-03-11T04:26:31.315Z] Step 22/23 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:26:31.585Z] ---> Running in b06d9819fd81 [2021-03-11T04:26:31.858Z] Removing intermediate container b06d9819fd81 [2021-03-11T04:26:31.858Z] ---> 476459f4f6c3 [2021-03-11T04:26:31.858Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:26:31.858Z] ---> Running in 03684aaa3258 [2021-03-11T04:26:32.446Z] Removing intermediate container 03684aaa3258 [2021-03-11T04:26:32.446Z] ---> 6069f650a3e4 [2021-03-11T04:26:32.446Z] [2021-03-11T04:26:32.715Z] Successfully built 6069f650a3e4 [2021-03-11T04:26:32.715Z] Successfully tagged docker-core-command-go:latest [2021-03-11T04:26:40.923Z]  Building docker-core-command-go ... done Removing intermediate container 41734f076d80 [2021-03-11T04:26:40.923Z] ---> dfec93e4b085 [2021-03-11T04:26:40.923Z] [2021-03-11T04:26:40.923Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:26:40.923Z] ---> 88dd2752d2ea [2021-03-11T04:26:40.923Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T04:26:40.923Z] Removing intermediate container bb825487dc90 [2021-03-11T04:26:40.923Z] ---> e2e38efb0d73 [2021-03-11T04:26:40.923Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T04:26:40.923Z] ---> Running in 24d66b8e61eb [2021-03-11T04:26:40.923Z] ---> Running in f39d241fcfc9 [2021-03-11T04:26:41.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:26:41.198Z] 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-11T04:26:41.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:26:41.462Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T04:26:41.462Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:26:41.462Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:26:41.462Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:26:41.462Z] OK: 6 MiB in 16 packages [2021-03-11T04:26:42.862Z] Removing intermediate container 24d66b8e61eb [2021-03-11T04:26:42.862Z] ---> bf7347af69f4 [2021-03-11T04:26:42.862Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:26:42.862Z] Removing intermediate container f39d241fcfc9 [2021-03-11T04:26:42.862Z] ---> 9159e6fd1029 [2021-03-11T04:26:42.862Z] [2021-03-11T04:26:42.862Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T04:26:43.124Z] ---> Running in 6de0b204b540 [2021-03-11T04:26:43.124Z] 20.10.0: Pulling from library/docker [2021-03-11T04:26:43.124Z] Removing intermediate container 6de0b204b540 [2021-03-11T04:26:43.124Z] ---> 1a1f5b7d1256 [2021-03-11T04:26:43.124Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T04:26:43.387Z] ---> Running in 06356ce73844 [2021-03-11T04:26:43.651Z] Removing intermediate container 06356ce73844 [2021-03-11T04:26:43.651Z] ---> dc2248146932 [2021-03-11T04:26:43.652Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:26:44.602Z] ---> Running in 1882fe290bb1 [2021-03-11T04:26:44.602Z] Removing intermediate container 1882fe290bb1 [2021-03-11T04:26:44.602Z] ---> 6849aa08b9db [2021-03-11T04:26:44.602Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:26:44.944Z] ---> 46a268b8e118 [2021-03-11T04:26:44.944Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T04:26:46.690Z] ---> b59c25869400 [2021-03-11T04:26:46.690Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T04:26:46.690Z] ---> 27447be78374 [2021-03-11T04:26:46.690Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T04:26:46.690Z] ---> Running in 603179623c1c [2021-03-11T04:26:46.690Z] Removing intermediate container 603179623c1c [2021-03-11T04:26:46.690Z] ---> c77e29efaa55 [2021-03-11T04:26:46.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:26:46.690Z] ---> Running in 91c3bd634edb [2021-03-11T04:26:48.141Z] Removing intermediate container 91c3bd634edb [2021-03-11T04:26:48.141Z] ---> b4d4355ea993 [2021-03-11T04:26:48.141Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T04:26:48.415Z] ---> Running in 286826bc1eb0 [2021-03-11T04:26:48.415Z] Removing intermediate container 286826bc1eb0 [2021-03-11T04:26:48.415Z] ---> aa45e7b4f309 [2021-03-11T04:26:48.415Z] Step 21/22 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:26:48.680Z] ---> Running in c1d6130a3578 [2021-03-11T04:26:48.680Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T04:26:48.680Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T04:26:48.680Z] ---> aefe523efa57 [2021-03-11T04:26:48.680Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T04:26:48.680Z] ---> Running in 02f4c9f45c21 [2021-03-11T04:26:48.946Z] Removing intermediate container c1d6130a3578 [2021-03-11T04:26:48.946Z] ---> 5c03ff676d0b [2021-03-11T04:26:48.946Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:26:48.946Z] ---> Running in 9330dd4e2f8f [2021-03-11T04:26:49.210Z] Removing intermediate container 9330dd4e2f8f [2021-03-11T04:26:49.210Z] ---> 37d0d815888e [2021-03-11T04:26:49.210Z] [2021-03-11T04:26:49.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:26:49.210Z] Successfully built 37d0d815888e [2021-03-11T04:26:49.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:26:49.472Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T04:26:49.472Z]  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) [2021-03-11T04:26:49.472Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T04:26:49.472Z] Executing bash-5.0.17-r0.post-install [2021-03-11T04:26:49.472Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:26:49.472Z] OK: 12 MiB in 22 packages [2021-03-11T04:26:50.053Z] Removing intermediate container 02f4c9f45c21 [2021-03-11T04:26:50.053Z] ---> 6923d506f805 [2021-03-11T04:26:50.053Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T04:26:50.053Z] ---> Running in eea37e087a80 [2021-03-11T04:26:50.315Z] Removing intermediate container eea37e087a80 [2021-03-11T04:26:50.315Z] ---> a44ee989ec9b [2021-03-11T04:26:50.315Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T04:26:50.315Z] ---> Running in 87e79dfd7405 [2021-03-11T04:26:50.578Z] Removing intermediate container 87e79dfd7405 [2021-03-11T04:26:50.578Z] ---> 892e468ec696 [2021-03-11T04:26:50.578Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T04:26:50.578Z] ---> Running in 6be0c04f1dd3 [2021-03-11T04:26:50.842Z] Removing intermediate container 6be0c04f1dd3 [2021-03-11T04:26:50.842Z] ---> 26b1669cdc0b [2021-03-11T04:26:50.842Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T04:26:51.418Z] ---> 4d48cd047fb8 [2021-03-11T04:26:51.418Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T04:26:51.418Z] ---> 3c449abcd4f4 [2021-03-11T04:26:51.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T04:26:51.996Z] ---> 2d7324ade31b [2021-03-11T04:26:51.996Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T04:26:51.996Z] ---> Running in d669ed1e2ece [2021-03-11T04:26:52.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:26:52.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:26:53.207Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T04:26:53.207Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T04:26:53.207Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T04:26:53.207Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T04:26:53.207Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T04:26:53.207Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T04:26:53.207Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T04:26:54.153Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T04:26:54.154Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T04:26:54.154Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T04:26:54.154Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T04:26:54.154Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T04:26:54.154Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T04:26:54.154Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T04:26:54.154Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T04:26:54.154Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T04:26:54.154Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T04:26:54.417Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T04:26:54.417Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T04:26:54.417Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T04:26:54.417Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T04:26:54.417Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T04:26:54.417Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T04:26:54.417Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T04:26:54.417Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T04:26:54.417Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T04:26:54.417Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T04:26:54.417Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T04:26:54.417Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T04:26:54.417Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T04:26:54.417Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T04:26:54.417Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T04:26:54.417Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T04:26:54.683Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:26:54.683Z] OK: 71 MiB in 55 packages [2021-03-11T04:27:04.721Z] Removing intermediate container d669ed1e2ece [2021-03-11T04:27:04.721Z] ---> 1832f5833471 [2021-03-11T04:27:04.721Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T04:27:04.721Z] ---> Running in 51c51039e788 [2021-03-11T04:27:05.675Z] Collecting docker-compose==1.23.2 [2021-03-11T04:27:05.675Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T04:27:05.675Z] 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-11T04:27:05.675Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T04:27:05.675Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T04:27:06.250Z] Collecting PyYAML<4,>=3.10 [2021-03-11T04:27:06.250Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T04:27:07.196Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T04:27:07.197Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T04:27:07.197Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T04:27:07.197Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T04:27:07.460Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T04:27:07.460Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T04:27:08.035Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T04:27:08.035Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T04:27:08.035Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T04:27:08.035Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T04:27:08.298Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T04:27:08.298Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T04:27:08.571Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T04:27:08.571Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T04:27:08.842Z] Collecting idna<2.8,>=2.5 [2021-03-11T04:27:08.842Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T04:27:09.109Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T04:27:09.109Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T04:27:09.109Z] 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-11T04:27:09.109Z] 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-11T04:27:09.109Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T04:27:09.109Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T04:27:09.109Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T04:27:09.109Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T04:27:09.109Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T04:27:09.109Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T04:27:09.394Z] Installing collected packages: texttable, PyYAML, cached-property, idna, urllib3, requests, docopt, websocket-client, jsonschema, docker-pycreds, docker, dockerpty, docker-compose [2021-03-11T04:27:09.394Z] Running setup.py install for texttable: started [2021-03-11T04:27:09.980Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T04:27:09.980Z] Running setup.py install for PyYAML: started [2021-03-11T04:27:10.244Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T04:27:10.510Z] Attempting uninstall: idna [2021-03-11T04:27:10.511Z] Found existing installation: idna 2.9 [2021-03-11T04:27:10.511Z] Uninstalling idna-2.9: [2021-03-11T04:27:10.511Z] Successfully uninstalled idna-2.9 [2021-03-11T04:27:10.511Z] Attempting uninstall: urllib3 [2021-03-11T04:27:10.511Z] Found existing installation: urllib3 1.25.9 [2021-03-11T04:27:10.511Z] Uninstalling urllib3-1.25.9: [2021-03-11T04:27:10.774Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T04:27:10.774Z] Attempting uninstall: requests [2021-03-11T04:27:10.774Z] Found existing installation: requests 2.23.0 [2021-03-11T04:27:10.774Z] Uninstalling requests-2.23.0: [2021-03-11T04:27:11.037Z] Successfully uninstalled requests-2.23.0 [2021-03-11T04:27:11.037Z] Running setup.py install for docopt: started [2021-03-11T04:27:11.614Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T04:27:11.877Z] Running setup.py install for dockerpty: started [2021-03-11T04:27:12.451Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T04:27:12.713Z] 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-11T04:27:16.957Z] Removing intermediate container 51c51039e788 [2021-03-11T04:27:16.957Z] ---> a1d4b060ff10 [2021-03-11T04:27:16.957Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T04:27:16.957Z] ---> Running in e65baa4e10d1 [2021-03-11T04:27:16.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T04:27:16.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T04:27:16.957Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:27:16.957Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T04:27:16.957Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T04:27:16.957Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:27:16.957Z] OK: 72 MiB in 58 packages [2021-03-11T04:27:17.536Z] Removing intermediate container e65baa4e10d1 [2021-03-11T04:27:17.536Z] ---> 68950f625b01 [2021-03-11T04:27:17.536Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T04:27:17.536Z] ---> Running in 0ff3180b3c16 [2021-03-11T04:27:17.799Z] Removing intermediate container 0ff3180b3c16 [2021-03-11T04:27:17.799Z] ---> fb6a396e6356 [2021-03-11T04:27:17.799Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:27:17.799Z] ---> Running in 8a76900345e6 [2021-03-11T04:27:18.061Z] Removing intermediate container 8a76900345e6 [2021-03-11T04:27:18.061Z] ---> 06d40d98fe81 [2021-03-11T04:27:18.061Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T04:27:18.061Z] ---> Running in 9f21fbcda407 [2021-03-11T04:27:18.324Z] Removing intermediate container 9f21fbcda407 [2021-03-11T04:27:18.324Z] ---> 53da2832bcfb [2021-03-11T04:27:18.324Z] Step 25/26 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:27:18.324Z] ---> Running in f587472ba822 [2021-03-11T04:27:18.324Z] Removing intermediate container f587472ba822 [2021-03-11T04:27:18.324Z] ---> df11fa333f87 [2021-03-11T04:27:18.324Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T04:27:18.587Z] ---> Running in 0f61b7366e7f [2021-03-11T04:27:18.587Z] Removing intermediate container 0f61b7366e7f [2021-03-11T04:27:18.587Z] ---> 540ee8ed4eb1 [2021-03-11T04:27:18.587Z] [2021-03-11T04:27:18.850Z] Successfully built 540ee8ed4eb1 [2021-03-11T04:27:18.850Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T04:27:19.437Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T04:27:19.444Z] $ docker stop --time=1 59407aaccf0527cbaf43b1e41547ba27810e771830cb12ed8abe37cd324ac649 [2021-03-11T04:27:21.103Z] $ docker rm -f 59407aaccf0527cbaf43b1e41547ba27810e771830cb12ed8abe37cd324ac649 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T04:27:21.709Z] + docker images [2021-03-11T04:27:21.709Z] + grep docker [2021-03-11T04:27:22.285Z] docker-sys-mgmt-agent-go latest 540ee8ed4eb1 3 seconds ago 313MB [2021-03-11T04:27:22.285Z] docker-support-notifications-go latest 37d0d815888e 33 seconds ago 17.8MB [2021-03-11T04:27:22.285Z] docker-core-command-go latest 6069f650a3e4 49 seconds ago 17.2MB [2021-03-11T04:27:22.285Z] docker-support-scheduler-go latest 10854e1187f5 54 seconds ago 17.3MB [2021-03-11T04:27:22.285Z] docker-security-bootstrapper-go latest 6ed348056b6d About a minute ago 18.7MB [2021-03-11T04:27:22.285Z] docker-core-data-go latest 88d30a27c3b6 About a minute ago 22.6MB [2021-03-11T04:27:22.285Z] docker-security-secretstore-setup-go latest a1d68300d612 2 minutes ago 24.9MB [2021-03-11T04:27:22.285Z] docker-core-metadata-go latest 7768cd4d9f2c 2 minutes ago 19MB [2021-03-11T04:27:22.285Z] docker-security-proxy-setup-go latest 583ef31b188a 2 minutes ago 24.7MB [2021-03-11T04:27:22.285Z] 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-11T04:27:29.432Z] gofmt -l . [2021-03-11T04:27:29.432Z] [ "`gofmt -l .`" = "" ] [2021-03-11T04:27:29.704Z] ./bin/test-go-mod-tidy.sh [2021-03-11T04:27:30.302Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T04:27:32.950Z] + ls -al . [2021-03-11T04:27:32.950Z] total 768 [2021-03-11T04:27:32.950Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 04:27 . [2021-03-11T04:27:32.950Z] drwxr-xr-x 4 root root 4096 Mar 11 04:23 .. [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 04:21 .dockerignore [2021-03-11T04:27:32.950Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 04:21 .git [2021-03-11T04:27:32.950Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 04:21 .github [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 04:21 .gitignore [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 04:21 .sonarcloud.properties [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 04:21 Attribution.txt [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 04:21 CONTRIBUTING.md [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 04:21 Dockerfile.build [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 04:21 Jenkinsfile [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 04:21 LICENSE [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 04:21 Makefile [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 04:21 README.md [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 04:21 SECURITY.md [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 04:19 VERSION [2021-03-11T04:27:32.950Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 04:21 ZMQWindows.md [2021-03-11T04:27:32.950Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 04:21 bin [2021-03-11T04:27:32.950Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 04:21 cmd [2021-03-11T04:27:32.950Z] -rw-r--r-- 1 root root 628838 Mar 11 04:26 coverage.out [2021-03-11T04:27:32.950Z] -rw-r--r-- 1 root root 1055 Mar 11 04:27 go.mod [2021-03-11T04:27:32.950Z] -rw-r--r-- 1 root root 21981 Mar 11 04:27 go.sum [2021-03-11T04:27:32.950Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 04:21 internal [2021-03-11T04:27:32.950Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 04:21 openapi [2021-03-11T04:27:32.950Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 04:21 snap [2021-03-11T04:27:32.951Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 04:21 version.go [Pipeline] sh [2021-03-11T04:27:33.612Z] + '[' -e coverage.out ] [2021-03-11T04:27:33.612Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T04:27:33.687Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T04:27:35.051Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T04:27:35.851Z] + make build [2021-03-11T04:27:35.851Z] 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-11T04:27:38.133Z] Still waiting to schedule task [2021-03-11T04:27:38.133Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-11T04:27:46.048Z] 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-11T04:28:12.924Z] 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-11T04:28:19.657Z] 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-11T04:28:26.637Z] Running on prd-ubuntu18.04-docker-8c-8g-29456 in /w/workspace/edgexfoundry_edgex-go_PR-3244 [Pipeline] { [Pipeline] ws [2021-03-11T04:28:26.702Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-11T04:28:27.988Z] 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-11T04:28:28.598Z] 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-11T04:28:29.053Z] using credential edgex-jenkins-ssh [2021-03-11T04:28:29.163Z] Cloning the remote Git repository [2021-03-11T04:28:29.168Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:28:29.253Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-11T04:28:29.283Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:28:29.283Z] > git --version # timeout=10 [2021-03-11T04:28:29.288Z] > git --version # 'git version 2.17.1' [2021-03-11T04:28:29.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:28:29.342Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:28:35.336Z] 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-11T04:28:38.900Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:28:39.058Z] Merge succeeded, producing e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:28:39.058Z] Checking out Revision e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 (PR-3244) [2021-03-11T04:28:38.383Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:28:38.393Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T04:28:38.402Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T04:28:38.412Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T04:28:38.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:28:38.416Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3244/head:refs/remotes/origin/PR-3244 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T04:28:38.904Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:28:38.908Z] > git checkout -f e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 # timeout=10 [2021-03-11T04:28:39.020Z] > git remote # timeout=10 [2021-03-11T04:28:39.025Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T04:28:39.030Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T04:28:39.033Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T04:28:39.043Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T04:28:39.057Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T04:28:39.060Z] > git checkout -f e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 # timeout=10 [2021-03-11T04:28:42.708Z] Commit message: "build(deps): Bump github.com/imdario/mergo from 0.3.11 to 0.3.12" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:28:43.629Z] 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-11T04:28:43.946Z] + echo snap-build.sh [2021-03-11T04:28:43.946Z] snap-build.sh [2021-03-11T04:28:43.946Z] + SNAP_BASE_DIR=. [2021-03-11T04:28:43.946Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-03-11T04:28:43.946Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-03-11T04:28:43.946Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-03-11T04:28:43.946Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-03-11T04:28:43.946Z] + cd /w/workspace/edgex-go/5 [2021-03-11T04:28:43.946Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T04:28:43.946Z] Reading package lists... [2021-03-11T04:28:43.946Z] Building dependency tree... [2021-03-11T04:28:43.946Z] Reading state information... [2021-03-11T04:28:44.209Z] The following packages were automatically installed and are no longer required: [2021-03-11T04:28:44.209Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T04:28:44.209Z] uidmap xdelta3 [2021-03-11T04:28:44.209Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T04:28:44.209Z] The following packages will be REMOVED: [2021-03-11T04:28:44.209Z] lxd* lxd-client* [2021-03-11T04:28:44.783Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T04:28:44.783Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T04:28:46.149Z] (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-11T04:28:46.149Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T04:28:46.724Z] Removing lxd dnsmasq configuration [2021-03-11T04:28:46.985Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T04:28:46.985Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T04:28:47.564Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T04:28:48.136Z] (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-11T04:28:48.136Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T04:28:49.059Z] 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-11T04:28:49.525Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T04:28:49.525Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T04:28:50.932Z] + sudo snap remove --purge lxd [2021-03-11T04:28:50.932Z] snap "lxd" is not installed [2021-03-11T04:28:50.932Z] + sudo groupadd --force --system lxd [2021-03-11T04:28:50.932Z] ++ whoami [2021-03-11T04:28:50.932Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T04:28:51.196Z] + newgrp - lxd [2021-03-11T04:28:51.196Z] + sudo snap install lxd [2021-03-11T04:28:55.794Z] 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-11T04:28:59.389Z] 2021-03-11T04:28:57Z INFO Waiting for automatic snapd restart... [2021-03-11T04:29:00.111Z] 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-11T04:29:05.533Z] 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-11T04:29:13.868Z] $ docker stop --time=1 3f93a2c79b49b9f4eb439b01be4f247db188875a09e5df2ecac6e3094f6331aa [2021-03-11T04:29:16.558Z] $ docker rm -f 3f93a2c79b49b9f4eb439b01be4f247db188875a09e5df2ecac6e3094f6331aa [2021-03-11T04:29:17.551Z] lxd 4.12 from Canonical* installed [2021-03-11T04:29:17.551Z] + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:29:18.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T04:29:18.708Z] [2021-03-11T04:29:18.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:29:19.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T04:29:19.108Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T04:29:19.108Z] 29e5d40040c1: Pulling fs layer [2021-03-11T04:29:19.108Z] 1ce36da41761: Pulling fs layer [2021-03-11T04:29:19.108Z] 25b303627fd3: Pulling fs layer [2021-03-11T04:29:19.710Z] 29e5d40040c1: Verifying Checksum [2021-03-11T04:29:19.710Z] 29e5d40040c1: Download complete [2021-03-11T04:29:19.984Z] 1ce36da41761: Verifying Checksum [2021-03-11T04:29:19.984Z] 1ce36da41761: Download complete [2021-03-11T04:29:20.257Z] 29e5d40040c1: Pull complete [2021-03-11T04:29:21.704Z] 1ce36da41761: Pull complete [2021-03-11T04:29:21.704Z] 25b303627fd3: Verifying Checksum [2021-03-11T04:29:21.704Z] 25b303627fd3: Download complete [2021-03-11T04:29:24.173Z] + sudo snap install --classic snapcraft [2021-03-11T04:29:31.862Z] 25b303627fd3: Pull complete [2021-03-11T04:29:31.862Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T04:29:31.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T04:29:31.862Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T04:29:32.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-29455 does not seem to be running inside a container [2021-03-11T04:29:32.166Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T04:29:35.385Z] $ docker top f40fc5aae102b92703992c2ce194f0699e5307fceff71d41eb24cf10d109fc4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:29:36.391Z] + grep parallel [2021-03-11T04:29:36.392Z] + docker-compose build --help [2021-03-11T04:29:36.422Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T04:29:36.422Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T04:29:36.422Z] + patch --verbose -p1 [2021-03-11T04:29:36.422Z] Hmm... Looks like a unified diff to me... [2021-03-11T04:29:36.422Z] The text leading up to this was: [2021-03-11T04:29:36.422Z] -------------------------- [2021-03-11T04:29:36.422Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T04:29:36.422Z] |From: Tony Espy [2021-03-11T04:29:36.422Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T04:29:36.422Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T04:29:36.422Z] | [2021-03-11T04:29:36.422Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T04:29:36.422Z] |optimize the snap CI check run for pull requests. When [2021-03-11T04:29:36.422Z] |applied, it essentially strips out everything (apps and [2021-03-11T04:29:36.422Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T04:29:36.422Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T04:29:36.422Z] |catch changes to edgex-go that break the snap build. [2021-03-11T04:29:36.422Z] | [2021-03-11T04:29:36.422Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T04:29:36.422Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T04:29:36.422Z] |resulting in a failed snap build CI check in the associated [2021-03-11T04:29:36.422Z] |pull request. [2021-03-11T04:29:36.422Z] | [2021-03-11T04:29:36.422Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T04:29:36.422Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T04:29:36.422Z] |need to build the finally binary .snap file (and it won't [2021-03-11T04:29:36.422Z] |work with the patch applied). This further reduces the build [2021-03-11T04:29:36.422Z] |time. [2021-03-11T04:29:36.422Z] |--- [2021-03-11T04:29:36.422Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T04:29:36.422Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T04:29:36.422Z] | [2021-03-11T04:29:36.422Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T04:29:36.422Z] |index 1e537489..faf42425 100644 [2021-03-11T04:29:36.422Z] |--- a/snap/snapcraft.yaml [2021-03-11T04:29:36.422Z] |+++ b/snap/snapcraft.yaml [2021-03-11T04:29:36.422Z] -------------------------- [2021-03-11T04:29:36.422Z] patching file snap/snapcraft.yaml [2021-03-11T04:29:36.422Z] Using Plan A... [2021-03-11T04:29:36.422Z] Hunk #1 succeeded at 73. [2021-03-11T04:29:36.422Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T04:29:36.422Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T04:29:36.422Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T04:29:36.422Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T04:29:36.422Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T04:29:36.422Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T04:29:36.422Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T04:29:36.422Z] Hmm... Ignoring the trailing garbage. [2021-03-11T04:29:36.422Z] done [2021-03-11T04:29:36.422Z] + sudo snapcraft prime --use-lxd [2021-03-11T04:29:37.364Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T04:29:37.364Z] 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-11T04:29:37.364Z] - README.md [2021-03-11T04:29:37.364Z] - snapcraft.yaml.orig [2021-03-11T04:29:37.364Z] [2021-03-11T04:29:37.364Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T04:29:38.307Z] Launching a container. [2021-03-11T04:29:40.691Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T04:29:40.978Z] $ docker stop --time=1 f40fc5aae102b92703992c2ce194f0699e5307fceff71d41eb24cf10d109fc4e [2021-03-11T04:29:42.977Z] $ docker rm -f f40fc5aae102b92703992c2ce194f0699e5307fceff71d41eb24cf10d109fc4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:29:44.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T04:29:44.040Z] . [Pipeline] withDockerContainer [2021-03-11T04:29:44.362Z] prd-ubuntu18.04-docker-arm64-4c-16g-29455 does not seem to be running inside a container [2021-03-11T04:29:44.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T04:29:46.043Z] $ docker top 213e3fdaae8f25d433350b884e58b48d87846323a1635b3aadec7b0d888e587e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:29:47.122Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T04:29:50.574Z] Waiting for container to be ready [2021-03-11T04:29:50.574Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T04:29:50.574Z] [2021-03-11T04:29:52.519Z] Building docker-core-command-go ... [2021-03-11T04:29:52.519Z] Building docker-core-data-go ... [2021-03-11T04:29:52.519Z] Building docker-core-metadata-go ... [2021-03-11T04:29:52.519Z] Building docker-security-bootstrapper-go ... [2021-03-11T04:29:52.519Z] Building docker-security-proxy-setup-go ... [2021-03-11T04:29:52.519Z] Building docker-security-secretstore-setup-go ... [2021-03-11T04:29:52.519Z] Building docker-support-notifications-go ... [2021-03-11T04:29:52.519Z] Building docker-support-scheduler-go ... [2021-03-11T04:29:52.519Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T04:29:52.519Z] Building docker-security-proxy-setup-go [2021-03-11T04:29:52.519Z] Building docker-security-secretstore-setup-go [2021-03-11T04:29:52.519Z] Building docker-core-metadata-go [2021-03-11T04:29:52.519Z] Building docker-core-command-go [2021-03-11T04:29:52.519Z] Building docker-core-data-go [2021-03-11T04:29:53.121Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T04:29:53.383Z] Waiting for network to be ready... [2021-03-11T04:29:53.645Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T04:29:53.907Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T04:29:53.907Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T04:29:53.907Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T04:29:53.907Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T04:29:53.907Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T04:29:53.907Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T04:29:53.907Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T04:29:53.907Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T04:29:53.907Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T04:29:54.480Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T04:29:54.480Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T04:29:54.742Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T04:29:54.742Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T04:29:54.742Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T04:29:54.742Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T04:29:54.742Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T04:29:54.742Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T04:29:55.315Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T04:29:55.576Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T04:29:55.838Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T04:29:55.838Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T04:29:55.838Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T04:29:55.838Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T04:29:55.838Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T04:29:55.838Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T04:29:55.838Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T04:29:59.141Z] Fetched 24.0 MB in 5s (4691 kB/s) [2021-03-11T04:30:00.084Z] Reading package lists... [2021-03-11T04:30:00.084Z] Reading package lists... [2021-03-11T04:30:00.345Z] Building dependency tree... [2021-03-11T04:30:00.345Z] Reading state information... [2021-03-11T04:30:00.606Z] The following additional packages will be installed: [2021-03-11T04:30:00.606Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T04:30:00.606Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T04:30:00.606Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T04:30:00.607Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T04:30:00.607Z] Suggested packages: [2021-03-11T04:30:00.607Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T04:30:00.607Z] Recommended packages: [2021-03-11T04:30:00.607Z] gnupg libsasl2-modules [2021-03-11T04:30:00.607Z] The following NEW packages will be installed: [2021-03-11T04:30:00.607Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T04:30:00.607Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T04:30:00.607Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T04:30:00.607Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T04:30:00.607Z] The following packages will be upgraded: [2021-03-11T04:30:00.607Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T04:30:00.607Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T04:30:00.607Z] Need to get 3530 kB of archives. [2021-03-11T04:30:00.607Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T04:30:00.607Z] 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-11T04:30:00.607Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-11T04:30:00.607Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-11T04:30:00.607Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-11T04:30:00.867Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T04:30:01.136Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T04:30:01.403Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T04:30:01.403Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T04:30:01.403Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T04:30:01.403Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T04:30:01.403Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T04:30:01.678Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T04:30:01.678Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T04:30:01.678Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T04:30:01.678Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T04:30:01.678Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T04:30:01.678Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T04:30:01.678Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T04:30:01.678Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T04:30:01.678Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T04:30:01.678Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T04:30:01.678Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T04:30:01.945Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T04:30:01.945Z] Fetched 3530 kB in 1s (2883 kB/s) [2021-03-11T04:30:01.945Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T04:30:01.945Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T04:30:01.945Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T04:30:02.209Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T04:30:02.209Z] Selecting previously unselected package udev. [2021-03-11T04:30:02.209Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T04:30:02.209Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T04:30:02.209Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T04:30:02.477Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T04:30:02.477Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T04:30:02.477Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T04:30:02.477Z] Selecting previously unselected package fuse. [2021-03-11T04:30:02.477Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T04:30:02.477Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T04:30:02.739Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T04:30:02.739Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T04:30:02.739Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T04:30:02.739Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T04:30:03.000Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T04:30:03.000Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T04:30:03.000Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T04:30:03.000Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T04:30:03.000Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T04:30:03.262Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T04:30:03.262Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:03.262Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:03.262Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T04:30:03.262Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:03.262Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:03.262Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T04:30:03.262Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:03.523Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:03.523Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T04:30:03.523Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:03.523Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:03.523Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T04:30:03.523Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:03.523Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:03.787Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T04:30:03.787Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:03.787Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:03.787Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T04:30:03.787Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:03.787Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:03.787Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T04:30:03.787Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:04.048Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:04.048Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T04:30:04.048Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T04:30:04.048Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:04.048Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T04:30:04.048Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T04:30:04.048Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T04:30:04.048Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T04:30:04.048Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T04:30:04.311Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T04:30:04.311Z] Selecting previously unselected package libldap-common. [2021-03-11T04:30:04.311Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T04:30:04.311Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T04:30:04.311Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T04:30:04.311Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T04:30:04.311Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T04:30:04.572Z] Selecting previously unselected package dirmngr. [2021-03-11T04:30:04.572Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T04:30:04.572Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T04:30:04.572Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T04:30:04.572Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T04:30:04.572Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T04:30:04.572Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T04:30:04.832Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T04:30:04.832Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T04:30:04.832Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:04.832Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T04:30:04.832Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T04:30:04.832Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T04:30:05.403Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T04:30:05.403Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.403Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T04:30:05.403Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T04:30:05.403Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T04:30:05.664Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.664Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.664Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.664Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.664Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.664Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.664Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T04:30:05.664Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T04:30:05.664Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T04:30:05.926Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T04:30:06.498Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T04:30:06.498Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T04:30:06.498Z] This means they are not meant to be enabled using systemctl. [2021-03-11T04:30:06.498Z] Possible reasons for having this kind of units are: [2021-03-11T04:30:06.498Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T04:30:06.498Z] .wants/ or .requires/ directory. [2021-03-11T04:30:06.498Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T04:30:06.498Z] a requirement dependency on it. [2021-03-11T04:30:06.498Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T04:30:06.498Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T04:30:06.498Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T04:30:06.498Z] instance name specified. [2021-03-11T04:30:06.498Z] Reading package lists... [2021-03-11T04:30:06.761Z] Building dependency tree... [2021-03-11T04:30:06.761Z] Reading state information... [2021-03-11T04:30:07.024Z] The following additional packages will be installed: [2021-03-11T04:30:07.024Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T04:30:07.024Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T04:30:07.024Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T04:30:07.024Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T04:30:07.024Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T04:30:07.024Z] Suggested packages: [2021-03-11T04:30:07.024Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T04:30:07.024Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T04:30:07.024Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T04:30:07.024Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T04:30:07.024Z] systemd-container policykit-1 [2021-03-11T04:30:07.024Z] Recommended packages: [2021-03-11T04:30:07.024Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T04:30:07.024Z] The following NEW packages will be installed: [2021-03-11T04:30:07.024Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T04:30:07.024Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T04:30:07.024Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T04:30:07.024Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T04:30:07.024Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T04:30:07.024Z] The following packages will be upgraded: [2021-03-11T04:30:07.024Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T04:30:07.024Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T04:30:07.024Z] Need to get 35.2 MB of archives. [2021-03-11T04:30:07.024Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T04:30:07.024Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T04:30:07.024Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T04:30:07.024Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T04:30:07.287Z] 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-11T04:30:07.287Z] 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-11T04:30:07.287Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T04:30:07.287Z] 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-11T04:30:07.287Z] 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-11T04:30:07.287Z] 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-11T04:30:07.287Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T04:30:07.287Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T04:30:07.287Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T04:30:07.287Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T04:30:07.287Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T04:30:07.287Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T04:30:07.287Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T04:30:07.287Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T04:30:07.287Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T04:30:07.287Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T04:30:08.240Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T04:30:08.240Z] 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-11T04:30:08.240Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T04:30:08.240Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T04:30:08.240Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T04:30:08.240Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T04:30:08.240Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T04:30:08.240Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T04:30:08.240Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T04:30:08.240Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T04:30:08.240Z] 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-11T04:30:08.502Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T04:30:08.502Z] Fetched 35.2 MB in 1s (26.5 MB/s) [2021-03-11T04:30:08.502Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T04:30:08.502Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T04:30:08.764Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T04:30:09.339Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T04:30:09.339Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T04:30:09.600Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T04:30:09.600Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T04:30:09.600Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T04:30:09.600Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T04:30:09.864Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T04:30:09.864Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T04:30:09.864Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T04:30:10.126Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T04:30:10.700Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T04:30:10.700Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T04:30:11.273Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T04:30:11.273Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T04:30:11.273Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T04:30:11.273Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T04:30:11.535Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T04:30:11.535Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T04:30:11.535Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:11.796Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T04:30:11.796Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T04:30:11.796Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T04:30:11.796Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T04:30:11.796Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T04:30:11.796Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:12.057Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T04:30:12.318Z] Checking for services that may need to be restarted...done. [2021-03-11T04:30:12.318Z] Checking for services that may need to be restarted...done. [2021-03-11T04:30:12.318Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:12.318Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T04:30:12.318Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:12.890Z] Selecting previously unselected package python3-minimal. [2021-03-11T04:30:12.890Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T04:30:12.890Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T04:30:12.890Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T04:30:12.890Z] Selecting previously unselected package mime-support. [2021-03-11T04:30:12.890Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T04:30:13.152Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T04:30:13.152Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T04:30:13.152Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T04:30:13.152Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T04:30:13.152Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T04:30:13.152Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T04:30:13.152Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:13.413Z] Selecting previously unselected package python3.6. [2021-03-11T04:30:13.413Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T04:30:13.413Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:13.413Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T04:30:13.413Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T04:30:13.413Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T04:30:13.674Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T04:30:13.936Z] Selecting previously unselected package python3. [2021-03-11T04:30:13.936Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T04:30:13.936Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T04:30:13.936Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T04:30:13.936Z] Selecting previously unselected package multiarch-support. [2021-03-11T04:30:13.936Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T04:30:13.936Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T04:30:13.936Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T04:30:13.936Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T04:30:14.198Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T04:30:14.198Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T04:30:14.198Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T04:30:14.198Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T04:30:14.198Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T04:30:14.198Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T04:30:14.198Z] Selecting previously unselected package sudo. [2021-03-11T04:30:14.198Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T04:30:14.198Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T04:30:14.459Z] Selecting previously unselected package apparmor. [2021-03-11T04:30:14.459Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T04:30:14.459Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T04:30:14.459Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T04:30:14.459Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T04:30:14.459Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T04:30:14.720Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T04:30:14.720Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T04:30:14.720Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:14.720Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T04:30:14.720Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T04:30:14.720Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:14.720Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T04:30:14.720Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T04:30:14.720Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T04:30:14.981Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T04:30:14.981Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T04:30:14.981Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:14.981Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T04:30:14.981Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T04:30:14.981Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:15.242Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T04:30:15.242Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T04:30:15.242Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T04:30:15.505Z] Selecting previously unselected package openssh-client. [2021-03-11T04:30:15.505Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T04:30:15.505Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T04:30:15.505Z] Selecting previously unselected package squashfs-tools. [2021-03-11T04:30:15.505Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T04:30:15.505Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T04:30:16.079Z] Selecting previously unselected package snapd. [2021-03-11T04:30:16.079Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T04:30:16.079Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T04:30:18.628Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T04:30:18.628Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T04:30:18.628Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T04:30:18.628Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T04:30:18.628Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T04:30:18.628Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:18.628Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T04:30:18.628Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T04:30:18.628Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T04:30:19.574Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T04:30:19.574Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T04:30:19.574Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T04:30:19.574Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:19.574Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:19.574Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T04:30:20.518Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T04:30:20.518Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:20.518Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T04:30:20.518Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T04:30:20.518Z] running python rtupdate hooks for python3.6... [2021-03-11T04:30:20.518Z] running python post-rtupdate hooks for python3.6... [2021-03-11T04:30:20.518Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T04:30:22.436Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T04:30:22.697Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T04:30:22.697Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T04:30:22.958Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T04:30:23.530Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T04:30:23.530Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T04:30:23.791Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T04:30:24.065Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T04:30:24.066Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T04:30:24.066Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T04:30:24.327Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T04:30:24.590Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T04:30:24.852Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T04:30:24.852Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T04:30:25.114Z] /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-11T04:30:25.114Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T04:30:25.114Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T04:30:26.059Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T04:30:26.059Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T04:30:26.321Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T04:30:28.239Z] Reading package lists... [2021-03-11T04:30:28.239Z] Reading package lists... [2021-03-11T04:30:28.502Z] Building dependency tree... [2021-03-11T04:30:28.502Z] Reading state information... [2021-03-11T04:30:28.502Z] Calculating upgrade... [2021-03-11T04:30:28.765Z] The following packages will be upgraded: [2021-03-11T04:30:28.765Z] advancecomp base-files bash binutils binutils-common [2021-03-11T04:30:28.765Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T04:30:28.765Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T04:30:28.765Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T04:30:28.765Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T04:30:28.765Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T04:30:28.765Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T04:30:28.765Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T04:30:28.765Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T04:30:28.765Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T04:30:28.765Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T04:30:28.765Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T04:30:28.765Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T04:30:28.765Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T04:30:28.765Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T04:30:28.765Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T04:30:28.765Z] Need to get 63.8 MB of archives. [2021-03-11T04:30:28.765Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T04:30:28.765Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T04:30:28.765Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T04:30:29.709Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T04:30:29.709Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T04:30:29.709Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T04:30:29.709Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T04:30:29.709Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T04:30:29.709Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T04:30:29.709Z] 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-11T04:30:29.709Z] 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-11T04:30:29.709Z] 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-11T04:30:29.709Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T04:30:29.709Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T04:30:29.709Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T04:30:29.709Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T04:30:29.709Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T04:30:29.709Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T04:30:29.709Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T04:30:29.709Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T04:30:29.709Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T04:30:29.709Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T04:30:29.709Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T04:30:29.709Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T04:30:29.971Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T04:30:29.971Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T04:30:29.971Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T04:30:29.971Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T04:30:29.972Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T04:30:29.972Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T04:30:29.972Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T04:30:29.972Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T04:30:29.972Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T04:30:29.972Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T04:30:30.234Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T04:30:30.234Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T04:30:30.234Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T04:30:30.234Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T04:30:30.234Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T04:30:30.234Z] Get:39 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-11T04:30:30.234Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T04:30:30.234Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T04:30:30.234Z] Get:42 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-11T04:30:30.234Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T04:30:30.234Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T04:30:30.234Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T04:30:30.234Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T04:30:30.234Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T04:30:30.234Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T04:30:30.234Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T04:30:30.234Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T04:30:30.234Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T04:30:30.234Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T04:30:30.234Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T04:30:30.234Z] Get:54 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-11T04:30:30.234Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T04:30:30.234Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T04:30:30.234Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T04:30:30.234Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T04:30:30.234Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T04:30:30.234Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T04:30:30.234Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T04:30:30.234Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T04:30:30.234Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T04:30:30.234Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T04:30:30.496Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T04:30:30.496Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T04:30:30.496Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T04:30:30.496Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T04:30:30.496Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T04:30:30.496Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T04:30:30.496Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T04:30:30.496Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T04:30:30.496Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T04:30:30.496Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T04:30:30.496Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T04:30:30.496Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T04:30:30.496Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T04:30:30.496Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T04:30:30.759Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T04:30:30.759Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T04:30:30.759Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T04:30:30.759Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T04:30:30.759Z] Get:83 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-11T04:30:30.759Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T04:30:30.759Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T04:30:30.759Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T04:30:30.759Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T04:30:30.759Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T04:30:30.759Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T04:30:30.759Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T04:30:31.023Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T04:30:31.598Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T04:30:31.598Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T04:30:31.598Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T04:30:31.860Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-11T04:30:31.860Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T04:30:31.860Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T04:30:31.860Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T04:30:31.860Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T04:30:32.123Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T04:30:32.123Z] Fetched 63.8 MB in 3s (19.8 MB/s) [2021-03-11T04:30:32.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:32.384Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T04:30:32.385Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T04:30:32.958Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T04:30:32.958Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T04:30:33.220Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T04:30:33.220Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T04:30:34.169Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.169Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:34.169Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.169Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:34.169Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.169Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:34.431Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.431Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:34.431Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.431Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:34.691Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.692Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:34.692Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.692Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:34.952Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:30:34.952Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T04:30:34.952Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:34.952Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T04:30:35.213Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:30:35.213Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T04:30:35.213Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:35.213Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:35.213Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:35.475Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:35.475Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:35.475Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T04:30:35.735Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:30:35.735Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T04:30:35.735Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T04:30:35.997Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T04:30:36.260Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T04:30:36.522Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T04:30:36.522Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T04:30:36.522Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T04:30:36.522Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T04:30:36.522Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T04:30:36.783Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T04:30:36.783Z] Installing new version of config file /etc/issue ... [2021-03-11T04:30:36.783Z] Installing new version of config file /etc/issue.net ... [2021-03-11T04:30:36.783Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T04:30:36.783Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T04:30:37.044Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T04:30:37.044Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T04:30:37.044Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T04:30:37.305Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:37.305Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T04:30:37.305Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T04:30:37.566Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T04:30:37.566Z] 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-11T04:30:37.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:37.566Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:37.566Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:37.827Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:37.827Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:37.827Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T04:30:37.827Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T04:30:37.827Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T04:30:38.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:38.088Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T04:30:38.088Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T04:30:38.349Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T04:30:38.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:38.349Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T04:30:38.349Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T04:30:38.611Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T04:30:38.611Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:38.611Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T04:30:38.611Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T04:30:38.873Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T04:30:38.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:38.873Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T04:30:38.873Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T04:30:39.135Z] Setting up grep (3.1-2build1) ... [2021-03-11T04:30:39.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:39.135Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T04:30:39.135Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T04:30:39.396Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T04:30:39.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:39.396Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T04:30:39.396Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T04:30:39.659Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T04:30:39.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:39.659Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T04:30:39.659Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T04:30:40.234Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T04:30:40.234Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T04:30:40.234Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T04:30:40.495Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T04:30:41.069Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T04:30:41.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:41.069Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T04:30:41.069Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T04:30:42.013Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T04:30:42.274Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T04:30:42.274Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T04:30:42.274Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T04:30:42.274Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T04:30:42.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:42.535Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T04:30:42.535Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T04:30:42.796Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T04:30:43.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:43.057Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:43.318Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:43.318Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:43.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:43.580Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:43.844Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:44.106Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:44.106Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:44.106Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:44.367Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:44.367Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:44.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:44.367Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:44.367Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:44.628Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:44.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:44.628Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T04:30:44.628Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T04:30:44.889Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T04:30:44.889Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T04:30:44.889Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T04:30:44.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:44.889Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T04:30:44.889Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T04:30:45.160Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T04:30:45.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:45.160Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:45.160Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:45.160Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:45.421Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:45.421Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:45.421Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:45.421Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:45.421Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:45.421Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:45.684Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:45.946Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:30:46.207Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T04:30:46.469Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T04:30:46.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:46.732Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T04:30:46.732Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T04:30:46.994Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T04:30:46.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T04:30:46.994Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T04:30:47.256Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T04:30:47.256Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T04:30:47.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:47.517Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T04:30:47.518Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T04:30:47.791Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T04:30:48.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:48.052Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T04:30:48.052Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T04:30:48.052Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T04:30:48.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:48.313Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T04:30:48.313Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T04:30:48.313Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T04:30:48.574Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:48.574Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T04:30:48.574Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T04:30:48.574Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T04:30:48.835Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:48.835Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T04:30:48.835Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T04:30:48.835Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T04:30:48.835Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:48.835Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T04:30:49.096Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T04:30:49.364Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T04:30:49.364Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:49.364Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T04:30:49.625Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T04:30:49.625Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T04:30:49.625Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T04:30:49.625Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T04:30:49.887Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T04:30:49.887Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T04:30:49.887Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:49.887Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T04:30:49.887Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T04:30:50.148Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T04:30:50.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:50.148Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T04:30:50.148Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T04:30:50.410Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T04:30:50.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:50.671Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T04:30:50.671Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T04:30:50.671Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T04:30:50.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:50.671Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T04:30:50.671Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T04:30:50.931Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T04:30:50.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:50.931Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T04:30:50.931Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T04:30:51.523Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T04:30:51.523Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:51.523Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T04:30:51.523Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T04:30:51.785Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T04:30:51.785Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:51.785Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T04:30:51.785Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T04:30:52.048Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T04:30:52.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:52.048Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T04:30:52.048Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T04:30:52.310Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T04:30:52.310Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:52.310Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T04:30:52.310Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T04:30:52.570Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T04:30:52.570Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:52.570Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T04:30:52.830Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T04:30:52.830Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T04:30:53.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:53.091Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T04:30:53.091Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T04:30:53.091Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T04:30:53.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T04:30:53.091Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T04:30:53.354Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T04:30:53.354Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T04:30:53.354Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T04:30:53.354Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T04:30:53.354Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T04:30:53.615Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T04:30:53.615Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T04:30:53.877Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T04:30:53.877Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T04:30:53.877Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T04:30:53.877Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T04:30:54.138Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T04:30:54.138Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T04:30:54.138Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T04:30:54.398Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T04:30:54.398Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T04:30:54.398Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T04:30:54.398Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T04:30:54.398Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T04:30:54.659Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T04:30:54.659Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T04:30:54.659Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T04:30:54.659Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T04:30:54.920Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T04:30:54.920Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T04:30:55.185Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T04:30:55.185Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T04:30:56.130Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T04:30:56.130Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T04:30:56.130Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T04:30:56.130Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T04:30:56.130Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T04:30:56.130Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T04:30:56.875Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T04:30:56.875Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T04:30:57.182Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T04:30:57.182Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T04:30:57.463Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T04:30:57.463Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T04:30:58.428Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:58.428Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:30:58.705Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:58.705Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:30:58.991Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:58.991Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:30:58.991Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:58.991Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:30:59.956Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:30:59.956Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:31:00.909Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:31:00.909Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:31:01.855Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:31:01.855Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:31:02.116Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:31:02.116Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:31:03.057Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T04:31:03.057Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T04:31:03.057Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T04:31:03.057Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T04:31:03.057Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T04:31:03.317Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T04:31:03.317Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T04:31:03.317Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T04:31:03.577Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T04:31:03.577Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T04:31:03.577Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T04:31:03.577Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T04:31:03.837Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T04:31:03.837Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T04:31:03.837Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T04:31:03.837Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T04:31:04.097Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:04.097Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T04:31:04.097Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:04.097Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:04.097Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:04.097Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T04:31:04.097Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T04:31:04.358Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T04:31:04.358Z] [2021-03-11T04:31:04.358Z] Current default time zone: 'Etc/UTC' [2021-03-11T04:31:04.358Z] Local time is now: Thu Mar 11 04:31:04 UTC 2021. [2021-03-11T04:31:04.358Z] Universal Time is now: Thu Mar 11 04:31:04 UTC 2021. [2021-03-11T04:31:04.358Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T04:31:04.358Z] [2021-03-11T04:31:04.358Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T04:31:04.358Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:04.358Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T04:31:04.618Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T04:31:04.618Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T04:31:04.618Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T04:31:04.618Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T04:31:04.618Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T04:31:04.618Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T04:31:04.618Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T04:31:04.618Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:04.618Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T04:31:04.878Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:04.878Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T04:31:05.138Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:05.138Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T04:31:05.138Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T04:31:05.138Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T04:31:05.138Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T04:31:05.138Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T04:31:05.138Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T04:31:05.138Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T04:31:05.138Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T04:31:06.525Z] Updating certificates in /etc/ssl/certs... [2021-03-11T04:31:07.097Z] 23 added, 27 removed; done. [2021-03-11T04:31:07.357Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T04:31:07.357Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T04:31:07.357Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T04:31:07.357Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T04:31:07.357Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T04:31:07.357Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.618Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T04:31:07.618Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.618Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.618Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.618Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.618Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.618Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T04:31:07.879Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T04:31:07.879Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T04:31:07.879Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T04:31:07.879Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T04:31:07.879Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.879Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T04:31:07.879Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T04:31:07.879Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T04:31:08.140Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T04:31:08.140Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T04:31:08.140Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T04:31:08.140Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T04:31:08.140Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T04:31:08.140Z] Updating certificates in /etc/ssl/certs... [2021-03-11T04:31:08.718Z] 0 added, 0 removed; done. [2021-03-11T04:31:08.718Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T04:31:08.718Z] done. [2021-03-11T04:31:09.289Z] Reading package lists... [2021-03-11T04:31:09.550Z] Building dependency tree... [2021-03-11T04:31:09.550Z] Reading state information... [2021-03-11T04:31:09.550Z] The following NEW packages will be installed: [2021-03-11T04:31:09.550Z] apt-transport-https [2021-03-11T04:31:09.811Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T04:31:09.811Z] Need to get 1696 B of archives. [2021-03-11T04:31:09.811Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T04:31:09.811Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T04:31:10.072Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T04:31:10.072Z] Fetched 1696 B in 0s (7047 B/s) [2021-03-11T04:31:10.072Z] Selecting previously unselected package apt-transport-https. [2021-03-11T04:31:10.072Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T04:31:10.072Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T04:31:10.072Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T04:31:10.072Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T04:31:10.646Z] Waiting for network to be ready... [2021-03-11T04:31:14.304Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:31:14.304Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:31:14.304Z] ---> a6cdad070f69 [2021-03-11T04:31:14.304Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T04:31:14.304Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:31:14.304Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:31:14.304Z] ---> a6cdad070f69 [2021-03-11T04:31:14.304Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:31:14.304Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:31:14.304Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:31:14.304Z] ---> a6cdad070f69 [2021-03-11T04:31:14.304Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:31:14.304Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:31:14.304Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:31:14.304Z] ---> a6cdad070f69 [2021-03-11T04:31:14.304Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T04:31:14.304Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:31:14.304Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:31:14.304Z] ---> a6cdad070f69 [2021-03-11T04:31:14.304Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T04:31:14.304Z] ---> Running in acdc08266cb6 [2021-03-11T04:31:14.304Z] ---> Running in f6aff88ae3e3 [2021-03-11T04:31:14.304Z] ---> Running in 8d80c1719e72 [2021-03-11T04:31:14.304Z] ---> Running in ab033ebad3a4 [2021-03-11T04:31:14.304Z] ---> Running in 7e050395d72d [2021-03-11T04:31:14.304Z] Removing intermediate container 8d80c1719e72 [2021-03-11T04:31:14.304Z] ---> 2aa2e52de925 [2021-03-11T04:31:14.304Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:31:14.304Z] Removing intermediate container 7e050395d72d [2021-03-11T04:31:14.304Z] ---> ea3a526bd811 [2021-03-11T04:31:14.304Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:31:14.304Z] Removing intermediate container ab033ebad3a4 [2021-03-11T04:31:14.304Z] ---> a5e6fbc6c83d [2021-03-11T04:31:14.304Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:31:14.304Z] Removing intermediate container acdc08266cb6 [2021-03-11T04:31:14.304Z] ---> 5f5d0d425098 [2021-03-11T04:31:14.304Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:31:14.304Z] Removing intermediate container f6aff88ae3e3 [2021-03-11T04:31:14.304Z] ---> c743f794af31 [2021-03-11T04:31:14.304Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:31:14.304Z] ---> Running in 49ad11fe7ad1 [2021-03-11T04:31:14.304Z] ---> Running in c7b5d59f3f9b [2021-03-11T04:31:14.304Z] ---> Running in 14a9dc8a1f21 [2021-03-11T04:31:14.304Z] ---> Running in f934d3f2eef9 [2021-03-11T04:31:14.304Z] ---> Running in 167cac272277 [2021-03-11T04:31:15.321Z] Removing intermediate container 49ad11fe7ad1 [2021-03-11T04:31:15.321Z] ---> f25887d33749 [2021-03-11T04:31:15.321Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T04:31:15.595Z] ---> Running in c478eefdbcc4 [2021-03-11T04:31:15.595Z] Removing intermediate container c7b5d59f3f9b [2021-03-11T04:31:15.595Z] ---> 99cd0e99330d [2021-03-11T04:31:15.595Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:31:15.867Z] ---> Running in 28b815624b07 [2021-03-11T04:31:16.144Z] Removing intermediate container 167cac272277 [2021-03-11T04:31:16.144Z] ---> 5c950444ee4e [2021-03-11T04:31:16.144Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T04:31:16.144Z] Removing intermediate container 14a9dc8a1f21 [2021-03-11T04:31:16.144Z] ---> 62bed928b791 [2021-03-11T04:31:16.144Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T04:31:16.144Z] Removing intermediate container f934d3f2eef9 [2021-03-11T04:31:16.144Z] ---> 7e316c7ae4a9 [2021-03-11T04:31:16.144Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T04:31:16.423Z] ---> Running in 342af8f0b4d6 [2021-03-11T04:31:16.423Z] ---> Running in cdb45bed3cdd [2021-03-11T04:31:16.423Z] ---> Running in 2c04052973e3 [2021-03-11T04:31:17.233Z] 2021-03-11T04:31:13Z INFO Waiting for automatic snapd restart... [2021-03-11T04:31:17.233Z] snapd 2.49 from Canonical* installed [2021-03-11T04:31:17.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:17.807Z] "snapd" switched to the "latest/stable" channel [2021-03-11T04:31:17.807Z] [2021-03-11T04:31:18.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:18.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:18.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:18.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:18.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:18.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:18.838Z] OK: 217 MiB in 51 packages [2021-03-11T04:31:19.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:19.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:19.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:31:20.087Z] OK: 217 MiB in 51 packages [2021-03-11T04:31:20.087Z] OK: 217 MiB in 51 packages [2021-03-11T04:31:20.087Z] OK: 217 MiB in 51 packages [2021-03-11T04:31:20.360Z] Removing intermediate container c478eefdbcc4 [2021-03-11T04:31:20.360Z] ---> f2f6e4126d1e [2021-03-11T04:31:20.360Z] Step 6/21 : COPY go.mod . [2021-03-11T04:31:20.360Z] OK: 217 MiB in 51 packages [2021-03-11T04:31:21.348Z] ---> 2e5e9d86be3b [2021-03-11T04:31:21.348Z] Step 7/21 : RUN go mod download [2021-03-11T04:31:21.621Z] ---> Running in 11a141353b7b [2021-03-11T04:31:21.621Z] Removing intermediate container 342af8f0b4d6 [2021-03-11T04:31:21.621Z] ---> b3f1bf004140 [2021-03-11T04:31:21.621Z] Step 6/24 : COPY go.mod . [2021-03-11T04:31:22.016Z] core18 20210128 from Canonical* installed [2021-03-11T04:31:22.016Z] "core18" switched to the "latest/stable" channel [2021-03-11T04:31:22.016Z] [2021-03-11T04:31:22.223Z] Removing intermediate container cdb45bed3cdd [2021-03-11T04:31:22.223Z] ---> 082ba7876568 [2021-03-11T04:31:22.223Z] Step 6/23 : COPY go.mod . [2021-03-11T04:31:22.498Z] Removing intermediate container 2c04052973e3 [2021-03-11T04:31:22.498Z] Removing intermediate container 28b815624b07 [2021-03-11T04:31:22.498Z] ---> 7c85c44043f6 [2021-03-11T04:31:22.498Z] ---> 46d3eeb8d836 [2021-03-11T04:31:22.498Z] Step 6/23 : COPY go.mod .Step 6/23 : COPY go.mod . [2021-03-11T04:31:22.498Z] [2021-03-11T04:31:22.498Z] ---> 6724f11c94ab [2021-03-11T04:31:22.498Z] Step 7/24 : RUN go mod download [2021-03-11T04:31:22.773Z] ---> Running in 3ec90c450f06 [2021-03-11T04:31:23.378Z] ---> 4031f2185835 [2021-03-11T04:31:23.378Z] Step 7/23 : RUN go mod download [2021-03-11T04:31:23.378Z] ---> cd14b103ce33 [2021-03-11T04:31:23.378Z] Step 7/23 : RUN go mod download [2021-03-11T04:31:23.378Z] ---> Running in d6e8abc6c36c [2021-03-11T04:31:23.378Z] ---> 2127693f967c [2021-03-11T04:31:23.660Z] Step 7/23 : RUN go mod download [2021-03-11T04:31:23.660Z] ---> Running in 3bbf7f2041ac [2021-03-11T04:31:23.950Z] ---> Running in b2c0db827547 [2021-03-11T04:31:25.392Z] Removing intermediate container 11a141353b7b [2021-03-11T04:31:25.392Z] ---> 0c616d133402 [2021-03-11T04:31:25.392Z] Step 8/21 : COPY . . [2021-03-11T04:31:26.825Z] Removing intermediate container 3ec90c450f06 [2021-03-11T04:31:26.825Z] ---> e6b549a45a52 [2021-03-11T04:31:26.825Z] Step 8/24 : COPY . . [2021-03-11T04:31:27.305Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T04:31:27.305Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T04:31:27.305Z] [2021-03-11T04:31:28.271Z] Removing intermediate container 3bbf7f2041ac [2021-03-11T04:31:28.271Z] ---> 626ad54db194 [2021-03-11T04:31:28.271Z] Step 8/23 : COPY . . [2021-03-11T04:31:28.872Z] Removing intermediate container d6e8abc6c36c [2021-03-11T04:31:28.872Z] ---> 135dac6fc6a9 [2021-03-11T04:31:28.872Z] Step 8/23 : COPY . . [2021-03-11T04:31:29.860Z] Removing intermediate container b2c0db827547 [2021-03-11T04:31:29.860Z] ---> 189632b63af8 [2021-03-11T04:31:29.860Z] Step 8/23 : COPY . . [2021-03-11T04:31:30.608Z] 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-11T04:31:30.608Z] - README.md [2021-03-11T04:31:30.608Z] - snapcraft.yaml.orig [2021-03-11T04:31:30.608Z] [2021-03-11T04:31:30.608Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T04:31:37.193Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T04:31:37.193Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T04:31:37.193Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T04:31:37.193Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T04:31:38.838Z] Reading package lists... [2021-03-11T04:31:39.412Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-11T04:31:46.012Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T04:31:46.012Z] Reading package lists... [2021-03-11T04:31:46.012Z] Building dependency tree... [2021-03-11T04:31:46.012Z] Reading state information... [2021-03-11T04:31:46.012Z] Suggested packages: [2021-03-11T04:31:46.012Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T04:31:46.012Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T04:31:46.012Z] Recommended packages: [2021-03-11T04:31:46.012Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T04:31:46.012Z] The following NEW packages will be installed: [2021-03-11T04:31:46.012Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T04:31:46.012Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T04:31:46.012Z] pkg-config zip [2021-03-11T04:31:46.012Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T04:31:46.012Z] Need to get 7658 kB of archives. [2021-03-11T04:31:46.012Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T04:31:46.012Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T04:31:46.012Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T04:31:46.272Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T04:31:46.273Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T04:31:46.273Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T04:31:46.273Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T04:31:46.533Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T04:31:46.533Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T04:31:46.533Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T04:31:46.533Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T04:31:46.533Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T04:31:46.533Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T04:31:46.794Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T04:31:46.795Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T04:31:46.795Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T04:31:47.056Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T04:31:47.056Z] Fetched 7658 kB in 1s (6761 kB/s) [2021-03-11T04:31:47.317Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T04:31:47.317Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T04:31:47.317Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T04:31:47.317Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T04:31:47.317Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T04:31:47.317Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T04:31:47.317Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T04:31:47.579Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T04:31:47.579Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T04:31:47.579Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T04:31:47.579Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T04:31:47.579Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T04:31:47.579Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T04:31:47.840Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T04:31:47.840Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T04:31:47.840Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T04:31:47.840Z] Selecting previously unselected package liberror-perl. [2021-03-11T04:31:47.840Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T04:31:47.840Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T04:31:47.840Z] Selecting previously unselected package git-man. [2021-03-11T04:31:47.840Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T04:31:47.840Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T04:31:48.101Z] Selecting previously unselected package git. [2021-03-11T04:31:48.101Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T04:31:48.101Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T04:31:49.042Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T04:31:49.042Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T04:31:49.042Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T04:31:49.042Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T04:31:49.042Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T04:31:49.042Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T04:31:49.042Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T04:31:49.042Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T04:31:49.042Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T04:31:49.303Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T04:31:49.303Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T04:31:49.303Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T04:31:49.303Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T04:31:49.303Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T04:31:49.303Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T04:31:49.303Z] Selecting previously unselected package pkg-config. [2021-03-11T04:31:49.303Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T04:31:49.303Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T04:31:49.564Z] Selecting previously unselected package zip. [2021-03-11T04:31:49.564Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T04:31:49.564Z] Unpacking zip (3.0-11build1) ... [2021-03-11T04:31:49.564Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T04:31:49.564Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T04:31:49.564Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T04:31:49.564Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T04:31:49.564Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T04:31:49.564Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T04:31:49.825Z] No schema files found: doing nothing. [2021-03-11T04:31:49.825Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T04:31:49.825Z] Setting up zip (3.0-11build1) ... [2021-03-11T04:31:49.825Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T04:31:49.825Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T04:31:49.825Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T04:31:49.825Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T04:31:49.825Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T04:31:50.086Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T04:31:50.086Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T04:31:50.086Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T04:31:56.674Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T04:31:56.674Z] git set to automatically installed. [2021-03-11T04:31:56.674Z] git-man set to automatically installed. [2021-03-11T04:31:56.674Z] libcurl3-gnutls set to automatically installed. [2021-03-11T04:31:56.674Z] liberror-perl set to automatically installed. [2021-03-11T04:31:56.674Z] libglib2.0-0 set to automatically installed. [2021-03-11T04:31:56.674Z] libnghttp2-14 set to automatically installed. [2021-03-11T04:31:56.674Z] libnorm1 set to automatically installed. [2021-03-11T04:31:56.674Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T04:31:56.674Z] libpsl5 set to automatically installed. [2021-03-11T04:31:56.674Z] librtmp1 set to automatically installed. [2021-03-11T04:31:56.674Z] libsodium23 set to automatically installed. [2021-03-11T04:31:56.674Z] libzmq3-dev set to automatically installed. [2021-03-11T04:31:56.674Z] libzmq5 set to automatically installed. [2021-03-11T04:31:56.674Z] pkg-config set to automatically installed. [2021-03-11T04:31:56.674Z] zip set to automatically installed. [2021-03-11T04:31:56.700Z] ---> f20bad83d868 [2021-03-11T04:31:56.701Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T04:31:56.701Z] ---> bbbb20238a69 [2021-03-11T04:31:56.701Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T04:31:56.701Z] ---> ceee86af3dae [2021-03-11T04:31:56.701Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T04:31:56.701Z] ---> e001ab4fb200 [2021-03-11T04:31:56.701Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T04:31:56.701Z] ---> Running in 314e6aa93426 [2021-03-11T04:31:56.701Z] ---> 234d65515d67 [2021-03-11T04:31:56.701Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T04:31:56.701Z] ---> Running in ccec9546fff6 [2021-03-11T04:31:56.701Z] ---> Running in 0365190d59b1 [2021-03-11T04:31:56.701Z] ---> Running in 0b9f0d3b941c [2021-03-11T04:31:56.701Z] ---> Running in 0eb4225569fd [2021-03-11T04:31:56.701Z] 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-11T04:31:56.701Z] 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-11T04:31:56.701Z] 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-11T04:31:56.701Z] 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-11T04:31:56.980Z] 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-11T04:31:59.221Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T04:32:05.931Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T04:32:06.503Z] snap "core18" has no updates available [2021-03-11T04:32:07.083Z] Pulling config-common [2021-03-11T04:32:07.083Z] + snapcraftctl pull [2021-03-11T04:32:08.029Z] Pulling go-build-helper [2021-03-11T04:32:08.029Z] + snapcraftctl pull [2021-03-11T04:32:34.612Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T04:32:34.612Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T04:32:34.612Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T04:32:34.612Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T04:32:34.612Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T04:32:34.612Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T04:32:34.612Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T04:32:34.612Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T04:32:34.612Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T04:32:34.612Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T04:32:34.612Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T04:32:34.612Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T04:32:34.612Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T04:32:34.612Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T04:32:34.612Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T04:32:34.612Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T04:32:34.612Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T04:32:34.612Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T04:32:34.612Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T04:32:34.612Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T04:32:34.612Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T04:32:34.612Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T04:32:34.612Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T04:32:34.612Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T04:32:34.612Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T04:32:34.612Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T04:32:34.612Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T04:32:34.612Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T04:32:34.612Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T04:32:34.612Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T04:32:34.612Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T04:32:34.612Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T04:32:34.612Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T04:32:34.612Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T04:32:34.612Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T04:32:34.612Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T04:32:34.613Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T04:32:34.613Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T04:32:34.613Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T04:32:34.613Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T04:32:34.613Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T04:32:34.613Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T04:32:34.613Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T04:32:34.613Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T04:32:34.613Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T04:32:34.613Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T04:32:34.613Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T04:32:34.613Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T04:32:34.613Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T04:32:34.613Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T04:32:34.613Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T04:32:34.613Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T04:32:34.613Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T04:32:34.613Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T04:32:34.613Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T04:32:34.613Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T04:32:34.613Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T04:32:34.613Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T04:32:34.613Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T04:32:34.613Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T04:32:34.613Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T04:32:34.613Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T04:32:34.613Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T04:32:34.613Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T04:32:34.613Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T04:32:34.613Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T04:32:34.613Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T04:32:34.613Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T04:32:34.613Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T04:32:34.613Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T04:32:34.613Z] Pulling static-packages [2021-03-11T04:32:34.613Z] + snapcraftctl pull [2021-03-11T04:32:35.184Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-11T04:32:35.184Z] Skipping pull go-build-helper (already ran) [2021-03-11T04:32:35.184Z] Skipping pull static-packages (already ran) [2021-03-11T04:32:35.184Z] Building go-build-helper [2021-03-11T04:32:35.184Z] + snapcraftctl build [2021-03-11T04:32:39.388Z] Building static-packages [2021-03-11T04:32:39.388Z] + snapcraftctl build [2021-03-11T04:32:41.305Z] Staging go-build-helper [2021-03-11T04:32:41.305Z] + snapcraftctl stage [2021-03-11T04:32:42.251Z] Staging static-packages [2021-03-11T04:32:42.251Z] + snapcraftctl stage [2021-03-11T04:32:43.195Z] Pulling go115 [2021-03-11T04:32:43.195Z] + snapcraftctl pull [2021-03-11T04:32:44.600Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T04:32:44.600Z] Skipping pull go115 (already ran) [2021-03-11T04:32:44.600Z] Building go115 [2021-03-11T04:32:44.600Z] + dpkg --print-architecture [2021-03-11T04:32:44.600Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T04:32:44.600Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T04:32:44.600Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T04:32:44.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T04:32:44.600Z] Dload Upload Total Spent Left Speed [2021-03-11T04:32:47.576Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 51616 0 0 315k 0 0:06:15 --:--:-- 0:06:15 313k 36 115M 36 42.3M 0 0 36.3M 0 0:00:03 0:00:01 0:00:02 36.3M 67 115M 67 78.0M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 36.7M 0 0:00:03 0:00:03 --:--:-- 36.7M [2021-03-11T04:32:47.576Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T04:32:47.576Z] + sha256sum -c sha256 [2021-03-11T04:32:47.576Z] + grep OK [2021-03-11T04:32:48.148Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T04:32:48.148Z] + mkdir -p /root/stage/go1.15 [2021-03-11T04:32:48.148Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T04:32:53.436Z] Staging go115 [2021-03-11T04:32:53.436Z] + snapcraftctl stage [2021-03-11T04:32:58.722Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T04:32:58.722Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T04:32:58.722Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T04:32:58.722Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T04:32:58.722Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T04:32:58.723Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T04:32:58.723Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T04:32:58.723Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T04:32:58.723Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T04:32:58.723Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T04:32:58.723Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T04:32:58.723Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T04:32:58.723Z] Pulling edgex-go [2021-03-11T04:32:58.723Z] + snapcraftctl pull [2021-03-11T04:33:00.634Z] Pulling version [2021-03-11T04:33:00.634Z] + cd /root/project [2021-03-11T04:33:00.634Z] + [ -f VERSION ] [2021-03-11T04:33:00.634Z] + PROJECT_VERSION=local-dev [2021-03-11T04:33:00.634Z] + git rev-parse --short HEAD [2021-03-11T04:33:00.634Z] + GIT_REVISION=e6ef12ae [2021-03-11T04:33:00.634Z] + snapcraftctl set-version local-dev [2021-03-11T04:33:01.575Z] Building config-common [2021-03-11T04:33:01.575Z] + snapcraftctl build [2021-03-11T04:33:04.124Z] Skipping build go-build-helper (already ran) [2021-03-11T04:33:04.124Z] Skipping build static-packages (already ran) [2021-03-11T04:33:04.124Z] Skipping build go115 (already ran) [2021-03-11T04:33:04.124Z] Building edgex-go [2021-03-11T04:33:04.696Z] + 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/6120/bin/scriptlet-bin [2021-03-11T04:33:04.696Z] + cd /root/parts/edgex-go/src [2021-03-11T04:33:04.696Z] + make build [2021-03-11T04:33:04.697Z] 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-11T04:33:06.610Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T04:33:06.610Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-11T04:33:06.610Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T04:33:06.610Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-11T04:33:06.610Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T04:33:06.610Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T04:33:06.610Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T04:33:06.610Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T04:33:06.610Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T04:33:06.610Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T04:33:06.610Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T04:33:06.610Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T04:33:06.610Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T04:33:06.610Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T04:33:06.610Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T04:33:06.610Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T04:33:06.610Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T04:33:06.876Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T04:33:06.876Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T04:33:06.876Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T04:33:06.876Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-11T04:33:06.876Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T04:33:06.876Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T04:33:06.876Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T04:33:06.876Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T04:33:06.876Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T04:33:06.876Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T04:33:06.876Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T04:33:06.876Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T04:33:06.876Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T04:33:06.876Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T04:33:06.876Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T04:33:06.876Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T04:33:06.876Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T04:33:06.876Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T04:33:06.876Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T04:33:07.148Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T04:33:07.148Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T04:33:07.148Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T04:33:07.148Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T04:33:07.148Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T04:33:07.148Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T04:33:07.148Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T04:33:07.148Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T04:33:07.409Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T04:33:15.568Z] 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-11T04:33:15.568Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T04:33:20.860Z] 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-11T04:33:21.802Z] 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-11T04:33:23.186Z] 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-11T04:33:23.446Z] 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-11T04:33:23.446Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T04:33:23.707Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T04:33:23.707Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T04:33:23.707Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T04:33:25.626Z] 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-11T04:33:25.626Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T04:33:25.626Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T04:33:26.567Z] 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-11T04:33:27.509Z] 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-11T04:33:27.509Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T04:33:28.893Z] 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-11T04:33:29.464Z] 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-11T04:33:29.464Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T04:33:30.849Z] 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-11T04:33:30.849Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T04:33:32.232Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T04:33:32.232Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T04:33:32.232Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T04:33:32.232Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T04:33:32.232Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T04:33:32.494Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T04:33:32.494Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T04:33:32.494Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T04:33:32.494Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T04:33:32.494Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T04:33:32.494Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T04:33:32.494Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T04:33:32.494Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T04:33:32.494Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T04:33:32.494Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T04:33:32.494Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T04:33:32.494Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T04:33:32.494Z] + 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-11T04:33:32.494Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T04:33:32.494Z] + 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-11T04:33:32.494Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T04:33:32.494Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T04:33:32.494Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T04:33:32.494Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T04:33:32.494Z] + 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-11T04:33:33.841Z] 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-11T04:33:33.841Z] 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-11T04:33:34.407Z] Building version [2021-03-11T04:33:34.407Z] + snapcraftctl build [2021-03-11T04:33:36.950Z] Staging config-common [2021-03-11T04:33:36.950Z] + snapcraftctl stage [2021-03-11T04:33:37.522Z] Skipping stage go-build-helper (already ran) [2021-03-11T04:33:37.522Z] Skipping stage static-packages (already ran) [2021-03-11T04:33:37.522Z] Skipping stage go115 (already ran) [2021-03-11T04:33:37.522Z] Staging edgex-go [2021-03-11T04:33:37.522Z] + snapcraftctl stage [2021-03-11T04:33:38.910Z] Staging version [2021-03-11T04:33:38.910Z] + snapcraftctl stage [2021-03-11T04:33:39.855Z] Priming config-common [2021-03-11T04:33:39.855Z] + snapcraftctl prime [2021-03-11T04:33:40.796Z] Priming go-build-helper [2021-03-11T04:33:40.796Z] + snapcraftctl prime [2021-03-11T04:33:41.739Z] Priming static-packages [2021-03-11T04:33:41.739Z] + snapcraftctl prime [2021-03-11T04:33:44.023Z] Removing intermediate container 314e6aa93426 [2021-03-11T04:33:44.023Z] ---> dc1d8e36f050 [2021-03-11T04:33:44.023Z] [2021-03-11T04:33:44.023Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T04:33:44.023Z] 3.12: Pulling from library/alpine [2021-03-11T04:33:44.285Z] Priming go115 [2021-03-11T04:33:44.285Z] + snapcraftctl prime [2021-03-11T04:33:44.300Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T04:33:44.300Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T04:33:44.300Z] ---> d10569e2745f [2021-03-11T04:33:44.300Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T04:33:44.865Z] Priming edgex-go [2021-03-11T04:33:44.865Z] + snapcraftctl prime [2021-03-11T04:33:45.293Z] ---> Running in 70f0629168a0 [2021-03-11T04:33:46.249Z] Priming version [2021-03-11T04:33:46.249Z] + snapcraftctl prime [2021-03-11T04:33:46.742Z] Removing intermediate container ccec9546fff6 [2021-03-11T04:33:46.742Z] ---> 42b2d7a08c51 [2021-03-11T04:33:46.742Z] [2021-03-11T04:33:46.742Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T04:33:46.742Z] ---> d10569e2745f [2021-03-11T04:33:46.742Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T04:33:47.024Z] ---> Running in 14a55ef755e2 [2021-03-11T04:33:47.191Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-11T04:33:47.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:33:47.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:33:48.908Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T04:33:48.908Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:33:48.908Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T04:33:48.908Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T04:33:48.908Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T04:33:48.908Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:33:48.908Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:33:49.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [2021-03-11T04:33:49.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:33:49.468Z] OK: 7 MiB in 19 packages [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-11T04:33:50.084Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T04:33:50.084Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:33:50.084Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T04:33:50.084Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T04:33:50.084Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:33:50.084Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] // stage [Pipeline] } [2021-03-11T04:33:50.687Z] OK: 7 MiB in 18 packages [2021-03-11T04:33:52.705Z] Removing intermediate container 70f0629168a0 [2021-03-11T04:33:52.705Z] ---> 904ee052d339 [2021-03-11T04:33:52.705Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:33:52.983Z] ---> Running in 47b5f9a51940 [2021-03-11T04:33:53.262Z] Removing intermediate container 14a55ef755e2 [2021-03-11T04:33:53.262Z] ---> ffb64dd1c65f [2021-03-11T04:33:53.262Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T04:33:53.556Z] ---> Running in c1c89af30670 [2021-03-11T04:33:53.846Z] Removing intermediate container 47b5f9a51940 [2021-03-11T04:33:53.846Z] ---> 85fa725010b1 [2021-03-11T04:33:53.846Z] Step 13/24 : WORKDIR / [2021-03-11T04:33:53.846Z] ---> Running in 4f85d5c4769a [2021-03-11T04:33:54.459Z] Removing intermediate container c1c89af30670 [2021-03-11T04:33:54.459Z] ---> ec0f9af368d3 [2021-03-11T04:33:54.459Z] Step 13/21 : WORKDIR /edgex [2021-03-11T04:33:54.740Z] ---> Running in a28fee8a55fb [2021-03-11T04:33:55.021Z] Removing intermediate container 4f85d5c4769a [2021-03-11T04:33:55.021Z] ---> 6f181c8d16ee [2021-03-11T04:33:55.021Z] 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-11T04:33:55.635Z] Removing intermediate container a28fee8a55fb [2021-03-11T04:33:55.635Z] ---> 1a82ef0004ba [2021-03-11T04:33:55.635Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T04:33:57.098Z] ---> 28a475fde2f4 [2021-03-11T04:33:57.098Z] 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-11T04:33:57.379Z] ---> ffe4a14efb18 [2021-03-11T04:33:57.379Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T04:33:58.835Z] ---> a9fe8e8efab4 [2021-03-11T04:33:58.835Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T04:34:00.287Z] ---> 9e78ebba636d [2021-03-11T04:34:00.287Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T04:34:00.564Z] ---> 148216066f41 [2021-03-11T04:34:00.845Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T04:34:01.123Z] Removing intermediate container 0365190d59b1 [2021-03-11T04:34:01.123Z] ---> 146925be49b5 [2021-03-11T04:34:01.123Z] [2021-03-11T04:34:01.123Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:34:01.123Z] ---> d10569e2745f [2021-03-11T04:34:01.123Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:34:01.723Z] ---> Running in 6492fb797701 [2021-03-11T04:34:02.714Z] ---> 8e241117da68 [2021-03-11T04:34:02.714Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T04:34:03.337Z] ---> bf905d29c2e2 [2021-03-11T04:34:03.337Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T04:34:03.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:34:03.619Z] ---> Running in a15a685e5d73 [2021-03-11T04:34:03.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:34:04.510Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T04:34:04.510Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:34:04.510Z] OK: 5 MiB in 15 packages [2021-03-11T04:34:04.793Z] ---> fbd5381a08d9 [2021-03-11T04:34:04.793Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T04:34:04.793Z] Removing intermediate container a15a685e5d73 [2021-03-11T04:34:04.793Z] ---> b6f6857cffbb [2021-03-11T04:34:04.793Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T04:34:05.068Z] ---> Running in 23c774b9bdf6 [2021-03-11T04:34:06.526Z] ---> f17f79362a3d [2021-03-11T04:34:06.526Z] Removing intermediate container 23c774b9bdf6 [2021-03-11T04:34:06.526Z] 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-11T04:34:06.526Z] ---> d3721f251ff9 [2021-03-11T04:34:06.526Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T04:34:06.526Z] ---> Running in 5e905ee575db [2021-03-11T04:34:06.526Z] ---> Running in 8e8b45b97f09 [2021-03-11T04:34:06.815Z] Removing intermediate container 6492fb797701 [2021-03-11T04:34:06.815Z] ---> 03641bb1bedd [2021-03-11T04:34:06.815Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:34:07.097Z] ---> Running in ea32eeed0621 [2021-03-11T04:34:07.695Z] Removing intermediate container 8e8b45b97f09 [2021-03-11T04:34:07.695Z] ---> db14ab79bc9e [2021-03-11T04:34:07.695Z] Step 20/21 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:34:07.975Z] Removing intermediate container ea32eeed0621 [2021-03-11T04:34:07.975Z] ---> b6003567ed0e [2021-03-11T04:34:07.975Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T04:34:07.975Z] ---> Running in c814776d339a [2021-03-11T04:34:08.263Z] ---> Running in d68dff0eb9b4 [2021-03-11T04:34:09.260Z] Removing intermediate container c814776d339a [2021-03-11T04:34:09.260Z] ---> 0c37279d8d91 [2021-03-11T04:34:09.260Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T04:34:09.535Z] Removing intermediate container d68dff0eb9b4 [2021-03-11T04:34:09.535Z] ---> ef1e179f0e90 [2021-03-11T04:34:09.535Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:34:09.812Z] ---> Running in c9a670b6f6ae [2021-03-11T04:34:10.092Z] ---> Running in ffa3e0508df6 [2021-03-11T04:34:11.073Z] Removing intermediate container c9a670b6f6ae [2021-03-11T04:34:11.073Z] ---> ba94e3950ea7 [2021-03-11T04:34:11.073Z] [2021-03-11T04:34:11.073Z] Removing intermediate container ffa3e0508df6 [2021-03-11T04:34:11.073Z] ---> d54dae62017e [2021-03-11T04:34:11.073Z] Step 15/23 : WORKDIR / [2021-03-11T04:34:11.345Z] Successfully built ba94e3950ea7 [2021-03-11T04:34:11.345Z] Removing intermediate container 5e905ee575db [2021-03-11T04:34:11.345Z] ---> fbf283b77b31 [2021-03-11T04:34:11.345Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T04:34:11.345Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T04:34:11.345Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-11T04:34:11.625Z] ---> Running in 69c88bd5a5c7 [2021-03-11T04:34:11.901Z] ---> Running in e702ecae9cfa [2021-03-11T04:34:12.173Z] Removing intermediate container 0eb4225569fd [2021-03-11T04:34:12.173Z] ---> 5f88ba1feb98 [2021-03-11T04:34:12.173Z] [2021-03-11T04:34:12.173Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:34:12.173Z] ---> d10569e2745f [2021-03-11T04:34:12.173Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:34:12.173Z] ---> Using cache [2021-03-11T04:34:12.173Z] ---> 03641bb1bedd [2021-03-11T04:34:12.173Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:34:12.173Z] ---> Using cache [2021-03-11T04:34:12.173Z] ---> b6003567ed0e [2021-03-11T04:34:12.173Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T04:34:12.454Z] ---> Running in a1204d3af21e [2021-03-11T04:34:12.741Z] Removing intermediate container 69c88bd5a5c7 [2021-03-11T04:34:12.741Z] ---> 74ea75442db6 [2021-03-11T04:34:12.741Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:34:12.741Z] Removing intermediate container e702ecae9cfa [2021-03-11T04:34:12.741Z] ---> b769f86c5d7a [2021-03-11T04:34:12.741Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T04:34:13.345Z] ---> Running in cd4a16a590e6 [2021-03-11T04:34:13.623Z] Removing intermediate container a1204d3af21e [2021-03-11T04:34:13.907Z] ---> f0e16edf8303 [2021-03-11T04:34:13.907Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T04:34:14.520Z] ---> 8a3778d8f4b1 [2021-03-11T04:34:14.520Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T04:34:14.520Z] ---> Running in a1cb0eec611d [2021-03-11T04:34:14.520Z] Removing intermediate container cd4a16a590e6 [2021-03-11T04:34:14.520Z] ---> 5da4b420f286 [2021-03-11T04:34:14.520Z] Step 23/24 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:34:15.126Z] ---> Running in 5808486ad578 [2021-03-11T04:34:15.403Z] Removing intermediate container a1cb0eec611d [2021-03-11T04:34:15.403Z] ---> ad2f616237aa [2021-03-11T04:34:15.403Z] Step 15/23 : WORKDIR / [2021-03-11T04:34:16.000Z] ---> Running in 4f11375fc082 [2021-03-11T04:34:16.275Z] Removing intermediate container 5808486ad578 [2021-03-11T04:34:16.275Z] ---> 19d1898c1e9d [2021-03-11T04:34:16.275Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T04:34:16.877Z] ---> 9aee92b222d9 [2021-03-11T04:34:16.877Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T04:34:16.877Z] ---> Running in 02920f98d8e4 [2021-03-11T04:34:17.471Z] Removing intermediate container 4f11375fc082 [2021-03-11T04:34:17.471Z] ---> 6e55a52c0d42 [2021-03-11T04:34:17.471Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:34:17.754Z] Removing intermediate container 02920f98d8e4 [2021-03-11T04:34:17.754Z] ---> f4e074a4c77d [2021-03-11T04:34:17.754Z] [2021-03-11T04:34:18.030Z] ---> 9528aeab7be9 [2021-03-11T04:34:18.030Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T04:34:18.631Z] ---> Running in 0acdf8db574c [2021-03-11T04:34:18.631Z] Successfully built f4e074a4c77d [2021-03-11T04:34:18.631Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T04:34:18.631Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T04:34:18.909Z] ---> b0f6d19e3662 [2021-03-11T04:34:18.909Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T04:34:19.209Z] Removing intermediate container 0acdf8db574c [2021-03-11T04:34:19.209Z] ---> 367bfb25a1d3 [2021-03-11T04:34:19.209Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:34:19.491Z] Removing intermediate container 0b9f0d3b941c [2021-03-11T04:34:19.492Z] ---> 0b83bae7c7ae [2021-03-11T04:34:19.492Z] [2021-03-11T04:34:19.492Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T04:34:19.492Z] ---> d10569e2745f [2021-03-11T04:34:19.492Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T04:34:19.770Z] ---> Running in 8ce305cc7696 [2021-03-11T04:34:19.770Z] ---> Running in 1e7bdbbf1afc [2021-03-11T04:34:20.367Z] Removing intermediate container 8ce305cc7696 [2021-03-11T04:34:20.367Z] ---> be9adad96747 [2021-03-11T04:34:20.367Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T04:34:20.643Z] ---> 2d684398411d [2021-03-11T04:34:20.643Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T04:34:20.643Z] Removing intermediate container 1e7bdbbf1afc [2021-03-11T04:34:20.643Z] ---> 3937a5951deb [2021-03-11T04:34:20.643Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T04:34:20.917Z] ---> Running in 54965380ebcb [2021-03-11T04:34:21.194Z] ---> Running in 406d8b3efaa9 [2021-03-11T04:34:21.796Z] Removing intermediate container 54965380ebcb [2021-03-11T04:34:21.796Z] ---> c5c970c9f801 [2021-03-11T04:34:21.796Z] Step 22/23 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:34:22.392Z] ---> 809af065c5d5 [2021-03-11T04:34:22.392Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T04:34:22.392Z] Removing intermediate container 406d8b3efaa9 [2021-03-11T04:34:22.392Z] ---> 5c88e2b755a3 [2021-03-11T04:34:22.392Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T04:34:22.667Z] ---> Running in b8067d7fd4f1 [2021-03-11T04:34:22.945Z] ---> Running in f773ae7a9765 [2021-03-11T04:34:22.945Z] ---> Running in 6a4b87afeacc [2021-03-11T04:34:23.553Z] Removing intermediate container b8067d7fd4f1 [2021-03-11T04:34:23.553Z] ---> 9505952c251b [2021-03-11T04:34:23.553Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:34:24.151Z] ---> Running in 61aa2fd744a8 [2021-03-11T04:34:24.151Z] Removing intermediate container 6a4b87afeacc [2021-03-11T04:34:24.151Z] ---> 4f7ea6e48940 [2021-03-11T04:34:24.151Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:34:24.151Z] Removing intermediate container f773ae7a9765 [2021-03-11T04:34:24.151Z] ---> d78ea805d209 [2021-03-11T04:34:24.151Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:34:24.755Z] ---> Running in d257c231d845 [2021-03-11T04:34:24.755Z] ---> Running in c701ff19663e [2021-03-11T04:34:25.039Z] Removing intermediate container 61aa2fd744a8 [2021-03-11T04:34:25.039Z] ---> 1fdd05af8766 [2021-03-11T04:34:25.039Z] [2021-03-11T04:34:25.317Z] Removing intermediate container c701ff19663e [2021-03-11T04:34:25.317Z] ---> 0eb1e6370227 [2021-03-11T04:34:25.317Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T04:34:25.598Z] Successfully built 1fdd05af8766 [2021-03-11T04:34:25.874Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T04:34:25.874Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-11T04:34:25.874Z] ---> Running in e94ef2188476 [2021-03-11T04:34:26.866Z] Removing intermediate container e94ef2188476 [2021-03-11T04:34:26.866Z] ---> 2ccb5ec00b02 [2021-03-11T04:34:26.866Z] Step 22/23 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:34:26.866Z] ---> Running in 72724d71e313 [2021-03-11T04:34:27.483Z] Removing intermediate container 72724d71e313 [2021-03-11T04:34:27.483Z] ---> 34cf6cd05090 [2021-03-11T04:34:27.483Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:34:27.765Z] Removing intermediate container d257c231d845 [2021-03-11T04:34:27.765Z] ---> f895ae1b38e9 [2021-03-11T04:34:27.765Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T04:34:27.765Z] ---> Running in a577b9e1a8b7 [2021-03-11T04:34:28.042Z] ---> Running in 963e089c4a28 [2021-03-11T04:34:29.044Z] Removing intermediate container a577b9e1a8b7 [2021-03-11T04:34:29.044Z] ---> efd98ccbd656 [2021-03-11T04:34:29.044Z] [2021-03-11T04:34:29.320Z] Successfully built efd98ccbd656 [2021-03-11T04:34:29.594Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T04:34:29.594Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-11T04:34:29.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:34:30.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:34:31.561Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T04:34:31.561Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T04:34:31.561Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T04:34:31.836Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T04:34:32.110Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T04:34:32.387Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T04:34:32.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:34:32.387Z] OK: 8 MiB in 20 packages [2021-03-11T04:34:35.789Z] Removing intermediate container 963e089c4a28 [2021-03-11T04:34:35.789Z] ---> d77de01012c6 [2021-03-11T04:34:35.789Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:34:36.776Z] ---> e4a84eeb59b6 [2021-03-11T04:34:36.776Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T04:34:38.786Z] ---> e8be6e543743 [2021-03-11T04:34:38.786Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T04:34:40.241Z] ---> b4541efde3d7 [2021-03-11T04:34:40.241Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T04:34:40.241Z] ---> Running in f839df9e7090 [2021-03-11T04:34:41.236Z] Removing intermediate container f839df9e7090 [2021-03-11T04:34:41.236Z] ---> c234198baf01 [2021-03-11T04:34:41.236Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:34:41.518Z] ---> Running in d8e7cb334869 [2021-03-11T04:34:42.227Z] Removing intermediate container d8e7cb334869 [2021-03-11T04:34:42.227Z] ---> 2dc61f98f99c [2021-03-11T04:34:42.227Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T04:34:42.536Z] ---> Running in 569e6d79bd24 [2021-03-11T04:34:43.578Z] Removing intermediate container 569e6d79bd24 [2021-03-11T04:34:43.579Z] ---> 8e53748d0111 [2021-03-11T04:34:43.579Z] Step 22/23 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:34:43.579Z] ---> Running in 13d0d773dc16 [2021-03-11T04:34:44.600Z] Removing intermediate container 13d0d773dc16 [2021-03-11T04:34:44.600Z] ---> b80a0f788b3b [2021-03-11T04:34:44.600Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T04:34:44.900Z] ---> Running in add8be0c4419 [2021-03-11T04:34:45.590Z] Removing intermediate container add8be0c4419 [2021-03-11T04:34:45.590Z] ---> 3501bdae643f [2021-03-11T04:34:45.590Z] [2021-03-11T04:34:46.256Z] Successfully built 3501bdae643f [2021-03-11T04:34:46.256Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T04:34:48.908Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:34:48.908Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:34:48.908Z] ---> a6cdad070f69 [2021-03-11T04:34:48.908Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:34:48.908Z] ---> Using cache [2021-03-11T04:34:48.908Z] ---> c743f794af31 [2021-03-11T04:34:48.908Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:34:48.908Z] ---> Using cache [2021-03-11T04:34:48.908Z] ---> 7e316c7ae4a9 [2021-03-11T04:34:48.908Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T04:34:49.887Z] ---> Running in c20c5739adad [2021-03-11T04:34:50.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:34:51.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:34:52.826Z] OK: 217 MiB in 51 packages [2021-03-11T04:34:54.834Z] Removing intermediate container c20c5739adad [2021-03-11T04:34:54.834Z] ---> 4106536762e3 [2021-03-11T04:34:54.834Z] Step 6/22 : COPY go.mod . [2021-03-11T04:34:55.819Z] ---> 55903c4ff4bf [2021-03-11T04:34:55.819Z] Step 7/22 : RUN go mod download [2021-03-11T04:34:56.107Z] ---> Running in b00a4c98bfa3 [2021-03-11T04:35:00.448Z] Removing intermediate container b00a4c98bfa3 [2021-03-11T04:35:00.448Z] ---> 58d961a47742 [2021-03-11T04:35:00.448Z] Step 8/22 : COPY . . [2021-03-11T04:35:05.908Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:35:05.908Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:35:05.908Z] ---> a6cdad070f69 [2021-03-11T04:35:05.908Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T04:35:05.908Z] ---> Using cache [2021-03-11T04:35:05.908Z] ---> c743f794af31 [2021-03-11T04:35:05.908Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:35:05.908Z] ---> Using cache [2021-03-11T04:35:05.908Z] ---> 7e316c7ae4a9 [2021-03-11T04:35:05.908Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T04:35:09.324Z] ---> Running in 172ffb447c13 [2021-03-11T04:35:10.799Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:35:10.799Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:35:10.799Z] ---> a6cdad070f69 [2021-03-11T04:35:10.799Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T04:35:10.799Z] ---> Using cache [2021-03-11T04:35:10.799Z] ---> c743f794af31 [2021-03-11T04:35:10.799Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:35:10.799Z] ---> Using cache [2021-03-11T04:35:10.799Z] ---> 7e316c7ae4a9 [2021-03-11T04:35:10.799Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T04:35:10.799Z] ---> Using cache [2021-03-11T04:35:10.799Z] ---> 7c85c44043f6 [2021-03-11T04:35:10.799Z] Step 6/31 : COPY go.mod . [2021-03-11T04:35:10.799Z] ---> Using cache [2021-03-11T04:35:10.799Z] ---> cd14b103ce33 [2021-03-11T04:35:10.799Z] Step 7/31 : RUN go mod download [2021-03-11T04:35:10.799Z] ---> Using cache [2021-03-11T04:35:10.799Z] ---> 626ad54db194 [2021-03-11T04:35:10.799Z] Step 8/31 : COPY . . [2021-03-11T04:35:10.799Z] ---> Using cache [2021-03-11T04:35:10.799Z] ---> ceee86af3dae [2021-03-11T04:35:10.799Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T04:35:10.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:35:11.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:35:11.792Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T04:35:11.792Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T04:35:11.792Z] ---> a6cdad070f69 [2021-03-11T04:35:11.792Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T04:35:11.792Z] ---> Using cache [2021-03-11T04:35:11.792Z] ---> c743f794af31 [2021-03-11T04:35:11.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T04:35:11.792Z] ---> Using cache [2021-03-11T04:35:11.792Z] ---> 7e316c7ae4a9 [2021-03-11T04:35:11.793Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T04:35:11.793Z] ---> Using cache [2021-03-11T04:35:11.793Z] ---> 7c85c44043f6 [2021-03-11T04:35:11.793Z] Step 6/22 : COPY go.mod . [2021-03-11T04:35:11.793Z] ---> Using cache [2021-03-11T04:35:11.793Z] ---> cd14b103ce33 [2021-03-11T04:35:11.793Z] Step 7/22 : RUN go mod download [2021-03-11T04:35:11.793Z] ---> Using cache [2021-03-11T04:35:11.793Z] ---> 626ad54db194 [2021-03-11T04:35:11.793Z] Step 8/22 : COPY . . [2021-03-11T04:35:12.067Z] ---> Using cache [2021-03-11T04:35:12.067Z] ---> ceee86af3dae [2021-03-11T04:35:12.067Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T04:35:12.067Z] ---> Running in 4ad9de2e96fc [2021-03-11T04:35:12.341Z] ---> Running in 9b04a7a61ec9 [2021-03-11T04:35:12.623Z] OK: 217 MiB in 51 packages [2021-03-11T04:35:14.065Z] 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-11T04:35:14.065Z] 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-11T04:35:15.055Z] Removing intermediate container 172ffb447c13 [2021-03-11T04:35:15.055Z] ---> 1dd5df294228 [2021-03-11T04:35:15.055Z] Step 6/26 : COPY go.mod . [2021-03-11T04:35:17.045Z] ---> 35de745a5a85 [2021-03-11T04:35:17.045Z] Step 7/26 : RUN go mod download [2021-03-11T04:35:17.045Z] ---> Running in c725c2b0fb14 [2021-03-11T04:35:19.701Z] ---> 4a79417c9e00 [2021-03-11T04:35:19.701Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T04:35:19.701Z] ---> Running in fdce842c86c2 [2021-03-11T04:35:22.342Z] 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-11T04:35:22.342Z] Removing intermediate container c725c2b0fb14 [2021-03-11T04:35:22.342Z] ---> 34af1c853056 [2021-03-11T04:35:22.342Z] Step 8/26 : COPY . . [2021-03-11T04:35:44.573Z] ---> a4a8813b86f0 [2021-03-11T04:35:44.573Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T04:35:44.573Z] ---> Running in 4b372746e49e [2021-03-11T04:35:46.566Z] 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-11T04:36:54.635Z] Removing intermediate container 4ad9de2e96fc [2021-03-11T04:36:54.635Z] ---> 7af1dc303a35 [2021-03-11T04:36:54.635Z] [2021-03-11T04:36:54.635Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T04:36:54.635Z] ---> d10569e2745f [2021-03-11T04:36:54.635Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T04:36:54.635Z] ---> Running in 69ccf4b17bec [2021-03-11T04:36:54.635Z] Removing intermediate container 69ccf4b17bec [2021-03-11T04:36:54.635Z] ---> 18014a0c7426 [2021-03-11T04:36:54.635Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T04:36:54.635Z] ---> Running in 61575c5467df [2021-03-11T04:36:54.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:36:54.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:36:54.635Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:36:54.635Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T04:36:54.635Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:36:54.635Z] OK: 5 MiB in 16 packages [2021-03-11T04:36:55.627Z] Removing intermediate container 61575c5467df [2021-03-11T04:36:55.627Z] ---> 767ffd6269f0 [2021-03-11T04:36:55.627Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T04:36:55.910Z] ---> Running in 9fa36d9e1cd7 [2021-03-11T04:36:56.515Z] Removing intermediate container 9fa36d9e1cd7 [2021-03-11T04:36:56.515Z] ---> 7cd17139be6a [2021-03-11T04:36:56.515Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T04:36:56.798Z] ---> Running in 7c0d78bf0ab6 [2021-03-11T04:36:57.796Z] Removing intermediate container 7c0d78bf0ab6 [2021-03-11T04:36:57.796Z] ---> 46c565ebbeb6 [2021-03-11T04:36:57.796Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T04:36:57.796Z] ---> Running in c8aca0f7a05c [2021-03-11T04:37:02.163Z] Removing intermediate container c8aca0f7a05c [2021-03-11T04:37:02.163Z] ---> d74ffaa5a01d [2021-03-11T04:37:02.163Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T04:37:02.443Z] ---> Running in e4f5cb4a5005 [2021-03-11T04:37:03.460Z] Removing intermediate container e4f5cb4a5005 [2021-03-11T04:37:03.460Z] ---> 9f8a2d678b12 [2021-03-11T04:37:03.460Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T04:37:04.459Z] Removing intermediate container 9b04a7a61ec9 [2021-03-11T04:37:04.459Z] ---> 0ce7988d5b93 [2021-03-11T04:37:04.459Z] [2021-03-11T04:37:04.459Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:37:04.459Z] ---> d10569e2745f [2021-03-11T04:37:04.459Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T04:37:04.459Z] ---> Using cache [2021-03-11T04:37:04.459Z] ---> 03641bb1bedd [2021-03-11T04:37:04.459Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:37:04.459Z] ---> Using cache [2021-03-11T04:37:04.459Z] ---> b6003567ed0e [2021-03-11T04:37:04.459Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T04:37:04.459Z] ---> Running in f6226db1c5e2 [2021-03-11T04:37:04.743Z] ---> ad3e81dc5a5b [2021-03-11T04:37:04.743Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T04:37:05.019Z] ---> Running in 36656e6620e8 [2021-03-11T04:37:05.292Z] Removing intermediate container f6226db1c5e2 [2021-03-11T04:37:05.292Z] ---> 6da6e88c0d08 [2021-03-11T04:37:05.292Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:37:05.567Z] ---> Running in 3353fed162f9 [2021-03-11T04:37:06.559Z] Removing intermediate container 3353fed162f9 [2021-03-11T04:37:06.559Z] ---> e320d26aa5a7 [2021-03-11T04:37:06.559Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:37:08.537Z] ---> d701b703e588 [2021-03-11T04:37:08.537Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T04:37:08.537Z] Removing intermediate container fdce842c86c2 [2021-03-11T04:37:08.537Z] ---> b71746cde0c5 [2021-03-11T04:37:08.537Z] [2021-03-11T04:37:08.537Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T04:37:08.537Z] ---> d10569e2745f [2021-03-11T04:37:08.537Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T04:37:09.139Z] ---> Running in 3e9aa0facdc8 [2021-03-11T04:37:09.139Z] Removing intermediate container 36656e6620e8 [2021-03-11T04:37:09.139Z] ---> 0a7d0ee95799 [2021-03-11T04:37:09.139Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:37:10.122Z] ---> e990af9b0b88 [2021-03-11T04:37:10.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T04:37:10.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:37:10.395Z] ---> b4337662e4af [2021-03-11T04:37:10.395Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T04:37:10.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:37:11.278Z] ---> e64c8e532e94 [2021-03-11T04:37:11.278Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T04:37:11.278Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T04:37:11.553Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T04:37:11.553Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:37:11.553Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T04:37:11.553Z] Removing intermediate container 4b372746e49e [2021-03-11T04:37:11.553Z] ---> 15b6b3d33419 [2021-03-11T04:37:11.553Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T04:37:11.553Z] OK: 6 MiB in 16 packages [2021-03-11T04:37:11.825Z] ---> Running in 558a1e0c7959 [2021-03-11T04:37:12.099Z] ---> Running in 01be55a15432 [2021-03-11T04:37:12.099Z] ---> 1b585289c3cc [2021-03-11T04:37:12.099Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T04:37:12.372Z] Removing intermediate container 558a1e0c7959 [2021-03-11T04:37:12.372Z] ---> f61b74b1fd8b [2021-03-11T04:37:12.372Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:37:12.651Z] ---> Running in a0fe618040d6 [2021-03-11T04:37:13.260Z] ---> 60aa03cdb259 [2021-03-11T04:37:13.260Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T04:37:13.260Z] Removing intermediate container a0fe618040d6 [2021-03-11T04:37:13.260Z] ---> b566953effe1 [2021-03-11T04:37:13.260Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T04:37:13.539Z] ---> Running in 685cd689ae94 [2021-03-11T04:37:13.817Z] Removing intermediate container 3e9aa0facdc8 [2021-03-11T04:37:13.817Z] ---> 79b09d90e1ea [2021-03-11T04:37:13.817Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T04:37:13.817Z] 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-11T04:37:14.105Z] ---> Running in d879d987a4c6 [2021-03-11T04:37:14.384Z] Removing intermediate container 685cd689ae94 [2021-03-11T04:37:14.384Z] ---> c2d887777a0d [2021-03-11T04:37:14.384Z] Step 21/22 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:37:14.384Z] ---> ac30c41dcd07 [2021-03-11T04:37:14.384Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T04:37:14.384Z] ---> Running in 4b0fce69e134 [2021-03-11T04:37:14.982Z] Removing intermediate container d879d987a4c6 [2021-03-11T04:37:14.982Z] ---> 6983054f2d8b [2021-03-11T04:37:14.982Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T04:37:14.982Z] ---> Running in 3c6a22f28c8f [2021-03-11T04:37:15.259Z] Removing intermediate container 4b0fce69e134 [2021-03-11T04:37:15.259Z] ---> 06cede6a8f8e [2021-03-11T04:37:15.259Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:37:15.534Z] ---> Running in 8311eae3b8d9 [2021-03-11T04:37:15.534Z] ---> d43ff44910e1 [2021-03-11T04:37:15.534Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T04:37:15.813Z] Removing intermediate container 3c6a22f28c8f [2021-03-11T04:37:15.813Z] ---> 9a568fd2ff3f [2021-03-11T04:37:15.813Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T04:37:15.813Z] ---> Running in cc4a9acf8310 [2021-03-11T04:37:16.091Z] ---> Running in abca579c7c8b [2021-03-11T04:37:16.376Z] Removing intermediate container 8311eae3b8d9 [2021-03-11T04:37:16.376Z] ---> bdef409f4c1e [2021-03-11T04:37:16.376Z] [2021-03-11T04:37:16.970Z] Removing intermediate container cc4a9acf8310 [2021-03-11T04:37:16.970Z] ---> 03c4f84fdae8 [2021-03-11T04:37:16.970Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T04:37:16.970Z] Successfully built bdef409f4c1e [2021-03-11T04:37:16.970Z] Removing intermediate container abca579c7c8b [2021-03-11T04:37:16.970Z] ---> 71a406c8ce06 [2021-03-11T04:37:16.970Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T04:37:16.970Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T04:37:17.564Z]  Building docker-support-scheduler-go ... done Removing intermediate container 01be55a15432 [2021-03-11T04:37:17.564Z] ---> 3131072453e3 [2021-03-11T04:37:17.564Z] [2021-03-11T04:37:17.564Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T04:37:17.839Z] ---> f35c5a17f068 [2021-03-11T04:37:17.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T04:37:17.839Z] 20.10.0: Pulling from library/docker [2021-03-11T04:37:17.839Z] ---> 79c2e4f5837b [2021-03-11T04:37:17.839Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T04:37:18.438Z] ---> Running in d8e47c7b50e6 [2021-03-11T04:37:19.426Z] ---> 6635a45d3ec0 [2021-03-11T04:37:19.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T04:37:20.862Z] ---> d03e07129efb [2021-03-11T04:37:20.862Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T04:37:21.148Z] ---> Running in 83c6a7397ee3 [2021-03-11T04:37:21.421Z] Removing intermediate container d8e47c7b50e6 [2021-03-11T04:37:21.421Z] ---> fb000f528e9e [2021-03-11T04:37:21.421Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T04:37:21.693Z] Removing intermediate container 83c6a7397ee3 [2021-03-11T04:37:21.693Z] ---> 704b1be9ab97 [2021-03-11T04:37:21.693Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:37:21.969Z] ---> Running in e9357d31eada [2021-03-11T04:37:21.969Z] ---> Running in 5d3e4d381484 [2021-03-11T04:37:22.947Z] Removing intermediate container e9357d31eada [2021-03-11T04:37:22.947Z] ---> e85bd2eed336 [2021-03-11T04:37:22.947Z] Step 28/31 : CMD ["gate"] [2021-03-11T04:37:22.947Z] Removing intermediate container 5d3e4d381484 [2021-03-11T04:37:22.947Z] ---> 80342dc93b29 [2021-03-11T04:37:22.947Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T04:37:23.539Z] ---> Running in 48158362c51c [2021-03-11T04:37:23.539Z] ---> Running in 54299eb19b14 [2021-03-11T04:37:24.514Z] Removing intermediate container 48158362c51c [2021-03-11T04:37:24.514Z] ---> ecc67ca99230 [2021-03-11T04:37:24.514Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T04:37:24.514Z] Removing intermediate container 54299eb19b14 [2021-03-11T04:37:24.514Z] ---> 7c32653d5cfb [2021-03-11T04:37:24.514Z] Step 21/22 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:37:25.107Z] ---> Running in 3aa8147b7a36 [2021-03-11T04:37:25.107Z] ---> Running in 735a622e466c [2021-03-11T04:37:25.700Z] Removing intermediate container 735a622e466c [2021-03-11T04:37:25.700Z] ---> f197a01a4b51 [2021-03-11T04:37:25.700Z] Step 30/31 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:37:25.972Z] Removing intermediate container 3aa8147b7a36 [2021-03-11T04:37:25.972Z] ---> 9a2d1cf16e1d [2021-03-11T04:37:25.972Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T04:37:26.243Z] ---> Running in 41b704e0389c [2021-03-11T04:37:26.516Z] ---> Running in 75c83b7feed3 [2021-03-11T04:37:26.790Z] Removing intermediate container 41b704e0389c [2021-03-11T04:37:26.790Z] ---> 01a9e3689e4e [2021-03-11T04:37:26.790Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T04:37:27.061Z] Removing intermediate container 75c83b7feed3 [2021-03-11T04:37:27.061Z] ---> 7624fd90c529 [2021-03-11T04:37:27.061Z] [2021-03-11T04:37:27.336Z] ---> Running in 88eb3ffd73ed [2021-03-11T04:37:27.608Z] Successfully built 7624fd90c529 [2021-03-11T04:37:27.608Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T04:37:27.881Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T04:37:27.881Z] Removing intermediate container 88eb3ffd73ed [2021-03-11T04:37:27.881Z] ---> 0d39d06e118c [2021-03-11T04:37:27.881Z] [2021-03-11T04:37:27.881Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T04:37:27.881Z] ---> eeaf43b92773 [2021-03-11T04:37:27.881Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T04:37:28.157Z] ---> Running in e12d73e63f45 [2021-03-11T04:37:28.434Z] Successfully built 0d39d06e118c [2021-03-11T04:37:28.434Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T04:37:29.032Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:37:29.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:37:29.917Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T04:37:29.917Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T04:37:29.917Z] Executing bash-5.0.17-r0.post-install [2021-03-11T04:37:29.917Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:37:29.917Z] OK: 12 MiB in 22 packages [2021-03-11T04:37:31.349Z] Removing intermediate container e12d73e63f45 [2021-03-11T04:37:31.349Z] ---> c1842e753540 [2021-03-11T04:37:31.349Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T04:37:31.349Z] ---> Running in 00ea5f3a4b52 [2021-03-11T04:37:31.944Z] Removing intermediate container 00ea5f3a4b52 [2021-03-11T04:37:31.945Z] ---> cd0512b5ed21 [2021-03-11T04:37:31.945Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T04:37:31.945Z] ---> Running in 4bf2713a52fa [2021-03-11T04:37:32.539Z] Removing intermediate container 4bf2713a52fa [2021-03-11T04:37:32.539Z] ---> 9e8340f15f34 [2021-03-11T04:37:32.539Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T04:37:32.539Z] ---> Running in 63cf8c9cb329 [2021-03-11T04:37:33.138Z] Removing intermediate container 63cf8c9cb329 [2021-03-11T04:37:33.138Z] ---> f0d5b4eaf090 [2021-03-11T04:37:33.138Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T04:37:34.574Z] ---> fa1793f65aef [2021-03-11T04:37:34.574Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T04:37:35.174Z] ---> a6d2ef9aed5e [2021-03-11T04:37:35.174Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T04:37:36.153Z] ---> 91b0cc3a70ce [2021-03-11T04:37:36.153Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T04:37:36.431Z] ---> Running in 1f051b7294b8 [2021-03-11T04:37:37.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:37:37.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:37:38.544Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T04:37:38.544Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T04:37:38.544Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T04:37:38.544Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T04:37:38.544Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T04:37:38.544Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T04:37:38.544Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T04:37:40.576Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T04:37:40.576Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T04:37:40.576Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T04:37:40.576Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T04:37:40.576Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T04:37:40.576Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T04:37:40.873Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T04:37:40.873Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T04:37:40.873Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T04:37:40.873Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T04:37:40.873Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T04:37:40.873Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T04:37:40.873Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T04:37:40.873Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T04:37:40.873Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T04:37:40.873Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T04:37:41.154Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T04:37:41.154Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T04:37:41.154Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T04:37:41.154Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T04:37:41.154Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T04:37:41.154Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T04:37:41.154Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T04:37:41.154Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T04:37:41.154Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T04:37:41.154Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T04:37:41.435Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:37:41.435Z] OK: 71 MiB in 55 packages [2021-03-11T04:37:48.175Z] Removing intermediate container 1f051b7294b8 [2021-03-11T04:37:48.175Z] ---> 95b40d6c7947 [2021-03-11T04:37:48.175Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T04:37:48.175Z] ---> Running in 56aa6632202d [2021-03-11T04:37:54.880Z] Collecting docker-compose==1.23.2 [2021-03-11T04:37:54.880Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T04:37:54.880Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T04:37:54.880Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T04:37:58.256Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T04:37:58.256Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T04:37:59.234Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T04:37:59.234Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T04:37:59.827Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T04:37:59.827Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T04:38:04.125Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T04:38:04.125Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T04:38:04.398Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T04:38:04.398Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T04:38:05.373Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T04:38:05.373Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T04:38:05.373Z] 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-11T04:38:06.353Z] Collecting PyYAML<4,>=3.10 [2021-03-11T04:38:06.626Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T04:38:10.931Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T04:38:10.931Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T04:38:13.549Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T04:38:13.549Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T04:38:13.826Z] 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-11T04:38:13.826Z] Collecting idna<2.8,>=2.5 [2021-03-11T04:38:14.104Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T04:38:14.702Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T04:38:14.702Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T04:38:14.976Z] 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-11T04:38:14.976Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T04:38:14.976Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T04:38:14.976Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T04:38:14.976Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T04:38:16.410Z] Installing collected packages: docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, texttable, jsonschema, PyYAML, dockerpty, docker-compose [2021-03-11T04:38:16.410Z] Running setup.py install for docopt: started [2021-03-11T04:38:19.026Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T04:38:19.026Z] Attempting uninstall: idna [2021-03-11T04:38:19.026Z] Found existing installation: idna 2.9 [2021-03-11T04:38:19.026Z] Uninstalling idna-2.9: [2021-03-11T04:38:19.026Z] Successfully uninstalled idna-2.9 [2021-03-11T04:38:20.003Z] Attempting uninstall: urllib3 [2021-03-11T04:38:20.003Z] Found existing installation: urllib3 1.25.9 [2021-03-11T04:38:20.003Z] Uninstalling urllib3-1.25.9: [2021-03-11T04:38:20.003Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T04:38:20.598Z] Attempting uninstall: requests [2021-03-11T04:38:20.598Z] Found existing installation: requests 2.23.0 [2021-03-11T04:38:20.598Z] Uninstalling requests-2.23.0: [2021-03-11T04:38:20.880Z] Successfully uninstalled requests-2.23.0 [2021-03-11T04:38:22.846Z] Running setup.py install for texttable: started [2021-03-11T04:38:25.471Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T04:38:25.471Z] Running setup.py install for PyYAML: started [2021-03-11T04:38:28.852Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T04:38:28.852Z] Running setup.py install for dockerpty: started [2021-03-11T04:38:30.822Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T04:38:32.249Z] 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-11T04:38:36.552Z] Removing intermediate container 56aa6632202d [2021-03-11T04:38:36.552Z] ---> 1b7204a4fcbe [2021-03-11T04:38:36.552Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T04:38:36.552Z] ---> Running in 1cb77cba8753 [2021-03-11T04:38:37.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T04:38:37.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T04:38:38.421Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T04:38:38.421Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T04:38:38.421Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T04:38:38.421Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T04:38:38.421Z] OK: 71 MiB in 58 packages [2021-03-11T04:38:39.863Z] Removing intermediate container 1cb77cba8753 [2021-03-11T04:38:39.863Z] ---> bd7dae8ed4e0 [2021-03-11T04:38:39.863Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T04:38:40.135Z] ---> Running in baff6982456f [2021-03-11T04:38:40.409Z] Removing intermediate container baff6982456f [2021-03-11T04:38:40.409Z] ---> d20b715dacd5 [2021-03-11T04:38:40.409Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T04:38:40.683Z] ---> Running in 329eb9b59640 [2021-03-11T04:38:41.281Z] Removing intermediate container 329eb9b59640 [2021-03-11T04:38:41.281Z] ---> a0fd1c8ba857 [2021-03-11T04:38:41.281Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T04:38:41.281Z] ---> Running in f80e6128c031 [2021-03-11T04:38:41.894Z] Removing intermediate container f80e6128c031 [2021-03-11T04:38:41.894Z] ---> ecea7ff74a02 [2021-03-11T04:38:41.894Z] Step 25/26 : LABEL git_sha=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [2021-03-11T04:38:41.894Z] ---> Running in 3e7b2152d399 [2021-03-11T04:38:42.492Z] Removing intermediate container 3e7b2152d399 [2021-03-11T04:38:42.492Z] ---> 9038c9f7669e [2021-03-11T04:38:42.492Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T04:38:42.492Z] ---> Running in b0e8298fe75c [2021-03-11T04:38:43.089Z] Removing intermediate container b0e8298fe75c [2021-03-11T04:38:43.089Z] ---> ac5d1a67eaec [2021-03-11T04:38:43.089Z] [2021-03-11T04:38:43.689Z] Successfully built ac5d1a67eaec [2021-03-11T04:38:43.689Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T04:38:43.984Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T04:38:43.976Z] $ docker stop --time=1 213e3fdaae8f25d433350b884e58b48d87846323a1635b3aadec7b0d888e587e [2021-03-11T04:38:46.001Z] $ docker rm -f 213e3fdaae8f25d433350b884e58b48d87846323a1635b3aadec7b0d888e587e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T04:38:46.879Z] + + grep dockerdocker [2021-03-11T04:38:46.879Z] images [2021-03-11T04:38:47.167Z] docker-sys-mgmt-agent-go-arm64 latest ac5d1a67eaec 5 seconds ago 300MB [2021-03-11T04:38:47.167Z] docker-security-bootstrapper-go-arm64 latest 0d39d06e118c About a minute ago 17.8MB [2021-03-11T04:38:47.167Z] docker-support-notifications-go-arm64 latest 7624fd90c529 About a minute ago 16.9MB [2021-03-11T04:38:47.167Z] docker-support-scheduler-go-arm64 latest bdef409f4c1e About a minute ago 16.3MB [2021-03-11T04:38:47.167Z] docker-core-data-go-arm64 latest 3501bdae643f 4 minutes ago 21.3MB [2021-03-11T04:38:47.167Z] docker-core-metadata-go-arm64 latest efd98ccbd656 4 minutes ago 17.9MB [2021-03-11T04:38:47.167Z] docker-core-command-go-arm64 latest 1fdd05af8766 4 minutes ago 16.2MB [2021-03-11T04:38:47.167Z] docker-security-secretstore-setup-go-arm64 latest f4e074a4c77d 4 minutes ago 23.7MB [2021-03-11T04:38:47.167Z] docker-security-proxy-setup-go-arm64 latest ba94e3950ea7 4 minutes ago 23.4MB [2021-03-11T04:38:47.167Z] docker 20.10.0 eeaf43b92773 3 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-11T04:38:48.658Z] ---> job-cost.sh [2021-03-11T04:38:48.658Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ytPz [2021-03-11T04:39:45.202Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T04:41:52.026Z] lf-activate-venv(): INFO: Adding /tmp/venv-ytPz/bin to PATH [2021-03-11T04:41:52.026Z] INFO: No Stack... [2021-03-11T04:41:52.026Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T04:41:52.026Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T04:41:52.372Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-03-11T04:41:52.372Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T04:41:52.497Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3244-5-stack-cost] [2021-03-11T04:41:52.510Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3244-5-stack-cost] did not exist. Created. [2021-03-11T04:41:52.511Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3244-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T04:41:52.998Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T04:41:53.335Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T04:41:53.346Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3244-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-11T04:41:55.576Z] provisioning config files... [2021-03-11T04:41:55.596Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config3364819933865845591tmp [Pipeline] { [Pipeline] sh [2021-03-11T04:41:56.004Z] + set +x [2021-03-11T04:41:56.004Z] + curl -s https://codecov.io/bash [2021-03-11T04:41:56.004Z] + bash -s -- [2021-03-11T04:41:56.581Z] [2021-03-11T04:41:56.581Z] _____ _ [2021-03-11T04:41:56.581Z] / ____| | | [2021-03-11T04:41:56.581Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T04:41:56.581Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T04:41:56.581Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T04:41:56.581Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T04:41:56.581Z] Bash-20210309-2b87ace [2021-03-11T04:41:56.581Z] [2021-03-11T04:41:56.581Z] [2021-03-11T04:41:56.581Z] ==> git version 2.24.3 found [2021-03-11T04:41:56.581Z] ==> 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-11T04:41:56.581Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T04:41:56.581Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T04:41:56.581Z] ==> Jenkins CI detected. [2021-03-11T04:41:56.581Z] project root: . [2021-03-11T04:41:56.581Z] --> token set from env [2021-03-11T04:41:56.581Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T04:41:56.581Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T04:41:56.848Z] ==> Python coveragepy not found [2021-03-11T04:41:56.848Z] ==> Searching for coverage reports in: [2021-03-11T04:41:56.848Z] + . [2021-03-11T04:41:56.848Z] -> Found 1 reports [2021-03-11T04:41:56.848Z] ==> Detecting git/mercurial file structure [2021-03-11T04:41:56.848Z] ==> Reading reports [2021-03-11T04:41:56.848Z] + ./coverage.out bytes=628838 [2021-03-11T04:41:56.848Z] ==> Appending adjustments [2021-03-11T04:41:56.848Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T04:42:00.166Z] + Found adjustments [2021-03-11T04:42:00.166Z] ==> Gzipping contents [2021-03-11T04:42:00.166Z] 92K /tmp/codecov.99YPLc.gz [2021-03-11T04:42:00.166Z] ==> Uploading reports [2021-03-11T04:42:00.166Z] url: https://codecov.io [2021-03-11T04:42:00.166Z] query: branch=PR-3244&commit=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3244%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3244&job=&cmd_args= [2021-03-11T04:42:00.166Z] -> Pinging Codecov [2021-03-11T04:42:00.166Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3244&commit=e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3244%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3244&job=&cmd_args= [2021-03-11T04:42:00.744Z] -> Uploading to [2021-03-11T04:42:00.744Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44/d7a5710c-bd8b-4864-88fa-c5669d605859.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T044200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=776507783bca042c3f3312e8d3a2d9629df99e18a63795a3dae14151ab78c8df [2021-03-11T04:42:00.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T04:42:00.744Z] Dload Upload Total Spent Left Speed [2021-03-11T04:42:01.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92808 0 0 100 92808 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-03-11T04:42:01.318Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e6ef12ae6e9cb2e21ebfadf1969447402a9c5b44 [Pipeline] } [2021-03-11T04:42:01.329Z] 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-11T04:42:03.570Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:42:04.458Z] ---> package-listing.sh [2021-03-11T04:42:04.459Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T04:42:04.459Z] ++ facter osfamily [2021-03-11T04:42:04.459Z] + OS_FAMILY=redhat [2021-03-11T04:42:04.459Z] + workspace=/w/workspace/edgex-go/5 [2021-03-11T04:42:04.459Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T04:42:04.459Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T04:42:04.459Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T04:42:04.459Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T04:42:04.459Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-11T04:42:04.459Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T04:42:04.459Z] + case "${OS_FAMILY}" in [2021-03-11T04:42:04.459Z] + rpm -qa [2021-03-11T04:42:04.459Z] + sort [2021-03-11T04:42:09.773Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T04:42:09.773Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T04:42:09.773Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T04:42:09.773Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-11T04:42:09.773Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-03-11T04:42:09.773Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-03-11T04:42:09.788Z] 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-11T04:42:10.085Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:42:10.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T04:42:10.391Z] [2021-03-11T04:42:10.391Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T04:42:10.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T04:42:10.768Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T04:42:10.768Z] df20fa9351a1: Pulling fs layer [2021-03-11T04:42:10.768Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T04:42:10.768Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T04:42:10.768Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T04:42:10.768Z] 93b61091891f: Pulling fs layer [2021-03-11T04:42:10.768Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T04:42:10.768Z] 5e14af77c1be: Pulling fs layer [2021-03-11T04:42:10.768Z] 01666e4c0597: Pulling fs layer [2021-03-11T04:42:10.768Z] aa168da1d23b: Pulling fs layer [2021-03-11T04:42:10.768Z] 93b9cdb0e59b: Waiting [2021-03-11T04:42:10.768Z] 5e14af77c1be: Waiting [2021-03-11T04:42:10.768Z] 01666e4c0597: Waiting [2021-03-11T04:42:10.768Z] aa168da1d23b: Waiting [2021-03-11T04:42:10.768Z] 46f8f816bc3b: Waiting [2021-03-11T04:42:10.768Z] 93b61091891f: Waiting [2021-03-11T04:42:11.036Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T04:42:11.036Z] 36b3adc4ff6f: Download complete [2021-03-11T04:42:11.036Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T04:42:11.036Z] 46f8f816bc3b: Download complete [2021-03-11T04:42:11.036Z] df20fa9351a1: Verifying Checksum [2021-03-11T04:42:11.036Z] df20fa9351a1: Download complete [2021-03-11T04:42:11.036Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T04:42:11.036Z] 93b9cdb0e59b: Download complete [2021-03-11T04:42:11.036Z] 5e14af77c1be: Verifying Checksum [2021-03-11T04:42:11.036Z] 5e14af77c1be: Download complete [2021-03-11T04:42:11.036Z] 93b61091891f: Verifying Checksum [2021-03-11T04:42:11.036Z] 93b61091891f: Download complete [2021-03-11T04:42:11.036Z] 01666e4c0597: Verifying Checksum [2021-03-11T04:42:11.036Z] 01666e4c0597: Download complete [2021-03-11T04:42:11.036Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T04:42:11.036Z] 8ad3a11d3b57: Download complete [2021-03-11T04:42:11.305Z] df20fa9351a1: Pull complete [2021-03-11T04:42:11.569Z] 36b3adc4ff6f: Pull complete [2021-03-11T04:42:12.532Z] 8ad3a11d3b57: Pull complete [2021-03-11T04:42:12.532Z] 46f8f816bc3b: Pull complete [2021-03-11T04:42:12.795Z] 93b61091891f: Pull complete [2021-03-11T04:42:13.071Z] 93b9cdb0e59b: Pull complete [2021-03-11T04:42:13.071Z] 5e14af77c1be: Pull complete [2021-03-11T04:42:14.020Z] aa168da1d23b: Verifying Checksum [2021-03-11T04:42:14.020Z] aa168da1d23b: Download complete [2021-03-11T04:42:14.969Z] 01666e4c0597: Pull complete [2021-03-11T04:42:23.358Z] aa168da1d23b: Pull complete [2021-03-11T04:42:23.358Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T04:42:23.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T04:42:23.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T04:42:23.559Z] prd-centos7-docker-4c-2g-29454 does not seem to be running inside a container [2021-03-11T04:42:23.616Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T04:42:31.198Z] $ docker top 23b174659cff152d089488f967440680ba866af0e13f98e3fb73dd5340baa351 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T04:42:31.764Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T04:42:32.065Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T04:42:32.372Z] + ls /var/log/sa-host [2021-03-11T04:42:32.372Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T04:42:32.372Z] file_magic: OK [2021-03-11T04:42:32.372Z] HZ: Using current value: 100 [2021-03-11T04:42:32.372Z] file_header: OK [2021-03-11T04:42:32.372Z] 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-11T04:42:32.372Z] Statistics: [2021-03-11T04:42:32.372Z] 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-11T04:42:32.372Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T04:42:32.372Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T04:42:32.372Z] file_magic: OK [2021-03-11T04:42:32.372Z] HZ: Using current value: 100 [2021-03-11T04:42:32.372Z] file_header: OK [2021-03-11T04:42:32.372Z] 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-11T04:42:32.372Z] Statistics: [2021-03-11T04:42:32.372Z] Hnuu...uuuununununu... [2021-03-11T04:42:32.372Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T04:42:33.211Z] provisioning config files... [2021-03-11T04:42:33.236Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1646514764762722139tmp [Pipeline] { [Pipeline] echo [2021-03-11T04:42:33.373Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:42:33.675Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T04:42:33.686Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T04:42:33.789Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:42:34.099Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T04:42:34.111Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:42:34.415Z] ---> sudo-logs.sh [2021-03-11T04:42:34.415Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T04:42:34.497Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:42:34.803Z] ---> job-cost.sh [2021-03-11T04:42:34.803Z] lf-activate-venv: SKIPPING [2021-03-11T04:42:34.803Z] DEBUG: total: 0.20999999344348907 [2021-03-11T04:42:34.803Z] INFO: Retrieving Stack Cost... [2021-03-11T04:42:35.749Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T04:42:36.011Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T04:42:36.026Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T04:42:36.328Z] ---> logs-deploy.sh [2021-03-11T04:42:36.328Z] lf-activate-venv: SKIPPING [2021-03-11T04:42:36.328Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3244/5 [2021-03-11T04:42:36.328Z] INFO: archiving workspace using pattern(s): [2021-03-11T04:42:37.743Z] Archives upload complete. [2021-03-11T04:42:37.743Z] INFO: archiving logs to Nexus