Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at f0490a359bf291f637a24ac3a72a487d5e9880fa rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from f0490a359bf291f637a24ac3a72a487d5e9880fa 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25292 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing fbad44dabc6b5297b1d033e39b12acf1d1047b6f Checking out Revision fbad44dabc6b5297b1d033e39b12acf1d1047b6f (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbad44dabc6b5297b1d033e39b12acf1d1047b6f # timeout=10 Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 819d66770663099060b4e22756fbdb4c13ff0219 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-06T00:32:38.529Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-06T00:32:38.805Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-06T00:32:38.904Z] ========================================================= [2021-02-06T00:32:38.904Z] EdgeX Global Pipelines Version Info [2021-02-06T00:32:38.904Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:32:40.498Z] ------------------- [2021-02-06T00:32:40.498Z] stable info: [2021-02-06T00:32:40.498Z] ------------------- [2021-02-06T00:32:40.498Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-06T00:32:40.498Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-06T00:32:40.498Z] Message: update stable to v1.0.179 [2021-02-06T00:32:41.447Z] ------------------- [2021-02-06T00:32:41.447Z] experimental info: [2021-02-06T00:32:41.447Z] ------------------- [2021-02-06T00:32:41.447Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-06T00:32:41.447Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-06T00:32:41.447Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-06T00:32:41.786Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-06T00:32:41.875Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-06T00:32:41.984Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-06T00:32:42.112Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-06T00:32:42.198Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-06T00:32:42.308Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-06T00:32:42.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-06T00:32:42.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-06T00:32:42.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-06T00:32:42.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-06T00:32:42.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-06T00:32:42.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-06T00:32:43.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-06T00:32:43.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-06T00:32:43.223Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-06T00:32:43.314Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-06T00:32:43.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-06T00:32:43.486Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-06T00:32:43.638Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-06T00:32:43.729Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-06T00:32:43.826Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-06T00:32:43.910Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-06T00:32:43.996Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-06T00:32:44.091Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-02-06T00:32:44.246Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-02-06T00:32:44.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-02-06T00:32:44.504Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fbad44dabc6b5297b1d033e39b12acf1d1047b6f [Pipeline] echo [2021-02-06T00:32:44.607Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fbad44d [Pipeline] echo [2021-02-06T00:32:44.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-06T00:32:44.838Z] provisioning config files... [2021-02-06T00:32:44.869Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config792551952140062376tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:32:45.229Z] ---> docker-login.sh [2021-02-06T00:32:45.229Z] nexus3.edgexfoundry.org:10001 [2021-02-06T00:32:45.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:32:45.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:32:45.756Z] Configure a credential helper to remove this warning. See [2021-02-06T00:32:45.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:32:45.756Z] [2021-02-06T00:32:45.756Z] Login Succeeded [2021-02-06T00:32:45.756Z] nexus3.edgexfoundry.org:10002 [2021-02-06T00:32:45.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:32:46.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:32:46.020Z] Configure a credential helper to remove this warning. See [2021-02-06T00:32:46.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:32:46.020Z] [2021-02-06T00:32:46.020Z] Login Succeeded [2021-02-06T00:32:46.020Z] nexus3.edgexfoundry.org:10003 [2021-02-06T00:32:46.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:32:46.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:32:46.021Z] Configure a credential helper to remove this warning. See [2021-02-06T00:32:46.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:32:46.021Z] [2021-02-06T00:32:46.021Z] Login Succeeded [2021-02-06T00:32:46.021Z] nexus3.edgexfoundry.org:10004 [2021-02-06T00:32:46.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:32:46.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:32:46.283Z] Configure a credential helper to remove this warning. See [2021-02-06T00:32:46.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:32:46.283Z] [2021-02-06T00:32:46.283Z] Login Succeeded [2021-02-06T00:32:46.283Z] docker.io [2021-02-06T00:32:46.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:32:46.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:32:46.546Z] Configure a credential helper to remove this warning. See [2021-02-06T00:32:46.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:32:46.546Z] [2021-02-06T00:32:46.546Z] Login Succeeded [2021-02-06T00:32:46.546Z] ---> docker-login.sh ends [Pipeline] } [2021-02-06T00:32:46.557Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-06T00:32:47.044Z] ++ 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-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/core-command/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/core-data/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-06T00:32:47.044Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-06T00:32:47.044Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-06T00:32:47.044Z] ++ cut -d/ -f2 [2021-02-06T00:32:47.044Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-06T00:32:47.123Z] 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-02-06T00:32:48.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-06T00:32:48.050Z] [2021-02-06T00:32:48.051Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:32:48.412Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-06T00:32:48.413Z] latest: Pulling from edgex-devops/git-semver [2021-02-06T00:32:48.413Z] 31603596830f: Pulling fs layer [2021-02-06T00:32:48.413Z] 2a8b12db71e7: Pulling fs layer [2021-02-06T00:32:48.413Z] 6ca5941a6612: Pulling fs layer [2021-02-06T00:32:48.413Z] ecc8261a40a4: Pulling fs layer [2021-02-06T00:32:48.413Z] ecc8261a40a4: Waiting [2021-02-06T00:32:48.413Z] 2a8b12db71e7: Verifying Checksum [2021-02-06T00:32:48.413Z] 2a8b12db71e7: Download complete [2021-02-06T00:32:48.678Z] 31603596830f: Verifying Checksum [2021-02-06T00:32:48.678Z] 31603596830f: Download complete [2021-02-06T00:32:48.678Z] ecc8261a40a4: Verifying Checksum [2021-02-06T00:32:48.678Z] ecc8261a40a4: Download complete [2021-02-06T00:32:48.678Z] 6ca5941a6612: Verifying Checksum [2021-02-06T00:32:48.678Z] 6ca5941a6612: Download complete [2021-02-06T00:32:48.953Z] 31603596830f: Pull complete [2021-02-06T00:32:49.220Z] 2a8b12db71e7: Pull complete [2021-02-06T00:32:50.184Z] 6ca5941a6612: Pull complete [2021-02-06T00:32:50.447Z] ecc8261a40a4: Pull complete [2021-02-06T00:32:50.447Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-06T00:32:50.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-06T00:32:50.447Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-06T00:32:50.561Z] prd-centos7-docker-4c-2g-25292 does not seem to be running inside a container [2021-02-06T00:32:50.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-06T00:32:53.207Z] $ docker top ea17aa6b6d5833a180e89a02c324d43cd4557b273fffd1b1861c6678fb885a6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-06T00:32:53.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-06T00:32:53.614Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-06T00:32:53.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-06T00:32:53.890Z] $ docker exec ea17aa6b6d5833a180e89a02c324d43cd4557b273fffd1b1861c6678fb885a6b ssh-agent [2021-02-06T00:32:54.089Z] SSH_AUTH_SOCK=/tmp/ssh-2ZoaWE3d7apx/agent.12 [2021-02-06T00:32:54.089Z] SSH_AGENT_PID=18 [2021-02-06T00:32:54.104Z] Running ssh-add (command line suppressed) [2021-02-06T00:32:54.232Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_3168311657563835769.key (/w/workspace/edgex-go/19@tmp/private_key_3168311657563835769.key) [2021-02-06T00:32:54.292Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-06T00:32:54.633Z] + git tag --points-at HEAD [Pipeline] } [2021-02-06T00:32:54.663Z] $ docker exec --env ******** --env ******** ea17aa6b6d5833a180e89a02c324d43cd4557b273fffd1b1861c6678fb885a6b ssh-agent -k [2021-02-06T00:32:54.775Z] unset SSH_AUTH_SOCK; [2021-02-06T00:32:54.776Z] unset SSH_AGENT_PID; [2021-02-06T00:32:54.776Z] echo Agent pid 18 killed; [2021-02-06T00:32:54.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-06T00:32:54.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-06T00:32:54.983Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-06T00:32:55.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-06T00:32:55.161Z] $ docker exec ea17aa6b6d5833a180e89a02c324d43cd4557b273fffd1b1861c6678fb885a6b ssh-agent [2021-02-06T00:32:55.331Z] SSH_AUTH_SOCK=/tmp/ssh-9dhvjOXeTJYu/agent.47 [2021-02-06T00:32:55.331Z] SSH_AGENT_PID=52 [2021-02-06T00:32:55.339Z] Running ssh-add (command line suppressed) [2021-02-06T00:32:55.461Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_3744345526637748103.key (/w/workspace/edgex-go/19@tmp/private_key_3744345526637748103.key) [2021-02-06T00:32:55.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-06T00:32:55.883Z] + git semver init [2021-02-06T00:32:55.883Z] # -> Open(): unable to determine branch for HEAD [2021-02-06T00:32:55.883Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-02-06T00:32:55.883Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-02-06T00:32:55.883Z] # $SEMVER_REMOTE_NAME = origin [2021-02-06T00:32:55.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-06T00:32:55.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-06T00:32:55.883Z] # $SEMVER_BRANCH = PR-3034 [2021-02-06T00:32:55.883Z] # $SEMVER_TEMP = /tmp/semver-391804690 [2021-02-06T00:32:55.883Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-06T00:33:28.117Z] # '/tmp/semver-391804690' -> '/w/workspace/edgex-go/19/.semver' [2021-02-06T00:33:28.117Z] # -> Force: false [2021-02-06T00:33:28.117Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-02-06T00:33:28.129Z] $ docker exec --env ******** --env ******** ea17aa6b6d5833a180e89a02c324d43cd4557b273fffd1b1861c6678fb885a6b ssh-agent -k [2021-02-06T00:33:28.330Z] unset SSH_AUTH_SOCK; [2021-02-06T00:33:28.331Z] unset SSH_AGENT_PID; [2021-02-06T00:33:28.331Z] echo Agent pid 52 killed; [2021-02-06T00:33:28.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-06T00:33:28.839Z] + git semver [Pipeline] } [2021-02-06T00:33:28.857Z] $ docker stop --time=1 ea17aa6b6d5833a180e89a02c324d43cd4557b273fffd1b1861c6678fb885a6b [2021-02-06T00:33:30.491Z] $ docker rm -f ea17aa6b6d5833a180e89a02c324d43cd4557b273fffd1b1861c6678fb885a6b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-06T00:33:31.079Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-06T00:33:31.581Z] Stashed 1 file(s) [Pipeline] echo [2021-02-06T00:33:31.584Z] [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-02-06T00:33:32.630Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:33:32.933Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:33:33.231Z] + sudo service docker restart [2021-02-06T00:33:33.232Z] + true [2021-02-06T00:33:33.232Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-06T00:33:33.824Z] ========================================================= [2021-02-06T00:33:33.824Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-06T00:33:33.824Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:33:34.165Z] + 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-02-06T00:33:38.426Z] Sending build context to Docker daemon 327.6MB [2021-02-06T00:33:38.426Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-06T00:33:38.426Z] Step 2/6 : FROM ${BASE} [2021-02-06T00:33:38.690Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-06T00:33:38.690Z] 188c0c94c7c5: Pulling fs layer [2021-02-06T00:33:38.690Z] 0ef7d3d256c8: Pulling fs layer [2021-02-06T00:33:38.690Z] de9db76c5a1d: Pulling fs layer [2021-02-06T00:33:38.690Z] bca2f99d35d6: Pulling fs layer [2021-02-06T00:33:38.690Z] 93359f2a8cfa: Pulling fs layer [2021-02-06T00:33:38.690Z] 7c6f9722023f: Pulling fs layer [2021-02-06T00:33:38.690Z] a35cf1a2eb13: Pulling fs layer [2021-02-06T00:33:38.690Z] bca2f99d35d6: Waiting [2021-02-06T00:33:38.690Z] 93359f2a8cfa: Waiting [2021-02-06T00:33:38.690Z] 7c6f9722023f: Waiting [2021-02-06T00:33:38.690Z] a35cf1a2eb13: Waiting [2021-02-06T00:33:38.690Z] de9db76c5a1d: Verifying Checksum [2021-02-06T00:33:38.690Z] de9db76c5a1d: Download complete [2021-02-06T00:33:38.690Z] 0ef7d3d256c8: Verifying Checksum [2021-02-06T00:33:38.690Z] 0ef7d3d256c8: Download complete [2021-02-06T00:33:38.690Z] 93359f2a8cfa: Verifying Checksum [2021-02-06T00:33:38.690Z] 93359f2a8cfa: Download complete [2021-02-06T00:33:38.690Z] 7c6f9722023f: Verifying Checksum [2021-02-06T00:33:38.690Z] 7c6f9722023f: Download complete [2021-02-06T00:33:38.690Z] 188c0c94c7c5: Verifying Checksum [2021-02-06T00:33:38.690Z] 188c0c94c7c5: Download complete [2021-02-06T00:33:39.273Z] 188c0c94c7c5: Pull complete [2021-02-06T00:33:39.273Z] 0ef7d3d256c8: Pull complete [2021-02-06T00:33:39.537Z] de9db76c5a1d: Pull complete [2021-02-06T00:33:42.098Z] a35cf1a2eb13: Download complete [2021-02-06T00:33:44.037Z] bca2f99d35d6: Verifying Checksum [2021-02-06T00:33:44.037Z] bca2f99d35d6: Download complete [2021-02-06T00:33:47.024Z] Still waiting to schedule task [2021-02-06T00:33:47.024Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25294’ is offline [2021-02-06T00:33:49.359Z] bca2f99d35d6: Pull complete [2021-02-06T00:33:49.624Z] 93359f2a8cfa: Pull complete [2021-02-06T00:33:49.624Z] 7c6f9722023f: Pull complete [2021-02-06T00:33:53.880Z] a35cf1a2eb13: Pull complete [2021-02-06T00:33:53.880Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-06T00:33:53.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-06T00:33:53.880Z] ---> a62c8e92a672 [2021-02-06T00:33:53.880Z] 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-02-06T00:33:54.144Z] ---> Running in 3c203bce1bab [2021-02-06T00:33:54.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:33:55.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:33:55.949Z] (1/12) Installing libmagic (5.38-r0) [2021-02-06T00:33:56.212Z] (2/12) Installing file (5.38-r0) [2021-02-06T00:33:56.212Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-06T00:33:56.212Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-06T00:34:01.524Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-06T00:34:01.524Z] (6/12) Installing patch (2.7.6-r6) [2021-02-06T00:34:02.101Z] (7/12) Installing build-base (0.5-r2) [2021-02-06T00:34:02.101Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-06T00:34:02.364Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-06T00:34:02.364Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-06T00:34:02.626Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-06T00:34:02.626Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-06T00:34:02.890Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:34:02.890Z] OK: 233 MiB in 51 packages [2021-02-06T00:34:07.135Z] Removing intermediate container 3c203bce1bab [2021-02-06T00:34:07.135Z] ---> 97add4754fca [2021-02-06T00:34:07.135Z] Step 4/6 : WORKDIR /edgex-go [2021-02-06T00:34:07.135Z] ---> Running in f593355cc737 [2021-02-06T00:34:07.135Z] Removing intermediate container f593355cc737 [2021-02-06T00:34:07.135Z] ---> b576fe54c010 [2021-02-06T00:34:07.135Z] Step 5/6 : COPY go.mod . [2021-02-06T00:34:07.135Z] ---> c12996f9673b [2021-02-06T00:34:07.135Z] Step 6/6 : RUN go mod download [2021-02-06T00:34:07.135Z] ---> Running in 7837e3c8ee52 [2021-02-06T00:34:29.166Z] Removing intermediate container 7837e3c8ee52 [2021-02-06T00:34:29.166Z] ---> d48a02cc0d6a [2021-02-06T00:34:29.166Z] Successfully built d48a02cc0d6a [2021-02-06T00:34:29.167Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:34:29.488Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-06T00:34:29.488Z] . [Pipeline] withDockerContainer [2021-02-06T00:34:29.617Z] prd-centos7-docker-4c-2g-25292 does not seem to be running inside a container [2021-02-06T00:34:29.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-x86_64 cat [2021-02-06T00:34:30.595Z] $ docker top cb55b4b8fe7aa87e48316abe6c5820609e5400f589fe5f64a55ad35fb84a0dee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:34:31.120Z] + go version [2021-02-06T00:34:31.120Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-06T00:34:31.136Z] $ docker stop --time=1 cb55b4b8fe7aa87e48316abe6c5820609e5400f589fe5f64a55ad35fb84a0dee [2021-02-06T00:34:32.510Z] $ docker rm -f cb55b4b8fe7aa87e48316abe6c5820609e5400f589fe5f64a55ad35fb84a0dee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:34:33.351Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-06T00:34:33.351Z] . [Pipeline] withDockerContainer [2021-02-06T00:34:33.456Z] prd-centos7-docker-4c-2g-25292 does not seem to be running inside a container [2021-02-06T00:34:33.509Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-x86_64 cat [2021-02-06T00:34:34.377Z] $ docker top 37c466f973970a5c2bd91f6b913ace74e5cbd24f8f700b7d103188ff8ff95d53 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-06T00:34:34.584Z] ========================================================= [2021-02-06T00:34:34.584Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-06T00:34:34.584Z] ========================================================= [Pipeline] sh [2021-02-06T00:34:34.882Z] + make test [2021-02-06T00:34:34.882Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-06T00:34:45.119Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-06T00:35:00.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-06T00:35:07.204Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-06T00:35:07.204Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-06T00:35:07.204Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-06T00:35:07.204Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-06T00:35:10.588Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-06T00:35:10.588Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-06T00:35:10.588Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-06T00:35:10.588Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-06T00:35:10.588Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-06T00:35:11.182Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-06T00:35:13.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-06T00:35:13.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-06T00:35:13.793Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-06T00:35:17.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.140s coverage: 45.9% of statements [2021-02-06T00:35:17.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-06T00:35:17.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-06T00:35:17.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-06T00:35:17.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-06T00:35:17.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-06T00:35:17.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-06T00:35:17.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-06T00:35:17.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements [2021-02-06T00:35:20.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-06T00:35:20.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-06T00:35:20.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-06T00:35:20.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 65.8% of statements [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-06T00:35:20.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-06T00:35:20.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.434s coverage: 82.3% of statements [2021-02-06T00:35:20.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-06T00:35:20.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:35:20.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-06T00:35:20.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-06T00:35:23.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.387s coverage: 28.6% of statements [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-06T00:35:23.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.107s coverage: 100.0% of statements [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-06T00:35:23.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-06T00:35:23.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-06T00:35:23.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements [2021-02-06T00:35:23.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-06T00:35:23.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-06T00:35:23.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-06T00:35:23.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-06T00:35:23.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-06T00:35:23.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.424s coverage: 92.8% of statements [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-06T00:35:27.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 45.5% of statements [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.055s coverage: 79.5% of statements [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-02-06T00:35:27.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-06T00:35:39.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-02-06T00:35:39.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.435s coverage: 68.9% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.154s coverage: 37.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.490s coverage: 84.0% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.119s coverage: 84.3% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-06T00:35:51.824Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-06T00:35:51.824Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-02-06T00:35:51.825Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-06T00:35:51.825Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-02-06T00:35:51.825Z] GO111MODULE=on go vet ./... [2021-02-06T00:36:24.171Z] gofmt -l . [2021-02-06T00:36:24.171Z] [ "`gofmt -l .`" = "" ] [2021-02-06T00:36:24.171Z] ./bin/test-go-mod-tidy.sh [2021-02-06T00:36:24.171Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-06T00:36:24.490Z] + ls -al . [2021-02-06T00:36:24.490Z] total 692 [2021-02-06T00:36:24.490Z] drwxrwxr-x 10 1001 1001 4096 Feb 6 00:36 . [2021-02-06T00:36:24.490Z] drwxr-xr-x 4 root root 30 Feb 6 00:34 .. [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 11 Feb 6 00:32 .dockerignore [2021-02-06T00:36:24.490Z] drwxrwxr-x 8 1001 1001 179 Feb 6 00:32 .git [2021-02-06T00:36:24.490Z] drwxrwxr-x 3 1001 1001 125 Feb 6 00:32 .github [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 872 Feb 6 00:32 .gitignore [2021-02-06T00:36:24.490Z] drwx------ 3 1001 1001 60 Feb 6 00:33 .semver [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 166 Feb 6 00:32 .sonarcloud.properties [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 7859 Feb 6 00:32 Attribution.txt [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 3804 Feb 6 00:32 CONTRIBUTING.md [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 931 Feb 6 00:32 Dockerfile.build [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 863 Feb 6 00:32 Jenkinsfile [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 10775 Feb 6 00:32 LICENSE [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 6001 Feb 6 00:32 Makefile [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 6524 Feb 6 00:32 README.md [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 6755 Feb 6 00:32 SECURITY.md [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 5 Feb 6 00:33 VERSION [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 4131 Feb 6 00:32 ZMQWindows.md [2021-02-06T00:36:24.490Z] drwxrwxr-x 2 1001 1001 117 Feb 6 00:32 bin [2021-02-06T00:36:24.490Z] drwxrwxr-x 15 1001 1001 4096 Feb 6 00:32 cmd [2021-02-06T00:36:24.490Z] -rw-r--r-- 1 root root 587103 Feb 6 00:35 coverage.out [2021-02-06T00:36:24.490Z] -rw-r--r-- 1 root root 1054 Feb 6 00:36 go.mod [2021-02-06T00:36:24.490Z] -rw-r--r-- 1 root root 19290 Feb 6 00:36 go.sum [2021-02-06T00:36:24.490Z] drwxrwxr-x 8 1001 1001 127 Feb 6 00:32 internal [2021-02-06T00:36:24.490Z] drwxrwxr-x 4 1001 1001 26 Feb 6 00:32 openapi [2021-02-06T00:36:24.490Z] drwxrwxr-x 4 1001 1001 71 Feb 6 00:32 snap [2021-02-06T00:36:24.490Z] -rw-rw-r-- 1 1001 1001 168 Feb 6 00:32 version.go [Pipeline] sh [2021-02-06T00:36:24.807Z] + '[' -e coverage.out ] [2021-02-06T00:36:24.807Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-06T00:36:25.041Z] Stashed 1 file(s) [Pipeline] sh [2021-02-06T00:36:25.342Z] + make build [2021-02-06T00:36:25.342Z] 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-02-06T00:36:29.602Z] 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-02-06T00:36:33.321Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25299 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-06T00:36:33.376Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-02-06T00:36:37.939Z] 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-02-06T00:36:38.778Z] using credential edgex-jenkins-ssh [2021-02-06T00:36:38.845Z] Cloning the remote Git repository [2021-02-06T00:36:39.366Z] 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-02-06T00:36:38.889Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:36:38.989Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-02-06T00:36:39.052Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:36:39.053Z] > git --version # timeout=10 [2021-02-06T00:36:39.075Z] > git --version # 'git version 2.17.1' [2021-02-06T00:36:39.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:36:39.151Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:36:41.327Z] 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-02-06T00:36:41.327Z] 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-02-06T00:36:43.280Z] 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-02-06T00:36:44.687Z] 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-02-06T00:36:45.645Z] 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-02-06T00:36:47.055Z] 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-02-06T00:36:48.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:36:49.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-06T00:36:50.996Z] 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-02-06T00:36:53.102Z] $ docker stop --time=1 37c466f973970a5c2bd91f6b913ace74e5cbd24f8f700b7d103188ff8ff95d53 [2021-02-06T00:36:54.796Z] $ docker rm -f 37c466f973970a5c2bd91f6b913ace74e5cbd24f8f700b7d103188ff8ff95d53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:36:56.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:36:56.610Z] [2021-02-06T00:36:56.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:36:56.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:36:56.972Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-06T00:36:56.972Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-06T00:36:56.972Z] ca9280d653b3: Pulling fs layer [2021-02-06T00:36:56.972Z] 7e9c9ca2126c: Pulling fs layer [2021-02-06T00:36:57.246Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-06T00:36:57.246Z] cbdbe7a5bc2a: Download complete [2021-02-06T00:36:57.521Z] cbdbe7a5bc2a: Pull complete [2021-02-06T00:36:57.521Z] ca9280d653b3: Verifying Checksum [2021-02-06T00:36:57.521Z] ca9280d653b3: Download complete [2021-02-06T00:36:58.936Z] 7e9c9ca2126c: Verifying Checksum [2021-02-06T00:36:58.936Z] 7e9c9ca2126c: Download complete [2021-02-06T00:36:58.936Z] ca9280d653b3: Pull complete [2021-02-06T00:37:05.560Z] 7e9c9ca2126c: Pull complete [2021-02-06T00:37:05.560Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-06T00:37:05.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:37:05.560Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-06T00:37:05.698Z] prd-centos7-docker-4c-2g-25292 does not seem to be running inside a container [2021-02-06T00:37:05.743Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-02-06T00:37:08.372Z] $ docker top e2962f81043d7827b4727cf64306293e7286a5fb7448d5718f10c21bc85d54b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:37:08.924Z] + docker-compose build --help [2021-02-06T00:37:08.924Z] + grep parallel [2021-02-06T00:37:09.248Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:37:09.268Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:37:09.319Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:37:09.356Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:37:09.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:37:09.368Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-06T00:37:09.897Z] --parallel Build images in parallel. [Pipeline] } [2021-02-06T00:37:09.914Z] $ docker stop --time=1 e2962f81043d7827b4727cf64306293e7286a5fb7448d5718f10c21bc85d54b7 [2021-02-06T00:37:10.149Z] Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-06T00:37:11.196Z] Merge succeeded, producing 8bb42c0f762f5fc75f3cf121892dff9ba676601b [2021-02-06T00:37:11.197Z] Checking out Revision 8bb42c0f762f5fc75f3cf121892dff9ba676601b (PR-3034) [2021-02-06T00:37:11.311Z] $ docker rm -f e2962f81043d7827b4727cf64306293e7286a5fb7448d5718f10c21bc85d54b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:37:12.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-06T00:37:12.066Z] . [Pipeline] withDockerContainer [2021-02-06T00:37:12.198Z] prd-centos7-docker-4c-2g-25292 does not seem to be running inside a container [2021-02-06T00:37:12.251Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-06T00:37:10.169Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:37:10.187Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-06T00:37:10.493Z] > git remote # timeout=10 [2021-02-06T00:37:10.512Z] > git config --get remote.origin.url # timeout=10 [2021-02-06T00:37:10.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:37:10.536Z] > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 [2021-02-06T00:37:11.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-06T00:37:11.204Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:37:11.246Z] > git checkout -f 8bb42c0f762f5fc75f3cf121892dff9ba676601b # timeout=10 [2021-02-06T00:37:13.067Z] $ docker top f12c00eef4e1947fd2101529b306a682260da24b5000cc321787df701ad36a07 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:37:13.558Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-06T00:37:14.507Z] Building docker-core-command-go ... [2021-02-06T00:37:14.507Z] Building docker-core-data-go ... [2021-02-06T00:37:14.507Z] Building docker-core-metadata-go ... [2021-02-06T00:37:14.507Z] Building docker-security-bootstrapper-go ... [2021-02-06T00:37:14.507Z] Building docker-security-proxy-setup-go ... [2021-02-06T00:37:14.507Z] Building docker-security-secretstore-setup-go ... [2021-02-06T00:37:14.507Z] Building docker-support-notifications-go ... [2021-02-06T00:37:14.507Z] Building docker-support-scheduler-go ... [2021-02-06T00:37:14.507Z] Building docker-sys-mgmt-agent-go ... [2021-02-06T00:37:14.507Z] Building docker-core-metadata-go [2021-02-06T00:37:14.507Z] Building docker-support-notifications-go [2021-02-06T00:37:14.507Z] Building docker-core-command-go [2021-02-06T00:37:14.507Z] Building docker-sys-mgmt-agent-go [2021-02-06T00:37:14.507Z] Building docker-security-proxy-setup-go [2021-02-06T00:37:15.869Z] Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" [2021-02-06T00:37:15.897Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-06T00:37:17.387Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:37:17.882Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-06T00:37:18.237Z] + sudo service docker restart [2021-02-06T00:37:18.237Z] + true [2021-02-06T00:37:15.878Z] > git rev-list --no-walk 819d66770663099060b4e22756fbdb4c13ff0219 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-06T00:37:20.942Z] provisioning config files... [2021-02-06T00:37:20.994Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config417837530899005983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:37:21.409Z] ---> docker-login.sh [2021-02-06T00:37:21.409Z] nexus3.edgexfoundry.org:10001 [2021-02-06T00:37:22.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:37:22.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:37:22.704Z] Configure a credential helper to remove this warning. See [2021-02-06T00:37:22.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:37:22.704Z] [2021-02-06T00:37:22.704Z] Login Succeeded [2021-02-06T00:37:22.704Z] nexus3.edgexfoundry.org:10002 [2021-02-06T00:37:23.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:37:23.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:37:23.302Z] Configure a credential helper to remove this warning. See [2021-02-06T00:37:23.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:37:23.302Z] [2021-02-06T00:37:23.302Z] Login Succeeded [2021-02-06T00:37:23.302Z] nexus3.edgexfoundry.org:10003 [2021-02-06T00:37:23.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:37:24.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:37:24.180Z] Configure a credential helper to remove this warning. See [2021-02-06T00:37:24.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:37:24.180Z] [2021-02-06T00:37:24.180Z] Login Succeeded [2021-02-06T00:37:24.180Z] nexus3.edgexfoundry.org:10004 [2021-02-06T00:37:24.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:37:24.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:37:24.780Z] Configure a credential helper to remove this warning. See [2021-02-06T00:37:24.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:37:24.780Z] [2021-02-06T00:37:24.780Z] Login Succeeded [2021-02-06T00:37:24.780Z] docker.io [2021-02-06T00:37:25.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-06T00:37:25.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-06T00:37:25.655Z] Configure a credential helper to remove this warning. See [2021-02-06T00:37:25.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-06T00:37:25.655Z] [2021-02-06T00:37:25.655Z] Login Succeeded [2021-02-06T00:37:25.655Z] ---> docker-login.sh ends [Pipeline] } [2021-02-06T00:37:25.674Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-06T00:37:26.119Z] ========================================================= [2021-02-06T00:37:26.119Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-06T00:37:26.119Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:37:26.500Z] + 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-02-06T00:37:30.459Z] Sending build context to Docker daemon 166.2MB [2021-02-06T00:37:30.459Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-06T00:37:30.459Z] Step 2/6 : FROM ${BASE} [2021-02-06T00:37:30.459Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-06T00:37:30.459Z] 5f621e34cdf4: Pulling fs layer [2021-02-06T00:37:30.459Z] a4357932f1b6: Pulling fs layer [2021-02-06T00:37:30.459Z] 18c013af1878: Pulling fs layer [2021-02-06T00:37:30.459Z] 00ac8860ef70: Pulling fs layer [2021-02-06T00:37:30.459Z] 63d7cb157983: Pulling fs layer [2021-02-06T00:37:30.459Z] b116817d02f9: Pulling fs layer [2021-02-06T00:37:30.459Z] 745a02a5169b: Pulling fs layer [2021-02-06T00:37:30.459Z] 00ac8860ef70: Waiting [2021-02-06T00:37:30.459Z] 63d7cb157983: Waiting [2021-02-06T00:37:30.459Z] b116817d02f9: Waiting [2021-02-06T00:37:30.459Z] 18c013af1878: Verifying Checksum [2021-02-06T00:37:30.459Z] 18c013af1878: Download complete [2021-02-06T00:37:30.459Z] a4357932f1b6: Verifying Checksum [2021-02-06T00:37:30.459Z] a4357932f1b6: Download complete [2021-02-06T00:37:30.459Z] 5f621e34cdf4: Verifying Checksum [2021-02-06T00:37:30.459Z] 5f621e34cdf4: Download complete [2021-02-06T00:37:30.459Z] b116817d02f9: Verifying Checksum [2021-02-06T00:37:30.459Z] b116817d02f9: Download complete [2021-02-06T00:37:30.459Z] 5f621e34cdf4: Pull complete [2021-02-06T00:37:30.459Z] 63d7cb157983: Verifying Checksum [2021-02-06T00:37:30.459Z] 63d7cb157983: Download complete [2021-02-06T00:37:30.459Z] a4357932f1b6: Pull complete [2021-02-06T00:37:31.056Z] 18c013af1878: Pull complete [2021-02-06T00:37:32.030Z] 745a02a5169b: Verifying Checksum [2021-02-06T00:37:32.030Z] 745a02a5169b: Download complete [2021-02-06T00:37:33.468Z] 00ac8860ef70: Verifying Checksum [2021-02-06T00:37:33.468Z] 00ac8860ef70: Download complete [2021-02-06T00:37:43.624Z] 00ac8860ef70: Pull complete [2021-02-06T00:37:43.624Z] 63d7cb157983: Pull complete [2021-02-06T00:37:43.624Z] b116817d02f9: Pull complete [2021-02-06T00:37:46.243Z] 745a02a5169b: Pull complete [2021-02-06T00:37:46.243Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-06T00:37:46.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-06T00:37:46.243Z] ---> b7e6874047d6 [2021-02-06T00:37:46.243Z] 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-02-06T00:37:49.701Z] ---> Running in de8dc484cf7d [2021-02-06T00:37:51.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:37:51.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:37:53.712Z] (1/12) Installing libmagic (5.38-r0) [2021-02-06T00:37:54.305Z] (2/12) Installing file (5.38-r0) [2021-02-06T00:37:54.305Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-06T00:37:54.305Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-06T00:37:54.408Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:37:54.408Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:37:54.408Z] ---> d48a02cc0d6a [2021-02-06T00:37:54.408Z] Step 3/21 : WORKDIR /edgex-go [2021-02-06T00:37:54.408Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:37:54.408Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:37:54.408Z] ---> d48a02cc0d6a [2021-02-06T00:37:54.408Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:37:54.408Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:37:54.408Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:37:54.408Z] ---> d48a02cc0d6a [2021-02-06T00:37:54.408Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:37:54.408Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:37:54.408Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:37:54.408Z] ---> d48a02cc0d6a [2021-02-06T00:37:54.408Z] Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:37:54.408Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:37:54.408Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:37:54.408Z] ---> d48a02cc0d6a [2021-02-06T00:37:54.408Z] Step 3/26 : WORKDIR /edgex-go [2021-02-06T00:37:54.408Z] ---> Running in 579255b80847 [2021-02-06T00:37:54.408Z] ---> Running in 92ee386ab6fe [2021-02-06T00:37:54.408Z] ---> Running in c5d1b35cbd5e [2021-02-06T00:37:54.408Z] ---> Running in 83d32a4014a1 [2021-02-06T00:37:54.408Z] ---> Running in b090ea331184 [2021-02-06T00:37:54.408Z] Removing intermediate container 579255b80847 [2021-02-06T00:37:54.408Z] ---> 87b8bd88c008 [2021-02-06T00:37:54.408Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:37:54.408Z] Removing intermediate container 92ee386ab6fe [2021-02-06T00:37:54.408Z] ---> f5f0f3025247 [2021-02-06T00:37:54.408Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:37:54.408Z] Removing intermediate container 83d32a4014a1 [2021-02-06T00:37:54.408Z] ---> 7fea5d7c6cbc [2021-02-06T00:37:54.408Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:37:54.408Z] Removing intermediate container c5d1b35cbd5e [2021-02-06T00:37:54.408Z] ---> 1636e27cd6be [2021-02-06T00:37:54.408Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:37:54.408Z] Removing intermediate container b090ea331184 [2021-02-06T00:37:54.408Z] ---> 84a0d6b28c4e [2021-02-06T00:37:54.408Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:37:54.408Z] ---> Running in d11277583e6a [2021-02-06T00:37:54.408Z] ---> Running in f3357afd2d8a [2021-02-06T00:37:54.408Z] ---> Running in 282692ea5a9d [2021-02-06T00:37:54.408Z] ---> Running in 4290d9c96425 [2021-02-06T00:37:54.408Z] ---> Running in 2c84eb75662b [2021-02-06T00:37:54.408Z] Removing intermediate container f3357afd2d8a [2021-02-06T00:37:54.408Z] ---> b0978d883676 [2021-02-06T00:37:54.408Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:37:54.408Z] ---> Running in d435958db2f4 [2021-02-06T00:37:54.408Z] Removing intermediate container 282692ea5a9d [2021-02-06T00:37:54.408Z] ---> 74d34728f000 [2021-02-06T00:37:54.408Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-06T00:37:54.408Z] Removing intermediate container d11277583e6a [2021-02-06T00:37:54.408Z] ---> 4d0138c155a5 [2021-02-06T00:37:54.408Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-06T00:37:54.408Z] ---> Running in 1ff8ee8dacda [2021-02-06T00:37:54.408Z] ---> Running in 067b427965df [2021-02-06T00:37:54.408Z] Removing intermediate container 2c84eb75662b [2021-02-06T00:37:54.408Z] ---> 800ab5544e31 [2021-02-06T00:37:54.408Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-06T00:37:54.408Z] Removing intermediate container 4290d9c96425 [2021-02-06T00:37:54.408Z] ---> 2a5c283a74a7 [2021-02-06T00:37:54.408Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:37:54.671Z] ---> Running in 1b0a99584484 [2021-02-06T00:37:54.671Z] ---> Running in 92779be3fbd9 [2021-02-06T00:37:54.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:55.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:55.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:55.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:55.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:55.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:56.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:56.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:56.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:56.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:37:56.634Z] OK: 233 MiB in 51 packages [2021-02-06T00:37:57.217Z] Removing intermediate container d435958db2f4 [2021-02-06T00:37:57.217Z] ---> fb74492da123 [2021-02-06T00:37:57.217Z] Step 6/23 : COPY go.mod . [2021-02-06T00:37:57.217Z] OK: 233 MiB in 51 packages [2021-02-06T00:37:57.480Z] OK: 233 MiB in 51 packages [2021-02-06T00:37:57.480Z] OK: 233 MiB in 51 packages [2021-02-06T00:37:57.480Z] OK: 233 MiB in 51 packages [2021-02-06T00:37:57.480Z] ---> 9bcfd330ba9f [2021-02-06T00:37:57.480Z] Step 7/23 : RUN go mod download [2021-02-06T00:37:57.749Z] ---> Running in 92e87abd776c [2021-02-06T00:37:58.338Z] Removing intermediate container 067b427965df [2021-02-06T00:37:58.338Z] ---> 5d0268810d7f [2021-02-06T00:37:58.338Z] Step 6/22 : COPY go.mod . [2021-02-06T00:37:58.618Z] Removing intermediate container 1b0a99584484 [2021-02-06T00:37:58.618Z] ---> 6f58e4ed9f76 [2021-02-06T00:37:58.618Z] Step 6/26 : COPY go.mod . [2021-02-06T00:37:58.618Z] ---> db086c420674 [2021-02-06T00:37:58.618Z] Step 7/22 : RUN go mod download [2021-02-06T00:37:58.618Z] Removing intermediate container 1ff8ee8dacda [2021-02-06T00:37:58.618Z] ---> 041f765b74ce [2021-02-06T00:37:58.618Z] Step 6/21 : COPY go.mod . [2021-02-06T00:37:58.618Z] Removing intermediate container 92779be3fbd9 [2021-02-06T00:37:58.618Z] ---> d3744fbf06bf [2021-02-06T00:37:58.618Z] Step 6/23 : COPY go.mod . [2021-02-06T00:37:58.893Z] ---> Running in cd790272b75a [2021-02-06T00:37:59.174Z] ---> 5a41e9fdf978 [2021-02-06T00:37:59.174Z] Step 7/26 : RUN go mod download [2021-02-06T00:37:59.174Z] ---> 72978cdf580b [2021-02-06T00:37:59.174Z] Step 7/23 : RUN go mod download [2021-02-06T00:37:59.174Z] ---> b3a9d9247375 [2021-02-06T00:37:59.174Z] Step 7/21 : RUN go mod download [2021-02-06T00:37:59.174Z] ---> Running in a829f5e330af [2021-02-06T00:37:59.441Z] ---> Running in 96d6aee433af [2021-02-06T00:37:59.441Z] ---> Running in 85ab59c412a5 [2021-02-06T00:38:01.417Z] Removing intermediate container 92e87abd776c [2021-02-06T00:38:01.417Z] ---> 9daf19fc096b [2021-02-06T00:38:01.417Z] Step 8/23 : COPY . . [2021-02-06T00:38:01.686Z] Removing intermediate container cd790272b75a [2021-02-06T00:38:01.686Z] ---> edbd5aeb9c5d [2021-02-06T00:38:01.686Z] Step 8/22 : COPY . . [2021-02-06T00:38:01.686Z] Removing intermediate container a829f5e330af [2021-02-06T00:38:01.686Z] ---> 30d24afe09d6 [2021-02-06T00:38:01.686Z] Step 8/26 : COPY . . [2021-02-06T00:38:04.363Z] Removing intermediate container 85ab59c412a5 [2021-02-06T00:38:04.363Z] ---> 21d6305334ea [2021-02-06T00:38:04.364Z] Step 8/21 : COPY . . [2021-02-06T00:38:05.368Z] Removing intermediate container 96d6aee433af [2021-02-06T00:38:05.368Z] ---> 910fce3caa20 [2021-02-06T00:38:05.368Z] Step 8/23 : COPY . . [2021-02-06T00:38:06.679Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-06T00:38:06.679Z] (6/12) Installing patch (2.7.6-r6) [2021-02-06T00:38:06.679Z] (7/12) Installing build-base (0.5-r2) [2021-02-06T00:38:06.679Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-06T00:38:06.679Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-06T00:38:06.679Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-06T00:38:06.679Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-06T00:38:06.679Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-06T00:38:06.679Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:38:06.679Z] OK: 217 MiB in 51 packages [2021-02-06T00:38:10.053Z] Removing intermediate container de8dc484cf7d [2021-02-06T00:38:10.053Z] ---> c5b5a109623a [2021-02-06T00:38:10.053Z] Step 4/6 : WORKDIR /edgex-go [2021-02-06T00:38:10.053Z] ---> Running in 2afdf04d38b1 [2021-02-06T00:38:10.697Z] Removing intermediate container 2afdf04d38b1 [2021-02-06T00:38:10.697Z] ---> 00a987dc9109 [2021-02-06T00:38:10.697Z] Step 5/6 : COPY go.mod . [2021-02-06T00:38:11.317Z] ---> 735d688736be [2021-02-06T00:38:11.317Z] Step 6/6 : RUN go mod download [2021-02-06T00:38:11.317Z] ---> Running in 730d420e4a5d [2021-02-06T00:38:38.112Z] Removing intermediate container 730d420e4a5d [2021-02-06T00:38:38.112Z] ---> 371d2b5d010d [2021-02-06T00:38:38.112Z] Successfully built 371d2b5d010d [2021-02-06T00:38:38.112Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:38:38.484Z] + docker inspect -f . ci-base-image-arm64 [2021-02-06T00:38:38.484Z] . [Pipeline] withDockerContainer [2021-02-06T00:38:38.810Z] prd-ubuntu18.04-docker-arm64-4c-16g-25299 does not seem to be running inside a container [2021-02-06T00:38:38.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-06T00:38:40.686Z] $ docker top 3b95cf6ee21ed862d3071fa38e0b87b696a4c752e4801275e726779cdaae77dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:38:41.849Z] + go version [2021-02-06T00:38:41.849Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-06T00:38:41.876Z] $ docker stop --time=1 3b95cf6ee21ed862d3071fa38e0b87b696a4c752e4801275e726779cdaae77dc [2021-02-06T00:38:43.799Z] $ docker rm -f 3b95cf6ee21ed862d3071fa38e0b87b696a4c752e4801275e726779cdaae77dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:38:44.847Z] + docker inspect -f . ci-base-image-arm64 [2021-02-06T00:38:44.847Z] . [Pipeline] withDockerContainer [2021-02-06T00:38:44.956Z] ---> 0c12f4e04faa [2021-02-06T00:38:44.956Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-06T00:38:44.956Z] ---> f05c1a709ec9 [2021-02-06T00:38:44.956Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-06T00:38:44.956Z] ---> Running in 343b28da3c67 [2021-02-06T00:38:44.956Z] ---> Running in 5d0d8dc9f1af [2021-02-06T00:38:44.956Z] ---> aeb6870985ac [2021-02-06T00:38:44.956Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-06T00:38:44.956Z] ---> 0c4ea106e74f [2021-02-06T00:38:44.956Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-06T00:38:44.956Z] ---> da8a40a8526f [2021-02-06T00:38:44.956Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-06T00:38:44.956Z] ---> Running in 6de7b2c66d51 [2021-02-06T00:38:44.956Z] ---> Running in f8e905a947fd [2021-02-06T00:38:44.956Z] ---> Running in 7acc3c0c68f1 [2021-02-06T00:38:44.956Z] 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-02-06T00:38:44.956Z] 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-02-06T00:38:44.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-06T00:38:44.956Z] 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-02-06T00:38:44.956Z] 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-02-06T00:38:45.137Z] prd-ubuntu18.04-docker-arm64-4c-16g-25299 does not seem to be running inside a container [2021-02-06T00:38:45.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-06T00:38:46.766Z] $ docker top 32e97cba59d3927266ec76f072a98a6d0e3ff2f60fc44a9adc044651b8b11ac1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-06T00:38:47.176Z] ========================================================= [2021-02-06T00:38:47.176Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-06T00:38:47.176Z] ========================================================= [Pipeline] sh [2021-02-06T00:38:47.857Z] + make test [2021-02-06T00:38:47.857Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-06T00:39:14.733Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-06T00:39:17.255Z] 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-02-06T00:39:19.220Z] Removing intermediate container 7acc3c0c68f1 [2021-02-06T00:39:19.220Z] ---> 8d281051e717 [2021-02-06T00:39:19.220Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-06T00:39:19.507Z] ---> Running in c1ab0a058376 [2021-02-06T00:39:20.488Z] 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-02-06T00:39:25.868Z] Removing intermediate container 343b28da3c67 [2021-02-06T00:39:25.868Z] ---> dfb9c17d2701 [2021-02-06T00:39:25.868Z] [2021-02-06T00:39:25.868Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:39:25.868Z] Removing intermediate container 6de7b2c66d51 [2021-02-06T00:39:25.868Z] ---> 70ff49b9540d [2021-02-06T00:39:25.868Z] [2021-02-06T00:39:25.868Z] Step 10/21 : FROM alpine:3.12 [2021-02-06T00:39:25.868Z] 3.12: Pulling from library/alpine [2021-02-06T00:39:26.143Z] 3.12: Pulling from library/alpine [2021-02-06T00:39:26.143Z] Removing intermediate container c1ab0a058376 [2021-02-06T00:39:26.143Z] ---> e5036e7f8feb [2021-02-06T00:39:26.143Z] [2021-02-06T00:39:26.143Z] Step 11/26 : FROM docker:20.10.0 [2021-02-06T00:39:26.143Z] 20.10.0: Pulling from library/docker [2021-02-06T00:39:26.737Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:39:26.737Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:39:26.737Z] Status: Image is up to date for alpine:3.12 [2021-02-06T00:39:26.737Z] Status: Downloaded newer image for alpine:3.12 [2021-02-06T00:39:26.737Z] ---> 389fef711851 [2021-02-06T00:39:26.737Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:39:26.737Z] ---> 389fef711851 [2021-02-06T00:39:26.737Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-06T00:39:31.042Z] ---> Running in 417979c99283 [2021-02-06T00:39:31.042Z] ---> Running in 69c364fb61f3 [2021-02-06T00:39:31.042Z] Removing intermediate container f8e905a947fd [2021-02-06T00:39:31.042Z] ---> 9a6bf9be775b [2021-02-06T00:39:31.042Z] [2021-02-06T00:39:31.042Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:39:31.042Z] ---> 389fef711851 [2021-02-06T00:39:31.042Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-06T00:39:32.444Z] Removing intermediate container 5d0d8dc9f1af [2021-02-06T00:39:32.444Z] ---> 645585c6b091 [2021-02-06T00:39:32.444Z] [2021-02-06T00:39:32.444Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:39:32.444Z] ---> 389fef711851 [2021-02-06T00:39:32.444Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:39:32.444Z] ---> Running in 629b09a5bd42 [2021-02-06T00:39:32.714Z] ---> Running in cb6364625a21 [2021-02-06T00:39:33.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.585Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-06T00:39:33.585Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:39:33.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.585Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-06T00:39:33.585Z] OK: 6 MiB in 15 packages [2021-02-06T00:39:33.585Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:39:33.585Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-06T00:39:33.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.585Z] (4/4) Installing curl (7.69.1-r3) [2021-02-06T00:39:33.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:33.865Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:39:33.865Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:39:33.865Z] OK: 7 MiB in 18 packages [2021-02-06T00:39:33.865Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-06T00:39:33.865Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-06T00:39:33.865Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:39:34.141Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:39:34.141Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:39:34.141Z] OK: 6 MiB in 15 packages [2021-02-06T00:39:34.141Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:39:34.141Z] OK: 6 MiB in 16 packages [2021-02-06T00:39:35.553Z] Removing intermediate container 69c364fb61f3 [2021-02-06T00:39:35.553Z] ---> 44c03db82c13 [2021-02-06T00:39:35.553Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:39:35.553Z] ---> Running in 35b7d948bd5f [2021-02-06T00:39:35.553Z] Removing intermediate container 417979c99283 [2021-02-06T00:39:35.553Z] ---> 4040871edf1c [2021-02-06T00:39:35.553Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:39:36.140Z] ---> Running in 48b29e6ce4c1 [2021-02-06T00:39:36.140Z] Removing intermediate container cb6364625a21 [2021-02-06T00:39:36.140Z] ---> 35223097f3b5 [2021-02-06T00:39:36.140Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:39:36.140Z] Removing intermediate container 629b09a5bd42 [2021-02-06T00:39:36.140Z] ---> 577635886fc1 [2021-02-06T00:39:36.140Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:39:36.140Z] Removing intermediate container 35b7d948bd5f [2021-02-06T00:39:36.140Z] ---> 14a1b197be68 [2021-02-06T00:39:36.140Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-06T00:39:36.140Z] ---> Running in 8c61dde7eeb4 [2021-02-06T00:39:36.140Z] ---> Running in ae5eaff0e3f6 [2021-02-06T00:39:36.416Z] ---> Running in 7cd617582fa6 [2021-02-06T00:39:36.416Z] Removing intermediate container 48b29e6ce4c1 [2021-02-06T00:39:36.416Z] ---> 8eb19cca6859 [2021-02-06T00:39:36.416Z] Step 13/21 : WORKDIR /edgex [2021-02-06T00:39:36.416Z] Removing intermediate container ae5eaff0e3f6 [2021-02-06T00:39:36.416Z] ---> 73f64b54ef79 [2021-02-06T00:39:36.416Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-06T00:39:36.681Z] Removing intermediate container 8c61dde7eeb4 [2021-02-06T00:39:36.681Z] ---> b5f2559acd2f [2021-02-06T00:39:36.681Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-06T00:39:36.681Z] ---> Running in c8b68cc8cd4f [2021-02-06T00:39:36.681Z] ---> Running in 7c17bf9b9f20 [2021-02-06T00:39:36.681Z] ---> Running in 6475ebb706ec [2021-02-06T00:39:36.681Z] Removing intermediate container 7cd617582fa6 [2021-02-06T00:39:36.681Z] ---> 41d746b0b9d7 [2021-02-06T00:39:36.681Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:39:38.101Z] ---> Running in 87cb92d1e23b [2021-02-06T00:39:38.101Z] Removing intermediate container 7c17bf9b9f20 [2021-02-06T00:39:38.101Z] ---> aa9e20811998 [2021-02-06T00:39:38.101Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:39:38.101Z] Removing intermediate container 6475ebb706ec [2021-02-06T00:39:38.101Z] ---> 9738c23011fe [2021-02-06T00:39:38.101Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:39:38.101Z] Removing intermediate container c8b68cc8cd4f [2021-02-06T00:39:38.101Z] ---> b9e801cccc39 [2021-02-06T00:39:38.101Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-06T00:39:38.101Z] ---> Running in 00f206802e09 [2021-02-06T00:39:38.101Z] ---> Running in eff6dc0bc1b6 [2021-02-06T00:39:38.367Z] Removing intermediate container 87cb92d1e23b [2021-02-06T00:39:38.367Z] ---> bef49e5851a2 [2021-02-06T00:39:38.367Z] Step 15/23 : WORKDIR / [2021-02-06T00:39:38.367Z] Removing intermediate container 00f206802e09 [2021-02-06T00:39:38.367Z] ---> 4e5f87e26832 [2021-02-06T00:39:38.367Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:39:38.367Z] ---> Running in f987444ccd65 [2021-02-06T00:39:38.367Z] ---> b8d8e80a78c1 [2021-02-06T00:39:38.367Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-06T00:39:38.638Z] Removing intermediate container eff6dc0bc1b6 [2021-02-06T00:39:38.638Z] ---> f0f625ea626c [2021-02-06T00:39:38.638Z] Step 15/23 : WORKDIR / [2021-02-06T00:39:38.913Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-06T00:39:38.913Z] ---> Running in 3c07e723b30b [2021-02-06T00:39:38.913Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-06T00:39:38.913Z] ---> aefe523efa57 [2021-02-06T00:39:38.913Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-06T00:39:38.913Z] Removing intermediate container f987444ccd65 [2021-02-06T00:39:38.913Z] ---> 5ec46138ebcf [2021-02-06T00:39:38.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:39:38.913Z] ---> Running in e0f557ae554d [2021-02-06T00:39:39.176Z] ---> 2d8e69fee48e [2021-02-06T00:39:39.176Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-06T00:39:39.445Z] ---> b81c90ea7e8d [2021-02-06T00:39:39.445Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-06T00:39:39.445Z] Removing intermediate container 3c07e723b30b [2021-02-06T00:39:39.445Z] ---> 1d41c9bdfcfb [2021-02-06T00:39:39.445Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:39:39.714Z] ---> 3c7965e77aa2 [2021-02-06T00:39:39.714Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-06T00:39:40.293Z] ---> 43efb3129ec6 [2021-02-06T00:39:40.293Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-06T00:39:40.566Z] ---> c509f9ff3f4a [2021-02-06T00:39:40.566Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-06T00:39:40.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:40.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:40.566Z] ---> d59adf954f17 [2021-02-06T00:39:40.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-06T00:39:40.566Z] ---> c97831ed8637 [2021-02-06T00:39:40.566Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-06T00:39:40.840Z] (1/2) Installing readline (8.0.4-r0) [2021-02-06T00:39:40.840Z] (2/2) Installing bash (5.0.17-r0) [2021-02-06T00:39:40.840Z] Executing bash-5.0.17-r0.post-install [2021-02-06T00:39:40.840Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:39:40.840Z] ---> Running in 65135b61a81d [2021-02-06T00:39:40.840Z] OK: 12 MiB in 22 packages [2021-02-06T00:39:40.840Z] ---> 33e44d32e688 [2021-02-06T00:39:40.840Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-06T00:39:41.101Z] ---> Running in 8e5f39038c24 [2021-02-06T00:39:41.101Z] Removing intermediate container 65135b61a81d [2021-02-06T00:39:41.101Z] ---> 8e95f715e3e8 [2021-02-06T00:39:41.101Z] Step 18/21 : CMD ["--init=true"] [2021-02-06T00:39:41.101Z] ---> 9c7f113be692 [2021-02-06T00:39:41.101Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-06T00:39:41.368Z] ---> ba55e2c0ae63 [2021-02-06T00:39:41.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-06T00:39:41.368Z] ---> Running in 42f7941f87ca [2021-02-06T00:39:41.368Z] ---> Running in 50a2d654f155 [2021-02-06T00:39:41.634Z] Removing intermediate container 8e5f39038c24 [2021-02-06T00:39:41.635Z] ---> 72433316adde [2021-02-06T00:39:41.635Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:39:41.635Z] ---> Running in 272099e909e3 [2021-02-06T00:39:41.900Z] ---> 4c0269f4b4d2 [2021-02-06T00:39:41.900Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-06T00:39:41.900Z] Removing intermediate container 50a2d654f155 [2021-02-06T00:39:41.900Z] ---> ec55c6d1d3ba [2021-02-06T00:39:41.900Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:39:41.900Z] Removing intermediate container 42f7941f87ca [2021-02-06T00:39:41.900Z] ---> 0cbda863e07a [2021-02-06T00:39:41.900Z] Step 19/21 : LABEL arch=x86_64 [2021-02-06T00:39:41.900Z] Removing intermediate container e0f557ae554d [2021-02-06T00:39:41.900Z] ---> 49121d8e8d84 [2021-02-06T00:39:41.900Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-06T00:39:42.164Z] ---> Running in c25ae64edd6b [2021-02-06T00:39:42.164Z] ---> Running in e1f86e3287ad [2021-02-06T00:39:42.164Z] ---> Running in eeb2beb9827c [2021-02-06T00:39:42.164Z] ---> Running in 0426ac23cedd [2021-02-06T00:39:42.164Z] Removing intermediate container 272099e909e3 [2021-02-06T00:39:42.164Z] ---> cfa643327f30 [2021-02-06T00:39:42.164Z] Step 20/22 : LABEL arch=x86_64 [2021-02-06T00:39:42.164Z] ---> Running in 7eb43dc30533 [2021-02-06T00:39:42.428Z] Removing intermediate container e1f86e3287ad [2021-02-06T00:39:42.428Z] ---> 70857f07bfc1 [2021-02-06T00:39:42.428Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:39:42.428Z] Removing intermediate container eeb2beb9827c [2021-02-06T00:39:42.428Z] ---> 1c8379e7b1a8 [2021-02-06T00:39:42.428Z] Step 20/21 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:39:42.428Z] Removing intermediate container c25ae64edd6b [2021-02-06T00:39:42.428Z] ---> 4ce849f1ef19 [2021-02-06T00:39:42.428Z] Step 21/23 : LABEL arch=x86_64 [2021-02-06T00:39:42.428Z] Removing intermediate container 0426ac23cedd [2021-02-06T00:39:42.428Z] ---> 4c3322c83e96 [2021-02-06T00:39:42.428Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-06T00:39:42.691Z] ---> Running in babc1f5439e1 [2021-02-06T00:39:42.691Z] ---> Running in c7370092fcf5 [2021-02-06T00:39:42.691Z] ---> Running in e230ac9ee1c0 [2021-02-06T00:39:42.691Z] Removing intermediate container 7eb43dc30533 [2021-02-06T00:39:42.691Z] ---> dbe9074bd31a [2021-02-06T00:39:42.691Z] Step 21/22 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:39:42.692Z] ---> Running in 3ccbdd34b88b [2021-02-06T00:39:42.955Z] ---> Running in beb862a87d4b [2021-02-06T00:39:42.955Z] Removing intermediate container babc1f5439e1 [2021-02-06T00:39:42.955Z] ---> 7e9b0f9f9710 [2021-02-06T00:39:42.955Z] Step 21/21 : LABEL version=0.0.0 [2021-02-06T00:39:42.955Z] Removing intermediate container c7370092fcf5 [2021-02-06T00:39:42.955Z] ---> 35f387dac7b1 [2021-02-06T00:39:42.955Z] Step 21/23 : LABEL arch=x86_64 [2021-02-06T00:39:43.241Z] Removing intermediate container e230ac9ee1c0 [2021-02-06T00:39:43.241Z] ---> 9e5941ac0306 [2021-02-06T00:39:43.241Z] Step 22/23 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:39:43.241Z] Removing intermediate container 3ccbdd34b88b [2021-02-06T00:39:43.241Z] ---> 4d4094c712fe [2021-02-06T00:39:43.241Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-06T00:39:43.241Z] ---> Running in 677ae86efacc [2021-02-06T00:39:43.241Z] ---> Running in 300a0f9dbedb [2021-02-06T00:39:43.241Z] ---> Running in 260b03c4661e [2021-02-06T00:39:43.513Z] ---> Running in 0bead9996969 [2021-02-06T00:39:43.513Z] Removing intermediate container beb862a87d4b [2021-02-06T00:39:43.513Z] ---> d32859c053c5 [2021-02-06T00:39:43.513Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:39:43.513Z] Removing intermediate container 677ae86efacc [2021-02-06T00:39:43.513Z] ---> 371defba8889 [2021-02-06T00:39:43.513Z] [2021-02-06T00:39:43.778Z] ---> Running in 16aef6096ffe [2021-02-06T00:39:43.778Z] Removing intermediate container 260b03c4661e [2021-02-06T00:39:43.778Z] ---> 0067b597f92a [2021-02-06T00:39:43.778Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:39:43.778Z] Successfully built 371defba8889 [2021-02-06T00:39:43.778Z] Removing intermediate container 300a0f9dbedb [2021-02-06T00:39:43.778Z] Removing intermediate container 0bead9996969 [2021-02-06T00:39:43.778Z] ---> c79b59ff9f6d [2021-02-06T00:39:43.778Z] ---> 77147d96b7ee [2021-02-06T00:39:43.778Z] Step 22/23 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6fStep 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-06T00:39:43.778Z] [2021-02-06T00:39:43.778Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-06T00:39:43.778Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-06T00:39:44.045Z] ---> Running in ec939968964b [2021-02-06T00:39:44.045Z] ---> Running in b12b9b2eeb49 [2021-02-06T00:39:44.045Z] Removing intermediate container 16aef6096ffe [2021-02-06T00:39:44.045Z] ---> efcec5a19df3 [2021-02-06T00:39:44.045Z] [2021-02-06T00:39:44.313Z] Removing intermediate container ec939968964b [2021-02-06T00:39:44.313Z] ---> ed8cfc9bfe36 [2021-02-06T00:39:44.313Z] [2021-02-06T00:39:44.313Z] Removing intermediate container b12b9b2eeb49 [2021-02-06T00:39:44.313Z] ---> a110bc33ed22 [2021-02-06T00:39:44.313Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:39:44.313Z] Successfully built efcec5a19df3 [2021-02-06T00:39:44.576Z] Successfully built ed8cfc9bfe36 [2021-02-06T00:39:44.576Z] Successfully tagged docker-support-notifications-go:latest [2021-02-06T00:39:44.576Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-06T00:39:44.576Z] Successfully tagged docker-core-command-go:latest [2021-02-06T00:39:44.576Z] Building docker-security-bootstrapper-go [2021-02-06T00:39:44.576Z]  Building docker-core-command-go ... done  ---> Running in 562a78f51249 [2021-02-06T00:39:44.576Z] ---> 7732855845bf [2021-02-06T00:39:44.576Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-06T00:39:44.842Z] Removing intermediate container 562a78f51249 [2021-02-06T00:39:44.842Z] ---> c45b6571708e [2021-02-06T00:39:44.842Z] [2021-02-06T00:39:44.842Z] Successfully built c45b6571708e [2021-02-06T00:39:44.842Z] ---> 7cc37c3f6d34 [2021-02-06T00:39:44.842Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-06T00:39:45.109Z] Successfully tagged docker-core-metadata-go:latest [2021-02-06T00:39:45.109Z] Building docker-support-scheduler-go [2021-02-06T00:39:45.685Z]  Building docker-core-metadata-go ... done  ---> c5038d453350 [2021-02-06T00:39:45.685Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-06T00:39:45.685Z] ---> Running in c06af76c62c3 [2021-02-06T00:39:49.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:49.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:39:49.921Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-06T00:39:49.921Z] (2/33) Installing expat (2.2.9-r1) [2021-02-06T00:39:49.921Z] (3/33) Installing libffi (3.3-r2) [2021-02-06T00:39:49.921Z] (4/33) Installing gdbm (1.13-r1) [2021-02-06T00:39:49.921Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-06T00:39:49.921Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-06T00:39:49.921Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-06T00:39:58.102Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-06T00:39:58.102Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-06T00:39:58.102Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-06T00:39:58.102Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-06T00:39:58.102Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-06T00:39:58.685Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-06T00:39:58.685Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-06T00:39:58.685Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-06T00:39:58.685Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-06T00:39:58.685Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-06T00:39:58.685Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-06T00:39:58.685Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-06T00:39:58.685Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-06T00:39:58.685Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-06T00:39:58.949Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-06T00:39:58.949Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-06T00:39:58.949Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-06T00:39:58.949Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-06T00:39:58.949Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-06T00:39:58.949Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-06T00:39:58.949Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-06T00:39:58.949Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-06T00:39:58.949Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-06T00:39:58.949Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-06T00:39:58.949Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-06T00:39:58.949Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-06T00:39:59.215Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:39:59.215Z] OK: 71 MiB in 55 packages [2021-02-06T00:40:11.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-06T00:40:12.832Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-06T00:40:17.563Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:40:17.563Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:40:17.563Z] ---> d48a02cc0d6a [2021-02-06T00:40:17.563Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 84a0d6b28c4e [2021-02-06T00:40:17.563Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 800ab5544e31 [2021-02-06T00:40:17.563Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-06T00:40:17.563Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:40:17.563Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:40:17.563Z] ---> d48a02cc0d6a [2021-02-06T00:40:17.563Z] Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 84a0d6b28c4e [2021-02-06T00:40:17.563Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 800ab5544e31 [2021-02-06T00:40:17.563Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-06T00:40:17.563Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:40:17.563Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:40:17.563Z] ---> d48a02cc0d6a [2021-02-06T00:40:17.563Z] Step 3/24 : WORKDIR /edgex-go [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 84a0d6b28c4e [2021-02-06T00:40:17.563Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 800ab5544e31 [2021-02-06T00:40:17.563Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-06T00:40:17.563Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:40:17.563Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:40:17.563Z] ---> d48a02cc0d6a [2021-02-06T00:40:17.563Z] Step 3/31 : WORKDIR /edgex-go [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 84a0d6b28c4e [2021-02-06T00:40:17.563Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:40:17.563Z] ---> Using cache [2021-02-06T00:40:17.563Z] ---> 800ab5544e31 [2021-02-06T00:40:17.563Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-06T00:40:19.487Z] ---> Running in dd158bf15474 [2021-02-06T00:40:19.487Z] ---> Running in 464cb2022a5f [2021-02-06T00:40:19.487Z] ---> Running in b60dff2dd1e6 [2021-02-06T00:40:19.487Z] ---> Running in 755811c53ce5 [2021-02-06T00:40:20.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:20.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:20.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:20.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:21.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:21.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:21.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:21.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:40:22.833Z] OK: 233 MiB in 51 packages [2021-02-06T00:40:23.097Z] OK: 233 MiB in 51 packages [2021-02-06T00:40:23.097Z] OK: 233 MiB in 51 packages [2021-02-06T00:40:23.097Z] OK: 233 MiB in 51 packages [2021-02-06T00:40:23.358Z] Removing intermediate container c06af76c62c3 [2021-02-06T00:40:23.358Z] ---> e07735f704a5 [2021-02-06T00:40:23.358Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-06T00:40:23.620Z] ---> Running in 0e8a68abe399 [2021-02-06T00:40:23.882Z] Removing intermediate container 755811c53ce5 [2021-02-06T00:40:23.882Z] ---> a66a280813f3 [2021-02-06T00:40:23.882Z] Step 6/24 : COPY go.mod . [2021-02-06T00:40:24.145Z] Removing intermediate container dd158bf15474 [2021-02-06T00:40:24.145Z] ---> 81234ff85903 [2021-02-06T00:40:24.145Z] Step 6/22 : COPY go.mod . [2021-02-06T00:40:24.146Z] Removing intermediate container b60dff2dd1e6 [2021-02-06T00:40:24.146Z] ---> 938109d7235d [2021-02-06T00:40:24.146Z] Step 6/23 : COPY go.mod . [2021-02-06T00:40:24.146Z] ---> be33c6b8faf2 [2021-02-06T00:40:24.146Z] Step 7/24 : RUN go mod download [2021-02-06T00:40:24.412Z] Removing intermediate container 464cb2022a5f [2021-02-06T00:40:24.412Z] ---> 27e38eea1eaa [2021-02-06T00:40:24.412Z] Step 6/31 : COPY go.mod . [2021-02-06T00:40:24.412Z] ---> Running in a8627ce02fd2 [2021-02-06T00:40:24.412Z] ---> cd7be0225219 [2021-02-06T00:40:24.412Z] Step 7/22 : RUN go mod download [2021-02-06T00:40:24.690Z] ---> 815be4a8b6db [2021-02-06T00:40:24.690Z] Step 7/23 : RUN go mod download [2021-02-06T00:40:24.690Z] ---> Running in c217a8f0ce52 [2021-02-06T00:40:24.957Z] ---> c92d5341c157 [2021-02-06T00:40:24.957Z] Step 7/31 : RUN go mod download [2021-02-06T00:40:24.957Z] ---> Running in 0773956005dd [2021-02-06T00:40:24.957Z] ---> Running in 65f7d929fd11 [2021-02-06T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-06T00:40:25.335Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-06T00:40:25.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-06T00:40:26.408Z] Collecting docker-compose==1.23.2 [2021-02-06T00:40:26.408Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-06T00:40:26.686Z] Collecting cached-property<2,>=1.2.0 [2021-02-06T00:40:26.686Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-06T00:40:26.784Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-06T00:40:26.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-06T00:40:26.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-06T00:40:26.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-06T00:40:26.785Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-06T00:40:26.961Z] Collecting jsonschema<3,>=2.5.1 [2021-02-06T00:40:26.961Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-06T00:40:26.961Z] Removing intermediate container a8627ce02fd2 [2021-02-06T00:40:26.961Z] ---> bd2dd7640f8a [2021-02-06T00:40:26.961Z] Step 8/24 : COPY . . [2021-02-06T00:40:26.961Z] 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-02-06T00:40:27.234Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-06T00:40:27.234Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-06T00:40:27.234Z] Removing intermediate container c217a8f0ce52 [2021-02-06T00:40:27.234Z] ---> ea0c1c36e04e [2021-02-06T00:40:27.234Z] Step 8/22 : COPY . . [2021-02-06T00:40:27.839Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-06T00:40:27.839Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-06T00:40:28.103Z] Removing intermediate container 0773956005dd [2021-02-06T00:40:28.103Z] ---> 7e7516f3a782 [2021-02-06T00:40:28.103Z] Step 8/23 : COPY . . [2021-02-06T00:40:28.382Z] Removing intermediate container 65f7d929fd11 [2021-02-06T00:40:28.382Z] ---> b7b64e54ad3b [2021-02-06T00:40:28.382Z] Step 8/31 : COPY . . [2021-02-06T00:40:28.802Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-06T00:40:30.341Z] Collecting texttable<0.10,>=0.9.0 [2021-02-06T00:40:30.609Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-06T00:40:34.024Z] Collecting PyYAML<4,>=3.10 [2021-02-06T00:40:34.024Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-06T00:40:37.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-06T00:40:37.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-06T00:40:37.127Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-06T00:40:37.823Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-06T00:40:37.823Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-06T00:40:38.958Z] Collecting docopt<0.7,>=0.6.1 [2021-02-06T00:40:38.958Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-06T00:40:41.609Z] Collecting docker<4.0,>=3.6.0 [2021-02-06T00:40:41.609Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-06T00:40:43.874Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 45.9% of statements [2021-02-06T00:40:43.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-06T00:40:43.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-06T00:40:43.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-06T00:40:43.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-06T00:40:43.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-06T00:40:43.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-06T00:40:43.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-06T00:40:43.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.191s coverage: 100.0% of statements [2021-02-06T00:40:44.215Z] Collecting idna<2.8,>=2.5 [2021-02-06T00:40:44.215Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-06T00:40:45.642Z] 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-02-06T00:40:45.642Z] 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-02-06T00:40:46.249Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-06T00:40:46.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-06T00:40:47.647Z] Collecting docker-pycreds>=0.4.0 [2021-02-06T00:40:47.648Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-06T00:40:49.596Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-06T00:40:49.596Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-06T00:40:49.596Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-06T00:40:49.596Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-06T00:40:49.596Z] Installing collected packages: cached-property, jsonschema, websocket-client, dockerpty, texttable, PyYAML, idna, urllib3, requests, docopt, docker-pycreds, docker, docker-compose [2021-02-06T00:40:50.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-06T00:40:50.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-06T00:40:50.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-06T00:40:50.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-06T00:40:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 65.8% of statements [2021-02-06T00:40:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-06T00:40:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-06T00:40:54.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.833s coverage: 82.3% of statements [2021-02-06T00:40:54.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-06T00:40:54.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:40:54.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-06T00:40:54.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-06T00:40:56.297Z] Running setup.py install for dockerpty: started [2021-02-06T00:40:57.762Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-06T00:40:57.762Z] Running setup.py install for texttable: started [2021-02-06T00:40:58.359Z] Running setup.py install for texttable: finished with status 'done' [2021-02-06T00:40:58.359Z] Running setup.py install for PyYAML: started [2021-02-06T00:40:59.347Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-06T00:40:59.347Z] Attempting uninstall: idna [2021-02-06T00:40:59.347Z] Found existing installation: idna 2.9 [2021-02-06T00:40:59.347Z] Uninstalling idna-2.9: [2021-02-06T00:40:59.639Z] Successfully uninstalled idna-2.9 [2021-02-06T00:41:01.584Z] Attempting uninstall: urllib3 [2021-02-06T00:41:01.584Z] Found existing installation: urllib3 1.25.9 [2021-02-06T00:41:01.584Z] Uninstalling urllib3-1.25.9: [2021-02-06T00:41:01.855Z] Successfully uninstalled urllib3-1.25.9 [2021-02-06T00:41:03.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.397s coverage: 28.6% of statements [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-06T00:41:03.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.317s coverage: 100.0% of statements [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-06T00:41:03.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-06T00:41:03.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-06T00:41:03.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.401s coverage: 97.5% of statements [2021-02-06T00:41:03.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-06T00:41:04.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.311s coverage: 78.3% of statements [2021-02-06T00:41:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-06T00:41:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-06T00:41:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-06T00:41:04.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-06T00:41:05.200Z] Attempting uninstall: requests [2021-02-06T00:41:05.200Z] Found existing installation: requests 2.23.0 [2021-02-06T00:41:05.200Z] Uninstalling requests-2.23.0: [2021-02-06T00:41:05.200Z] Successfully uninstalled requests-2.23.0 [2021-02-06T00:41:05.463Z] ---> c3afef3998cb [2021-02-06T00:41:05.463Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-06T00:41:06.038Z] Running setup.py install for docopt: started [2021-02-06T00:41:06.305Z] ---> 28391d888657 [2021-02-06T00:41:06.305Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-06T00:41:06.882Z] Running setup.py install for docopt: finished with status 'done' [2021-02-06T00:41:06.882Z] ---> Running in 88947829b93e [2021-02-06T00:41:07.458Z] ---> Running in 2f6ae6b58dbe [2021-02-06T00:41:07.458Z] ---> 4f56b2eddecb [2021-02-06T00:41:07.458Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-06T00:41:08.409Z] ---> Running in 4c17b1aa9734 [2021-02-06T00:41:08.409Z] ---> b6efef44c68e [2021-02-06T00:41:08.409Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-06T00:41:08.673Z] 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.57.0 [2021-02-06T00:41:08.939Z] ---> Running in afa5b7ae94ec [2021-02-06T00:41:09.554Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-06T00:41:09.554Z] 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-02-06T00:41:09.554Z] 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-02-06T00:41:09.816Z] 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-02-06T00:41:12.396Z] Removing intermediate container 0e8a68abe399 [2021-02-06T00:41:12.396Z] ---> 802c8e72340a [2021-02-06T00:41:12.396Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-06T00:41:12.995Z] ---> Running in 154943ed134f [2021-02-06T00:41:13.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:14.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:14.527Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:41:14.527Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-06T00:41:14.527Z] (3/3) Installing curl (7.69.1-r3) [2021-02-06T00:41:14.527Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.342s coverage: 92.8% of statements [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.1% of statements [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-06T00:41:14.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 45.5% of statements [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.113s coverage: 79.5% of statements [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-02-06T00:41:14.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-02-06T00:41:15.112Z] OK: 72 MiB in 58 packages [2021-02-06T00:41:17.092Z] Removing intermediate container 154943ed134f [2021-02-06T00:41:17.092Z] ---> 807b3c03fef6 [2021-02-06T00:41:17.092Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-06T00:41:17.360Z] ---> Running in f0c83df7882e [2021-02-06T00:41:17.960Z] Removing intermediate container f0c83df7882e [2021-02-06T00:41:17.960Z] ---> 0ea6092c4d2a [2021-02-06T00:41:17.960Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:41:17.960Z] ---> Running in 8e55338d7da5 [2021-02-06T00:41:18.232Z] Removing intermediate container 8e55338d7da5 [2021-02-06T00:41:18.232Z] ---> 9eff5b0ad9a2 [2021-02-06T00:41:18.232Z] Step 24/26 : LABEL arch=x86_64 [2021-02-06T00:41:18.511Z] ---> Running in 31ba6a53f34e [2021-02-06T00:41:18.788Z] Removing intermediate container 31ba6a53f34e [2021-02-06T00:41:18.788Z] ---> 909a06f7e559 [2021-02-06T00:41:18.788Z] Step 25/26 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:41:19.061Z] ---> Running in e74b5e2b72c6 [2021-02-06T00:41:19.333Z] Removing intermediate container e74b5e2b72c6 [2021-02-06T00:41:19.333Z] ---> 6bc385801a2b [2021-02-06T00:41:19.333Z] Step 26/26 : LABEL version=0.0.0 [2021-02-06T00:41:19.601Z] ---> Running in d093a3fb8e4e [2021-02-06T00:41:19.870Z] Removing intermediate container d093a3fb8e4e [2021-02-06T00:41:19.870Z] ---> f125c5d81fb1 [2021-02-06T00:41:19.870Z] [2021-02-06T00:41:20.149Z] Successfully built f125c5d81fb1 [2021-02-06T00:41:20.149Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-06T00:41:27.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.110s coverage: 94.4% of statements [2021-02-06T00:41:27.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-02-06T00:41:38.410Z]  Building docker-sys-mgmt-agent-go ... done 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-02-06T00:41:38.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.149s coverage: 87.2% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.4% of statements [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.621s coverage: 63.5% of statements [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-02-06T00:41:42.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.961s coverage: 68.9% of statements [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-06T00:41:42.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-06T00:41:43.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.414s coverage: 37.0% of statements [2021-02-06T00:41:43.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-06T00:41:43.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-06T00:41:45.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.667s coverage: 84.0% of statements [2021-02-06T00:41:45.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.089s coverage: 100.0% of statements [2021-02-06T00:41:46.932Z] Removing intermediate container 2f6ae6b58dbe [2021-02-06T00:41:46.932Z] ---> 9981caa00220 [2021-02-06T00:41:46.932Z] [2021-02-06T00:41:46.932Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:41:46.932Z] ---> 389fef711851 [2021-02-06T00:41:46.932Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:41:46.932Z] ---> Using cache [2021-02-06T00:41:46.932Z] ---> 35223097f3b5 [2021-02-06T00:41:46.932Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:41:46.932Z] ---> Using cache [2021-02-06T00:41:46.932Z] ---> b5f2559acd2f [2021-02-06T00:41:46.932Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-06T00:41:46.932Z] Removing intermediate container 88947829b93e [2021-02-06T00:41:46.932Z] ---> 9d84eda01ee3 [2021-02-06T00:41:46.932Z] [2021-02-06T00:41:46.932Z] Step 10/24 : FROM alpine:3.12 [2021-02-06T00:41:46.932Z] ---> 389fef711851 [2021-02-06T00:41:46.932Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-06T00:41:46.932Z] ---> Running in 3a86218e37c2 [2021-02-06T00:41:46.932Z] ---> Running in 7c09872593fb [2021-02-06T00:41:46.932Z] Removing intermediate container 3a86218e37c2 [2021-02-06T00:41:46.932Z] ---> 7ddaef52c267 [2021-02-06T00:41:46.932Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:41:50.445Z] ---> Running in 65aba89c602d [2021-02-06T00:41:50.445Z] Removing intermediate container afa5b7ae94ec [2021-02-06T00:41:50.445Z] ---> 5aacef5585bd [2021-02-06T00:41:50.445Z] [2021-02-06T00:41:50.445Z] Step 10/31 : FROM alpine:3.12 [2021-02-06T00:41:50.445Z] ---> 389fef711851 [2021-02-06T00:41:50.445Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-06T00:41:50.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:50.445Z] ---> Running in 52f342eab1c2 [2021-02-06T00:41:50.445Z] Removing intermediate container 4c17b1aa9734 [2021-02-06T00:41:50.445Z] ---> 53c70ee47181 [2021-02-06T00:41:50.445Z] [2021-02-06T00:41:50.445Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:41:50.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:50.445Z] ---> 389fef711851 [2021-02-06T00:41:50.445Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-06T00:41:50.445Z] ---> Running in 04332342562a [2021-02-06T00:41:50.445Z] Removing intermediate container 65aba89c602d [2021-02-06T00:41:50.445Z] ---> 896fab04af56 [2021-02-06T00:41:50.445Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:41:50.445Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-06T00:41:50.445Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:41:50.445Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-06T00:41:50.445Z] (4/5) Installing curl (7.69.1-r3) [2021-02-06T00:41:50.445Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-06T00:41:50.445Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:41:50.445Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:41:50.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.0% of statements [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-06T00:41:50.700Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-06T00:41:50.700Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-06T00:41:50.700Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.259s coverage: 84.3% of statements [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:41:50.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-06T00:41:50.708Z] OK: 7 MiB in 19 packages [2021-02-06T00:41:50.972Z] Removing intermediate container 52f342eab1c2 [2021-02-06T00:41:50.972Z] ---> ea51f3443538 [2021-02-06T00:41:50.972Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-06T00:41:51.557Z] Removing intermediate container 04332342562a [2021-02-06T00:41:51.557Z] ---> 85eff0821a93 [2021-02-06T00:41:51.557Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-06T00:41:51.557Z] ---> Running in a35a11b111b2 [2021-02-06T00:41:51.557Z] ---> 9cd93abc5f64 [2021-02-06T00:41:51.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-06T00:41:51.828Z] ---> Running in 6ebe1e164856 [2021-02-06T00:41:52.152Z] Removing intermediate container 6ebe1e164856 [2021-02-06T00:41:52.152Z] ---> f0d5d35819dc [2021-02-06T00:41:52.152Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-06T00:41:52.152Z] Removing intermediate container 7c09872593fb [2021-02-06T00:41:52.152Z] ---> 6508778c83a3 [2021-02-06T00:41:52.152Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:41:52.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:52.565Z] ---> 7b445da6fb76 [2021-02-06T00:41:52.566Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-06T00:41:52.566Z] ---> Running in c84d044e10fe [2021-02-06T00:41:52.566Z] ---> Running in 3f799c291fe6 [2021-02-06T00:41:52.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:52.566Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:41:52.566Z] (2/2) Installing su-exec (0.2-r1) [2021-02-06T00:41:52.566Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:41:52.566Z] OK: 6 MiB in 16 packages [2021-02-06T00:41:52.566Z] Removing intermediate container c84d044e10fe [2021-02-06T00:41:52.566Z] ---> 51c8ff016e2a [2021-02-06T00:41:52.566Z] Step 13/24 : WORKDIR / [2021-02-06T00:41:52.566Z] Removing intermediate container 3f799c291fe6 [2021-02-06T00:41:52.566Z] ---> 588734cc08ad [2021-02-06T00:41:52.566Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:41:52.935Z] ---> 9340821659c3 [2021-02-06T00:41:52.935Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-06T00:41:52.935Z] ---> Running in 1064f27a6c5f [2021-02-06T00:41:52.935Z] ---> Running in f0d6bfa0ed04 [2021-02-06T00:41:52.935Z] ---> Running in 767d15fa9096 [2021-02-06T00:41:53.273Z] Removing intermediate container f0d6bfa0ed04 [2021-02-06T00:41:53.273Z] ---> d986d332806f [2021-02-06T00:41:53.273Z] 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-02-06T00:41:54.230Z] Removing intermediate container 767d15fa9096 [2021-02-06T00:41:54.230Z] ---> 61b3b0f8e4b2 [2021-02-06T00:41:54.230Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:41:54.230Z] Removing intermediate container a35a11b111b2 [2021-02-06T00:41:54.230Z] ---> ef55729c2a2a [2021-02-06T00:41:54.230Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-06T00:41:54.230Z] ---> Running in de7613cd8c5c [2021-02-06T00:41:54.230Z] ---> Running in 8d609c476120 [2021-02-06T00:41:54.491Z] ---> 7ede0d791a1a [2021-02-06T00:41:54.491Z] 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-02-06T00:41:54.491Z] Removing intermediate container de7613cd8c5c [2021-02-06T00:41:54.491Z] ---> f77734a92cf1 [2021-02-06T00:41:54.491Z] Step 20/22 : LABEL arch=x86_64 [2021-02-06T00:41:54.765Z] Removing intermediate container 8d609c476120 [2021-02-06T00:41:54.765Z] ---> 603a01619fd9 [2021-02-06T00:41:54.765Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-06T00:41:54.765Z] ---> Running in 951c6fd399df [2021-02-06T00:41:54.765Z] ---> e2abb9b792e2 [2021-02-06T00:41:54.765Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-06T00:41:54.765Z] ---> Running in 10f234864110 [2021-02-06T00:41:55.032Z] Removing intermediate container 1064f27a6c5f [2021-02-06T00:41:55.032Z] ---> b8f5906544ef [2021-02-06T00:41:55.032Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-06T00:41:55.032Z] Removing intermediate container 951c6fd399df [2021-02-06T00:41:55.032Z] ---> 5469fb1eb15f [2021-02-06T00:41:55.032Z] Step 21/22 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:41:55.032Z] ---> Running in 8d20ba2e679e [2021-02-06T00:41:55.295Z] Removing intermediate container 10f234864110 [2021-02-06T00:41:55.295Z] ---> c95cb7e66d17 [2021-02-06T00:41:55.295Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-06T00:41:55.295Z] ---> Running in f7575967876e [2021-02-06T00:41:55.295Z] ---> 26e58f6c90e0 [2021-02-06T00:41:55.295Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-06T00:41:55.563Z] ---> Running in 344c6a7f374a [2021-02-06T00:41:55.832Z] Removing intermediate container f7575967876e [2021-02-06T00:41:55.832Z] ---> cdc33312eb13 [2021-02-06T00:41:55.832Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:41:55.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:55.832Z] ---> Running in eaeb80a178e9 [2021-02-06T00:41:56.102Z] ---> 87ba64ca64fa [2021-02-06T00:41:56.102Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-06T00:41:56.102Z] Removing intermediate container eaeb80a178e9 [2021-02-06T00:41:56.102Z] ---> d9e210938618 [2021-02-06T00:41:56.102Z] [2021-02-06T00:41:56.682Z] Successfully built d9e210938618 [2021-02-06T00:41:56.682Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-06T00:41:56.682Z]  Building docker-support-scheduler-go ... done  ---> 10751c66d0ce [2021-02-06T00:41:56.682Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-06T00:41:56.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-06T00:41:56.959Z] Removing intermediate container 344c6a7f374a [2021-02-06T00:41:56.959Z] ---> 75e1012f40ef [2021-02-06T00:41:56.959Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-06T00:41:56.959Z] ---> 58ae411e2965 [2021-02-06T00:41:56.959Z] 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-02-06T00:41:56.959Z] ---> Running in c4134fd0432e [2021-02-06T00:41:56.959Z] ---> Running in 96db744ebd5d [2021-02-06T00:41:57.226Z] Removing intermediate container c4134fd0432e [2021-02-06T00:41:57.226Z] ---> 6ead81de151f [2021-02-06T00:41:57.226Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-06T00:41:57.521Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-06T00:41:57.521Z] ---> e1bc61f18ab0 [2021-02-06T00:41:57.521Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-06T00:41:57.795Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-06T00:41:57.795Z] ---> Running in 42bd19b4686d [2021-02-06T00:41:57.795Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-06T00:41:57.795Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-06T00:41:58.058Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-06T00:41:58.336Z] Removing intermediate container 96db744ebd5d [2021-02-06T00:41:58.336Z] ---> f82b5807c627 [2021-02-06T00:41:58.336Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-06T00:41:58.336Z] ---> Running in 3caed788335e [2021-02-06T00:41:58.336Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-06T00:41:58.597Z] Removing intermediate container 3caed788335e [2021-02-06T00:41:58.597Z] ---> 0d4b022c539f [2021-02-06T00:41:58.597Z] Step 22/24 : LABEL arch=x86_64 [2021-02-06T00:41:58.597Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:41:58.597Z] OK: 8 MiB in 20 packages [2021-02-06T00:41:58.597Z] ---> Running in e135164bc162 [2021-02-06T00:41:58.863Z] Removing intermediate container e135164bc162 [2021-02-06T00:41:58.863Z] ---> e2741c9c3c2a [2021-02-06T00:41:58.863Z] Step 23/24 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:41:58.863Z] ---> Running in b0f180af4329 [2021-02-06T00:41:59.126Z] Removing intermediate container 42bd19b4686d [2021-02-06T00:41:59.126Z] ---> 102dbceaa905 [2021-02-06T00:41:59.126Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:41:59.396Z] Removing intermediate container b0f180af4329 [2021-02-06T00:41:59.396Z] ---> ede843c9707d [2021-02-06T00:41:59.396Z] Step 24/24 : LABEL version=0.0.0 [2021-02-06T00:41:59.396Z] ---> Running in 9daf5358a9a1 [2021-02-06T00:41:59.396Z] Removing intermediate container 8d20ba2e679e [2021-02-06T00:41:59.396Z] ---> 74fbbdca3a40 [2021-02-06T00:41:59.396Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:41:59.668Z] ---> 14f0e6bede92 [2021-02-06T00:41:59.668Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-06T00:41:59.668Z] Removing intermediate container 9daf5358a9a1 [2021-02-06T00:41:59.668Z] ---> fb037d40f2e2 [2021-02-06T00:41:59.668Z] [2021-02-06T00:41:59.932Z] ---> f7c83256dac4 [2021-02-06T00:41:59.932Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-06T00:41:59.932Z] Successfully built fb037d40f2e2 [2021-02-06T00:41:59.932Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-06T00:42:00.203Z]  Building docker-security-secretstore-setup-go ... done  ---> 57429fac6939 [2021-02-06T00:42:00.203Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-06T00:42:00.479Z] ---> c1eeba42bd46 [2021-02-06T00:42:00.479Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-06T00:42:00.749Z] ---> 463462eff866 [2021-02-06T00:42:00.749Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.466s coverage: 29.1% of statements [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.190s coverage: 100.0% of statements [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-06T00:42:00.875Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-06T00:42:00.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-02-06T00:42:01.013Z] ---> ed018e579040 [2021-02-06T00:42:01.014Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-06T00:42:01.014Z] ---> Running in e440e4dd1c6f [2021-02-06T00:42:01.147Z] GO111MODULE=on go vet ./... [2021-02-06T00:42:02.415Z] ---> e184037e7f14 [2021-02-06T00:42:02.415Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-06T00:42:02.415Z] Removing intermediate container e440e4dd1c6f [2021-02-06T00:42:02.415Z] ---> e4c04b944490 [2021-02-06T00:42:02.415Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:42:02.415Z] ---> Running in 82c8cbe6c513 [2021-02-06T00:42:02.415Z] ---> aa81c7108602 [2021-02-06T00:42:02.415Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-06T00:42:02.415Z] Removing intermediate container 82c8cbe6c513 [2021-02-06T00:42:02.415Z] ---> 967939e1b5ca [2021-02-06T00:42:02.415Z] Step 21/23 : LABEL arch=x86_64 [2021-02-06T00:42:02.680Z] ---> Running in a9c09e18a054 [2021-02-06T00:42:02.680Z] ---> Running in 20fac7df0851 [2021-02-06T00:42:02.680Z] Removing intermediate container a9c09e18a054 [2021-02-06T00:42:02.680Z] ---> 3e2c20aca8e0 [2021-02-06T00:42:02.680Z] Step 22/23 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:42:02.948Z] ---> Running in fbf3a9bc66c0 [2021-02-06T00:42:02.948Z] Removing intermediate container 20fac7df0851 [2021-02-06T00:42:02.948Z] ---> 97abf7730caa [2021-02-06T00:42:02.948Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-06T00:42:02.948Z] Removing intermediate container fbf3a9bc66c0 [2021-02-06T00:42:02.948Z] ---> e4e1e44e9c1d [2021-02-06T00:42:02.948Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:42:03.213Z] ---> Running in 2660091d9913 [2021-02-06T00:42:03.213Z] ---> c1ada67f8896 [2021-02-06T00:42:03.213Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-06T00:42:03.475Z] ---> Running in 9bf85397b494 [2021-02-06T00:42:03.475Z] Removing intermediate container 2660091d9913 [2021-02-06T00:42:03.475Z] ---> e94d1b28b5f3 [2021-02-06T00:42:03.475Z] [2021-02-06T00:42:03.475Z] Successfully built e94d1b28b5f3 [2021-02-06T00:42:03.738Z] Successfully tagged docker-core-data-go:latest [2021-02-06T00:42:04.320Z]  Building docker-core-data-go ... done Removing intermediate container 9bf85397b494 [2021-02-06T00:42:04.321Z] ---> eed1a1c38ec4 [2021-02-06T00:42:04.321Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-06T00:42:04.583Z] ---> Running in 33911ca8927a [2021-02-06T00:42:04.844Z] Removing intermediate container 33911ca8927a [2021-02-06T00:42:04.844Z] ---> 06441949406d [2021-02-06T00:42:04.844Z] Step 28/31 : CMD ["gate"] [2021-02-06T00:42:05.134Z] ---> Running in 523110bc2c4a [2021-02-06T00:42:05.396Z] Removing intermediate container 523110bc2c4a [2021-02-06T00:42:05.396Z] ---> cfa8fecd39dd [2021-02-06T00:42:05.396Z] Step 29/31 : LABEL arch=x86_64 [2021-02-06T00:42:05.396Z] ---> Running in b40e33ece19e [2021-02-06T00:42:05.659Z] Removing intermediate container b40e33ece19e [2021-02-06T00:42:05.659Z] ---> c893aca186da [2021-02-06T00:42:05.659Z] Step 30/31 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:42:05.659Z] ---> Running in 251f483b1e1c [2021-02-06T00:42:05.922Z] Removing intermediate container 251f483b1e1c [2021-02-06T00:42:05.922Z] ---> 35f140287a67 [2021-02-06T00:42:05.922Z] Step 31/31 : LABEL version=0.0.0 [2021-02-06T00:42:06.184Z] ---> Running in dd95e42914b2 [2021-02-06T00:42:06.184Z] Removing intermediate container dd95e42914b2 [2021-02-06T00:42:06.184Z] ---> 60b5ebcb673b [2021-02-06T00:42:06.184Z] [2021-02-06T00:42:06.448Z] Successfully built 60b5ebcb673b [2021-02-06T00:42:06.448Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-06T00:42:06.739Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-06T00:42:06.779Z] $ docker stop --time=1 f12c00eef4e1947fd2101529b306a682260da24b5000cc321787df701ad36a07 [2021-02-06T00:42:08.522Z] $ docker rm -f f12c00eef4e1947fd2101529b306a682260da24b5000cc321787df701ad36a07 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-06T00:42:09.110Z] + docker images [2021-02-06T00:42:09.110Z] + grep docker [2021-02-06T00:42:09.374Z] docker-security-bootstrapper-go latest 60b5ebcb673b 3 seconds ago 23.8MB [2021-02-06T00:42:09.374Z] docker-core-data-go latest e94d1b28b5f3 6 seconds ago 22.3MB [2021-02-06T00:42:09.374Z] docker-security-secretstore-setup-go latest fb037d40f2e2 10 seconds ago 24.6MB [2021-02-06T00:42:09.374Z] docker-support-scheduler-go latest d9e210938618 14 seconds ago 17MB [2021-02-06T00:42:09.374Z] docker-sys-mgmt-agent-go latest f125c5d81fb1 50 seconds ago 313MB [2021-02-06T00:42:09.374Z] docker-core-metadata-go latest c45b6571708e 2 minutes ago 18.8MB [2021-02-06T00:42:09.374Z] docker-core-command-go latest ed8cfc9bfe36 2 minutes ago 16.9MB [2021-02-06T00:42:09.374Z] docker-security-proxy-setup-go latest 371defba8889 2 minutes ago 24.4MB [2021-02-06T00:42:09.374Z] docker-support-notifications-go latest efcec5a19df3 2 minutes ago 17.6MB [2021-02-06T00:42:09.374Z] docker 20.10.0 aefe523efa57 8 weeks 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-02-06T00:42:25.226Z] Still waiting to schedule task [2021-02-06T00:42:25.226Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25303’ [2021-02-06T00:43:23.023Z] gofmt -l . [2021-02-06T00:43:23.023Z] [ "`gofmt -l .`" = "" ] [2021-02-06T00:43:26.404Z] ./bin/test-go-mod-tidy.sh [2021-02-06T00:43:27.004Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-06T00:43:29.106Z] + ls -al . [2021-02-06T00:43:29.106Z] total 720 [2021-02-06T00:43:29.106Z] drwxrwxr-x 9 1001 1001 4096 Feb 6 00:43 . [2021-02-06T00:43:29.106Z] drwxr-xr-x 4 root root 4096 Feb 6 00:38 .. [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 11 Feb 6 00:37 .dockerignore [2021-02-06T00:43:29.106Z] drwxrwxr-x 8 1001 1001 4096 Feb 6 00:37 .git [2021-02-06T00:43:29.106Z] drwxrwxr-x 3 1001 1001 4096 Feb 6 00:37 .github [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 872 Feb 6 00:37 .gitignore [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 166 Feb 6 00:37 .sonarcloud.properties [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 7859 Feb 6 00:37 Attribution.txt [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 3804 Feb 6 00:37 CONTRIBUTING.md [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 931 Feb 6 00:37 Dockerfile.build [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 863 Feb 6 00:37 Jenkinsfile [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 10775 Feb 6 00:37 LICENSE [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 6001 Feb 6 00:37 Makefile [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 6524 Feb 6 00:37 README.md [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 6755 Feb 6 00:37 SECURITY.md [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 5 Feb 6 00:33 VERSION [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 4131 Feb 6 00:37 ZMQWindows.md [2021-02-06T00:43:29.106Z] drwxrwxr-x 2 1001 1001 4096 Feb 6 00:37 bin [2021-02-06T00:43:29.106Z] drwxrwxr-x 15 1001 1001 4096 Feb 6 00:37 cmd [2021-02-06T00:43:29.106Z] -rw-r--r-- 1 root root 587103 Feb 6 00:42 coverage.out [2021-02-06T00:43:29.106Z] -rw-r--r-- 1 root root 1054 Feb 6 00:43 go.mod [2021-02-06T00:43:29.106Z] -rw-r--r-- 1 root root 19290 Feb 6 00:43 go.sum [2021-02-06T00:43:29.106Z] drwxrwxr-x 8 1001 1001 4096 Feb 6 00:37 internal [2021-02-06T00:43:29.106Z] drwxrwxr-x 4 1001 1001 4096 Feb 6 00:37 openapi [2021-02-06T00:43:29.106Z] drwxrwxr-x 4 1001 1001 4096 Feb 6 00:37 snap [2021-02-06T00:43:29.106Z] -rw-rw-r-- 1 1001 1001 168 Feb 6 00:37 version.go [Pipeline] sh [2021-02-06T00:43:29.767Z] + '[' -e coverage.out ] [2021-02-06T00:43:29.767Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-06T00:43:29.833Z] Warning: overwriting stash ‘coverage-report’ [2021-02-06T00:43:31.093Z] Stashed 1 file(s) [Pipeline] sh [2021-02-06T00:43:31.751Z] + make build [2021-02-06T00:43:31.751Z] 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-02-06T00:43:41.921Z] 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-02-06T00:43:47.995Z] Running on prd-ubuntu18.04-docker-8c-8g-25304 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-06T00:43:48.088Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-02-06T00:43:50.331Z] using credential edgex-jenkins-ssh [2021-02-06T00:43:50.382Z] Cloning the remote Git repository [2021-02-06T00:43:50.403Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:43:50.464Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-02-06T00:43:50.490Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:43:50.490Z] > git --version # timeout=10 [2021-02-06T00:43:50.496Z] > git --version # 'git version 2.17.1' [2021-02-06T00:43:50.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:43:50.518Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:44:08.774Z] 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-02-06T00:44:13.081Z] 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-02-06T00:44:19.806Z] 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-02-06T00:44:20.083Z] 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-02-06T00:44:21.020Z] Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-06T00:44:21.237Z] Merge succeeded, producing 9b4f0f9ce5024e9329365bf2cce37947896f8117 [2021-02-06T00:44:21.238Z] Checking out Revision 9b4f0f9ce5024e9329365bf2cce37947896f8117 (PR-3034) [2021-02-06T00:44:20.401Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:44:20.408Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-06T00:44:20.416Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-06T00:44:20.428Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-06T00:44:20.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:44:20.432Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-06T00:44:21.058Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:44:21.062Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-06T00:44:21.131Z] > git remote # timeout=10 [2021-02-06T00:44:21.137Z] > git config --get remote.origin.url # timeout=10 [2021-02-06T00:44:21.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-06T00:44:21.144Z] > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 [2021-02-06T00:44:21.261Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-06T00:44:21.271Z] > git config core.sparsecheckout # timeout=10 [2021-02-06T00:44:21.275Z] > git checkout -f 9b4f0f9ce5024e9329365bf2cce37947896f8117 # timeout=10 [2021-02-06T00:44:24.876Z] Commit message: "Merge commit 'f0490a359bf291f637a24ac3a72a487d5e9880fa' into HEAD" [2021-02-06T00:44:24.889Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-02-06T00:44:25.491Z] 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 [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:44:26.156Z] + echo snap-build.sh [2021-02-06T00:44:26.156Z] snap-build.sh [2021-02-06T00:44:26.156Z] + SNAP_BASE_DIR=. [2021-02-06T00:44:26.156Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-02-06T00:44:26.156Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-02-06T00:44:26.156Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-02-06T00:44:26.156Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-02-06T00:44:26.156Z] + cd /w/workspace/edgex-go/19 [2021-02-06T00:44:26.156Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-06T00:44:26.156Z] Reading package lists... [2021-02-06T00:44:26.156Z] Building dependency tree... [2021-02-06T00:44:26.156Z] Reading state information... [2021-02-06T00:44:26.416Z] The following packages were automatically installed and are no longer required: [2021-02-06T00:44:26.416Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-06T00:44:26.416Z] uidmap xdelta3 [2021-02-06T00:44:26.416Z] Use 'sudo apt autoremove' to remove them. [2021-02-06T00:44:26.416Z] The following packages will be REMOVED: [2021-02-06T00:44:26.416Z] lxd* lxd-client* [2021-02-06T00:44:26.676Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-06T00:44:26.676Z] After this operation, 31.7 MB disk space will be freed. [2021-02-06T00:44:24.912Z] > git rev-list --no-walk 819d66770663099060b4e22756fbdb4c13ff0219 # timeout=10 [2021-02-06T00:44:27.725Z] (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-02-06T00:44:27.725Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-06T00:44:28.296Z] Removing lxd dnsmasq configuration [2021-02-06T00:44:28.296Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-06T00:44:28.557Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-06T00:44:29.505Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-06T00:44:29.505Z] (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-02-06T00:44:29.505Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-06T00:44:30.893Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-06T00:44:30.893Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-06T00:44:32.212Z] 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-02-06T00:44:32.283Z] + sudo snap remove --purge lxd [2021-02-06T00:44:32.283Z] snap "lxd" is not installed [2021-02-06T00:44:32.283Z] + sudo groupadd --force --system lxd [2021-02-06T00:44:32.283Z] ++ whoami [2021-02-06T00:44:32.283Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-06T00:44:32.283Z] + newgrp - lxd [2021-02-06T00:44:32.545Z] + sudo snap install lxd [2021-02-06T00:44:35.590Z] 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-02-06T00:44:41.062Z] 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-02-06T00:44:41.083Z] 2021-02-06T00:44:37Z INFO Waiting for automatic snapd restart... [2021-02-06T00:44:44.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:44:48.846Z] 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-02-06T00:44:53.164Z] 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-02-06T00:44:53.356Z] lxd 4.10 from Canonical* installed [2021-02-06T00:44:53.356Z] + sudo lxd init --auto [Pipeline] } [2021-02-06T00:44:59.930Z] $ docker stop --time=1 32e97cba59d3927266ec76f072a98a6d0e3ff2f60fc44a9adc044651b8b11ac1 [2021-02-06T00:45:02.426Z] $ docker rm -f 32e97cba59d3927266ec76f072a98a6d0e3ff2f60fc44a9adc044651b8b11ac1 [2021-02-06T00:45:03.369Z] + sudo snap install --classic snapcraft [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:45:05.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:45:05.283Z] [2021-02-06T00:45:05.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:45:05.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:45:05.958Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-06T00:45:05.958Z] 29e5d40040c1: Pulling fs layer [2021-02-06T00:45:05.958Z] 1ce36da41761: Pulling fs layer [2021-02-06T00:45:05.958Z] 25b303627fd3: Pulling fs layer [2021-02-06T00:45:05.958Z] 29e5d40040c1: Verifying Checksum [2021-02-06T00:45:05.958Z] 29e5d40040c1: Download complete [2021-02-06T00:45:06.561Z] 1ce36da41761: Verifying Checksum [2021-02-06T00:45:06.561Z] 1ce36da41761: Download complete [2021-02-06T00:45:06.834Z] 29e5d40040c1: Pull complete [2021-02-06T00:45:07.608Z] snapcraft 4.4.4 from Canonical* installed [2021-02-06T00:45:07.608Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-06T00:45:07.608Z] + patch --verbose -p1 [2021-02-06T00:45:07.608Z] Hmm... Looks like a unified diff to me... [2021-02-06T00:45:07.608Z] The text leading up to this was: [2021-02-06T00:45:07.608Z] -------------------------- [2021-02-06T00:45:07.608Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-06T00:45:07.608Z] |From: Tony Espy [2021-02-06T00:45:07.608Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-06T00:45:07.608Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-06T00:45:07.608Z] | [2021-02-06T00:45:07.608Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-06T00:45:07.608Z] |optimize the snap CI check run for pull requests. When [2021-02-06T00:45:07.608Z] |applied, it essentially strips out everything (apps and [2021-02-06T00:45:07.608Z] |parts) from the snapcraft.yaml file except those required [2021-02-06T00:45:07.608Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-06T00:45:07.608Z] |catch changes to edgex-go that break the snap build. [2021-02-06T00:45:07.608Z] | [2021-02-06T00:45:07.608Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-06T00:45:07.608Z] |to update this patch file, otherwise it may fail to apply, [2021-02-06T00:45:07.608Z] |resulting in a failed snap build CI check in the associated [2021-02-06T00:45:07.608Z] |pull request. [2021-02-06T00:45:07.608Z] | [2021-02-06T00:45:07.608Z] |Note - in addition to applying this patch, the pipeline also [2021-02-06T00:45:07.608Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-06T00:45:07.608Z] |need to build the finally binary .snap file (and it won't [2021-02-06T00:45:07.608Z] |work with the patch applied). This further reduces the build [2021-02-06T00:45:07.608Z] |time. [2021-02-06T00:45:07.608Z] |--- [2021-02-06T00:45:07.608Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-06T00:45:07.608Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-06T00:45:07.608Z] | [2021-02-06T00:45:07.608Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-06T00:45:07.608Z] |index 1e537489..faf42425 100644 [2021-02-06T00:45:07.608Z] |--- a/snap/snapcraft.yaml [2021-02-06T00:45:07.608Z] |+++ b/snap/snapcraft.yaml [2021-02-06T00:45:07.608Z] -------------------------- [2021-02-06T00:45:07.608Z] patching file snap/snapcraft.yaml [2021-02-06T00:45:07.608Z] Using Plan A... [2021-02-06T00:45:07.608Z] Hunk #1 succeeded at 73. [2021-02-06T00:45:07.608Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-06T00:45:07.608Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-06T00:45:07.608Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-06T00:45:07.608Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-06T00:45:07.608Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-06T00:45:07.608Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-06T00:45:07.608Z] Hunk #8 succeeded at 342. [2021-02-06T00:45:07.608Z] Hmm... Ignoring the trailing garbage. [2021-02-06T00:45:07.608Z] done [2021-02-06T00:45:07.608Z] + sudo snapcraft prime --use-lxd [2021-02-06T00:45:07.807Z] 1ce36da41761: Pull complete [2021-02-06T00:45:08.400Z] 25b303627fd3: Verifying Checksum [2021-02-06T00:45:08.400Z] 25b303627fd3: Download complete [2021-02-06T00:45:08.552Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-06T00:45:08.552Z] 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-02-06T00:45:08.552Z] - README.md [2021-02-06T00:45:08.552Z] - snapcraft.yaml.orig [2021-02-06T00:45:08.552Z] [2021-02-06T00:45:08.552Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-06T00:45:09.122Z] Launching a container. [2021-02-06T00:45:18.562Z] 25b303627fd3: Pull complete [2021-02-06T00:45:18.562Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-06T00:45:18.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:45:18.562Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-06T00:45:18.864Z] prd-ubuntu18.04-docker-arm64-4c-16g-25299 does not seem to be running inside a container [2021-02-06T00:45:18.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-06T00:45:22.380Z] $ docker top 84027fbb1e5f2b18dfe9a300c6298723e966978f7b8a2c334c9bb59222530f28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:45:23.486Z] + grep parallel [2021-02-06T00:45:23.486Z] + docker-compose build --help [2021-02-06T00:45:24.066Z] Waiting for container to be ready [2021-02-06T00:45:24.067Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-06T00:45:24.067Z] [2021-02-06T00:45:26.003Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-06T00:45:26.264Z] Waiting for network to be ready... [2021-02-06T00:45:26.837Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-06T00:45:26.837Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-06T00:45:27.411Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-06T00:45:27.411Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-06T00:45:27.411Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-06T00:45:27.671Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-06T00:45:27.671Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-06T00:45:27.671Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-06T00:45:27.671Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-06T00:45:27.671Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-06T00:45:27.671Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-06T00:45:27.671Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-06T00:45:27.932Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-06T00:45:27.932Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-06T00:45:27.932Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-06T00:45:27.932Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-06T00:45:27.932Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-06T00:45:27.932Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-06T00:45:28.191Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-06T00:45:28.452Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-06T00:45:28.712Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-06T00:45:28.712Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-06T00:45:28.712Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-06T00:45:28.712Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-06T00:45:28.712Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-06T00:45:28.712Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-06T00:45:28.712Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-06T00:45:30.267Z] --parallel Build images in parallel. [Pipeline] } [2021-02-06T00:45:30.305Z] $ docker stop --time=1 84027fbb1e5f2b18dfe9a300c6298723e966978f7b8a2c334c9bb59222530f28 [2021-02-06T00:45:31.264Z] Fetched 23.9 MB in 4s (5579 kB/s) [2021-02-06T00:45:31.835Z] Reading package lists... [2021-02-06T00:45:31.835Z] Reading package lists... [2021-02-06T00:45:32.097Z] Building dependency tree... [2021-02-06T00:45:32.097Z] Reading state information... [2021-02-06T00:45:32.097Z] The following additional packages will be installed: [2021-02-06T00:45:32.097Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-06T00:45:32.097Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-06T00:45:32.097Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-06T00:45:32.097Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-06T00:45:32.097Z] Suggested packages: [2021-02-06T00:45:32.097Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-06T00:45:32.097Z] Recommended packages: [2021-02-06T00:45:32.097Z] gnupg libsasl2-modules [2021-02-06T00:45:32.097Z] The following NEW packages will be installed: [2021-02-06T00:45:32.097Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-06T00:45:32.097Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-06T00:45:32.097Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-06T00:45:32.097Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-06T00:45:32.097Z] The following packages will be upgraded: [2021-02-06T00:45:32.097Z] gpg gpg-agent gpgconf libudev1 [2021-02-06T00:45:32.147Z] $ docker rm -f 84027fbb1e5f2b18dfe9a300c6298723e966978f7b8a2c334c9bb59222530f28 [2021-02-06T00:45:32.358Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-06T00:45:32.358Z] Need to get 3533 kB of archives. [2021-02-06T00:45:32.358Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-06T00:45:32.358Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-06T00:45:32.358Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-06T00:45:32.358Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-06T00:45:32.358Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-06T00:45:32.358Z] Get:5 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-02-06T00:45:32.358Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-06T00:45:32.358Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-06T00:45:32.358Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-06T00:45:32.358Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:45:32.618Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-06T00:45:32.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-06T00:45:32.918Z] . [Pipeline] withDockerContainer [2021-02-06T00:45:33.142Z] prd-ubuntu18.04-docker-arm64-4c-16g-25299 does not seem to be running inside a container [2021-02-06T00:45:33.189Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-06T00:45:33.189Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-06T00:45:33.189Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-06T00:45:33.189Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-06T00:45:33.189Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-06T00:45:33.189Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-06T00:45:33.189Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-06T00:45:33.189Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-06T00:45:33.189Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-06T00:45:33.189Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-06T00:45:33.189Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-06T00:45:33.189Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-06T00:45:33.233Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-06T00:45:33.449Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:45:33.449Z] Fetched 3533 kB in 1s (3386 kB/s) [2021-02-06T00:45:33.449Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-06T00:45:33.449Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:45:33.449Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:45:33.449Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-06T00:45:33.709Z] Selecting previously unselected package udev. [2021-02-06T00:45:33.709Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-06T00:45:33.709Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:45:33.709Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-06T00:45:33.970Z] Selecting previously unselected package libfuse2:amd64. [2021-02-06T00:45:33.970Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-06T00:45:33.970Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-06T00:45:33.970Z] Selecting previously unselected package fuse. [2021-02-06T00:45:33.970Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-06T00:45:33.970Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-06T00:45:34.230Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:45:34.230Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:45:34.230Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:45:34.230Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:45:34.476Z] $ docker top 530296456bfbd3e401c882f8aa061e9f366c6ea274e54d466983fa73716af3aa -eo pid,comm [2021-02-06T00:45:34.491Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:45:34.491Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:45:34.491Z] Selecting previously unselected package libksba8:amd64. [2021-02-06T00:45:34.491Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-06T00:45:34.491Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-06T00:45:34.751Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-06T00:45:34.751Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:34.751Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:34.751Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-06T00:45:34.751Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:34.751Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:34.751Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-06T00:45:34.751Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:34.751Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] { [Pipeline] sh [2021-02-06T00:45:35.011Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-06T00:45:35.011Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:35.011Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:35.011Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-06T00:45:35.011Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:35.011Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:35.011Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-06T00:45:35.011Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:35.011Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:35.272Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-06T00:45:35.272Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:35.272Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:35.272Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-06T00:45:35.272Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:35.272Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:35.272Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-06T00:45:35.272Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-06T00:45:35.272Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:35.470Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-06T00:45:35.533Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-06T00:45:35.533Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-06T00:45:35.533Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:45:35.533Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-06T00:45:35.533Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-06T00:45:35.533Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:45:35.533Z] Selecting previously unselected package libldap-common. [2021-02-06T00:45:35.533Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-06T00:45:35.533Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:45:35.533Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-06T00:45:35.794Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-06T00:45:35.794Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:45:35.794Z] Selecting previously unselected package dirmngr. [2021-02-06T00:45:35.794Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:45:35.794Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-06T00:45:36.055Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:45:36.056Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-06T00:45:36.056Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-06T00:45:36.056Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:45:36.056Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-06T00:45:36.056Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-06T00:45:36.317Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:36.317Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-06T00:45:36.317Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:45:36.317Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-06T00:45:36.578Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-06T00:45:36.841Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:36.841Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-06T00:45:36.841Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-06T00:45:36.841Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-06T00:45:36.841Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:36.841Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:37.102Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:37.102Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:37.102Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:37.102Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:37.102Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-06T00:45:37.102Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-06T00:45:37.102Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-06T00:45:37.102Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:45:37.674Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-06T00:45:37.674Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-06T00:45:37.674Z] This means they are not meant to be enabled using systemctl. [2021-02-06T00:45:37.674Z] Possible reasons for having this kind of units are: [2021-02-06T00:45:37.674Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-06T00:45:37.674Z] .wants/ or .requires/ directory. [2021-02-06T00:45:37.674Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-06T00:45:37.674Z] a requirement dependency on it. [2021-02-06T00:45:37.674Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-06T00:45:37.674Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-06T00:45:37.674Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-06T00:45:37.674Z] instance name specified. [2021-02-06T00:45:37.934Z] Reading package lists... [2021-02-06T00:45:38.194Z] Building dependency tree... [2021-02-06T00:45:38.194Z] Reading state information... [2021-02-06T00:45:38.194Z] The following additional packages will be installed: [2021-02-06T00:45:38.194Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-06T00:45:38.194Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-06T00:45:38.195Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-06T00:45:38.195Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-06T00:45:38.195Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-06T00:45:38.195Z] Suggested packages: [2021-02-06T00:45:38.195Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-06T00:45:38.195Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-06T00:45:38.195Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-06T00:45:38.195Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-06T00:45:38.195Z] systemd-container policykit-1 [2021-02-06T00:45:38.195Z] Recommended packages: [2021-02-06T00:45:38.195Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-06T00:45:38.195Z] The following NEW packages will be installed: [2021-02-06T00:45:38.195Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-06T00:45:38.195Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-06T00:45:38.195Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-06T00:45:38.195Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-06T00:45:38.195Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-06T00:45:38.195Z] The following packages will be upgraded: [2021-02-06T00:45:38.195Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-06T00:45:38.454Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-06T00:45:38.454Z] Need to get 35.2 MB of archives. [2021-02-06T00:45:38.454Z] After this operation, 141 MB of additional disk space will be used. [2021-02-06T00:45:38.454Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-06T00:45:38.454Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-06T00:45:39.026Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-06T00:45:39.288Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-06T00:45:39.288Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-06T00:45:39.288Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-06T00:45:39.288Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-06T00:45:39.288Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-06T00:45:39.288Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-06T00:45:39.288Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-06T00:45:39.288Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-06T00:45:39.288Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-06T00:45:39.288Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-06T00:45:39.288Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-06T00:45:39.288Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-06T00:45:39.288Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-06T00:45:39.288Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-06T00:45:39.288Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-06T00:45:39.288Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-06T00:45:39.549Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-06T00:45:39.549Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-06T00:45:39.549Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-06T00:45:39.549Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-06T00:45:39.549Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-06T00:45:39.549Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-06T00:45:39.549Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-06T00:45:39.549Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-06T00:45:39.549Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-06T00:45:39.549Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-06T00:45:39.809Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-06T00:45:40.752Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:45:40.752Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-02-06T00:45:40.752Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-06T00:45:40.752Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:45:40.752Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:45:41.324Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:45:41.324Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:45:41.587Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-06T00:45:41.587Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-06T00:45:41.587Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-06T00:45:41.587Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-06T00:45:41.848Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-06T00:45:41.848Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-06T00:45:41.848Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-06T00:45:41.848Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-06T00:45:42.110Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-06T00:45:42.110Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-06T00:45:42.161Z] Building docker-core-command-go ... [2021-02-06T00:45:42.161Z] Building docker-core-data-go ... [2021-02-06T00:45:42.161Z] Building docker-core-metadata-go ... [2021-02-06T00:45:42.161Z] Building docker-security-bootstrapper-go ... [2021-02-06T00:45:42.161Z] Building docker-security-proxy-setup-go ... [2021-02-06T00:45:42.161Z] Building docker-security-secretstore-setup-go ... [2021-02-06T00:45:42.161Z] Building docker-support-notifications-go ... [2021-02-06T00:45:42.161Z] Building docker-support-scheduler-go ... [2021-02-06T00:45:42.161Z] Building docker-sys-mgmt-agent-go ... [2021-02-06T00:45:42.161Z] Building docker-sys-mgmt-agent-go [2021-02-06T00:45:42.161Z] Building docker-core-data-go [2021-02-06T00:45:42.161Z] Building docker-security-bootstrapper-go [2021-02-06T00:45:42.161Z] Building docker-support-notifications-go [2021-02-06T00:45:42.161Z] Building docker-security-proxy-setup-go [2021-02-06T00:45:42.683Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-06T00:45:42.683Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-06T00:45:42.683Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-06T00:45:42.683Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-06T00:45:42.944Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-06T00:45:42.944Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:45:42.944Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:42.944Z] Selecting previously unselected package libexpat1:amd64. [2021-02-06T00:45:42.944Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-06T00:45:42.944Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-06T00:45:43.205Z] Selecting previously unselected package python3.6-minimal. [2021-02-06T00:45:43.205Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:45:43.205Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:43.528Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-06T00:45:43.528Z] Checking for services that may need to be restarted...done. [2021-02-06T00:45:43.528Z] Checking for services that may need to be restarted...done. [2021-02-06T00:45:43.528Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:43.789Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-06T00:45:43.789Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:44.049Z] Selecting previously unselected package python3-minimal. [2021-02-06T00:45:44.049Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-06T00:45:44.049Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-06T00:45:44.049Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-06T00:45:44.309Z] Selecting previously unselected package mime-support. [2021-02-06T00:45:44.309Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-06T00:45:44.309Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-06T00:45:44.309Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-06T00:45:44.309Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-06T00:45:44.309Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-06T00:45:44.309Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-06T00:45:44.309Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:45:44.570Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:44.570Z] Selecting previously unselected package python3.6. [2021-02-06T00:45:44.570Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-06T00:45:44.570Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:44.832Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-06T00:45:44.832Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-06T00:45:45.091Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-06T00:45:45.091Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-06T00:45:45.352Z] Selecting previously unselected package python3. [2021-02-06T00:45:45.352Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-06T00:45:45.352Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-06T00:45:45.352Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-06T00:45:45.352Z] Selecting previously unselected package multiarch-support. [2021-02-06T00:45:45.352Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:45:45.352Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-06T00:45:45.613Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-06T00:45:45.613Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-06T00:45:45.613Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-06T00:45:45.613Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-06T00:45:45.613Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-06T00:45:45.613Z] Selecting previously unselected package libbsd0:amd64. [2021-02-06T00:45:45.613Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-06T00:45:45.613Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-06T00:45:45.613Z] Selecting previously unselected package sudo. [2021-02-06T00:45:45.613Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-06T00:45:45.873Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-06T00:45:45.873Z] Selecting previously unselected package apparmor. [2021-02-06T00:45:45.873Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-06T00:45:45.873Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-06T00:45:46.137Z] Selecting previously unselected package libedit2:amd64. [2021-02-06T00:45:46.137Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-06T00:45:46.137Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-06T00:45:46.137Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-06T00:45:46.137Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:45:46.137Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:46.396Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-06T00:45:46.396Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:45:46.396Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:46.396Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-06T00:45:46.396Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-06T00:45:46.396Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-06T00:45:46.396Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-06T00:45:46.396Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:45:46.396Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:46.656Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-06T00:45:46.656Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-06T00:45:46.656Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:46.656Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-06T00:45:46.656Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-06T00:45:46.656Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-06T00:45:46.921Z] Selecting previously unselected package openssh-client. [2021-02-06T00:45:46.921Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-06T00:45:46.921Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-06T00:45:46.921Z] Selecting previously unselected package squashfs-tools. [2021-02-06T00:45:46.921Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-06T00:45:47.182Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-06T00:45:47.182Z] Selecting previously unselected package snapd. [2021-02-06T00:45:47.182Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-06T00:45:47.182Z] Unpacking snapd (2.48+18.04) ... [2021-02-06T00:45:49.100Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-06T00:45:49.100Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-06T00:45:49.361Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-06T00:45:49.361Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-06T00:45:49.361Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-06T00:45:49.361Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:49.361Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:45:49.361Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-06T00:45:49.361Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-06T00:45:53.630Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-06T00:45:54.201Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-06T00:45:54.201Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-06T00:45:54.201Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:54.201Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:54.201Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-06T00:45:54.772Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-06T00:45:54.772Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:54.772Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-06T00:45:54.772Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-06T00:45:54.772Z] running python rtupdate hooks for python3.6... [2021-02-06T00:45:54.772Z] running python post-rtupdate hooks for python3.6... [2021-02-06T00:45:55.032Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-06T00:45:55.973Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-06T00:45:56.235Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-06T00:45:56.235Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-06T00:45:56.235Z] Setting up snapd (2.48+18.04) ... [2021-02-06T00:45:56.806Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-06T00:45:56.806Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-06T00:45:57.067Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-06T00:45:57.067Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-06T00:45:57.328Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-06T00:45:57.328Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-06T00:45:57.588Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-06T00:45:57.588Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-06T00:45:57.848Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-06T00:45:57.848Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-06T00:45:58.109Z] /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-02-06T00:45:58.109Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-06T00:45:58.109Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-06T00:45:59.051Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-06T00:45:59.051Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-06T00:45:59.051Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-06T00:45:59.620Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-06T00:46:00.191Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-06T00:46:00.762Z] Fetched 3769 kB in 2s (2107 kB/s) [2021-02-06T00:46:01.341Z] Reading package lists... [2021-02-06T00:46:01.601Z] Reading package lists... [2021-02-06T00:46:01.861Z] Building dependency tree... [2021-02-06T00:46:01.861Z] Reading state information... [2021-02-06T00:46:01.861Z] Calculating upgrade... [2021-02-06T00:46:01.861Z] The following packages will be upgraded: [2021-02-06T00:46:01.861Z] advancecomp base-files bash binutils binutils-common [2021-02-06T00:46:01.861Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-06T00:46:01.861Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-06T00:46:01.861Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-06T00:46:01.861Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-06T00:46:01.861Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-06T00:46:01.861Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-06T00:46:01.861Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-06T00:46:01.861Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-06T00:46:01.861Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-06T00:46:01.861Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-06T00:46:01.861Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-06T00:46:01.861Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-06T00:46:01.861Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-06T00:46:01.861Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-06T00:46:02.122Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-06T00:46:02.122Z] Need to get 63.8 MB of archives. [2021-02-06T00:46:02.122Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-06T00:46:02.122Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-06T00:46:02.122Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-06T00:46:02.122Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-06T00:46:02.122Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-06T00:46:02.122Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-06T00:46:02.122Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-06T00:46:02.122Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-06T00:46:02.122Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-06T00:46:02.122Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-06T00:46:02.122Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-06T00:46:02.122Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-06T00:46:02.122Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-06T00:46:02.122Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-06T00:46:02.122Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-06T00:46:02.383Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-06T00:46:02.383Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-06T00:46:02.383Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-06T00:46:02.383Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-06T00:46:02.383Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-06T00:46:02.383Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-06T00:46:02.383Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-06T00:46:02.383Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-06T00:46:02.383Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-06T00:46:02.383Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-06T00:46:02.383Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-06T00:46:02.383Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-06T00:46:02.383Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-06T00:46:02.383Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-06T00:46:02.383Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-06T00:46:02.383Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-06T00:46:02.383Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-06T00:46:02.383Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-06T00:46:02.383Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-06T00:46:02.383Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-06T00:46:02.383Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-06T00:46:02.383Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-06T00:46:02.383Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-06T00:46:02.383Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-06T00:46:02.383Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-06T00:46:02.383Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-06T00:46:02.383Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-06T00:46:02.383Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-06T00:46:02.383Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-06T00:46:02.383Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-06T00:46:02.383Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-06T00:46:02.383Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-06T00:46:02.383Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-06T00:46:02.383Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-06T00:46:02.383Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-06T00:46:02.643Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-06T00:46:02.643Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-06T00:46:02.643Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-06T00:46:02.643Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-06T00:46:02.643Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-06T00:46:02.643Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-06T00:46:02.643Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-06T00:46:02.643Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-06T00:46:02.903Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-06T00:46:02.903Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-06T00:46:02.903Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-06T00:46:03.165Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-06T00:46:03.165Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-06T00:46:03.165Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-06T00:46:03.165Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-06T00:46:03.165Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-06T00:46:03.427Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-06T00:46:03.427Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-06T00:46:03.427Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-06T00:46:03.427Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-06T00:46:03.427Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-06T00:46:03.427Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-06T00:46:03.427Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-06T00:46:03.427Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-06T00:46:03.427Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-06T00:46:03.427Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-06T00:46:03.427Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-06T00:46:03.687Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-06T00:46:03.687Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-06T00:46:03.688Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-06T00:46:03.688Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-06T00:46:03.688Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-06T00:46:03.688Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-06T00:46:03.688Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-06T00:46:03.688Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-06T00:46:03.688Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-06T00:46:03.688Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-06T00:46:03.688Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-06T00:46:03.688Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-06T00:46:03.948Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-06T00:46:03.948Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-06T00:46:03.948Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-06T00:46:03.948Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-06T00:46:03.948Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-06T00:46:03.948Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-06T00:46:03.948Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-06T00:46:03.948Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-06T00:46:03.948Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-06T00:46:03.948Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-06T00:46:03.948Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-06T00:46:04.208Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:46:04.208Z] Fetched 63.8 MB in 2s (31.2 MB/s) [2021-02-06T00:46:04.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:04.208Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:46:04.467Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:46:05.038Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:46:05.038Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:46:05.039Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-06T00:46:05.039Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-06T00:46:05.981Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:05.981Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:05.981Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:05.981Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:05.981Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:06.242Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:06.242Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:06.242Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:06.242Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:06.242Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:06.503Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:06.503Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:06.503Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:06.503Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:06.764Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:06.764Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:46:06.764Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:06.764Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-06T00:46:06.764Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:07.024Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:46:07.024Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:07.024Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:07.024Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:07.024Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:07.291Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:07.291Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-06T00:46:07.291Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:07.553Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:46:07.553Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:46:07.814Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:46:08.075Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-06T00:46:08.335Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-06T00:46:08.335Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-06T00:46:08.335Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-06T00:46:08.335Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-06T00:46:08.335Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-06T00:46:08.594Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-06T00:46:08.594Z] Installing new version of config file /etc/issue ... [2021-02-06T00:46:08.594Z] Installing new version of config file /etc/issue.net ... [2021-02-06T00:46:08.594Z] Installing new version of config file /etc/lsb-release ... [2021-02-06T00:46:08.594Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-06T00:46:08.858Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-06T00:46:08.858Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-06T00:46:08.858Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-06T00:46:09.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:09.119Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-06T00:46:09.119Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-06T00:46:09.119Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-06T00:46:09.380Z] 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-02-06T00:46:09.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:09.380Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:09.380Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:09.380Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:09.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:09.640Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-06T00:46:09.640Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-06T00:46:09.640Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-06T00:46:09.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:09.901Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-06T00:46:09.901Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-06T00:46:09.901Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-06T00:46:10.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:10.162Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:46:10.162Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:46:10.422Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-06T00:46:10.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:10.422Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:46:10.422Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:46:10.684Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-06T00:46:10.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:10.684Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-06T00:46:10.684Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-06T00:46:10.684Z] Setting up grep (3.1-2build1) ... [2021-02-06T00:46:10.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:10.944Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-06T00:46:10.944Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-06T00:46:11.205Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-06T00:46:11.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:11.205Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:46:11.205Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:46:11.205Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-06T00:46:11.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:11.466Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-06T00:46:11.466Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:46:11.728Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-06T00:46:11.989Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:46:11.989Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-06T00:46:11.989Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:46:12.559Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-06T00:46:12.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:12.559Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-06T00:46:12.559Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-06T00:46:13.944Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-06T00:46:13.944Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-06T00:46:13.944Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-06T00:46:13.944Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-06T00:46:13.944Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-06T00:46:14.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:14.207Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-06T00:46:14.207Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-06T00:46:14.207Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-06T00:46:14.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:14.468Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:14.468Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:14.468Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:14.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:14.729Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:14.729Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:14.729Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:14.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:14.729Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:14.989Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:14.989Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:14.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:14.989Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:15.249Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:15.249Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:15.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:15.249Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:46:15.249Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:46:15.510Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:46:15.510Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:46:15.510Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-06T00:46:15.776Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:15.776Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-06T00:46:15.776Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:46:15.776Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-06T00:46:16.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:16.037Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:16.037Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:16.037Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:16.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:16.037Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:16.297Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:16.297Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:16.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:16.297Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:16.558Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:16.819Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:17.079Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-06T00:46:17.340Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-06T00:46:17.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:17.608Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-06T00:46:17.608Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-06T00:46:17.608Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:46:18.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-06T00:46:18.039Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-06T00:46:18.039Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-06T00:46:18.301Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-06T00:46:18.301Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:18.301Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-06T00:46:18.561Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-06T00:46:18.561Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-06T00:46:18.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:18.823Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-06T00:46:18.823Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-06T00:46:19.085Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-06T00:46:19.085Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:19.085Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-06T00:46:19.085Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-06T00:46:19.085Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-06T00:46:19.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:19.347Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-06T00:46:19.347Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:46:19.347Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:46:19.608Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:19.608Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-06T00:46:19.608Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:46:19.608Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:46:19.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:19.869Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-06T00:46:19.869Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:46:20.131Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:46:20.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:20.131Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-06T00:46:20.131Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-06T00:46:20.392Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-06T00:46:20.392Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-06T00:46:20.392Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:46:20.392Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:46:20.652Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-06T00:46:20.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:20.652Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-06T00:46:20.652Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-06T00:46:20.914Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-06T00:46:20.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:20.914Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-06T00:46:20.914Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-06T00:46:21.174Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-06T00:46:21.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:21.435Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-06T00:46:21.435Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-06T00:46:21.435Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-06T00:46:21.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:21.435Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-06T00:46:21.435Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-06T00:46:21.694Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-06T00:46:21.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:21.694Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-06T00:46:21.955Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-06T00:46:22.215Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-06T00:46:22.215Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:22.215Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-06T00:46:22.476Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-06T00:46:22.476Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-06T00:46:22.476Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:22.476Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-06T00:46:22.476Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-06T00:46:22.737Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-06T00:46:22.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:22.737Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-06T00:46:22.998Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-06T00:46:22.998Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-06T00:46:22.998Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:22.998Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-06T00:46:22.998Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-06T00:46:23.259Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-06T00:46:23.259Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:23.259Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-06T00:46:23.259Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-06T00:46:23.524Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-06T00:46:23.524Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:23.524Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-06T00:46:23.785Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-06T00:46:23.785Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-06T00:46:23.785Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-06T00:46:23.785Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-06T00:46:23.785Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-06T00:46:24.047Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-06T00:46:24.047Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-06T00:46:24.047Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-06T00:46:24.047Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-06T00:46:24.307Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-06T00:46:24.307Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-06T00:46:24.571Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-06T00:46:24.571Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-06T00:46:24.571Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-06T00:46:24.571Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-06T00:46:25.142Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-06T00:46:25.142Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-06T00:46:25.142Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-06T00:46:25.142Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-06T00:46:25.403Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-06T00:46:25.403Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-06T00:46:25.403Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-06T00:46:25.403Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-06T00:46:25.664Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-06T00:46:25.664Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-06T00:46:25.664Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-06T00:46:25.664Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-06T00:46:25.664Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-06T00:46:25.664Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-06T00:46:25.924Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-06T00:46:25.924Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-06T00:46:26.658Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-06T00:46:26.658Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-06T00:46:26.944Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-06T00:46:26.944Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-06T00:46:26.944Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:46:26.944Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:46:27.270Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:46:27.270Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:46:27.270Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:46:27.270Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:46:27.570Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-06T00:46:27.571Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-06T00:46:27.571Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:27.571Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:27.571Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:27.870Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:27.870Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:27.870Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:28.129Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:28.129Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:29.068Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:29.068Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:29.638Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:29.638Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:31.553Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:31.553Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:31.812Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:31.812Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:32.751Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-06T00:46:32.751Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-06T00:46:32.751Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-06T00:46:32.751Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-06T00:46:33.013Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-06T00:46:33.013Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-06T00:46:33.013Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-06T00:46:33.013Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-06T00:46:33.276Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-06T00:46:33.276Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-06T00:46:33.276Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-06T00:46:33.276Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-06T00:46:33.537Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-06T00:46:33.537Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-06T00:46:33.537Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-06T00:46:33.537Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-06T00:46:33.799Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:33.799Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-06T00:46:33.799Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:33.799Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:33.799Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:33.799Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-06T00:46:33.799Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-06T00:46:33.799Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-06T00:46:34.059Z] [2021-02-06T00:46:34.059Z] Current default time zone: 'Etc/UTC' [2021-02-06T00:46:34.059Z] Local time is now: Sat Feb 6 00:46:33 UTC 2021. [2021-02-06T00:46:34.059Z] Universal Time is now: Sat Feb 6 00:46:33 UTC 2021. [2021-02-06T00:46:34.059Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-06T00:46:34.059Z] [2021-02-06T00:46:34.059Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-06T00:46:34.059Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:34.059Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-06T00:46:34.059Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-06T00:46:34.059Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-06T00:46:34.320Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-06T00:46:34.320Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-06T00:46:34.320Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-06T00:46:34.320Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-06T00:46:34.320Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-06T00:46:34.320Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:34.320Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-06T00:46:34.581Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:34.581Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:46:34.581Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:34.581Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-06T00:46:34.581Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-06T00:46:34.581Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-06T00:46:34.581Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-06T00:46:34.581Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-06T00:46:34.581Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-06T00:46:34.842Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:46:34.842Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-06T00:46:36.756Z] Updating certificates in /etc/ssl/certs... [2021-02-06T00:46:37.328Z] 23 added, 27 removed; done. [2021-02-06T00:46:37.328Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-06T00:46:37.328Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-06T00:46:37.328Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-06T00:46:37.589Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-06T00:46:37.589Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-06T00:46:37.589Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.589Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:46:37.589Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.589Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.589Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.589Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.589Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.589Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-06T00:46:37.850Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:46:37.850Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-06T00:46:37.850Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-06T00:46:37.850Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-06T00:46:37.850Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.850Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-06T00:46:37.850Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-06T00:46:37.850Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-06T00:46:37.850Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-06T00:46:38.110Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:46:38.110Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-06T00:46:38.110Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-06T00:46:38.110Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-06T00:46:38.110Z] Updating certificates in /etc/ssl/certs... [2021-02-06T00:46:38.681Z] 0 added, 0 removed; done. [2021-02-06T00:46:38.681Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-06T00:46:38.681Z] done. [2021-02-06T00:46:39.256Z] Reading package lists... [2021-02-06T00:46:39.515Z] Building dependency tree... [2021-02-06T00:46:39.515Z] Reading state information... [2021-02-06T00:46:39.515Z] The following NEW packages will be installed: [2021-02-06T00:46:39.515Z] apt-transport-https [2021-02-06T00:46:39.776Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-06T00:46:39.776Z] Need to get 1696 B of archives. [2021-02-06T00:46:39.776Z] After this operation, 153 kB of additional disk space will be used. [2021-02-06T00:46:39.776Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-06T00:46:39.776Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:46:39.776Z] Fetched 1696 B in 0s (26.8 kB/s) [2021-02-06T00:46:39.776Z] Selecting previously unselected package apt-transport-https. [2021-02-06T00:46:39.776Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-06T00:46:39.776Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-06T00:46:39.776Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-06T00:46:40.037Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-06T00:46:40.297Z] Waiting for network to be ready... [2021-02-06T00:46:45.587Z] 2021-02-06T00:46:43Z INFO Waiting for automatic snapd restart... [2021-02-06T00:46:45.847Z] snapd 2.48.2 from Canonical* installed [2021-02-06T00:46:46.787Z] "snapd" switched to the "latest/stable" channel [2021-02-06T00:46:46.787Z] [2021-02-06T00:46:49.356Z] core18 20201210 from Canonical* installed [2021-02-06T00:46:49.617Z] "core18" switched to the "latest/stable" channel [2021-02-06T00:46:49.617Z] [2021-02-06T00:46:52.925Z] snapcraft 4.4.4 from Canonical* installed [2021-02-06T00:46:52.925Z] "snapcraft" switched to the "latest/stable" channel [2021-02-06T00:46:52.925Z] [2021-02-06T00:46:56.218Z] 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-02-06T00:46:56.218Z] - README.md [2021-02-06T00:46:56.218Z] - snapcraft.yaml.orig [2021-02-06T00:46:56.218Z] [2021-02-06T00:46:56.218Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-06T00:47:02.807Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:47:02.807Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-06T00:47:02.807Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-06T00:47:03.068Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-06T00:47:03.350Z] Fetched 88.7 kB in 1s (155 kB/s) [2021-02-06T00:47:03.890Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:47:03.890Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:47:03.890Z] ---> 371d2b5d010d [2021-02-06T00:47:03.890Z] Step 3/26 : WORKDIR /edgex-go [2021-02-06T00:47:03.890Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:47:03.890Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:47:03.890Z] ---> 371d2b5d010d [2021-02-06T00:47:03.890Z] Step 3/31 : WORKDIR /edgex-go [2021-02-06T00:47:03.890Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:47:03.890Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:47:03.890Z] ---> 371d2b5d010d [2021-02-06T00:47:03.890Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:47:03.890Z] [2021-02-06T00:47:03.890Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:47:03.890Z] ---> 371d2b5d010d [2021-02-06T00:47:03.890Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:47:03.890Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:47:03.890Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:47:03.890Z] ---> 371d2b5d010d [2021-02-06T00:47:03.890Z] Step 3/21 : WORKDIR /edgex-go [2021-02-06T00:47:03.890Z] ---> Running in 97038851cb90 [2021-02-06T00:47:03.890Z] ---> Running in eb995ea2e602 [2021-02-06T00:47:03.890Z] ---> Running in 1d0d6be99961 [2021-02-06T00:47:03.890Z] ---> Running in fe3f1cb4faca [2021-02-06T00:47:03.890Z] ---> Running in 6807eba4cfd8 [2021-02-06T00:47:03.890Z] Removing intermediate container 6807eba4cfd8 [2021-02-06T00:47:03.890Z] ---> ae8520381130 [2021-02-06T00:47:03.890Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:47:03.890Z] Removing intermediate container eb995ea2e602 [2021-02-06T00:47:03.890Z] ---> a1d3941a740d [2021-02-06T00:47:03.890Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:47:03.890Z] Removing intermediate container 97038851cb90 [2021-02-06T00:47:03.890Z] ---> c10f66ae5c6e [2021-02-06T00:47:03.890Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:47:03.890Z] Removing intermediate container fe3f1cb4faca [2021-02-06T00:47:03.890Z] ---> 52a5d8341edf [2021-02-06T00:47:03.890Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:47:03.890Z] Removing intermediate container 1d0d6be99961 [2021-02-06T00:47:03.890Z] ---> 453934787c13 [2021-02-06T00:47:03.890Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:47:03.890Z] ---> Running in 9280c7020330 [2021-02-06T00:47:03.890Z] ---> Running in 694883ef7c25 [2021-02-06T00:47:03.890Z] ---> Running in bb0b6e223705 [2021-02-06T00:47:03.890Z] ---> Running in 8caf63f24e54 [2021-02-06T00:47:03.890Z] ---> Running in 9bbdbc525f9b [2021-02-06T00:47:03.890Z] Removing intermediate container 9280c7020330 [2021-02-06T00:47:03.890Z] ---> 65461be98e83 [2021-02-06T00:47:03.890Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-06T00:47:03.890Z] Removing intermediate container 8caf63f24e54 [2021-02-06T00:47:03.890Z] ---> fdcc283d97f5 [2021-02-06T00:47:03.890Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-06T00:47:03.890Z] ---> Running in e615700d2b4a [2021-02-06T00:47:03.890Z] Removing intermediate container 694883ef7c25 [2021-02-06T00:47:03.890Z] ---> 28c0ab4692d0 [2021-02-06T00:47:03.890Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-06T00:47:03.890Z] ---> Running in 641a590e61a8 [2021-02-06T00:47:03.890Z] Removing intermediate container bb0b6e223705 [2021-02-06T00:47:03.890Z] ---> 16c9756ab5ea [2021-02-06T00:47:03.890Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-06T00:47:03.890Z] ---> Running in 48734ad13142 [2021-02-06T00:47:03.890Z] Removing intermediate container 9bbdbc525f9b [2021-02-06T00:47:03.890Z] ---> de329144ee3c [2021-02-06T00:47:03.890Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-06T00:47:03.919Z] Reading package lists... [2021-02-06T00:47:04.166Z] ---> Running in bed893ee9012 [2021-02-06T00:47:04.166Z] ---> Running in 5fcb6075f64a [2021-02-06T00:47:04.489Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-06T00:47:05.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:05.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:05.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:05.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:05.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:05.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:06.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:06.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:06.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:06.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:47:07.114Z] OK: 217 MiB in 51 packages [2021-02-06T00:47:07.813Z] OK: 217 MiB in 51 packages [2021-02-06T00:47:07.813Z] OK: 217 MiB in 51 packages [2021-02-06T00:47:08.245Z] OK: 217 MiB in 51 packages [2021-02-06T00:47:08.909Z] OK: 217 MiB in 51 packages [2021-02-06T00:47:09.185Z] Removing intermediate container e615700d2b4a [2021-02-06T00:47:09.185Z] ---> 537bbc59af94 [2021-02-06T00:47:09.185Z] Step 6/31 : COPY go.mod . [2021-02-06T00:47:09.795Z] Removing intermediate container bed893ee9012 [2021-02-06T00:47:09.795Z] ---> 712fef47b7a4 [2021-02-06T00:47:09.795Z] Step 6/21 : COPY go.mod . [2021-02-06T00:47:10.400Z] ---> a881b552e180 [2021-02-06T00:47:10.400Z] Step 7/31 : RUN go mod download [2021-02-06T00:47:10.400Z] Removing intermediate container 5fcb6075f64a [2021-02-06T00:47:10.400Z] ---> d94969e46cdc [2021-02-06T00:47:10.400Z] Step 6/23 : COPY go.mod . [2021-02-06T00:47:10.682Z] ---> Running in 04df189befbe [2021-02-06T00:47:10.956Z] Removing intermediate container 48734ad13142 [2021-02-06T00:47:10.956Z] ---> e79b1d5ce856 [2021-02-06T00:47:10.956Z] Step 6/22 : COPY go.mod . [2021-02-06T00:47:11.068Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:47:11.068Z] Reading package lists... [2021-02-06T00:47:11.068Z] Building dependency tree... [2021-02-06T00:47:11.068Z] Reading state information... [2021-02-06T00:47:11.068Z] Suggested packages: [2021-02-06T00:47:11.068Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-06T00:47:11.068Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-06T00:47:11.068Z] Recommended packages: [2021-02-06T00:47:11.068Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-06T00:47:11.068Z] The following NEW packages will be installed: [2021-02-06T00:47:11.068Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-06T00:47:11.068Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-06T00:47:11.068Z] pkg-config zip [2021-02-06T00:47:11.068Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-06T00:47:11.068Z] Need to get 7655 kB of archives. [2021-02-06T00:47:11.068Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-06T00:47:11.068Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-06T00:47:11.068Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-06T00:47:11.068Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-06T00:47:11.068Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-06T00:47:11.068Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-06T00:47:11.068Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-06T00:47:11.068Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-06T00:47:11.068Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-06T00:47:11.235Z] ---> 3130b93fdc2b [2021-02-06T00:47:11.235Z] Step 7/21 : RUN go mod download [2021-02-06T00:47:11.235Z] Removing intermediate container 641a590e61a8 [2021-02-06T00:47:11.235Z] ---> bb9e39094096 [2021-02-06T00:47:11.235Z] Step 6/26 : COPY go.mod . [2021-02-06T00:47:11.328Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-06T00:47:11.328Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-06T00:47:11.328Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-06T00:47:11.328Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-06T00:47:11.328Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-06T00:47:11.514Z] ---> 965a670c0d41 [2021-02-06T00:47:11.514Z] Step 7/23 : RUN go mod download [2021-02-06T00:47:11.514Z] ---> Running in 2536febcce65 [2021-02-06T00:47:11.587Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-06T00:47:11.587Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-06T00:47:11.587Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-06T00:47:11.587Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-06T00:47:11.587Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-06T00:47:11.587Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-06T00:47:11.587Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-06T00:47:11.794Z] ---> Running in fe461b21d6f3 [2021-02-06T00:47:11.846Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-06T00:47:11.846Z] Selecting previously unselected package libpsl5:amd64. [2021-02-06T00:47:11.846Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-06T00:47:11.846Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-06T00:47:12.071Z] ---> d4fcf791f1f0 [2021-02-06T00:47:12.071Z] Step 7/22 : RUN go mod download [2021-02-06T00:47:12.105Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-06T00:47:12.105Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-06T00:47:12.105Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-06T00:47:12.105Z] Selecting previously unselected package librtmp1:amd64. [2021-02-06T00:47:12.105Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-06T00:47:12.105Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-06T00:47:12.105Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-06T00:47:12.105Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-06T00:47:12.105Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-06T00:47:12.354Z] ---> 8191004872c5 [2021-02-06T00:47:12.354Z] Step 7/26 : RUN go mod download [2021-02-06T00:47:12.364Z] Selecting previously unselected package liberror-perl. [2021-02-06T00:47:12.364Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-06T00:47:12.364Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-06T00:47:12.364Z] Selecting previously unselected package git-man. [2021-02-06T00:47:12.364Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-06T00:47:12.364Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:47:12.623Z] Selecting previously unselected package git. [2021-02-06T00:47:12.623Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-06T00:47:12.623Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:47:12.627Z] ---> Running in 1b58465a2070 [2021-02-06T00:47:12.900Z] ---> Running in d9e6d5137fcc [2021-02-06T00:47:13.192Z] Selecting previously unselected package libnorm1:amd64. [2021-02-06T00:47:13.192Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-06T00:47:13.192Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-06T00:47:13.452Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-06T00:47:13.452Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-06T00:47:13.452Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-06T00:47:13.452Z] Selecting previously unselected package libsodium23:amd64. [2021-02-06T00:47:13.452Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-06T00:47:13.452Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-06T00:47:13.712Z] Selecting previously unselected package libzmq5:amd64. [2021-02-06T00:47:13.712Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-06T00:47:13.712Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:47:13.712Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-06T00:47:13.712Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-06T00:47:13.712Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:47:13.712Z] Selecting previously unselected package pkg-config. [2021-02-06T00:47:13.712Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-06T00:47:13.973Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-06T00:47:13.973Z] Selecting previously unselected package zip. [2021-02-06T00:47:13.973Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-06T00:47:13.973Z] Unpacking zip (3.0-11build1) ... [2021-02-06T00:47:13.973Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-06T00:47:13.973Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:47:13.973Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-06T00:47:13.973Z] Setting up liberror-perl (0.17025-1) ... [2021-02-06T00:47:13.973Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-06T00:47:14.233Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-06T00:47:14.233Z] No schema files found: doing nothing. [2021-02-06T00:47:14.233Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-06T00:47:14.233Z] Setting up zip (3.0-11build1) ... [2021-02-06T00:47:14.233Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-06T00:47:14.233Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-06T00:47:14.233Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-06T00:47:14.233Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:47:14.233Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-06T00:47:14.233Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-06T00:47:14.493Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-06T00:47:14.493Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-06T00:47:16.322Z] Removing intermediate container 04df189befbe [2021-02-06T00:47:16.322Z] ---> 27e12ac5bd2f [2021-02-06T00:47:16.322Z] Step 8/31 : COPY . . [2021-02-06T00:47:16.322Z] Removing intermediate container 2536febcce65 [2021-02-06T00:47:16.322Z] ---> e94afbbbbaf1 [2021-02-06T00:47:16.322Z] Step 8/21 : COPY . . [2021-02-06T00:47:16.613Z] Removing intermediate container fe461b21d6f3 [2021-02-06T00:47:16.613Z] ---> 6354c9a72b97 [2021-02-06T00:47:16.613Z] Step 8/23 : COPY . . [2021-02-06T00:47:17.597Z] Removing intermediate container 1b58465a2070 [2021-02-06T00:47:17.597Z] ---> 9b19e8bae935 [2021-02-06T00:47:17.597Z] Step 8/22 : COPY . . [2021-02-06T00:47:18.604Z] Removing intermediate container d9e6d5137fcc [2021-02-06T00:47:18.604Z] ---> b2dbf601bb1a [2021-02-06T00:47:18.604Z] Step 8/26 : COPY . . [2021-02-06T00:47:21.071Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:47:21.072Z] git set to automatically installed. [2021-02-06T00:47:21.072Z] git-man set to automatically installed. [2021-02-06T00:47:21.072Z] libcurl3-gnutls set to automatically installed. [2021-02-06T00:47:21.072Z] liberror-perl set to automatically installed. [2021-02-06T00:47:21.072Z] libglib2.0-0 set to automatically installed. [2021-02-06T00:47:21.072Z] libnghttp2-14 set to automatically installed. [2021-02-06T00:47:21.072Z] libnorm1 set to automatically installed. [2021-02-06T00:47:21.072Z] libpgm-5.2-0 set to automatically installed. [2021-02-06T00:47:21.072Z] libpsl5 set to automatically installed. [2021-02-06T00:47:21.072Z] librtmp1 set to automatically installed. [2021-02-06T00:47:21.072Z] libsodium23 set to automatically installed. [2021-02-06T00:47:21.072Z] libzmq3-dev set to automatically installed. [2021-02-06T00:47:21.072Z] libzmq5 set to automatically installed. [2021-02-06T00:47:21.072Z] pkg-config set to automatically installed. [2021-02-06T00:47:21.072Z] zip set to automatically installed. [2021-02-06T00:47:23.610Z] snapd is not logged in, snap install commands will use sudo [2021-02-06T00:47:30.186Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-06T00:47:30.187Z] snap "core18" has no updates available [2021-02-06T00:47:30.757Z] Pulling config-common [2021-02-06T00:47:31.697Z] Pulling go-build-helper [2021-02-06T00:47:45.427Z] ---> 79b86954a7f1 [2021-02-06T00:47:45.428Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-06T00:47:45.428Z] ---> 422e77d278fd [2021-02-06T00:47:45.428Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-06T00:47:45.428Z] ---> a935e93cb255 [2021-02-06T00:47:45.428Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-06T00:47:45.428Z] ---> 9a84525e9f37 [2021-02-06T00:47:45.428Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-06T00:47:45.428Z] ---> Running in 8587ff41f80f [2021-02-06T00:47:45.428Z] ---> Running in c17807e777bc [2021-02-06T00:47:45.428Z] ---> 5dcbed8513f4 [2021-02-06T00:47:45.428Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-06T00:47:45.428Z] ---> Running in a19389c640cd [2021-02-06T00:47:45.428Z] ---> Running in 3cc894396338 [2021-02-06T00:47:45.428Z] ---> Running in fa67fb857824 [2021-02-06T00:47:46.898Z] 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-02-06T00:47:47.510Z] 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-02-06T00:47:47.511Z] 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-02-06T00:47:47.511Z] 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-02-06T00:47:47.787Z] 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-02-06T00:47:53.776Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-06T00:47:53.776Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-06T00:47:53.776Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-06T00:47:53.776Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-06T00:47:53.776Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-06T00:47:53.776Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-06T00:47:53.776Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-06T00:47:53.776Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-06T00:47:53.776Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-06T00:47:53.776Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-06T00:47:53.776Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-06T00:47:53.776Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-06T00:47:53.776Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-06T00:47:53.776Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-06T00:47:53.776Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-06T00:47:53.776Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-06T00:47:53.776Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-06T00:47:53.776Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-06T00:47:53.776Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-06T00:47:53.776Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-06T00:47:53.776Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-06T00:47:53.776Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-06T00:47:53.776Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-06T00:47:53.776Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-06T00:47:53.776Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-06T00:47:53.776Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-06T00:47:53.776Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-06T00:47:53.776Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-06T00:47:53.776Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-06T00:47:53.776Z] Fetched 279 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-06T00:47:53.776Z] Fetched 122 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-06T00:47:53.776Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-06T00:47:53.776Z] Fetched 8848 B in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-06T00:47:53.776Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-06T00:47:53.776Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-06T00:47:53.776Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-06T00:47:53.776Z] Fetched 214 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-06T00:47:53.776Z] Fetched 155 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-06T00:47:53.776Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-06T00:47:53.776Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-06T00:47:53.776Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-06T00:47:53.776Z] Fetched 499 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-06T00:47:53.776Z] Fetched 111 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-06T00:47:53.776Z] Fetched 240 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-06T00:47:53.776Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-06T00:47:53.776Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-06T00:47:53.776Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-06T00:47:53.776Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-06T00:47:53.776Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-06T00:47:53.776Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-06T00:47:53.776Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-06T00:47:53.776Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-06T00:47:53.776Z] Fetched 8720 B in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-06T00:47:53.776Z] Fetched 137 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-06T00:47:53.776Z] Fetched 119 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-06T00:47:53.776Z] Fetched 109 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-06T00:47:53.776Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-06T00:47:53.776Z] Fetched 645 kB in 0s (0 B/s) [2021-02-06T00:47:53.776Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-06T00:47:53.777Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-06T00:47:53.777Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-06T00:47:53.777Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-06T00:47:53.777Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-06T00:47:53.777Z] Fetched 368 kB in 0s (0 B/s) [2021-02-06T00:47:53.777Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-06T00:47:53.777Z] Fetched 187 kB in 0s (0 B/s) [2021-02-06T00:47:53.777Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-06T00:47:53.777Z] Fetched 175 kB in 0s (0 B/s) [2021-02-06T00:47:53.777Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-06T00:47:56.321Z] Fetched 206 kB in 0s (0 B/s) [2021-02-06T00:47:56.321Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-06T00:47:56.321Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-06T00:47:56.321Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-06T00:47:56.321Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-06T00:47:56.321Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-06T00:47:56.321Z] Fetched 159 kB in 0s (0 B/s) [2021-02-06T00:47:56.321Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-06T00:47:56.321Z] Fetched 107 kB in 0s (0 B/s) [2021-02-06T00:47:56.321Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-06T00:47:56.321Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-06T00:47:56.321Z] Pulling static-packages [2021-02-06T00:47:56.893Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-06T00:47:56.893Z] Skipping pull go-build-helper (already ran) [2021-02-06T00:47:56.893Z] Skipping pull static-packages (already ran) [2021-02-06T00:47:56.893Z] Building go-build-helper [2021-02-06T00:48:01.095Z] Building static-packages [2021-02-06T00:48:02.478Z] Staging go-build-helper [2021-02-06T00:48:03.048Z] Staging static-packages [2021-02-06T00:48:03.987Z] Pulling go115 [2021-02-06T00:48:04.931Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-06T00:48:04.931Z] Skipping pull go115 (already ran) [2021-02-06T00:48:04.931Z] Building go115 [2021-02-06T00:48:04.931Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-06T00:48:04.931Z] Dload Upload Total Spent Left Speed [2021-02-06T00:48:08.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.5M 0 0 33.3M 0 0:00:03 --:--:-- 0:00:03 33.3M 57 115M 57 65.8M 0 0 35.2M 0 0:00:03 0:00:01 0:00:02 35.2M 86 115M 86 99.8M 0 0 34.8M 0 0:00:03 0:00:02 0:00:01 34.7M 100 115M 100 115M 0 0 34.9M 0 0:00:03 0:00:03 --:--:-- 34.9M [2021-02-06T00:48:08.963Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-06T00:48:12.262Z] Staging go115 [2021-02-06T00:48:17.546Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-06T00:48:17.546Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-06T00:48:17.546Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-06T00:48:17.547Z] Fetched 0 B in 0s (0 B/s) [2021-02-06T00:48:17.547Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-06T00:48:17.547Z] Fetched 224 kB in 0s (0 B/s) [2021-02-06T00:48:17.547Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-06T00:48:17.547Z] Fetched 157 kB in 0s (0 B/s) [2021-02-06T00:48:17.547Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-06T00:48:17.547Z] Fetched 221 kB in 0s (0 B/s) [2021-02-06T00:48:17.547Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-06T00:48:17.547Z] Fetched 143 kB in 0s (0 B/s) [2021-02-06T00:48:17.547Z] Pulling edgex-go [2021-02-06T00:48:18.486Z] Pulling version [2021-02-06T00:48:19.422Z] Building config-common [2021-02-06T00:48:21.333Z] Skipping build go-build-helper (already ran) [2021-02-06T00:48:21.333Z] Skipping build static-packages (already ran) [2021-02-06T00:48:21.333Z] Skipping build go115 (already ran) [2021-02-06T00:48:21.333Z] Building edgex-go [2021-02-06T00:48:21.594Z] 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-02-06T00:48:22.981Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-06T00:48:22.981Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 [2021-02-06T00:48:22.981Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-06T00:48:22.981Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-06T00:48:22.981Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-06T00:48:22.981Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-06T00:48:22.981Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-06T00:48:22.981Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-06T00:48:22.981Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-06T00:48:22.981Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-06T00:48:22.981Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-06T00:48:22.981Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-06T00:48:22.981Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-06T00:48:22.981Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-06T00:48:22.981Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-06T00:48:22.981Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-06T00:48:22.981Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-06T00:48:22.981Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-06T00:48:22.981Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-06T00:48:22.981Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-06T00:48:22.981Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-06T00:48:22.981Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-06T00:48:22.981Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-06T00:48:23.243Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-06T00:48:23.243Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-06T00:48:23.243Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-06T00:48:29.812Z] 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-02-06T00:48:29.812Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-06T00:48:34.002Z] 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-02-06T00:48:34.942Z] 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-02-06T00:48:35.881Z] 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-02-06T00:48:36.451Z] 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-02-06T00:48:36.452Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-06T00:48:36.711Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-06T00:48:36.711Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-06T00:48:36.711Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-06T00:48:38.125Z] 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-02-06T00:48:38.125Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-06T00:48:38.125Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-06T00:48:39.506Z] 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-02-06T00:48:40.448Z] 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-02-06T00:48:40.448Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-06T00:48:41.829Z] 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-02-06T00:48:42.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:48:43.340Z] 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-02-06T00:48:43.340Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-06T00:48:44.285Z] 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-02-06T00:48:44.285Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-06T00:48:46.824Z] Building version [2021-02-06T00:48:48.734Z] Staging config-common [2021-02-06T00:48:49.682Z] Skipping stage go-build-helper (already ran) [2021-02-06T00:48:49.682Z] Skipping stage static-packages (already ran) [2021-02-06T00:48:49.682Z] Skipping stage go115 (already ran) [2021-02-06T00:48:49.682Z] Staging edgex-go [2021-02-06T00:48:50.623Z] Staging version [2021-02-06T00:48:51.581Z] Priming config-common [2021-02-06T00:48:52.526Z] Priming go-build-helper [2021-02-06T00:48:53.467Z] Priming static-packages [2021-02-06T00:48:56.012Z] Priming go115 [2021-02-06T00:48:56.603Z] Priming edgex-go [2021-02-06T00:48:57.988Z] Priming version [2021-02-06T00:48:58.558Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-06T00:49:24.682Z] 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-02-06T00:49:24.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-06T00:49:43.143Z] Removing intermediate container 3cc894396338 [2021-02-06T00:49:43.143Z] ---> 95e69d309196 [2021-02-06T00:49:43.143Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-06T00:49:43.143Z] Removing intermediate container 8587ff41f80f [2021-02-06T00:49:43.143Z] ---> 316957d61e46 [2021-02-06T00:49:43.143Z] [2021-02-06T00:49:43.143Z] Step 10/21 : FROM alpine:3.12 [2021-02-06T00:49:43.143Z] 3.12: Pulling from library/alpine [2021-02-06T00:49:43.143Z] ---> Running in 541c529b0372 [2021-02-06T00:49:43.438Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-06T00:49:43.438Z] Status: Downloaded newer image for alpine:3.12 [2021-02-06T00:49:43.438Z] ---> afeebe901d6b [2021-02-06T00:49:43.438Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-06T00:49:43.731Z] ---> Running in a044f8430ab4 [2021-02-06T00:49:44.353Z] 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-02-06T00:49:45.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:46.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:49:47.075Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-06T00:49:47.359Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:49:47.359Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-06T00:49:47.359Z] (4/4) Installing curl (7.69.1-r3) [2021-02-06T00:49:47.359Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:49:47.359Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:49:47.642Z] OK: 7 MiB in 18 packages [2021-02-06T00:49:52.030Z] Removing intermediate container a044f8430ab4 [2021-02-06T00:49:52.030Z] ---> 71d92c017499 [2021-02-06T00:49:52.030Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:49:52.305Z] Removing intermediate container 541c529b0372 [2021-02-06T00:49:52.305Z] ---> 9d52fe208090 [2021-02-06T00:49:52.305Z] [2021-02-06T00:49:52.305Z] Step 11/26 : FROM docker:20.10.0 [2021-02-06T00:49:52.580Z] ---> Running in 5c3b3020b59c [2021-02-06T00:49:52.580Z] 20.10.0: Pulling from library/docker [2021-02-06T00:49:54.079Z] Removing intermediate container 5c3b3020b59c [2021-02-06T00:49:54.079Z] ---> 385e94ce36d2 [2021-02-06T00:49:54.079Z] Step 13/21 : WORKDIR /edgex [2021-02-06T00:49:54.689Z] ---> Running in 085ae2c93620 [2021-02-06T00:49:56.173Z] Removing intermediate container c17807e777bc [2021-02-06T00:49:56.173Z] ---> d80cbee4e6c7 [2021-02-06T00:49:56.173Z] [2021-02-06T00:49:56.173Z] Step 10/31 : FROM alpine:3.12 [2021-02-06T00:49:56.173Z] ---> afeebe901d6b [2021-02-06T00:49:56.173Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-06T00:49:56.450Z] Removing intermediate container 085ae2c93620 [2021-02-06T00:49:56.451Z] ---> 8803d1aaa2ab [2021-02-06T00:49:56.451Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-06T00:49:56.731Z] ---> Running in d9395b13a284 [2021-02-06T00:49:58.194Z] Removing intermediate container d9395b13a284 [2021-02-06T00:49:58.194Z] ---> a25767f8d5ac [2021-02-06T00:49:58.194Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-06T00:49:58.194Z] ---> 758741452cf8 [2021-02-06T00:49:58.194Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-06T00:49:58.194Z] ---> Running in 12f997a471da [2021-02-06T00:49:58.797Z] Removing intermediate container a19389c640cd [2021-02-06T00:49:58.797Z] ---> 40a1b97ffe61 [2021-02-06T00:49:58.797Z] [2021-02-06T00:49:58.797Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:49:58.797Z] ---> afeebe901d6b [2021-02-06T00:49:58.797Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-06T00:49:59.781Z] ---> Running in 0dc6bdff42f4 [2021-02-06T00:50:00.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:00.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:01.279Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:50:01.279Z] (2/2) Installing su-exec (0.2-r1) [2021-02-06T00:50:01.279Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:01.279Z] OK: 5 MiB in 16 packages [2021-02-06T00:50:01.555Z] ---> 11cf39960b84 [2021-02-06T00:50:01.555Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-06T00:50:01.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:02.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:02.754Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-06T00:50:03.027Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-06T00:50:03.027Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:03.027Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:50:03.304Z] OK: 6 MiB in 16 packages [2021-02-06T00:50:04.856Z] Removing intermediate container 12f997a471da [2021-02-06T00:50:04.856Z] ---> 46b7648ff0f5 [2021-02-06T00:50:04.856Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-06T00:50:05.458Z] ---> 3f2db4fb3a6a [2021-02-06T00:50:05.458Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-06T00:50:05.738Z] ---> Running in 1ba4637e3e93 [2021-02-06T00:50:05.738Z] ---> Running in 592a4e40f9bc [2021-02-06T00:50:06.724Z] Removing intermediate container 1ba4637e3e93 [2021-02-06T00:50:06.724Z] ---> 6de84b9ffee7 [2021-02-06T00:50:06.724Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-06T00:50:07.005Z] Removing intermediate container 592a4e40f9bc [2021-02-06T00:50:07.005Z] ---> 27adf400d3b9 [2021-02-06T00:50:07.005Z] Step 18/21 : CMD ["--init=true"] [2021-02-06T00:50:07.602Z] ---> Running in d741563dbf53 [2021-02-06T00:50:07.602Z] Removing intermediate container 0dc6bdff42f4 [2021-02-06T00:50:07.602Z] ---> e77dd8268c8a [2021-02-06T00:50:07.602Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:50:07.876Z] ---> Running in f81a8760e0c0 [2021-02-06T00:50:07.876Z] ---> Running in 8dea5af78a9c [2021-02-06T00:50:08.150Z] Removing intermediate container d741563dbf53 [2021-02-06T00:50:08.150Z] ---> f7c24e473699 [2021-02-06T00:50:08.150Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-06T00:50:08.765Z] ---> Running in a5cf6819e770 [2021-02-06T00:50:08.765Z] Removing intermediate container f81a8760e0c0 [2021-02-06T00:50:08.765Z] ---> e4cfd9cc20d1 [2021-02-06T00:50:08.765Z] Step 19/21 : LABEL arch=arm64 [2021-02-06T00:50:09.363Z] Removing intermediate container 8dea5af78a9c [2021-02-06T00:50:09.363Z] ---> 414b99eb81a1 [2021-02-06T00:50:09.363Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-06T00:50:09.363Z] ---> Running in 093b4121a2d6 [2021-02-06T00:50:09.641Z] ---> Running in 6c9892a669a7 [2021-02-06T00:50:10.260Z] Removing intermediate container 093b4121a2d6 [2021-02-06T00:50:10.260Z] ---> d98c2fc330a0 [2021-02-06T00:50:10.260Z] Step 20/21 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:50:10.261Z] Removing intermediate container 6c9892a669a7 [2021-02-06T00:50:10.261Z] ---> c01289f32466 [2021-02-06T00:50:10.261Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:50:10.576Z] ---> Running in 30d84bafd72c [2021-02-06T00:50:10.576Z] ---> Running in 1a61eb157817 [2021-02-06T00:50:11.565Z] Removing intermediate container 30d84bafd72c [2021-02-06T00:50:11.565Z] ---> 216e58681e57 [2021-02-06T00:50:11.565Z] Step 21/21 : LABEL version=0.0.0 [2021-02-06T00:50:11.838Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-06T00:50:12.110Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-06T00:50:12.110Z] ---> eeaf43b92773 [2021-02-06T00:50:12.110Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-06T00:50:12.110Z] Removing intermediate container 1a61eb157817 [2021-02-06T00:50:12.110Z] ---> 437101dae059 [2021-02-06T00:50:12.110Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:50:12.385Z] ---> Running in db35ac873343 [2021-02-06T00:50:12.386Z] ---> Running in 7dc683e7c54b [2021-02-06T00:50:13.385Z] Removing intermediate container db35ac873343 [2021-02-06T00:50:13.385Z] ---> 4abdacb3a48d [2021-02-06T00:50:13.385Z] [2021-02-06T00:50:13.385Z] Removing intermediate container a5cf6819e770 [2021-02-06T00:50:13.385Z] ---> fd47c9b5f7be [2021-02-06T00:50:13.385Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-06T00:50:13.385Z] ---> 128049796a7a [2021-02-06T00:50:13.385Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-06T00:50:13.661Z] ---> Running in 979a1122d2a6 [2021-02-06T00:50:13.940Z] Removing intermediate container fa67fb857824 [2021-02-06T00:50:13.940Z] ---> c5aeb3bb9521 [2021-02-06T00:50:13.940Z] [2021-02-06T00:50:13.940Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:50:13.940Z] ---> afeebe901d6b [2021-02-06T00:50:13.940Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-06T00:50:13.940Z] Successfully built 4abdacb3a48d [2021-02-06T00:50:14.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:14.220Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-06T00:50:14.220Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-06T00:50:14.220Z] ---> Running in 8e0878f86815 [2021-02-06T00:50:14.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:14.498Z] Removing intermediate container 979a1122d2a6 [2021-02-06T00:50:14.498Z] ---> 683dcbe460ba [2021-02-06T00:50:14.498Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-06T00:50:15.095Z] Removing intermediate container 8e0878f86815 [2021-02-06T00:50:15.095Z] ---> a1b496e71e17 [2021-02-06T00:50:15.095Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-06T00:50:15.095Z] (1/2) Installing readline (8.0.4-r0) [2021-02-06T00:50:15.095Z] (2/2) Installing bash (5.0.17-r0) [2021-02-06T00:50:15.095Z] ---> a4e797293356 [2021-02-06T00:50:15.095Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-06T00:50:15.095Z] Executing bash-5.0.17-r0.post-install [2021-02-06T00:50:15.095Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:15.095Z] OK: 12 MiB in 22 packages [2021-02-06T00:50:15.368Z] ---> Running in 873b347d640c [2021-02-06T00:50:15.968Z] ---> 59828d9733be [2021-02-06T00:50:15.968Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-06T00:50:16.311Z] ---> Running in 8f2c14e08f89 [2021-02-06T00:50:16.311Z] Removing intermediate container 873b347d640c [2021-02-06T00:50:16.311Z] ---> c4a3c0aaab6c [2021-02-06T00:50:16.311Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-06T00:50:17.380Z] ---> 2547d063145f [2021-02-06T00:50:17.380Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-06T00:50:17.380Z] ---> Running in 79b797fc2449 [2021-02-06T00:50:17.658Z] ---> Running in 1643ca663ba1 [2021-02-06T00:50:18.646Z] Removing intermediate container 7dc683e7c54b [2021-02-06T00:50:18.646Z] ---> 3a0abe04cb19 [2021-02-06T00:50:18.646Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-06T00:50:18.646Z] Removing intermediate container 79b797fc2449 [2021-02-06T00:50:18.646Z] ---> 85fd812014e2 [2021-02-06T00:50:18.646Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:50:18.922Z] Removing intermediate container 1643ca663ba1 [2021-02-06T00:50:18.922Z] ---> 40cacd470039 [2021-02-06T00:50:18.922Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:50:18.923Z] ---> Running in 0d8dab166eb3 [2021-02-06T00:50:18.923Z] ---> Running in 91a337f255d3 [2021-02-06T00:50:19.204Z] ---> Running in 0cdcfd95ec8c [2021-02-06T00:50:20.672Z] Removing intermediate container 0d8dab166eb3 [2021-02-06T00:50:20.672Z] ---> 57bcf9a9e613 [2021-02-06T00:50:20.672Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-06T00:50:21.274Z] Removing intermediate container 0cdcfd95ec8c [2021-02-06T00:50:21.274Z] ---> d4193a7657f9 [2021-02-06T00:50:21.274Z] Step 20/22 : LABEL arch=arm64 [2021-02-06T00:50:21.551Z] Removing intermediate container 8f2c14e08f89 [2021-02-06T00:50:21.551Z] ---> Running in 4a481aa16f5c [2021-02-06T00:50:21.551Z] ---> 5e575e56e6e8 [2021-02-06T00:50:21.551Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:50:21.551Z] ---> Running in 862dd6ce328e [2021-02-06T00:50:22.156Z] Removing intermediate container 4a481aa16f5c [2021-02-06T00:50:22.156Z] ---> 73055654535d [2021-02-06T00:50:22.156Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-06T00:50:22.156Z] Removing intermediate container 862dd6ce328e [2021-02-06T00:50:22.156Z] ---> d03171b806d1 [2021-02-06T00:50:22.156Z] Step 21/22 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:50:22.434Z] ---> Running in b43bf5e97951 [2021-02-06T00:50:22.434Z] ---> Running in 4188113769b9 [2021-02-06T00:50:22.715Z] Removing intermediate container 91a337f255d3 [2021-02-06T00:50:22.715Z] ---> 00613a48dbf7 [2021-02-06T00:50:22.715Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-06T00:50:22.715Z] ---> 6c4caed1bf4b [2021-02-06T00:50:22.715Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-06T00:50:22.715Z] ---> Running in bd508f3aaa25 [2021-02-06T00:50:23.702Z] Removing intermediate container 4188113769b9 [2021-02-06T00:50:23.702Z] ---> 19d9686bacbe [2021-02-06T00:50:23.702Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:50:23.702Z] Removing intermediate container b43bf5e97951 [2021-02-06T00:50:23.702Z] ---> 08b4395a6256 [2021-02-06T00:50:23.702Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-06T00:50:24.024Z] ---> Running in c2e6f0d369ff [2021-02-06T00:50:24.633Z] ---> 93c5e11f8f2e [2021-02-06T00:50:24.633Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-06T00:50:24.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:25.189Z] Removing intermediate container c2e6f0d369ff [2021-02-06T00:50:25.189Z] ---> ab8bef56bc29 [2021-02-06T00:50:25.189Z] [2021-02-06T00:50:25.795Z] ---> a061efa58599 [2021-02-06T00:50:25.795Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-06T00:50:25.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:25.795Z] Successfully built ab8bef56bc29 [2021-02-06T00:50:26.071Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-06T00:50:26.071Z] Building docker-security-secretstore-setup-go [2021-02-06T00:50:26.364Z]  Building docker-support-notifications-go ... done  ---> 33674d97e52b [2021-02-06T00:50:26.364Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-06T00:50:26.647Z] ---> f925dfb3c8e2 [2021-02-06T00:50:26.647Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-06T00:50:26.647Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-06T00:50:26.647Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-06T00:50:26.922Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-06T00:50:26.922Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-06T00:50:27.200Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-06T00:50:27.477Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-06T00:50:28.081Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:28.081Z] OK: 8 MiB in 20 packages [2021-02-06T00:50:28.081Z] ---> 32be34404123 [2021-02-06T00:50:28.081Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-06T00:50:28.370Z] ---> 649d562b5954 [2021-02-06T00:50:28.370Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-06T00:50:29.364Z] ---> Running in 511ede04de9a [2021-02-06T00:50:29.981Z] ---> 2f8e414be636 [2021-02-06T00:50:29.981Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-06T00:50:31.981Z] ---> Running in 53f7fdb75f4b [2021-02-06T00:50:32.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:32.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:32.539Z] Removing intermediate container bd508f3aaa25 [2021-02-06T00:50:32.539Z] ---> bceb44a84f70 [2021-02-06T00:50:32.539Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:50:32.815Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-06T00:50:33.094Z] (2/33) Installing expat (2.2.9-r1) [2021-02-06T00:50:33.094Z] Removing intermediate container 53f7fdb75f4b [2021-02-06T00:50:33.094Z] ---> c032f4ebd2dd [2021-02-06T00:50:33.094Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-06T00:50:33.094Z] (3/33) Installing libffi (3.3-r2) [2021-02-06T00:50:33.094Z] (4/33) Installing gdbm (1.13-r1) [2021-02-06T00:50:33.094Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-06T00:50:33.094Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-06T00:50:33.094Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-06T00:50:34.552Z] ---> d2dfdde0236c [2021-02-06T00:50:34.553Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-06T00:50:35.571Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-06T00:50:35.571Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-06T00:50:35.571Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-06T00:50:35.571Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-06T00:50:35.571Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-06T00:50:35.571Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-06T00:50:35.571Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-06T00:50:35.571Z] ---> dbe42a0b64df [2021-02-06T00:50:35.571Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-06T00:50:35.571Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-06T00:50:35.849Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-06T00:50:35.849Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-06T00:50:35.849Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-06T00:50:35.849Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-06T00:50:35.849Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-06T00:50:35.849Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-06T00:50:35.849Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-06T00:50:35.849Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-06T00:50:36.166Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-06T00:50:36.166Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-06T00:50:36.166Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-06T00:50:36.166Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-06T00:50:36.166Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-06T00:50:36.166Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-06T00:50:36.166Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-06T00:50:36.166Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-06T00:50:36.166Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-06T00:50:36.166Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-06T00:50:36.473Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:50:36.473Z] OK: 71 MiB in 55 packages [2021-02-06T00:50:36.473Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:50:36.473Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:50:36.473Z] ---> 371d2b5d010d [2021-02-06T00:50:36.473Z] Step 3/22 : WORKDIR /edgex-go [2021-02-06T00:50:36.473Z] ---> Using cache [2021-02-06T00:50:36.473Z] ---> 453934787c13 [2021-02-06T00:50:36.473Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:50:36.473Z] ---> Using cache [2021-02-06T00:50:36.473Z] ---> de329144ee3c [2021-02-06T00:50:36.473Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-06T00:50:37.096Z] ---> Running in c7aa99c1391e [2021-02-06T00:50:37.372Z] ---> Running in 399a1ae9996d [2021-02-06T00:50:37.372Z] ---> 99f7b6ceb3f6 [2021-02-06T00:50:37.372Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-06T00:50:38.823Z] ---> 32b4db70c17f [2021-02-06T00:50:38.823Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-06T00:50:38.823Z] ---> Running in c5cb67c74d29 [2021-02-06T00:50:39.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:40.095Z] Removing intermediate container c5cb67c74d29 [2021-02-06T00:50:40.095Z] ---> cfa09e08412c [2021-02-06T00:50:40.095Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:50:40.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:50:40.986Z] ---> Running in 48cd7d98e605 [2021-02-06T00:50:41.598Z] OK: 217 MiB in 51 packages [2021-02-06T00:50:41.876Z] Removing intermediate container 48cd7d98e605 [2021-02-06T00:50:41.876Z] ---> accd67c6c410 [2021-02-06T00:50:41.876Z] Step 21/23 : LABEL arch=arm64 [2021-02-06T00:50:42.874Z] ---> Running in 03a81254a892 [2021-02-06T00:50:43.162Z] Removing intermediate container c7aa99c1391e [2021-02-06T00:50:43.163Z] ---> d1311cb3dfc0 [2021-02-06T00:50:43.163Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-06T00:50:43.774Z] Removing intermediate container 03a81254a892 [2021-02-06T00:50:43.774Z] ---> 2f1a9e8989e5 [2021-02-06T00:50:43.774Z] Step 22/23 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:50:44.377Z] ---> Running in 3fccfb6f5c44 [2021-02-06T00:50:44.655Z] ---> Running in c9f5628f327a [2021-02-06T00:50:44.655Z] Removing intermediate container 399a1ae9996d [2021-02-06T00:50:44.655Z] ---> e87f3a5ccea1 [2021-02-06T00:50:44.655Z] Step 6/22 : COPY go.mod . [2021-02-06T00:50:44.938Z] Removing intermediate container 3fccfb6f5c44 [2021-02-06T00:50:44.938Z] ---> 458f17aa9c86 [2021-02-06T00:50:44.938Z] Step 28/31 : CMD ["gate"] [2021-02-06T00:50:45.947Z] Removing intermediate container 511ede04de9a [2021-02-06T00:50:45.947Z] ---> a17f768756f4 [2021-02-06T00:50:45.947Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-06T00:50:45.947Z] Removing intermediate container c9f5628f327a [2021-02-06T00:50:45.947Z] ---> e9eb08085622 [2021-02-06T00:50:45.947Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:50:46.227Z] ---> Running in 2b9b2adbd998 [2021-02-06T00:50:46.504Z] ---> e69048bcfdb3 [2021-02-06T00:50:46.504Z] Step 7/22 : RUN go mod download [2021-02-06T00:50:46.504Z] ---> Running in 9e85c3378653 [2021-02-06T00:50:46.504Z] ---> Running in 29b8d1637165 [2021-02-06T00:50:47.114Z] ---> Running in 0382d75bd940 [2021-02-06T00:50:47.722Z] Removing intermediate container 2b9b2adbd998 [2021-02-06T00:50:47.722Z] ---> 74e3aad926d9 [2021-02-06T00:50:47.722Z] Step 29/31 : LABEL arch=arm64 [2021-02-06T00:50:48.002Z] Removing intermediate container 9e85c3378653 [2021-02-06T00:50:48.002Z] ---> 7d965daf02f3 [2021-02-06T00:50:48.002Z] [2021-02-06T00:50:48.002Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:50:48.002Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:50:48.002Z] ---> 371d2b5d010d [2021-02-06T00:50:48.002Z] Step 3/24 : WORKDIR /edgex-go [2021-02-06T00:50:48.002Z] ---> Using cache [2021-02-06T00:50:48.002Z] ---> 453934787c13 [2021-02-06T00:50:48.002Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:50:48.002Z] ---> Using cache [2021-02-06T00:50:48.002Z] ---> de329144ee3c [2021-02-06T00:50:48.002Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-06T00:50:48.002Z] ---> Using cache [2021-02-06T00:50:48.002Z] ---> e87f3a5ccea1 [2021-02-06T00:50:48.002Z] Step 6/24 : COPY go.mod . [2021-02-06T00:50:48.002Z] ---> Using cache [2021-02-06T00:50:48.002Z] ---> e69048bcfdb3 [2021-02-06T00:50:48.002Z] Step 7/24 : RUN go mod download [2021-02-06T00:50:48.002Z] ---> Running in 44174f930460 [2021-02-06T00:50:48.609Z] Successfully built 7d965daf02f3 [2021-02-06T00:50:48.888Z] ---> Running in a7ad54126deb [2021-02-06T00:50:48.888Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-06T00:50:48.888Z] Building docker-core-command-go [2021-02-06T00:50:49.504Z]  Building docker-core-data-go ... done Removing intermediate container a7ad54126deb [2021-02-06T00:50:49.504Z] ---> 5f26aeef5328 [2021-02-06T00:50:49.504Z] Step 30/31 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:50:50.116Z] ---> Running in 626a5713275a [2021-02-06T00:50:51.577Z] Removing intermediate container 626a5713275a [2021-02-06T00:50:51.577Z] ---> f1268f29d72a [2021-02-06T00:50:51.577Z] Step 31/31 : LABEL version=0.0.0 [2021-02-06T00:50:52.568Z] ---> Running in 0cc3caabfaaa [2021-02-06T00:50:52.848Z] Removing intermediate container 0382d75bd940 [2021-02-06T00:50:52.848Z] ---> 13da0ce1ecf4 [2021-02-06T00:50:52.848Z] Step 8/22 : COPY . . [2021-02-06T00:50:53.453Z] Removing intermediate container 44174f930460 [2021-02-06T00:50:53.453Z] ---> 874ef653e34f [2021-02-06T00:50:53.453Z] Step 8/24 : COPY . . [2021-02-06T00:50:53.730Z] Removing intermediate container 0cc3caabfaaa [2021-02-06T00:50:53.730Z] ---> 7741e941774e [2021-02-06T00:50:53.730Z] [2021-02-06T00:50:54.727Z] Successfully built 7741e941774e [2021-02-06T00:50:54.727Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-06T00:50:54.727Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-06T00:50:55.334Z] Collecting docker-compose==1.23.2 [2021-02-06T00:50:55.334Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-06T00:50:56.320Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-06T00:50:56.595Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-06T00:51:02.045Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-06T00:51:02.045Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-06T00:51:03.056Z] Collecting PyYAML<4,>=3.10 [2021-02-06T00:51:03.056Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-06T00:51:07.448Z] 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-02-06T00:51:08.432Z] Collecting docker<4.0,>=3.6.0 [2021-02-06T00:51:08.433Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-06T00:51:09.889Z] Collecting jsonschema<3,>=2.5.1 [2021-02-06T00:51:09.889Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-06T00:51:10.496Z] Collecting docopt<0.7,>=0.6.1 [2021-02-06T00:51:10.496Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-06T00:51:13.934Z] Collecting texttable<0.10,>=0.9.0 [2021-02-06T00:51:13.934Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-06T00:51:18.265Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:51:18.265Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:51:18.265Z] ---> 371d2b5d010d [2021-02-06T00:51:18.265Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:51:18.265Z] ---> Using cache [2021-02-06T00:51:18.265Z] ---> 453934787c13 [2021-02-06T00:51:18.265Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:51:18.265Z] ---> Using cache [2021-02-06T00:51:18.265Z] ---> de329144ee3c [2021-02-06T00:51:18.265Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:51:18.265Z] ---> Using cache [2021-02-06T00:51:18.265Z] ---> e87f3a5ccea1 [2021-02-06T00:51:18.265Z] Step 6/23 : COPY go.mod . [2021-02-06T00:51:18.265Z] ---> Using cache [2021-02-06T00:51:18.265Z] ---> e69048bcfdb3 [2021-02-06T00:51:18.265Z] Step 7/23 : RUN go mod download [2021-02-06T00:51:18.265Z] ---> Using cache [2021-02-06T00:51:18.265Z] ---> 874ef653e34f [2021-02-06T00:51:18.266Z] Step 8/23 : COPY . . [2021-02-06T00:51:18.266Z] Collecting cached-property<2,>=1.2.0 [2021-02-06T00:51:18.266Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-06T00:51:20.266Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-06T00:51:20.266Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-06T00:51:22.273Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-06T00:51:22.273Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-06T00:51:22.584Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-06T00:51:22.584Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-06T00:51:22.584Z] ---> 371d2b5d010d [2021-02-06T00:51:22.584Z] Step 3/23 : WORKDIR /edgex-go [2021-02-06T00:51:22.584Z] ---> Using cache [2021-02-06T00:51:22.584Z] ---> 453934787c13 [2021-02-06T00:51:22.584Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-06T00:51:22.584Z] ---> Using cache [2021-02-06T00:51:22.584Z] ---> de329144ee3c [2021-02-06T00:51:22.584Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-06T00:51:22.584Z] ---> Using cache [2021-02-06T00:51:22.584Z] ---> e87f3a5ccea1 [2021-02-06T00:51:22.584Z] Step 6/23 : COPY go.mod . [2021-02-06T00:51:22.584Z] ---> Using cache [2021-02-06T00:51:22.584Z] ---> e69048bcfdb3 [2021-02-06T00:51:22.584Z] Step 7/23 : RUN go mod download [2021-02-06T00:51:22.584Z] ---> Using cache [2021-02-06T00:51:22.584Z] ---> 874ef653e34f [2021-02-06T00:51:22.584Z] Step 8/23 : COPY . . [2021-02-06T00:51:22.584Z] ---> Using cache [2021-02-06T00:51:22.584Z] ---> 71886f52731d [2021-02-06T00:51:22.584Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-06T00:51:23.202Z] Collecting idna<2.8,>=2.5 [2021-02-06T00:51:23.202Z] ---> Running in 967c428d925d [2021-02-06T00:51:23.202Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-06T00:51:23.202Z] ---> 0a98db210f6d [2021-02-06T00:51:23.202Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-06T00:51:23.480Z] 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-02-06T00:51:23.480Z] 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-02-06T00:51:23.480Z] ---> 71886f52731d [2021-02-06T00:51:23.480Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-06T00:51:23.752Z] Collecting docker-pycreds>=0.4.0 [2021-02-06T00:51:23.752Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-06T00:51:24.036Z] ---> Running in a2cfcf21643d [2021-02-06T00:51:24.036Z] ---> Running in 3730b95de725 [2021-02-06T00:51:24.309Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-06T00:51:24.309Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-06T00:51:24.309Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-06T00:51:24.309Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-06T00:51:25.760Z] 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-02-06T00:51:25.760Z] Installing collected packages: dockerpty, urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, docopt, texttable, cached-property, docker-compose [2021-02-06T00:51:25.760Z] Running setup.py install for dockerpty: started [2021-02-06T00:51:26.359Z] 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-02-06T00:51:26.359Z] 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-02-06T00:51:29.773Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-06T00:51:29.773Z] Attempting uninstall: urllib3 [2021-02-06T00:51:29.773Z] Found existing installation: urllib3 1.25.9 [2021-02-06T00:51:29.773Z] Uninstalling urllib3-1.25.9: [2021-02-06T00:51:30.049Z] Successfully uninstalled urllib3-1.25.9 [2021-02-06T00:51:31.039Z] Attempting uninstall: idna [2021-02-06T00:51:31.039Z] Found existing installation: idna 2.9 [2021-02-06T00:51:31.039Z] Uninstalling idna-2.9: [2021-02-06T00:51:31.343Z] Successfully uninstalled idna-2.9 [2021-02-06T00:51:31.952Z] Attempting uninstall: requests [2021-02-06T00:51:31.952Z] Found existing installation: requests 2.23.0 [2021-02-06T00:51:32.227Z] Uninstalling requests-2.23.0: [2021-02-06T00:51:32.503Z] Successfully uninstalled requests-2.23.0 [2021-02-06T00:51:33.105Z] Running setup.py install for PyYAML: started [2021-02-06T00:51:37.497Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-06T00:51:37.816Z] ---> 179235ab0cda [2021-02-06T00:51:37.816Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-06T00:51:37.817Z] ---> Running in b10856eceed3 [2021-02-06T00:51:39.823Z] 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-02-06T00:51:40.429Z] Running setup.py install for docopt: started [2021-02-06T00:51:43.852Z] Running setup.py install for docopt: finished with status 'done' [2021-02-06T00:51:43.852Z] Running setup.py install for texttable: started [2021-02-06T00:51:47.275Z] Running setup.py install for texttable: finished with status 'done' [2021-02-06T00:51:48.270Z] 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.57.0 [2021-02-06T00:51:55.028Z] Removing intermediate container 29b8d1637165 [2021-02-06T00:51:55.028Z] ---> 0cd4ccf1deb8 [2021-02-06T00:51:55.028Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-06T00:51:55.028Z] ---> Running in 5ca201b0b2cd [2021-02-06T00:51:56.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:51:56.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:51:57.302Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:51:57.302Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-06T00:51:57.302Z] (3/3) Installing curl (7.69.1-r3) [2021-02-06T00:51:57.302Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:51:57.302Z] OK: 71 MiB in 58 packages [2021-02-06T00:51:59.319Z] Removing intermediate container 5ca201b0b2cd [2021-02-06T00:51:59.319Z] ---> 0ef1e2dc6b4a [2021-02-06T00:51:59.319Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-06T00:51:59.600Z] ---> Running in 79e7cc04b961 [2021-02-06T00:52:00.223Z] Removing intermediate container 79e7cc04b961 [2021-02-06T00:52:00.223Z] ---> 21ac7f2cd2c4 [2021-02-06T00:52:00.223Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:52:00.499Z] ---> Running in 0d7abeb85081 [2021-02-06T00:52:01.111Z] Removing intermediate container 0d7abeb85081 [2021-02-06T00:52:01.111Z] ---> f69951ba451c [2021-02-06T00:52:01.111Z] Step 24/26 : LABEL arch=arm64 [2021-02-06T00:52:01.389Z] ---> Running in a0a2fd2db0a4 [2021-02-06T00:52:02.010Z] Removing intermediate container a0a2fd2db0a4 [2021-02-06T00:52:02.010Z] ---> 1c1998d5759b [2021-02-06T00:52:02.010Z] Step 25/26 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:52:02.284Z] ---> Running in f4eb1478211b [2021-02-06T00:52:02.882Z] Removing intermediate container f4eb1478211b [2021-02-06T00:52:02.882Z] ---> 472a1a23f614 [2021-02-06T00:52:02.882Z] Step 26/26 : LABEL version=0.0.0 [2021-02-06T00:52:03.154Z] ---> Running in d4cf4463fbc9 [2021-02-06T00:52:03.753Z] Removing intermediate container d4cf4463fbc9 [2021-02-06T00:52:03.753Z] ---> 529b367af974 [2021-02-06T00:52:03.753Z] [2021-02-06T00:52:04.357Z] Successfully built 529b367af974 [2021-02-06T00:52:04.357Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-06T00:52:43.550Z]  Building docker-sys-mgmt-agent-go ... done 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-02-06T00:52:58.689Z] Removing intermediate container a2cfcf21643d [2021-02-06T00:52:58.689Z] ---> 6ecd7f9b07cb [2021-02-06T00:52:58.689Z] [2021-02-06T00:52:58.689Z] Step 10/24 : FROM alpine:3.12 [2021-02-06T00:52:58.689Z] ---> afeebe901d6b [2021-02-06T00:52:58.689Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-06T00:52:58.689Z] ---> Running in fe6e384e43fe [2021-02-06T00:52:58.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:52:59.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:52:59.840Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-06T00:52:59.840Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-06T00:52:59.840Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-06T00:52:59.840Z] (4/5) Installing curl (7.69.1-r3) [2021-02-06T00:52:59.840Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-06T00:52:59.840Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:52:59.840Z] Executing ca-certificates-20191127-r4.trigger [2021-02-06T00:53:00.441Z] OK: 7 MiB in 19 packages [2021-02-06T00:53:03.079Z] Removing intermediate container fe6e384e43fe [2021-02-06T00:53:03.079Z] ---> 8bd231ba0516 [2021-02-06T00:53:03.079Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-06T00:53:03.079Z] ---> Running in 8484b7809dda [2021-02-06T00:53:03.684Z] Removing intermediate container 8484b7809dda [2021-02-06T00:53:03.684Z] ---> a1f06aa16f9d [2021-02-06T00:53:03.684Z] Step 13/24 : WORKDIR / [2021-02-06T00:53:03.961Z] ---> Running in 0b3698c3041d [2021-02-06T00:53:04.563Z] Removing intermediate container 0b3698c3041d [2021-02-06T00:53:04.563Z] ---> 27cfe5cdc952 [2021-02-06T00:53:04.563Z] 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-02-06T00:53:06.023Z] ---> be4e2b307997 [2021-02-06T00:53:06.023Z] 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-02-06T00:53:07.010Z] ---> 490982ebf006 [2021-02-06T00:53:07.010Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-06T00:53:08.461Z] ---> f64683958511 [2021-02-06T00:53:08.461Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-06T00:53:10.449Z] ---> 0cea7dceb051 [2021-02-06T00:53:10.449Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-06T00:53:10.722Z] Removing intermediate container 3730b95de725 [2021-02-06T00:53:10.722Z] ---> 8c0afc15538b [2021-02-06T00:53:10.722Z] [2021-02-06T00:53:10.722Z] Step 10/22 : FROM alpine:3.12 [2021-02-06T00:53:10.722Z] ---> afeebe901d6b [2021-02-06T00:53:10.722Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:53:11.330Z] ---> Running in 6a3f47bcf2e2 [2021-02-06T00:53:12.313Z] ---> a4ab158e472a [2021-02-06T00:53:12.313Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-06T00:53:12.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-06T00:53:13.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-06T00:53:13.192Z] ---> d2fea784a0a7 [2021-02-06T00:53:13.192Z] 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-02-06T00:53:13.473Z] ---> Running in 3ec16baae688 [2021-02-06T00:53:13.757Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-06T00:53:13.757Z] Executing busybox-1.31.1-r19.trigger [2021-02-06T00:53:13.757Z] OK: 5 MiB in 15 packages [2021-02-06T00:53:16.403Z] Removing intermediate container 6a3f47bcf2e2 [2021-02-06T00:53:16.403Z] ---> 19cecc7b1e4c [2021-02-06T00:53:16.403Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:53:16.403Z] Removing intermediate container b10856eceed3 [2021-02-06T00:53:16.403Z] ---> 2b5403ac8d68 [2021-02-06T00:53:16.403Z] [2021-02-06T00:53:16.403Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:53:16.403Z] ---> afeebe901d6b [2021-02-06T00:53:16.403Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:53:16.403Z] ---> Using cache [2021-02-06T00:53:16.403Z] ---> 19cecc7b1e4c [2021-02-06T00:53:16.403Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:53:16.403Z] ---> Running in 11d246e4bebb [2021-02-06T00:53:16.682Z] ---> Running in b6b23ede526e [2021-02-06T00:53:16.960Z] Removing intermediate container 3ec16baae688 [2021-02-06T00:53:16.960Z] ---> 72affd10a157 [2021-02-06T00:53:16.960Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-06T00:53:16.960Z] Removing intermediate container 11d246e4bebb [2021-02-06T00:53:16.960Z] ---> 5f2e0d4a3644 [2021-02-06T00:53:16.960Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-06T00:53:17.244Z] ---> Running in 729701efb3cf [2021-02-06T00:53:17.244Z] Removing intermediate container b6b23ede526e [2021-02-06T00:53:17.244Z] ---> 3ceb2c69ce13 [2021-02-06T00:53:17.244Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-06T00:53:17.525Z] ---> Running in ccb0f8d35ff2 [2021-02-06T00:53:17.525Z] ---> Running in 41c37fd92960 [2021-02-06T00:53:17.801Z] Removing intermediate container 729701efb3cf [2021-02-06T00:53:17.801Z] ---> c895dd09dd81 [2021-02-06T00:53:17.801Z] Step 22/24 : LABEL arch=arm64 [2021-02-06T00:53:18.079Z] Removing intermediate container ccb0f8d35ff2 [2021-02-06T00:53:18.079Z] ---> 6ab85a3ed0b9 [2021-02-06T00:53:18.079Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-06T00:53:18.391Z] ---> Running in 559130709e15 [2021-02-06T00:53:18.391Z] Removing intermediate container 41c37fd92960 [2021-02-06T00:53:18.391Z] ---> 645ea80c5a01 [2021-02-06T00:53:18.391Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:53:18.691Z] ---> Running in 0ac3528d5293 [2021-02-06T00:53:18.691Z] ---> Running in 427ef5bd024e [2021-02-06T00:53:19.298Z] Removing intermediate container 559130709e15 [2021-02-06T00:53:19.298Z] ---> baa884d1ce71 [2021-02-06T00:53:19.298Z] Step 23/24 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:53:19.573Z] Removing intermediate container 0ac3528d5293 [2021-02-06T00:53:19.573Z] ---> 9e7232be29c2 [2021-02-06T00:53:19.573Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:53:19.573Z] Removing intermediate container 427ef5bd024e [2021-02-06T00:53:19.573Z] ---> d09e3ec48966 [2021-02-06T00:53:19.573Z] Step 15/23 : WORKDIR / [2021-02-06T00:53:19.573Z] ---> Running in 6edc94809c67 [2021-02-06T00:53:19.905Z] ---> Running in 6231e152e62c [2021-02-06T00:53:19.905Z] Removing intermediate container 967c428d925d [2021-02-06T00:53:19.905Z] ---> c24952b6e67c [2021-02-06T00:53:19.905Z] [2021-02-06T00:53:19.905Z] Step 10/23 : FROM alpine:3.12 [2021-02-06T00:53:19.905Z] ---> afeebe901d6b [2021-02-06T00:53:19.905Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-06T00:53:19.905Z] ---> Using cache [2021-02-06T00:53:19.905Z] ---> 19cecc7b1e4c [2021-02-06T00:53:19.905Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-06T00:53:19.905Z] ---> Using cache [2021-02-06T00:53:19.905Z] ---> 3ceb2c69ce13 [2021-02-06T00:53:19.905Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-06T00:53:20.201Z] ---> Running in ead63a5b367c [2021-02-06T00:53:20.201Z] Removing intermediate container 6edc94809c67 [2021-02-06T00:53:20.201Z] ---> e1297b7318d9 [2021-02-06T00:53:20.201Z] Step 24/24 : LABEL version=0.0.0 [2021-02-06T00:53:20.479Z] ---> 746c33d93538 [2021-02-06T00:53:20.479Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-06T00:53:20.479Z] Removing intermediate container 6231e152e62c [2021-02-06T00:53:20.479Z] ---> 42ac3234c7d5 [2021-02-06T00:53:20.479Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:53:20.479Z] ---> Running in 0fa3c9b6f7b7 [2021-02-06T00:53:20.758Z] Removing intermediate container ead63a5b367c [2021-02-06T00:53:20.758Z] ---> af817c8fcbcd [2021-02-06T00:53:20.758Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-06T00:53:21.364Z] ---> Running in c1a3ce79e4b4 [2021-02-06T00:53:21.365Z] Removing intermediate container 0fa3c9b6f7b7 [2021-02-06T00:53:21.365Z] ---> 02feb244ea85 [2021-02-06T00:53:21.365Z] [2021-02-06T00:53:21.640Z] ---> c8dd6761e775 [2021-02-06T00:53:21.640Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-06T00:53:21.916Z] Successfully built 02feb244ea85 [2021-02-06T00:53:22.196Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-06T00:53:22.196Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c1a3ce79e4b4 [2021-02-06T00:53:22.196Z] ---> c85e8311bc56 [2021-02-06T00:53:22.196Z] Step 15/23 : WORKDIR / [2021-02-06T00:53:22.196Z] ---> 6f2a94fce9e9 [2021-02-06T00:53:22.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-06T00:53:22.472Z] ---> Running in 9d745250ad8c [2021-02-06T00:53:22.752Z] ---> f42f1f3e8d93 [2021-02-06T00:53:22.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-06T00:53:23.027Z] Removing intermediate container 9d745250ad8c [2021-02-06T00:53:23.027Z] ---> e36c68d8516e [2021-02-06T00:53:23.027Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-06T00:53:23.027Z] ---> 02cea26a9ab6 [2021-02-06T00:53:23.027Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-06T00:53:23.304Z] ---> Running in 31bd9edc5479 [2021-02-06T00:53:23.587Z] ---> c6dc01012e16 [2021-02-06T00:53:23.587Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-06T00:53:23.862Z] ---> Running in 69b0d1bfe739 [2021-02-06T00:53:24.140Z] Removing intermediate container 31bd9edc5479 [2021-02-06T00:53:24.140Z] ---> 657a07ecb746 [2021-02-06T00:53:24.140Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:53:24.140Z] ---> 481be01c68dc [2021-02-06T00:53:24.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-06T00:53:24.140Z] ---> Running in f95190d1897e [2021-02-06T00:53:24.417Z] Removing intermediate container 69b0d1bfe739 [2021-02-06T00:53:24.417Z] ---> 19e412c87fb3 [2021-02-06T00:53:24.417Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:53:24.693Z] ---> Running in 421d920b8cad [2021-02-06T00:53:24.969Z] Removing intermediate container f95190d1897e [2021-02-06T00:53:24.969Z] ---> 6ff1ce0bbb5e [2021-02-06T00:53:24.969Z] Step 20/22 : LABEL arch=arm64 [2021-02-06T00:53:25.245Z] ---> Running in 13e802ed7c87 [2021-02-06T00:53:25.518Z] Removing intermediate container 421d920b8cad [2021-02-06T00:53:25.519Z] ---> f8abb2506376 [2021-02-06T00:53:25.519Z] Step 21/23 : LABEL arch=arm64 [2021-02-06T00:53:25.519Z] ---> 6d699bf958e1 [2021-02-06T00:53:25.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-06T00:53:25.794Z] ---> Running in d47906279a3a [2021-02-06T00:53:25.794Z] Removing intermediate container 13e802ed7c87 [2021-02-06T00:53:25.794Z] ---> 43fb1c448e2a [2021-02-06T00:53:25.794Z] Step 21/22 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:53:25.794Z] ---> Running in d464fec12840 [2021-02-06T00:53:26.068Z] Removing intermediate container d47906279a3a [2021-02-06T00:53:26.068Z] ---> ee1a7fa85e9b [2021-02-06T00:53:26.068Z] Step 22/23 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:53:26.350Z] ---> f23846b9e9d4 [2021-02-06T00:53:26.350Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-06T00:53:26.350Z] ---> Running in 57e81b200e03 [2021-02-06T00:53:26.350Z] Removing intermediate container d464fec12840 [2021-02-06T00:53:26.350Z] ---> a88804da0dd1 [2021-02-06T00:53:26.350Z] Step 22/22 : LABEL version=0.0.0 [2021-02-06T00:53:26.629Z] ---> Running in c68d3e9e4cd8 [2021-02-06T00:53:26.629Z] ---> Running in 2acf9f012167 [2021-02-06T00:53:26.921Z] Removing intermediate container 57e81b200e03 [2021-02-06T00:53:26.921Z] ---> bd12690b1550 [2021-02-06T00:53:26.921Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:53:27.198Z] Removing intermediate container c68d3e9e4cd8 [2021-02-06T00:53:27.198Z] ---> 3605d6f8a3bd [2021-02-06T00:53:27.198Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-06T00:53:27.198Z] ---> Running in 1589747aa716 [2021-02-06T00:53:27.198Z] Removing intermediate container 2acf9f012167 [2021-02-06T00:53:27.198Z] ---> 1b830d62ae45 [2021-02-06T00:53:27.198Z] [2021-02-06T00:53:27.485Z] ---> Running in e76947024fe7 [2021-02-06T00:53:27.761Z] Successfully built 1b830d62ae45 [2021-02-06T00:53:27.761Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-06T00:53:27.761Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1589747aa716 [2021-02-06T00:53:27.761Z] ---> 1e4d260648c8 [2021-02-06T00:53:27.761Z] [2021-02-06T00:53:28.038Z] Removing intermediate container e76947024fe7 [2021-02-06T00:53:28.038Z] ---> f1a0de0a2250 [2021-02-06T00:53:28.038Z] Step 21/23 : LABEL arch=arm64 [2021-02-06T00:53:28.311Z] Successfully built 1e4d260648c8 [2021-02-06T00:53:28.311Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-06T00:53:28.311Z]  Building docker-core-command-go ... done  ---> Running in 525973718b5b [2021-02-06T00:53:28.931Z] Removing intermediate container 525973718b5b [2021-02-06T00:53:28.931Z] ---> 2234e0684459 [2021-02-06T00:53:28.931Z] Step 22/23 : LABEL git_sha=fbad44dabc6b5297b1d033e39b12acf1d1047b6f [2021-02-06T00:53:28.931Z] ---> Running in d4110fdcaeb8 [2021-02-06T00:53:29.209Z] Removing intermediate container d4110fdcaeb8 [2021-02-06T00:53:29.210Z] ---> e170ff08ddcf [2021-02-06T00:53:29.210Z] Step 23/23 : LABEL version=0.0.0 [2021-02-06T00:53:29.485Z] ---> Running in d7bfe12627d9 [2021-02-06T00:53:30.083Z] Removing intermediate container d7bfe12627d9 [2021-02-06T00:53:30.083Z] ---> bab789352996 [2021-02-06T00:53:30.083Z] [2021-02-06T00:53:30.355Z] Successfully built bab789352996 [2021-02-06T00:53:30.355Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-06T00:53:30.644Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-06T00:53:30.674Z] $ docker stop --time=1 530296456bfbd3e401c882f8aa061e9f366c6ea274e54d466983fa73716af3aa [2021-02-06T00:53:32.643Z] $ docker rm -f 530296456bfbd3e401c882f8aa061e9f366c6ea274e54d466983fa73716af3aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-06T00:53:33.333Z] + docker images+ [2021-02-06T00:53:33.333Z] grep docker [2021-02-06T00:53:33.610Z] docker-core-metadata-go-arm64 latest bab789352996 4 seconds ago 17.8MB [2021-02-06T00:53:33.610Z] docker-core-command-go-arm64 latest 1e4d260648c8 6 seconds ago 16MB [2021-02-06T00:53:33.610Z] docker-support-scheduler-go-arm64 latest 1b830d62ae45 7 seconds ago 16.1MB [2021-02-06T00:53:33.610Z] docker-security-secretstore-setup-go-arm64 latest 02feb244ea85 13 seconds ago 23.4MB [2021-02-06T00:53:33.610Z] docker-sys-mgmt-agent-go-arm64 latest 529b367af974 About a minute ago 300MB [2021-02-06T00:53:33.610Z] docker-security-bootstrapper-go-arm64 latest 7741e941774e 2 minutes ago 22.6MB [2021-02-06T00:53:33.610Z] docker-core-data-go-arm64 latest 7d965daf02f3 2 minutes ago 21MB [2021-02-06T00:53:33.610Z] docker-support-notifications-go-arm64 latest ab8bef56bc29 3 minutes ago 16.7MB [2021-02-06T00:53:33.610Z] docker-security-proxy-setup-go-arm64 latest 4abdacb3a48d 3 minutes ago 23.2MB [2021-02-06T00:53:33.610Z] docker 20.10.0 eeaf43b92773 8 weeks 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 [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-02-06T00:53:36.216Z] provisioning config files... [2021-02-06T00:53:36.238Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config6483687574036825319tmp [Pipeline] { [Pipeline] sh [2021-02-06T00:53:36.631Z] + set +x [2021-02-06T00:53:36.631Z] + curl -s https://codecov.io/bash [2021-02-06T00:53:36.631Z] + bash -s -- [2021-02-06T00:53:37.209Z] [2021-02-06T00:53:37.209Z] _____ _ [2021-02-06T00:53:37.209Z] / ____| | | [2021-02-06T00:53:37.209Z] | | ___ __| | ___ ___ _____ __ [2021-02-06T00:53:37.209Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-06T00:53:37.209Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-06T00:53:37.209Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-06T00:53:37.209Z] Bash-20210129-7c25fce [2021-02-06T00:53:37.209Z] [2021-02-06T00:53:37.209Z] [2021-02-06T00:53:37.209Z] ==> git version 2.24.3 found [2021-02-06T00:53:37.209Z] ==> 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-02-06T00:53:37.209Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-06T00:53:37.209Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-06T00:53:37.209Z] ==> Jenkins CI detected. [2021-02-06T00:53:37.209Z] project root: . [2021-02-06T00:53:37.209Z] --> token set from env [2021-02-06T00:53:37.209Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-06T00:53:37.209Z] ==> Running gcov in . (disable via -X gcov) [2021-02-06T00:53:37.209Z] ==> Python coveragepy not found [2021-02-06T00:53:37.209Z] ==> Searching for coverage reports in: [2021-02-06T00:53:37.209Z] + . [2021-02-06T00:53:37.209Z] -> Found 1 reports [2021-02-06T00:53:37.209Z] ==> Detecting git/mercurial file structure [2021-02-06T00:53:37.209Z] ==> Reading reports [2021-02-06T00:53:37.209Z] + ./coverage.out bytes=587103 [2021-02-06T00:53:37.209Z] ==> Appending adjustments [2021-02-06T00:53:37.209Z] https://docs.codecov.io/docs/fixing-reports [2021-02-06T00:53:40.525Z] + Found adjustments [2021-02-06T00:53:40.525Z] ==> Gzipping contents [2021-02-06T00:53:40.787Z] 88K /tmp/codecov.ONbBdM.gz [2021-02-06T00:53:40.787Z] ==> Uploading reports [2021-02-06T00:53:40.787Z] url: https://codecov.io [2021-02-06T00:53:40.787Z] query: branch=PR-3034&commit=fbad44dabc6b5297b1d033e39b12acf1d1047b6f&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-06T00:53:40.787Z] -> Pinging Codecov [2021-02-06T00:53:40.787Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=fbad44dabc6b5297b1d033e39b12acf1d1047b6f&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-06T00:53:41.054Z] -> Uploading to [2021-02-06T00:53:41.054Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-06/00271124DB129430A58F1EEE437C3FCB/fbad44dabc6b5297b1d033e39b12acf1d1047b6f/7c3b3d30-aa24-4871-b9ee-f971b947b039.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210206T005340Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c97bef914c638b2d977fb6ea485f1ab9db2650f0313cc710124ba9a0eea58a5 [2021-02-06T00:53:41.054Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-06T00:53:41.054Z] Dload Upload Total Spent Left Speed [2021-02-06T00:53:41.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88445 0 0 100 88445 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-02-06T00:53:41.635Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fbad44dabc6b5297b1d033e39b12acf1d1047b6f [Pipeline] } [2021-02-06T00:53:41.646Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-06T00:53:43.556Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:53:44.448Z] ---> package-listing.sh [2021-02-06T00:53:44.448Z] ++ facter osfamily [2021-02-06T00:53:44.448Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-06T00:53:44.448Z] + OS_FAMILY=redhat [2021-02-06T00:53:44.448Z] + workspace=/w/workspace/edgex-go/19 [2021-02-06T00:53:44.448Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-06T00:53:44.448Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-06T00:53:44.448Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-06T00:53:44.448Z] + PACKAGES=/tmp/packages_start.txt [2021-02-06T00:53:44.448Z] + '[' /w/workspace/edgex-go/19 ']' [2021-02-06T00:53:44.448Z] + PACKAGES=/tmp/packages_end.txt [2021-02-06T00:53:44.448Z] + case "${OS_FAMILY}" in [2021-02-06T00:53:44.448Z] + rpm -qa [2021-02-06T00:53:44.448Z] + sort [2021-02-06T00:53:49.763Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-06T00:53:49.763Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-06T00:53:49.763Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-06T00:53:49.763Z] + '[' /w/workspace/edgex-go/19 ']' [2021-02-06T00:53:49.763Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-02-06T00:53:49.763Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-02-06T00:53:49.779Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-06T00:53:50.076Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:53:50.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-06T00:53:50.386Z] [2021-02-06T00:53:50.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-06T00:53:50.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-06T00:53:50.751Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-06T00:53:50.751Z] df20fa9351a1: Pulling fs layer [2021-02-06T00:53:50.751Z] 36b3adc4ff6f: Pulling fs layer [2021-02-06T00:53:50.751Z] 8ad3a11d3b57: Pulling fs layer [2021-02-06T00:53:50.751Z] 46f8f816bc3b: Pulling fs layer [2021-02-06T00:53:50.751Z] 93b61091891f: Pulling fs layer [2021-02-06T00:53:50.751Z] 93b9cdb0e59b: Pulling fs layer [2021-02-06T00:53:50.751Z] 5e14af77c1be: Pulling fs layer [2021-02-06T00:53:50.751Z] 01666e4c0597: Pulling fs layer [2021-02-06T00:53:50.751Z] aa168da1d23b: Pulling fs layer [2021-02-06T00:53:50.751Z] 46f8f816bc3b: Waiting [2021-02-06T00:53:50.751Z] 93b61091891f: Waiting [2021-02-06T00:53:50.751Z] 93b9cdb0e59b: Waiting [2021-02-06T00:53:50.751Z] 5e14af77c1be: Waiting [2021-02-06T00:53:50.751Z] 01666e4c0597: Waiting [2021-02-06T00:53:50.751Z] aa168da1d23b: Waiting [2021-02-06T00:53:50.751Z] 36b3adc4ff6f: Verifying Checksum [2021-02-06T00:53:50.751Z] 36b3adc4ff6f: Download complete [2021-02-06T00:53:50.751Z] 46f8f816bc3b: Download complete [2021-02-06T00:53:50.751Z] df20fa9351a1: Download complete [2021-02-06T00:53:51.015Z] 93b9cdb0e59b: Verifying Checksum [2021-02-06T00:53:51.015Z] 93b9cdb0e59b: Download complete [2021-02-06T00:53:51.015Z] 5e14af77c1be: Verifying Checksum [2021-02-06T00:53:51.015Z] 5e14af77c1be: Download complete [2021-02-06T00:53:51.015Z] 93b61091891f: Verifying Checksum [2021-02-06T00:53:51.015Z] 93b61091891f: Download complete [2021-02-06T00:53:51.015Z] 01666e4c0597: Verifying Checksum [2021-02-06T00:53:51.015Z] 01666e4c0597: Download complete [2021-02-06T00:53:51.282Z] df20fa9351a1: Pull complete [2021-02-06T00:53:51.548Z] 8ad3a11d3b57: Verifying Checksum [2021-02-06T00:53:51.548Z] 8ad3a11d3b57: Download complete [2021-02-06T00:53:51.548Z] 36b3adc4ff6f: Pull complete [2021-02-06T00:53:52.508Z] 8ad3a11d3b57: Pull complete [2021-02-06T00:53:52.508Z] 46f8f816bc3b: Pull complete [2021-02-06T00:53:53.098Z] aa168da1d23b: Verifying Checksum [2021-02-06T00:53:53.098Z] aa168da1d23b: Download complete [2021-02-06T00:53:54.048Z] 93b61091891f: Pull complete [2021-02-06T00:53:54.048Z] 93b9cdb0e59b: Pull complete [2021-02-06T00:53:54.310Z] 5e14af77c1be: Pull complete [2021-02-06T00:53:54.310Z] 01666e4c0597: Pull complete [2021-02-06T00:54:02.704Z] aa168da1d23b: Pull complete [2021-02-06T00:54:02.705Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-06T00:54:02.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-06T00:54:02.705Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-06T00:54:02.939Z] prd-centos7-docker-4c-2g-25292 does not seem to be running inside a container [2021-02-06T00:54:02.993Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-lftools-log-publisher:alpine cat [2021-02-06T00:54:13.905Z] $ docker top 4d5aaba9a97c99d21bf6aecf069c9c33f04598f94355cdb5a43d671dd0af9c80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-06T00:54:14.479Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-06T00:54:14.783Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-06T00:54:15.087Z] + ls /var/log/sa-host [2021-02-06T00:54:15.087Z] + sadf -c /var/log/sa-host/sa06 [2021-02-06T00:54:15.087Z] file_magic: OK [2021-02-06T00:54:15.087Z] HZ: Using current value: 100 [2021-02-06T00:54:15.087Z] file_header: OK [2021-02-06T00:54:15.087Z] 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-02-06T00:54:15.087Z] Statistics: [2021-02-06T00:54:15.087Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-06T00:54:15.087Z] File successfully converted to sysstat format version 12.2.1 [2021-02-06T00:54:15.087Z] + sadf -c /var/log/sa-host/sa23 [2021-02-06T00:54:15.087Z] file_magic: OK [2021-02-06T00:54:15.087Z] HZ: Using current value: 100 [2021-02-06T00:54:15.087Z] file_header: OK [2021-02-06T00:54:15.087Z] 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-02-06T00:54:15.087Z] Statistics: [2021-02-06T00:54:15.087Z] Hnuu...uuuununununu... [2021-02-06T00:54:15.087Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-06T00:54:15.277Z] provisioning config files... [2021-02-06T00:54:15.293Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config4238437810439874969tmp [Pipeline] { [Pipeline] echo [2021-02-06T00:54:15.363Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:54:15.662Z] ---> create-netrc.sh [Pipeline] } [2021-02-06T00:54:15.671Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-06T00:54:15.775Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:54:16.073Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-06T00:54:16.083Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:54:16.405Z] ---> sudo-logs.sh [2021-02-06T00:54:16.406Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-06T00:54:16.422Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:54:16.717Z] ---> job-cost.sh [2021-02-06T00:54:16.718Z] lf-activate-venv: SKIPPING [2021-02-06T00:54:16.718Z] INFO: No Stack... [2021-02-06T00:54:17.667Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-06T00:54:18.242Z] INFO: Archiving Costs [Pipeline] echo [2021-02-06T00:54:18.257Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-06T00:54:18.555Z] ---> logs-deploy.sh [2021-02-06T00:54:18.555Z] lf-activate-venv: SKIPPING [2021-02-06T00:54:18.555Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/19 [2021-02-06T00:54:18.555Z] INFO: archiving workspace using pattern(s): [2021-02-06T00:54:19.945Z] Archives upload complete. [2021-02-06T00:54:20.206Z] INFO: archiving logs to Nexus