lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42+2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 (0f5de49fe197e9a644177feb8514def7ac889e25) 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26997 in /w/workspace/edgexfoundry_edgex-go_PR-3181 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 Merge succeeded, producing c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 Checking out Revision c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 (PR-3181) > 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/3181/head:refs/remotes/origin/PR-3181 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # 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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 Commit message: "refactor: Update go.mod and logic in init/seal loop" > git rev-list --no-walk c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-20T00:10:53.317Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-20T00:10:53.637Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-20T00:10:53.754Z] ========================================================= [2021-02-20T00:10:53.754Z] EdgeX Global Pipelines Version Info [2021-02-20T00:10:53.754Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:10:55.346Z] ------------------- [2021-02-20T00:10:55.346Z] stable info: [2021-02-20T00:10:55.346Z] ------------------- [2021-02-20T00:10:55.346Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-20T00:10:55.346Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-20T00:10:55.346Z] Message: update stable to v1.0.179 [2021-02-20T00:10:56.292Z] ------------------- [2021-02-20T00:10:56.292Z] experimental info: [2021-02-20T00:10:56.293Z] ------------------- [2021-02-20T00:10:56.293Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-20T00:10:56.293Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-20T00:10:56.293Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-20T00:10:56.548Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-20T00:10:56.634Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-20T00:10:56.718Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-20T00:10:56.807Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-20T00:10:56.899Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-20T00:10:56.990Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-20T00:10:57.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-20T00:10:57.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-20T00:10:57.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-20T00:10:57.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-20T00:10:57.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-20T00:10:57.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-20T00:10:57.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-20T00:10:57.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-20T00:10:57.895Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-20T00:10:57.978Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-20T00:10:58.061Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-20T00:10:58.147Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-20T00:10:58.230Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-20T00:10:58.354Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-20T00:10:58.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-20T00:10:58.531Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-20T00:10:58.614Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-20T00:10:58.728Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3181 [Pipeline] echo [2021-02-20T00:10:58.821Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3181 [Pipeline] echo [2021-02-20T00:10:58.905Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3181 [Pipeline] echo [2021-02-20T00:10:58.994Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [Pipeline] echo [2021-02-20T00:10:59.086Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c2fb34d [Pipeline] echo [2021-02-20T00:10:59.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-20T00:10:59.347Z] provisioning config files... [2021-02-20T00:10:59.376Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8464860352601281510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:10:59.733Z] ---> docker-login.sh [2021-02-20T00:10:59.733Z] nexus3.edgexfoundry.org:10001 [2021-02-20T00:10:59.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:11:00.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:11:00.258Z] Configure a credential helper to remove this warning. See [2021-02-20T00:11:00.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:11:00.258Z] [2021-02-20T00:11:00.258Z] Login Succeeded [2021-02-20T00:11:00.258Z] nexus3.edgexfoundry.org:10002 [2021-02-20T00:11:00.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:11:00.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:11:00.258Z] Configure a credential helper to remove this warning. See [2021-02-20T00:11:00.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:11:00.258Z] [2021-02-20T00:11:00.258Z] Login Succeeded [2021-02-20T00:11:00.258Z] nexus3.edgexfoundry.org:10003 [2021-02-20T00:11:00.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:11:00.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:11:00.521Z] Configure a credential helper to remove this warning. See [2021-02-20T00:11:00.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:11:00.521Z] [2021-02-20T00:11:00.521Z] Login Succeeded [2021-02-20T00:11:00.521Z] nexus3.edgexfoundry.org:10004 [2021-02-20T00:11:00.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:11:00.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:11:00.783Z] Configure a credential helper to remove this warning. See [2021-02-20T00:11:00.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:11:00.783Z] [2021-02-20T00:11:00.783Z] Login Succeeded [2021-02-20T00:11:00.783Z] docker.io [2021-02-20T00:11:00.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:11:01.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:11:01.045Z] Configure a credential helper to remove this warning. See [2021-02-20T00:11:01.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:11:01.045Z] [2021-02-20T00:11:01.045Z] Login Succeeded [2021-02-20T00:11:01.045Z] ---> docker-login.sh ends [Pipeline] } [2021-02-20T00:11:01.054Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-20T00:11:01.505Z] ++ 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-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/core-command/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/core-data/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-20T00:11:01.505Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-20T00:11:01.505Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-20T00:11:01.505Z] ++ cut -d/ -f2 [2021-02-20T00:11:01.505Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-20T00:11:01.580Z] 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-20T00:11:03.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-20T00:11:03.079Z] [2021-02-20T00:11:03.079Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:11:03.435Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-20T00:11:03.435Z] latest: Pulling from edgex-devops/git-semver [2021-02-20T00:11:03.435Z] 31603596830f: Pulling fs layer [2021-02-20T00:11:03.435Z] 2a8b12db71e7: Pulling fs layer [2021-02-20T00:11:03.435Z] 6ca5941a6612: Pulling fs layer [2021-02-20T00:11:03.435Z] ecc8261a40a4: Pulling fs layer [2021-02-20T00:11:03.435Z] ecc8261a40a4: Waiting [2021-02-20T00:11:03.435Z] 2a8b12db71e7: Verifying Checksum [2021-02-20T00:11:03.435Z] 2a8b12db71e7: Download complete [2021-02-20T00:11:03.701Z] 31603596830f: Verifying Checksum [2021-02-20T00:11:03.701Z] 31603596830f: Download complete [2021-02-20T00:11:03.701Z] ecc8261a40a4: Verifying Checksum [2021-02-20T00:11:03.701Z] ecc8261a40a4: Download complete [2021-02-20T00:11:03.701Z] 6ca5941a6612: Verifying Checksum [2021-02-20T00:11:03.701Z] 6ca5941a6612: Download complete [2021-02-20T00:11:03.962Z] 31603596830f: Pull complete [2021-02-20T00:11:03.962Z] 2a8b12db71e7: Pull complete [2021-02-20T00:11:04.911Z] 6ca5941a6612: Pull complete [2021-02-20T00:11:05.172Z] ecc8261a40a4: Pull complete [2021-02-20T00:11:05.172Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-20T00:11:05.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-20T00:11:05.172Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-20T00:11:05.270Z] prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container [2021-02-20T00:11:05.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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:10004/edgex-devops/git-semver:latest cat [2021-02-20T00:11:07.767Z] $ docker top 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-20T00:11:08.056Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-20T00:11:08.056Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-20T00:11:08.268Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-20T00:11:08.268Z] $ docker exec 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent [2021-02-20T00:11:08.434Z] SSH_AUTH_SOCK=/tmp/ssh-pSzrrHkYXD1q/agent.11 [2021-02-20T00:11:08.434Z] SSH_AGENT_PID=16 [2021-02-20T00:11:08.443Z] Running ssh-add (command line suppressed) [2021-02-20T00:11:08.558Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_8211953726966395798.key (/w/workspace/edgex-go/12@tmp/private_key_8211953726966395798.key) [2021-02-20T00:11:08.612Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-20T00:11:08.946Z] + git tag --points-at HEAD [Pipeline] } [2021-02-20T00:11:08.965Z] $ docker exec --env ******** --env ******** 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent -k [2021-02-20T00:11:09.082Z] unset SSH_AUTH_SOCK; [2021-02-20T00:11:09.083Z] unset SSH_AGENT_PID; [2021-02-20T00:11:09.083Z] echo Agent pid 16 killed; [2021-02-20T00:11:09.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-20T00:11:09.269Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-20T00:11:09.269Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-20T00:11:09.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-20T00:11:09.428Z] $ docker exec 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent [2021-02-20T00:11:09.594Z] SSH_AUTH_SOCK=/tmp/ssh-3fW5lkm6kmCy/agent.45 [2021-02-20T00:11:09.594Z] SSH_AGENT_PID=50 [2021-02-20T00:11:09.601Z] Running ssh-add (command line suppressed) [2021-02-20T00:11:09.712Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_2657873037081548492.key (/w/workspace/edgex-go/12@tmp/private_key_2657873037081548492.key) [2021-02-20T00:11:09.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-20T00:11:10.100Z] + git semver init [2021-02-20T00:11:10.100Z] # -> Open(): unable to determine branch for HEAD [2021-02-20T00:11:10.100Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-02-20T00:11:10.100Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-02-20T00:11:10.100Z] # $SEMVER_REMOTE_NAME = origin [2021-02-20T00:11:10.100Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-20T00:11:10.100Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-20T00:11:10.100Z] # $SEMVER_BRANCH = PR-3181 [2021-02-20T00:11:10.100Z] # $SEMVER_TEMP = /tmp/semver-908936394 [2021-02-20T00:11:10.100Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-20T00:11:28.415Z] # '/tmp/semver-908936394' -> '/w/workspace/edgex-go/12/.semver' [2021-02-20T00:11:28.415Z] # -> Force: false [2021-02-20T00:11:28.415Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-02-20T00:11:28.426Z] $ docker exec --env ******** --env ******** 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent -k [2021-02-20T00:11:28.610Z] unset SSH_AUTH_SOCK; [2021-02-20T00:11:28.610Z] unset SSH_AGENT_PID; [2021-02-20T00:11:28.610Z] echo Agent pid 50 killed; [2021-02-20T00:11:28.669Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-20T00:11:29.158Z] + git semver [Pipeline] } [2021-02-20T00:11:29.176Z] $ docker stop --time=1 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 [2021-02-20T00:11:30.726Z] $ docker rm -f 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-20T00:11:31.309Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-20T00:11:31.832Z] Stashed 1 file(s) [Pipeline] echo [2021-02-20T00:11:31.835Z] [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-20T00:11:32.697Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-20T00:11:32.996Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-20T00:11:33.295Z] + sudo service docker restart [2021-02-20T00:11:33.295Z] + true [2021-02-20T00:11:33.295Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-20T00:11:33.881Z] ========================================================= [2021-02-20T00:11:33.881Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-20T00:11:33.881Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:11:34.223Z] + 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-20T00:11:37.568Z] Sending build context to Docker daemon 327.9MB [2021-02-20T00:11:37.568Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-20T00:11:37.568Z] Step 2/6 : FROM ${BASE} [2021-02-20T00:11:37.568Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-20T00:11:37.568Z] 188c0c94c7c5: Pulling fs layer [2021-02-20T00:11:37.568Z] 0ef7d3d256c8: Pulling fs layer [2021-02-20T00:11:37.568Z] de9db76c5a1d: Pulling fs layer [2021-02-20T00:11:37.568Z] bca2f99d35d6: Pulling fs layer [2021-02-20T00:11:37.568Z] 93359f2a8cfa: Pulling fs layer [2021-02-20T00:11:37.568Z] 7c6f9722023f: Pulling fs layer [2021-02-20T00:11:37.568Z] a35cf1a2eb13: Pulling fs layer [2021-02-20T00:11:37.568Z] 93359f2a8cfa: Waiting [2021-02-20T00:11:37.568Z] 7c6f9722023f: Waiting [2021-02-20T00:11:37.568Z] a35cf1a2eb13: Waiting [2021-02-20T00:11:37.568Z] bca2f99d35d6: Waiting [2021-02-20T00:11:37.568Z] de9db76c5a1d: Verifying Checksum [2021-02-20T00:11:37.568Z] de9db76c5a1d: Download complete [2021-02-20T00:11:37.568Z] 0ef7d3d256c8: Download complete [2021-02-20T00:11:37.568Z] 93359f2a8cfa: Verifying Checksum [2021-02-20T00:11:37.568Z] 93359f2a8cfa: Download complete [2021-02-20T00:11:37.568Z] 7c6f9722023f: Verifying Checksum [2021-02-20T00:11:37.568Z] 7c6f9722023f: Download complete [2021-02-20T00:11:37.568Z] 188c0c94c7c5: Verifying Checksum [2021-02-20T00:11:37.568Z] 188c0c94c7c5: Download complete [2021-02-20T00:11:38.146Z] 188c0c94c7c5: Pull complete [2021-02-20T00:11:38.146Z] 0ef7d3d256c8: Pull complete [2021-02-20T00:11:38.409Z] de9db76c5a1d: Pull complete [2021-02-20T00:11:39.811Z] a35cf1a2eb13: Verifying Checksum [2021-02-20T00:11:39.811Z] a35cf1a2eb13: Download complete [2021-02-20T00:11:40.394Z] bca2f99d35d6: Verifying Checksum [2021-02-20T00:11:40.394Z] bca2f99d35d6: Download complete [2021-02-20T00:11:45.714Z] bca2f99d35d6: Pull complete [2021-02-20T00:11:45.714Z] 93359f2a8cfa: Pull complete [2021-02-20T00:11:45.714Z] 7c6f9722023f: Pull complete [2021-02-20T00:11:47.183Z] Still waiting to schedule task [2021-02-20T00:11:47.183Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-20T00:11:51.025Z] a35cf1a2eb13: Pull complete [2021-02-20T00:11:51.025Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-20T00:11:51.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-20T00:11:51.025Z] ---> a62c8e92a672 [2021-02-20T00:11:51.025Z] 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-20T00:11:51.291Z] ---> Running in 0c9f6d72fdfd [2021-02-20T00:11:51.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:11:52.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:11:53.076Z] (1/12) Installing libmagic (5.38-r0) [2021-02-20T00:11:53.339Z] (2/12) Installing file (5.38-r0) [2021-02-20T00:11:53.339Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-20T00:11:53.601Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-20T00:11:57.820Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-20T00:11:57.820Z] (6/12) Installing patch (2.7.6-r6) [2021-02-20T00:11:57.820Z] (7/12) Installing build-base (0.5-r2) [2021-02-20T00:11:57.820Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-20T00:11:57.820Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-20T00:11:57.820Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-20T00:11:57.820Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-20T00:11:57.820Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-20T00:11:57.820Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:11:57.820Z] OK: 233 MiB in 51 packages [2021-02-20T00:12:02.043Z] Removing intermediate container 0c9f6d72fdfd [2021-02-20T00:12:02.043Z] ---> a2f76ebb3c14 [2021-02-20T00:12:02.043Z] Step 4/6 : WORKDIR /edgex-go [2021-02-20T00:12:02.043Z] ---> Running in 133aa172ba44 [2021-02-20T00:12:02.043Z] Removing intermediate container 133aa172ba44 [2021-02-20T00:12:02.043Z] ---> 2f1b2c395ebc [2021-02-20T00:12:02.043Z] Step 5/6 : COPY go.mod . [2021-02-20T00:12:02.043Z] ---> cd0981471ae4 [2021-02-20T00:12:02.043Z] Step 6/6 : RUN go mod download [2021-02-20T00:12:02.305Z] ---> Running in d513fa5cd5c2 [2021-02-20T00:12:24.313Z] Removing intermediate container d513fa5cd5c2 [2021-02-20T00:12:24.313Z] ---> 6972149c40e0 [2021-02-20T00:12:24.313Z] Successfully built 6972149c40e0 [2021-02-20T00:12:24.313Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:12:24.635Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-20T00:12:24.635Z] . [Pipeline] withDockerContainer [2021-02-20T00:12:24.740Z] prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container [2021-02-20T00:12:24.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-x86_64 cat [2021-02-20T00:12:25.609Z] $ docker top 10fc7cd2cf0353806499c7278bbaa83ac65d48f17150c3026b76dd40c0d8c125 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-20T00:12:26.114Z] + go version [2021-02-20T00:12:26.114Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-20T00:12:26.128Z] $ docker stop --time=1 10fc7cd2cf0353806499c7278bbaa83ac65d48f17150c3026b76dd40c0d8c125 [2021-02-20T00:12:27.454Z] $ docker rm -f 10fc7cd2cf0353806499c7278bbaa83ac65d48f17150c3026b76dd40c0d8c125 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:12:28.262Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-20T00:12:28.262Z] . [Pipeline] withDockerContainer [2021-02-20T00:12:28.362Z] prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container [2021-02-20T00:12:28.404Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-x86_64 cat [2021-02-20T00:12:29.010Z] $ docker top e8fa8b2e6e4ab3efbde5299f7af2a75478569831c5edc831aae6fb050214196e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-20T00:12:29.189Z] ========================================================= [2021-02-20T00:12:29.189Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-20T00:12:29.189Z] ========================================================= [Pipeline] sh [2021-02-20T00:12:29.482Z] + make test [2021-02-20T00:12:29.482Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-20T00:12:37.665Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-20T00:12:55.929Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-20T00:12:56.899Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-20T00:12:59.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-20T00:12:59.497Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-20T00:13:00.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-20T00:13:00.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-20T00:13:00.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-20T00:13:00.461Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-20T00:13:01.420Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-20T00:13:01.691Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-20T00:13:04.292Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-20T00:13:04.292Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-20T00:13:04.292Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-20T00:13:06.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements [2021-02-20T00:13:06.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-20T00:13:06.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-20T00:13:06.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-20T00:13:06.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-20T00:13:06.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-20T00:13:06.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-20T00:13:06.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-20T00:13:06.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.074s coverage: 100.0% of statements [2021-02-20T00:13:11.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.157s coverage: 27.1% of statements [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-20T00:13:11.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-20T00:13:11.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-20T00:13:11.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 65.8% of statements [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-20T00:13:11.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.3% of statements [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-20T00:13:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-20T00:13:13.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-20T00:13:13.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-20T00:13:13.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-20T00:13:13.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-20T00:13:13.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-20T00:13:13.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-20T00:13:13.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-20T00:13:15.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.457s coverage: 92.8% of statements [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-20T00:13:15.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-20T00:13:15.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-20T00:13:15.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-02-20T00:13:15.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-20T00:13:15.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-20T00:13:15.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-20T00:13:15.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements [2021-02-20T00:13:15.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 79.5% of statements [2021-02-20T00:13:15.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-02-20T00:13:15.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements [2021-02-20T00:13:16.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-20T00:13:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-02-20T00:13:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-02-20T00:13:34.051Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26998 in /w/workspace/edgexfoundry_edgex-go_PR-3181 [Pipeline] { [Pipeline] ws [2021-02-20T00:13:34.106Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-02-20T00:13:39.009Z] using credential edgex-jenkins-ssh [2021-02-20T00:13:39.085Z] Cloning the remote Git repository [2021-02-20T00:13:39.146Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-20T00:13:39.254Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-02-20T00:13:39.338Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-20T00:13:39.339Z] > git --version # timeout=10 [2021-02-20T00:13:39.354Z] > git --version # 'git version 2.17.1' [2021-02-20T00:13:39.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-20T00:13:39.404Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.6% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 68.9% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 36.1% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-20T00:13:40.948Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-20T00:13:40.948Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.109s coverage: 89.4% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.070s coverage: 100.0% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-20T00:13:40.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-20T00:13:40.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-02-20T00:13:40.949Z] GO111MODULE=on go vet ./... [2021-02-20T00:13:54.528Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-20T00:13:54.543Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-20T00:13:54.573Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-20T00:13:54.600Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-20T00:13:54.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-20T00:13:55.617Z] Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:13:56.110Z] Merge succeeded, producing c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:13:56.111Z] Checking out Revision c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 (PR-3181) [2021-02-20T00:13:54.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3181/head:refs/remotes/origin/PR-3181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-20T00:13:55.642Z] > git config core.sparsecheckout # timeout=10 [2021-02-20T00:13:55.660Z] > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 [2021-02-20T00:13:55.967Z] > git remote # timeout=10 [2021-02-20T00:13:55.986Z] > git config --get remote.origin.url # timeout=10 [2021-02-20T00:13:55.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-20T00:13:56.008Z] > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 [2021-02-20T00:13:56.073Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-20T00:13:56.123Z] > git config core.sparsecheckout # timeout=10 [2021-02-20T00:13:56.157Z] > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 [2021-02-20T00:14:00.518Z] Commit message: "refactor: Update go.mod and logic in init/seal loop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-20T00:14:02.022Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-20T00:14:02.437Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-20T00:14:02.783Z] + sudo service docker restart [2021-02-20T00:14:02.783Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-20T00:14:05.535Z] provisioning config files... [2021-02-20T00:14:05.579Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config3835384245343601074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:14:06.021Z] ---> docker-login.sh [2021-02-20T00:14:06.022Z] nexus3.edgexfoundry.org:10001 [2021-02-20T00:14:07.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:14:07.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:14:07.292Z] Configure a credential helper to remove this warning. See [2021-02-20T00:14:07.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:14:07.292Z] [2021-02-20T00:14:07.292Z] Login Succeeded [2021-02-20T00:14:07.292Z] nexus3.edgexfoundry.org:10002 [2021-02-20T00:14:07.720Z] gofmt -l . [2021-02-20T00:14:07.720Z] [ "`gofmt -l .`" = "" ] [2021-02-20T00:14:07.720Z] ./bin/test-go-mod-tidy.sh [2021-02-20T00:14:07.720Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-20T00:14:07.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:14:07.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:14:07.891Z] Configure a credential helper to remove this warning. See [2021-02-20T00:14:07.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:14:07.891Z] [2021-02-20T00:14:07.891Z] Login Succeeded [2021-02-20T00:14:07.891Z] nexus3.edgexfoundry.org:10003 [2021-02-20T00:14:08.031Z] + ls -al . [2021-02-20T00:14:08.032Z] total 704 [2021-02-20T00:14:08.032Z] drwxrwxr-x 10 1001 1001 4096 Feb 20 00:14 . [2021-02-20T00:14:08.032Z] drwxr-xr-x 4 root root 30 Feb 20 00:12 .. [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 11 Feb 20 00:10 .dockerignore [2021-02-20T00:14:08.032Z] drwxrwxr-x 8 1001 1001 179 Feb 20 00:10 .git [2021-02-20T00:14:08.032Z] drwxrwxr-x 3 1001 1001 125 Feb 20 00:10 .github [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 818 Feb 20 00:10 .gitignore [2021-02-20T00:14:08.032Z] drwx------ 3 1001 1001 60 Feb 20 00:11 .semver [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 166 Feb 20 00:10 .sonarcloud.properties [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 8475 Feb 20 00:10 Attribution.txt [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 3804 Feb 20 00:10 CONTRIBUTING.md [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 931 Feb 20 00:10 Dockerfile.build [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 863 Feb 20 00:10 Jenkinsfile [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 10775 Feb 20 00:10 LICENSE [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 5774 Feb 20 00:10 Makefile [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 6524 Feb 20 00:10 README.md [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 6755 Feb 20 00:10 SECURITY.md [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 5 Feb 20 00:11 VERSION [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 4131 Feb 20 00:10 ZMQWindows.md [2021-02-20T00:14:08.032Z] drwxrwxr-x 2 1001 1001 117 Feb 20 00:10 bin [2021-02-20T00:14:08.032Z] drwxrwxr-x 14 1001 1001 4096 Feb 20 00:10 cmd [2021-02-20T00:14:08.032Z] -rw-r--r-- 1 root root 591368 Feb 20 00:13 coverage.out [2021-02-20T00:14:08.032Z] -rw-r--r-- 1 root root 1055 Feb 20 00:14 go.mod [2021-02-20T00:14:08.032Z] -rw-r--r-- 1 root root 21410 Feb 20 00:14 go.sum [2021-02-20T00:14:08.032Z] drwxrwxr-x 8 1001 1001 127 Feb 20 00:10 internal [2021-02-20T00:14:08.032Z] drwxrwxr-x 4 1001 1001 26 Feb 20 00:10 openapi [2021-02-20T00:14:08.032Z] drwxrwxr-x 4 1001 1001 71 Feb 20 00:10 snap [2021-02-20T00:14:08.032Z] -rw-rw-r-- 1 1001 1001 168 Feb 20 00:10 version.go [Pipeline] sh [2021-02-20T00:14:08.336Z] + '[' -e coverage.out ] [2021-02-20T00:14:08.337Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-20T00:14:08.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:14:08.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:14:08.489Z] Configure a credential helper to remove this warning. See [2021-02-20T00:14:08.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:14:08.489Z] [2021-02-20T00:14:08.489Z] Login Succeeded [2021-02-20T00:14:08.489Z] nexus3.edgexfoundry.org:10004 [2021-02-20T00:14:08.536Z] Stashed 1 file(s) [Pipeline] sh [2021-02-20T00:14:08.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:14:08.836Z] + make build [2021-02-20T00:14:08.837Z] 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-20T00:14:09.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:14:09.041Z] Configure a credential helper to remove this warning. See [2021-02-20T00:14:09.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:14:09.041Z] [2021-02-20T00:14:09.041Z] Login Succeeded [2021-02-20T00:14:09.041Z] docker.io [2021-02-20T00:14:09.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-20T00:14:09.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-20T00:14:09.910Z] Configure a credential helper to remove this warning. See [2021-02-20T00:14:09.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-20T00:14:09.910Z] [2021-02-20T00:14:09.910Z] Login Succeeded [2021-02-20T00:14:09.910Z] ---> docker-login.sh ends [Pipeline] } [2021-02-20T00:14:09.929Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-20T00:14:10.389Z] ========================================================= [2021-02-20T00:14:10.389Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-20T00:14:10.389Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:14:10.764Z] + 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-20T00:14:13.096Z] 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-20T00:14:13.403Z] Sending build context to Docker daemon 166.4MB [2021-02-20T00:14:13.403Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-20T00:14:13.403Z] Step 2/6 : FROM ${BASE} [2021-02-20T00:14:13.403Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-20T00:14:13.403Z] 5f621e34cdf4: Pulling fs layer [2021-02-20T00:14:13.403Z] a4357932f1b6: Pulling fs layer [2021-02-20T00:14:13.403Z] 18c013af1878: Pulling fs layer [2021-02-20T00:14:13.403Z] 00ac8860ef70: Pulling fs layer [2021-02-20T00:14:13.403Z] 63d7cb157983: Pulling fs layer [2021-02-20T00:14:13.403Z] b116817d02f9: Pulling fs layer [2021-02-20T00:14:13.403Z] 745a02a5169b: Pulling fs layer [2021-02-20T00:14:13.403Z] 63d7cb157983: Waiting [2021-02-20T00:14:13.403Z] b116817d02f9: Waiting [2021-02-20T00:14:13.403Z] 745a02a5169b: Waiting [2021-02-20T00:14:13.403Z] 00ac8860ef70: Waiting [2021-02-20T00:14:13.403Z] 18c013af1878: Download complete [2021-02-20T00:14:13.403Z] a4357932f1b6: Download complete [2021-02-20T00:14:13.403Z] 63d7cb157983: Verifying Checksum [2021-02-20T00:14:13.403Z] 63d7cb157983: Download complete [2021-02-20T00:14:13.403Z] b116817d02f9: Download complete [2021-02-20T00:14:13.403Z] 5f621e34cdf4: Verifying Checksum [2021-02-20T00:14:13.403Z] 5f621e34cdf4: Download complete [2021-02-20T00:14:14.011Z] 5f621e34cdf4: Pull complete [2021-02-20T00:14:14.614Z] a4357932f1b6: Pull complete [2021-02-20T00:14:15.227Z] 18c013af1878: Pull complete [2021-02-20T00:14:15.502Z] 745a02a5169b: Download complete [2021-02-20T00:14:16.939Z] 00ac8860ef70: Verifying Checksum [2021-02-20T00:14:16.939Z] 00ac8860ef70: Download complete [2021-02-20T00:14:21.302Z] 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-20T00:14:21.570Z] 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-20T00:14:22.963Z] 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-20T00:14:23.549Z] 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-20T00:14:24.942Z] 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-20T00:14:26.344Z] 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-20T00:14:27.103Z] 00ac8860ef70: Pull complete [2021-02-20T00:14:27.377Z] 63d7cb157983: Pull complete [2021-02-20T00:14:27.651Z] b116817d02f9: Pull complete [2021-02-20T00:14:27.749Z] 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-20T00:14:28.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-20T00:14:29.653Z] 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-20T00:14:30.600Z] 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-20T00:14:31.963Z] 745a02a5169b: Pull complete [2021-02-20T00:14:31.963Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-20T00:14:31.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-20T00:14:31.964Z] ---> b7e6874047d6 [2021-02-20T00:14:31.964Z] 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 [Pipeline] } [2021-02-20T00:14:32.566Z] $ docker stop --time=1 e8fa8b2e6e4ab3efbde5299f7af2a75478569831c5edc831aae6fb050214196e [2021-02-20T00:14:35.135Z] $ docker rm -f e8fa8b2e6e4ab3efbde5299f7af2a75478569831c5edc831aae6fb050214196e [2021-02-20T00:14:35.358Z] ---> Running in cd42190143da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-20T00:14:35.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-20T00:14:36.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:14:37.510Z] (1/12) Installing libmagic (5.38-r0) [2021-02-20T00:14:37.782Z] (2/12) Installing file (5.38-r0) [2021-02-20T00:14:37.782Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-20T00:14:37.782Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:14:39.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-20T00:14:39.030Z] [2021-02-20T00:14:39.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:14:39.374Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-20T00:14:39.374Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-20T00:14:39.374Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-20T00:14:39.374Z] ca9280d653b3: Pulling fs layer [2021-02-20T00:14:39.374Z] 7e9c9ca2126c: Pulling fs layer [2021-02-20T00:14:39.639Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-20T00:14:39.639Z] cbdbe7a5bc2a: Download complete [2021-02-20T00:14:39.910Z] ca9280d653b3: Verifying Checksum [2021-02-20T00:14:39.910Z] ca9280d653b3: Download complete [2021-02-20T00:14:40.172Z] cbdbe7a5bc2a: Pull complete [2021-02-20T00:14:41.124Z] 7e9c9ca2126c: Verifying Checksum [2021-02-20T00:14:41.124Z] 7e9c9ca2126c: Download complete [2021-02-20T00:14:41.124Z] ca9280d653b3: Pull complete [2021-02-20T00:14:47.738Z] 7e9c9ca2126c: Pull complete [2021-02-20T00:14:47.738Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-20T00:14:47.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-20T00:14:47.738Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-20T00:14:47.848Z] prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container [2021-02-20T00:14:47.895Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-20T00:14:50.154Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-20T00:14:50.154Z] (6/12) Installing patch (2.7.6-r6) [2021-02-20T00:14:50.154Z] (7/12) Installing build-base (0.5-r2) [2021-02-20T00:14:50.154Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-20T00:14:50.154Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-20T00:14:50.154Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-20T00:14:50.154Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-20T00:14:50.154Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-20T00:14:50.154Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:14:50.154Z] OK: 217 MiB in 51 packages [2021-02-20T00:14:50.691Z] $ docker top 6e45f8fcfe79a7d8606f3fe9d60b0bf831784faa4b996797d1095cb693ae3cf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-20T00:14:51.270Z] + docker-compose build --help [2021-02-20T00:14:51.271Z] + grep parallel [2021-02-20T00:14:52.219Z] --parallel Build images in parallel. [Pipeline] } [2021-02-20T00:14:52.233Z] $ docker stop --time=1 6e45f8fcfe79a7d8606f3fe9d60b0bf831784faa4b996797d1095cb693ae3cf4 [2021-02-20T00:14:53.552Z] Removing intermediate container cd42190143da [2021-02-20T00:14:53.553Z] ---> 92cdae72a6ec [2021-02-20T00:14:53.553Z] Step 4/6 : WORKDIR /edgex-go [2021-02-20T00:14:53.553Z] ---> Running in 25272efd45c7 [2021-02-20T00:14:53.607Z] $ docker rm -f 6e45f8fcfe79a7d8606f3fe9d60b0bf831784faa4b996797d1095cb693ae3cf4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:14:54.149Z] Removing intermediate container 25272efd45c7 [2021-02-20T00:14:54.149Z] ---> 2ba2567c7fb0 [2021-02-20T00:14:54.149Z] Step 5/6 : COPY go.mod . [2021-02-20T00:14:54.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-20T00:14:54.224Z] . [Pipeline] withDockerContainer [2021-02-20T00:14:54.323Z] prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container [2021-02-20T00:14:54.368Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-20T00:14:54.743Z] ---> ac49a8fae519 [2021-02-20T00:14:54.743Z] Step 6/6 : RUN go mod download [2021-02-20T00:14:54.743Z] ---> Running in 1b7ad4f59026 [2021-02-20T00:14:55.059Z] $ docker top d40434b98afbbe263ea281c0f68035552cb3ae1bedbda1326931ffcec72fdd06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-20T00:14:55.545Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-20T00:14:56.494Z] Building docker-core-command-go ... [2021-02-20T00:14:56.495Z] Building docker-core-data-go ... [2021-02-20T00:14:56.495Z] Building docker-core-metadata-go ... [2021-02-20T00:14:56.495Z] Building docker-security-bootstrapper-go ... [2021-02-20T00:14:56.495Z] Building docker-security-proxy-setup-go ... [2021-02-20T00:14:56.495Z] Building docker-security-secretstore-setup-go ... [2021-02-20T00:14:56.495Z] Building docker-support-notifications-go ... [2021-02-20T00:14:56.495Z] Building docker-support-scheduler-go ... [2021-02-20T00:14:56.495Z] Building docker-sys-mgmt-agent-go ... [2021-02-20T00:14:56.495Z] Building docker-support-notifications-go [2021-02-20T00:14:56.495Z] Building docker-security-proxy-setup-go [2021-02-20T00:14:56.495Z] Building docker-core-data-go [2021-02-20T00:14:56.495Z] Building docker-support-scheduler-go [2021-02-20T00:14:56.495Z] Building docker-security-secretstore-setup-go [2021-02-20T00:15:21.561Z] Removing intermediate container 1b7ad4f59026 [2021-02-20T00:15:21.561Z] ---> 5e7033c2359b [2021-02-20T00:15:21.561Z] Successfully built 5e7033c2359b [2021-02-20T00:15:21.841Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:15:22.181Z] + docker inspect -f . ci-base-image-arm64 [2021-02-20T00:15:22.182Z] . [Pipeline] withDockerContainer [2021-02-20T00:15:22.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container [2021-02-20T00:15:22.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat [2021-02-20T00:15:23.944Z] $ docker top 44f71c98ea7da62c74839c8c8638f757b59fa3410405bfbcd3092073b6c3ac4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-20T00:15:24.917Z] + go version [2021-02-20T00:15:24.917Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-20T00:15:24.942Z] $ docker stop --time=1 44f71c98ea7da62c74839c8c8638f757b59fa3410405bfbcd3092073b6c3ac4e [2021-02-20T00:15:26.931Z] $ docker rm -f 44f71c98ea7da62c74839c8c8638f757b59fa3410405bfbcd3092073b6c3ac4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:15:27.880Z] + docker inspect -f . ci-base-image-arm64 [2021-02-20T00:15:27.880Z] . [Pipeline] withDockerContainer [2021-02-20T00:15:28.109Z] prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container [2021-02-20T00:15:28.188Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** ci-base-image-arm64 cat [2021-02-20T00:15:29.145Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:15:29.146Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:15:29.146Z] ---> 6972149c40e0 [2021-02-20T00:15:29.146Z] Step 3/22 : WORKDIR /edgex-go [2021-02-20T00:15:29.146Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:15:29.146Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:15:29.146Z] ---> 6972149c40e0 [2021-02-20T00:15:29.146Z] Step 3/23 : WORKDIR /edgex-go [2021-02-20T00:15:29.146Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:15:29.146Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:15:29.146Z] ---> 6972149c40e0 [2021-02-20T00:15:29.146Z] Step 3/24 : WORKDIR /edgex-go [2021-02-20T00:15:29.146Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:15:29.146Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:15:29.146Z] ---> 6972149c40e0 [2021-02-20T00:15:29.146Z] Step 3/22 : WORKDIR /edgex-go [2021-02-20T00:15:29.146Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:15:29.146Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:15:29.146Z] ---> 6972149c40e0 [2021-02-20T00:15:29.146Z] Step 3/21 : WORKDIR /edgex-go [2021-02-20T00:15:29.146Z] ---> Running in 054fa1677a17 [2021-02-20T00:15:29.146Z] ---> Running in cee05d3b10d0 [2021-02-20T00:15:29.146Z] ---> Running in 24ba36a4d8fb [2021-02-20T00:15:29.146Z] ---> Running in e60700e520f7 [2021-02-20T00:15:29.146Z] ---> Running in 731758a4de2d [2021-02-20T00:15:29.146Z] Removing intermediate container e60700e520f7 [2021-02-20T00:15:29.146Z] ---> dd86fce71b76 [2021-02-20T00:15:29.146Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:15:29.146Z] Removing intermediate container 24ba36a4d8fb [2021-02-20T00:15:29.146Z] ---> 8daefaf4cac4 [2021-02-20T00:15:29.146Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:15:29.146Z] Removing intermediate container 731758a4de2d [2021-02-20T00:15:29.146Z] ---> 367b175c2389 [2021-02-20T00:15:29.146Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:15:29.146Z] Removing intermediate container 054fa1677a17 [2021-02-20T00:15:29.146Z] ---> 0bb308cd6034 [2021-02-20T00:15:29.146Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:15:29.146Z] Removing intermediate container cee05d3b10d0 [2021-02-20T00:15:29.146Z] ---> 8ba617a36347 [2021-02-20T00:15:29.146Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:15:29.146Z] ---> Running in 2e3984f60926 [2021-02-20T00:15:29.146Z] ---> Running in b9b4391d30df [2021-02-20T00:15:29.146Z] ---> Running in d1878a285f09 [2021-02-20T00:15:29.146Z] ---> Running in e6bc0c624fb6 [2021-02-20T00:15:29.146Z] ---> Running in 97585f68d460 [2021-02-20T00:15:29.572Z] $ docker top 27aa169f0557c9628ac7afe998c82d7ab57b904e1efeec9784763d9e6ee95f18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-20T00:15:29.923Z] ========================================================= [2021-02-20T00:15:29.923Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-20T00:15:29.923Z] ========================================================= [Pipeline] sh [2021-02-20T00:15:30.571Z] + make test [2021-02-20T00:15:30.571Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-20T00:15:31.234Z] Removing intermediate container 2e3984f60926 [2021-02-20T00:15:31.234Z] ---> 1c6f7000269d [2021-02-20T00:15:31.234Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-20T00:15:31.234Z] ---> Running in f89cd03c8f22 [2021-02-20T00:15:31.234Z] Removing intermediate container d1878a285f09 [2021-02-20T00:15:31.234Z] ---> 67b95ae96c73 [2021-02-20T00:15:31.234Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-20T00:15:31.496Z] Removing intermediate container b9b4391d30df [2021-02-20T00:15:31.496Z] ---> cd64c2331b1f [2021-02-20T00:15:31.496Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-20T00:15:31.496Z] Removing intermediate container e6bc0c624fb6 [2021-02-20T00:15:31.496Z] ---> 1bf940d614da [2021-02-20T00:15:31.496Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-20T00:15:31.496Z] ---> Running in 6fe41650fddf [2021-02-20T00:15:31.758Z] ---> Running in 051732ddff67 [2021-02-20T00:15:31.758Z] ---> Running in d5360e0d5244 [2021-02-20T00:15:31.758Z] Removing intermediate container 97585f68d460 [2021-02-20T00:15:31.758Z] ---> 0f3d9d499baf [2021-02-20T00:15:31.758Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-20T00:15:32.019Z] ---> Running in 36d3b406c8af [2021-02-20T00:15:32.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:32.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:32.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:32.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:32.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:33.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:33.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:33.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:33.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:33.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:15:34.118Z] OK: 233 MiB in 51 packages [2021-02-20T00:15:34.380Z] OK: 233 MiB in 51 packages [2021-02-20T00:15:34.380Z] OK: 233 MiB in 51 packages [2021-02-20T00:15:34.641Z] OK: 233 MiB in 51 packages [2021-02-20T00:15:34.641Z] OK: 233 MiB in 51 packages [2021-02-20T00:15:35.216Z] Removing intermediate container f89cd03c8f22 [2021-02-20T00:15:35.216Z] ---> 5abd82a6d64a [2021-02-20T00:15:35.216Z] Step 6/22 : COPY go.mod . [2021-02-20T00:15:35.479Z] Removing intermediate container 051732ddff67 [2021-02-20T00:15:35.479Z] ---> 3f2245aaee2d [2021-02-20T00:15:35.479Z] Step 6/21 : COPY go.mod . [2021-02-20T00:15:35.479Z] Removing intermediate container 6fe41650fddf [2021-02-20T00:15:35.479Z] ---> 79db1983f5c9 [2021-02-20T00:15:35.479Z] Step 6/24 : COPY go.mod . [2021-02-20T00:15:35.479Z] ---> 903f3166e6ac [2021-02-20T00:15:35.479Z] Step 7/22 : RUN go mod download [2021-02-20T00:15:35.742Z] Removing intermediate container d5360e0d5244 [2021-02-20T00:15:35.742Z] ---> 32af8d3203e8 [2021-02-20T00:15:35.742Z] Step 6/23 : COPY go.mod . [2021-02-20T00:15:35.742Z] ---> Running in 242209332fe8 [2021-02-20T00:15:35.742Z] Removing intermediate container 36d3b406c8af [2021-02-20T00:15:35.742Z] ---> d49c25f47f86 [2021-02-20T00:15:35.742Z] Step 6/22 : COPY go.mod . [2021-02-20T00:15:36.004Z] ---> bd1d86af8db8 [2021-02-20T00:15:36.004Z] Step 7/21 : RUN go mod download [2021-02-20T00:15:36.004Z] ---> a8ecaadd8d2a [2021-02-20T00:15:36.004Z] Step 7/24 : RUN go mod download [2021-02-20T00:15:36.272Z] ---> f4e16eae27d3 [2021-02-20T00:15:36.273Z] Step 7/23 : RUN go mod download [2021-02-20T00:15:36.273Z] ---> Running in dd688fb1ca9b [2021-02-20T00:15:36.273Z] ---> Running in da56add3fcc6 [2021-02-20T00:15:36.273Z] ---> 0179dc37c855 [2021-02-20T00:15:36.273Z] Step 7/22 : RUN go mod download [2021-02-20T00:15:36.273Z] ---> Running in a9d02494156f [2021-02-20T00:15:36.539Z] ---> Running in 0e085e08d6e3 [2021-02-20T00:15:37.951Z] Removing intermediate container 242209332fe8 [2021-02-20T00:15:37.951Z] ---> 0abf6f188f60 [2021-02-20T00:15:37.951Z] Step 8/22 : COPY . . [2021-02-20T00:15:38.227Z] Removing intermediate container dd688fb1ca9b [2021-02-20T00:15:38.227Z] ---> d6505d6f8102 [2021-02-20T00:15:38.227Z] Step 8/21 : COPY . . [2021-02-20T00:15:40.819Z] Removing intermediate container da56add3fcc6 [2021-02-20T00:15:40.819Z] ---> 078100219b20 [2021-02-20T00:15:40.819Z] Step 8/24 : COPY . . [2021-02-20T00:15:42.755Z] Removing intermediate container a9d02494156f [2021-02-20T00:15:42.755Z] ---> fb951d5ba3ca [2021-02-20T00:15:42.755Z] Step 8/23 : COPY . . [2021-02-20T00:15:46.095Z] Removing intermediate container 0e085e08d6e3 [2021-02-20T00:15:46.095Z] ---> 6c78fdc7addc [2021-02-20T00:15:46.095Z] Step 8/22 : COPY . . [2021-02-20T00:15:52.779Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-20T00:16:18.369Z] ---> d1706ca52569 [2021-02-20T00:16:18.369Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-20T00:16:18.369Z] ---> Running in 81735c4175a5 [2021-02-20T00:16:18.369Z] ---> d65867a2b51f [2021-02-20T00:16:18.369Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-20T00:16:18.653Z] ---> fb3894f540bb [2021-02-20T00:16:18.653Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-20T00:16:18.653Z] ---> ff4613690b5c [2021-02-20T00:16:18.653Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-20T00:16:18.653Z] ---> 56a419f2ebd2 [2021-02-20T00:16:18.653Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-20T00:16:18.653Z] ---> Running in 776d0986ae07 [2021-02-20T00:16:18.916Z] ---> Running in e8ed7ba9a00a [2021-02-20T00:16:18.916Z] ---> Running in 1cebad1a0f87 [2021-02-20T00:16:18.916Z] ---> Running in ecbc24428fc0 [2021-02-20T00:16:19.502Z] 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-20T00:16:19.502Z] 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-20T00:16:19.771Z] 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-20T00:16:20.349Z] 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-20T00:16:20.349Z] 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-20T00:16:39.803Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-20T00:16:46.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-20T00:16:47.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-20T00:16:47.329Z] 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-20T00:16:53.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-20T00:16:53.294Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-20T00:16:57.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-20T00:16:57.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-20T00:16:57.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-20T00:16:57.746Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-20T00:16:59.725Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-20T00:17:01.177Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-20T00:17:02.321Z] Removing intermediate container 81735c4175a5 [2021-02-20T00:17:02.321Z] ---> 194514a18d60 [2021-02-20T00:17:02.321Z] [2021-02-20T00:17:02.321Z] Step 10/21 : FROM alpine:3.12 [2021-02-20T00:17:02.321Z] Removing intermediate container 1cebad1a0f87 [2021-02-20T00:17:02.321Z] ---> 839cc4db4cae [2021-02-20T00:17:02.321Z] [2021-02-20T00:17:02.321Z] Step 10/24 : FROM alpine:3.12 [2021-02-20T00:17:02.321Z] Removing intermediate container e8ed7ba9a00a [2021-02-20T00:17:02.321Z] ---> 8ba9fdb11b70 [2021-02-20T00:17:02.321Z] [2021-02-20T00:17:02.321Z] Step 10/22 : FROM alpine:3.12 [2021-02-20T00:17:02.321Z] Removing intermediate container ecbc24428fc0 [2021-02-20T00:17:02.321Z] ---> 5ab5b3db1422 [2021-02-20T00:17:02.321Z] [2021-02-20T00:17:02.321Z] Step 10/22 : FROM alpine:3.12 [2021-02-20T00:17:02.321Z] 3.12: Pulling from library/alpine [2021-02-20T00:17:02.321Z] 3.12: Pulling from library/alpine [2021-02-20T00:17:02.321Z] 3.12: Pulling from library/alpine [2021-02-20T00:17:02.321Z] 3.12: Pulling from library/alpine [2021-02-20T00:17:02.321Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-20T00:17:02.321Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-20T00:17:02.321Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-20T00:17:02.321Z] Status: Downloaded newer image for alpine:3.12 [2021-02-20T00:17:02.321Z] Status: Downloaded newer image for alpine:3.12 [2021-02-20T00:17:02.321Z] Status: Image is up to date for alpine:3.12 [2021-02-20T00:17:02.321Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-20T00:17:02.321Z] Status: Image is up to date for alpine:3.12 [2021-02-20T00:17:02.321Z] ---> 389fef711851 [2021-02-20T00:17:02.321Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-20T00:17:02.321Z] ---> 389fef711851 [2021-02-20T00:17:02.321Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-20T00:17:02.321Z] ---> 389fef711851 [2021-02-20T00:17:02.321Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-20T00:17:02.321Z] ---> 389fef711851 [2021-02-20T00:17:02.321Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-20T00:17:02.583Z] ---> Running in 00027c121c45 [2021-02-20T00:17:02.583Z] ---> Running in d9ae2523d703 [2021-02-20T00:17:02.583Z] ---> Running in 88ae598d42e9 [2021-02-20T00:17:02.583Z] ---> Running in 6c2c10dd7fba [2021-02-20T00:17:02.583Z] Removing intermediate container 776d0986ae07 [2021-02-20T00:17:02.583Z] ---> 48cbe4a68243 [2021-02-20T00:17:02.583Z] [2021-02-20T00:17:02.583Z] Step 10/23 : FROM alpine:3.12 [2021-02-20T00:17:02.583Z] ---> 389fef711851 [2021-02-20T00:17:02.583Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-20T00:17:02.844Z] ---> Running in bd2c860b1f82 [2021-02-20T00:17:03.118Z] Removing intermediate container bd2c860b1f82 [2021-02-20T00:17:03.118Z] ---> 5befdf194572 [2021-02-20T00:17:03.118Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-20T00:17:03.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:03.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:03.380Z] ---> Running in 27fbdaa5b9d4 [2021-02-20T00:17:03.380Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-20T00:17:03.380Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-20T00:17:03.380Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-20T00:17:03.380Z] (4/4) Installing curl (7.69.1-r3) [2021-02-20T00:17:03.380Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:17:03.380Z] Executing ca-certificates-20191127-r4.trigger [2021-02-20T00:17:03.642Z] OK: 7 MiB in 18 packages [2021-02-20T00:17:04.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:04.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:04.497Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-20T00:17:04.497Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:17:04.497Z] OK: 6 MiB in 15 packages [2021-02-20T00:17:05.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:05.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:05.898Z] Removing intermediate container 27fbdaa5b9d4 [2021-02-20T00:17:05.898Z] ---> e92cba41e2af [2021-02-20T00:17:05.898Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-20T00:17:05.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:05.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:05.898Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-20T00:17:05.898Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-20T00:17:05.898Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:17:05.898Z] Executing ca-certificates-20191127-r4.trigger [2021-02-20T00:17:05.898Z] OK: 6 MiB in 16 packages [2021-02-20T00:17:05.898Z] ---> Running in 75961158e9f9 [2021-02-20T00:17:06.168Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-20T00:17:06.168Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-20T00:17:06.168Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-20T00:17:06.168Z] (4/5) Installing curl (7.69.1-r3) [2021-02-20T00:17:06.168Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-20T00:17:06.168Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:17:06.168Z] Executing ca-certificates-20191127-r4.trigger [2021-02-20T00:17:06.168Z] OK: 7 MiB in 19 packages [2021-02-20T00:17:07.113Z] Removing intermediate container 75961158e9f9 [2021-02-20T00:17:07.113Z] ---> 6a4de0a76052 [2021-02-20T00:17:07.113Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:17:07.375Z] Removing intermediate container d9ae2523d703 [2021-02-20T00:17:07.375Z] ---> 6d05bbc4eca7 [2021-02-20T00:17:07.375Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-20T00:17:07.375Z] ---> Running in 70c949da70ba [2021-02-20T00:17:07.646Z] ---> Running in 90c56fc06724 [2021-02-20T00:17:07.646Z] Removing intermediate container 00027c121c45 [2021-02-20T00:17:07.646Z] ---> 4ece79e85401 [2021-02-20T00:17:07.646Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:17:07.925Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-20T00:17:07.925Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-20T00:17:07.925Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-20T00:17:08.220Z] ---> Running in 91c107198f22 [2021-02-20T00:17:08.484Z] Removing intermediate container 90c56fc06724 [2021-02-20T00:17:08.484Z] ---> 1ad7ca3eb5b9 [2021-02-20T00:17:08.484Z] Step 13/21 : WORKDIR /edgex [2021-02-20T00:17:08.749Z] Removing intermediate container 88ae598d42e9 [2021-02-20T00:17:08.749Z] ---> 76e2d1798de2 [2021-02-20T00:17:08.749Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:17:08.749Z] Removing intermediate container 6c2c10dd7fba [2021-02-20T00:17:08.749Z] ---> 24384882b9e3 [2021-02-20T00:17:08.749Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-20T00:17:08.749Z] Removing intermediate container 91c107198f22 [2021-02-20T00:17:08.749Z] ---> bf8cb28b10dc [2021-02-20T00:17:08.749Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-20T00:17:08.749Z] ---> Running in fad6a763ef2b [2021-02-20T00:17:09.011Z] ---> Running in 18b898d13d17 [2021-02-20T00:17:09.011Z] ---> Running in 1d6e710e1618 [2021-02-20T00:17:09.011Z] ---> Running in 993a54f689a2 [2021-02-20T00:17:09.273Z] Removing intermediate container 1d6e710e1618 [2021-02-20T00:17:09.273Z] ---> 8c753e11e04d [2021-02-20T00:17:09.273Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-20T00:17:09.273Z] Removing intermediate container 18b898d13d17 [2021-02-20T00:17:09.273Z] ---> be0635fceba7 [2021-02-20T00:17:09.273Z] Step 13/24 : WORKDIR / [2021-02-20T00:17:09.273Z] Removing intermediate container fad6a763ef2b [2021-02-20T00:17:09.273Z] ---> 749a6b567d67 [2021-02-20T00:17:09.273Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-20T00:17:09.543Z] Removing intermediate container 993a54f689a2 [2021-02-20T00:17:09.543Z] ---> 7eefde29bdc4 [2021-02-20T00:17:09.543Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-20T00:17:09.543Z] ---> Running in 86dba3ef66ed [2021-02-20T00:17:09.543Z] ---> Running in 00e6d494c784 [2021-02-20T00:17:09.543Z] Removing intermediate container 70c949da70ba [2021-02-20T00:17:09.543Z] ---> c1be71a2d727 [2021-02-20T00:17:09.543Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-20T00:17:09.543Z] ---> Running in dcc20872dc7d [2021-02-20T00:17:09.806Z] ---> 58f1c292874a [2021-02-20T00:17:09.806Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-20T00:17:09.806Z] ---> Running in 9253a9b84023 [2021-02-20T00:17:10.077Z] Removing intermediate container 86dba3ef66ed [2021-02-20T00:17:10.077Z] ---> 175ac95f4b15 [2021-02-20T00:17:10.077Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-20T00:17:10.077Z] Removing intermediate container dcc20872dc7d [2021-02-20T00:17:10.077Z] ---> d9180ff6c0a5 [2021-02-20T00:17:10.077Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:17:10.077Z] Removing intermediate container 00e6d494c784 [2021-02-20T00:17:10.077Z] ---> 7a64291a54c8 [2021-02-20T00:17:10.077Z] 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-20T00:17:10.339Z] ---> Running in 179237e91845 [2021-02-20T00:17:10.607Z] ---> aacdc544fc23 [2021-02-20T00:17:10.607Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-20T00:17:10.607Z] ---> 085508d268f6 [2021-02-20T00:17:10.607Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-20T00:17:10.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:10.607Z] ---> 29940dd501ec [2021-02-20T00:17:10.608Z] 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-20T00:17:10.608Z] Removing intermediate container 179237e91845 [2021-02-20T00:17:10.608Z] ---> 5577a780cc5f [2021-02-20T00:17:10.608Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:17:11.187Z] ---> e46d119a8ed4 [2021-02-20T00:17:11.187Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-20T00:17:11.187Z] ---> c90a3702b188 [2021-02-20T00:17:11.187Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-20T00:17:11.187Z] ---> 1e8037dd2dae [2021-02-20T00:17:11.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-20T00:17:11.187Z] ---> 5ee6ceb19a08 [2021-02-20T00:17:11.187Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-20T00:17:11.187Z] ---> Running in 9555b0da8d3c [2021-02-20T00:17:11.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:11.452Z] ---> 98fe247968a1 [2021-02-20T00:17:11.452Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-20T00:17:11.452Z] ---> 2e78d2f14835 [2021-02-20T00:17:11.452Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-20T00:17:11.452Z] Removing intermediate container 9555b0da8d3c [2021-02-20T00:17:11.452Z] ---> eabb8d8f0290 [2021-02-20T00:17:11.452Z] Step 18/21 : CMD ["--init=true"] [2021-02-20T00:17:11.721Z] ---> Running in de90db6e3a15 [2021-02-20T00:17:11.721Z] ---> Running in 23d5c115f42a [2021-02-20T00:17:11.721Z] ---> 9dacbc1aed61 [2021-02-20T00:17:11.721Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-20T00:17:11.984Z] ---> 2e177520d0d1 [2021-02-20T00:17:11.984Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-20T00:17:11.984Z] Removing intermediate container 23d5c115f42a [2021-02-20T00:17:11.984Z] ---> 2b057ac79a18 [2021-02-20T00:17:11.984Z] Step 19/21 : LABEL arch=x86_64 [2021-02-20T00:17:11.984Z] Removing intermediate container de90db6e3a15 [2021-02-20T00:17:11.984Z] ---> d5350656a3a8 [2021-02-20T00:17:11.984Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:17:12.245Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-20T00:17:12.245Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-20T00:17:12.507Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-20T00:17:12.507Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-20T00:17:12.507Z] ---> Running in 2954fa7392d6 [2021-02-20T00:17:12.774Z] ---> Running in 36bb5e733066 [2021-02-20T00:17:12.774Z] ---> 7f033173aa14 [2021-02-20T00:17:12.774Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-20T00:17:12.774Z] ---> 7dd2c12be5cd [2021-02-20T00:17:12.774Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-20T00:17:12.774Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-20T00:17:12.774Z] ---> Running in 3b2e012db137 [2021-02-20T00:17:13.042Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-20T00:17:13.042Z] Removing intermediate container 2954fa7392d6 [2021-02-20T00:17:13.042Z] ---> c06d2af9e003 [2021-02-20T00:17:13.042Z] Step 20/22 : LABEL arch=x86_64 [2021-02-20T00:17:13.042Z] Removing intermediate container 36bb5e733066 [2021-02-20T00:17:13.042Z] ---> 9700aa96bc23 [2021-02-20T00:17:13.042Z] Step 20/21 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:17:13.042Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:17:13.042Z] OK: 8 MiB in 20 packages [2021-02-20T00:17:13.042Z] ---> Running in 4532b32b1b3a [2021-02-20T00:17:13.303Z] ---> Running in a4d6a12d687f [2021-02-20T00:17:13.303Z] ---> c0d8fe6457d2 [2021-02-20T00:17:13.303Z] 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-20T00:17:13.303Z] Removing intermediate container 3b2e012db137 [2021-02-20T00:17:13.304Z] ---> a210bf9329a0 [2021-02-20T00:17:13.304Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:17:13.565Z] ---> Running in 666a883e1016 [2021-02-20T00:17:13.565Z] ---> Running in 626d80d854f1 [2021-02-20T00:17:13.565Z] Removing intermediate container a4d6a12d687f [2021-02-20T00:17:13.565Z] ---> e617bf0e360d [2021-02-20T00:17:13.565Z] Step 21/21 : LABEL version=0.0.0 [2021-02-20T00:17:13.827Z] Removing intermediate container 4532b32b1b3a [2021-02-20T00:17:13.827Z] ---> 782caac002a0 [2021-02-20T00:17:13.827Z] Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:17:14.089Z] ---> Running in 35e81c8d821a [2021-02-20T00:17:14.089Z] ---> Running in 6cd17aa64a8d [2021-02-20T00:17:14.089Z] Removing intermediate container 666a883e1016 [2021-02-20T00:17:14.089Z] ---> 5b51eed65320 [2021-02-20T00:17:14.089Z] Step 20/22 : LABEL arch=x86_64 [2021-02-20T00:17:14.089Z] Removing intermediate container 9253a9b84023 [2021-02-20T00:17:14.089Z] ---> c6d2b0f1ada3 [2021-02-20T00:17:14.089Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:17:14.352Z] ---> Running in dcfcce5b2307 [2021-02-20T00:17:14.352Z] Removing intermediate container 35e81c8d821a [2021-02-20T00:17:14.352Z] ---> 9aaa4cda39e8 [2021-02-20T00:17:14.352Z] [2021-02-20T00:17:14.352Z] Removing intermediate container 6cd17aa64a8d [2021-02-20T00:17:14.352Z] ---> 119829c239a7 [2021-02-20T00:17:14.352Z] Step 22/22 : LABEL version=0.0.0 [2021-02-20T00:17:14.615Z] Successfully built 9aaa4cda39e8 [2021-02-20T00:17:14.615Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-20T00:17:14.615Z] Building docker-security-bootstrapper-go [2021-02-20T00:17:14.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.414s coverage: 45.9% of statements [2021-02-20T00:17:14.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-20T00:17:14.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-20T00:17:14.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-20T00:17:14.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-20T00:17:14.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-20T00:17:14.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-20T00:17:14.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-20T00:17:14.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-02-20T00:17:14.878Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 8ad56c61a8b1 [2021-02-20T00:17:14.878Z] ---> ae75ce830201 [2021-02-20T00:17:14.878Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-20T00:17:14.878Z] Removing intermediate container dcfcce5b2307 [2021-02-20T00:17:14.878Z] ---> 47e9fa6f827f [2021-02-20T00:17:14.878Z] Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:17:15.142Z] ---> Running in a1b2d371efd4 [2021-02-20T00:17:15.142Z] Removing intermediate container 8ad56c61a8b1 [2021-02-20T00:17:15.142Z] ---> e672812525ad [2021-02-20T00:17:15.142Z] [2021-02-20T00:17:15.405Z] Removing intermediate container 626d80d854f1 [2021-02-20T00:17:15.405Z] ---> bb6bf6dec646 [2021-02-20T00:17:15.405Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-20T00:17:15.405Z] Successfully built e672812525ad [2021-02-20T00:17:15.405Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-20T00:17:15.405Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-20T00:17:15.666Z] Removing intermediate container a1b2d371efd4 [2021-02-20T00:17:15.666Z] ---> d987bfb4c980 [2021-02-20T00:17:15.666Z] Step 22/22 : LABEL version=0.0.0 [2021-02-20T00:17:15.930Z] ---> Running in 5c4202743359 [2021-02-20T00:17:16.191Z] ---> Running in 5c410a003c7d [2021-02-20T00:17:16.191Z] ---> a4f561a86f6e [2021-02-20T00:17:16.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-20T00:17:18.114Z] Removing intermediate container 5c4202743359 [2021-02-20T00:17:18.114Z] ---> 9b55b87c3f95 [2021-02-20T00:17:18.114Z] Step 22/24 : LABEL arch=x86_64 [2021-02-20T00:17:21.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.492s coverage: 27.1% of statements [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-20T00:17:21.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-20T00:17:21.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-20T00:17:21.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-20T00:17:21.424Z] Removing intermediate container 5c410a003c7d [2021-02-20T00:17:21.424Z] ---> 74515b0dac29 [2021-02-20T00:17:21.424Z] [2021-02-20T00:17:21.424Z] ---> Running in 5bcb38a0ea39 [2021-02-20T00:17:21.424Z] ---> 364862760461 [2021-02-20T00:17:21.424Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-20T00:17:21.424Z] Successfully built 74515b0dac29 [2021-02-20T00:17:21.424Z] Successfully tagged docker-support-notifications-go:latest [2021-02-20T00:17:21.424Z] Building docker-core-metadata-go [2021-02-20T00:17:21.424Z]  Building docker-support-notifications-go ... done  ---> Running in 4c653b1f0d28 [2021-02-20T00:17:21.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.262s coverage: 65.8% of statements [2021-02-20T00:17:21.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-20T00:17:21.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-20T00:17:21.689Z] Removing intermediate container 5bcb38a0ea39 [2021-02-20T00:17:21.689Z] ---> ff21a91d779b [2021-02-20T00:17:21.689Z] Step 23/24 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:17:21.689Z] ---> Running in 966101c4b489 [2021-02-20T00:17:21.689Z] Removing intermediate container 4c653b1f0d28 [2021-02-20T00:17:21.689Z] ---> 501510a82a9d [2021-02-20T00:17:21.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:17:21.953Z] ---> Running in 7039c7ff3969 [2021-02-20T00:17:21.953Z] Removing intermediate container 966101c4b489 [2021-02-20T00:17:21.953Z] ---> da95dda41d27 [2021-02-20T00:17:21.953Z] Step 24/24 : LABEL version=0.0.0 [2021-02-20T00:17:23.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.712s coverage: 82.3% of statements [2021-02-20T00:17:23.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-20T00:17:23.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:17:23.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-20T00:17:23.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-20T00:17:27.267Z] ---> Running in 795e5cb6c3bf [2021-02-20T00:17:28.218Z] Removing intermediate container 7039c7ff3969 [2021-02-20T00:17:28.218Z] ---> a1040c51995f [2021-02-20T00:17:28.218Z] Step 21/23 : LABEL arch=x86_64 [2021-02-20T00:17:29.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.037s coverage: 28.6% of statements [2021-02-20T00:17:29.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-20T00:17:29.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-20T00:17:29.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-20T00:17:29.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-20T00:17:29.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-20T00:17:29.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-02-20T00:17:29.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-20T00:17:29.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.135s coverage: 100.0% of statements [2021-02-20T00:17:29.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-20T00:17:30.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements [2021-02-20T00:17:30.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-20T00:17:30.157Z] ---> Running in 22d2b53ab724 [2021-02-20T00:17:30.739Z] Removing intermediate container 795e5cb6c3bf [2021-02-20T00:17:30.739Z] ---> 8e96bec4fc64 [2021-02-20T00:17:30.739Z] [2021-02-20T00:17:31.006Z] Removing intermediate container 22d2b53ab724 [2021-02-20T00:17:31.006Z] ---> 761f96f80132 [2021-02-20T00:17:31.006Z] Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:17:31.006Z] Successfully built 8e96bec4fc64 [2021-02-20T00:17:31.592Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-20T00:17:31.592Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-20T00:17:32.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements [2021-02-20T00:17:32.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-20T00:17:32.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.174s coverage: 78.3% of statements [2021-02-20T00:17:32.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-20T00:17:32.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-20T00:17:32.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-20T00:17:32.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-20T00:17:32.175Z] ---> Running in 187ca0adfaca [2021-02-20T00:17:34.195Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:17:34.195Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:17:34.195Z] ---> 6972149c40e0 [2021-02-20T00:17:34.195Z] Step 3/30 : WORKDIR /edgex-go [2021-02-20T00:17:34.195Z] ---> Using cache [2021-02-20T00:17:34.195Z] ---> 8ba617a36347 [2021-02-20T00:17:34.195Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:17:34.195Z] ---> Using cache [2021-02-20T00:17:34.195Z] ---> 67b95ae96c73 [2021-02-20T00:17:34.195Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-20T00:17:34.195Z] ---> Using cache [2021-02-20T00:17:34.195Z] ---> 79db1983f5c9 [2021-02-20T00:17:34.195Z] Step 6/30 : COPY go.mod . [2021-02-20T00:17:34.195Z] ---> Using cache [2021-02-20T00:17:34.195Z] ---> a8ecaadd8d2a [2021-02-20T00:17:34.195Z] Step 7/30 : RUN go mod download [2021-02-20T00:17:34.195Z] ---> Using cache [2021-02-20T00:17:34.195Z] ---> 078100219b20 [2021-02-20T00:17:34.195Z] Step 8/30 : COPY . . [2021-02-20T00:17:34.195Z] ---> Using cache [2021-02-20T00:17:34.195Z] ---> 56a419f2ebd2 [2021-02-20T00:17:34.195Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-20T00:17:34.774Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:17:34.774Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:17:34.774Z] ---> 6972149c40e0 [2021-02-20T00:17:34.774Z] Step 3/26 : WORKDIR /edgex-go [2021-02-20T00:17:34.774Z] ---> Using cache [2021-02-20T00:17:34.774Z] ---> 8ba617a36347 [2021-02-20T00:17:34.774Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:17:34.774Z] ---> Using cache [2021-02-20T00:17:34.774Z] ---> 67b95ae96c73 [2021-02-20T00:17:34.774Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-20T00:17:35.725Z] Removing intermediate container 187ca0adfaca [2021-02-20T00:17:35.725Z] ---> 11e363b09d8a [2021-02-20T00:17:35.725Z] Step 23/23 : LABEL version=0.0.0 [2021-02-20T00:17:39.061Z] ---> Running in 92ae1ca4aaec [2021-02-20T00:17:39.061Z] ---> Running in 37a73a6f2e10 [2021-02-20T00:17:39.061Z] ---> Running in 3b20f248d734 [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.342s coverage: 92.8% of statements [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-20T00:17:40.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 45.5% of statements [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.077s coverage: 79.5% of statements [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2021-02-20T00:17:40.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-02-20T00:17:41.001Z] Removing intermediate container 3b20f248d734 [2021-02-20T00:17:41.001Z] ---> 93df60df9caa [2021-02-20T00:17:41.001Z] [2021-02-20T00:17:41.001Z] Successfully built 93df60df9caa [2021-02-20T00:17:41.001Z] Successfully tagged docker-core-data-go:latest [2021-02-20T00:17:41.582Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:17:41.582Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:17:41.582Z] ---> 6972149c40e0 [2021-02-20T00:17:41.582Z] Step 3/23 : WORKDIR /edgex-go [2021-02-20T00:17:41.582Z] ---> Using cache [2021-02-20T00:17:41.582Z] ---> 8ba617a36347 [2021-02-20T00:17:41.582Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:17:41.582Z] ---> Using cache [2021-02-20T00:17:41.582Z] ---> 67b95ae96c73 [2021-02-20T00:17:41.582Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-20T00:17:41.582Z] ---> Using cache [2021-02-20T00:17:41.582Z] ---> 79db1983f5c9 [2021-02-20T00:17:41.582Z] Step 6/23 : COPY go.mod . [2021-02-20T00:17:41.582Z] ---> Using cache [2021-02-20T00:17:41.582Z] ---> a8ecaadd8d2a [2021-02-20T00:17:41.582Z] Step 7/23 : RUN go mod download [2021-02-20T00:17:41.582Z] ---> Using cache [2021-02-20T00:17:41.582Z] ---> 078100219b20 [2021-02-20T00:17:41.582Z] Step 8/23 : COPY . . [2021-02-20T00:17:41.582Z] ---> Using cache [2021-02-20T00:17:41.582Z] ---> 56a419f2ebd2 [2021-02-20T00:17:41.582Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-20T00:17:41.843Z] 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-20T00:17:42.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:42.423Z] ---> Running in 2fb6b67a412d [2021-02-20T00:17:43.017Z] 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-20T00:17:43.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:17:44.253Z] OK: 233 MiB in 51 packages [2021-02-20T00:17:45.662Z] Removing intermediate container 92ae1ca4aaec [2021-02-20T00:17:45.662Z] ---> 541b7340bcdf [2021-02-20T00:17:45.662Z] Step 6/26 : COPY go.mod . [2021-02-20T00:17:46.632Z] ---> 1d1e154f22d6 [2021-02-20T00:17:46.632Z] Step 7/26 : RUN go mod download [2021-02-20T00:17:46.901Z] ---> Running in 3bed7d33ec28 [2021-02-20T00:17:51.159Z] Removing intermediate container 3bed7d33ec28 [2021-02-20T00:17:51.159Z] ---> db66339f7417 [2021-02-20T00:17:51.159Z] Step 8/26 : COPY . . [2021-02-20T00:17:51.159Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:17:51.159Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:17:51.159Z] ---> 6972149c40e0 [2021-02-20T00:17:51.159Z] Step 3/23 : WORKDIR /edgex-go [2021-02-20T00:17:51.159Z] ---> Using cache [2021-02-20T00:17:51.159Z] ---> 8ba617a36347 [2021-02-20T00:17:51.159Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:17:51.159Z] ---> Using cache [2021-02-20T00:17:51.159Z] ---> 67b95ae96c73 [2021-02-20T00:17:51.159Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-20T00:17:51.159Z] ---> Using cache [2021-02-20T00:17:51.159Z] ---> 79db1983f5c9 [2021-02-20T00:17:51.159Z] Step 6/23 : COPY go.mod . [2021-02-20T00:17:51.159Z] ---> Using cache [2021-02-20T00:17:51.159Z] ---> a8ecaadd8d2a [2021-02-20T00:17:51.159Z] Step 7/23 : RUN go mod download [2021-02-20T00:17:51.159Z] ---> Using cache [2021-02-20T00:17:51.159Z] ---> 078100219b20 [2021-02-20T00:17:51.159Z] Step 8/23 : COPY . . [2021-02-20T00:17:51.430Z] ---> Using cache [2021-02-20T00:17:51.430Z] ---> 56a419f2ebd2 [2021-02-20T00:17:51.430Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-20T00:17:52.436Z] ---> Running in d30486dfa939 [2021-02-20T00:17:54.548Z] 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-20T00:17:55.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-02-20T00:17:55.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 84.6% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.521s coverage: 62.4% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-02-20T00:18:07.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.785s coverage: 68.9% of statements [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-20T00:18:07.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-20T00:18:08.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.413s coverage: 36.1% of statements [2021-02-20T00:18:08.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-20T00:18:08.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-20T00:18:11.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.390s coverage: 47.0% of statements [2021-02-20T00:18:11.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-20T00:18:11.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-20T00:18:11.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-20T00:18:11.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-20T00:18:11.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-20T00:18:11.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-02-20T00:18:11.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-20T00:18:12.097Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements [2021-02-20T00:18:12.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-20T00:18:12.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-20T00:18:12.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-20T00:18:12.097Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-20T00:18:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.347s coverage: 89.4% of statements [2021-02-20T00:18:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-20T00:18:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:18:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-20T00:18:13.302Z] Removing intermediate container 37a73a6f2e10 [2021-02-20T00:18:13.302Z] ---> 26f2bd2de9ec [2021-02-20T00:18:13.302Z] [2021-02-20T00:18:13.302Z] Step 10/30 : FROM alpine:3.12 [2021-02-20T00:18:13.302Z] ---> 389fef711851 [2021-02-20T00:18:13.302Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-20T00:18:13.302Z] ---> 0f6855268f1c [2021-02-20T00:18:13.302Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-20T00:18:13.570Z] ---> Running in 6005cc255c8b [2021-02-20T00:18:13.570Z] ---> Running in 3f5dcbceb42f [2021-02-20T00:18:14.174Z] Removing intermediate container 3f5dcbceb42f [2021-02-20T00:18:14.174Z] ---> f854903697a6 [2021-02-20T00:18:14.174Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-20T00:18:14.174Z] ---> Running in 3cdf0d2604c0 [2021-02-20T00:18:14.458Z] 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-20T00:18:15.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:18:15.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:18:15.425Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-20T00:18:15.425Z] (2/2) Installing su-exec (0.2-r1) [2021-02-20T00:18:15.425Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:18:15.425Z] OK: 6 MiB in 16 packages [2021-02-20T00:18:18.001Z] Removing intermediate container 3cdf0d2604c0 [2021-02-20T00:18:18.001Z] ---> bff0bc928c82 [2021-02-20T00:18:18.002Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-20T00:18:18.268Z] Removing intermediate container 2fb6b67a412d [2021-02-20T00:18:18.268Z] ---> 66527d4bc5d4 [2021-02-20T00:18:18.268Z] [2021-02-20T00:18:18.268Z] Step 10/23 : FROM alpine:3.12 [2021-02-20T00:18:18.268Z] ---> 389fef711851 [2021-02-20T00:18:18.268Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-20T00:18:18.268Z] ---> Using cache [2021-02-20T00:18:18.268Z] ---> 4ece79e85401 [2021-02-20T00:18:18.268Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:18:18.268Z] ---> Using cache [2021-02-20T00:18:18.268Z] ---> bf8cb28b10dc [2021-02-20T00:18:18.268Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-20T00:18:18.541Z] ---> Running in fb383f1390e6 [2021-02-20T00:18:18.541Z] ---> Running in 6bc2f38466de [2021-02-20T00:18:18.808Z] Removing intermediate container fb383f1390e6 [2021-02-20T00:18:18.808Z] ---> 6c78ee374992 [2021-02-20T00:18:18.808Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-20T00:18:19.088Z] ---> Running in 06ea8d0f035e [2021-02-20T00:18:19.088Z] Removing intermediate container 6bc2f38466de [2021-02-20T00:18:19.088Z] ---> 5163998dcba0 [2021-02-20T00:18:19.088Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-20T00:18:19.088Z] ---> Running in a6424107fc1b [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.011s coverage: 29.1% of statements [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 100.0% of statements [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-20T00:18:21.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-02-20T00:18:21.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements [2021-02-20T00:18:21.656Z] Removing intermediate container 06ea8d0f035e [2021-02-20T00:18:21.656Z] ---> 9b6046dfebd8 [2021-02-20T00:18:21.656Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-20T00:18:21.656Z] Removing intermediate container a6424107fc1b [2021-02-20T00:18:21.656Z] ---> 31e12ba185c3 [2021-02-20T00:18:21.656Z] Step 15/23 : WORKDIR / [2021-02-20T00:18:21.930Z] ---> Running in 8e737833f536 [2021-02-20T00:18:21.930Z] ---> Running in a239945305ee [2021-02-20T00:18:21.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-20T00:18:22.210Z] Removing intermediate container d30486dfa939 [2021-02-20T00:18:22.210Z] ---> 7b9fba1c27a7 [2021-02-20T00:18:22.210Z] [2021-02-20T00:18:22.210Z] Step 10/23 : FROM alpine:3.12 [2021-02-20T00:18:22.210Z] ---> 389fef711851 [2021-02-20T00:18:22.210Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-20T00:18:22.210Z] ---> Using cache [2021-02-20T00:18:22.210Z] ---> 4ece79e85401 [2021-02-20T00:18:22.210Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:18:22.210Z] ---> Using cache [2021-02-20T00:18:22.210Z] ---> bf8cb28b10dc [2021-02-20T00:18:22.210Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-20T00:18:22.210Z] ---> Running in 3fc8a4fada75 [2021-02-20T00:18:22.494Z] Removing intermediate container a239945305ee [2021-02-20T00:18:22.494Z] ---> 3f8ffe642fd4 [2021-02-20T00:18:22.494Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:18:22.560Z] GO111MODULE=on go vet ./... [2021-02-20T00:18:22.756Z] Removing intermediate container 3fc8a4fada75 [2021-02-20T00:18:22.756Z] ---> 4d92ade29428 [2021-02-20T00:18:22.756Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-20T00:18:23.029Z] ---> 03941e0d05b2 [2021-02-20T00:18:23.029Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-20T00:18:23.029Z] ---> Running in 824d58757710 [2021-02-20T00:18:23.622Z] Removing intermediate container 824d58757710 [2021-02-20T00:18:23.622Z] ---> e0f6ce771d3e [2021-02-20T00:18:23.622Z] Step 15/23 : WORKDIR / [2021-02-20T00:18:23.622Z] Removing intermediate container 8e737833f536 [2021-02-20T00:18:23.622Z] ---> 98515a2f1b3c [2021-02-20T00:18:23.622Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-20T00:18:23.904Z] ---> Running in efd37dd39915 [2021-02-20T00:18:23.904Z] ---> Running in 7a3c4f8072cb [2021-02-20T00:18:24.180Z] ---> 372e5b30dbd1 [2021-02-20T00:18:24.180Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-20T00:18:24.180Z] Removing intermediate container efd37dd39915 [2021-02-20T00:18:24.180Z] ---> 399d2ca59f99 [2021-02-20T00:18:24.180Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:18:24.458Z] Removing intermediate container 7a3c4f8072cb [2021-02-20T00:18:24.458Z] ---> ccbd1a6e58d8 [2021-02-20T00:18:24.458Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-20T00:18:24.724Z] ---> 02344d987076 [2021-02-20T00:18:24.724Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-20T00:18:24.988Z] ---> Running in 610c9e590e2e [2021-02-20T00:18:25.561Z] ---> 3df00ca9710c [2021-02-20T00:18:25.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-20T00:18:25.845Z] ---> 13f861d197be [2021-02-20T00:18:25.846Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-20T00:18:25.846Z] ---> Running in 3baabacc769d [2021-02-20T00:18:26.109Z] Removing intermediate container 610c9e590e2e [2021-02-20T00:18:26.109Z] ---> 3c0fd7cd0217 [2021-02-20T00:18:26.109Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:18:26.373Z] ---> 9eaa7606d7fe [2021-02-20T00:18:26.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-20T00:18:26.373Z] ---> Running in 98b560d93c14 [2021-02-20T00:18:26.638Z] Removing intermediate container 98b560d93c14 [2021-02-20T00:18:26.638Z] ---> f732f5165106 [2021-02-20T00:18:26.638Z] Step 21/23 : LABEL arch=x86_64 [2021-02-20T00:18:26.905Z] ---> 38694fac8d16 [2021-02-20T00:18:26.905Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-20T00:18:26.905Z] ---> Running in 173722332e65 [2021-02-20T00:18:26.905Z] ---> Running in b8c1da6d2b5e [2021-02-20T00:18:27.171Z] Removing intermediate container 173722332e65 [2021-02-20T00:18:27.171Z] ---> d9f187fe26af [2021-02-20T00:18:27.171Z] Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:18:27.433Z] ---> Running in 4c6d4e8f52ff [2021-02-20T00:18:27.433Z] Removing intermediate container b8c1da6d2b5e [2021-02-20T00:18:27.433Z] ---> 7da8073c3501 [2021-02-20T00:18:27.433Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:18:27.695Z] ---> Running in a2886ac4074c [2021-02-20T00:18:27.695Z] Removing intermediate container 4c6d4e8f52ff [2021-02-20T00:18:27.695Z] ---> 09f433c0fbc0 [2021-02-20T00:18:27.695Z] Step 23/23 : LABEL version=0.0.0 [2021-02-20T00:18:29.618Z] ---> Running in d81d4e0d69ad [2021-02-20T00:18:29.618Z] Removing intermediate container a2886ac4074c [2021-02-20T00:18:29.618Z] ---> 66dd2f2e4627 [2021-02-20T00:18:29.618Z] Step 21/23 : LABEL arch=x86_64 [2021-02-20T00:18:29.618Z] Removing intermediate container 3baabacc769d [2021-02-20T00:18:29.618Z] ---> 8cef512f8838 [2021-02-20T00:18:29.618Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:18:29.883Z] ---> Running in 18a454451fbe [2021-02-20T00:18:29.883Z] Removing intermediate container 6005cc255c8b [2021-02-20T00:18:29.883Z] ---> 9794ebec2332 [2021-02-20T00:18:29.883Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-20T00:18:29.883Z] Removing intermediate container d81d4e0d69ad [2021-02-20T00:18:29.883Z] ---> 77980efd971c [2021-02-20T00:18:29.883Z] [2021-02-20T00:18:30.146Z] ---> Running in 536dcbae4636 [2021-02-20T00:18:30.146Z] Successfully built 77980efd971c [2021-02-20T00:18:30.146Z] ---> c8b4894afa30 [2021-02-20T00:18:30.146Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-20T00:18:30.146Z] Removing intermediate container 18a454451fbe [2021-02-20T00:18:30.146Z] ---> 53ccfc6f08ca [2021-02-20T00:18:30.146Z] Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:18:30.146Z] Successfully tagged docker-core-metadata-go:latest [2021-02-20T00:18:30.414Z]  Building docker-core-metadata-go ... done  ---> Running in 106adfda4981 [2021-02-20T00:18:30.680Z] Removing intermediate container 106adfda4981 [2021-02-20T00:18:30.680Z] ---> 50f57a138f1f [2021-02-20T00:18:30.680Z] Step 23/23 : LABEL version=0.0.0 [2021-02-20T00:18:30.680Z] 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-20T00:18:30.680Z] ---> Running in 79391a7139af [2021-02-20T00:18:30.680Z] ---> 6aa605a43992 [2021-02-20T00:18:30.680Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-20T00:18:30.943Z] Removing intermediate container 79391a7139af [2021-02-20T00:18:30.943Z] ---> 7a5f2222926b [2021-02-20T00:18:30.943Z] [2021-02-20T00:18:31.207Z] ---> fc64d210d06c [2021-02-20T00:18:31.207Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-20T00:18:31.207Z] Successfully built 7a5f2222926b [2021-02-20T00:18:31.207Z] Successfully tagged docker-core-command-go:latest [2021-02-20T00:18:31.471Z]  Building docker-core-command-go ... done  ---> 44c705652b1a [2021-02-20T00:18:31.471Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-20T00:18:31.733Z] ---> Running in 376e5e7e036f [2021-02-20T00:18:31.995Z] Removing intermediate container 536dcbae4636 [2021-02-20T00:18:31.995Z] ---> 2350541bada3 [2021-02-20T00:18:31.995Z] [2021-02-20T00:18:31.995Z] Step 11/26 : FROM docker:20.10.0 [2021-02-20T00:18:31.995Z] Removing intermediate container 376e5e7e036f [2021-02-20T00:18:31.995Z] ---> 2c9008b785d3 [2021-02-20T00:18:31.995Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-20T00:18:31.995Z] 20.10.0: Pulling from library/docker [2021-02-20T00:18:32.257Z] ---> deceadbbc049 [2021-02-20T00:18:32.257Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-20T00:18:33.217Z] ---> Running in d14b3621f389 [2021-02-20T00:18:34.621Z] Removing intermediate container d14b3621f389 [2021-02-20T00:18:34.621Z] ---> 110fb3b3d96b [2021-02-20T00:18:34.621Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-20T00:18:34.621Z] ---> Running in 5e524f22ad23 [2021-02-20T00:18:34.883Z] Removing intermediate container 5e524f22ad23 [2021-02-20T00:18:34.883Z] ---> f6cacac91285 [2021-02-20T00:18:34.883Z] Step 27/30 : CMD ["gate"] [2021-02-20T00:18:35.147Z] ---> Running in 580affb73d28 [2021-02-20T00:18:35.413Z] Removing intermediate container 580affb73d28 [2021-02-20T00:18:35.413Z] ---> 8f2dd12b0a32 [2021-02-20T00:18:35.413Z] Step 28/30 : LABEL arch=x86_64 [2021-02-20T00:18:35.413Z] ---> Running in ca0f13d88005 [2021-02-20T00:18:36.805Z] Removing intermediate container ca0f13d88005 [2021-02-20T00:18:36.805Z] ---> 36334495f02a [2021-02-20T00:18:36.805Z] Step 29/30 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:18:36.805Z] ---> Running in ced40712d31c [2021-02-20T00:18:36.805Z] Removing intermediate container ced40712d31c [2021-02-20T00:18:36.805Z] ---> 6d52ca614daf [2021-02-20T00:18:36.805Z] Step 30/30 : LABEL version=0.0.0 [2021-02-20T00:18:37.066Z] ---> Running in 13a4fb350454 [2021-02-20T00:18:37.066Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-20T00:18:37.066Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-20T00:18:37.066Z] ---> aefe523efa57 [2021-02-20T00:18:37.066Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-20T00:18:37.066Z] ---> Running in c272f5c2d871 [2021-02-20T00:18:37.330Z] Removing intermediate container 13a4fb350454 [2021-02-20T00:18:37.330Z] ---> 0e5d81e22e08 [2021-02-20T00:18:37.330Z] [2021-02-20T00:18:37.330Z] Successfully built 0e5d81e22e08 [2021-02-20T00:18:37.592Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-20T00:18:37.592Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:18:37.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:18:37.855Z] (1/2) Installing readline (8.0.4-r0) [2021-02-20T00:18:37.855Z] (2/2) Installing bash (5.0.17-r0) [2021-02-20T00:18:37.855Z] Executing bash-5.0.17-r0.post-install [2021-02-20T00:18:37.855Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:18:37.855Z] OK: 12 MiB in 22 packages [2021-02-20T00:18:38.429Z] Removing intermediate container c272f5c2d871 [2021-02-20T00:18:38.429Z] ---> d3cbc91c9689 [2021-02-20T00:18:38.429Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-20T00:18:38.429Z] ---> Running in 17ba900c97aa [2021-02-20T00:18:38.692Z] Removing intermediate container 17ba900c97aa [2021-02-20T00:18:38.692Z] ---> 61af3d4927eb [2021-02-20T00:18:38.692Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-20T00:18:38.692Z] ---> Running in 37fc100ca7c2 [2021-02-20T00:18:38.955Z] Removing intermediate container 37fc100ca7c2 [2021-02-20T00:18:38.955Z] ---> 809efc2fc5f3 [2021-02-20T00:18:38.955Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-20T00:18:38.955Z] ---> Running in a6dd22503f60 [2021-02-20T00:18:39.222Z] Removing intermediate container a6dd22503f60 [2021-02-20T00:18:39.222Z] ---> f0f701fbd009 [2021-02-20T00:18:39.222Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-20T00:18:39.487Z] ---> d6e452ce0984 [2021-02-20T00:18:39.487Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-20T00:18:39.750Z] ---> 82aeeab0aab1 [2021-02-20T00:18:39.750Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-20T00:18:40.325Z] ---> 98b46a4c1481 [2021-02-20T00:18:40.325Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-20T00:18:40.325Z] ---> Running in d4a819364c9d [2021-02-20T00:18:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:18:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:18:40.904Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-20T00:18:40.904Z] (2/33) Installing expat (2.2.9-r1) [2021-02-20T00:18:40.904Z] (3/33) Installing libffi (3.3-r2) [2021-02-20T00:18:40.904Z] (4/33) Installing gdbm (1.13-r1) [2021-02-20T00:18:40.904Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-20T00:18:40.904Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-20T00:18:40.904Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-20T00:18:41.851Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-20T00:18:41.851Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-20T00:18:41.851Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-20T00:18:41.851Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-20T00:18:41.851Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-20T00:18:41.851Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-20T00:18:41.851Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-20T00:18:41.851Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-20T00:18:41.851Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-20T00:18:42.112Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-20T00:18:42.112Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-20T00:18:42.112Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-20T00:18:42.112Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-20T00:18:42.112Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-20T00:18:42.112Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-20T00:18:42.112Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-20T00:18:42.112Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-20T00:18:42.112Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-20T00:18:42.112Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-20T00:18:42.112Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-20T00:18:42.112Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-20T00:18:42.112Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-20T00:18:42.112Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-20T00:18:42.112Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-20T00:18:42.112Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-20T00:18:42.112Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-20T00:18:42.374Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:18:42.374Z] OK: 71 MiB in 55 packages [2021-02-20T00:18:52.389Z] Removing intermediate container d4a819364c9d [2021-02-20T00:18:52.389Z] ---> 04dcc8132908 [2021-02-20T00:18:52.389Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-20T00:18:52.389Z] ---> Running in d64345e2daaf [2021-02-20T00:18:52.389Z] Collecting docker-compose==1.23.2 [2021-02-20T00:18:52.389Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-20T00:18:52.389Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-20T00:18:52.389Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-20T00:18:52.659Z] Collecting docopt<0.7,>=0.6.1 [2021-02-20T00:18:52.659Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-20T00:18:53.232Z] Collecting texttable<0.10,>=0.9.0 [2021-02-20T00:18:53.232Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-20T00:18:53.807Z] Collecting PyYAML<4,>=3.10 [2021-02-20T00:18:53.807Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-20T00:18:54.750Z] Collecting docker<4.0,>=3.6.0 [2021-02-20T00:18:54.750Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-20T00:18:54.750Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-20T00:18:54.750Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-20T00:18:55.013Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-20T00:18:55.013Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-20T00:18:55.275Z] 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-20T00:18:55.537Z] Collecting cached-property<2,>=1.2.0 [2021-02-20T00:18:55.537Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-20T00:18:55.537Z] Collecting jsonschema<3,>=2.5.1 [2021-02-20T00:18:55.537Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-20T00:18:55.537Z] Collecting docker-pycreds>=0.4.0 [2021-02-20T00:18:55.537Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-20T00:18:55.799Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-20T00:18:55.799Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-20T00:18:55.800Z] 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-20T00:18:55.800Z] Collecting idna<2.8,>=2.5 [2021-02-20T00:18:55.800Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-20T00:18:55.800Z] 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-20T00:18:55.800Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-20T00:18:55.800Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-20T00:18:55.800Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-20T00:18:55.800Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-20T00:18:56.062Z] Installing collected packages: websocket-client, docopt, texttable, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docker-compose [2021-02-20T00:18:56.062Z] Running setup.py install for docopt: started [2021-02-20T00:18:56.637Z] Running setup.py install for docopt: finished with status 'done' [2021-02-20T00:18:56.637Z] Running setup.py install for texttable: started [2021-02-20T00:18:57.219Z] Running setup.py install for texttable: finished with status 'done' [2021-02-20T00:18:57.219Z] Running setup.py install for PyYAML: started [2021-02-20T00:18:57.481Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-20T00:18:57.481Z] Attempting uninstall: urllib3 [2021-02-20T00:18:57.481Z] Found existing installation: urllib3 1.25.9 [2021-02-20T00:18:57.481Z] Uninstalling urllib3-1.25.9: [2021-02-20T00:18:57.743Z] Successfully uninstalled urllib3-1.25.9 [2021-02-20T00:18:57.743Z] Attempting uninstall: idna [2021-02-20T00:18:57.743Z] Found existing installation: idna 2.9 [2021-02-20T00:18:57.743Z] Uninstalling idna-2.9: [2021-02-20T00:18:57.743Z] Successfully uninstalled idna-2.9 [2021-02-20T00:18:58.005Z] Attempting uninstall: requests [2021-02-20T00:18:58.005Z] Found existing installation: requests 2.23.0 [2021-02-20T00:18:58.005Z] Uninstalling requests-2.23.0: [2021-02-20T00:18:58.005Z] Successfully uninstalled requests-2.23.0 [2021-02-20T00:18:58.580Z] Running setup.py install for dockerpty: started [2021-02-20T00:18:58.842Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-20T00:18:59.416Z] 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-20T00:19:02.730Z] Removing intermediate container d64345e2daaf [2021-02-20T00:19:02.730Z] ---> ae326c67e805 [2021-02-20T00:19:02.730Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-20T00:19:02.730Z] ---> Running in e40d36c34b5d [2021-02-20T00:19:02.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-20T00:19:02.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-20T00:19:03.254Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-20T00:19:03.254Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-20T00:19:03.254Z] (3/3) Installing curl (7.69.1-r3) [2021-02-20T00:19:03.254Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:19:03.254Z] OK: 72 MiB in 58 packages [2021-02-20T00:19:03.830Z] Removing intermediate container e40d36c34b5d [2021-02-20T00:19:03.830Z] ---> 91a8d027cb68 [2021-02-20T00:19:03.830Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-20T00:19:03.830Z] ---> Running in 8711850b9a9f [2021-02-20T00:19:03.830Z] Removing intermediate container 8711850b9a9f [2021-02-20T00:19:03.830Z] ---> bb18bd86d91e [2021-02-20T00:19:03.830Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:19:03.830Z] ---> Running in 73a1f1c41c7d [2021-02-20T00:19:04.092Z] Removing intermediate container 73a1f1c41c7d [2021-02-20T00:19:04.092Z] ---> fcb51d059987 [2021-02-20T00:19:04.092Z] Step 24/26 : LABEL arch=x86_64 [2021-02-20T00:19:04.092Z] ---> Running in 16da35231c28 [2021-02-20T00:19:04.354Z] Removing intermediate container 16da35231c28 [2021-02-20T00:19:04.354Z] ---> ab66fddd02ad [2021-02-20T00:19:04.354Z] Step 25/26 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:19:04.354Z] ---> Running in bc0f292c8623 [2021-02-20T00:19:04.616Z] Removing intermediate container bc0f292c8623 [2021-02-20T00:19:04.616Z] ---> abfdc79c4a63 [2021-02-20T00:19:04.616Z] Step 26/26 : LABEL version=0.0.0 [2021-02-20T00:19:04.616Z] ---> Running in 80ebd26f3d3b [2021-02-20T00:19:04.879Z] Removing intermediate container 80ebd26f3d3b [2021-02-20T00:19:04.879Z] ---> ccf408f5b346 [2021-02-20T00:19:04.879Z] [2021-02-20T00:19:05.141Z] Successfully built ccf408f5b346 [2021-02-20T00:19:05.141Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-20T00:19:05.415Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-20T00:19:05.421Z] $ docker stop --time=1 d40434b98afbbe263ea281c0f68035552cb3ae1bedbda1326931ffcec72fdd06 [2021-02-20T00:19:07.476Z] $ docker rm -f d40434b98afbbe263ea281c0f68035552cb3ae1bedbda1326931ffcec72fdd06 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-20T00:19:08.007Z] + docker images [2021-02-20T00:19:08.007Z] + grep docker [2021-02-20T00:19:08.270Z] docker-sys-mgmt-agent-go latest ccf408f5b346 4 seconds ago 313MB [2021-02-20T00:19:08.270Z] docker-security-bootstrapper-go latest 0e5d81e22e08 31 seconds ago 18.3MB [2021-02-20T00:19:08.270Z] docker-core-command-go latest 7a5f2222926b 38 seconds ago 17MB [2021-02-20T00:19:08.270Z] docker-core-metadata-go latest 77980efd971c 39 seconds ago 19MB [2021-02-20T00:19:08.270Z] docker-core-data-go latest 93df60df9caa About a minute ago 22.4MB [2021-02-20T00:19:08.270Z] docker-security-secretstore-setup-go latest 8e96bec4fc64 About a minute ago 24.9MB [2021-02-20T00:19:08.270Z] docker-support-notifications-go latest 74515b0dac29 About a minute ago 17.7MB [2021-02-20T00:19:08.270Z] docker-support-scheduler-go latest e672812525ad About a minute ago 17.2MB [2021-02-20T00:19:08.270Z] docker-security-proxy-setup-go latest 9aaa4cda39e8 About a minute ago 24.7MB [2021-02-20T00:19:08.270Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-20T00:19:23.955Z] Still waiting to schedule task [2021-02-20T00:19:23.955Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-20T00:19:44.352Z] gofmt -l . [2021-02-20T00:19:44.352Z] [ "`gofmt -l .`" = "" ] [2021-02-20T00:19:44.352Z] ./bin/test-go-mod-tidy.sh [2021-02-20T00:19:44.352Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-20T00:19:45.009Z] + ls -al . [2021-02-20T00:19:45.009Z] total 732 [2021-02-20T00:19:45.009Z] drwxrwxr-x 9 1001 1001 4096 Feb 20 00:19 . [2021-02-20T00:19:45.009Z] drwxr-xr-x 4 root root 4096 Feb 20 00:15 .. [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 11 Feb 20 00:13 .dockerignore [2021-02-20T00:19:45.009Z] drwxrwxr-x 8 1001 1001 4096 Feb 20 00:14 .git [2021-02-20T00:19:45.009Z] drwxrwxr-x 3 1001 1001 4096 Feb 20 00:13 .github [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 818 Feb 20 00:13 .gitignore [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 166 Feb 20 00:13 .sonarcloud.properties [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 8475 Feb 20 00:13 Attribution.txt [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 3804 Feb 20 00:13 CONTRIBUTING.md [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 931 Feb 20 00:13 Dockerfile.build [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 863 Feb 20 00:13 Jenkinsfile [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 10775 Feb 20 00:13 LICENSE [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 5774 Feb 20 00:13 Makefile [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 6524 Feb 20 00:13 README.md [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 6755 Feb 20 00:13 SECURITY.md [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 5 Feb 20 00:11 VERSION [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 4131 Feb 20 00:13 ZMQWindows.md [2021-02-20T00:19:45.009Z] drwxrwxr-x 2 1001 1001 4096 Feb 20 00:13 bin [2021-02-20T00:19:45.009Z] drwxrwxr-x 14 1001 1001 4096 Feb 20 00:13 cmd [2021-02-20T00:19:45.009Z] -rw-r--r-- 1 root root 591368 Feb 20 00:18 coverage.out [2021-02-20T00:19:45.009Z] -rw-r--r-- 1 root root 1055 Feb 20 00:19 go.mod [2021-02-20T00:19:45.009Z] -rw-r--r-- 1 root root 21410 Feb 20 00:19 go.sum [2021-02-20T00:19:45.009Z] drwxrwxr-x 8 1001 1001 4096 Feb 20 00:13 internal [2021-02-20T00:19:45.009Z] drwxrwxr-x 4 1001 1001 4096 Feb 20 00:13 openapi [2021-02-20T00:19:45.009Z] drwxrwxr-x 4 1001 1001 4096 Feb 20 00:13 snap [2021-02-20T00:19:45.009Z] -rw-rw-r-- 1 1001 1001 168 Feb 20 00:13 version.go [Pipeline] sh [2021-02-20T00:19:45.664Z] + '[' -e coverage.out ] [2021-02-20T00:19:45.664Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-20T00:19:45.684Z] Warning: overwriting stash ‘coverage-report’ [2021-02-20T00:19:46.915Z] Stashed 1 file(s) [Pipeline] sh [2021-02-20T00:19:47.592Z] + make build [2021-02-20T00:19:47.592Z] 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-20T00:19:57.806Z] 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-20T00:20:11.408Z] Running on prd-ubuntu18.04-docker-8c-8g-27000 in /w/workspace/edgexfoundry_edgex-go_PR-3181 [Pipeline] { [Pipeline] ws [2021-02-20T00:20:11.462Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-02-20T00:20:13.579Z] using credential edgex-jenkins-ssh [2021-02-20T00:20:13.638Z] Cloning the remote Git repository [2021-02-20T00:20:13.667Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-20T00:20:13.738Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-02-20T00:20:13.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-20T00:20:13.763Z] > git --version # timeout=10 [2021-02-20T00:20:13.768Z] > git --version # 'git version 2.17.1' [2021-02-20T00:20:13.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-20T00:20:13.793Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-20T00:20:20.003Z] 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-20T00:20:19.640Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-20T00:20:19.647Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-20T00:20:19.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-20T00:20:19.668Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-20T00:20:19.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-20T00:20:19.672Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3181/head:refs/remotes/origin/PR-3181 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-20T00:20:20.418Z] Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:20:20.528Z] Merge succeeded, producing c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:20:20.529Z] Checking out Revision c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 (PR-3181) [2021-02-20T00:20:20.433Z] > git config core.sparsecheckout # timeout=10 [2021-02-20T00:20:20.438Z] > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 [2021-02-20T00:20:20.508Z] > git remote # timeout=10 [2021-02-20T00:20:20.514Z] > git config --get remote.origin.url # timeout=10 [2021-02-20T00:20:20.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-20T00:20:20.521Z] > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 [2021-02-20T00:20:20.528Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-20T00:20:20.536Z] > git config core.sparsecheckout # timeout=10 [2021-02-20T00:20:20.540Z] > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 [2021-02-20T00:20:24.212Z] Commit message: "refactor: Update go.mod and logic in init/seal loop" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:20:25.309Z] + echo snap-build.sh [2021-02-20T00:20:25.309Z] snap-build.sh [2021-02-20T00:20:25.309Z] + SNAP_BASE_DIR=. [2021-02-20T00:20:25.309Z] + '[' '!' -z /w/workspace/edgex-go/12 ']' [2021-02-20T00:20:25.309Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/12 [2021-02-20T00:20:25.309Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' [2021-02-20T00:20:25.309Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/12] [2021-02-20T00:20:25.309Z] + cd /w/workspace/edgex-go/12 [2021-02-20T00:20:25.309Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-20T00:20:25.309Z] Reading package lists... [2021-02-20T00:20:25.309Z] Building dependency tree... [2021-02-20T00:20:25.309Z] Reading state information... [2021-02-20T00:20:25.420Z] 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-20T00:20:25.571Z] The following packages were automatically installed and are no longer required: [2021-02-20T00:20:25.571Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-20T00:20:25.571Z] uidmap xdelta3 [2021-02-20T00:20:25.571Z] Use 'sudo apt autoremove' to remove them. [2021-02-20T00:20:25.571Z] The following packages will be REMOVED: [2021-02-20T00:20:25.571Z] lxd* lxd-client* [2021-02-20T00:20:25.831Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-20T00:20:25.831Z] After this operation, 31.7 MB disk space will be freed. [2021-02-20T00:20:26.878Z] (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-20T00:20:27.137Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-20T00:20:27.712Z] Removing lxd dnsmasq configuration [2021-02-20T00:20:27.974Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-20T00:20:28.235Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-20T00:20:28.808Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-20T00:20:29.337Z] (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-20T00:20:29.337Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-20T00:20:30.723Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-20T00:20:30.723Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-20T00:20:30.822Z] 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-20T00:20:32.109Z] + sudo snap remove --purge lxd [2021-02-20T00:20:32.109Z] snap "lxd" is not installed [2021-02-20T00:20:32.109Z] + sudo groupadd --force --system lxd [2021-02-20T00:20:32.109Z] ++ whoami [2021-02-20T00:20:32.109Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-20T00:20:32.256Z] 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-20T00:20:32.371Z] + newgrp - lxd [2021-02-20T00:20:32.371Z] + sudo snap install lxd [2021-02-20T00:20:37.657Z] 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-20T00:20:42.380Z] 2021-02-20T00:20:39Z INFO Waiting for automatic snapd restart... [2021-02-20T00:20:43.063Z] 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-20T00:20:45.678Z] 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-20T00:20:49.060Z] 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-20T00:20:53.371Z] 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-20T00:20:56.786Z] 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-20T00:20:57.299Z] lxd 4.11 from Canonical* installed [2021-02-20T00:20:57.299Z] + sudo lxd init --auto [Pipeline] } [2021-02-20T00:21:03.509Z] $ docker stop --time=1 27aa169f0557c9628ac7afe998c82d7ab57b904e1efeec9784763d9e6ee95f18 [2021-02-20T00:21:03.891Z] + sudo snap install --classic snapcraft [2021-02-20T00:21:06.148Z] $ docker rm -f 27aa169f0557c9628ac7afe998c82d7ab57b904e1efeec9784763d9e6ee95f18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:21:08.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-20T00:21:08.156Z] [2021-02-20T00:21:08.156Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:21:08.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-20T00:21:09.080Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-20T00:21:09.080Z] 29e5d40040c1: Pulling fs layer [2021-02-20T00:21:09.080Z] 1ce36da41761: Pulling fs layer [2021-02-20T00:21:09.080Z] 25b303627fd3: Pulling fs layer [2021-02-20T00:21:09.189Z] snapcraft 4.5.1 from Canonical* installed [2021-02-20T00:21:09.189Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-20T00:21:09.189Z] + patch --verbose -p1 [2021-02-20T00:21:09.189Z] Hmm... Looks like a unified diff to me... [2021-02-20T00:21:09.189Z] The text leading up to this was: [2021-02-20T00:21:09.189Z] -------------------------- [2021-02-20T00:21:09.189Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-20T00:21:09.189Z] |From: Tony Espy [2021-02-20T00:21:09.189Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-20T00:21:09.189Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-20T00:21:09.189Z] | [2021-02-20T00:21:09.189Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-20T00:21:09.189Z] |optimize the snap CI check run for pull requests. When [2021-02-20T00:21:09.189Z] |applied, it essentially strips out everything (apps and [2021-02-20T00:21:09.189Z] |parts) from the snapcraft.yaml file except those required [2021-02-20T00:21:09.189Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-20T00:21:09.189Z] |catch changes to edgex-go that break the snap build. [2021-02-20T00:21:09.189Z] | [2021-02-20T00:21:09.189Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-20T00:21:09.189Z] |to update this patch file, otherwise it may fail to apply, [2021-02-20T00:21:09.189Z] |resulting in a failed snap build CI check in the associated [2021-02-20T00:21:09.189Z] |pull request. [2021-02-20T00:21:09.189Z] | [2021-02-20T00:21:09.189Z] |Note - in addition to applying this patch, the pipeline also [2021-02-20T00:21:09.189Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-20T00:21:09.189Z] |need to build the finally binary .snap file (and it won't [2021-02-20T00:21:09.189Z] |work with the patch applied). This further reduces the build [2021-02-20T00:21:09.189Z] |time. [2021-02-20T00:21:09.189Z] |--- [2021-02-20T00:21:09.189Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-20T00:21:09.189Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-20T00:21:09.189Z] | [2021-02-20T00:21:09.189Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-20T00:21:09.189Z] |index 1e537489..faf42425 100644 [2021-02-20T00:21:09.189Z] |--- a/snap/snapcraft.yaml [2021-02-20T00:21:09.189Z] |+++ b/snap/snapcraft.yaml [2021-02-20T00:21:09.189Z] -------------------------- [2021-02-20T00:21:09.189Z] patching file snap/snapcraft.yaml [2021-02-20T00:21:09.189Z] Using Plan A... [2021-02-20T00:21:09.189Z] Hunk #1 succeeded at 73. [2021-02-20T00:21:09.189Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-20T00:21:09.189Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-20T00:21:09.189Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-20T00:21:09.189Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-20T00:21:09.189Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-20T00:21:09.189Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-20T00:21:09.189Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-20T00:21:09.189Z] Hmm... Ignoring the trailing garbage. [2021-02-20T00:21:09.189Z] done [2021-02-20T00:21:09.189Z] + sudo snapcraft prime --use-lxd [2021-02-20T00:21:09.352Z] 29e5d40040c1: Verifying Checksum [2021-02-20T00:21:09.352Z] 29e5d40040c1: Download complete [2021-02-20T00:21:09.949Z] 1ce36da41761: Verifying Checksum [2021-02-20T00:21:09.949Z] 1ce36da41761: Download complete [2021-02-20T00:21:09.949Z] 29e5d40040c1: Pull complete [2021-02-20T00:21:10.577Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-20T00:21:10.577Z] 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-20T00:21:10.577Z] - README.md [2021-02-20T00:21:10.577Z] - snapcraft.yaml.orig [2021-02-20T00:21:10.577Z] [2021-02-20T00:21:10.577Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-20T00:21:11.156Z] Launching a container. [2021-02-20T00:21:11.390Z] 1ce36da41761: Pull complete [2021-02-20T00:21:11.390Z] 25b303627fd3: Verifying Checksum [2021-02-20T00:21:11.390Z] 25b303627fd3: Download complete [2021-02-20T00:21:21.542Z] 25b303627fd3: Pull complete [2021-02-20T00:21:21.542Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-20T00:21:21.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-20T00:21:21.542Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-20T00:21:21.807Z] prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container [2021-02-20T00:21:21.885Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-20T00:21:23.386Z] Waiting for container to be ready [2021-02-20T00:21:23.386Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-20T00:21:23.386Z] [2021-02-20T00:21:24.773Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-20T00:21:24.893Z] $ docker top 25fed442e2c15585d52f14fa36d597da7917405aab3999f57b1bab9050cadeaf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-20T00:21:25.383Z] Waiting for network to be ready... [2021-02-20T00:21:25.645Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-20T00:21:25.906Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-20T00:21:25.906Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-20T00:21:25.906Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-20T00:21:25.906Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-20T00:21:25.906Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-20T00:21:25.906Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-20T00:21:25.906Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-20T00:21:25.906Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-20T00:21:25.906Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-20T00:21:25.960Z] + docker-compose build --help [2021-02-20T00:21:25.960Z] + grep parallel [2021-02-20T00:21:26.166Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-20T00:21:26.428Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-20T00:21:26.688Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-20T00:21:26.688Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-20T00:21:26.688Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-20T00:21:26.688Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-20T00:21:26.688Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-20T00:21:26.688Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-20T00:21:26.947Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-20T00:21:27.206Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-20T00:21:27.467Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-20T00:21:27.467Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-20T00:21:27.467Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-20T00:21:27.467Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-20T00:21:27.467Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-20T00:21:27.467Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-20T00:21:27.467Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-20T00:21:29.332Z] --parallel Build images in parallel. [Pipeline] } [2021-02-20T00:21:29.352Z] $ docker stop --time=1 25fed442e2c15585d52f14fa36d597da7917405aab3999f57b1bab9050cadeaf [2021-02-20T00:21:29.383Z] Fetched 23.9 MB in 4s (6266 kB/s) [2021-02-20T00:21:30.328Z] Reading package lists... [2021-02-20T00:21:30.589Z] Reading package lists... [2021-02-20T00:21:30.589Z] Building dependency tree... [2021-02-20T00:21:30.589Z] Reading state information... [2021-02-20T00:21:30.850Z] The following additional packages will be installed: [2021-02-20T00:21:30.850Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-20T00:21:30.850Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-20T00:21:30.850Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-20T00:21:30.850Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-20T00:21:30.850Z] Suggested packages: [2021-02-20T00:21:30.850Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-20T00:21:30.850Z] Recommended packages: [2021-02-20T00:21:30.850Z] gnupg libsasl2-modules [2021-02-20T00:21:30.850Z] The following NEW packages will be installed: [2021-02-20T00:21:30.850Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-20T00:21:30.850Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-20T00:21:30.850Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-20T00:21:30.850Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-20T00:21:30.850Z] The following packages will be upgraded: [2021-02-20T00:21:30.850Z] gpg gpg-agent gpgconf libudev1 [2021-02-20T00:21:30.850Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-20T00:21:30.850Z] Need to get 3532 kB of archives. [2021-02-20T00:21:30.850Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-20T00:21:30.850Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-20T00:21:31.111Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-20T00:21:31.265Z] $ docker rm -f 25fed442e2c15585d52f14fa36d597da7917405aab3999f57b1bab9050cadeaf [2021-02-20T00:21:31.372Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-20T00:21:31.372Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [Pipeline] // withDockerContainer [2021-02-20T00:21:31.633Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-20T00:21:31.633Z] Get:6 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-20T00:21:31.633Z] Get:7 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-20T00:21:31.633Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-20T00:21:31.633Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-20T00:21:31.633Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-20T00:21:31.633Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-20T00:21:31.633Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-20T00:21:31.633Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-20T00:21:31.633Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-20T00:21:31.633Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-20T00:21:31.633Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-20T00:21:31.633Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-20T00:21:31.633Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-20T00:21:31.633Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:21:31.894Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-20T00:21:31.894Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-20T00:21:31.894Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-20T00:21:31.894Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-20T00:21:31.894Z] Fetched 3532 kB in 1s (3195 kB/s) [2021-02-20T00:21:32.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-20T00:21:32.147Z] . [2021-02-20T00:21:32.154Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-20T00:21:32.154Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-20T00:21:32.154Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-20T00:21:32.154Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-20T00:21:32.154Z] Selecting previously unselected package udev. [2021-02-20T00:21:32.154Z] (Reading database ... 12511 files and directories currently installed.) [Pipeline] withDockerContainer [2021-02-20T00:21:32.415Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-20T00:21:32.415Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-20T00:21:32.439Z] prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container [2021-02-20T00:21:32.544Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-20T00:21:32.676Z] Selecting previously unselected package libfuse2:amd64. [2021-02-20T00:21:32.676Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-20T00:21:32.676Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-20T00:21:32.676Z] Selecting previously unselected package fuse. [2021-02-20T00:21:32.676Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-20T00:21:32.676Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-20T00:21:32.936Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-20T00:21:32.936Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-20T00:21:32.936Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-20T00:21:32.936Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-20T00:21:33.198Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-20T00:21:33.198Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-20T00:21:33.198Z] Selecting previously unselected package libksba8:amd64. [2021-02-20T00:21:33.198Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-20T00:21:33.198Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-20T00:21:33.459Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-20T00:21:33.459Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:33.459Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:33.459Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-20T00:21:33.459Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:33.459Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:33.720Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-20T00:21:33.720Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:33.720Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:33.720Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-20T00:21:33.720Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:33.720Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:33.987Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-20T00:21:33.987Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:33.987Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:33.987Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-20T00:21:33.987Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:33.987Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:33.981Z] $ docker top 6c7066fbb62d0d7b847908135a1aa76e0ff9a62b21cf06409a3f856b98455121 -eo pid,comm [2021-02-20T00:21:34.246Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-20T00:21:34.246Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:34.246Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:34.246Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-20T00:21:34.246Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-20T00:21:34.246Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:34.246Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-20T00:21:34.246Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [Pipeline] { [Pipeline] sh [2021-02-20T00:21:34.507Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:34.507Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-20T00:21:34.507Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-20T00:21:34.507Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-20T00:21:34.507Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-20T00:21:34.507Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-20T00:21:34.507Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-20T00:21:34.768Z] Selecting previously unselected package libldap-common. [2021-02-20T00:21:34.768Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-20T00:21:34.768Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-20T00:21:34.768Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-20T00:21:34.768Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-20T00:21:34.768Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-20T00:21:34.976Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-20T00:21:35.029Z] Selecting previously unselected package dirmngr. [2021-02-20T00:21:35.029Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-20T00:21:35.029Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-20T00:21:35.029Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-20T00:21:35.029Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-20T00:21:35.029Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-20T00:21:35.290Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-20T00:21:35.290Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-20T00:21:35.290Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-20T00:21:35.290Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:35.290Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-20T00:21:35.290Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-20T00:21:35.551Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-20T00:21:35.812Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-20T00:21:35.812Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:35.812Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-20T00:21:36.072Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-20T00:21:36.072Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-20T00:21:36.072Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:36.072Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:36.072Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:36.072Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:36.072Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:36.333Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:36.333Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-20T00:21:36.333Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-20T00:21:36.333Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-20T00:21:36.333Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-20T00:21:36.904Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-20T00:21:36.904Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-20T00:21:36.904Z] This means they are not meant to be enabled using systemctl. [2021-02-20T00:21:36.904Z] Possible reasons for having this kind of units are: [2021-02-20T00:21:36.904Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-20T00:21:36.904Z] .wants/ or .requires/ directory. [2021-02-20T00:21:36.904Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-20T00:21:36.904Z] a requirement dependency on it. [2021-02-20T00:21:36.904Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-20T00:21:36.904Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-20T00:21:36.904Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-20T00:21:36.904Z] instance name specified. [2021-02-20T00:21:37.166Z] Reading package lists... [2021-02-20T00:21:37.427Z] Building dependency tree... [2021-02-20T00:21:37.427Z] Reading state information... [2021-02-20T00:21:37.427Z] The following additional packages will be installed: [2021-02-20T00:21:37.427Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-20T00:21:37.427Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-20T00:21:37.427Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-20T00:21:37.427Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-20T00:21:37.427Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-20T00:21:37.427Z] Suggested packages: [2021-02-20T00:21:37.427Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-20T00:21:37.427Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-20T00:21:37.427Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-20T00:21:37.427Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-20T00:21:37.427Z] systemd-container policykit-1 [2021-02-20T00:21:37.427Z] Recommended packages: [2021-02-20T00:21:37.427Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-20T00:21:37.695Z] The following NEW packages will be installed: [2021-02-20T00:21:37.695Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-20T00:21:37.695Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-20T00:21:37.695Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-20T00:21:37.695Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-20T00:21:37.695Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-20T00:21:37.695Z] The following packages will be upgraded: [2021-02-20T00:21:37.695Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-20T00:21:37.695Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-20T00:21:37.695Z] Need to get 35.2 MB of archives. [2021-02-20T00:21:37.695Z] After this operation, 141 MB of additional disk space will be used. [2021-02-20T00:21:37.695Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-20T00:21:37.695Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-20T00:21:37.695Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-20T00:21:37.695Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-20T00:21:37.956Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-20T00:21:37.956Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-20T00:21:37.956Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-20T00:21:37.956Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-20T00:21:37.956Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-20T00:21:37.956Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-20T00:21:37.956Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-20T00:21:37.956Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-20T00:21:37.956Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-20T00:21:37.956Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-20T00:21:37.956Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-20T00:21:37.956Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-20T00:21:37.956Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-20T00:21:37.956Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-20T00:21:37.956Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-20T00:21:38.896Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-20T00:21:38.896Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-20T00:21:38.896Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-20T00:21:38.896Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-20T00:21:38.896Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-20T00:21:38.896Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-20T00:21:38.896Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-20T00:21:38.896Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-20T00:21:38.896Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-20T00:21:38.896Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-20T00:21:38.896Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-20T00:21:39.157Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-20T00:21:39.157Z] Fetched 35.2 MB in 1s (25.5 MB/s) [2021-02-20T00:21:39.157Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-20T00:21:39.157Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-20T00:21:39.266Z] Building docker-core-command-go ... [2021-02-20T00:21:39.266Z] Building docker-core-data-go ... [2021-02-20T00:21:39.266Z] Building docker-core-metadata-go ... [2021-02-20T00:21:39.266Z] Building docker-security-bootstrapper-go ... [2021-02-20T00:21:39.266Z] Building docker-security-proxy-setup-go ... [2021-02-20T00:21:39.266Z] Building docker-security-secretstore-setup-go ... [2021-02-20T00:21:39.266Z] Building docker-support-notifications-go ... [2021-02-20T00:21:39.266Z] Building docker-support-scheduler-go ... [2021-02-20T00:21:39.266Z] Building docker-sys-mgmt-agent-go ... [2021-02-20T00:21:39.266Z] Building docker-support-scheduler-go [2021-02-20T00:21:39.266Z] Building docker-security-bootstrapper-go [2021-02-20T00:21:39.266Z] Building docker-core-data-go [2021-02-20T00:21:39.266Z] Building docker-support-notifications-go [2021-02-20T00:21:39.266Z] Building docker-security-secretstore-setup-go [2021-02-20T00:21:39.417Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-20T00:21:39.989Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-20T00:21:39.989Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-20T00:21:39.989Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-20T00:21:40.250Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-20T00:21:40.250Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-20T00:21:40.250Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-20T00:21:40.511Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-20T00:21:40.511Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-20T00:21:40.511Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-20T00:21:40.511Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-20T00:21:40.773Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-20T00:21:41.035Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-20T00:21:41.296Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-20T00:21:41.296Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-20T00:21:41.296Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-20T00:21:41.559Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-20T00:21:41.559Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-20T00:21:41.559Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-20T00:21:41.559Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:41.819Z] Selecting previously unselected package libexpat1:amd64. [2021-02-20T00:21:41.819Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-20T00:21:41.819Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-20T00:21:41.819Z] Selecting previously unselected package python3.6-minimal. [2021-02-20T00:21:41.819Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-20T00:21:42.079Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:42.340Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-20T00:21:42.340Z] Checking for services that may need to be restarted...done. [2021-02-20T00:21:42.340Z] Checking for services that may need to be restarted...done. [2021-02-20T00:21:42.340Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:42.340Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-20T00:21:42.340Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:42.912Z] Selecting previously unselected package python3-minimal. [2021-02-20T00:21:42.912Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-20T00:21:42.912Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-20T00:21:42.912Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-20T00:21:43.172Z] Selecting previously unselected package mime-support. [2021-02-20T00:21:43.172Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-20T00:21:43.172Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-20T00:21:43.172Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-20T00:21:43.172Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-20T00:21:43.172Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-20T00:21:43.433Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-20T00:21:43.433Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-20T00:21:43.433Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:43.433Z] Selecting previously unselected package python3.6. [2021-02-20T00:21:43.693Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-20T00:21:43.693Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:43.693Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-20T00:21:43.693Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-20T00:21:43.693Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-20T00:21:43.693Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-20T00:21:43.954Z] Selecting previously unselected package python3. [2021-02-20T00:21:43.954Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-20T00:21:43.954Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-20T00:21:43.954Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-20T00:21:44.215Z] Selecting previously unselected package multiarch-support. [2021-02-20T00:21:44.215Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-20T00:21:44.215Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-20T00:21:44.215Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-20T00:21:44.215Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-20T00:21:44.215Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-20T00:21:44.215Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-20T00:21:44.215Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-20T00:21:44.476Z] Selecting previously unselected package libbsd0:amd64. [2021-02-20T00:21:44.476Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-20T00:21:44.476Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-20T00:21:44.476Z] Selecting previously unselected package sudo. [2021-02-20T00:21:44.476Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-20T00:21:44.476Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-20T00:21:44.736Z] Selecting previously unselected package apparmor. [2021-02-20T00:21:44.736Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-20T00:21:44.736Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-20T00:21:44.736Z] Selecting previously unselected package libedit2:amd64. [2021-02-20T00:21:44.736Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-20T00:21:44.736Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-20T00:21:45.309Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-20T00:21:45.309Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-20T00:21:45.309Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:45.571Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-20T00:21:45.571Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-20T00:21:45.571Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:45.571Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-20T00:21:45.571Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-20T00:21:45.571Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-20T00:21:45.832Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-20T00:21:45.832Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-20T00:21:45.832Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:45.832Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-20T00:21:45.832Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-20T00:21:45.832Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:46.094Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-20T00:21:46.094Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-20T00:21:46.094Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-20T00:21:46.094Z] Selecting previously unselected package openssh-client. [2021-02-20T00:21:46.094Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-20T00:21:46.356Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-20T00:21:46.356Z] Selecting previously unselected package squashfs-tools. [2021-02-20T00:21:46.356Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-20T00:21:46.356Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-20T00:21:46.618Z] Selecting previously unselected package snapd. [2021-02-20T00:21:46.618Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-20T00:21:46.618Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-20T00:21:48.534Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-20T00:21:48.534Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-20T00:21:48.534Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-20T00:21:48.534Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-20T00:21:48.796Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-20T00:21:48.796Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:48.796Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-20T00:21:48.796Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-20T00:21:48.796Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-20T00:21:49.737Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-20T00:21:49.737Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-20T00:21:49.737Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-20T00:21:49.737Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:49.737Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:49.737Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-20T00:21:50.683Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-20T00:21:51.255Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:51.255Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-20T00:21:51.255Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-20T00:21:51.255Z] running python rtupdate hooks for python3.6... [2021-02-20T00:21:51.255Z] running python post-rtupdate hooks for python3.6... [2021-02-20T00:21:51.255Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-20T00:21:52.640Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-20T00:21:52.902Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-20T00:21:52.902Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-20T00:21:53.163Z] Setting up snapd (2.48.3+18.04) ... [2021-02-20T00:21:53.424Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-20T00:21:53.684Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-20T00:21:53.684Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-20T00:21:53.944Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-20T00:21:54.204Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-20T00:21:54.204Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-20T00:21:54.204Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-20T00:21:54.465Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-20T00:21:54.465Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-20T00:21:54.731Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-20T00:21:54.992Z] /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-20T00:21:54.992Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-20T00:21:54.992Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-20T00:21:55.941Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-20T00:21:55.941Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-20T00:21:55.941Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-20T00:21:56.514Z] Fetched 88.7 kB in 1s (141 kB/s) [2021-02-20T00:21:57.455Z] Reading package lists... [2021-02-20T00:21:57.455Z] Reading package lists... [2021-02-20T00:21:57.715Z] Building dependency tree... [2021-02-20T00:21:57.715Z] Reading state information... [2021-02-20T00:21:57.715Z] Calculating upgrade... [2021-02-20T00:21:57.977Z] The following packages will be upgraded: [2021-02-20T00:21:57.977Z] advancecomp base-files bash binutils binutils-common [2021-02-20T00:21:57.977Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-20T00:21:57.977Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-20T00:21:57.977Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-20T00:21:57.977Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-20T00:21:57.977Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-20T00:21:57.977Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-20T00:21:57.977Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-20T00:21:57.977Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-20T00:21:57.977Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-20T00:21:57.977Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-20T00:21:57.977Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-20T00:21:57.977Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-20T00:21:57.977Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-20T00:21:57.977Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-20T00:21:57.977Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-20T00:21:57.977Z] Need to get 63.8 MB of archives. [2021-02-20T00:21:57.977Z] After this operation, 5189 kB of additional disk space will be used. [2021-02-20T00:21:57.977Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-20T00:21:57.977Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-20T00:21:58.921Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-20T00:21:58.921Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-20T00:21:58.921Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-20T00:21:58.921Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-20T00:21:58.921Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-20T00:21:58.921Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-20T00:21:58.921Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-20T00:21:58.921Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-20T00:21:58.921Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-20T00:21:58.921Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-20T00:21:58.921Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-20T00:21:58.921Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-20T00:21:58.921Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-20T00:21:58.921Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-20T00:21:58.921Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-20T00:21:58.921Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-20T00:21:58.921Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-20T00:21:58.921Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-20T00:21:58.921Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-20T00:21:58.921Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-20T00:21:58.921Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-20T00:21:58.921Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-20T00:21:58.921Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-20T00:21:59.183Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-20T00:21:59.183Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-20T00:21:59.183Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-20T00:21:59.183Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-20T00:21:59.183Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-20T00:21:59.183Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-20T00:21:59.183Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-20T00:21:59.183Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-20T00:21:59.183Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-20T00:21:59.183Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-20T00:21:59.183Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-20T00:21:59.183Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-20T00:21:59.183Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-20T00:21:59.183Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-20T00:21:59.183Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-20T00:21:59.183Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-20T00:21:59.183Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-20T00:21:59.183Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-20T00:21:59.183Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-20T00:21:59.183Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-20T00:21:59.183Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-20T00:21:59.183Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-20T00:21:59.183Z] Get:48 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-20T00:21:59.183Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-20T00:21:59.183Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-20T00:21:59.183Z] Get:51 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-20T00:21:59.183Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-20T00:21:59.183Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-20T00:21:59.444Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-20T00:21:59.444Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-20T00:21:59.444Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-20T00:21:59.444Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-20T00:21:59.444Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-20T00:21:59.444Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-20T00:21:59.444Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-20T00:21:59.444Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-20T00:21:59.444Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-20T00:21:59.444Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-20T00:21:59.444Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-20T00:21:59.444Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-20T00:21:59.444Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-20T00:21:59.444Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-20T00:21:59.444Z] Get:68 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-20T00:21:59.444Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-20T00:21:59.444Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-20T00:21:59.444Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-20T00:21:59.444Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-20T00:21:59.444Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-20T00:21:59.444Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-20T00:21:59.444Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-20T00:21:59.444Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-20T00:21:59.444Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-20T00:21:59.444Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-20T00:21:59.444Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-20T00:21:59.444Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-20T00:21:59.705Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-20T00:21:59.705Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-20T00:21:59.705Z] Get:83 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-20T00:21:59.705Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-20T00:21:59.705Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-20T00:21:59.705Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-20T00:21:59.705Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-20T00:21:59.705Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-20T00:21:59.705Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-20T00:21:59.705Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-20T00:22:00.278Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-20T00:22:00.539Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-20T00:22:00.539Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-20T00:22:00.539Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-20T00:22:00.799Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-20T00:22:00.799Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-20T00:22:00.799Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-20T00:22:01.060Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-20T00:22:01.060Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-20T00:22:01.060Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-20T00:22:01.060Z] Fetched 63.8 MB in 3s (20.9 MB/s) [2021-02-20T00:22:01.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:01.060Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-20T00:22:01.060Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-20T00:22:02.004Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-20T00:22:02.004Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-20T00:22:02.004Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-20T00:22:02.004Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-20T00:22:02.951Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:02.951Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:02.951Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:02.951Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:03.211Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:03.211Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:03.211Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:03.472Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:03.472Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:03.472Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:03.733Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:03.733Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:03.733Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:03.733Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:03.994Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:03.994Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-20T00:22:03.994Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:03.994Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-20T00:22:04.255Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:04.255Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-20T00:22:04.255Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:04.255Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:04.516Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:04.517Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:04.517Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:04.778Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-20T00:22:04.778Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:05.039Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-20T00:22:05.039Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-20T00:22:05.039Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-20T00:22:05.612Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-20T00:22:05.875Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-20T00:22:05.875Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-20T00:22:05.875Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-20T00:22:05.875Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-20T00:22:05.875Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-20T00:22:06.137Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-20T00:22:06.137Z] Installing new version of config file /etc/issue ... [2021-02-20T00:22:06.404Z] Installing new version of config file /etc/issue.net ... [2021-02-20T00:22:06.404Z] Installing new version of config file /etc/lsb-release ... [2021-02-20T00:22:06.404Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-20T00:22:06.666Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-20T00:22:06.666Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-20T00:22:06.666Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-20T00:22:06.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:06.928Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-20T00:22:06.928Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-20T00:22:07.189Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-20T00:22:07.189Z] 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-20T00:22:07.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:07.189Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:07.189Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:07.450Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:07.450Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:07.450Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-20T00:22:07.450Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-20T00:22:07.711Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-20T00:22:07.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:07.711Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-20T00:22:07.711Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-20T00:22:07.972Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-20T00:22:08.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:08.234Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-20T00:22:08.234Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-20T00:22:08.234Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-20T00:22:08.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:08.495Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-20T00:22:08.495Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-20T00:22:08.756Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-20T00:22:08.756Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:08.756Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-20T00:22:08.756Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-20T00:22:09.017Z] Setting up grep (3.1-2build1) ... [2021-02-20T00:22:09.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:09.017Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-20T00:22:09.017Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-20T00:22:09.279Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-20T00:22:09.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:09.279Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-20T00:22:09.279Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-20T00:22:09.539Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-20T00:22:09.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:09.539Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-20T00:22:09.539Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-20T00:22:10.112Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-20T00:22:10.112Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-20T00:22:10.373Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-20T00:22:10.373Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-20T00:22:10.985Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-20T00:22:10.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:10.985Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-20T00:22:10.985Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-20T00:22:11.936Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-20T00:22:11.936Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-20T00:22:11.936Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-20T00:22:12.201Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-20T00:22:12.201Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-20T00:22:12.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:12.201Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-20T00:22:12.461Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-20T00:22:12.461Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-20T00:22:12.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:12.461Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:12.722Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:12.722Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:12.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:12.722Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:12.985Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:12.985Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:12.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:12.985Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:12.985Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:13.245Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:13.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:13.245Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:13.245Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:13.505Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:13.505Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:13.505Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-20T00:22:13.766Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-20T00:22:13.766Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-20T00:22:13.766Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-20T00:22:13.766Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-20T00:22:14.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:14.028Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-20T00:22:14.028Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-20T00:22:14.028Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-20T00:22:14.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:14.289Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:14.289Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:14.289Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:14.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:14.553Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:14.553Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:14.553Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:14.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:14.815Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:14.815Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:15.077Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:15.341Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-20T00:22:15.601Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-20T00:22:15.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:15.863Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-20T00:22:15.863Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-20T00:22:15.863Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-20T00:22:16.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-20T00:22:16.125Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-20T00:22:16.125Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-20T00:22:16.389Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-20T00:22:16.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:16.389Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-20T00:22:16.651Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-20T00:22:16.651Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-20T00:22:16.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:16.913Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-20T00:22:16.913Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-20T00:22:17.174Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-20T00:22:17.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:17.174Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-20T00:22:17.174Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-20T00:22:17.436Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-20T00:22:17.436Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:17.436Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-20T00:22:17.436Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-20T00:22:17.696Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-20T00:22:17.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:17.696Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-20T00:22:17.696Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-20T00:22:17.958Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-20T00:22:17.958Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:17.958Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-20T00:22:18.218Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-20T00:22:18.218Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-20T00:22:18.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:18.479Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-20T00:22:18.479Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-20T00:22:18.745Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-20T00:22:18.745Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-20T00:22:18.745Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-20T00:22:18.745Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-20T00:22:19.006Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-20T00:22:19.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:19.006Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-20T00:22:19.006Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-20T00:22:19.270Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-20T00:22:19.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:19.532Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-20T00:22:19.532Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-20T00:22:19.532Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-20T00:22:19.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:19.794Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-20T00:22:20.055Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-20T00:22:20.055Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-20T00:22:20.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:20.055Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-20T00:22:20.055Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-20T00:22:20.317Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-20T00:22:20.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:20.317Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-20T00:22:20.585Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-20T00:22:20.849Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-20T00:22:21.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:21.110Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-20T00:22:21.110Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-20T00:22:21.110Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-20T00:22:21.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:21.372Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-20T00:22:21.372Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-20T00:22:21.372Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-20T00:22:21.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:21.633Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-20T00:22:21.633Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-20T00:22:21.633Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-20T00:22:21.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:21.633Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-20T00:22:21.893Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-20T00:22:21.893Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-20T00:22:21.893Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:21.893Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-20T00:22:22.153Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-20T00:22:22.153Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-20T00:22:22.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:22.419Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-20T00:22:22.419Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-20T00:22:22.419Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-20T00:22:22.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-20T00:22:22.679Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-20T00:22:22.679Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-20T00:22:22.679Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-20T00:22:22.940Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-20T00:22:22.940Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-20T00:22:22.940Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-20T00:22:22.940Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-20T00:22:22.940Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-20T00:22:23.213Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-20T00:22:23.213Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-20T00:22:23.474Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-20T00:22:23.474Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-20T00:22:23.735Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-20T00:22:23.735Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-20T00:22:23.735Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-20T00:22:23.735Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-20T00:22:23.996Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-20T00:22:23.996Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-20T00:22:23.996Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-20T00:22:23.996Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-20T00:22:24.257Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-20T00:22:24.257Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-20T00:22:24.257Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-20T00:22:24.519Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-20T00:22:24.519Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-20T00:22:24.519Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-20T00:22:24.779Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-20T00:22:24.779Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-20T00:22:25.722Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-20T00:22:25.722Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-20T00:22:25.722Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-20T00:22:25.722Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-20T00:22:25.982Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-20T00:22:25.982Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-20T00:22:26.254Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-20T00:22:26.254Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-20T00:22:26.515Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-20T00:22:26.515Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-20T00:22:26.515Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-20T00:22:26.515Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-20T00:22:26.779Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:26.779Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:26.779Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:27.040Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:27.040Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:27.040Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:27.301Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:27.301Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:28.241Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:28.242Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:29.179Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:29.179Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:29.753Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:30.014Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:30.275Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:30.275Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:31.215Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-20T00:22:31.216Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-20T00:22:31.216Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-20T00:22:31.216Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-20T00:22:31.216Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-20T00:22:31.216Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-20T00:22:31.476Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-20T00:22:31.476Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-20T00:22:31.736Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-20T00:22:31.736Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-20T00:22:31.736Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-20T00:22:31.736Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-20T00:22:31.736Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-20T00:22:31.736Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-20T00:22:31.998Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-20T00:22:31.998Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-20T00:22:32.259Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:32.259Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-20T00:22:32.259Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:32.259Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:32.259Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:32.520Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-20T00:22:32.520Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-20T00:22:32.520Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-20T00:22:32.779Z] [2021-02-20T00:22:32.780Z] Current default time zone: 'Etc/UTC' [2021-02-20T00:22:32.780Z] Local time is now: Sat Feb 20 00:22:32 UTC 2021. [2021-02-20T00:22:32.780Z] Universal Time is now: Sat Feb 20 00:22:32 UTC 2021. [2021-02-20T00:22:32.780Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-20T00:22:32.780Z] [2021-02-20T00:22:32.780Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-20T00:22:32.780Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:32.780Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-20T00:22:32.780Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-20T00:22:32.780Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-20T00:22:32.780Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-20T00:22:33.046Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-20T00:22:33.046Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-20T00:22:33.046Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-20T00:22:33.046Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-20T00:22:33.046Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:33.046Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-20T00:22:33.306Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:33.306Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-20T00:22:33.306Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:33.566Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-20T00:22:33.566Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-20T00:22:33.566Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-20T00:22:33.566Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-20T00:22:33.566Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-20T00:22:33.566Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-20T00:22:33.566Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-20T00:22:33.566Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-20T00:22:35.476Z] Updating certificates in /etc/ssl/certs... [2021-02-20T00:22:36.071Z] 23 added, 27 removed; done. [2021-02-20T00:22:36.333Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-20T00:22:36.333Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-20T00:22:36.333Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-20T00:22:36.333Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-20T00:22:36.333Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-20T00:22:36.595Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:36.595Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-20T00:22:36.595Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:36.595Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:36.595Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:36.595Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:36.595Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:36.595Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-20T00:22:36.864Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-20T00:22:36.864Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-20T00:22:36.864Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-20T00:22:36.864Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-20T00:22:36.864Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:36.864Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-20T00:22:37.125Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-20T00:22:37.125Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-20T00:22:37.125Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-20T00:22:37.125Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-20T00:22:37.125Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-20T00:22:37.386Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-20T00:22:37.386Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-20T00:22:37.386Z] Updating certificates in /etc/ssl/certs... [2021-02-20T00:22:37.957Z] 0 added, 0 removed; done. [2021-02-20T00:22:37.957Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-20T00:22:37.957Z] done. [2021-02-20T00:22:38.218Z] Reading package lists... [2021-02-20T00:22:38.478Z] Building dependency tree... [2021-02-20T00:22:38.478Z] Reading state information... [2021-02-20T00:22:38.738Z] The following NEW packages will be installed: [2021-02-20T00:22:38.738Z] apt-transport-https [2021-02-20T00:22:38.738Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-20T00:22:38.738Z] Need to get 1696 B of archives. [2021-02-20T00:22:38.738Z] After this operation, 153 kB of additional disk space will be used. [2021-02-20T00:22:38.738Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-20T00:22:38.999Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-20T00:22:38.999Z] Fetched 1696 B in 0s (8389 B/s) [2021-02-20T00:22:38.999Z] Selecting previously unselected package apt-transport-https. [2021-02-20T00:22:38.999Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-20T00:22:38.999Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-20T00:22:38.999Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-20T00:22:38.999Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-20T00:22:39.260Z] Waiting for network to be ready... [2021-02-20T00:22:44.548Z] 2021-02-20T00:22:42Z INFO Waiting for automatic snapd restart... [2021-02-20T00:22:44.548Z] snapd 2.48.2.1 from Canonical* installed [2021-02-20T00:22:44.548Z] "snapd" switched to the "latest/stable" channel [2021-02-20T00:22:44.548Z] [2021-02-20T00:22:47.098Z] core18 20210128 from Canonical* installed [2021-02-20T00:22:47.098Z] "core18" switched to the "latest/stable" channel [2021-02-20T00:22:47.098Z] [2021-02-20T00:22:50.398Z] snapcraft 4.5.1 from Canonical* installed [2021-02-20T00:22:50.398Z] "snapcraft" switched to the "latest/stable" channel [2021-02-20T00:22:50.398Z] [2021-02-20T00:22:53.694Z] 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-20T00:22:53.694Z] - README.md [2021-02-20T00:22:53.694Z] - snapcraft.yaml.orig [2021-02-20T00:22:53.694Z] [2021-02-20T00:22:53.694Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-20T00:23:00.287Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-20T00:23:00.287Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-20T00:23:00.287Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-20T00:23:00.287Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-20T00:23:00.858Z] Fetched 177 kB in 1s (267 kB/s) [2021-02-20T00:23:00.999Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:23:00.999Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:23:00.999Z] ---> 5e7033c2359b [2021-02-20T00:23:00.999Z] Step 3/23 : WORKDIR /edgex-go [2021-02-20T00:23:00.999Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:23:00.999Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:23:00.999Z] ---> 5e7033c2359b [2021-02-20T00:23:00.999Z] Step 3/30 : WORKDIR /edgex-go [2021-02-20T00:23:00.999Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:23:00.999Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:23:00.999Z] ---> 5e7033c2359b [2021-02-20T00:23:00.999Z] Step 3/24 : WORKDIR /edgex-go [2021-02-20T00:23:00.999Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:23:00.999Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:23:00.999Z] ---> 5e7033c2359b [2021-02-20T00:23:00.999Z] Step 3/22 : WORKDIR /edgex-go [2021-02-20T00:23:00.999Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:23:00.999Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:23:00.999Z] ---> 5e7033c2359b [2021-02-20T00:23:00.999Z] Step 3/22 : WORKDIR /edgex-go [2021-02-20T00:23:00.999Z] ---> Running in 6dec8c765305 [2021-02-20T00:23:00.999Z] ---> Running in f45842f7f326 [2021-02-20T00:23:00.999Z] ---> Running in a276c3372cce [2021-02-20T00:23:00.999Z] ---> Running in 7c4a4e8aa9a8 [2021-02-20T00:23:00.999Z] ---> Running in 43cff1a25452 [2021-02-20T00:23:00.999Z] Removing intermediate container 7c4a4e8aa9a8 [2021-02-20T00:23:00.999Z] ---> 6125930ce1be [2021-02-20T00:23:00.999Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:23:00.999Z] Removing intermediate container 6dec8c765305 [2021-02-20T00:23:00.999Z] ---> 86e8bdb3f895 [2021-02-20T00:23:00.999Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:23:00.999Z] Removing intermediate container a276c3372cce [2021-02-20T00:23:00.999Z] ---> 9a533314639b [2021-02-20T00:23:00.999Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:23:00.999Z] Removing intermediate container 43cff1a25452 [2021-02-20T00:23:00.999Z] ---> 36aacfeb5d85 [2021-02-20T00:23:00.999Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:23:00.999Z] Removing intermediate container f45842f7f326 [2021-02-20T00:23:00.999Z] ---> 587e41aa2ac8 [2021-02-20T00:23:00.999Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:23:00.999Z] ---> Running in 76015829bd24 [2021-02-20T00:23:00.999Z] ---> Running in bc989d38b55d [2021-02-20T00:23:00.999Z] ---> Running in c53bb1218db1 [2021-02-20T00:23:00.999Z] ---> Running in f1e987faf140 [2021-02-20T00:23:00.999Z] ---> Running in 6d1a1eec57ea [2021-02-20T00:23:00.999Z] Removing intermediate container c53bb1218db1 [2021-02-20T00:23:00.999Z] ---> af27a6cef987 [2021-02-20T00:23:00.999Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-20T00:23:00.999Z] Removing intermediate container bc989d38b55d [2021-02-20T00:23:00.999Z] ---> 6c1b90608a5d [2021-02-20T00:23:00.999Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-20T00:23:00.999Z] ---> Running in d002bd4a6cad [2021-02-20T00:23:00.999Z] ---> Running in 259e51cd8b1f [2021-02-20T00:23:00.999Z] Removing intermediate container 76015829bd24 [2021-02-20T00:23:00.999Z] ---> e1d2f714d93e [2021-02-20T00:23:00.999Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-20T00:23:00.999Z] Removing intermediate container f1e987faf140 [2021-02-20T00:23:00.999Z] ---> 98e1283cba55 [2021-02-20T00:23:00.999Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-20T00:23:00.999Z] Removing intermediate container 6d1a1eec57ea [2021-02-20T00:23:00.999Z] ---> fb6ffdec97ba [2021-02-20T00:23:00.999Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-20T00:23:00.999Z] ---> Running in e5a9ce6b6ecb [2021-02-20T00:23:00.999Z] ---> Running in 029d85d0ca11 [2021-02-20T00:23:00.999Z] ---> Running in 41d0fa1c3283 [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] OK: 217 MiB in 51 packages [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:23:00.999Z] OK: 217 MiB in 51 packages [2021-02-20T00:23:01.611Z] OK: 217 MiB in 51 packages [2021-02-20T00:23:01.611Z] OK: 217 MiB in 51 packages [2021-02-20T00:23:01.611Z] OK: 217 MiB in 51 packages [2021-02-20T00:23:01.799Z] Reading package lists... [2021-02-20T00:23:01.799Z] 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-20T00:23:02.224Z] Removing intermediate container d002bd4a6cad [2021-02-20T00:23:02.224Z] ---> fcfd61f44a39 [2021-02-20T00:23:02.224Z] Step 6/22 : COPY go.mod . [2021-02-20T00:23:02.818Z] Removing intermediate container 259e51cd8b1f [2021-02-20T00:23:02.819Z] ---> 5551b01a2c4d [2021-02-20T00:23:02.819Z] Step 6/22 : COPY go.mod . [2021-02-20T00:23:02.819Z] ---> 1132fcf8f863 [2021-02-20T00:23:02.819Z] Step 7/22 : RUN go mod download [2021-02-20T00:23:03.092Z] Removing intermediate container e5a9ce6b6ecb [2021-02-20T00:23:03.092Z] ---> 2b5ce4d41b3c [2021-02-20T00:23:03.092Z] Step 6/23 : COPY go.mod . [2021-02-20T00:23:03.092Z] ---> Running in e9f19c37a158 [2021-02-20T00:23:03.368Z] Removing intermediate container 41d0fa1c3283 [2021-02-20T00:23:03.368Z] ---> 7f628f5031fa [2021-02-20T00:23:03.368Z] Step 6/24 : COPY go.mod . [2021-02-20T00:23:03.643Z] ---> 8e83ecec6dfb [2021-02-20T00:23:03.643Z] Step 7/22 : RUN go mod download [2021-02-20T00:23:03.643Z] Removing intermediate container 029d85d0ca11 [2021-02-20T00:23:03.918Z] ---> 860de9f24c37 [2021-02-20T00:23:03.918Z] Step 6/30 : COPY go.mod . [2021-02-20T00:23:03.918Z] ---> Running in 5f7babf15bb0 [2021-02-20T00:23:04.191Z] ---> e040d3d126f1 [2021-02-20T00:23:04.191Z] Step 7/23 : RUN go mod download [2021-02-20T00:23:04.465Z] ---> 797e316cfcc5 [2021-02-20T00:23:04.465Z] Step 7/24 : RUN go mod download [2021-02-20T00:23:04.465Z] ---> Running in 56d803e52140 [2021-02-20T00:23:04.747Z] ---> Running in 5ee037fdde20 [2021-02-20T00:23:05.022Z] ---> 1f2761dd2114 [2021-02-20T00:23:05.022Z] Step 7/30 : RUN go mod download [2021-02-20T00:23:05.300Z] ---> Running in 45863c2009e2 [2021-02-20T00:23:07.296Z] Removing intermediate container e9f19c37a158 [2021-02-20T00:23:07.296Z] ---> 59331bcb6955 [2021-02-20T00:23:07.296Z] Step 8/22 : COPY . . [2021-02-20T00:23:08.288Z] Removing intermediate container 5f7babf15bb0 [2021-02-20T00:23:08.288Z] ---> f107de22f602 [2021-02-20T00:23:08.288Z] Step 8/22 : COPY . . [2021-02-20T00:23:08.387Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-20T00:23:08.387Z] Reading package lists... [2021-02-20T00:23:08.387Z] Building dependency tree... [2021-02-20T00:23:08.387Z] Reading state information... [2021-02-20T00:23:08.387Z] Suggested packages: [2021-02-20T00:23:08.387Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-20T00:23:08.388Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-20T00:23:08.388Z] Recommended packages: [2021-02-20T00:23:08.388Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-20T00:23:08.388Z] The following NEW packages will be installed: [2021-02-20T00:23:08.388Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-20T00:23:08.388Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-20T00:23:08.388Z] pkg-config zip [2021-02-20T00:23:08.388Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-20T00:23:08.388Z] Need to get 7655 kB of archives. [2021-02-20T00:23:08.388Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-20T00:23:08.388Z] 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-20T00:23:08.388Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-20T00:23:08.647Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-20T00:23:08.647Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-20T00:23:08.907Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-20T00:23:08.907Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-20T00:23:08.907Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-20T00:23:08.907Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-20T00:23:08.907Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-20T00:23:08.907Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-20T00:23:09.167Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-20T00:23:09.167Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-20T00:23:09.167Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-20T00:23:09.429Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-20T00:23:09.429Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-20T00:23:09.429Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-20T00:23:09.429Z] Fetched 7655 kB in 1s (7138 kB/s) [2021-02-20T00:23:09.429Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-20T00:23:09.429Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-20T00:23:09.429Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-20T00:23:09.429Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-20T00:23:09.690Z] Selecting previously unselected package libpsl5:amd64. [2021-02-20T00:23:09.690Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-20T00:23:09.690Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-20T00:23:09.746Z] Removing intermediate container 56d803e52140 [2021-02-20T00:23:09.746Z] ---> a646b0df06bf [2021-02-20T00:23:09.746Z] Step 8/23 : COPY . . [2021-02-20T00:23:09.952Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-20T00:23:09.952Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-20T00:23:09.952Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-20T00:23:09.952Z] Selecting previously unselected package librtmp1:amd64. [2021-02-20T00:23:09.952Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-20T00:23:09.952Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-20T00:23:09.952Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-20T00:23:09.952Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-20T00:23:09.952Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-20T00:23:10.026Z] Removing intermediate container 5ee037fdde20 [2021-02-20T00:23:10.026Z] ---> ec723df93cef [2021-02-20T00:23:10.026Z] Step 8/24 : COPY . . [2021-02-20T00:23:10.214Z] Selecting previously unselected package liberror-perl. [2021-02-20T00:23:10.214Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-20T00:23:10.214Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-20T00:23:10.214Z] Selecting previously unselected package git-man. [2021-02-20T00:23:10.214Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-20T00:23:10.214Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-20T00:23:10.475Z] Selecting previously unselected package git. [2021-02-20T00:23:10.476Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-20T00:23:10.476Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-20T00:23:10.626Z] Removing intermediate container 45863c2009e2 [2021-02-20T00:23:10.626Z] ---> e6bfab1becd8 [2021-02-20T00:23:10.626Z] Step 8/30 : COPY . . [2021-02-20T00:23:11.048Z] Selecting previously unselected package libnorm1:amd64. [2021-02-20T00:23:11.048Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-20T00:23:11.310Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-20T00:23:11.310Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-20T00:23:11.310Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-20T00:23:11.310Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-20T00:23:11.310Z] Selecting previously unselected package libsodium23:amd64. [2021-02-20T00:23:11.310Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-20T00:23:11.310Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-20T00:23:11.571Z] Selecting previously unselected package libzmq5:amd64. [2021-02-20T00:23:11.571Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-20T00:23:11.571Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-20T00:23:11.571Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-20T00:23:11.571Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-20T00:23:11.571Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-20T00:23:11.835Z] Selecting previously unselected package pkg-config. [2021-02-20T00:23:11.835Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-20T00:23:11.835Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-20T00:23:11.835Z] Selecting previously unselected package zip. [2021-02-20T00:23:11.835Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-20T00:23:11.835Z] Unpacking zip (3.0-11build1) ... [2021-02-20T00:23:11.835Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-20T00:23:11.835Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-20T00:23:11.835Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-20T00:23:11.835Z] Setting up liberror-perl (0.17025-1) ... [2021-02-20T00:23:12.096Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-20T00:23:12.096Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-20T00:23:12.096Z] No schema files found: doing nothing. [2021-02-20T00:23:12.096Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-20T00:23:12.096Z] Setting up zip (3.0-11build1) ... [2021-02-20T00:23:12.096Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-20T00:23:12.096Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-20T00:23:12.096Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-20T00:23:12.358Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-20T00:23:12.358Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-20T00:23:12.358Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-20T00:23:12.358Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-20T00:23:12.358Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-20T00:23:18.942Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-20T00:23:18.943Z] git set to automatically installed. [2021-02-20T00:23:18.943Z] git-man set to automatically installed. [2021-02-20T00:23:18.943Z] libcurl3-gnutls set to automatically installed. [2021-02-20T00:23:18.943Z] liberror-perl set to automatically installed. [2021-02-20T00:23:18.943Z] libglib2.0-0 set to automatically installed. [2021-02-20T00:23:18.943Z] libnghttp2-14 set to automatically installed. [2021-02-20T00:23:18.943Z] libnorm1 set to automatically installed. [2021-02-20T00:23:18.943Z] libpgm-5.2-0 set to automatically installed. [2021-02-20T00:23:18.943Z] libpsl5 set to automatically installed. [2021-02-20T00:23:18.943Z] librtmp1 set to automatically installed. [2021-02-20T00:23:18.943Z] libsodium23 set to automatically installed. [2021-02-20T00:23:18.943Z] libzmq3-dev set to automatically installed. [2021-02-20T00:23:18.943Z] libzmq5 set to automatically installed. [2021-02-20T00:23:18.943Z] pkg-config set to automatically installed. [2021-02-20T00:23:18.943Z] zip set to automatically installed. [2021-02-20T00:23:20.326Z] snapd is not logged in, snap install commands will use sudo [2021-02-20T00:23:26.958Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-20T00:23:27.905Z] snap "core18" has no updates available [2021-02-20T00:23:28.848Z] Pulling config-common [2021-02-20T00:23:28.848Z] + snapcraftctl pull [2021-02-20T00:23:29.790Z] Pulling go-build-helper [2021-02-20T00:23:29.790Z] + snapcraftctl pull [2021-02-20T00:23:37.455Z] ---> 6b26d7f0bd92 [2021-02-20T00:23:37.456Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-20T00:23:37.456Z] ---> 6d860ca5a035 [2021-02-20T00:23:37.456Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-20T00:23:37.456Z] ---> 3a342209bf07 [2021-02-20T00:23:37.456Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-20T00:23:37.456Z] ---> ee5807f6d606 [2021-02-20T00:23:37.456Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-20T00:23:37.456Z] ---> e875b70c7d69 [2021-02-20T00:23:37.456Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-20T00:23:37.456Z] ---> Running in 876e3c174032 [2021-02-20T00:23:37.456Z] ---> Running in 4f2fcff940c9 [2021-02-20T00:23:37.456Z] ---> Running in 2eaa58f66615 [2021-02-20T00:23:37.456Z] ---> Running in b2e474a479c8 [2021-02-20T00:23:37.456Z] ---> Running in 90aec7057b50 [2021-02-20T00:23:37.456Z] 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-20T00:23:37.456Z] 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-20T00:23:37.456Z] 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-20T00:23:37.456Z] 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-20T00:23:37.456Z] 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-20T00:23:56.377Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-20T00:23:56.377Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-20T00:23:56.377Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-20T00:23:56.377Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-20T00:23:56.377Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-20T00:23:56.377Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-20T00:23:56.377Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-20T00:23:56.377Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-20T00:23:56.377Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-20T00:23:56.377Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-20T00:23:56.377Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-20T00:23:56.377Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-20T00:23:56.377Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-20T00:23:56.377Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-20T00:23:56.377Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-20T00:23:56.377Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-20T00:23:56.377Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-20T00:23:56.377Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-20T00:23:56.377Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-20T00:23:56.377Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-20T00:23:56.377Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-20T00:23:56.377Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-20T00:23:56.377Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-20T00:23:56.377Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-20T00:23:56.377Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-20T00:23:56.377Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-20T00:23:56.377Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-20T00:23:56.377Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-20T00:23:56.377Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-20T00:23:56.377Z] Fetched 279 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-20T00:23:56.377Z] Fetched 122 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-20T00:23:56.377Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-20T00:23:56.377Z] Fetched 8848 B in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-20T00:23:56.377Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-20T00:23:56.377Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-20T00:23:56.377Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-20T00:23:56.377Z] Fetched 214 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-20T00:23:56.377Z] Fetched 155 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-20T00:23:56.377Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-20T00:23:56.377Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-20T00:23:56.377Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-20T00:23:56.377Z] Fetched 499 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-20T00:23:56.377Z] Fetched 111 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-20T00:23:56.377Z] Fetched 240 kB in 0s (0 B/s) [2021-02-20T00:23:56.377Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-20T00:23:56.378Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-20T00:23:56.378Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-20T00:23:56.378Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-20T00:23:56.378Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-20T00:23:56.378Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-20T00:23:56.378Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-20T00:23:56.378Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-20T00:23:56.378Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-20T00:23:56.378Z] Fetched 8720 B in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-20T00:23:56.378Z] Fetched 137 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-20T00:23:56.378Z] Fetched 119 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-20T00:23:56.378Z] Fetched 109 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-20T00:23:56.378Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-20T00:23:56.378Z] Fetched 645 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-20T00:23:56.378Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-20T00:23:56.378Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-20T00:23:56.378Z] Fetched 368 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-20T00:23:56.378Z] Fetched 187 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-20T00:23:56.378Z] Fetched 175 kB in 0s (0 B/s) [2021-02-20T00:23:56.378Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-20T00:24:00.959Z] Fetched 206 kB in 0s (0 B/s) [2021-02-20T00:24:00.959Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-20T00:24:00.959Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-20T00:24:00.959Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-20T00:24:00.959Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-20T00:24:00.959Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-20T00:24:00.959Z] Fetched 159 kB in 0s (0 B/s) [2021-02-20T00:24:00.959Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-20T00:24:00.959Z] Fetched 107 kB in 0s (0 B/s) [2021-02-20T00:24:00.959Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-20T00:24:00.959Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-20T00:24:00.959Z] Pulling static-packages [2021-02-20T00:24:00.959Z] + snapcraftctl pull [2021-02-20T00:24:00.959Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-20T00:24:00.959Z] Skipping pull go-build-helper (already ran) [2021-02-20T00:24:00.959Z] Skipping pull static-packages (already ran) [2021-02-20T00:24:00.959Z] Building go-build-helper [2021-02-20T00:24:00.959Z] + snapcraftctl build [2021-02-20T00:24:03.501Z] Building static-packages [2021-02-20T00:24:03.501Z] + snapcraftctl build [2021-02-20T00:24:05.441Z] Staging go-build-helper [2021-02-20T00:24:05.441Z] + snapcraftctl stage [2021-02-20T00:24:06.391Z] Staging static-packages [2021-02-20T00:24:06.391Z] + snapcraftctl stage [2021-02-20T00:24:07.777Z] Pulling go115 [2021-02-20T00:24:07.777Z] + snapcraftctl pull [2021-02-20T00:24:08.349Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-20T00:24:08.349Z] Skipping pull go115 (already ran) [2021-02-20T00:24:08.349Z] Building go115 [2021-02-20T00:24:08.349Z] + dpkg --print-architecture [2021-02-20T00:24:08.349Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-20T00:24:08.349Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-20T00:24:08.349Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-20T00:24:08.349Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-20T00:24:08.349Z] Dload Upload Total Spent Left Speed [2021-02-20T00:24:10.843Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 11.4M 0 0 21.4M 0 0:00:05 --:--:-- 0:00:05 21.4M 53 115M 53 61.4M 0 0 39.4M 0 0:00:02 0:00:01 0:00:01 39.4M 100 115M 100 115M 0 0 47.5M 0 0:00:02 0:00:02 --:--:-- 47.5M [2021-02-20T00:24:10.843Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-20T00:24:10.843Z] + sha256sum -c sha256 [2021-02-20T00:24:10.843Z] + grep OK [2021-02-20T00:24:11.418Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-20T00:24:11.418Z] + mkdir -p /root/stage/go1.15 [2021-02-20T00:24:11.418Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-20T00:24:15.623Z] Staging go115 [2021-02-20T00:24:15.623Z] + snapcraftctl stage [2021-02-20T00:24:20.912Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-20T00:24:20.912Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-20T00:24:20.912Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-20T00:24:20.912Z] Fetched 0 B in 0s (0 B/s) [2021-02-20T00:24:20.912Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-20T00:24:20.912Z] Fetched 224 kB in 0s (0 B/s) [2021-02-20T00:24:20.912Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-20T00:24:20.912Z] Fetched 157 kB in 0s (0 B/s) [2021-02-20T00:24:20.912Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-20T00:24:20.912Z] Fetched 221 kB in 0s (0 B/s) [2021-02-20T00:24:20.912Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-20T00:24:20.912Z] Fetched 143 kB in 0s (0 B/s) [2021-02-20T00:24:20.912Z] Pulling edgex-go [2021-02-20T00:24:20.912Z] + snapcraftctl pull [2021-02-20T00:24:21.486Z] Pulling version [2021-02-20T00:24:21.486Z] + cd /root/project [2021-02-20T00:24:21.486Z] + [ -f VERSION ] [2021-02-20T00:24:21.486Z] + PROJECT_VERSION=local-dev [2021-02-20T00:24:21.486Z] + git rev-parse --short HEAD [2021-02-20T00:24:21.486Z] + GIT_REVISION=c2fb34d6 [2021-02-20T00:24:21.486Z] + snapcraftctl set-version local-dev [2021-02-20T00:24:22.428Z] Building config-common [2021-02-20T00:24:22.428Z] + snapcraftctl build [2021-02-20T00:24:24.346Z] Skipping build go-build-helper (already ran) [2021-02-20T00:24:24.346Z] Skipping build static-packages (already ran) [2021-02-20T00:24:24.346Z] Skipping build go115 (already ran) [2021-02-20T00:24:24.346Z] Building edgex-go [2021-02-20T00:24:24.608Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-20T00:24:24.608Z] + cd /root/parts/edgex-go/src [2021-02-20T00:24:24.608Z] + make build [2021-02-20T00:24:24.608Z] 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-20T00:24:26.521Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-20T00:24:26.521Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-20T00:24:26.521Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-20T00:24:26.521Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-20T00:24:26.521Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-20T00:24:26.521Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-20T00:24:26.521Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-20T00:24:26.521Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-20T00:24:26.521Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-20T00:24:26.521Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-20T00:24:26.521Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-20T00:24:26.521Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-20T00:24:26.521Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-20T00:24:26.521Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-20T00:24:26.521Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-20T00:24:26.521Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-20T00:24:26.521Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-20T00:24:26.521Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-20T00:24:26.521Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-20T00:24:26.521Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-20T00:24:26.521Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-20T00:24:26.521Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-20T00:24:26.781Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-20T00:24:26.781Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-20T00:24:26.781Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-20T00:24:26.781Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-20T00:24:26.781Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-20T00:24:26.781Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-20T00:24:26.781Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-20T00:24:27.043Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-20T00:24:27.043Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-20T00:24:27.043Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-20T00:24:27.043Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-20T00:24:33.633Z] 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-20T00:24:33.633Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-20T00:24:37.826Z] 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-20T00:24:38.767Z] 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-20T00:24:40.154Z] 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-20T00:24:40.415Z] 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-20T00:24:40.415Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-20T00:24:40.675Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-20T00:24:40.675Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-20T00:24:40.675Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-20T00:24:42.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-20T00:24:42.065Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-20T00:24:42.065Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-20T00:24:43.446Z] 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-20T00:24:44.388Z] 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-20T00:24:44.388Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-20T00:24:45.330Z] 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-20T00:24:46.271Z] 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-20T00:24:46.271Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-20T00:24:47.216Z] 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-20T00:24:47.216Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-20T00:24:49.130Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-20T00:24:49.130Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-20T00:24:49.130Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-20T00:24:49.130Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-20T00:24:49.130Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-20T00:24:49.130Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-20T00:24:49.130Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-20T00:24:49.130Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-20T00:24:49.130Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-20T00:24:49.130Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-20T00:24:49.130Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-20T00:24:50.073Z] Building version [2021-02-20T00:24:50.073Z] + snapcraftctl build [2021-02-20T00:24:51.987Z] Staging config-common [2021-02-20T00:24:51.987Z] + snapcraftctl stage [2021-02-20T00:24:52.928Z] Skipping stage go-build-helper (already ran) [2021-02-20T00:24:52.928Z] Skipping stage static-packages (already ran) [2021-02-20T00:24:52.928Z] Skipping stage go115 (already ran) [2021-02-20T00:24:52.928Z] Staging edgex-go [2021-02-20T00:24:52.928Z] + snapcraftctl stage [2021-02-20T00:24:53.870Z] Staging version [2021-02-20T00:24:53.870Z] + snapcraftctl stage [2021-02-20T00:24:54.812Z] Priming config-common [2021-02-20T00:24:54.812Z] + snapcraftctl prime [2021-02-20T00:24:55.753Z] Priming go-build-helper [2021-02-20T00:24:55.753Z] + snapcraftctl prime [2021-02-20T00:24:56.695Z] Priming static-packages [2021-02-20T00:24:56.695Z] + snapcraftctl prime [2021-02-20T00:24:58.606Z] Priming go115 [2021-02-20T00:24:58.606Z] + snapcraftctl prime [2021-02-20T00:24:59.551Z] Priming edgex-go [2021-02-20T00:24:59.551Z] + snapcraftctl prime [2021-02-20T00:25:00.578Z] Priming version [2021-02-20T00:25:00.578Z] + snapcraftctl prime [2021-02-20T00:25:01.656Z] 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-20T00:25:15.622Z] 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-20T00:25:16.615Z] Removing intermediate container 2eaa58f66615 [2021-02-20T00:25:16.615Z] ---> 6e57855649c4 [2021-02-20T00:25:16.615Z] [2021-02-20T00:25:16.615Z] Step 10/30 : FROM alpine:3.12 [2021-02-20T00:25:16.615Z] 3.12: Pulling from library/alpine [2021-02-20T00:25:19.254Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-20T00:25:19.254Z] Status: Downloaded newer image for alpine:3.12 [2021-02-20T00:25:19.254Z] ---> afeebe901d6b [2021-02-20T00:25:19.254Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-20T00:25:19.552Z] ---> Running in a3468d019604 [2021-02-20T00:25:20.541Z] Removing intermediate container 90aec7057b50 [2021-02-20T00:25:20.541Z] ---> dcdf133d3a79 [2021-02-20T00:25:20.541Z] [2021-02-20T00:25:20.541Z] Step 10/24 : FROM alpine:3.12 [2021-02-20T00:25:20.541Z] ---> afeebe901d6b [2021-02-20T00:25:20.541Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-20T00:25:20.541Z] Removing intermediate container a3468d019604 [2021-02-20T00:25:20.541Z] ---> 2f180d5077ea [2021-02-20T00:25:20.541Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-20T00:25:20.818Z] ---> Running in d316be41895c [2021-02-20T00:25:20.818Z] ---> Running in 4db3ef2381e2 [2021-02-20T00:25:23.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:23.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:23.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:23.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:24.044Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-20T00:25:24.044Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-20T00:25:24.044Z] (2/2) Installing su-exec (0.2-r1) [2021-02-20T00:25:24.044Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:25:24.044Z] OK: 5 MiB in 16 packages [2021-02-20T00:25:24.319Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-20T00:25:24.319Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-20T00:25:24.319Z] (4/5) Installing curl (7.69.1-r3) [2021-02-20T00:25:24.319Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-20T00:25:24.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:25:24.319Z] Executing ca-certificates-20191127-r4.trigger [2021-02-20T00:25:24.926Z] OK: 7 MiB in 19 packages [2021-02-20T00:25:26.388Z] Removing intermediate container d316be41895c [2021-02-20T00:25:26.388Z] ---> 635294e1aaab [2021-02-20T00:25:26.388Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-20T00:25:26.667Z] ---> Running in 33f8a0435232 [2021-02-20T00:25:27.280Z] Removing intermediate container 4db3ef2381e2 [2021-02-20T00:25:27.280Z] ---> 6705ffb556ef [2021-02-20T00:25:27.280Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-20T00:25:27.881Z] Removing intermediate container 33f8a0435232 [2021-02-20T00:25:27.881Z] ---> 6bbbd848793d [2021-02-20T00:25:27.881Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-20T00:25:28.155Z] ---> Running in 849e8879a666 [2021-02-20T00:25:28.155Z] ---> Running in 1e666750a77f [2021-02-20T00:25:29.145Z] Removing intermediate container 849e8879a666 [2021-02-20T00:25:29.145Z] ---> 5345b260c226 [2021-02-20T00:25:29.145Z] Step 13/24 : WORKDIR / [2021-02-20T00:25:29.145Z] Removing intermediate container 1e666750a77f [2021-02-20T00:25:29.145Z] ---> 64e9021c1567 [2021-02-20T00:25:29.145Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-20T00:25:29.421Z] ---> Running in 7583109ed1b9 [2021-02-20T00:25:29.421Z] ---> Running in ace21fc32c91 [2021-02-20T00:25:30.401Z] Removing intermediate container 7583109ed1b9 [2021-02-20T00:25:30.401Z] ---> 48159ef9ccee [2021-02-20T00:25:30.401Z] 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-20T00:25:33.033Z] ---> c3e41e678642 [2021-02-20T00:25:33.033Z] 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-20T00:25:34.464Z] Removing intermediate container 876e3c174032 [2021-02-20T00:25:34.464Z] ---> 80329f26125a [2021-02-20T00:25:34.464Z] [2021-02-20T00:25:34.464Z] Step 10/22 : FROM alpine:3.12 [2021-02-20T00:25:34.464Z] ---> afeebe901d6b [2021-02-20T00:25:34.464Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-20T00:25:34.464Z] Removing intermediate container ace21fc32c91 [2021-02-20T00:25:34.464Z] ---> 619724ebb0a3 [2021-02-20T00:25:34.464Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-20T00:25:34.464Z] ---> e91e2b8a12f6 [2021-02-20T00:25:34.464Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-20T00:25:34.763Z] ---> Running in af2592f318eb [2021-02-20T00:25:34.763Z] ---> Running in f56181337d53 [2021-02-20T00:25:35.042Z] Removing intermediate container 4f2fcff940c9 [2021-02-20T00:25:35.042Z] ---> 3493f2a9dca4 [2021-02-20T00:25:35.042Z] [2021-02-20T00:25:35.042Z] Step 10/22 : FROM alpine:3.12 [2021-02-20T00:25:35.042Z] ---> afeebe901d6b [2021-02-20T00:25:35.042Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-20T00:25:35.317Z] ---> Running in 6c42e4b4c376 [2021-02-20T00:25:35.599Z] ---> 5ad08d7fc79c [2021-02-20T00:25:35.599Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-20T00:25:35.887Z] Removing intermediate container f56181337d53 [2021-02-20T00:25:35.887Z] ---> 1bf5f73dd90b [2021-02-20T00:25:35.887Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-20T00:25:37.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:37.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:37.885Z] ---> 7355ae3e5359 [2021-02-20T00:25:37.885Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-20T00:25:37.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:37.885Z] ---> 055193b689e9 [2021-02-20T00:25:37.885Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-20T00:25:38.172Z] ---> Running in e698cd50eb46 [2021-02-20T00:25:38.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:38.610Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-20T00:25:38.610Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:25:38.610Z] OK: 5 MiB in 15 packages [2021-02-20T00:25:39.271Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-20T00:25:39.271Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-20T00:25:39.271Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:25:39.271Z] Executing ca-certificates-20191127-r4.trigger [2021-02-20T00:25:39.561Z] OK: 6 MiB in 16 packages [2021-02-20T00:25:40.827Z] ---> cad52559aed4 [2021-02-20T00:25:40.827Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-20T00:25:41.115Z] Removing intermediate container af2592f318eb [2021-02-20T00:25:41.115Z] ---> 04d33b17a725 [2021-02-20T00:25:41.115Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:25:41.388Z] ---> Running in 19b7f1f87372 [2021-02-20T00:25:42.373Z] ---> 992029b118d0 [2021-02-20T00:25:42.374Z] 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-20T00:25:42.374Z] Removing intermediate container 19b7f1f87372 [2021-02-20T00:25:42.374Z] ---> c3b72a88b561 [2021-02-20T00:25:42.374Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-20T00:25:42.646Z] Removing intermediate container 6c42e4b4c376 [2021-02-20T00:25:42.646Z] ---> f8248c0465c5 [2021-02-20T00:25:42.646Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:25:42.921Z] ---> Running in 30cf0c5e880f [2021-02-20T00:25:42.921Z] Removing intermediate container e698cd50eb46 [2021-02-20T00:25:42.921Z] ---> 7a12fe47fc1f [2021-02-20T00:25:42.921Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:25:42.921Z] ---> Running in 75c9586f967e [2021-02-20T00:25:42.921Z] ---> Running in ba3b48960ecd [2021-02-20T00:25:43.518Z] Removing intermediate container 75c9586f967e [2021-02-20T00:25:43.518Z] ---> dc2769cb97eb [2021-02-20T00:25:43.518Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-20T00:25:43.797Z] Removing intermediate container ba3b48960ecd [2021-02-20T00:25:43.797Z] ---> 4ef79c0358bb [2021-02-20T00:25:43.797Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-20T00:25:43.797Z] ---> Running in 3c255f482649 [2021-02-20T00:25:44.073Z] ---> Running in 70b18cca4ef1 [2021-02-20T00:25:44.356Z] ---> 7fdd14f63c03 [2021-02-20T00:25:44.356Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-20T00:25:44.633Z] Removing intermediate container 3c255f482649 [2021-02-20T00:25:44.633Z] ---> e92bd08ced3d [2021-02-20T00:25:44.633Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:25:44.911Z] Removing intermediate container 70b18cca4ef1 [2021-02-20T00:25:44.911Z] ---> 260a68c33cd6 [2021-02-20T00:25:44.911Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-20T00:25:45.505Z] ---> Running in 6e4d8ceb74c0 [2021-02-20T00:25:45.778Z] ---> d1b327d6267c [2021-02-20T00:25:45.778Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-20T00:25:46.379Z] Removing intermediate container 6e4d8ceb74c0 [2021-02-20T00:25:46.379Z] ---> a74f075caabe [2021-02-20T00:25:46.379Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:25:46.379Z] ---> 8f5de0431ebc [2021-02-20T00:25:46.379Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-20T00:25:46.379Z] Removing intermediate container 30cf0c5e880f [2021-02-20T00:25:46.379Z] ---> f94424b16a13 [2021-02-20T00:25:46.379Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-20T00:25:46.976Z] ---> Running in 7d7c844c6731 [2021-02-20T00:25:47.569Z] Removing intermediate container b2e474a479c8 [2021-02-20T00:25:47.569Z] ---> e96d965b1614 [2021-02-20T00:25:47.569Z] [2021-02-20T00:25:47.569Z] Step 10/23 : FROM alpine:3.12 [2021-02-20T00:25:47.569Z] ---> afeebe901d6b [2021-02-20T00:25:47.569Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-20T00:25:47.839Z] Removing intermediate container 7d7c844c6731 [2021-02-20T00:25:47.839Z] ---> 7939e834c55d [2021-02-20T00:25:47.839Z] Step 22/24 : LABEL arch=arm64 [2021-02-20T00:25:47.839Z] ---> d7fda4805b24 [2021-02-20T00:25:47.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-20T00:25:47.839Z] ---> e71f085b8996 [2021-02-20T00:25:47.839Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-20T00:25:47.839Z] ---> 15a9603a8dda [2021-02-20T00:25:47.839Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-20T00:25:47.839Z] ---> Running in 59a75e884693 [2021-02-20T00:25:48.112Z] ---> Running in 1b2fd6f7c739 [2021-02-20T00:25:48.712Z] Removing intermediate container 59a75e884693 [2021-02-20T00:25:48.712Z] ---> bca5d18337b6 [2021-02-20T00:25:48.712Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-20T00:25:48.990Z] ---> 77f0501af7fa [2021-02-20T00:25:48.990Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-20T00:25:48.990Z] ---> Running in 1bb57edfc59d [2021-02-20T00:25:49.261Z] Removing intermediate container 1b2fd6f7c739 [2021-02-20T00:25:49.261Z] ---> c0d412d823c6 [2021-02-20T00:25:49.261Z] Step 23/24 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:25:49.261Z] ---> 971e97116d19 [2021-02-20T00:25:49.261Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-20T00:25:49.533Z] ---> 03990d19e920 [2021-02-20T00:25:49.533Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-20T00:25:49.533Z] ---> Running in de871a6ab162 [2021-02-20T00:25:49.533Z] ---> Running in b6702f280283 [2021-02-20T00:25:49.533Z] ---> Running in f755fb657c48 [2021-02-20T00:25:49.807Z] Removing intermediate container 1bb57edfc59d [2021-02-20T00:25:49.807Z] ---> 1a0bbea6e3e4 [2021-02-20T00:25:49.807Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-20T00:25:50.079Z] ---> Running in 04d0f1db1a7f [2021-02-20T00:25:50.355Z] Removing intermediate container de871a6ab162 [2021-02-20T00:25:50.355Z] ---> 7d6def7f06f1 [2021-02-20T00:25:50.355Z] Step 24/24 : LABEL version=0.0.0 [2021-02-20T00:25:50.355Z] Removing intermediate container b6702f280283 [2021-02-20T00:25:50.355Z] ---> 369acdead454 [2021-02-20T00:25:50.355Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-20T00:25:50.355Z] Removing intermediate container f755fb657c48 [2021-02-20T00:25:50.355Z] ---> 56ef4c53074f [2021-02-20T00:25:50.355Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:25:50.630Z] ---> 8788966f99ed [2021-02-20T00:25:50.630Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-20T00:25:50.630Z] ---> Running in 9e17692125b0 [2021-02-20T00:25:50.630Z] ---> Running in ac4dedaedca8 [2021-02-20T00:25:50.905Z] ---> Running in 94cdbcb169fe [2021-02-20T00:25:50.905Z] Removing intermediate container 04d0f1db1a7f [2021-02-20T00:25:50.905Z] ---> f6eab4559ddc [2021-02-20T00:25:50.905Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:25:50.905Z] ---> Running in cb5144f22e5c [2021-02-20T00:25:51.180Z] Removing intermediate container 9e17692125b0 [2021-02-20T00:25:51.180Z] ---> 475f6a08ba21 [2021-02-20T00:25:51.180Z] [2021-02-20T00:25:51.452Z] Removing intermediate container ac4dedaedca8 [2021-02-20T00:25:51.452Z] ---> c8693c28b333 [2021-02-20T00:25:51.452Z] Step 20/22 : LABEL arch=arm64 [2021-02-20T00:25:51.452Z] Removing intermediate container 94cdbcb169fe [2021-02-20T00:25:51.452Z] ---> 7258545333f3 [2021-02-20T00:25:51.452Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:25:51.452Z] ---> 366cae6a5e9a [2021-02-20T00:25:51.452Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-20T00:25:51.730Z] ---> Running in 43a9b1759ba3 [2021-02-20T00:25:51.730Z] Successfully built 475f6a08ba21 [2021-02-20T00:25:52.019Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-20T00:25:52.019Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-20T00:25:52.019Z] ---> Running in cbeaff956008 [2021-02-20T00:25:52.019Z] ---> Running in 183b43dd363f [2021-02-20T00:25:52.290Z] Removing intermediate container 43a9b1759ba3 [2021-02-20T00:25:52.290Z] ---> a0325a571f32 [2021-02-20T00:25:52.290Z] Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:25:52.569Z] ---> Running in 781e8cd8eeda [2021-02-20T00:25:52.842Z] Removing intermediate container cbeaff956008 [2021-02-20T00:25:52.842Z] ---> c5d10196f253 [2021-02-20T00:25:52.842Z] Step 20/22 : LABEL arch=arm64 [2021-02-20T00:25:53.132Z] ---> Running in 63f377b7c590 [2021-02-20T00:25:53.408Z] Removing intermediate container 781e8cd8eeda [2021-02-20T00:25:53.408Z] ---> d97b59fdb766 [2021-02-20T00:25:53.408Z] Step 22/22 : LABEL version=0.0.0 [2021-02-20T00:25:54.386Z] Removing intermediate container 63f377b7c590 [2021-02-20T00:25:54.387Z] ---> 8fbcc97a51af [2021-02-20T00:25:54.387Z] Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:25:54.980Z] ---> Running in 4a2153de2ea7 [2021-02-20T00:25:54.980Z] Removing intermediate container cb5144f22e5c [2021-02-20T00:25:54.980Z] ---> 476164be65e4 [2021-02-20T00:25:54.980Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-20T00:25:55.573Z] ---> Running in 078e30da1ac0 [2021-02-20T00:25:55.573Z] ---> Running in 9310ed794152 [2021-02-20T00:25:55.846Z] Removing intermediate container 4a2153de2ea7 [2021-02-20T00:25:55.846Z] ---> f7d7fed9c8c4 [2021-02-20T00:25:55.846Z] [2021-02-20T00:25:56.449Z] Successfully built f7d7fed9c8c4 [2021-02-20T00:25:56.449Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-20T00:25:56.449Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-20T00:25:56.449Z] Removing intermediate container 078e30da1ac0 [2021-02-20T00:25:56.449Z] ---> 469c161266e9 [2021-02-20T00:25:56.449Z] Step 22/22 : LABEL version=0.0.0 [2021-02-20T00:25:57.048Z] Removing intermediate container 183b43dd363f [2021-02-20T00:25:57.048Z] ---> c3742c47f32d [2021-02-20T00:25:57.048Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-20T00:25:57.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:57.321Z] ---> Running in b9b907aa4b35 [2021-02-20T00:25:57.596Z] ---> Running in 125fc3ecf058 [2021-02-20T00:25:57.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:25:58.158Z] Removing intermediate container b9b907aa4b35 [2021-02-20T00:25:58.158Z] ---> 967ed67966d9 [2021-02-20T00:25:58.158Z] [2021-02-20T00:25:58.764Z] Successfully built 967ed67966d9 [2021-02-20T00:25:59.055Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-20T00:25:59.055Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-20T00:25:59.055Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-20T00:25:59.055Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-20T00:25:59.055Z] Removing intermediate container 125fc3ecf058 [2021-02-20T00:25:59.055Z] ---> fc075fefe980 [2021-02-20T00:25:59.055Z] Step 27/30 : CMD ["gate"] [2021-02-20T00:25:59.055Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-20T00:25:59.334Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-20T00:25:59.606Z] ---> Running in da2d1b29d358 [2021-02-20T00:25:59.889Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-20T00:25:59.889Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-20T00:26:00.161Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:26:00.161Z] OK: 8 MiB in 20 packages [2021-02-20T00:26:00.161Z] Removing intermediate container da2d1b29d358 [2021-02-20T00:26:00.161Z] ---> 47fb091f7bd1 [2021-02-20T00:26:00.161Z] Step 28/30 : LABEL arch=arm64 [2021-02-20T00:26:00.433Z] ---> Running in 0085ca946e9f [2021-02-20T00:26:01.415Z] Removing intermediate container 0085ca946e9f [2021-02-20T00:26:01.415Z] ---> 0931a34650af [2021-02-20T00:26:01.415Z] Step 29/30 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:26:02.008Z] ---> Running in bc8eb641b2e2 [2021-02-20T00:26:02.008Z] Removing intermediate container 9310ed794152 [2021-02-20T00:26:02.008Z] ---> 21889710540e [2021-02-20T00:26:02.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:26:03.439Z] Removing intermediate container bc8eb641b2e2 [2021-02-20T00:26:03.439Z] ---> ee3ec089379d [2021-02-20T00:26:03.439Z] Step 30/30 : LABEL version=0.0.0 [2021-02-20T00:26:03.717Z] ---> 6ef974e80b15 [2021-02-20T00:26:03.717Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-20T00:26:04.314Z] ---> Running in e5cd7979dda5 [2021-02-20T00:26:05.295Z] Removing intermediate container e5cd7979dda5 [2021-02-20T00:26:05.295Z] ---> 4ca925e2b5b1 [2021-02-20T00:26:05.295Z] [2021-02-20T00:26:05.892Z] Successfully built 4ca925e2b5b1 [2021-02-20T00:26:06.481Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-20T00:26:06.481Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-02-20T00:26:06.481Z] ---> c54405974b24 [2021-02-20T00:26:06.481Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-20T00:26:07.461Z] ---> 20e2676d0c57 [2021-02-20T00:26:07.461Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-20T00:26:08.049Z] ---> Running in 362dc73a4674 [2021-02-20T00:26:08.642Z] Removing intermediate container 362dc73a4674 [2021-02-20T00:26:08.642Z] ---> 7bae13209a80 [2021-02-20T00:26:08.642Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:26:09.236Z] ---> Running in 78a4418eee97 [2021-02-20T00:26:09.830Z] Removing intermediate container 78a4418eee97 [2021-02-20T00:26:09.830Z] ---> 03940bf6f5cd [2021-02-20T00:26:09.830Z] Step 21/23 : LABEL arch=arm64 [2021-02-20T00:26:10.440Z] ---> Running in 6ae14d165e82 [2021-02-20T00:26:11.415Z] Removing intermediate container 6ae14d165e82 [2021-02-20T00:26:11.415Z] ---> 7cb7f665e364 [2021-02-20T00:26:11.415Z] Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:26:11.692Z] ---> Running in ee877bc2f756 [2021-02-20T00:26:12.294Z] Removing intermediate container ee877bc2f756 [2021-02-20T00:26:12.294Z] ---> 6c37b8e3ad37 [2021-02-20T00:26:12.294Z] Step 23/23 : LABEL version=0.0.0 [2021-02-20T00:26:12.885Z] ---> Running in 6a3b05b5897c [2021-02-20T00:26:13.474Z] Removing intermediate container 6a3b05b5897c [2021-02-20T00:26:13.474Z] ---> d5da19e082f0 [2021-02-20T00:26:13.474Z] [2021-02-20T00:26:13.751Z] Successfully built d5da19e082f0 [2021-02-20T00:26:13.751Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-20T00:26:40.556Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:26:40.557Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:26:40.557Z] ---> 5e7033c2359b [2021-02-20T00:26:40.557Z] Step 3/26 : WORKDIR /edgex-go [2021-02-20T00:26:40.557Z] ---> Using cache [2021-02-20T00:26:40.557Z] ---> 587e41aa2ac8 [2021-02-20T00:26:40.557Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:26:40.557Z] ---> Using cache [2021-02-20T00:26:40.557Z] ---> fb6ffdec97ba [2021-02-20T00:26:40.557Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-20T00:26:42.006Z] ---> Running in da9a3f883a94 [2021-02-20T00:26:42.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:26:43.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:26:44.957Z] OK: 217 MiB in 51 packages [2021-02-20T00:26:45.951Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:26:45.951Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:26:45.951Z] ---> 5e7033c2359b [2021-02-20T00:26:45.951Z] Step 3/21 : WORKDIR /edgex-go [2021-02-20T00:26:45.951Z] ---> Using cache [2021-02-20T00:26:45.951Z] ---> 587e41aa2ac8 [2021-02-20T00:26:45.951Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:26:45.951Z] ---> Using cache [2021-02-20T00:26:45.951Z] ---> fb6ffdec97ba [2021-02-20T00:26:45.951Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-20T00:26:45.951Z] ---> Using cache [2021-02-20T00:26:45.951Z] ---> 7f628f5031fa [2021-02-20T00:26:45.951Z] Step 6/21 : COPY go.mod . [2021-02-20T00:26:45.951Z] ---> Using cache [2021-02-20T00:26:45.951Z] ---> 797e316cfcc5 [2021-02-20T00:26:45.951Z] Step 7/21 : RUN go mod download [2021-02-20T00:26:45.951Z] ---> Using cache [2021-02-20T00:26:45.951Z] ---> ec723df93cef [2021-02-20T00:26:45.951Z] Step 8/21 : COPY . . [2021-02-20T00:26:45.951Z] ---> Using cache [2021-02-20T00:26:45.951Z] ---> e875b70c7d69 [2021-02-20T00:26:45.951Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-20T00:26:47.399Z] ---> Running in ef74b21605f6 [2021-02-20T00:26:47.675Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:26:47.675Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:26:47.675Z] ---> 5e7033c2359b [2021-02-20T00:26:47.675Z] Step 3/23 : WORKDIR /edgex-go [2021-02-20T00:26:47.675Z] ---> Using cache [2021-02-20T00:26:47.675Z] ---> 587e41aa2ac8 [2021-02-20T00:26:47.675Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:26:47.675Z] ---> Using cache [2021-02-20T00:26:47.675Z] ---> fb6ffdec97ba [2021-02-20T00:26:47.675Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-20T00:26:47.675Z] ---> Using cache [2021-02-20T00:26:47.675Z] ---> 7f628f5031fa [2021-02-20T00:26:47.675Z] Step 6/23 : COPY go.mod . [2021-02-20T00:26:47.675Z] ---> Using cache [2021-02-20T00:26:47.675Z] ---> 797e316cfcc5 [2021-02-20T00:26:47.675Z] Step 7/23 : RUN go mod download [2021-02-20T00:26:47.675Z] ---> Using cache [2021-02-20T00:26:47.675Z] ---> ec723df93cef [2021-02-20T00:26:47.675Z] Step 8/23 : COPY . . [2021-02-20T00:26:47.675Z] ---> Using cache [2021-02-20T00:26:47.675Z] ---> e875b70c7d69 [2021-02-20T00:26:47.675Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-20T00:26:47.950Z] Removing intermediate container da9a3f883a94 [2021-02-20T00:26:47.950Z] ---> ecd63ddffa0c [2021-02-20T00:26:47.950Z] Step 6/26 : COPY go.mod . [2021-02-20T00:26:48.226Z] ---> Running in 27a844b0fea4 [2021-02-20T00:26:48.826Z] 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-20T00:26:49.426Z] ---> ededae7bc14b [2021-02-20T00:26:49.426Z] Step 7/26 : RUN go mod download [2021-02-20T00:26:49.698Z] ---> Running in e01f972b79ce [2021-02-20T00:26:49.978Z] 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-20T00:26:51.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-20T00:26:51.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-20T00:26:51.424Z] ---> 5e7033c2359b [2021-02-20T00:26:51.424Z] Step 3/23 : WORKDIR /edgex-go [2021-02-20T00:26:51.424Z] ---> Using cache [2021-02-20T00:26:51.424Z] ---> 587e41aa2ac8 [2021-02-20T00:26:51.424Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-20T00:26:51.424Z] ---> Using cache [2021-02-20T00:26:51.424Z] ---> fb6ffdec97ba [2021-02-20T00:26:51.424Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-20T00:26:51.424Z] ---> Using cache [2021-02-20T00:26:51.424Z] ---> 7f628f5031fa [2021-02-20T00:26:51.424Z] Step 6/23 : COPY go.mod . [2021-02-20T00:26:51.424Z] ---> Using cache [2021-02-20T00:26:51.424Z] ---> 797e316cfcc5 [2021-02-20T00:26:51.424Z] Step 7/23 : RUN go mod download [2021-02-20T00:26:51.424Z] ---> Using cache [2021-02-20T00:26:51.424Z] ---> ec723df93cef [2021-02-20T00:26:51.424Z] Step 8/23 : COPY . . [2021-02-20T00:26:51.424Z] ---> Using cache [2021-02-20T00:26:51.424Z] ---> e875b70c7d69 [2021-02-20T00:26:51.424Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-20T00:26:51.699Z] ---> Running in b632821964b3 [2021-02-20T00:26:53.704Z] 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-20T00:26:53.981Z] Removing intermediate container e01f972b79ce [2021-02-20T00:26:53.981Z] ---> 057c13ad4a9a [2021-02-20T00:26:53.981Z] Step 8/26 : COPY . . [2021-02-20T00:27:16.291Z] ---> ba11ea992850 [2021-02-20T00:27:16.291Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-20T00:27:16.291Z] ---> Running in 546eabdd7c6a [2021-02-20T00:27:16.291Z] 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-20T00:28:03.349Z] 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-20T00:28:15.762Z] Removing intermediate container ef74b21605f6 [2021-02-20T00:28:15.762Z] ---> dfe10ee3f122 [2021-02-20T00:28:15.762Z] [2021-02-20T00:28:15.762Z] Step 10/21 : FROM alpine:3.12 [2021-02-20T00:28:15.762Z] ---> afeebe901d6b [2021-02-20T00:28:15.762Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-20T00:28:15.762Z] ---> Running in 326d47567fd0 [2021-02-20T00:28:17.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:28:17.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:28:18.475Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-20T00:28:18.475Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-20T00:28:18.475Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-20T00:28:18.475Z] (4/4) Installing curl (7.69.1-r3) [2021-02-20T00:28:18.475Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:28:18.475Z] Executing ca-certificates-20191127-r4.trigger [2021-02-20T00:28:18.751Z] OK: 7 MiB in 18 packages [2021-02-20T00:28:21.393Z] Removing intermediate container 326d47567fd0 [2021-02-20T00:28:21.393Z] ---> e8b8b64aae56 [2021-02-20T00:28:21.393Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-20T00:28:21.693Z] ---> Running in 7d69397bcf6a [2021-02-20T00:28:22.294Z] Removing intermediate container 7d69397bcf6a [2021-02-20T00:28:22.294Z] ---> 87b0a3162f6c [2021-02-20T00:28:22.294Z] Step 13/21 : WORKDIR /edgex [2021-02-20T00:28:22.568Z] ---> Running in 7f5946e09195 [2021-02-20T00:28:23.553Z] Removing intermediate container 7f5946e09195 [2021-02-20T00:28:23.553Z] ---> 4b3c30bf8178 [2021-02-20T00:28:23.553Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-20T00:28:25.001Z] ---> 26278a00e175 [2021-02-20T00:28:25.001Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-20T00:28:27.009Z] ---> 8efb1f8c96e9 [2021-02-20T00:28:27.009Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-20T00:28:28.991Z] ---> ab31389a7e93 [2021-02-20T00:28:28.991Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-20T00:28:28.991Z] Removing intermediate container b632821964b3 [2021-02-20T00:28:28.991Z] ---> 0c77fe3a8ba0 [2021-02-20T00:28:28.991Z] [2021-02-20T00:28:28.991Z] Step 10/23 : FROM alpine:3.12 [2021-02-20T00:28:28.991Z] ---> afeebe901d6b [2021-02-20T00:28:28.991Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-20T00:28:28.991Z] ---> Using cache [2021-02-20T00:28:28.991Z] ---> 04d33b17a725 [2021-02-20T00:28:28.991Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:28:28.991Z] ---> Using cache [2021-02-20T00:28:28.991Z] ---> c3b72a88b561 [2021-02-20T00:28:28.991Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-20T00:28:28.991Z] ---> Running in a0f38c50d040 [2021-02-20T00:28:28.991Z] ---> Running in 4d620cdd29fd [2021-02-20T00:28:29.967Z] Removing intermediate container a0f38c50d040 [2021-02-20T00:28:29.967Z] ---> 1e0c1efbda07 [2021-02-20T00:28:29.967Z] Step 18/21 : CMD ["--init=true"] [2021-02-20T00:28:29.967Z] Removing intermediate container 4d620cdd29fd [2021-02-20T00:28:29.967Z] ---> d9700240e44d [2021-02-20T00:28:29.967Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-20T00:28:30.239Z] ---> Running in c4751d374dfc [2021-02-20T00:28:30.239Z] ---> Running in 010b39220810 [2021-02-20T00:28:31.215Z] Removing intermediate container 010b39220810 [2021-02-20T00:28:31.215Z] ---> 19d0920e6964 [2021-02-20T00:28:31.215Z] Step 15/23 : WORKDIR / [2021-02-20T00:28:31.488Z] Removing intermediate container c4751d374dfc [2021-02-20T00:28:31.488Z] ---> 10a1c7eb0d24 [2021-02-20T00:28:31.488Z] Step 19/21 : LABEL arch=arm64 [2021-02-20T00:28:31.763Z] ---> Running in b55b0cbdd011 [2021-02-20T00:28:32.039Z] ---> Running in 19e8df1256df [2021-02-20T00:28:32.039Z] Removing intermediate container 546eabdd7c6a [2021-02-20T00:28:32.039Z] ---> 0c958d08d5bc [2021-02-20T00:28:32.311Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-20T00:28:32.584Z] ---> Running in ba19d826f5c5 [2021-02-20T00:28:32.584Z] Removing intermediate container b55b0cbdd011 [2021-02-20T00:28:32.584Z] ---> ab873a88e546 [2021-02-20T00:28:32.584Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:28:32.584Z] Removing intermediate container 27a844b0fea4 [2021-02-20T00:28:32.584Z] ---> f91f04fc4815 [2021-02-20T00:28:32.584Z] [2021-02-20T00:28:32.584Z] Step 10/23 : FROM alpine:3.12 [2021-02-20T00:28:32.584Z] ---> afeebe901d6b [2021-02-20T00:28:32.584Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-20T00:28:32.584Z] ---> Using cache [2021-02-20T00:28:32.584Z] ---> 04d33b17a725 [2021-02-20T00:28:32.584Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-20T00:28:32.584Z] ---> Using cache [2021-02-20T00:28:32.584Z] ---> c3b72a88b561 [2021-02-20T00:28:32.584Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-20T00:28:32.854Z] Removing intermediate container 19e8df1256df [2021-02-20T00:28:32.854Z] ---> ad85fdf575f9 [2021-02-20T00:28:32.854Z] Step 20/21 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:28:32.854Z] ---> Running in 0c82eb7aa7b2 [2021-02-20T00:28:33.125Z] ---> Running in 07f96ffdcf19 [2021-02-20T00:28:33.721Z] ---> 8b2780b2a93f [2021-02-20T00:28:33.721Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-20T00:28:33.721Z] Removing intermediate container 0c82eb7aa7b2 [2021-02-20T00:28:33.721Z] ---> 258f8b5972c9 [2021-02-20T00:28:33.721Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-20T00:28:33.721Z] Removing intermediate container 07f96ffdcf19 [2021-02-20T00:28:33.721Z] ---> b33cb5b26969 [2021-02-20T00:28:33.721Z] Step 21/21 : LABEL version=0.0.0 [2021-02-20T00:28:33.721Z] ---> Running in 74f4f95edc8c [2021-02-20T00:28:33.995Z] ---> Running in e081f1418d02 [2021-02-20T00:28:33.995Z] 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-20T00:28:34.604Z] Removing intermediate container 74f4f95edc8c [2021-02-20T00:28:34.604Z] ---> 14736427a5e7 [2021-02-20T00:28:34.604Z] Step 15/23 : WORKDIR / [2021-02-20T00:28:34.878Z] Removing intermediate container e081f1418d02 [2021-02-20T00:28:34.878Z] ---> 37f3de45e573 [2021-02-20T00:28:34.878Z] [2021-02-20T00:28:34.878Z] ---> Running in ef641309e55b [2021-02-20T00:28:35.152Z] ---> 574bb088aec0 [2021-02-20T00:28:35.152Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-20T00:28:35.423Z] Successfully built 37f3de45e573 [2021-02-20T00:28:35.423Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-20T00:28:35.696Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ef641309e55b [2021-02-20T00:28:35.696Z] ---> d7ba8c30ca66 [2021-02-20T00:28:35.696Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-20T00:28:36.295Z] ---> ae9dda66e58c [2021-02-20T00:28:36.295Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-20T00:28:36.295Z] ---> Running in 21582d30ece4 [2021-02-20T00:28:36.570Z] ---> 15004e81b7d0 [2021-02-20T00:28:36.570Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-20T00:28:37.165Z] Removing intermediate container 21582d30ece4 [2021-02-20T00:28:37.165Z] ---> c48597fa438a [2021-02-20T00:28:37.165Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:28:37.165Z] Removing intermediate container ba19d826f5c5 [2021-02-20T00:28:37.165Z] ---> fbd2bdb036bd [2021-02-20T00:28:37.165Z] [2021-02-20T00:28:37.165Z] Step 11/26 : FROM docker:20.10.0 [2021-02-20T00:28:37.165Z] 20.10.0: Pulling from library/docker [2021-02-20T00:28:37.165Z] ---> Running in a2bb83d5c199 [2021-02-20T00:28:38.139Z] Removing intermediate container a2bb83d5c199 [2021-02-20T00:28:38.139Z] ---> 4e6fa595909c [2021-02-20T00:28:38.140Z] Step 21/23 : LABEL arch=arm64 [2021-02-20T00:28:38.412Z] ---> 18f29325c14e [2021-02-20T00:28:38.412Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-20T00:28:38.412Z] ---> Running in 4fefef0e8b7a [2021-02-20T00:28:39.400Z] Removing intermediate container 4fefef0e8b7a [2021-02-20T00:28:39.400Z] ---> 53969be53db8 [2021-02-20T00:28:39.400Z] Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:28:39.679Z] ---> 53a3c88d27a0 [2021-02-20T00:28:39.679Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-20T00:28:39.679Z] ---> Running in 04a93dff3e7b [2021-02-20T00:28:39.952Z] ---> Running in 1c0846cbd65b [2021-02-20T00:28:40.225Z] Removing intermediate container 04a93dff3e7b [2021-02-20T00:28:40.225Z] ---> da115c1fb73a [2021-02-20T00:28:40.225Z] Step 23/23 : LABEL version=0.0.0 [2021-02-20T00:28:40.499Z] ---> Running in 5aebe89f228b [2021-02-20T00:28:40.499Z] Removing intermediate container 1c0846cbd65b [2021-02-20T00:28:40.499Z] ---> e4fa9214adc8 [2021-02-20T00:28:40.499Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:28:40.773Z] ---> Running in 2e48e3e87ce8 [2021-02-20T00:28:41.047Z] Removing intermediate container 5aebe89f228b [2021-02-20T00:28:41.047Z] ---> 90dd75732515 [2021-02-20T00:28:41.047Z] [2021-02-20T00:28:41.644Z] Successfully built 90dd75732515 [2021-02-20T00:28:41.644Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-20T00:28:41.644Z]  Building docker-core-command-go ... done Removing intermediate container 2e48e3e87ce8 [2021-02-20T00:28:41.644Z] ---> b251eb881c06 [2021-02-20T00:28:41.644Z] Step 21/23 : LABEL arch=arm64 [2021-02-20T00:28:42.242Z] ---> Running in 737f035d63de [2021-02-20T00:28:42.839Z] Removing intermediate container 737f035d63de [2021-02-20T00:28:42.839Z] ---> 62f0a69aa8fd [2021-02-20T00:28:42.839Z] Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:28:43.114Z] ---> Running in fa6c76576ed4 [2021-02-20T00:28:43.711Z] Removing intermediate container fa6c76576ed4 [2021-02-20T00:28:43.711Z] ---> 50570cda3359 [2021-02-20T00:28:43.711Z] Step 23/23 : LABEL version=0.0.0 [2021-02-20T00:28:43.985Z] ---> Running in 2ffa948dc41e [2021-02-20T00:28:44.589Z] Removing intermediate container 2ffa948dc41e [2021-02-20T00:28:44.589Z] ---> 77819f257378 [2021-02-20T00:28:44.589Z] [2021-02-20T00:28:45.188Z] Successfully built 77819f257378 [2021-02-20T00:28:45.188Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-20T00:28:46.633Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-20T00:28:46.633Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-20T00:28:46.633Z] ---> eeaf43b92773 [2021-02-20T00:28:46.633Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-20T00:28:46.911Z] ---> Running in 00c2767e30d8 [2021-02-20T00:28:48.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:28:48.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:28:48.933Z] (1/2) Installing readline (8.0.4-r0) [2021-02-20T00:28:48.933Z] (2/2) Installing bash (5.0.17-r0) [2021-02-20T00:28:48.934Z] Executing bash-5.0.17-r0.post-install [2021-02-20T00:28:48.934Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:28:48.934Z] OK: 12 MiB in 22 packages [2021-02-20T00:28:50.365Z] Removing intermediate container 00c2767e30d8 [2021-02-20T00:28:50.365Z] ---> 418da3670956 [2021-02-20T00:28:50.365Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-20T00:28:50.365Z] ---> Running in 44aab9dfdd13 [2021-02-20T00:28:50.958Z] Removing intermediate container 44aab9dfdd13 [2021-02-20T00:28:50.958Z] ---> e0403e3be3cd [2021-02-20T00:28:50.958Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-20T00:28:50.958Z] ---> Running in 8b7698277509 [2021-02-20T00:28:51.556Z] Removing intermediate container 8b7698277509 [2021-02-20T00:28:51.556Z] ---> 847d68bbed0f [2021-02-20T00:28:51.556Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-20T00:28:51.556Z] ---> Running in 0d392a9e553b [2021-02-20T00:28:52.148Z] Removing intermediate container 0d392a9e553b [2021-02-20T00:28:52.149Z] ---> 261539f62075 [2021-02-20T00:28:52.149Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-20T00:28:53.125Z] ---> 043b10d56e9e [2021-02-20T00:28:53.125Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-20T00:28:54.100Z] ---> 6f6bf88fc850 [2021-02-20T00:28:54.100Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-20T00:28:54.692Z] ---> c862ac9278b3 [2021-02-20T00:28:54.692Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-20T00:28:54.962Z] ---> Running in b2dec72505a2 [2021-02-20T00:28:55.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:28:56.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:28:56.475Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-20T00:28:56.748Z] (2/33) Installing expat (2.2.9-r1) [2021-02-20T00:28:56.748Z] (3/33) Installing libffi (3.3-r2) [2021-02-20T00:28:56.748Z] (4/33) Installing gdbm (1.13-r1) [2021-02-20T00:28:56.748Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-20T00:28:56.748Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-20T00:28:56.748Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-20T00:28:58.713Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-20T00:28:58.713Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-20T00:28:58.713Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-20T00:28:58.713Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-20T00:28:58.713Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-20T00:28:58.713Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-20T00:28:58.713Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-20T00:28:58.713Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-20T00:28:58.713Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-20T00:28:58.713Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-20T00:28:58.713Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-20T00:28:58.713Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-20T00:28:58.713Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-20T00:28:58.713Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-20T00:28:58.713Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-20T00:28:58.713Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-20T00:28:58.713Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-20T00:28:58.713Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-20T00:28:58.713Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-20T00:28:58.985Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-20T00:28:58.985Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-20T00:28:58.985Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-20T00:28:58.985Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-20T00:28:58.985Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-20T00:28:58.985Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-20T00:28:58.985Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-20T00:28:58.985Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:28:58.985Z] OK: 71 MiB in 55 packages [2021-02-20T00:29:07.331Z] Removing intermediate container b2dec72505a2 [2021-02-20T00:29:07.331Z] ---> 147354ddf107 [2021-02-20T00:29:07.331Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-20T00:29:07.331Z] ---> Running in 7b6004fe3220 [2021-02-20T00:29:10.705Z] Collecting docker-compose==1.23.2 [2021-02-20T00:29:10.705Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-20T00:29:11.679Z] Collecting jsonschema<3,>=2.5.1 [2021-02-20T00:29:11.679Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-20T00:29:11.948Z] Collecting cached-property<2,>=1.2.0 [2021-02-20T00:29:11.948Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-20T00:29:12.217Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-20T00:29:12.217Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-20T00:29:14.180Z] Collecting texttable<0.10,>=0.9.0 [2021-02-20T00:29:14.180Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-20T00:29:16.141Z] Collecting docopt<0.7,>=0.6.1 [2021-02-20T00:29:16.141Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-20T00:29:18.750Z] Collecting PyYAML<4,>=3.10 [2021-02-20T00:29:18.750Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-20T00:29:21.348Z] 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-20T00:29:21.616Z] Collecting docker<4.0,>=3.6.0 [2021-02-20T00:29:21.616Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-20T00:29:22.584Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-20T00:29:22.584Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-20T00:29:23.552Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-20T00:29:23.552Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-20T00:29:23.822Z] Collecting docker-pycreds>=0.4.0 [2021-02-20T00:29:23.822Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-20T00:29:23.822Z] 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-20T00:29:24.411Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-20T00:29:24.411Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-20T00:29:24.696Z] Collecting idna<2.8,>=2.5 [2021-02-20T00:29:24.696Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-20T00:29:24.966Z] 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-20T00:29:24.966Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-20T00:29:24.966Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-20T00:29:24.966Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-20T00:29:24.966Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-20T00:29:25.555Z] Installing collected packages: jsonschema, cached-property, dockerpty, texttable, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docker-compose [2021-02-20T00:29:26.160Z] Running setup.py install for dockerpty: started [2021-02-20T00:29:28.118Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-20T00:29:28.118Z] Running setup.py install for texttable: started [2021-02-20T00:29:29.542Z] Running setup.py install for texttable: finished with status 'done' [2021-02-20T00:29:29.542Z] Running setup.py install for docopt: started [2021-02-20T00:29:31.500Z] Running setup.py install for docopt: finished with status 'done' [2021-02-20T00:29:31.500Z] Running setup.py install for PyYAML: started [2021-02-20T00:29:33.456Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-20T00:29:33.456Z] Attempting uninstall: urllib3 [2021-02-20T00:29:33.456Z] Found existing installation: urllib3 1.25.9 [2021-02-20T00:29:33.456Z] Uninstalling urllib3-1.25.9: [2021-02-20T00:29:33.456Z] Successfully uninstalled urllib3-1.25.9 [2021-02-20T00:29:34.045Z] Attempting uninstall: idna [2021-02-20T00:29:34.045Z] Found existing installation: idna 2.9 [2021-02-20T00:29:34.045Z] Uninstalling idna-2.9: [2021-02-20T00:29:34.316Z] Successfully uninstalled idna-2.9 [2021-02-20T00:29:34.906Z] Attempting uninstall: requests [2021-02-20T00:29:34.906Z] Found existing installation: requests 2.23.0 [2021-02-20T00:29:34.906Z] Uninstalling requests-2.23.0: [2021-02-20T00:29:34.906Z] Successfully uninstalled requests-2.23.0 [2021-02-20T00:29:37.513Z] 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-20T00:29:41.805Z] Removing intermediate container 7b6004fe3220 [2021-02-20T00:29:41.805Z] ---> f4db4d2efa9b [2021-02-20T00:29:41.805Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-20T00:29:41.805Z] ---> Running in db6e0567c36f [2021-02-20T00:29:42.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-20T00:29:42.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-20T00:29:43.254Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-20T00:29:43.254Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-20T00:29:43.254Z] (3/3) Installing curl (7.69.1-r3) [2021-02-20T00:29:43.254Z] Executing busybox-1.31.1-r19.trigger [2021-02-20T00:29:43.254Z] OK: 71 MiB in 58 packages [2021-02-20T00:29:44.689Z] Removing intermediate container db6e0567c36f [2021-02-20T00:29:44.689Z] ---> ee13aba66d1c [2021-02-20T00:29:44.689Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-20T00:29:44.689Z] ---> Running in aa4ff78d04c6 [2021-02-20T00:29:44.959Z] Removing intermediate container aa4ff78d04c6 [2021-02-20T00:29:44.959Z] ---> 5cf983f006be [2021-02-20T00:29:44.959Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-20T00:29:45.230Z] ---> Running in e32c86561477 [2021-02-20T00:29:45.499Z] Removing intermediate container e32c86561477 [2021-02-20T00:29:45.499Z] ---> d719bc05f766 [2021-02-20T00:29:45.499Z] Step 24/26 : LABEL arch=arm64 [2021-02-20T00:29:45.772Z] ---> Running in c7e98b61204a [2021-02-20T00:29:46.042Z] Removing intermediate container c7e98b61204a [2021-02-20T00:29:46.042Z] ---> de1b0fd573a1 [2021-02-20T00:29:46.043Z] Step 25/26 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [2021-02-20T00:29:46.313Z] ---> Running in 4a6703883d67 [2021-02-20T00:29:46.585Z] Removing intermediate container 4a6703883d67 [2021-02-20T00:29:46.585Z] ---> 7aee59ea11d6 [2021-02-20T00:29:46.585Z] Step 26/26 : LABEL version=0.0.0 [2021-02-20T00:29:46.857Z] ---> Running in 07b7f6bc3a7c [2021-02-20T00:29:47.129Z] Removing intermediate container 07b7f6bc3a7c [2021-02-20T00:29:47.401Z] ---> 553123722327 [2021-02-20T00:29:47.401Z] [2021-02-20T00:29:47.671Z] Successfully built 553123722327 [2021-02-20T00:29:47.671Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-20T00:29:47.954Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-20T00:29:47.958Z] $ docker stop --time=1 6c7066fbb62d0d7b847908135a1aa76e0ff9a62b21cf06409a3f856b98455121 [2021-02-20T00:29:49.877Z] $ docker rm -f 6c7066fbb62d0d7b847908135a1aa76e0ff9a62b21cf06409a3f856b98455121 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-20T00:29:50.627Z] + docker images [2021-02-20T00:29:50.627Z] + grep docker [2021-02-20T00:29:50.897Z] docker-sys-mgmt-agent-go-arm64 latest 553123722327 3 seconds ago 300MB [2021-02-20T00:29:50.897Z] docker-core-metadata-go-arm64 latest 77819f257378 About a minute ago 17.9MB [2021-02-20T00:29:50.897Z] docker-core-command-go-arm64 latest 90dd75732515 About a minute ago 16.2MB [2021-02-20T00:29:50.897Z] docker-security-proxy-setup-go-arm64 latest 37f3de45e573 About a minute ago 23.4MB [2021-02-20T00:29:50.897Z] docker-core-data-go-arm64 latest d5da19e082f0 3 minutes ago 21.1MB [2021-02-20T00:29:50.897Z] docker-security-bootstrapper-go-arm64 latest 4ca925e2b5b1 3 minutes ago 17.3MB [2021-02-20T00:29:50.897Z] docker-support-notifications-go-arm64 latest 967ed67966d9 3 minutes ago 16.8MB [2021-02-20T00:29:50.897Z] docker-support-scheduler-go-arm64 latest f7d7fed9c8c4 3 minutes ago 16.3MB [2021-02-20T00:29:50.897Z] docker-security-secretstore-setup-go-arm64 latest 475f6a08ba21 4 minutes ago 23.7MB [2021-02-20T00:29:50.897Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-20T00:29:52.947Z] provisioning config files... [2021-02-20T00:29:52.958Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config3399258946806052993tmp [Pipeline] { [Pipeline] sh [2021-02-20T00:29:53.339Z] + set +x [2021-02-20T00:29:53.339Z] + curl -s https://codecov.io/bash [2021-02-20T00:29:53.339Z] + bash -s -- [2021-02-20T00:29:53.930Z] [2021-02-20T00:29:53.930Z] _____ _ [2021-02-20T00:29:53.930Z] / ____| | | [2021-02-20T00:29:53.930Z] | | ___ __| | ___ ___ _____ __ [2021-02-20T00:29:53.930Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-20T00:29:53.930Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-20T00:29:53.930Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-20T00:29:53.930Z] Bash-20210129-7c25fce [2021-02-20T00:29:53.930Z] [2021-02-20T00:29:53.930Z] [2021-02-20T00:29:53.930Z] ==> git version 2.24.3 found [2021-02-20T00:29:53.930Z] ==> 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-20T00:29:53.930Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-20T00:29:53.930Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-20T00:29:53.930Z] ==> Jenkins CI detected. [2021-02-20T00:29:53.930Z] project root: . [2021-02-20T00:29:53.930Z] --> token set from env [2021-02-20T00:29:53.930Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-20T00:29:53.930Z] ==> Running gcov in . (disable via -X gcov) [2021-02-20T00:29:53.930Z] ==> Python coveragepy not found [2021-02-20T00:29:53.930Z] ==> Searching for coverage reports in: [2021-02-20T00:29:53.930Z] + . [2021-02-20T00:29:54.211Z] -> Found 1 reports [2021-02-20T00:29:54.211Z] ==> Detecting git/mercurial file structure [2021-02-20T00:29:54.211Z] ==> Reading reports [2021-02-20T00:29:54.211Z] + ./coverage.out bytes=591368 [2021-02-20T00:29:54.211Z] ==> Appending adjustments [2021-02-20T00:29:54.211Z] https://docs.codecov.io/docs/fixing-reports [2021-02-20T00:29:57.673Z] + Found adjustments [2021-02-20T00:29:57.673Z] ==> Gzipping contents [2021-02-20T00:29:57.673Z] 88K /tmp/codecov.TpYwq5.gz [2021-02-20T00:29:57.673Z] ==> Uploading reports [2021-02-20T00:29:57.673Z] url: https://codecov.io [2021-02-20T00:29:57.673Z] query: branch=PR-3181&commit=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3181%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3181&job=&cmd_args= [2021-02-20T00:29:57.673Z] -> Pinging Codecov [2021-02-20T00:29:57.673Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3181&commit=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3181%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3181&job=&cmd_args= [2021-02-20T00:29:57.935Z] -> Uploading to [2021-02-20T00:29:57.935Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-20/00271124DB129430A58F1EEE437C3FCB/c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42/5e3f439f-f308-4931-816c-f2299aee7404.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210220T002957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7af9dda8de6f84ebbf592bf4a055a81280f5765d0dcc430ab2dca5a52f19ce3f [2021-02-20T00:29:57.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-20T00:29:57.935Z] Dload Upload Total Spent Left Speed [2021-02-20T00:29:58.459Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88321 0 0 100 88321 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-02-20T00:29:58.459Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [Pipeline] } [2021-02-20T00:29:58.468Z] 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-20T00:30:00.689Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:30:01.569Z] ---> package-listing.sh [2021-02-20T00:30:01.569Z] ++ facter osfamily [2021-02-20T00:30:01.569Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-20T00:30:01.569Z] + OS_FAMILY=redhat [2021-02-20T00:30:01.569Z] + workspace=/w/workspace/edgex-go/12 [2021-02-20T00:30:01.569Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-20T00:30:01.569Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-20T00:30:01.569Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-20T00:30:01.569Z] + PACKAGES=/tmp/packages_start.txt [2021-02-20T00:30:01.569Z] + '[' /w/workspace/edgex-go/12 ']' [2021-02-20T00:30:01.569Z] + PACKAGES=/tmp/packages_end.txt [2021-02-20T00:30:01.569Z] + case "${OS_FAMILY}" in [2021-02-20T00:30:01.569Z] + rpm -qa [2021-02-20T00:30:01.569Z] + sort [2021-02-20T00:30:06.927Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-20T00:30:06.927Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-20T00:30:06.927Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-20T00:30:06.927Z] + '[' /w/workspace/edgex-go/12 ']' [2021-02-20T00:30:06.927Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-02-20T00:30:06.927Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-02-20T00:30:06.945Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-20T00:30:07.255Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:30:07.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-20T00:30:07.565Z] [2021-02-20T00:30:07.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-20T00:30:08.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-20T00:30:08.208Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-20T00:30:08.208Z] df20fa9351a1: Pulling fs layer [2021-02-20T00:30:08.208Z] 36b3adc4ff6f: Pulling fs layer [2021-02-20T00:30:08.208Z] 8ad3a11d3b57: Pulling fs layer [2021-02-20T00:30:08.208Z] 46f8f816bc3b: Pulling fs layer [2021-02-20T00:30:08.208Z] 93b61091891f: Pulling fs layer [2021-02-20T00:30:08.209Z] 93b9cdb0e59b: Pulling fs layer [2021-02-20T00:30:08.209Z] 5e14af77c1be: Pulling fs layer [2021-02-20T00:30:08.209Z] 01666e4c0597: Pulling fs layer [2021-02-20T00:30:08.209Z] aa168da1d23b: Pulling fs layer [2021-02-20T00:30:08.209Z] 93b61091891f: Waiting [2021-02-20T00:30:08.209Z] 93b9cdb0e59b: Waiting [2021-02-20T00:30:08.209Z] 5e14af77c1be: Waiting [2021-02-20T00:30:08.209Z] 01666e4c0597: Waiting [2021-02-20T00:30:08.209Z] aa168da1d23b: Waiting [2021-02-20T00:30:08.209Z] 46f8f816bc3b: Waiting [2021-02-20T00:30:08.209Z] 36b3adc4ff6f: Verifying Checksum [2021-02-20T00:30:08.209Z] 36b3adc4ff6f: Download complete [2021-02-20T00:30:08.473Z] 46f8f816bc3b: Verifying Checksum [2021-02-20T00:30:08.473Z] 46f8f816bc3b: Download complete [2021-02-20T00:30:08.473Z] df20fa9351a1: Download complete [2021-02-20T00:30:08.473Z] 93b9cdb0e59b: Verifying Checksum [2021-02-20T00:30:08.473Z] 93b9cdb0e59b: Download complete [2021-02-20T00:30:08.473Z] 5e14af77c1be: Download complete [2021-02-20T00:30:08.473Z] 93b61091891f: Verifying Checksum [2021-02-20T00:30:08.473Z] 93b61091891f: Download complete [2021-02-20T00:30:08.473Z] 01666e4c0597: Download complete [2021-02-20T00:30:08.473Z] 8ad3a11d3b57: Verifying Checksum [2021-02-20T00:30:08.473Z] 8ad3a11d3b57: Download complete [2021-02-20T00:30:08.742Z] df20fa9351a1: Pull complete [2021-02-20T00:30:09.329Z] 36b3adc4ff6f: Pull complete [2021-02-20T00:30:10.295Z] 8ad3a11d3b57: Pull complete [2021-02-20T00:30:10.295Z] 46f8f816bc3b: Pull complete [2021-02-20T00:30:10.562Z] aa168da1d23b: Verifying Checksum [2021-02-20T00:30:10.562Z] aa168da1d23b: Download complete [2021-02-20T00:30:11.517Z] 93b61091891f: Pull complete [2021-02-20T00:30:11.791Z] 93b9cdb0e59b: Pull complete [2021-02-20T00:30:12.058Z] 5e14af77c1be: Pull complete [2021-02-20T00:30:12.058Z] 01666e4c0597: Pull complete [2021-02-20T00:30:20.266Z] aa168da1d23b: Pull complete [2021-02-20T00:30:20.266Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-20T00:30:20.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-20T00:30:20.266Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-20T00:30:20.492Z] prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container [2021-02-20T00:30:20.552Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-lftools-log-publisher:alpine cat [2021-02-20T00:30:26.107Z] $ docker top ce867e14a0927e5a8e9dbcf411a61d438dc7eb10f5a1cdd975d172be9c4028a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-20T00:30:26.741Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-20T00:30:27.052Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-20T00:30:27.358Z] + ls /var/log/sa-host [2021-02-20T00:30:27.358Z] + sadf -c /var/log/sa-host/sa20 [2021-02-20T00:30:27.358Z] file_magic: OK [2021-02-20T00:30:27.358Z] HZ: Using current value: 100 [2021-02-20T00:30:27.358Z] file_header: OK [2021-02-20T00:30:27.358Z] 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-20T00:30:27.358Z] Statistics: [2021-02-20T00:30:27.358Z] 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... [2021-02-20T00:30:27.358Z] File successfully converted to sysstat format version 12.2.1 [2021-02-20T00:30:27.358Z] + sadf -c /var/log/sa-host/sa23 [2021-02-20T00:30:27.358Z] file_magic: OK [2021-02-20T00:30:27.358Z] HZ: Using current value: 100 [2021-02-20T00:30:27.358Z] file_header: OK [2021-02-20T00:30:27.358Z] 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-20T00:30:27.358Z] Statistics: [2021-02-20T00:30:27.358Z] Hnuu...uuuununununu... [2021-02-20T00:30:27.358Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-20T00:30:28.068Z] provisioning config files... [2021-02-20T00:30:28.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config930331174051962684tmp [Pipeline] { [Pipeline] echo [2021-02-20T00:30:28.173Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:30:28.476Z] ---> create-netrc.sh [Pipeline] } [2021-02-20T00:30:28.486Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-20T00:30:28.580Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:30:28.883Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-20T00:30:28.893Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:30:29.194Z] ---> sudo-logs.sh [2021-02-20T00:30:29.194Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-20T00:30:29.253Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:30:29.555Z] ---> job-cost.sh [2021-02-20T00:30:29.555Z] lf-activate-venv: SKIPPING [2021-02-20T00:30:29.555Z] INFO: No Stack... [2021-02-20T00:30:30.944Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-20T00:30:31.207Z] INFO: Archiving Costs [Pipeline] echo [2021-02-20T00:30:31.221Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-20T00:30:31.521Z] ---> logs-deploy.sh [2021-02-20T00:30:31.521Z] lf-activate-venv: SKIPPING [2021-02-20T00:30:31.521Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3181/12 [2021-02-20T00:30:31.521Z] INFO: archiving workspace using pattern(s): [2021-02-20T00:30:32.912Z] Archives upload complete. [2021-02-20T00:30:33.176Z] INFO: archiving logs to Nexus