Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46+43a02ae124f9b444ef324fb234f82118f7515362 (461bf8da517965a8b23fd3294bb861aba72a00f7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23782’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23787 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 Merge succeeded, producing 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 Checking out Revision 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 (PR-3075) > 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/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 # 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 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T17:07:09.330Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T17:07:09.605Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T17:07:09.694Z] ========================================================= [2021-01-28T17:07:09.694Z] EdgeX Global Pipelines Version Info [2021-01-28T17:07:09.694Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:07:11.191Z] ------------------- [2021-01-28T17:07:11.191Z] stable info: [2021-01-28T17:07:11.191Z] ------------------- [2021-01-28T17:07:11.191Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:07:11.191Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:07:11.191Z] Message: update stable to v1.0.179 [2021-01-28T17:07:12.583Z] ------------------- [2021-01-28T17:07:12.583Z] experimental info: [2021-01-28T17:07:12.583Z] ------------------- [2021-01-28T17:07:12.583Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:07:12.583Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:07:12.583Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T17:07:12.887Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T17:07:12.987Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T17:07:13.077Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T17:07:13.157Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T17:07:13.245Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T17:07:13.330Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T17:07:13.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T17:07:13.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T17:07:13.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T17:07:13.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T17:07:13.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T17:07:13.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T17:07:13.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T17:07:14.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T17:07:14.149Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:07:14.229Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:07:14.308Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T17:07:14.389Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T17:07:14.491Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T17:07:14.568Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T17:07:14.650Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T17:07:14.726Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T17:07:14.847Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T17:07:14.934Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo [2021-01-28T17:07:15.037Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo [2021-01-28T17:07:15.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo [2021-01-28T17:07:15.245Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [Pipeline] echo [2021-01-28T17:07:15.323Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74e618f [Pipeline] echo [2021-01-28T17:07:15.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:07:15.557Z] provisioning config files... [2021-01-28T17:07:15.585Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config3649075085482389087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:07:15.940Z] ---> docker-login.sh [2021-01-28T17:07:15.940Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:07:16.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:16.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:16.204Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:16.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:16.204Z] [2021-01-28T17:07:16.204Z] Login Succeeded [2021-01-28T17:07:16.204Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:07:16.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:16.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:16.468Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:16.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:16.468Z] [2021-01-28T17:07:16.468Z] Login Succeeded [2021-01-28T17:07:16.468Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:07:16.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:16.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:16.730Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:16.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:16.730Z] [2021-01-28T17:07:16.730Z] Login Succeeded [2021-01-28T17:07:16.730Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:07:16.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:16.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:16.730Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:16.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:16.730Z] [2021-01-28T17:07:16.730Z] Login Succeeded [2021-01-28T17:07:16.730Z] docker.io [2021-01-28T17:07:16.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:17.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:17.257Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:17.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:17.257Z] [2021-01-28T17:07:17.257Z] Login Succeeded [2021-01-28T17:07:17.257Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:07:17.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:07:17.731Z] ++ 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-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T17:07:17.731Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:17.731Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T17:07:17.731Z] ++ cut -d/ -f2 [2021-01-28T17:07:17.731Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T17:07:17.847Z] 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-01-28T17:07:18.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:07:18.759Z] [2021-01-28T17:07:18.759Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:07:19.099Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:07:19.099Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T17:07:19.099Z] 31603596830f: Pulling fs layer [2021-01-28T17:07:19.099Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T17:07:19.099Z] 6ca5941a6612: Pulling fs layer [2021-01-28T17:07:19.099Z] ecc8261a40a4: Pulling fs layer [2021-01-28T17:07:19.099Z] ecc8261a40a4: Waiting [2021-01-28T17:07:19.099Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T17:07:19.099Z] 2a8b12db71e7: Download complete [2021-01-28T17:07:19.368Z] 31603596830f: Verifying Checksum [2021-01-28T17:07:19.368Z] 31603596830f: Download complete [2021-01-28T17:07:19.368Z] ecc8261a40a4: Verifying Checksum [2021-01-28T17:07:19.368Z] 6ca5941a6612: Verifying Checksum [2021-01-28T17:07:19.368Z] 6ca5941a6612: Download complete [2021-01-28T17:07:19.629Z] 31603596830f: Pull complete [2021-01-28T17:07:19.891Z] 2a8b12db71e7: Pull complete [2021-01-28T17:07:20.472Z] 6ca5941a6612: Pull complete [2021-01-28T17:07:20.735Z] ecc8261a40a4: Pull complete [2021-01-28T17:07:20.735Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T17:07:20.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:07:20.735Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T17:07:20.833Z] prd-centos7-docker-4c-2g-23787 does not seem to be running inside a container [2021-01-28T17:07:20.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T17:07:23.203Z] $ docker top 9018e677ad521db56cce03b55392ba253be2168f5310afce9dac492340dac9ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:07:23.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:07:23.568Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:07:23.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:07:23.790Z] $ docker exec 9018e677ad521db56cce03b55392ba253be2168f5310afce9dac492340dac9ee ssh-agent [2021-01-28T17:07:23.948Z] SSH_AUTH_SOCK=/tmp/ssh-pibtZ2OZ5RTY/agent.12 [2021-01-28T17:07:23.948Z] SSH_AGENT_PID=17 [2021-01-28T17:07:23.957Z] Running ssh-add (command line suppressed) [2021-01-28T17:07:24.071Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_7934923192333091142.key (/w/workspace/edgex-go/6@tmp/private_key_7934923192333091142.key) [2021-01-28T17:07:24.122Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:07:24.473Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T17:07:24.496Z] $ docker exec --env ******** --env ******** 9018e677ad521db56cce03b55392ba253be2168f5310afce9dac492340dac9ee ssh-agent -k [2021-01-28T17:07:24.609Z] unset SSH_AUTH_SOCK; [2021-01-28T17:07:24.609Z] unset SSH_AGENT_PID; [2021-01-28T17:07:24.609Z] echo Agent pid 17 killed; [2021-01-28T17:07:24.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T17:07:24.799Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:07:24.799Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:07:24.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:07:24.974Z] $ docker exec 9018e677ad521db56cce03b55392ba253be2168f5310afce9dac492340dac9ee ssh-agent [2021-01-28T17:07:25.124Z] SSH_AUTH_SOCK=/tmp/ssh-BdssKe8D8rT7/agent.48 [2021-01-28T17:07:25.124Z] SSH_AGENT_PID=53 [2021-01-28T17:07:25.130Z] Running ssh-add (command line suppressed) [2021-01-28T17:07:25.248Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4430963567498490609.key (/w/workspace/edgex-go/6@tmp/private_key_4430963567498490609.key) [2021-01-28T17:07:25.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:07:25.630Z] + git semver init [2021-01-28T17:07:25.630Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:07:25.630Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-01-28T17:07:25.630Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-01-28T17:07:25.630Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:07:25.630Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:07:25.630Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:07:25.630Z] # $SEMVER_BRANCH = PR-3075 [2021-01-28T17:07:25.630Z] # $SEMVER_TEMP = /tmp/semver-402071503 [2021-01-28T17:07:25.630Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T17:07:47.663Z] # '/tmp/semver-402071503' -> '/w/workspace/edgex-go/6/.semver' [2021-01-28T17:07:47.934Z] # -> Force: false [2021-01-28T17:07:47.934Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-01-28T17:07:48.213Z] $ docker exec --env ******** --env ******** 9018e677ad521db56cce03b55392ba253be2168f5310afce9dac492340dac9ee ssh-agent -k [2021-01-28T17:07:48.449Z] unset SSH_AUTH_SOCK; [2021-01-28T17:07:48.449Z] unset SSH_AGENT_PID; [2021-01-28T17:07:48.449Z] echo Agent pid 53 killed; [2021-01-28T17:07:48.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:07:49.037Z] + git semver [Pipeline] } [2021-01-28T17:07:49.061Z] $ docker stop --time=1 9018e677ad521db56cce03b55392ba253be2168f5310afce9dac492340dac9ee [2021-01-28T17:07:50.668Z] $ docker rm -f 9018e677ad521db56cce03b55392ba253be2168f5310afce9dac492340dac9ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:07:51.179Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T17:07:51.710Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T17:07:51.713Z] [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-01-28T17:07:52.587Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:07:52.893Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:07:53.192Z] + sudo service docker restart [2021-01-28T17:07:53.192Z] + true [2021-01-28T17:07:53.192Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T17:07:53.783Z] ========================================================= [2021-01-28T17:07:53.783Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T17:07:53.783Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:07:54.130Z] + 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-01-28T17:07:58.358Z] Sending build context to Docker daemon 327.2MB [2021-01-28T17:07:58.358Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:07:58.358Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:07:58.358Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T17:07:58.358Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T17:07:58.358Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T17:07:58.358Z] de9db76c5a1d: Pulling fs layer [2021-01-28T17:07:58.358Z] bca2f99d35d6: Pulling fs layer [2021-01-28T17:07:58.358Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T17:07:58.358Z] 7c6f9722023f: Pulling fs layer [2021-01-28T17:07:58.358Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T17:07:58.358Z] 93359f2a8cfa: Waiting [2021-01-28T17:07:58.358Z] 7c6f9722023f: Waiting [2021-01-28T17:07:58.358Z] a35cf1a2eb13: Waiting [2021-01-28T17:07:58.358Z] bca2f99d35d6: Waiting [2021-01-28T17:07:58.358Z] de9db76c5a1d: Verifying Checksum [2021-01-28T17:07:58.358Z] de9db76c5a1d: Download complete [2021-01-28T17:07:58.358Z] 0ef7d3d256c8: Download complete [2021-01-28T17:07:58.358Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T17:07:58.358Z] 93359f2a8cfa: Download complete [2021-01-28T17:07:58.358Z] 7c6f9722023f: Verifying Checksum [2021-01-28T17:07:58.358Z] 7c6f9722023f: Download complete [2021-01-28T17:07:58.358Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T17:07:58.358Z] 188c0c94c7c5: Download complete [2021-01-28T17:07:58.624Z] 188c0c94c7c5: Pull complete [2021-01-28T17:07:59.208Z] 0ef7d3d256c8: Pull complete [2021-01-28T17:07:59.788Z] de9db76c5a1d: Pull complete [2021-01-28T17:08:00.052Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T17:08:00.052Z] a35cf1a2eb13: Download complete [2021-01-28T17:08:01.001Z] bca2f99d35d6: Verifying Checksum [2021-01-28T17:08:01.001Z] bca2f99d35d6: Download complete [2021-01-28T17:08:06.329Z] bca2f99d35d6: Pull complete [2021-01-28T17:08:06.329Z] 93359f2a8cfa: Pull complete [2021-01-28T17:08:06.329Z] 7c6f9722023f: Pull complete [2021-01-28T17:08:07.077Z] Still waiting to schedule task [2021-01-28T17:08:07.077Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T17:08:10.556Z] a35cf1a2eb13: Pull complete [2021-01-28T17:08:10.557Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T17:08:10.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T17:08:10.557Z] ---> a62c8e92a672 [2021-01-28T17:08:10.557Z] 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-01-28T17:08:10.557Z] ---> Running in e0289ff6b976 [2021-01-28T17:08:10.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:08:11.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:08:12.353Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:08:12.353Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:08:12.353Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:08:12.618Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:08:16.841Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:08:16.841Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:08:16.841Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:08:16.841Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:08:16.841Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:08:16.841Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:08:16.841Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:08:16.841Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:08:16.841Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:08:16.841Z] OK: 233 MiB in 51 packages [2021-01-28T17:08:20.169Z] Removing intermediate container e0289ff6b976 [2021-01-28T17:08:20.169Z] ---> 12cb645691af [2021-01-28T17:08:20.169Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:08:20.169Z] ---> Running in 064a0f709ea9 [2021-01-28T17:08:20.435Z] Removing intermediate container 064a0f709ea9 [2021-01-28T17:08:20.435Z] ---> 5a89240f9ba2 [2021-01-28T17:08:20.435Z] Step 5/6 : COPY go.mod . [2021-01-28T17:08:20.697Z] ---> 51e5478cdc2f [2021-01-28T17:08:20.697Z] Step 6/6 : RUN go mod download [2021-01-28T17:08:20.697Z] ---> Running in 29feb6ab9244 [2021-01-28T17:08:42.724Z] Removing intermediate container 29feb6ab9244 [2021-01-28T17:08:42.724Z] ---> 74c9a4b224ca [2021-01-28T17:08:42.724Z] Successfully built 74c9a4b224ca [2021-01-28T17:08:42.724Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:08:43.041Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:08:43.042Z] . [Pipeline] withDockerContainer [2021-01-28T17:08:43.139Z] prd-centos7-docker-4c-2g-23787 does not seem to be running inside a container [2021-01-28T17:08:43.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T17:08:43.895Z] $ docker top 92e8d9fd53bb085e93be026b259f56eb67713513dba8ba8039b852043c60340a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:08:44.400Z] + go version [2021-01-28T17:08:44.400Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T17:08:44.414Z] $ docker stop --time=1 92e8d9fd53bb085e93be026b259f56eb67713513dba8ba8039b852043c60340a [2021-01-28T17:08:45.802Z] $ docker rm -f 92e8d9fd53bb085e93be026b259f56eb67713513dba8ba8039b852043c60340a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:08:46.583Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:08:46.583Z] . [Pipeline] withDockerContainer [2021-01-28T17:08:46.696Z] prd-centos7-docker-4c-2g-23787 does not seem to be running inside a container [2021-01-28T17:08:46.753Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T17:08:47.511Z] $ docker top 8272d56f7547abb3ec65a172ad6db7082e136f40deb937264063863a9c929be3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:08:47.725Z] ========================================================= [2021-01-28T17:08:47.725Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:08:47.725Z] ========================================================= [Pipeline] sh [2021-01-28T17:08:48.020Z] + make test [2021-01-28T17:08:48.020Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:08:56.212Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:09:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:09:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:09:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:09:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:09:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:09:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:09:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:09:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:09:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:09:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:09:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:09:24.292Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:09:24.292Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:09:24.292Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:09:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.0% of statements [2021-01-28T17:09:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:09:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:09:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:09:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:09:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:09:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:09:26.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:09:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.067s coverage: 100.0% of statements [2021-01-28T17:09:31.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.214s coverage: 27.1% of statements [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:09:31.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:09:31.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:09:31.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.125s coverage: 65.8% of statements [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:09:31.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.3% of statements [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:09:31.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:09:33.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.420s coverage: 28.6% of statements [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:09:33.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:09:33.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:09:33.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:09:33.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements [2021-01-28T17:09:33.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:09:34.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-01-28T17:09:34.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:09:34.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:09:34.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:09:34.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T17:09:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.425s coverage: 92.8% of statements [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:09:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:09:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.046s coverage: 0.1% of statements [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:09:36.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:09:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 43.8% of statements [2021-01-28T17:09:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-01-28T17:09:36.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-01-28T17:09:36.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2021-01-28T17:09:36.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-28T17:09:49.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-28T17:09:49.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.067s coverage: 91.4% of statements [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 63.5% of statements [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.280s coverage: 84.0% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:09:49.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-28T17:09:49.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:09:49.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.669s coverage: 29.1% of statements [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:09:49.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:09:49.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:09:49.302Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:09:49.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:09:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:09:49.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:09:49.303Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:09:49.912Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements [2021-01-28T17:09:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:09:49.912Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:09:49.912Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-28T17:09:50.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-28T17:09:50.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements [2021-01-28T17:09:50.438Z] GO111MODULE=on go vet ./... [2021-01-28T17:10:17.816Z] gofmt -l . [2021-01-28T17:10:17.816Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:10:18.082Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:10:18.660Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T17:10:19.229Z] + ls -al . [2021-01-28T17:10:19.229Z] total 672 [2021-01-28T17:10:19.229Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 17:10 . [2021-01-28T17:10:19.229Z] drwxr-xr-x 4 root root 28 Jan 28 17:08 .. [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:07 .dockerignore [2021-01-28T17:10:19.229Z] drwxrwxr-x 8 1001 1001 179 Jan 28 17:07 .git [2021-01-28T17:10:19.229Z] drwxrwxr-x 3 1001 1001 125 Jan 28 17:07 .github [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:07 .gitignore [2021-01-28T17:10:19.229Z] drwx------ 3 1001 1001 60 Jan 28 17:07 .semver [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:07 .sonarcloud.properties [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:07 Attribution.txt [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:07 CONTRIBUTING.md [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:07 Dockerfile.build [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:07 Jenkinsfile [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:07 LICENSE [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:07 Makefile [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:07 README.md [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:07 SECURITY.md [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 17:07 VERSION [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:07 ZMQWindows.md [2021-01-28T17:10:19.229Z] drwxrwxr-x 2 1001 1001 117 Jan 28 17:07 bin [2021-01-28T17:10:19.229Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:07 cmd [2021-01-28T17:10:19.229Z] -rw-r--r-- 1 root root 565356 Jan 28 17:09 coverage.out [2021-01-28T17:10:19.229Z] -rw-r--r-- 1 root root 1054 Jan 28 17:10 go.mod [2021-01-28T17:10:19.229Z] -rw-r--r-- 1 root root 19399 Jan 28 17:10 go.sum [2021-01-28T17:10:19.229Z] drwxrwxr-x 8 1001 1001 127 Jan 28 17:07 internal [2021-01-28T17:10:19.229Z] drwxrwxr-x 4 1001 1001 26 Jan 28 17:07 openapi [2021-01-28T17:10:19.229Z] drwxrwxr-x 4 1001 1001 71 Jan 28 17:07 snap [2021-01-28T17:10:19.229Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:07 version.go [Pipeline] sh [2021-01-28T17:10:19.536Z] + '[' -e coverage.out ] [2021-01-28T17:10:19.536Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:10:19.764Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:10:20.055Z] + make build [2021-01-28T17:10:20.056Z] 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-01-28T17:10:24.280Z] 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-01-28T17:10:32.523Z] 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-01-28T17:10:33.927Z] 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-01-28T17:10:34.877Z] 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-01-28T17:10:35.142Z] 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-01-28T17:10:36.543Z] 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-01-28T17:10:37.940Z] 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-01-28T17:10:38.898Z] 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-01-28T17:10:40.303Z] 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-01-28T17:10:41.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:10:42.647Z] 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-01-28T17:10:43.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T17:10:45.043Z] $ docker stop --time=1 8272d56f7547abb3ec65a172ad6db7082e136f40deb937264063863a9c929be3 [2021-01-28T17:10:46.681Z] $ docker rm -f 8272d56f7547abb3ec65a172ad6db7082e136f40deb937264063863a9c929be3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:10:51.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:10:51.843Z] [2021-01-28T17:10:51.843Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:10:52.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:10:52.220Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T17:10:52.220Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T17:10:52.220Z] ca9280d653b3: Pulling fs layer [2021-01-28T17:10:52.220Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T17:10:52.220Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T17:10:52.220Z] cbdbe7a5bc2a: Download complete [2021-01-28T17:10:52.636Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23791 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-28T17:10:52.748Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [2021-01-28T17:10:52.799Z] cbdbe7a5bc2a: Pull complete [2021-01-28T17:10:52.800Z] ca9280d653b3: Verifying Checksum [2021-01-28T17:10:52.800Z] ca9280d653b3: Download complete [Pipeline] checkout [2021-01-28T17:10:53.751Z] ca9280d653b3: Pull complete [2021-01-28T17:10:55.146Z] 7e9c9ca2126c: Download complete [2021-01-28T17:10:58.140Z] using credential edgex-jenkins-ssh [2021-01-28T17:10:58.199Z] Cloning the remote Git repository [2021-01-28T17:10:58.286Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:10:58.403Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-28T17:10:58.502Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:10:58.503Z] > git --version # timeout=10 [2021-01-28T17:10:58.524Z] > git --version # 'git version 2.17.1' [2021-01-28T17:10:58.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:10:58.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:11:01.757Z] 7e9c9ca2126c: Pull complete [2021-01-28T17:11:01.757Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T17:11:01.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:11:01.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T17:11:01.865Z] prd-centos7-docker-4c-2g-23787 does not seem to be running inside a container [2021-01-28T17:11:01.914Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T17:11:04.582Z] $ docker top b4d5090f07d5221b2d043c8238de811f086bba3040849abc69a490e9cd4eb613 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:11:05.054Z] + docker-compose build --help [2021-01-28T17:11:05.054Z] + grep parallel [2021-01-28T17:11:06.001Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:11:06.016Z] $ docker stop --time=1 b4d5090f07d5221b2d043c8238de811f086bba3040849abc69a490e9cd4eb613 [2021-01-28T17:11:07.345Z] $ docker rm -f b4d5090f07d5221b2d043c8238de811f086bba3040849abc69a490e9cd4eb613 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:11:07.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:11:07.960Z] . [Pipeline] withDockerContainer [2021-01-28T17:11:08.101Z] prd-centos7-docker-4c-2g-23787 does not seem to be running inside a container [2021-01-28T17:11:08.148Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T17:11:08.757Z] $ docker top 5f14a90974ed15810b64f26e17b28756e867b4d8cc9f0f4c29fb45ac9f3b765d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:11:09.271Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:11:10.215Z] Building docker-core-command-go ... [2021-01-28T17:11:10.215Z] Building docker-core-data-go ... [2021-01-28T17:11:10.215Z] Building docker-core-metadata-go ... [2021-01-28T17:11:10.215Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:11:10.215Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:11:10.215Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:11:10.215Z] Building docker-support-notifications-go ... [2021-01-28T17:11:10.215Z] Building docker-support-scheduler-go ... [2021-01-28T17:11:10.215Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:11:10.215Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:11:10.215Z] Building docker-security-secretstore-setup-go [2021-01-28T17:11:10.215Z] Building docker-support-scheduler-go [2021-01-28T17:11:10.215Z] Building docker-security-proxy-setup-go [2021-01-28T17:11:10.215Z] Building docker-security-bootstrapper-go [2021-01-28T17:11:16.234Z] Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:11:16.661Z] Merge succeeded, producing 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:11:16.662Z] Checking out Revision 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 (PR-3075) [2021-01-28T17:11:15.487Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:11:15.507Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:11:15.534Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:11:15.565Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:11:15.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:11:15.580Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:11:16.255Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:11:16.275Z] > git checkout -f 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 # timeout=10 [2021-01-28T17:11:16.586Z] > git remote # timeout=10 [2021-01-28T17:11:16.605Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T17:11:16.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:11:16.633Z] > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [2021-01-28T17:11:16.653Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T17:11:16.672Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:11:16.681Z] > git checkout -f 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 # timeout=10 [2021-01-28T17:11:21.197Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T17:11:22.625Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:11:23.032Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:11:23.384Z] + sudo service docker restart [2021-01-28T17:11:23.384Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:11:25.438Z] provisioning config files... [2021-01-28T17:11:25.479Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8814852341173874692tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:11:25.880Z] ---> docker-login.sh [2021-01-28T17:11:25.880Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:11:26.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:11:27.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:11:27.134Z] Configure a credential helper to remove this warning. See [2021-01-28T17:11:27.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:11:27.134Z] [2021-01-28T17:11:27.134Z] Login Succeeded [2021-01-28T17:11:27.134Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:11:27.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:11:27.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:11:27.410Z] Configure a credential helper to remove this warning. See [2021-01-28T17:11:27.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:11:27.410Z] [2021-01-28T17:11:27.410Z] Login Succeeded [2021-01-28T17:11:27.685Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:11:27.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:11:27.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:11:27.961Z] Configure a credential helper to remove this warning. See [2021-01-28T17:11:27.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:11:27.961Z] [2021-01-28T17:11:27.961Z] Login Succeeded [2021-01-28T17:11:27.961Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:11:28.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:11:28.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:11:28.559Z] Configure a credential helper to remove this warning. See [2021-01-28T17:11:28.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:11:28.559Z] [2021-01-28T17:11:28.559Z] Login Succeeded [2021-01-28T17:11:28.559Z] docker.io [2021-01-28T17:11:28.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:11:29.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:11:29.109Z] Configure a credential helper to remove this warning. See [2021-01-28T17:11:29.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:11:29.109Z] [2021-01-28T17:11:29.109Z] Login Succeeded [2021-01-28T17:11:29.388Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:11:29.407Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T17:11:29.811Z] ========================================================= [2021-01-28T17:11:29.812Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T17:11:29.812Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:11:30.200Z] + 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-01-28T17:11:32.841Z] Sending build context to Docker daemon 165.9MB [2021-01-28T17:11:32.841Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:32.841Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:11:32.841Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T17:11:32.841Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T17:11:32.841Z] a4357932f1b6: Pulling fs layer [2021-01-28T17:11:32.841Z] 18c013af1878: Pulling fs layer [2021-01-28T17:11:32.841Z] 00ac8860ef70: Pulling fs layer [2021-01-28T17:11:32.841Z] 63d7cb157983: Pulling fs layer [2021-01-28T17:11:32.841Z] b116817d02f9: Pulling fs layer [2021-01-28T17:11:32.841Z] 745a02a5169b: Pulling fs layer [2021-01-28T17:11:32.841Z] 63d7cb157983: Waiting [2021-01-28T17:11:32.841Z] b116817d02f9: Waiting [2021-01-28T17:11:32.841Z] 745a02a5169b: Waiting [2021-01-28T17:11:32.841Z] 00ac8860ef70: Waiting [2021-01-28T17:11:32.841Z] 18c013af1878: Download complete [2021-01-28T17:11:32.841Z] a4357932f1b6: Verifying Checksum [2021-01-28T17:11:32.841Z] a4357932f1b6: Download complete [2021-01-28T17:11:32.841Z] 63d7cb157983: Download complete [2021-01-28T17:11:32.841Z] b116817d02f9: Download complete [2021-01-28T17:11:32.841Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T17:11:32.841Z] 5f621e34cdf4: Download complete [2021-01-28T17:11:33.449Z] 5f621e34cdf4: Pull complete [2021-01-28T17:11:34.070Z] a4357932f1b6: Pull complete [2021-01-28T17:11:34.347Z] 18c013af1878: Pull complete [2021-01-28T17:11:35.328Z] 745a02a5169b: Verifying Checksum [2021-01-28T17:11:35.328Z] 745a02a5169b: Download complete [2021-01-28T17:11:36.773Z] 00ac8860ef70: Verifying Checksum [2021-01-28T17:11:36.773Z] 00ac8860ef70: Download complete [2021-01-28T17:11:42.743Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:42.743Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:42.743Z] ---> 74c9a4b224ca [2021-01-28T17:11:42.743Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:11:42.743Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:42.743Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:42.743Z] ---> 74c9a4b224ca [2021-01-28T17:11:42.743Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:11:42.743Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:42.743Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:42.743Z] ---> 74c9a4b224ca [2021-01-28T17:11:42.743Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:11:42.743Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:42.743Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:42.743Z] ---> 74c9a4b224ca [2021-01-28T17:11:42.743Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:11:42.743Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:42.744Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:42.744Z] ---> 74c9a4b224ca [2021-01-28T17:11:42.744Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:11:43.756Z] ---> Running in d87a7c7bf198 [2021-01-28T17:11:43.756Z] ---> Running in 1a510694d15e [2021-01-28T17:11:43.756Z] ---> Running in bdd4efd34b81 [2021-01-28T17:11:43.756Z] ---> Running in 0ae269d6d575 [2021-01-28T17:11:43.756Z] ---> Running in 2326728361c0 [2021-01-28T17:11:44.338Z] Removing intermediate container bdd4efd34b81 [2021-01-28T17:11:44.338Z] ---> 1d3f6ea9f1ba [2021-01-28T17:11:44.338Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:44.338Z] Removing intermediate container d87a7c7bf198 [2021-01-28T17:11:44.338Z] ---> 37dcc93dc088 [2021-01-28T17:11:44.338Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:44.338Z] Removing intermediate container 1a510694d15e [2021-01-28T17:11:44.338Z] ---> 749034589b5d [2021-01-28T17:11:44.338Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:44.338Z] Removing intermediate container 0ae269d6d575 [2021-01-28T17:11:44.338Z] ---> 3ee69687520d [2021-01-28T17:11:44.338Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:44.338Z] Removing intermediate container 2326728361c0 [2021-01-28T17:11:44.338Z] ---> 966f904c37b7 [2021-01-28T17:11:44.338Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:44.601Z] ---> Running in f84cd57126ab [2021-01-28T17:11:44.601Z] ---> Running in b4aa74551574 [2021-01-28T17:11:44.601Z] ---> Running in c27782fa7aa8 [2021-01-28T17:11:44.601Z] ---> Running in 07fe0409a6b9 [2021-01-28T17:11:44.601Z] ---> Running in 06f32951f0cc [2021-01-28T17:11:46.529Z] Removing intermediate container b4aa74551574 [2021-01-28T17:11:46.529Z] ---> 3ecd63b5edee [2021-01-28T17:11:46.529Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:11:46.529Z] ---> Running in 77bc786bbf55 [2021-01-28T17:11:46.529Z] Removing intermediate container f84cd57126ab [2021-01-28T17:11:46.529Z] ---> 4d5d5a34b738 [2021-01-28T17:11:46.529Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:11:46.529Z] Removing intermediate container c27782fa7aa8 [2021-01-28T17:11:46.529Z] ---> ace1dd0bc61d [2021-01-28T17:11:46.529Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:11:46.792Z] ---> Running in 8cee520032a6 [2021-01-28T17:11:46.792Z] ---> Running in 1412009bd1b2 [2021-01-28T17:11:46.941Z] 00ac8860ef70: Pull complete [2021-01-28T17:11:46.942Z] 63d7cb157983: Pull complete [2021-01-28T17:11:46.942Z] b116817d02f9: Pull complete [2021-01-28T17:11:47.056Z] Removing intermediate container 06f32951f0cc [2021-01-28T17:11:47.056Z] ---> 4266d46c8ec8 [2021-01-28T17:11:47.056Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:11:47.056Z] ---> Running in 37dbb7de7d7b [2021-01-28T17:11:47.319Z] Removing intermediate container 07fe0409a6b9 [2021-01-28T17:11:47.319Z] ---> 005878cc15c3 [2021-01-28T17:11:47.319Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:11:47.319Z] ---> Running in 0f23de66f984 [2021-01-28T17:11:47.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:47.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:47.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:48.905Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:48.905Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:49.174Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:49.174Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:49.441Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:49.441Z] Removing intermediate container 77bc786bbf55 [2021-01-28T17:11:49.441Z] ---> 6625d3244dff [2021-01-28T17:11:49.441Z] Step 6/26 : COPY go.mod . [2021-01-28T17:11:49.706Z] Removing intermediate container 8cee520032a6 [2021-01-28T17:11:49.706Z] ---> daef77e16819 [2021-01-28T17:11:49.706Z] Step 6/22 : COPY go.mod . [2021-01-28T17:11:49.970Z] ---> 923a0ac80ea6 [2021-01-28T17:11:49.970Z] Step 7/26 : RUN go mod download [2021-01-28T17:11:49.970Z] Removing intermediate container 1412009bd1b2 [2021-01-28T17:11:49.970Z] ---> 322b39a123ee [2021-01-28T17:11:49.970Z] Step 6/34 : COPY go.mod . [2021-01-28T17:11:50.237Z] ---> 240bac227b2f [2021-01-28T17:11:50.237Z] Step 7/22 : RUN go mod download [2021-01-28T17:11:50.237Z] ---> Running in 545e31aa78e8 [2021-01-28T17:11:50.347Z] 745a02a5169b: Pull complete [2021-01-28T17:11:50.347Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T17:11:50.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T17:11:50.347Z] ---> b7e6874047d6 [2021-01-28T17:11:50.347Z] 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-01-28T17:11:50.498Z] ---> Running in de0c5cba0aab [2021-01-28T17:11:50.498Z] Removing intermediate container 0f23de66f984 [2021-01-28T17:11:50.498Z] ---> a602c836dd4a [2021-01-28T17:11:50.498Z] Step 6/21 : COPY go.mod . [2021-01-28T17:11:50.498Z] ---> 1d43f2f34af7 [2021-01-28T17:11:50.498Z] Step 7/34 : RUN go mod download [2021-01-28T17:11:50.765Z] Removing intermediate container 37dbb7de7d7b [2021-01-28T17:11:50.765Z] ---> f864915735c8 [2021-01-28T17:11:50.765Z] Step 6/24 : COPY go.mod . [2021-01-28T17:11:51.029Z] ---> Running in f50cfc0a7280 [2021-01-28T17:11:51.029Z] ---> bc144de06613 [2021-01-28T17:11:51.029Z] Step 7/21 : RUN go mod download [2021-01-28T17:11:51.296Z] ---> Running in 9a37a1bc23f1 [2021-01-28T17:11:51.296Z] ---> 7e26c22b089f [2021-01-28T17:11:51.296Z] Step 7/24 : RUN go mod download [2021-01-28T17:11:51.565Z] ---> Running in 073b6d2be281 [2021-01-28T17:11:52.535Z] Removing intermediate container de0c5cba0aab [2021-01-28T17:11:52.535Z] ---> 6b3f38fa43a9 [2021-01-28T17:11:52.535Z] Step 8/22 : COPY . . [2021-01-28T17:11:52.535Z] Removing intermediate container 545e31aa78e8 [2021-01-28T17:11:52.535Z] ---> 3e703ef6919f [2021-01-28T17:11:52.535Z] Step 8/26 : COPY . . [2021-01-28T17:11:52.535Z] Removing intermediate container f50cfc0a7280 [2021-01-28T17:11:52.535Z] ---> acd4c723008c [2021-01-28T17:11:52.535Z] Step 8/34 : COPY . . [2021-01-28T17:11:53.729Z] ---> Running in 550d1cb7b190 [2021-01-28T17:11:55.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:11:55.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:11:56.358Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:11:56.628Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:11:56.628Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:11:56.798Z] Removing intermediate container 9a37a1bc23f1 [2021-01-28T17:11:56.798Z] ---> f3a5f19dec63 [2021-01-28T17:11:56.798Z] Step 8/21 : COPY . . [2021-01-28T17:11:56.900Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:12:00.177Z] Removing intermediate container 073b6d2be281 [2021-01-28T17:12:00.177Z] ---> ee3106591eb3 [2021-01-28T17:12:00.177Z] Step 8/24 : COPY . . [2021-01-28T17:12:00.283Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:12:00.283Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:12:00.558Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:12:00.558Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:12:00.558Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:12:00.833Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:12:00.833Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:12:00.833Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:12:01.106Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:12:01.106Z] OK: 217 MiB in 51 packages [2021-01-28T17:12:05.454Z] Removing intermediate container 550d1cb7b190 [2021-01-28T17:12:05.454Z] ---> 99cb9fe09083 [2021-01-28T17:12:05.454Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:12:05.454Z] ---> Running in 6a0d578c8014 [2021-01-28T17:12:05.725Z] Removing intermediate container 6a0d578c8014 [2021-01-28T17:12:05.725Z] ---> 02fcbb09c8f7 [2021-01-28T17:12:05.725Z] Step 5/6 : COPY go.mod . [2021-01-28T17:12:06.336Z] ---> 70cb03b2e5a3 [2021-01-28T17:12:06.336Z] Step 6/6 : RUN go mod download [2021-01-28T17:12:06.615Z] ---> Running in 16c3a3d7fd87 [2021-01-28T17:12:32.541Z] ---> a6588f5303cf [2021-01-28T17:12:32.541Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:12:32.541Z] ---> a6a772f55435 [2021-01-28T17:12:32.541Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:12:32.541Z] ---> bdda8ee0dec8 [2021-01-28T17:12:32.541Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:12:32.541Z] ---> 733dbd5c99da [2021-01-28T17:12:32.541Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:12:32.541Z] ---> Running in bc4177e548e2 [2021-01-28T17:12:32.541Z] ---> Running in bedbc43dcd82 [2021-01-28T17:12:32.541Z] ---> Running in 62b4cc0ff900 [2021-01-28T17:12:32.541Z] ---> 86370d8daeb9 [2021-01-28T17:12:32.541Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:12:32.808Z] ---> Running in 41ed34c3505a [2021-01-28T17:12:32.808Z] ---> Running in feb0b94df351 [2021-01-28T17:12:33.073Z] Removing intermediate container bedbc43dcd82 [2021-01-28T17:12:33.073Z] ---> daed5dd34383 [2021-01-28T17:12:33.073Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:12:33.336Z] ---> Running in f89aa0f5d224 [2021-01-28T17:12:33.426Z] Removing intermediate container 16c3a3d7fd87 [2021-01-28T17:12:33.426Z] ---> 45db4134aeb7 [2021-01-28T17:12:33.426Z] Successfully built 45db4134aeb7 [2021-01-28T17:12:33.426Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:12:33.800Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:12:33.800Z] . [Pipeline] withDockerContainer [2021-01-28T17:12:33.926Z] 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-01-28T17:12:33.926Z] 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-01-28T17:12:33.926Z] 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-01-28T17:12:33.926Z] 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-01-28T17:12:34.063Z] prd-ubuntu18.04-docker-arm64-4c-16g-23791 does not seem to be running inside a container [2021-01-28T17:12:34.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T17:12:34.193Z] 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-01-28T17:12:35.628Z] $ docker top bdf3e99f6235d91294beefeee7c2f6e125bf65a675c4f8cb95c386802ca68c21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:12:36.650Z] + go version [2021-01-28T17:12:36.650Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T17:12:36.675Z] $ docker stop --time=1 bdf3e99f6235d91294beefeee7c2f6e125bf65a675c4f8cb95c386802ca68c21 [2021-01-28T17:12:38.584Z] $ docker rm -f bdf3e99f6235d91294beefeee7c2f6e125bf65a675c4f8cb95c386802ca68c21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:12:39.672Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:12:39.673Z] . [Pipeline] withDockerContainer [2021-01-28T17:12:39.936Z] prd-ubuntu18.04-docker-arm64-4c-16g-23791 does not seem to be running inside a container [2021-01-28T17:12:40.015Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T17:12:41.441Z] $ docker top 40ffeceb314df0502afa17437cccb62e83030c7635e9d36147843f1249c94f80 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:12:41.824Z] ========================================================= [2021-01-28T17:12:41.825Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:12:41.825Z] ========================================================= [Pipeline] sh [2021-01-28T17:12:42.463Z] + make test [2021-01-28T17:12:42.463Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:13:00.908Z] 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-01-28T17:13:00.908Z] 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-01-28T17:13:01.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:13:04.737Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:13:08.172Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:13:08.172Z] + cd /tmp/build/dist/linux [2021-01-28T17:13:08.172Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:13:08.172Z] Cloning into '.'... [2021-01-28T17:13:08.172Z] + go get github.com/robfig/glock [2021-01-28T17:13:10.730Z] Removing intermediate container 41ed34c3505a [2021-01-28T17:13:10.730Z] ---> 88cdf2e64ac1 [2021-01-28T17:13:10.730Z] [2021-01-28T17:13:10.730Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:13:10.730Z] Removing intermediate container 62b4cc0ff900 [2021-01-28T17:13:10.730Z] ---> a95e5aeb46d0 [2021-01-28T17:13:10.730Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:13:10.730Z] Removing intermediate container feb0b94df351 [2021-01-28T17:13:10.730Z] ---> 72e6242233b8 [2021-01-28T17:13:10.730Z] [2021-01-28T17:13:10.730Z] Step 10/24 : FROM alpine:3.12Removing intermediate container bc4177e548e2 [2021-01-28T17:13:10.730Z] ---> 9ea71d493639 [2021-01-28T17:13:10.730Z] [2021-01-28T17:13:10.730Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:13:10.730Z] [2021-01-28T17:13:10.730Z] ---> Running in 91ed27ba507b [2021-01-28T17:13:10.730Z] 3.12: Pulling from library/alpine [2021-01-28T17:13:10.730Z] 3.12: Pulling from library/alpine [2021-01-28T17:13:10.730Z] 3.12: Pulling from library/alpine [2021-01-28T17:13:11.309Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:13:11.310Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:13:11.310Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:13:11.310Z] Status: Image is up to date for alpine:3.12 [2021-01-28T17:13:11.310Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:13:11.310Z] Status: Image is up to date for alpine:3.12 [2021-01-28T17:13:11.310Z] ---> 389fef711851 [2021-01-28T17:13:11.310Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:13:11.310Z] ---> 389fef711851 [2021-01-28T17:13:11.310Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:13:11.310Z] ---> 389fef711851 [2021-01-28T17:13:11.310Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:13:11.310Z] 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-01-28T17:13:11.581Z] ---> Running in d206b9897dc9 [2021-01-28T17:13:11.581Z] ---> Running in 2b17af6a69e5 [2021-01-28T17:13:11.581Z] ---> Running in 2295a76ab92f [2021-01-28T17:13:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:12.552Z] Removing intermediate container 91ed27ba507b [2021-01-28T17:13:12.552Z] ---> a2cdc8c0b9d8 [2021-01-28T17:13:12.552Z] [2021-01-28T17:13:12.552Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:13:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:12.552Z] 20.10.0: Pulling from library/docker [2021-01-28T17:13:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:12.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:12.833Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:13:12.833Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:13:12.833Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:13:12.833Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:13:12.833Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:13:12.833Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:13:12.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:12.833Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:13:12.833Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:13:12.833Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:13:12.833Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:13:12.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:12.833Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:13:12.833Z] OK: 7 MiB in 19 packages [2021-01-28T17:13:12.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:12.833Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:13:12.833Z] OK: 6 MiB in 15 packages [2021-01-28T17:13:13.116Z] OK: 7 MiB in 18 packages [2021-01-28T17:13:18.471Z] Removing intermediate container d206b9897dc9 [2021-01-28T17:13:18.471Z] ---> 64e6ba2c7573 [2021-01-28T17:13:18.471Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:13:18.471Z] Removing intermediate container 2295a76ab92f [2021-01-28T17:13:18.471Z] ---> 696932ade35b [2021-01-28T17:13:18.471Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:13:18.471Z] Removing intermediate container 2b17af6a69e5 [2021-01-28T17:13:18.471Z] ---> 472e9e340b19 [2021-01-28T17:13:18.471Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:13:18.471Z] ---> Running in 3a2d41fb6f9f [2021-01-28T17:13:18.471Z] ---> Running in fa15a9f03354 [2021-01-28T17:13:18.471Z] ---> Running in 3aea92768a72 [2021-01-28T17:13:18.749Z] Removing intermediate container 3a2d41fb6f9f [2021-01-28T17:13:18.749Z] ---> 73d686dc143f [2021-01-28T17:13:18.749Z] Step 13/24 : WORKDIR / [2021-01-28T17:13:18.749Z] ---> Running in 4bdc9b09c202 [2021-01-28T17:13:19.013Z] + glock sync -n [2021-01-28T17:13:19.013Z] Removing intermediate container fa15a9f03354 [2021-01-28T17:13:19.013Z] ---> 708988ca0eca [2021-01-28T17:13:19.013Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:13:19.013Z] Removing intermediate container 3aea92768a72 [2021-01-28T17:13:19.014Z] ---> 183cf999c802 [2021-01-28T17:13:19.014Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:13:19.283Z] ---> Running in 37e2833857cd [2021-01-28T17:13:19.283Z] ---> Running in 51ec142146ea [2021-01-28T17:13:19.283Z] Removing intermediate container 4bdc9b09c202 [2021-01-28T17:13:19.283Z] ---> e4c3891df5e6 [2021-01-28T17:13:19.283Z] 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-01-28T17:13:19.560Z] Removing intermediate container 37e2833857cd [2021-01-28T17:13:19.560Z] ---> 095736496437 [2021-01-28T17:13:19.560Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:13:19.560Z] ---> Running in 1de56a993c0b [2021-01-28T17:13:19.560Z] Removing intermediate container 51ec142146ea [2021-01-28T17:13:19.560Z] ---> 1e93006c5675 [2021-01-28T17:13:19.560Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:13:19.838Z] ---> 153622753c46 [2021-01-28T17:13:19.838Z] 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-01-28T17:13:19.838Z] Removing intermediate container 1de56a993c0b [2021-01-28T17:13:19.838Z] ---> c5dafaf8a2fd [2021-01-28T17:13:19.838Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:13:20.110Z] ---> d6689c8e8ee5 [2021-01-28T17:13:20.110Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:13:20.110Z] ---> 8b8958960144 [2021-01-28T17:13:20.110Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:13:20.379Z] ---> 97f8ec383edd [2021-01-28T17:13:20.379Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:13:20.651Z] ---> c0f25ba40587 [2021-01-28T17:13:20.651Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:13:20.916Z] ---> 752e432642e1 [2021-01-28T17:13:20.916Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:13:22.859Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:13:22.859Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:13:22.859Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:13:23.808Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:13:23.808Z] + git describe '--abbrev=0' --tags [2021-01-28T17:13:23.808Z] + TAG=v0.6.1 [2021-01-28T17:13:23.808Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:13:23.808Z] + apk --print-arch [2021-01-28T17:13:23.808Z] building [dockerize] for amd64 ... [2021-01-28T17:13:23.808Z] + arch=x86_64 [2021-01-28T17:13:23.808Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T17:13:23.808Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T17:13:24.079Z]  ---> 45bd8936ef23 [2021-01-28T17:13:24.079Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:13:24.079Z] ---> 96c4b5caaddb [2021-01-28T17:13:24.079Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:13:24.347Z] ---> aab3005d158f [2021-01-28T17:13:24.347Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:13:24.618Z] ---> Running in 232e36006d29 [2021-01-28T17:13:24.885Z] ---> d712eecb8b97 [2021-01-28T17:13:24.885Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:13:25.148Z] ---> Running in 3202415f0aaf [2021-01-28T17:13:25.148Z] Removing intermediate container 232e36006d29 [2021-01-28T17:13:25.148Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:13:25.148Z] ---> 8270bbb2cb1d [2021-01-28T17:13:25.148Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:13:25.419Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:13:25.419Z] ---> aefe523efa57 [2021-01-28T17:13:25.419Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:13:25.419Z] ---> 9e8da5720c40 [2021-01-28T17:13:25.419Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:13:25.419Z] ---> Running in 1e05e422fdc3 [2021-01-28T17:13:25.419Z] ---> Running in c61163d26f8f [2021-01-28T17:13:25.419Z] Removing intermediate container 3202415f0aaf [2021-01-28T17:13:25.419Z] ---> 010c8ec319e7 [2021-01-28T17:13:25.419Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:13:25.698Z] ---> Running in 94514cc6eeaf [2021-01-28T17:13:25.979Z] ---> de74fe417422 [2021-01-28T17:13:25.979Z] 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-01-28T17:13:25.979Z] Removing intermediate container 1e05e422fdc3 [2021-01-28T17:13:25.979Z] ---> e0b7f9f7cfb7 [2021-01-28T17:13:25.979Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T17:13:26.961Z] ---> Running in 5516614910fa [2021-01-28T17:13:26.961Z] Removing intermediate container 94514cc6eeaf [2021-01-28T17:13:26.961Z] ---> c3cc5ec2b4eb [2021-01-28T17:13:26.961Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:13:26.961Z] ---> Running in 9e4497274844 [2021-01-28T17:13:27.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:27.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:27.509Z] ---> Running in 0b7bbd0e8299 [2021-01-28T17:13:27.509Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:13:27.509Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:13:27.509Z] Removing intermediate container 9e4497274844 [2021-01-28T17:13:27.509Z] ---> d50942caba14 [2021-01-28T17:13:27.509Z] Step 20/21 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:13:27.509Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:13:27.509Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:27.509Z] OK: 12 MiB in 22 packages [2021-01-28T17:13:27.787Z] ---> Running in a310d7402004 [2021-01-28T17:13:27.787Z] Removing intermediate container 0b7bbd0e8299 [2021-01-28T17:13:27.787Z] ---> e8596938d0af [2021-01-28T17:13:27.787Z] Step 21/22 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:13:28.781Z] ---> Running in 6b603b884fe8 [2021-01-28T17:13:28.781Z] Removing intermediate container a310d7402004 [2021-01-28T17:13:28.781Z] ---> 1439a8521f66 [2021-01-28T17:13:28.781Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T17:13:29.058Z] ---> Running in ddf50abecb0d [2021-01-28T17:13:29.058Z] Removing intermediate container 6b603b884fe8 [2021-01-28T17:13:29.058Z] ---> 56965ee9a47a [2021-01-28T17:13:29.058Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:13:29.337Z] ---> Running in b76056d544d8 [2021-01-28T17:13:29.615Z] Removing intermediate container c61163d26f8f [2021-01-28T17:13:29.615Z] ---> 1a17a5320f97 [2021-01-28T17:13:29.615Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:13:29.615Z] Removing intermediate container ddf50abecb0d [2021-01-28T17:13:29.615Z] ---> 47c7de53a483 [2021-01-28T17:13:29.615Z] [2021-01-28T17:13:29.886Z] Removing intermediate container 5516614910fa [2021-01-28T17:13:29.886Z] ---> d09dc1798951 [2021-01-28T17:13:29.886Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:13:29.886Z] ---> Running in c7408af45091 [2021-01-28T17:13:29.886Z] Removing intermediate container b76056d544d8 [2021-01-28T17:13:29.886Z] ---> fc7ef4ee4153 [2021-01-28T17:13:29.886Z] [2021-01-28T17:13:29.886Z] Successfully built 47c7de53a483 [2021-01-28T17:13:30.155Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T17:13:30.155Z] ---> Running in 061cf62e9c2d [2021-01-28T17:13:30.155Z] Building docker-core-command-go [2021-01-28T17:13:30.155Z]  Building docker-security-proxy-setup-go ... done Successfully built fc7ef4ee4153 [2021-01-28T17:13:30.155Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T17:13:30.155Z] Building docker-support-notifications-go [2021-01-28T17:13:30.155Z]  Building docker-support-scheduler-go ... done Removing intermediate container c7408af45091 [2021-01-28T17:13:30.155Z] ---> f11c3c0e1539 [2021-01-28T17:13:30.155Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:13:30.425Z] ---> Running in de4bc97c0675 [2021-01-28T17:13:30.425Z] Removing intermediate container 061cf62e9c2d [2021-01-28T17:13:30.425Z] ---> e2c58dc855c1 [2021-01-28T17:13:30.425Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T17:13:30.695Z] ---> Running in 6b463d11bdbe [2021-01-28T17:13:30.968Z] Removing intermediate container de4bc97c0675 [2021-01-28T17:13:30.968Z] ---> 86489f7ea2b1 [2021-01-28T17:13:30.968Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:13:37.621Z] ---> Running in d96349166826 [2021-01-28T17:13:37.621Z] Removing intermediate container 6b463d11bdbe [2021-01-28T17:13:37.621Z] ---> 2d07ab102359 [2021-01-28T17:13:37.621Z] Step 23/24 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:13:39.580Z] ---> Running in 6c138405a157 [2021-01-28T17:13:39.580Z] Removing intermediate container d96349166826 [2021-01-28T17:13:39.580Z] ---> fa4becf3dca0 [2021-01-28T17:13:39.580Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:13:43.868Z] Removing intermediate container 6c138405a157 [2021-01-28T17:13:43.868Z] ---> 0705441fc4ca [2021-01-28T17:13:43.868Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T17:13:47.243Z] ---> 42b43479f82d [2021-01-28T17:13:47.243Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:13:47.243Z] ---> Running in 6a898b879ff3 [2021-01-28T17:13:49.816Z] Removing intermediate container 6a898b879ff3 [2021-01-28T17:13:49.816Z] ---> 67d8aca9ac8f [2021-01-28T17:13:49.816Z] [2021-01-28T17:13:49.816Z] ---> e4213fcbd4b0 [2021-01-28T17:13:49.816Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:13:49.816Z] + date [2021-01-28T17:13:50.085Z] + echo 'Thu Jan 28 17:13:49 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:13:50.085Z] Thu Jan 28 17:13:49 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:13:51.492Z] Successfully built 67d8aca9ac8f [2021-01-28T17:13:51.760Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T17:13:51.760Z] Building docker-core-metadata-go [2021-01-28T17:13:52.026Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:13:52.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:13:52.026Z] ---> 74c9a4b224ca [2021-01-28T17:13:52.026Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:13:52.026Z] ---> Using cache [2021-01-28T17:13:52.026Z] ---> 966f904c37b7 [2021-01-28T17:13:52.026Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:13:52.026Z] ---> Using cache [2021-01-28T17:13:52.026Z] ---> 4266d46c8ec8 [2021-01-28T17:13:52.026Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:13:53.963Z] ---> 4498911a92a6 [2021-01-28T17:13:53.963Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:13:54.225Z] ---> Running in 4baa8d1d3f82 [2021-01-28T17:13:54.802Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:13:54.802Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:13:54.802Z] ---> 74c9a4b224ca [2021-01-28T17:13:54.802Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:13:54.802Z] ---> Using cache [2021-01-28T17:13:54.802Z] ---> 966f904c37b7 [2021-01-28T17:13:54.802Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:13:54.802Z] ---> Using cache [2021-01-28T17:13:54.802Z] ---> 4266d46c8ec8 [2021-01-28T17:13:54.802Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:13:54.802Z] ---> Using cache [2021-01-28T17:13:54.802Z] ---> f864915735c8 [2021-01-28T17:13:54.802Z] Step 6/23 : COPY go.mod . [2021-01-28T17:13:54.802Z] ---> Using cache [2021-01-28T17:13:54.802Z] ---> 7e26c22b089f [2021-01-28T17:13:54.802Z] Step 7/23 : RUN go mod download [2021-01-28T17:13:54.802Z] ---> Using cache [2021-01-28T17:13:54.802Z] ---> ee3106591eb3 [2021-01-28T17:13:54.802Z] Step 8/23 : COPY . . [2021-01-28T17:13:54.802Z] ---> Using cache [2021-01-28T17:13:54.802Z] ---> 86370d8daeb9 [2021-01-28T17:13:54.802Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:13:59.030Z] ---> Running in 7a123e8a225d [2021-01-28T17:13:59.030Z] ---> Running in 0f006dc9e613 [2021-01-28T17:13:59.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:00.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:01.025Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:01.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:14:01.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:14:02.194Z] 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-01-28T17:14:02.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:02.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:02.732Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:14:02.732Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:14:02.732Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:14:03.012Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:14:03.012Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:14:03.012Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:14:03.012Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:14:04.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:14:04.737Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:14:04.737Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:14:05.592Z] Removing intermediate container 4baa8d1d3f82 [2021-01-28T17:14:05.592Z] ---> 1214998b7ee6 [2021-01-28T17:14:05.592Z] Step 6/22 : COPY go.mod . [2021-01-28T17:14:06.548Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:14:06.825Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:14:06.825Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:14:06.825Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:14:07.091Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:14:07.669Z] ---> fa44730a8bc2 [2021-01-28T17:14:07.669Z] Step 7/22 : RUN go mod download [2021-01-28T17:14:07.669Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:14:07.932Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:14:08.204Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:14:08.480Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:14:09.074Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:14:09.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:09.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:09.075Z] ---> 74c9a4b224ca [2021-01-28T17:14:09.075Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:14:09.075Z] ---> Using cache [2021-01-28T17:14:09.075Z] ---> 966f904c37b7 [2021-01-28T17:14:09.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:09.075Z] ---> Using cache [2021-01-28T17:14:09.075Z] ---> 4266d46c8ec8 [2021-01-28T17:14:09.075Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:14:09.075Z] ---> Using cache [2021-01-28T17:14:09.075Z] ---> f864915735c8 [2021-01-28T17:14:09.075Z] Step 6/23 : COPY go.mod . [2021-01-28T17:14:09.075Z] ---> Using cache [2021-01-28T17:14:09.075Z] ---> 7e26c22b089f [2021-01-28T17:14:09.075Z] Step 7/23 : RUN go mod download [2021-01-28T17:14:09.075Z] ---> Using cache [2021-01-28T17:14:09.075Z] ---> ee3106591eb3 [2021-01-28T17:14:09.075Z] Step 8/23 : COPY . . [2021-01-28T17:14:09.340Z] ---> Using cache [2021-01-28T17:14:09.340Z] ---> 86370d8daeb9 [2021-01-28T17:14:09.340Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:14:09.913Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:14:09.913Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:14:10.522Z] ---> Running in be5847791749 [2021-01-28T17:14:10.522Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:14:10.522Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:14:11.123Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:14:11.391Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:14:11.391Z] ---> Running in e361fb1fb455 [2021-01-28T17:14:11.391Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:14:11.391Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:14:11.391Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:14:11.391Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:14:11.391Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:14:11.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:14:11.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:14:11.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:14:11.498Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:14:11.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:14:11.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:14:11.669Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:14:11.669Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:14:11.669Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:14:11.669Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:14:11.669Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:14:11.669Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:14:11.669Z] OK: 71 MiB in 55 packages [2021-01-28T17:14:12.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:14:17.634Z] Removing intermediate container be5847791749 [2021-01-28T17:14:17.634Z] ---> 2b5da7ed8511 [2021-01-28T17:14:17.634Z] Step 8/22 : COPY . . [2021-01-28T17:14:18.243Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:14:18.243Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:14:18.243Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:14:26.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.411s coverage: 46.0% of statements [2021-01-28T17:14:26.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:14:26.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:14:26.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:14:26.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:14:26.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:14:26.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:14:26.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:14:26.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements [2021-01-28T17:14:27.732Z] Removing intermediate container f89aa0f5d224 [2021-01-28T17:14:27.732Z] ---> 027e764d8833 [2021-01-28T17:14:27.732Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:14:32.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.607s coverage: 27.1% of statements [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:14:32.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:14:32.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:14:32.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:14:32.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.247s coverage: 65.8% of statements [2021-01-28T17:14:32.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:14:32.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:14:33.084Z] ---> Running in 391c1cc5427b [2021-01-28T17:14:35.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.685s coverage: 82.3% of statements [2021-01-28T17:14:35.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:14:35.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:14:35.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:14:35.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:14:39.724Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:14:39.724Z] statically linked [2021-01-28T17:14:40.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements [2021-01-28T17:14:40.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:14:40.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:14:40.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:14:40.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:14:40.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:14:40.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements [2021-01-28T17:14:40.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:14:40.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-01-28T17:14:40.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:14:42.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.300s coverage: 86.7% of statements [2021-01-28T17:14:42.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:14:42.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.392s coverage: 97.5% of statements [2021-01-28T17:14:42.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:14:43.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-28T17:14:43.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:14:43.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:14:43.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:14:43.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T17:14:43.075Z] Removing intermediate container 0f006dc9e613 [2021-01-28T17:14:43.075Z] ---> 57afd060c923 [2021-01-28T17:14:43.075Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:14:46.386Z] ---> Running in 0d941ae85cbb [2021-01-28T17:14:48.313Z] Removing intermediate container 391c1cc5427b [2021-01-28T17:14:48.313Z] ---> 2e0d211a5592 [2021-01-28T17:14:48.313Z] [2021-01-28T17:14:48.313Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:14:48.313Z] ---> 389fef711851 [2021-01-28T17:14:48.313Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:14:48.579Z] ---> Running in a69fcc3304f1 [2021-01-28T17:14:48.579Z] ---> b1d248b30985 [2021-01-28T17:14:48.579Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:14:48.847Z] ---> Running in 3872c6427f8a [2021-01-28T17:14:48.847Z] Removing intermediate container 7a123e8a225d [2021-01-28T17:14:48.847Z] ---> 448ebcb6659c [2021-01-28T17:14:48.847Z] [2021-01-28T17:14:48.847Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:14:48.847Z] ---> 389fef711851 [2021-01-28T17:14:48.847Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:14:48.847Z] ---> Using cache [2021-01-28T17:14:48.847Z] ---> 696932ade35b [2021-01-28T17:14:48.847Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:14:48.847Z] ---> Using cache [2021-01-28T17:14:48.847Z] ---> 708988ca0eca [2021-01-28T17:14:48.847Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:14:49.127Z] ---> Running in de9e4217bd52 [2021-01-28T17:14:49.127Z] Removing intermediate container a69fcc3304f1 [2021-01-28T17:14:49.127Z] ---> f26427ec3fd8 [2021-01-28T17:14:49.127Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:14:49.127Z] ---> Running in f03502888054 [2021-01-28T17:14:49.393Z] Removing intermediate container de9e4217bd52 [2021-01-28T17:14:49.393Z] ---> 7cd6c59eed76 [2021-01-28T17:14:49.393Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:14:49.665Z] 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-01-28T17:14:49.665Z] ---> Running in ecbe31738d3f [2021-01-28T17:14:49.938Z] Removing intermediate container ecbe31738d3f [2021-01-28T17:14:49.938Z] ---> 9a7f8466320f [2021-01-28T17:14:49.938Z] Step 15/23 : WORKDIR / [2021-01-28T17:14:49.938Z] ---> Running in ea9d1e1338cf [2021-01-28T17:14:50.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:50.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:50.211Z] Removing intermediate container ea9d1e1338cf [2021-01-28T17:14:50.211Z] ---> dd2663f5a706 [2021-01-28T17:14:50.211Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:14:50.487Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:14:50.487Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:14:50.487Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:14:50.487Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:14:50.487Z] OK: 6 MiB in 17 packages [2021-01-28T17:14:51.923Z] ---> 6cc8e0cbf9c1 [2021-01-28T17:14:51.923Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:14:52.884Z] Collecting docker-compose==1.23.2 [2021-01-28T17:14:52.884Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:14:53.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.248s coverage: 92.8% of statements [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:14:53.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:14:53.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:14:53.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:14:53.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 43.8% of statements [2021-01-28T17:14:53.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 79.5% of statements [2021-01-28T17:14:53.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-01-28T17:14:53.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-01-28T17:14:53.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-01-28T17:14:53.476Z] ---> 0b8a27adffc8 [2021-01-28T17:14:53.476Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:14:53.476Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:14:53.476Z] Removing intermediate container e361fb1fb455 [2021-01-28T17:14:53.476Z] ---> b99394281c90 [2021-01-28T17:14:53.476Z] [2021-01-28T17:14:53.476Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:14:53.476Z] ---> 389fef711851 [2021-01-28T17:14:53.476Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:14:53.476Z] ---> Using cache [2021-01-28T17:14:53.476Z] ---> 696932ade35b [2021-01-28T17:14:53.476Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:14:53.476Z] ---> Using cache [2021-01-28T17:14:53.476Z] ---> 708988ca0eca [2021-01-28T17:14:53.476Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:14:53.476Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:14:53.746Z] Removing intermediate container f03502888054 [2021-01-28T17:14:53.746Z] ---> d498fc6c82c9 [2021-01-28T17:14:53.746Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:14:53.746Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:14:53.746Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:14:53.746Z] ---> Running in 73f8396d0ad8 [2021-01-28T17:14:54.042Z] ---> Running in becb609dce60 [2021-01-28T17:14:54.042Z] ---> 72e7e71665f5 [2021-01-28T17:14:54.042Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:14:54.323Z] Removing intermediate container 73f8396d0ad8 [2021-01-28T17:14:54.323Z] ---> 7eb0bff07b7d [2021-01-28T17:14:54.323Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:14:54.323Z] ---> Running in 94ed27c127ef [2021-01-28T17:14:54.323Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:14:54.323Z] ---> Running in a8c7dc26ce96 [2021-01-28T17:14:54.323Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:14:54.323Z] Removing intermediate container becb609dce60 [2021-01-28T17:14:54.323Z] ---> efc934dc8047 [2021-01-28T17:14:54.323Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:14:54.899Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:14:54.899Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:14:55.169Z] ---> Running in 5da0fc1a3686 [2021-01-28T17:14:55.775Z] Removing intermediate container 94ed27c127ef [2021-01-28T17:14:55.775Z] ---> 3c2109457429 [2021-01-28T17:14:55.775Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:14:55.775Z] Removing intermediate container a8c7dc26ce96 [2021-01-28T17:14:55.775Z] ---> df21965478fb [2021-01-28T17:14:55.775Z] Step 15/23 : WORKDIR / [2021-01-28T17:14:55.775Z] Removing intermediate container 5da0fc1a3686 [2021-01-28T17:14:55.775Z] ---> 04d91118a1b9 [2021-01-28T17:14:55.775Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:14:55.775Z] ---> Running in bba481426584 [2021-01-28T17:14:56.049Z] ---> Running in cf5d41d3f4d0 [2021-01-28T17:14:56.049Z] ---> Running in 6c500050ff2c [2021-01-28T17:14:56.325Z] Removing intermediate container bba481426584 [2021-01-28T17:14:56.325Z] ---> 3a8ee60201e8 [2021-01-28T17:14:56.325Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:14:56.325Z] ---> Running in bccccc1a262a [2021-01-28T17:14:56.601Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:14:56.601Z] Removing intermediate container cf5d41d3f4d0 [2021-01-28T17:14:56.601Z] ---> 268fa513cbb9 [2021-01-28T17:14:56.601Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:14:56.601Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:14:57.244Z] Removing intermediate container bccccc1a262a [2021-01-28T17:14:57.244Z] ---> 728685b747e4 [2021-01-28T17:14:57.244Z] Step 22/23 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:14:58.201Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:14:58.201Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:14:58.470Z] ---> 48e7bb98aba0 [2021-01-28T17:14:58.470Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:14:58.470Z] ---> Running in cffce98a3a8a [2021-01-28T17:14:58.746Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:14:58.746Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:14:59.011Z] Removing intermediate container cffce98a3a8a [2021-01-28T17:14:59.011Z] ---> 153ae115d7a9 [2021-01-28T17:14:59.011Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:14:59.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-01-28T17:14:59.539Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:14:59.539Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:14:59.539Z] ---> Running in 95c5bf6723c2 [2021-01-28T17:14:59.539Z] Removing intermediate container 6c500050ff2c [2021-01-28T17:14:59.539Z] ---> f0e95384a08d [2021-01-28T17:14:59.539Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:14:59.539Z] ---> 498599c24ce6 [2021-01-28T17:14:59.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:14:59.805Z] ---> Running in 0506278ddcf3 [2021-01-28T17:14:59.805Z] Removing intermediate container 95c5bf6723c2 [2021-01-28T17:14:59.805Z] ---> 3a32786fe7a9 [2021-01-28T17:14:59.805Z] [2021-01-28T17:15:00.080Z] ---> 32cf461d7cdf [2021-01-28T17:15:00.080Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:15:00.080Z] Successfully built 3a32786fe7a9 [2021-01-28T17:15:00.080Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:15:00.080Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:15:00.080Z] Successfully tagged docker-core-command-go:latest [2021-01-28T17:15:00.080Z] Building docker-core-data-go [2021-01-28T17:15:00.347Z]  Building docker-core-command-go ... done  ---> Running in fb2ec01c1553 [2021-01-28T17:15:00.347Z] Removing intermediate container 0506278ddcf3 [2021-01-28T17:15:00.347Z] ---> 550d981d0107 [2021-01-28T17:15:00.347Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:15:00.347Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:15:00.347Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:15:00.610Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:15:00.610Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:15:00.899Z] Removing intermediate container fb2ec01c1553 [2021-01-28T17:15:00.899Z] ---> 489024ad6360 [2021-01-28T17:15:00.899Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:15:00.899Z] 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-01-28T17:15:00.899Z] 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-01-28T17:15:02.305Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:15:02.305Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:15:04.237Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:15:04.237Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:15:04.237Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:15:04.237Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:15:04.237Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, dockerpty, PyYAML, docker-pycreds, docker, docopt, texttable, jsonschema, docker-compose [2021-01-28T17:15:05.641Z] ---> Running in 7f9f1e3590e2 [2021-01-28T17:15:05.641Z] ---> 6c2c3c5cb90a [2021-01-28T17:15:05.641Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:15:05.641Z] Attempting uninstall: idna [2021-01-28T17:15:05.641Z] Found existing installation: idna 2.9 [2021-01-28T17:15:05.641Z] Uninstalling idna-2.9: [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.093s coverage: 87.2% of statements [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements [2021-01-28T17:15:05.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.4% of statements [2021-01-28T17:15:05.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:15:06.223Z] Successfully uninstalled idna-2.9 [2021-01-28T17:15:06.488Z] Removing intermediate container 7f9f1e3590e2 [2021-01-28T17:15:06.488Z] ---> 3541def23d1f [2021-01-28T17:15:06.488Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:15:06.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.727s coverage: 63.5% of statements [2021-01-28T17:15:06.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:15:06.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:15:06.749Z] Attempting uninstall: urllib3 [2021-01-28T17:15:06.749Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:15:06.749Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:15:07.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-01-28T17:15:08.156Z] ---> Running in 38864584917d [2021-01-28T17:15:08.157Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:15:08.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.167s coverage: 91.3% of statements [2021-01-28T17:15:08.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-01-28T17:15:09.113Z] ---> 93c5c7aee9f9 [2021-01-28T17:15:09.113Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:15:09.694Z] Attempting uninstall: requests [2021-01-28T17:15:09.694Z] Found existing installation: requests 2.23.0 [2021-01-28T17:15:09.694Z] Uninstalling requests-2.23.0: [2021-01-28T17:15:09.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-28T17:15:09.956Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:15:10.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-28T17:15:11.352Z] Running setup.py install for dockerpty: started [2021-01-28T17:15:11.352Z] Removing intermediate container 38864584917d [2021-01-28T17:15:11.352Z] ---> e00060c03064 [2021-01-28T17:15:11.352Z] Step 22/23 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:15:12.062Z] ---> Running in 81c0a2d7a755 [2021-01-28T17:15:12.655Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:15:12.655Z] Running setup.py install for PyYAML: started [2021-01-28T17:15:12.921Z] ---> Running in 28227e7aa8bd [2021-01-28T17:15:13.496Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:15:14.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.851s coverage: 68.9% of statements [2021-01-28T17:15:14.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:15:14.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:15:14.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:15:14.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:15:14.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:15:15.424Z] Removing intermediate container 28227e7aa8bd [2021-01-28T17:15:15.424Z] ---> 6a7438010e87 [2021-01-28T17:15:15.424Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:15:15.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 37.0% of statements [2021-01-28T17:15:15.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:15:15.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:15:16.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.730s coverage: 84.0% of statements [2021-01-28T17:15:16.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-01-28T17:15:17.034Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:15:17.034Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:15:17.034Z] ---> 74c9a4b224ca [2021-01-28T17:15:17.034Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:15:17.034Z] ---> Using cache [2021-01-28T17:15:17.034Z] ---> 966f904c37b7 [2021-01-28T17:15:17.034Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:15:17.034Z] ---> Using cache [2021-01-28T17:15:17.034Z] ---> 4266d46c8ec8 [2021-01-28T17:15:17.034Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:15:18.014Z] Running setup.py install for docopt: started [2021-01-28T17:15:18.740Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:15:18.740Z] Running setup.py install for texttable: started [2021-01-28T17:15:18.740Z] ---> Running in 701f1c6ee786 [2021-01-28T17:15:18.740Z] ---> Running in 5ad1a5f08bf5 [2021-01-28T17:15:19.018Z] Removing intermediate container 3872c6427f8a [2021-01-28T17:15:19.018Z] ---> e1d772eaac77 [2021-01-28T17:15:19.018Z] [2021-01-28T17:15:19.018Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:15:19.018Z] ---> 389fef711851 [2021-01-28T17:15:19.018Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:15:19.018Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:15:19.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:19.547Z] ---> Running in 1d7e0498f790 [2021-01-28T17:15:19.813Z] Removing intermediate container 701f1c6ee786 [2021-01-28T17:15:19.813Z] ---> 2f7bf61960b8 [2021-01-28T17:15:19.813Z] [2021-01-28T17:15:19.813Z] Successfully built 2f7bf61960b8 [2021-01-28T17:15:19.813Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T17:15:20.077Z]  Building docker-core-metadata-go ... done 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-01-28T17:15:20.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:20.348Z] Removing intermediate container 81c0a2d7a755 [2021-01-28T17:15:20.348Z] ---> 9730cdcf8951 [2021-01-28T17:15:20.348Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:15:20.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:20.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:20.620Z] ---> 51d93f68818f [2021-01-28T17:15:20.620Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:15:20.620Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:15:20.890Z] OK: 233 MiB in 51 packages [2021-01-28T17:15:20.890Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:15:20.890Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:15:20.890Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:15:20.890Z] OK: 6 MiB in 16 packages [2021-01-28T17:15:22.281Z] ---> ad4c71e3d238 [2021-01-28T17:15:22.281Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:15:22.281Z] Removing intermediate container 5ad1a5f08bf5 [2021-01-28T17:15:22.281Z] ---> 5f33238aaeed [2021-01-28T17:15:22.281Z] Step 6/23 : COPY go.mod . [2021-01-28T17:15:24.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.395s coverage: 47.1% of statements [2021-01-28T17:15:24.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:15:24.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:15:24.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:15:24.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:15:24.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:15:24.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements [2021-01-28T17:15:24.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:15:24.434Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements [2021-01-28T17:15:24.434Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:15:24.834Z] ---> 6b34e8b6aef7 [2021-01-28T17:15:24.834Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:15:24.834Z] Removing intermediate container 1d7e0498f790 [2021-01-28T17:15:24.834Z] ---> 990db26c6a9e [2021-01-28T17:15:24.834Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:15:24.834Z] ---> d4b364a432f1 [2021-01-28T17:15:24.834Z] Step 7/23 : RUN go mod download [2021-01-28T17:15:24.834Z] Removing intermediate container 0d941ae85cbb [2021-01-28T17:15:24.834Z] ---> 6118a6d8d03e [2021-01-28T17:15:24.834Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:15:24.834Z] ---> Running in fa3ec7a3dfb4 [2021-01-28T17:15:24.834Z] ---> Running in 09100bc196f9 [2021-01-28T17:15:24.834Z] ---> Running in 0d0c87f89ba4 [2021-01-28T17:15:25.095Z] ---> a21101f658a0 [2021-01-28T17:15:25.095Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:15:25.095Z] Removing intermediate container fa3ec7a3dfb4 [2021-01-28T17:15:25.095Z] ---> 38406e67e330 [2021-01-28T17:15:25.095Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:15:25.359Z] ---> Running in 6350a3322b6e [2021-01-28T17:15:25.359Z] ---> 78da7054f235 [2021-01-28T17:15:25.359Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:15:25.944Z] ---> Running in f70b7862003b [2021-01-28T17:15:25.944Z] Removing intermediate container 6350a3322b6e [2021-01-28T17:15:25.944Z] ---> a87b0b847dfe [2021-01-28T17:15:25.944Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:15:25.944Z] ---> Running in b9fadb86ed53 [2021-01-28T17:15:25.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:25.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:26.206Z] Removing intermediate container f70b7862003b [2021-01-28T17:15:26.206Z] ---> 26ddab3e2c86 [2021-01-28T17:15:26.206Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:15:26.206Z] Removing intermediate container b9fadb86ed53 [2021-01-28T17:15:26.206Z] ---> d89441e9ad52 [2021-01-28T17:15:26.206Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:15:26.206Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:15:26.206Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:15:26.206Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:15:26.206Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:15:26.206Z] OK: 72 MiB in 58 packages [2021-01-28T17:15:26.470Z] ---> 1d6c8c186300 [2021-01-28T17:15:26.470Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:15:26.470Z] ---> a37152b27822 [2021-01-28T17:15:26.470Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:15:26.733Z] ---> Running in c4a5a79213fa [2021-01-28T17:15:27.685Z] ---> 9f9ff1c195d0 [2021-01-28T17:15:27.685Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:15:27.685Z] Removing intermediate container 0d0c87f89ba4 [2021-01-28T17:15:27.685Z] ---> 5a48f82c7672 [2021-01-28T17:15:27.685Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:15:27.685Z] ---> Running in 1a4efe3b38ba [2021-01-28T17:15:27.949Z] Removing intermediate container 09100bc196f9 [2021-01-28T17:15:27.949Z] ---> 7a30d9cae3d3 [2021-01-28T17:15:27.949Z] Step 8/23 : COPY . . [2021-01-28T17:15:27.949Z] ---> 1c9de22578f1 [2021-01-28T17:15:27.949Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:15:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.487s coverage: 29.1% of statements [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:15:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:15:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:15:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:15:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:15:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:15:28.761Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:15:28.761Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-01-28T17:15:28.898Z] ---> Running in 8a3ffd8b6b74 [2021-01-28T17:15:28.898Z] Removing intermediate container 1a4efe3b38ba [2021-01-28T17:15:28.898Z] ---> 85a0dff3159c [2021-01-28T17:15:28.898Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:15:29.159Z] ---> Running in 30de8ed5c96f [2021-01-28T17:15:29.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-28T17:15:30.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-28T17:15:31.076Z] Removing intermediate container 8a3ffd8b6b74 [2021-01-28T17:15:31.076Z] ---> 6ed761f6f68f [2021-01-28T17:15:31.076Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:15:31.076Z] Removing intermediate container c4a5a79213fa [2021-01-28T17:15:31.076Z] ---> 3f35a5f31e2e [2021-01-28T17:15:31.076Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:15:31.314Z] GO111MODULE=on go vet ./... [2021-01-28T17:15:34.383Z] Removing intermediate container 30de8ed5c96f [2021-01-28T17:15:34.383Z] ---> 7dfb87825ac9 [2021-01-28T17:15:34.383Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T17:15:36.307Z] ---> Running in 6b5ad999743d [2021-01-28T17:15:37.266Z] ---> Running in 97196a4ccc1e [2021-01-28T17:15:38.657Z] ---> Running in 43f9df6d76e7 [2021-01-28T17:15:39.605Z] Removing intermediate container 6b5ad999743d [2021-01-28T17:15:39.605Z] ---> e545efaceb87 [2021-01-28T17:15:39.605Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:15:40.185Z] Removing intermediate container 97196a4ccc1e [2021-01-28T17:15:40.185Z] ---> 92527b43f733 [2021-01-28T17:15:40.185Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:15:40.185Z] Removing intermediate container 43f9df6d76e7 [2021-01-28T17:15:40.185Z] ---> 310f7f1f9dcd [2021-01-28T17:15:40.185Z] Step 25/26 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:15:41.588Z] ---> Running in 8d589f8892b1 [2021-01-28T17:15:42.538Z] ---> Running in fc1d7891c2a4 [2021-01-28T17:15:42.538Z] ---> Running in 1abcb75f2513 [2021-01-28T17:15:43.937Z] Removing intermediate container 8d589f8892b1 [2021-01-28T17:15:43.937Z] ---> be31f649d976 [2021-01-28T17:15:43.937Z] Step 21/22 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:15:46.492Z] Removing intermediate container fc1d7891c2a4 [2021-01-28T17:15:46.492Z] ---> 7d24bace8ede [2021-01-28T17:15:46.492Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T17:15:46.492Z] ---> Running in b106c6682876 [2021-01-28T17:15:46.492Z] Removing intermediate container 1abcb75f2513 [2021-01-28T17:15:46.492Z] ---> 9be9bd18b215 [2021-01-28T17:15:46.492Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T17:15:46.492Z] ---> Running in cc925cf844fb [2021-01-28T17:15:46.755Z] ---> 34f2d50972a3 [2021-01-28T17:15:46.755Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:15:46.755Z] ---> Running in 0b38a1bda0aa [2021-01-28T17:15:46.755Z] ---> Running in fa64b06cdde4 [2021-01-28T17:15:46.755Z] Removing intermediate container b106c6682876 [2021-01-28T17:15:46.755Z] ---> cb9d13e07085 [2021-01-28T17:15:46.755Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:15:47.017Z] Removing intermediate container cc925cf844fb [2021-01-28T17:15:47.017Z] ---> d5f16b235d99 [2021-01-28T17:15:47.017Z] [2021-01-28T17:15:47.017Z] Successfully built d5f16b235d99 [2021-01-28T17:15:47.017Z] ---> Running in 075efed62335 [2021-01-28T17:15:47.017Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T17:15:47.282Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0b38a1bda0aa [2021-01-28T17:15:47.282Z] ---> 03f625bebc07 [2021-01-28T17:15:47.282Z] Step 33/34 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:15:47.282Z] Removing intermediate container 075efed62335 [2021-01-28T17:15:47.282Z] ---> 187dfb02eb89 [2021-01-28T17:15:47.282Z] [2021-01-28T17:15:47.546Z] Successfully built 187dfb02eb89 [2021-01-28T17:15:47.546Z] ---> Running in a1a3f967061c [2021-01-28T17:15:47.546Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T17:15:47.546Z]  Building docker-support-notifications-go ... done 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-01-28T17:15:47.815Z] Removing intermediate container a1a3f967061c [2021-01-28T17:15:47.815Z] ---> 7e2132a09567 [2021-01-28T17:15:47.815Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T17:15:48.086Z] ---> Running in 2f60b7b4336d [2021-01-28T17:15:48.086Z] Removing intermediate container 2f60b7b4336d [2021-01-28T17:15:48.086Z] ---> cbb1203a8d84 [2021-01-28T17:15:48.086Z] [2021-01-28T17:15:48.352Z] Successfully built cbb1203a8d84 [2021-01-28T17:15:48.352Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T17:16:03.380Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container fa64b06cdde4 [2021-01-28T17:16:03.380Z] ---> a9f9d4cfd3aa [2021-01-28T17:16:03.380Z] [2021-01-28T17:16:03.380Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:16:03.380Z] ---> 389fef711851 [2021-01-28T17:16:03.380Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:16:03.380Z] ---> Running in 9721ba07e057 [2021-01-28T17:16:03.380Z] Removing intermediate container 9721ba07e057 [2021-01-28T17:16:03.380Z] ---> 067ecd39c171 [2021-01-28T17:16:03.380Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:16:03.380Z] ---> Running in 6c37493dbbac [2021-01-28T17:16:03.380Z] Removing intermediate container 6c37493dbbac [2021-01-28T17:16:03.380Z] ---> b20609d43af5 [2021-01-28T17:16:03.380Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:16:03.380Z] ---> Running in 15d9affb4255 [2021-01-28T17:16:03.380Z] Removing intermediate container 15d9affb4255 [2021-01-28T17:16:03.380Z] ---> eb8bc5df15ee [2021-01-28T17:16:03.380Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:16:03.380Z] ---> Running in b31c4219babc [2021-01-28T17:16:03.380Z] Removing intermediate container b31c4219babc [2021-01-28T17:16:03.380Z] ---> a5d69107ed6f [2021-01-28T17:16:03.380Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:16:03.380Z] ---> Running in d27e7a51d841 [2021-01-28T17:16:03.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:04.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:16:05.124Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:16:05.124Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:16:05.387Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:16:05.387Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:16:05.650Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:16:05.650Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:16:05.650Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:16:05.650Z] OK: 8 MiB in 20 packages [2021-01-28T17:16:06.222Z] Removing intermediate container d27e7a51d841 [2021-01-28T17:16:06.222Z] ---> fc0bca06d86a [2021-01-28T17:16:06.222Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:16:06.485Z] ---> 281afe5e1b41 [2021-01-28T17:16:06.485Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:16:07.060Z] ---> 4932e907a71f [2021-01-28T17:16:07.060Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:16:07.321Z] ---> cd6e27f94cf4 [2021-01-28T17:16:07.321Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:16:07.321Z] ---> Running in 635b14398784 [2021-01-28T17:16:07.321Z] Removing intermediate container 635b14398784 [2021-01-28T17:16:07.321Z] ---> c2ca776a41cb [2021-01-28T17:16:07.321Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:16:07.584Z] ---> Running in b7a4e0644102 [2021-01-28T17:16:07.584Z] Removing intermediate container b7a4e0644102 [2021-01-28T17:16:07.584Z] ---> b302cd2765a9 [2021-01-28T17:16:07.584Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:16:07.584Z] ---> Running in dd2618e5d8be [2021-01-28T17:16:07.845Z] Removing intermediate container dd2618e5d8be [2021-01-28T17:16:07.845Z] ---> 3632887c0d79 [2021-01-28T17:16:07.845Z] Step 22/23 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:16:07.845Z] ---> Running in 2f9147b3e526 [2021-01-28T17:16:08.108Z] Removing intermediate container 2f9147b3e526 [2021-01-28T17:16:08.108Z] ---> 140d21a21a0e [2021-01-28T17:16:08.108Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:16:08.108Z] ---> Running in d0850a46cf82 [2021-01-28T17:16:08.369Z] Removing intermediate container d0850a46cf82 [2021-01-28T17:16:08.369Z] ---> 3007c119b3c4 [2021-01-28T17:16:08.369Z] [2021-01-28T17:16:08.369Z] Successfully built 3007c119b3c4 [2021-01-28T17:16:08.369Z] Successfully tagged docker-core-data-go:latest [2021-01-28T17:16:08.642Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-28T17:16:08.672Z] $ docker stop --time=1 5f14a90974ed15810b64f26e17b28756e867b4d8cc9f0f4c29fb45ac9f3b765d [2021-01-28T17:16:10.341Z] $ docker rm -f 5f14a90974ed15810b64f26e17b28756e867b4d8cc9f0f4c29fb45ac9f3b765d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:16:10.891Z] + docker images [2021-01-28T17:16:10.891Z] + grep docker [2021-01-28T17:16:11.464Z] docker-core-data-go latest 3007c119b3c4 3 seconds ago 22.3MB [2021-01-28T17:16:11.464Z] docker-support-notifications-go latest 187dfb02eb89 24 seconds ago 16.9MB [2021-01-28T17:16:11.464Z] docker-security-bootstrapper-go latest cbb1203a8d84 24 seconds ago 33.5MB [2021-01-28T17:16:11.464Z] docker-sys-mgmt-agent-go latest d5f16b235d99 25 seconds ago 313MB [2021-01-28T17:16:11.464Z] docker-core-metadata-go latest 2f7bf61960b8 53 seconds ago 18.8MB [2021-01-28T17:16:11.464Z] docker-core-command-go latest 3a32786fe7a9 About a minute ago 16.9MB [2021-01-28T17:16:11.464Z] docker-security-secretstore-setup-go latest 67d8aca9ac8f 2 minutes ago 24.6MB [2021-01-28T17:16:11.464Z] docker-security-proxy-setup-go latest 47c7de53a483 2 minutes ago 24.4MB [2021-01-28T17:16:11.464Z] docker-support-scheduler-go latest fc7ef4ee4153 2 minutes ago 16.4MB [2021-01-28T17:16:11.464Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T17:16:27.141Z] Still waiting to schedule task [2021-01-28T17:16:27.141Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T17:16:53.123Z] gofmt -l . [2021-01-28T17:16:53.124Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:16:53.124Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:16:53.124Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T17:16:53.797Z] + ls -al . [2021-01-28T17:16:53.798Z] total 700 [2021-01-28T17:16:53.798Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 17:16 . [2021-01-28T17:16:53.798Z] drwxr-xr-x 4 root root 4096 Jan 28 17:12 .. [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:11 .dockerignore [2021-01-28T17:16:53.798Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 17:11 .git [2021-01-28T17:16:53.798Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 17:11 .github [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:11 .gitignore [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:11 .sonarcloud.properties [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:11 Attribution.txt [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:11 CONTRIBUTING.md [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:11 Dockerfile.build [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:11 Jenkinsfile [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:11 LICENSE [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:11 Makefile [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:11 README.md [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:11 SECURITY.md [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 17:07 VERSION [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:11 ZMQWindows.md [2021-01-28T17:16:53.798Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 17:11 bin [2021-01-28T17:16:53.798Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:11 cmd [2021-01-28T17:16:53.798Z] -rw-r--r-- 1 root root 565356 Jan 28 17:15 coverage.out [2021-01-28T17:16:53.798Z] -rw-r--r-- 1 root root 1054 Jan 28 17:16 go.mod [2021-01-28T17:16:53.798Z] -rw-r--r-- 1 root root 19399 Jan 28 17:16 go.sum [2021-01-28T17:16:53.798Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 17:11 internal [2021-01-28T17:16:53.798Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 17:11 openapi [2021-01-28T17:16:53.798Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 17:11 snap [2021-01-28T17:16:53.798Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:11 version.go [Pipeline] sh [2021-01-28T17:16:54.494Z] + '[' -e coverage.out ] [2021-01-28T17:16:54.494Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:16:54.518Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T17:16:55.763Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:16:56.411Z] + make build [2021-01-28T17:16:56.412Z] 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-01-28T17:17:11.517Z] 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-01-28T17:17:38.311Z] 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-01-28T17:17:40.936Z] 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-01-28T17:17:47.650Z] 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-01-28T17:17:48.247Z] 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-01-28T17:17:55.013Z] 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-01-28T17:17:59.637Z] Running on prd-ubuntu18.04-docker-8c-8g-23794 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-28T17:17:59.763Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-28T17:18:01.086Z] 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-01-28T17:18:01.957Z] using credential edgex-jenkins-ssh [2021-01-28T17:18:02.015Z] Cloning the remote Git repository [2021-01-28T17:18:02.047Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:18:02.115Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-28T17:18:02.146Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:18:02.147Z] > git --version # timeout=10 [2021-01-28T17:18:02.153Z] > git --version # 'git version 2.17.1' [2021-01-28T17:18:02.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:18:02.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:18:05.403Z] 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-01-28T17:18:10.799Z] 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-01-28T17:18:12.578Z] Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:18:12.073Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:18:12.086Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:18:12.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:18:12.118Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:18:12.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:18:12.123Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:18:12.588Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:18:12.593Z] > git checkout -f 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 # timeout=10 [2021-01-28T17:18:12.765Z] Merge succeeded, producing 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:18:12.766Z] Checking out Revision 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 (PR-3075) [2021-01-28T17:18:14.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:18:12.737Z] > git remote # timeout=10 [2021-01-28T17:18:12.743Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T17:18:12.748Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:18:12.752Z] > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [2021-01-28T17:18:12.760Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T17:18:12.769Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:18:12.774Z] > git checkout -f 74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 # timeout=10 [2021-01-28T17:18:16.471Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:18:17.522Z] + echo snap-build.sh [2021-01-28T17:18:17.522Z] snap-build.sh [2021-01-28T17:18:17.522Z] + SNAP_BASE_DIR=. [2021-01-28T17:18:17.522Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-01-28T17:18:17.522Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-01-28T17:18:17.522Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-01-28T17:18:17.522Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-01-28T17:18:17.522Z] + cd /w/workspace/edgex-go/6 [2021-01-28T17:18:17.522Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T17:18:17.522Z] Reading package lists... [2021-01-28T17:18:17.783Z] Building dependency tree... [2021-01-28T17:18:17.783Z] Reading state information... [2021-01-28T17:18:17.783Z] The following packages were automatically installed and are no longer required: [2021-01-28T17:18:17.783Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T17:18:17.783Z] uidmap xdelta3 [2021-01-28T17:18:17.783Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T17:18:18.046Z] The following packages will be REMOVED: [2021-01-28T17:18:18.046Z] lxd* lxd-client* [2021-01-28T17:18:18.307Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T17:18:18.307Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T17:18:19.354Z] (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-01-28T17:18:19.354Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:18:19.588Z] 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-01-28T17:18:20.741Z] Removing lxd dnsmasq configuration [2021-01-28T17:18:20.741Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:18:21.002Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T17:18:21.572Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T17:18:21.835Z] (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-01-28T17:18:21.835Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:18:22.974Z] 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-01-28T17:18:23.751Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T17:18:23.751Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T17:18:25.154Z] + sudo snap remove --purge lxd [2021-01-28T17:18:25.154Z] snap "lxd" is not installed [2021-01-28T17:18:25.154Z] + sudo groupadd --force --system lxd [2021-01-28T17:18:25.420Z] ++ whoami [2021-01-28T17:18:25.420Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T17:18:25.420Z] + newgrp - lxd [2021-01-28T17:18:25.420Z] + sudo snap install lxd [Pipeline] } [2021-01-28T17:18:29.777Z] $ docker stop --time=1 40ffeceb314df0502afa17437cccb62e83030c7635e9d36147843f1249c94f80 [2021-01-28T17:18:32.151Z] $ docker rm -f 40ffeceb314df0502afa17437cccb62e83030c7635e9d36147843f1249c94f80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:34.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:18:34.592Z] [2021-01-28T17:18:34.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:18:34.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:18:35.250Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T17:18:35.250Z] 29e5d40040c1: Pulling fs layer [2021-01-28T17:18:35.250Z] 1ce36da41761: Pulling fs layer [2021-01-28T17:18:35.250Z] 25b303627fd3: Pulling fs layer [2021-01-28T17:18:35.423Z] 2021-01-28T17:18:33Z INFO Waiting for automatic snapd restart... [2021-01-28T17:18:35.842Z] 29e5d40040c1: Verifying Checksum [2021-01-28T17:18:35.842Z] 29e5d40040c1: Download complete [2021-01-28T17:18:36.439Z] 29e5d40040c1: Pull complete [2021-01-28T17:18:36.714Z] 1ce36da41761: Verifying Checksum [2021-01-28T17:18:36.714Z] 1ce36da41761: Download complete [2021-01-28T17:18:37.693Z] 1ce36da41761: Pull complete [2021-01-28T17:18:38.291Z] 25b303627fd3: Verifying Checksum [2021-01-28T17:18:38.291Z] 25b303627fd3: Download complete [2021-01-28T17:18:48.428Z] 25b303627fd3: Pull complete [2021-01-28T17:18:48.428Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T17:18:48.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:18:48.428Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T17:18:48.659Z] prd-ubuntu18.04-docker-arm64-4c-16g-23791 does not seem to be running inside a container [2021-01-28T17:18:48.744Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:18:51.903Z] $ docker top 521712d7c1675e0fb89af410ea9ee76e639d54297626e906ce37d583a82e21c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:18:52.897Z] + docker-compose build --help [2021-01-28T17:18:52.897Z] + grep parallel [2021-01-28T17:18:53.566Z] lxd 4.10 from Canonical* installed [2021-01-28T17:18:53.566Z] + sudo lxd init --auto [2021-01-28T17:18:57.218Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:18:57.526Z] $ docker stop --time=1 521712d7c1675e0fb89af410ea9ee76e639d54297626e906ce37d583a82e21c8 [2021-01-28T17:18:59.496Z] $ docker rm -f 521712d7c1675e0fb89af410ea9ee76e639d54297626e906ce37d583a82e21c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:19:00.166Z] + sudo snap install --classic snapcraft [2021-01-28T17:19:00.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:19:00.307Z] . [Pipeline] withDockerContainer [2021-01-28T17:19:00.576Z] prd-ubuntu18.04-docker-arm64-4c-16g-23791 does not seem to be running inside a container [2021-01-28T17:19:00.662Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:19:02.215Z] $ docker top 53f701cd77d336fffdb05be15306528ab350c5ddebdc990e2a25bdca23d83beb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:19:03.258Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:19:07.550Z] Building docker-core-command-go ... [2021-01-28T17:19:07.550Z] Building docker-core-data-go ... [2021-01-28T17:19:07.550Z] Building docker-core-metadata-go ... [2021-01-28T17:19:07.550Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:19:07.550Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:19:07.550Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:19:07.550Z] Building docker-support-notifications-go ... [2021-01-28T17:19:07.550Z] Building docker-support-scheduler-go ... [2021-01-28T17:19:07.550Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:19:07.550Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:19:07.550Z] Building docker-support-notifications-go [2021-01-28T17:19:07.550Z] Building docker-core-command-go [2021-01-28T17:19:07.550Z] Building docker-security-secretstore-setup-go [2021-01-28T17:19:07.550Z] Building docker-security-bootstrapper-go [2021-01-28T17:19:08.328Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T17:19:08.328Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T17:19:08.328Z] + patch --verbose -p1 [2021-01-28T17:19:08.328Z] Hmm... Looks like a unified diff to me... [2021-01-28T17:19:08.328Z] The text leading up to this was: [2021-01-28T17:19:08.328Z] -------------------------- [2021-01-28T17:19:08.328Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T17:19:08.328Z] |From: Tony Espy [2021-01-28T17:19:08.328Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T17:19:08.328Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T17:19:08.328Z] | [2021-01-28T17:19:08.328Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T17:19:08.328Z] |optimize the snap CI check run for pull requests. When [2021-01-28T17:19:08.328Z] |applied, it essentially strips out everything (apps and [2021-01-28T17:19:08.328Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T17:19:08.328Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T17:19:08.328Z] |catch changes to edgex-go that break the snap build. [2021-01-28T17:19:08.328Z] | [2021-01-28T17:19:08.328Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T17:19:08.328Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T17:19:08.328Z] |resulting in a failed snap build CI check in the associated [2021-01-28T17:19:08.328Z] |pull request. [2021-01-28T17:19:08.328Z] | [2021-01-28T17:19:08.328Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T17:19:08.328Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T17:19:08.328Z] |need to build the finally binary .snap file (and it won't [2021-01-28T17:19:08.328Z] |work with the patch applied). This further reduces the build [2021-01-28T17:19:08.328Z] |time. [2021-01-28T17:19:08.328Z] |--- [2021-01-28T17:19:08.328Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T17:19:08.328Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T17:19:08.328Z] | [2021-01-28T17:19:08.328Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T17:19:08.328Z] |index 1e537489..faf42425 100644 [2021-01-28T17:19:08.328Z] |--- a/snap/snapcraft.yaml [2021-01-28T17:19:08.328Z] |+++ b/snap/snapcraft.yaml [2021-01-28T17:19:08.328Z] -------------------------- [2021-01-28T17:19:08.328Z] patching file snap/snapcraft.yaml [2021-01-28T17:19:08.328Z] Using Plan A... [2021-01-28T17:19:08.328Z] Hunk #1 succeeded at 73. [2021-01-28T17:19:08.328Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T17:19:08.328Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T17:19:08.328Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T17:19:08.328Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T17:19:08.328Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T17:19:08.328Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T17:19:08.328Z] Hunk #8 succeeded at 342. [2021-01-28T17:19:08.328Z] Hmm... Ignoring the trailing garbage. [2021-01-28T17:19:08.328Z] done [2021-01-28T17:19:08.328Z] + sudo snapcraft prime --use-lxd [2021-01-28T17:19:09.280Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T17:19:09.280Z] 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-01-28T17:19:09.280Z] - README.md [2021-01-28T17:19:09.280Z] - snapcraft.yaml.orig [2021-01-28T17:19:09.280Z] [2021-01-28T17:19:09.280Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T17:19:09.859Z] Launching a container. [2021-01-28T17:19:22.114Z] Waiting for container to be ready [2021-01-28T17:19:22.114Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T17:19:22.114Z] [2021-01-28T17:19:25.457Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T17:19:25.457Z] Waiting for network to be ready... [2021-01-28T17:19:25.718Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T17:19:25.718Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T17:19:26.322Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T17:19:26.322Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T17:19:26.322Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T17:19:26.322Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T17:19:26.583Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T17:19:26.583Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T17:19:26.583Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T17:19:26.583Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T17:19:26.583Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T17:19:26.583Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T17:19:26.583Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T17:19:26.583Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T17:19:26.583Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T17:19:26.583Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T17:19:26.583Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T17:19:26.583Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T17:19:26.845Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T17:19:27.107Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T17:19:27.107Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T17:19:27.107Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T17:19:27.107Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T17:19:27.107Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T17:19:27.369Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T17:19:27.369Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-28T17:19:27.369Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T17:19:31.577Z] Fetched 23.8 MB in 6s (4247 kB/s) [2021-01-28T17:19:32.971Z] Reading package lists... [2021-01-28T17:19:32.971Z] Reading package lists... [2021-01-28T17:19:33.233Z] Building dependency tree... [2021-01-28T17:19:33.233Z] Reading state information... [2021-01-28T17:19:33.233Z] The following additional packages will be installed: [2021-01-28T17:19:33.233Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T17:19:33.233Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T17:19:33.233Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T17:19:33.233Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T17:19:33.233Z] Suggested packages: [2021-01-28T17:19:33.233Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T17:19:33.233Z] Recommended packages: [2021-01-28T17:19:33.234Z] gnupg libsasl2-modules [2021-01-28T17:19:33.234Z] The following NEW packages will be installed: [2021-01-28T17:19:33.234Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T17:19:33.234Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T17:19:33.234Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T17:19:33.234Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T17:19:33.234Z] The following packages will be upgraded: [2021-01-28T17:19:33.234Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T17:19:33.497Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T17:19:33.497Z] Need to get 3533 kB of archives. [2021-01-28T17:19:33.497Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T17:19:33.497Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T17:19:33.497Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T17:19:33.761Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T17:19:34.025Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T17:19:34.025Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T17:19:34.025Z] 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-01-28T17:19:34.025Z] 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-01-28T17:19:34.025Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T17:19:34.025Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T17:19:34.025Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T17:19:34.025Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T17:19:34.025Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T17:19:34.025Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T17:19:34.025Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T17:19:34.025Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T17:19:34.025Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T17:19:34.025Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T17:19:34.025Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T17:19:34.025Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T17:19:34.025Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T17:19:34.286Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T17:19:34.286Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T17:19:34.286Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:19:34.286Z] Fetched 3533 kB in 1s (3919 kB/s) [2021-01-28T17:19:34.548Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T17:19:34.548Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:19:34.548Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:19:34.548Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T17:19:34.811Z] Selecting previously unselected package udev. [2021-01-28T17:19:34.811Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T17:19:34.811Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:19:34.811Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T17:19:35.074Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T17:19:35.074Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T17:19:35.074Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T17:19:35.074Z] Selecting previously unselected package fuse. [2021-01-28T17:19:35.074Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T17:19:35.074Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T17:19:35.074Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:35.337Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:19:35.337Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:35.337Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:19:35.337Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:35.599Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:19:35.599Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T17:19:35.599Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T17:19:35.599Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T17:19:35.599Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T17:19:35.599Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:35.599Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:35.860Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T17:19:35.860Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:35.860Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:35.860Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T17:19:35.860Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:35.860Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:36.122Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T17:19:36.122Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:36.122Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:36.122Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T17:19:36.122Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:36.122Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:36.122Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T17:19:36.122Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:36.122Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:36.383Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T17:19:36.384Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:36.384Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:36.384Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T17:19:36.384Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:36.384Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:36.384Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T17:19:36.384Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:19:36.384Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:36.645Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T17:19:36.645Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T17:19:36.645Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:19:36.645Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T17:19:36.645Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T17:19:36.645Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:19:36.645Z] Selecting previously unselected package libldap-common. [2021-01-28T17:19:36.645Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T17:19:36.645Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:19:36.907Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T17:19:36.907Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T17:19:36.907Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:19:36.907Z] Selecting previously unselected package dirmngr. [2021-01-28T17:19:36.907Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:36.907Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T17:19:37.169Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:19:37.169Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T17:19:37.169Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T17:19:37.169Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:19:37.169Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:19:37.169Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T17:19:37.169Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:37.431Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T17:19:37.431Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:19:37.431Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T17:19:37.692Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T17:19:37.954Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:37.954Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T17:19:37.954Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T17:19:38.216Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T17:19:38.216Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:38.216Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:38.216Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:38.216Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:38.216Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:38.216Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:38.216Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:19:38.216Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:19:38.484Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T17:19:38.484Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:19:39.058Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T17:19:39.058Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T17:19:39.058Z] This means they are not meant to be enabled using systemctl. [2021-01-28T17:19:39.058Z] Possible reasons for having this kind of units are: [2021-01-28T17:19:39.058Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T17:19:39.058Z] .wants/ or .requires/ directory. [2021-01-28T17:19:39.058Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T17:19:39.058Z] a requirement dependency on it. [2021-01-28T17:19:39.058Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T17:19:39.058Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T17:19:39.058Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T17:19:39.058Z] instance name specified. [2021-01-28T17:19:39.323Z] Reading package lists... [2021-01-28T17:19:39.586Z] Building dependency tree... [2021-01-28T17:19:39.586Z] Reading state information... [2021-01-28T17:19:39.586Z] The following additional packages will be installed: [2021-01-28T17:19:39.586Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T17:19:39.586Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T17:19:39.586Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T17:19:39.586Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T17:19:39.586Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T17:19:39.586Z] Suggested packages: [2021-01-28T17:19:39.586Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T17:19:39.586Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T17:19:39.586Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T17:19:39.586Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T17:19:39.586Z] systemd-container policykit-1 [2021-01-28T17:19:39.586Z] Recommended packages: [2021-01-28T17:19:39.586Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T17:19:39.586Z] The following NEW packages will be installed: [2021-01-28T17:19:39.586Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T17:19:39.586Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T17:19:39.586Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T17:19:39.586Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T17:19:39.586Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T17:19:39.586Z] The following packages will be upgraded: [2021-01-28T17:19:39.586Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T17:19:39.856Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T17:19:39.856Z] Need to get 35.2 MB of archives. [2021-01-28T17:19:39.856Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T17:19:39.856Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T17:19:39.856Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T17:19:40.428Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T17:19:40.428Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T17:19:40.690Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T17:19:40.690Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T17:19:40.690Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T17:19:40.690Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T17:19:40.690Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T17:19:40.690Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T17:19:40.690Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T17:19:40.690Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T17:19:40.690Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T17:19:40.690Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T17:19:40.690Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T17:19:40.690Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T17:19:40.690Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T17:19:40.690Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T17:19:40.690Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T17:19:40.690Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T17:19:40.690Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T17:19:40.690Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T17:19:40.690Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T17:19:40.690Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T17:19:40.690Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T17:19:40.690Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T17:19:40.950Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T17:19:40.950Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T17:19:40.950Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T17:19:40.950Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T17:19:41.898Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:19:41.898Z] Fetched 35.2 MB in 2s (18.0 MB/s) [2021-01-28T17:19:41.898Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:19:41.898Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:19:42.160Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:19:42.739Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:19:42.739Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:19:43.002Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T17:19:43.002Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:19:43.002Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T17:19:43.002Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T17:19:43.264Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T17:19:43.264Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:19:43.264Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T17:19:43.526Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T17:19:43.795Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T17:19:43.795Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T17:19:44.058Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T17:19:44.320Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T17:19:44.320Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T17:19:44.320Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T17:19:44.581Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T17:19:44.581Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:19:44.581Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:44.842Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T17:19:44.842Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T17:19:44.842Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T17:19:44.842Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T17:19:44.842Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:19:44.842Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:45.104Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T17:19:45.364Z] Checking for services that may need to be restarted...done. [2021-01-28T17:19:45.365Z] Checking for services that may need to be restarted...done. [2021-01-28T17:19:45.365Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:45.365Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T17:19:45.365Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:45.940Z] Selecting previously unselected package python3-minimal. [2021-01-28T17:19:45.940Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T17:19:45.940Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:19:45.940Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T17:19:46.202Z] Selecting previously unselected package mime-support. [2021-01-28T17:19:46.202Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T17:19:46.202Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T17:19:46.202Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T17:19:46.202Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T17:19:46.202Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T17:19:46.202Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T17:19:46.202Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:19:46.202Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:46.464Z] Selecting previously unselected package python3.6. [2021-01-28T17:19:46.464Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:19:46.464Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:46.725Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T17:19:46.725Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:19:46.725Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T17:19:46.725Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T17:19:46.987Z] Selecting previously unselected package python3. [2021-01-28T17:19:46.987Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T17:19:46.987Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:19:46.987Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T17:19:46.987Z] Selecting previously unselected package multiarch-support. [2021-01-28T17:19:46.987Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:19:46.987Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T17:19:46.987Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T17:19:47.250Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T17:19:47.250Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T17:19:47.250Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T17:19:47.250Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T17:19:47.250Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T17:19:47.250Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T17:19:47.250Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T17:19:47.511Z] Selecting previously unselected package sudo. [2021-01-28T17:19:47.511Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T17:19:47.511Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T17:19:48.086Z] Selecting previously unselected package apparmor. [2021-01-28T17:19:48.086Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T17:19:48.086Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T17:19:48.349Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T17:19:48.349Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T17:19:48.349Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T17:19:48.349Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T17:19:48.349Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:19:48.349Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:48.613Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T17:19:48.613Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:19:48.613Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:48.613Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T17:19:48.613Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T17:19:48.613Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T17:19:48.613Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T17:19:48.613Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:19:48.874Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:48.874Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T17:19:48.874Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:19:48.874Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:48.874Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T17:19:48.874Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T17:19:49.136Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T17:19:49.136Z] Selecting previously unselected package openssh-client. [2021-01-28T17:19:49.136Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T17:19:49.136Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T17:19:49.398Z] Selecting previously unselected package squashfs-tools. [2021-01-28T17:19:49.398Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T17:19:49.398Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T17:19:49.659Z] Selecting previously unselected package snapd. [2021-01-28T17:19:49.659Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T17:19:49.659Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T17:19:52.215Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T17:19:52.215Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T17:19:52.215Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T17:19:52.215Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T17:19:52.215Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T17:19:52.215Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:52.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:19:52.215Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T17:19:52.215Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T17:19:53.602Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T17:19:53.602Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T17:19:53.602Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T17:19:53.863Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:53.863Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:53.863Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:54.807Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T17:19:54.807Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:54.807Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T17:19:54.807Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T17:19:54.807Z] running python rtupdate hooks for python3.6... [2021-01-28T17:19:54.807Z] running python post-rtupdate hooks for python3.6... [2021-01-28T17:19:54.807Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T17:19:56.723Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T17:19:56.723Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:56.723Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T17:19:56.723Z] Setting up snapd (2.48+18.04) ... [2021-01-28T17:19:57.295Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T17:19:57.295Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T17:19:57.557Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T17:19:57.826Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T17:19:58.088Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T17:19:58.088Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T17:19:58.350Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T17:19:58.613Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T17:19:58.613Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T17:19:58.875Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T17:19:59.136Z] /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-01-28T17:19:59.137Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:19:59.137Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T17:20:00.528Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:20:00.528Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:20:00.528Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:20:02.187Z] Reading package lists... [2021-01-28T17:20:02.449Z] Reading package lists... [2021-01-28T17:20:02.449Z] Building dependency tree... [2021-01-28T17:20:02.449Z] Reading state information... [2021-01-28T17:20:02.712Z] Calculating upgrade... [2021-01-28T17:20:02.974Z] The following packages will be upgraded: [2021-01-28T17:20:02.974Z] advancecomp base-files bash binutils binutils-common [2021-01-28T17:20:02.974Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T17:20:02.974Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T17:20:02.974Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T17:20:02.974Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T17:20:02.974Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T17:20:02.974Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T17:20:02.974Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T17:20:02.974Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T17:20:02.974Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T17:20:02.974Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T17:20:02.974Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T17:20:02.974Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T17:20:02.974Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T17:20:02.974Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T17:20:03.235Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:20:03.235Z] Need to get 63.8 MB of archives. [2021-01-28T17:20:03.235Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T17:20:03.235Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T17:20:03.807Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T17:20:04.382Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T17:20:04.382Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T17:20:04.382Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T17:20:04.382Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T17:20:04.382Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T17:20:04.382Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T17:20:04.382Z] 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-01-28T17:20:04.382Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T17:20:04.382Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T17:20:04.382Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T17:20:04.382Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T17:20:04.382Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T17:20:04.382Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T17:20:04.382Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T17:20:04.644Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T17:20:04.645Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T17:20:04.645Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T17:20:04.645Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T17:20:04.645Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T17:20:04.645Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T17:20:04.645Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T17:20:04.907Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T17:20:04.907Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T17:20:04.907Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T17:20:04.907Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T17:20:04.907Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T17:20:04.907Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T17:20:04.907Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T17:20:04.907Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T17:20:04.907Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T17:20:04.907Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T17:20:04.907Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T17:20:05.168Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T17:20:05.168Z] Get:36 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-01-28T17:20:05.168Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T17:20:05.168Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T17:20:05.168Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T17:20:05.168Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T17:20:05.168Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T17:20:05.168Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T17:20:05.433Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T17:20:05.433Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T17:20:05.433Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T17:20:05.433Z] Get:46 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-01-28T17:20:05.433Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T17:20:05.433Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T17:20:05.433Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T17:20:05.433Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T17:20:05.433Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T17:20:05.433Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T17:20:05.695Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T17:20:05.695Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T17:20:05.695Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T17:20:05.956Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T17:20:05.956Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T17:20:05.956Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T17:20:06.217Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T17:20:06.217Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T17:20:06.217Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T17:20:06.217Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T17:20:06.217Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T17:20:06.217Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T17:20:06.217Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T17:20:06.480Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T17:20:06.480Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T17:20:06.480Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T17:20:06.480Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T17:20:06.480Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T17:20:06.480Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T17:20:06.480Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T17:20:06.480Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T17:20:06.480Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T17:20:06.480Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T17:20:06.480Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T17:20:06.480Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T17:20:06.480Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T17:20:06.742Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T17:20:06.742Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T17:20:06.742Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T17:20:06.742Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T17:20:06.742Z] 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-01-28T17:20:06.742Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T17:20:06.742Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T17:20:06.742Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T17:20:06.742Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T17:20:06.742Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T17:20:06.742Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T17:20:06.742Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T17:20:07.704Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T17:20:09.644Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T17:20:09.644Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T17:20:09.906Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T17:20:10.852Z] 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-01-28T17:20:10.852Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T17:20:10.852Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T17:20:10.852Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T17:20:10.852Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T17:20:11.113Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:20:11.113Z] Fetched 63.8 MB in 8s (7925 kB/s) [2021-01-28T17:20:11.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:11.113Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:20:11.113Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:20:12.064Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:20:12.064Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:20:12.064Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T17:20:12.064Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T17:20:13.008Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.008Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.008Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.008Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.270Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.270Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.270Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.270Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.531Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.531Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.531Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.531Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.531Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.794Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.794Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:13.794Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:20:13.794Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:13.794Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T17:20:13.794Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:14.057Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:20:14.057Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:14.057Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:14.057Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:14.057Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:14.319Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:14.319Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:20:14.580Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:14.580Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:20:14.580Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:20:14.841Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:20:15.414Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T17:20:15.414Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:20:15.414Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T17:20:15.414Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T17:20:15.414Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T17:20:15.676Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T17:20:15.937Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T17:20:15.937Z] Installing new version of config file /etc/issue ... [2021-01-28T17:20:15.937Z] Installing new version of config file /etc/issue.net ... [2021-01-28T17:20:15.937Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T17:20:15.937Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T17:20:16.200Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T17:20:16.200Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T17:20:16.200Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T17:20:16.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:16.461Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T17:20:16.461Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T17:20:16.461Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T17:20:16.461Z] 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-01-28T17:20:16.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:16.722Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:16.722Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:16.722Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:16.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:16.985Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T17:20:16.985Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T17:20:16.985Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T17:20:17.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:17.247Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T17:20:17.247Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:20:17.509Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T17:20:17.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:17.509Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:20:17.509Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:20:17.771Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:20:17.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:17.771Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:20:17.771Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:20:17.771Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T17:20:18.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:18.033Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T17:20:18.033Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T17:20:18.033Z] Setting up grep (3.1-2build1) ... [2021-01-28T17:20:18.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:18.294Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T17:20:18.294Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T17:20:18.294Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T17:20:18.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:18.556Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:20:18.556Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:20:18.556Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T17:20:18.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:18.556Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:20:18.816Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:20:19.389Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:20:19.389Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:20:19.650Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:20:19.650Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:20:20.223Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T17:20:20.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:20.223Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T17:20:20.484Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:20:21.440Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T17:20:21.440Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T17:20:21.700Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T17:20:21.701Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T17:20:21.701Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T17:20:21.991Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:21.991Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T17:20:21.991Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T17:20:21.991Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T17:20:22.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:22.254Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:22.254Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:22.254Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:22.515Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:22.515Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:22.515Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:22.515Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:22.776Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:22.776Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:22.776Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:22.776Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:23.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:23.037Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:23.037Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:23.037Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:23.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:23.298Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:20:23.298Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:20:23.298Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:20:23.298Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:20:23.560Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:20:23.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:23.560Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:20:23.560Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:20:23.560Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:20:23.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:23.837Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:23.837Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:23.837Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:24.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:24.113Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:24.113Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:24.113Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:24.113Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:24.113Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:24.440Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:25.412Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:26.006Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T17:20:26.303Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T17:20:26.303Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:26.303Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:20:26.303Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:20:26.577Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:20:26.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:20:26.577Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T17:20:26.577Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:20:26.877Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T17:20:26.877Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:26.877Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T17:20:26.877Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T17:20:27.138Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T17:20:27.399Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:27.399Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T17:20:27.399Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T17:20:27.399Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T17:20:27.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:27.661Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T17:20:27.661Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T17:20:27.661Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T17:20:27.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:27.922Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:20:27.922Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:20:27.922Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:20:28.184Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:28.184Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:20:28.184Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:20:28.184Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:20:28.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:28.445Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:20:28.445Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:20:28.706Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:20:28.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:28.706Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:20:28.967Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:20:28.967Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:20:28.967Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:20:28.967Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:20:28.967Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:20:29.228Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:20:29.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:29.228Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T17:20:29.228Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T17:20:29.315Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:20:29.315Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:20:29.315Z] ---> 45db4134aeb7 [2021-01-28T17:20:29.315Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:20:29.315Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:20:29.315Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:20:29.315Z] ---> 45db4134aeb7 [2021-01-28T17:20:29.315Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:20:29.315Z] [2021-01-28T17:20:29.315Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:20:29.315Z] ---> 45db4134aeb7 [2021-01-28T17:20:29.315Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:20:29.315Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:20:29.315Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:20:29.315Z] ---> 45db4134aeb7 [2021-01-28T17:20:29.315Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:20:29.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:20:29.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:20:29.315Z] ---> 45db4134aeb7 [2021-01-28T17:20:29.315Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:20:29.315Z] ---> Running in 4e7c2c3fbe8c [2021-01-28T17:20:29.315Z] ---> Running in 3df4b2b4217e [2021-01-28T17:20:29.315Z] ---> Running in 52070f3f75b4 [2021-01-28T17:20:29.315Z] ---> Running in 3eafd050d61e [2021-01-28T17:20:29.315Z] ---> Running in 9f11f71f6aae [2021-01-28T17:20:29.315Z] Removing intermediate container 4e7c2c3fbe8c [2021-01-28T17:20:29.315Z] ---> 56508c80d363 [2021-01-28T17:20:29.315Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:20:29.315Z] Removing intermediate container 52070f3f75b4 [2021-01-28T17:20:29.315Z] ---> eca202f9b9a4 [2021-01-28T17:20:29.315Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:20:29.315Z] Removing intermediate container 9f11f71f6aae [2021-01-28T17:20:29.315Z] ---> bbda0e43af1f [2021-01-28T17:20:29.315Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:20:29.315Z] Removing intermediate container 3eafd050d61e [2021-01-28T17:20:29.315Z] ---> 250a03a2a511 [2021-01-28T17:20:29.315Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:20:29.315Z] Removing intermediate container 3df4b2b4217e [2021-01-28T17:20:29.315Z] ---> fade0afd815d [2021-01-28T17:20:29.315Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:20:29.315Z] ---> Running in 2aec13d040fc [2021-01-28T17:20:29.315Z] ---> Running in c9c6c746a19e [2021-01-28T17:20:29.316Z] ---> Running in 5c31c6ddd709 [2021-01-28T17:20:29.316Z] ---> Running in 20cd2d093fa9 [2021-01-28T17:20:29.316Z] ---> Running in 6daac344d064 [2021-01-28T17:20:29.316Z] Removing intermediate container 2aec13d040fc [2021-01-28T17:20:29.316Z] ---> 996c9afb493d [2021-01-28T17:20:29.316Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:20:29.316Z] ---> Running in 0e6e773deb7a [2021-01-28T17:20:29.316Z] Removing intermediate container c9c6c746a19e [2021-01-28T17:20:29.316Z] ---> 02cf53fbc1d7 [2021-01-28T17:20:29.316Z] Removing intermediate container 5c31c6ddd709 [2021-01-28T17:20:29.316Z] ---> 2f03611d8dfd [2021-01-28T17:20:29.316Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:20:29.316Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:20:29.316Z] ---> Running in 8fec48797cfa [2021-01-28T17:20:29.316Z] ---> Running in c0a6703170c6 [2021-01-28T17:20:29.316Z] Removing intermediate container 6daac344d064 [2021-01-28T17:20:29.316Z] ---> 4572f371261a [2021-01-28T17:20:29.316Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:20:29.316Z] Removing intermediate container 20cd2d093fa9 [2021-01-28T17:20:29.316Z] ---> 9ec96d1193ee [2021-01-28T17:20:29.316Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:20:29.316Z] ---> Running in 95ec30fba3ad [2021-01-28T17:20:29.316Z] ---> Running in 766b411a2251 [2021-01-28T17:20:29.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:29.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:29.490Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T17:20:29.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:29.490Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T17:20:29.490Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:20:29.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:29.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:29.750Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:20:29.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:29.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:30.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:30.013Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:20:30.013Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:20:30.013Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:20:30.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:30.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:30.275Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T17:20:30.275Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T17:20:30.275Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T17:20:30.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:30.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:30.536Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T17:20:30.536Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T17:20:30.695Z] OK: 217 MiB in 51 packages [2021-01-28T17:20:30.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:30.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:20:30.798Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T17:20:31.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:31.059Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:20:31.059Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:20:31.059Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T17:20:31.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:31.059Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T17:20:31.320Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T17:20:31.320Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T17:20:31.320Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:31.320Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T17:20:31.580Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T17:20:31.581Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T17:20:31.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:31.581Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T17:20:31.581Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T17:20:31.693Z] OK: 217 MiB in 51 packages [2021-01-28T17:20:31.693Z] OK: 217 MiB in 51 packages [2021-01-28T17:20:31.693Z] OK: 217 MiB in 51 packages [2021-01-28T17:20:31.693Z] OK: 217 MiB in 51 packages [2021-01-28T17:20:31.841Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T17:20:31.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:31.841Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T17:20:31.841Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T17:20:32.108Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T17:20:32.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:32.108Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T17:20:32.108Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T17:20:32.303Z] Removing intermediate container 0e6e773deb7a [2021-01-28T17:20:32.304Z] ---> da5ee69caafe [2021-01-28T17:20:32.304Z] Step 6/26 : COPY go.mod . [2021-01-28T17:20:32.369Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T17:20:32.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:20:32.369Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T17:20:32.369Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T17:20:32.369Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T17:20:32.630Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T17:20:32.630Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T17:20:32.630Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T17:20:32.630Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T17:20:32.630Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T17:20:32.891Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T17:20:32.891Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T17:20:33.152Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T17:20:33.152Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T17:20:33.152Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T17:20:33.152Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T17:20:33.287Z] ---> f66eb3467a8e [2021-01-28T17:20:33.287Z] Step 7/26 : RUN go mod download [2021-01-28T17:20:33.413Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T17:20:33.413Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T17:20:33.413Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T17:20:33.413Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T17:20:33.562Z] ---> Running in e434ca7281e7 [2021-01-28T17:20:33.562Z] Removing intermediate container c0a6703170c6 [2021-01-28T17:20:33.562Z] ---> c1bfcd64e76c [2021-01-28T17:20:33.562Z] Step 6/34 : COPY go.mod . [2021-01-28T17:20:33.675Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T17:20:33.675Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T17:20:33.675Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T17:20:33.675Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T17:20:33.839Z] Removing intermediate container 766b411a2251 [2021-01-28T17:20:33.839Z] ---> 932c4cec8324 [2021-01-28T17:20:33.839Z] Step 6/23 : COPY go.mod . [2021-01-28T17:20:33.839Z] Removing intermediate container 8fec48797cfa [2021-01-28T17:20:33.839Z] ---> e27fd1940997 [2021-01-28T17:20:33.839Z] Step 6/22 : COPY go.mod . [2021-01-28T17:20:33.839Z] Removing intermediate container 95ec30fba3ad [2021-01-28T17:20:33.839Z] ---> f0a0d74f16c6 [2021-01-28T17:20:33.839Z] Step 6/24 : COPY go.mod . [2021-01-28T17:20:33.937Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T17:20:33.937Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T17:20:33.937Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T17:20:33.937Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T17:20:34.203Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T17:20:34.203Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T17:20:34.847Z] ---> 5cb426f22581 [2021-01-28T17:20:34.847Z] Step 7/34 : RUN go mod download [2021-01-28T17:20:35.125Z] ---> 6a61c76d6ccd [2021-01-28T17:20:35.125Z] Step 7/24 : RUN go mod download [2021-01-28T17:20:35.125Z] ---> 79e4d3cfa7b7 [2021-01-28T17:20:35.125Z] Step 7/23 : RUN go mod download [2021-01-28T17:20:35.125Z] ---> Running in b4aaa4fe4933 [2021-01-28T17:20:35.125Z] ---> ed6d873a1019 [2021-01-28T17:20:35.125Z] Step 7/22 : RUN go mod download [2021-01-28T17:20:35.399Z] ---> Running in 8d354cad6ba3 [2021-01-28T17:20:35.399Z] ---> Running in cd4a2b298c9e [2021-01-28T17:20:35.399Z] ---> Running in 12accf880c9a [2021-01-28T17:20:35.592Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T17:20:35.593Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T17:20:35.593Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T17:20:35.593Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T17:20:35.593Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:20:35.593Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:20:36.164Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:20:36.164Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:20:36.164Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:20:36.164Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:20:36.426Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:20:36.426Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:20:36.426Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:36.426Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:36.688Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:36.688Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:36.952Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:36.952Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:36.952Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:36.952Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:37.385Z] Removing intermediate container e434ca7281e7 [2021-01-28T17:20:37.385Z] ---> 0963291859c1 [2021-01-28T17:20:37.385Z] Step 8/26 : COPY . . [2021-01-28T17:20:37.895Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:38.158Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:39.103Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:39.103Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:39.677Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:39.677Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:40.090Z] Removing intermediate container b4aaa4fe4933 [2021-01-28T17:20:40.090Z] ---> b830fbc8744f [2021-01-28T17:20:40.090Z] Step 8/34 : COPY . . [2021-01-28T17:20:40.251Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:40.251Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:40.364Z] Removing intermediate container 8d354cad6ba3 [2021-01-28T17:20:40.364Z] ---> e8b73b406281 [2021-01-28T17:20:40.364Z] Step 8/24 : COPY . . [2021-01-28T17:20:40.966Z] Removing intermediate container cd4a2b298c9e [2021-01-28T17:20:40.966Z] ---> 61521f07a78d [2021-01-28T17:20:40.966Z] Step 8/22 : COPY . . [2021-01-28T17:20:40.966Z] Removing intermediate container 12accf880c9a [2021-01-28T17:20:40.966Z] ---> 98d748e936fe [2021-01-28T17:20:40.966Z] Step 8/23 : COPY . . [2021-01-28T17:20:41.196Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:20:41.196Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:20:41.196Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:20:41.196Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:20:41.458Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T17:20:41.458Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:20:41.458Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T17:20:41.719Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:20:41.720Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T17:20:41.720Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T17:20:41.720Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:20:41.983Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:20:41.983Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:20:41.983Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:20:41.983Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T17:20:42.245Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T17:20:42.245Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:42.245Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:20:42.245Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:42.506Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:42.506Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:42.506Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T17:20:42.506Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T17:20:42.506Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T17:20:42.767Z] [2021-01-28T17:20:42.767Z] Current default time zone: 'Etc/UTC' [2021-01-28T17:20:42.767Z] Local time is now: Thu Jan 28 17:20:42 UTC 2021. [2021-01-28T17:20:42.767Z] Universal Time is now: Thu Jan 28 17:20:42 UTC 2021. [2021-01-28T17:20:42.767Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T17:20:42.767Z] [2021-01-28T17:20:42.767Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T17:20:42.767Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:42.767Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T17:20:42.767Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:20:42.767Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T17:20:42.767Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T17:20:42.767Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T17:20:43.029Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T17:20:43.029Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T17:20:43.029Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T17:20:43.029Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:43.029Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T17:20:43.291Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:43.291Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:20:43.291Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:43.291Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T17:20:43.555Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T17:20:43.555Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T17:20:43.555Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T17:20:43.555Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T17:20:43.555Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T17:20:43.555Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:20:43.555Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T17:20:45.474Z] Updating certificates in /etc/ssl/certs... [2021-01-28T17:20:46.048Z] 22 added, 17 removed; done. [2021-01-28T17:20:46.308Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T17:20:46.309Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:20:46.309Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T17:20:46.309Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T17:20:46.309Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T17:20:46.569Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.569Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:20:46.569Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.569Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.569Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.569Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.569Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.569Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T17:20:46.569Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:20:46.831Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:20:46.831Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T17:20:46.831Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:20:46.831Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.831Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:20:46.831Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:20:46.831Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T17:20:46.831Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:20:47.092Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:20:47.092Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T17:20:47.092Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T17:20:47.092Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T17:20:47.093Z] Updating certificates in /etc/ssl/certs... [2021-01-28T17:20:47.672Z] 0 added, 0 removed; done. [2021-01-28T17:20:47.672Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T17:20:47.672Z] done. [2021-01-28T17:20:48.613Z] Reading package lists... [2021-01-28T17:20:48.613Z] Building dependency tree... [2021-01-28T17:20:48.613Z] Reading state information... [2021-01-28T17:20:48.875Z] The following NEW packages will be installed: [2021-01-28T17:20:48.875Z] apt-transport-https [2021-01-28T17:20:48.875Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:20:48.875Z] Need to get 1696 B of archives. [2021-01-28T17:20:48.875Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T17:20:48.875Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T17:20:49.136Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:20:49.136Z] Fetched 1696 B in 0s (40.5 kB/s) [2021-01-28T17:20:49.136Z] Selecting previously unselected package apt-transport-https. [2021-01-28T17:20:49.136Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T17:20:49.136Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T17:20:49.136Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T17:20:49.136Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T17:20:49.707Z] Waiting for network to be ready... [2021-01-28T17:20:56.300Z] 2021-01-28T17:20:53Z INFO Waiting for automatic snapd restart... [2021-01-28T17:20:56.561Z] snapd 2.48.2 from Canonical* installed [2021-01-28T17:20:57.947Z] "snapd" switched to the "latest/stable" channel [2021-01-28T17:20:57.947Z] [2021-01-28T17:21:03.245Z] core18 20201210 from Canonical* installed [2021-01-28T17:21:03.245Z] "core18" switched to the "latest/stable" channel [2021-01-28T17:21:03.245Z] [2021-01-28T17:21:07.824Z] ---> 4bddd6b6d885 [2021-01-28T17:21:07.825Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:21:07.825Z] ---> eca1050b51b1 [2021-01-28T17:21:07.825Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:21:07.825Z] ---> 1804444dee78 [2021-01-28T17:21:07.825Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:21:07.825Z] ---> Running in a7b3cd72278c [2021-01-28T17:21:07.825Z] ---> Running in 53cc400bfe5f [2021-01-28T17:21:07.825Z] ---> Running in c6a5e6f22aad [2021-01-28T17:21:07.825Z] ---> 2c969624a47f [2021-01-28T17:21:07.825Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:21:07.825Z] ---> f68826ee3675 [2021-01-28T17:21:07.825Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:21:07.825Z] ---> Running in 206da3dbd8c7 [2021-01-28T17:21:07.825Z] ---> Running in 73478acc5df1 [2021-01-28T17:21:07.825Z] Removing intermediate container c6a5e6f22aad [2021-01-28T17:21:07.825Z] ---> fcfab385d723 [2021-01-28T17:21:07.825Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:21:07.825Z] ---> Running in c208b20e862d [2021-01-28T17:21:08.104Z] 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-01-28T17:21:08.104Z] 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-01-28T17:21:08.547Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T17:21:08.808Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T17:21:08.808Z] [2021-01-28T17:21:09.552Z] 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-01-28T17:21:09.552Z] 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-01-28T17:21:09.828Z] 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-01-28T17:21:12.111Z] 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-01-28T17:21:12.111Z] - README.md [2021-01-28T17:21:12.111Z] - snapcraft.yaml.orig [2021-01-28T17:21:12.111Z] [2021-01-28T17:21:12.111Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T17:21:18.705Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:21:18.705Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:21:18.705Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:21:18.997Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:21:20.384Z] Reading package lists... [2021-01-28T17:21:20.958Z] 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-01-28T17:21:27.622Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:21:27.622Z] Reading package lists... [2021-01-28T17:21:27.622Z] Building dependency tree... [2021-01-28T17:21:27.622Z] Reading state information... [2021-01-28T17:21:27.622Z] Suggested packages: [2021-01-28T17:21:27.622Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T17:21:27.622Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T17:21:27.622Z] Recommended packages: [2021-01-28T17:21:27.622Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T17:21:27.622Z] The following NEW packages will be installed: [2021-01-28T17:21:27.622Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T17:21:27.622Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T17:21:27.622Z] pkg-config zip [2021-01-28T17:21:27.622Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:21:27.622Z] Need to get 7655 kB of archives. [2021-01-28T17:21:27.622Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T17:21:27.622Z] 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-01-28T17:21:27.622Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T17:21:27.622Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T17:21:27.622Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T17:21:27.622Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T17:21:27.622Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T17:21:27.622Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T17:21:27.622Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T17:21:27.894Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T17:21:27.894Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T17:21:27.894Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T17:21:27.894Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T17:21:28.170Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T17:21:28.170Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T17:21:28.171Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T17:21:28.171Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:21:28.171Z] Fetched 7655 kB in 1s (9846 kB/s) [2021-01-28T17:21:28.438Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T17:21:28.438Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T17:21:28.438Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T17:21:28.438Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T17:21:28.704Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T17:21:28.705Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T17:21:28.705Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T17:21:28.705Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T17:21:28.705Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T17:21:28.705Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T17:21:28.980Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T17:21:28.980Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T17:21:28.980Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T17:21:28.980Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T17:21:28.980Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T17:21:28.980Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T17:21:28.980Z] Selecting previously unselected package liberror-perl. [2021-01-28T17:21:28.980Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T17:21:28.980Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T17:21:28.980Z] Selecting previously unselected package git-man. [2021-01-28T17:21:28.980Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T17:21:29.241Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:21:29.241Z] Selecting previously unselected package git. [2021-01-28T17:21:29.241Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T17:21:29.241Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:21:30.183Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T17:21:30.183Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T17:21:30.183Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T17:21:30.183Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T17:21:30.183Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T17:21:30.444Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T17:21:30.444Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T17:21:30.444Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T17:21:30.444Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T17:21:30.444Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T17:21:30.444Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T17:21:30.444Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:21:30.705Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T17:21:30.705Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T17:21:30.705Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:21:30.705Z] Selecting previously unselected package pkg-config. [2021-01-28T17:21:30.705Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T17:21:30.705Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T17:21:30.968Z] Selecting previously unselected package zip. [2021-01-28T17:21:30.968Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T17:21:30.968Z] Unpacking zip (3.0-11build1) ... [2021-01-28T17:21:30.968Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T17:21:30.968Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:21:30.968Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T17:21:30.968Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T17:21:31.230Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T17:21:31.230Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T17:21:31.230Z] No schema files found: doing nothing. [2021-01-28T17:21:31.230Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T17:21:31.230Z] Setting up zip (3.0-11build1) ... [2021-01-28T17:21:31.230Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T17:21:31.230Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T17:21:31.230Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T17:21:31.492Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:21:31.492Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T17:21:31.492Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:21:31.492Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:21:31.492Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:21:38.088Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:21:38.349Z] git set to automatically installed. [2021-01-28T17:21:38.349Z] git-man set to automatically installed. [2021-01-28T17:21:38.349Z] libcurl3-gnutls set to automatically installed. [2021-01-28T17:21:38.349Z] liberror-perl set to automatically installed. [2021-01-28T17:21:38.349Z] libglib2.0-0 set to automatically installed. [2021-01-28T17:21:38.349Z] libnghttp2-14 set to automatically installed. [2021-01-28T17:21:38.349Z] libnorm1 set to automatically installed. [2021-01-28T17:21:38.349Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T17:21:38.349Z] libpsl5 set to automatically installed. [2021-01-28T17:21:38.349Z] librtmp1 set to automatically installed. [2021-01-28T17:21:38.349Z] libsodium23 set to automatically installed. [2021-01-28T17:21:38.349Z] libzmq3-dev set to automatically installed. [2021-01-28T17:21:38.349Z] libzmq5 set to automatically installed. [2021-01-28T17:21:38.349Z] pkg-config set to automatically installed. [2021-01-28T17:21:38.349Z] zip set to automatically installed. [2021-01-28T17:21:40.929Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T17:21:47.541Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:21:47.541Z] snap "core18" has no updates available [2021-01-28T17:21:47.808Z] Pulling config-common [2021-01-28T17:21:49.194Z] Pulling go-build-helper [2021-01-28T17:22:15.792Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T17:22:15.792Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T17:22:15.792Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T17:22:15.792Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T17:22:15.792Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T17:22:15.792Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T17:22:15.792Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T17:22:15.792Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T17:22:15.792Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T17:22:15.792Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T17:22:15.792Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T17:22:15.792Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T17:22:15.792Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T17:22:15.792Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T17:22:15.792Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T17:22:15.792Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T17:22:15.792Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T17:22:15.792Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T17:22:15.792Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T17:22:15.792Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T17:22:15.792Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T17:22:15.792Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T17:22:15.792Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T17:22:15.792Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T17:22:15.792Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T17:22:15.792Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-28T17:22:15.792Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T17:22:15.792Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T17:22:15.792Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T17:22:15.792Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T17:22:15.792Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T17:22:15.792Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T17:22:15.792Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T17:22:15.792Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T17:22:15.792Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T17:22:15.792Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T17:22:15.792Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T17:22:15.792Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T17:22:15.792Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T17:22:15.792Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T17:22:15.792Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T17:22:15.792Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T17:22:15.792Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T17:22:15.792Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T17:22:15.792Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T17:22:15.792Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T17:22:15.792Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T17:22:15.792Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T17:22:15.792Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T17:22:15.792Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T17:22:15.792Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T17:22:15.792Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T17:22:15.792Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T17:22:15.792Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T17:22:15.792Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T17:22:15.792Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T17:22:15.792Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T17:22:15.792Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T17:22:15.792Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T17:22:15.792Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T17:22:15.792Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T17:22:15.792Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T17:22:15.792Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T17:22:15.792Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T17:22:15.792Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T17:22:15.792Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T17:22:15.792Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T17:22:15.792Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T17:22:15.792Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T17:22:15.792Z] Pulling static-packages [2021-01-28T17:22:16.054Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T17:22:16.054Z] Skipping pull go-build-helper (already ran) [2021-01-28T17:22:16.054Z] Skipping pull static-packages (already ran) [2021-01-28T17:22:16.054Z] Building go-build-helper [2021-01-28T17:22:20.272Z] Building static-packages [2021-01-28T17:22:22.830Z] Staging go-build-helper [2021-01-28T17:22:24.222Z] Staging static-packages [2021-01-28T17:22:25.166Z] Pulling go115 [2021-01-28T17:22:26.561Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T17:22:26.561Z] Skipping pull go115 (already ran) [2021-01-28T17:22:26.561Z] Building go115 [2021-01-28T17:22:26.561Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:22:26.561Z] Dload Upload Total Spent Left Speed [2021-01-28T17:22:29.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 24.4M 0 0:00:04 --:--:-- 0:00:04 24.4M 45 115M 45 52.1M 0 0 30.9M 0 0:00:03 0:00:01 0:00:02 30.9M 77 115M 77 89.1M 0 0 33.2M 0 0:00:03 0:00:02 0:00:01 33.2M 100 115M 100 115M 0 0 35.3M 0 0:00:03 0:00:03 --:--:-- 35.3M [2021-01-28T17:22:30.630Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T17:22:35.962Z] Staging go115 [2021-01-28T17:22:42.562Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:22:42.562Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:22:42.562Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:22:42.562Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T17:22:42.562Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T17:22:42.562Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T17:22:42.562Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T17:22:42.562Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T17:22:42.562Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T17:22:42.562Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T17:22:42.562Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T17:22:42.562Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T17:22:42.562Z] Pulling edgex-go [2021-01-28T17:22:43.953Z] Pulling version [2021-01-28T17:22:44.899Z] Building config-common [2021-01-28T17:22:46.663Z] 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-01-28T17:22:46.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:22:47.472Z] Skipping build go-build-helper (already ran) [2021-01-28T17:22:47.472Z] Skipping build static-packages (already ran) [2021-01-28T17:22:47.472Z] Skipping build go115 (already ran) [2021-01-28T17:22:47.472Z] Building edgex-go [2021-01-28T17:22:48.425Z] 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-01-28T17:22:49.398Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T17:22:49.398Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 [2021-01-28T17:22:49.398Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-28T17:22:49.398Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T17:22:49.661Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T17:22:49.661Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-01-28T17:22:49.661Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T17:22:49.661Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T17:22:49.661Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T17:22:49.661Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T17:22:49.661Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T17:22:49.661Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T17:22:49.661Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T17:22:49.661Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T17:22:49.661Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T17:22:49.661Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T17:22:49.661Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T17:22:49.661Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T17:22:49.661Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T17:22:49.923Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T17:22:49.923Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T17:22:49.923Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T17:22:49.923Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T17:22:49.923Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T17:22:49.923Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T17:22:49.923Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T17:22:49.923Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T17:22:50.189Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T17:22:50.768Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T17:22:50.768Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T17:22:56.856Z] Removing intermediate container a7b3cd72278c [2021-01-28T17:22:56.856Z] ---> 4877bb78a1e9 [2021-01-28T17:22:56.856Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:22:56.856Z] Removing intermediate container 206da3dbd8c7 [2021-01-28T17:22:56.856Z] ---> 030a9d92a6fd [2021-01-28T17:22:56.856Z] [2021-01-28T17:22:56.856Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:22:56.856Z] 3.12: Pulling from library/alpine [2021-01-28T17:22:56.856Z] ---> Running in 96ab45e16157 [2021-01-28T17:22:58.867Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:22:58.867Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:22:58.867Z] ---> afeebe901d6b [2021-01-28T17:22:58.867Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:22:58.934Z] 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-01-28T17:22:59.151Z] 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-01-28T17:22:59.430Z] ---> Running in 5eb1cde414d5 [2021-01-28T17:22:59.707Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:22:59.707Z] + cd /tmp/build/dist/linux [2021-01-28T17:22:59.707Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:22:59.707Z] Cloning into '.'... [2021-01-28T17:22:59.989Z] Removing intermediate container 73478acc5df1 [2021-01-28T17:22:59.989Z] ---> efed039cc3e2 [2021-01-28T17:22:59.989Z] [2021-01-28T17:22:59.989Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:22:59.989Z] ---> afeebe901d6b [2021-01-28T17:22:59.989Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:23:00.268Z] ---> Running in d1506bf9a6b1 [2021-01-28T17:23:00.268Z] + go get github.com/robfig/glock [2021-01-28T17:23:01.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:02.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:02.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:02.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:02.585Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:23:02.866Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:23:02.866Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:23:02.866Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:23:02.866Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:23:02.866Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:02.866Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:23:03.150Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:23:03.150Z] OK: 7 MiB in 19 packages [2021-01-28T17:23:03.150Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:23:03.150Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:03.150Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:23:03.433Z] OK: 6 MiB in 16 packages [2021-01-28T17:23:04.246Z] 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-01-28T17:23:04.509Z] 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-01-28T17:23:04.891Z] Removing intermediate container 96ab45e16157 [2021-01-28T17:23:04.891Z] ---> 766a0a72d9f2 [2021-01-28T17:23:04.891Z] [2021-01-28T17:23:04.891Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:23:05.167Z] 20.10.0: Pulling from library/docker [2021-01-28T17:23:05.896Z] 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-01-28T17:23:06.158Z] 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-01-28T17:23:06.158Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-28T17:23:06.419Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T17:23:06.419Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T17:23:06.419Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T17:23:06.737Z] Removing intermediate container 5eb1cde414d5 [2021-01-28T17:23:06.737Z] ---> c86966a96803 [2021-01-28T17:23:06.737Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:23:06.737Z] Removing intermediate container d1506bf9a6b1 [2021-01-28T17:23:06.737Z] ---> 0b1300c29dbe [2021-01-28T17:23:06.737Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:23:07.068Z] ---> Running in c37338a00cd3 [2021-01-28T17:23:07.359Z] ---> Running in fbcad1fb7207 [2021-01-28T17:23:07.973Z] Removing intermediate container 53cc400bfe5f [2021-01-28T17:23:07.973Z] ---> 37185a84873c [2021-01-28T17:23:07.973Z] [2021-01-28T17:23:07.973Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:23:07.973Z] ---> afeebe901d6b [2021-01-28T17:23:07.973Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:23:08.250Z] Removing intermediate container c37338a00cd3 [2021-01-28T17:23:08.250Z] ---> 606ed85dd4d2 [2021-01-28T17:23:08.250Z] Step 13/24 : WORKDIR / [2021-01-28T17:23:08.337Z] 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-01-28T17:23:08.337Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T17:23:08.337Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T17:23:08.521Z] ---> Running in f757936e23f1 [2021-01-28T17:23:08.802Z] ---> Running in c9b909ad5985 [2021-01-28T17:23:08.802Z] Removing intermediate container fbcad1fb7207 [2021-01-28T17:23:08.802Z] ---> 4b3b8d14f1bc [2021-01-28T17:23:08.802Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:23:09.279Z] 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-01-28T17:23:09.402Z] ---> Running in 34e45b367ec4 [2021-01-28T17:23:10.225Z] 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-01-28T17:23:10.387Z] Removing intermediate container c9b909ad5985 [2021-01-28T17:23:10.387Z] ---> 629aa4565479 [2021-01-28T17:23:10.388Z] 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-01-28T17:23:10.388Z] Removing intermediate container 34e45b367ec4 [2021-01-28T17:23:10.388Z] ---> 6bd4b63b3328 [2021-01-28T17:23:10.388Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:23:10.499Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T17:23:10.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:10.666Z] ---> Running in dbba5cbeeaba [2021-01-28T17:23:10.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:11.545Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:23:11.545Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:11.545Z] OK: 5 MiB in 15 packages [2021-01-28T17:23:11.819Z] Removing intermediate container dbba5cbeeaba [2021-01-28T17:23:11.819Z] ---> d518ca83e8f9 [2021-01-28T17:23:11.819Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:23:11.894Z] 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-01-28T17:23:12.420Z] ---> a80fbbd01982 [2021-01-28T17:23:12.420Z] 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-01-28T17:23:12.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:23:13.790Z] 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-01-28T17:23:13.790Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T17:23:14.415Z] ---> 22cb0b3a9058 [2021-01-28T17:23:14.415Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:23:14.415Z] ---> 3189d9c701fd [2021-01-28T17:23:14.415Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:23:14.415Z] Removing intermediate container f757936e23f1 [2021-01-28T17:23:14.415Z] ---> fc8a2620e9bf [2021-01-28T17:23:14.415Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:23:14.754Z] 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-01-28T17:23:14.754Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T17:23:15.016Z] ---> Running in 1140d3220412 [2021-01-28T17:23:17.010Z] Removing intermediate container 1140d3220412 [2021-01-28T17:23:17.010Z] ---> 831f6e7a7116 [2021-01-28T17:23:17.010Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:23:17.010Z] ---> 9c9746888dd7 [2021-01-28T17:23:17.010Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:23:17.010Z] ---> d455ef961484 [2021-01-28T17:23:17.010Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:23:17.289Z] ---> Running in 49391c2310ef [2021-01-28T17:23:18.295Z] Removing intermediate container 49391c2310ef [2021-01-28T17:23:18.295Z] ---> 1c334afb427a [2021-01-28T17:23:18.295Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:23:18.904Z] ---> 179e6a85dae1 [2021-01-28T17:23:18.904Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:23:18.904Z] ---> Running in 037fa204e3a1 [2021-01-28T17:23:19.143Z] Building version [2021-01-28T17:23:19.182Z] ---> Running in 042e1707d880 [2021-01-28T17:23:19.455Z] ---> ca8e0dc13658 [2021-01-28T17:23:19.455Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:23:19.728Z] Removing intermediate container 037fa204e3a1 [2021-01-28T17:23:19.728Z] ---> 4f1b07b22d53 [2021-01-28T17:23:19.728Z] Step 15/23 : WORKDIR / [2021-01-28T17:23:20.338Z] ---> Running in 83d819afc7dd [2021-01-28T17:23:20.338Z] Removing intermediate container 042e1707d880 [2021-01-28T17:23:20.338Z] ---> e0f218f41c01 [2021-01-28T17:23:20.338Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:23:20.612Z] ---> Running in 51b8e18f492c [2021-01-28T17:23:21.059Z] Staging config-common [2021-01-28T17:23:21.598Z] + glock sync -n [2021-01-28T17:23:21.871Z] Removing intermediate container 83d819afc7dd [2021-01-28T17:23:21.871Z] ---> b2de4aa59d74 [2021-01-28T17:23:21.871Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:23:22.002Z] Skipping stage go-build-helper (already ran) [2021-01-28T17:23:22.002Z] Skipping stage static-packages (already ran) [2021-01-28T17:23:22.002Z] Skipping stage go115 (already ran) [2021-01-28T17:23:22.002Z] Staging edgex-go [2021-01-28T17:23:22.148Z] ---> 0dfa2f6c070c [2021-01-28T17:23:22.148Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:23:22.426Z] Removing intermediate container 51b8e18f492c [2021-01-28T17:23:22.426Z] ---> 67a31b05ff3c [2021-01-28T17:23:22.426Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:23:22.701Z] ---> Running in e905fb18ef72 [2021-01-28T17:23:23.312Z] ---> 81ce015f8ee4 [2021-01-28T17:23:23.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:23:23.312Z] ---> f168cb5dce5e [2021-01-28T17:23:23.312Z] 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-01-28T17:23:23.388Z] Staging version [2021-01-28T17:23:23.586Z] Removing intermediate container e905fb18ef72 [2021-01-28T17:23:23.586Z] ---> 1e4c1312e776 [2021-01-28T17:23:23.586Z] Step 21/22 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:23:23.586Z] ---> Running in 4c8270dfea10 [2021-01-28T17:23:23.860Z] ---> Running in b9ad0f0223d6 [2021-01-28T17:23:24.332Z] Priming config-common [2021-01-28T17:23:24.852Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:23:24.852Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:23:24.852Z] ---> eeaf43b92773 [2021-01-28T17:23:24.852Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:23:24.852Z] Removing intermediate container b9ad0f0223d6 [2021-01-28T17:23:24.852Z] ---> 35d8c9dc2973 [2021-01-28T17:23:24.852Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:23:25.125Z] ---> 78f26cd0d501 [2021-01-28T17:23:25.125Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:23:25.125Z] ---> Running in f48249867752 [2021-01-28T17:23:25.125Z] ---> Running in 6ce5a4c2d264 [2021-01-28T17:23:25.719Z] Priming go-build-helper [2021-01-28T17:23:26.113Z] Removing intermediate container 6ce5a4c2d264 [2021-01-28T17:23:26.113Z] ---> c6974e5b76b2 [2021-01-28T17:23:26.113Z] [2021-01-28T17:23:26.661Z] Priming static-packages [2021-01-28T17:23:26.711Z] ---> 4c09dd44d9ca [2021-01-28T17:23:26.711Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:23:26.983Z] Successfully built c6974e5b76b2 [2021-01-28T17:23:26.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:26.983Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T17:23:26.983Z] Building docker-core-data-go [2021-01-28T17:23:27.273Z]  Building docker-support-notifications-go ... done  ---> Running in 5b2754bdb0dd [2021-01-28T17:23:27.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:27.548Z] Removing intermediate container 4c8270dfea10 [2021-01-28T17:23:27.548Z] ---> 166154ed74a3 [2021-01-28T17:23:27.548Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:23:27.823Z] ---> Running in 703d4b2d0355 [2021-01-28T17:23:28.104Z] Removing intermediate container 5b2754bdb0dd [2021-01-28T17:23:28.104Z] ---> b1b27b2be201 [2021-01-28T17:23:28.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:23:28.104Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:23:28.104Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:23:28.104Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:23:28.104Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:28.104Z] OK: 12 MiB in 22 packages [2021-01-28T17:23:28.383Z] ---> Running in a0aa20beb911 [2021-01-28T17:23:28.657Z] Removing intermediate container 703d4b2d0355 [2021-01-28T17:23:28.657Z] ---> 205af36b4712 [2021-01-28T17:23:28.657Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T17:23:28.939Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:23:28.939Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:23:28.939Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:23:29.235Z] Priming go115 [2021-01-28T17:23:29.533Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:23:29.533Z] + git describe '--abbrev=0' --tags [2021-01-28T17:23:29.533Z] + TAG=v0.6.1 [2021-01-28T17:23:29.533Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:23:29.533Z] + apk --print-arch [2021-01-28T17:23:29.533Z] + arch=aarch64 [2021-01-28T17:23:29.533Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T17:23:29.533Z] building [dockerize] for arm64 ... [2021-01-28T17:23:29.533Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T17:23:29.810Z]  ---> Running in c83dadb1365b [2021-01-28T17:23:30.183Z] Priming edgex-go [2021-01-28T17:23:30.411Z] Removing intermediate container a0aa20beb911 [2021-01-28T17:23:30.411Z] ---> 431dfee8e60f [2021-01-28T17:23:30.411Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:23:30.683Z] Removing intermediate container c83dadb1365b [2021-01-28T17:23:30.683Z] ---> d3d128c4a6d7 [2021-01-28T17:23:30.683Z] Step 23/24 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:23:30.974Z] ---> Running in d61fc46edf64 [2021-01-28T17:23:31.252Z] ---> Running in ce91d6bfcdf7 [2021-01-28T17:23:31.253Z] Removing intermediate container f48249867752 [2021-01-28T17:23:31.253Z] ---> 2d369698c8fd [2021-01-28T17:23:31.253Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:23:31.570Z] Priming version [2021-01-28T17:23:31.892Z] ---> Running in 4217689fbcd7 [2021-01-28T17:23:32.201Z] Removing intermediate container d61fc46edf64 [2021-01-28T17:23:32.201Z] ---> 6eb9a3c5e327 [2021-01-28T17:23:32.201Z] Step 22/23 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:23:32.534Z] Removing intermediate container ce91d6bfcdf7 [2021-01-28T17:23:32.534Z] ---> 2e11ae111241 [2021-01-28T17:23:32.534Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T17:23:32.844Z] ---> Running in 52744174e650 [2021-01-28T17:23:32.844Z] Removing intermediate container 4217689fbcd7 [2021-01-28T17:23:32.844Z] ---> aa32d221a518 [2021-01-28T17:23:32.844Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:23:32.956Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-28T17:23:33.489Z] ---> Running in d9b572e34479 [2021-01-28T17:23:33.777Z] ---> Running in 41db100e9beb [2021-01-28T17:23:34.055Z] Removing intermediate container 52744174e650 [2021-01-28T17:23:34.055Z] ---> d00e35b4179d [2021-01-28T17:23:34.055Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:23:34.055Z] Removing intermediate container d9b572e34479 [2021-01-28T17:23:34.055Z] ---> 9d113ad47b22 [2021-01-28T17:23:34.055Z] [2021-01-28T17:23:34.329Z] ---> Running in e67678a0015e [2021-01-28T17:23:34.329Z] Removing intermediate container 41db100e9beb [2021-01-28T17:23:34.329Z] ---> cf711047e377 [2021-01-28T17:23:34.329Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:23:34.608Z] Successfully built 9d113ad47b22 [2021-01-28T17:23:34.893Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T17:23:34.893Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-28T17:23:34.893Z] ---> Running in 9027a603a43c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-28T17:23:35.180Z] Removing intermediate container e67678a0015e [2021-01-28T17:23:35.181Z] ---> af375ec86565 [2021-01-28T17:23:35.181Z] [2021-01-28T17:23:35.181Z] + date [2021-01-28T17:23:35.181Z] Thu Jan 28 17:23:35 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:23:35.181Z] + echo 'Thu Jan 28 17:23:35 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T17:23:35.462Z] Removing intermediate container 9027a603a43c [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T17:23:35.754Z] ---> bad5ebdf7468 [2021-01-28T17:23:35.754Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:23:35.754Z] Successfully built af375ec86565 [2021-01-28T17:23:35.754Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T17:23:35.754Z] Building docker-security-proxy-setup-go [2021-01-28T17:23:37.752Z]  Building docker-core-command-go ... done  ---> fbb066253630 [2021-01-28T17:23:37.752Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:23:41.169Z] ---> a5cbd228ac6d [2021-01-28T17:23:41.169Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:23:43.805Z] ---> 3962a273e439 [2021-01-28T17:23:43.805Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:23:44.084Z] ---> Running in 5f182f3a0b5b [2021-01-28T17:23:45.550Z] Removing intermediate container c208b20e862d [2021-01-28T17:23:45.550Z] ---> 8d53b1c8bc5b [2021-01-28T17:23:45.551Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:23:45.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:45.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:46.428Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:23:46.428Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:23:46.428Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:23:46.428Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:23:46.428Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:23:46.428Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:23:46.703Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:23:46.703Z] ---> Running in 7e64bfb2c084 [2021-01-28T17:23:48.150Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:23:48.150Z] statically linked [2021-01-28T17:23:48.755Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:23:48.755Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:23:48.755Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:23:48.755Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:23:48.755Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:23:48.755Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:23:48.755Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:23:48.755Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:23:49.032Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:23:49.032Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:23:49.032Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:23:49.032Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:23:49.032Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:23:49.032Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:23:49.032Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:23:49.032Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:23:49.032Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:23:49.307Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:23:49.307Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:23:49.307Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:23:49.307Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:23:49.307Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:23:49.307Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:23:49.307Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:23:49.307Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:23:49.307Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:23:49.582Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:49.582Z] OK: 71 MiB in 55 packages [2021-01-28T17:23:51.561Z] Removing intermediate container 7e64bfb2c084 [2021-01-28T17:23:51.561Z] ---> 8ea70adc4911 [2021-01-28T17:23:51.561Z] [2021-01-28T17:23:51.561Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:23:51.561Z] ---> afeebe901d6b [2021-01-28T17:23:51.561Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:23:52.161Z] ---> Running in 9efabc61cd22 [2021-01-28T17:23:52.763Z] Removing intermediate container 9efabc61cd22 [2021-01-28T17:23:52.763Z] ---> 3981048cf0b7 [2021-01-28T17:23:52.763Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:23:53.038Z] ---> Running in b2e78fb210de [2021-01-28T17:23:54.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:54.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:55.363Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:23:55.363Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:23:55.363Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:23:55.363Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:55.363Z] OK: 6 MiB in 17 packages [2021-01-28T17:23:58.999Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:23:58.999Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:23:58.999Z] ---> 45db4134aeb7 [2021-01-28T17:23:58.999Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:23:58.999Z] ---> Using cache [2021-01-28T17:23:58.999Z] ---> fade0afd815d [2021-01-28T17:23:58.999Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:23:58.999Z] ---> Using cache [2021-01-28T17:23:58.999Z] ---> 4572f371261a [2021-01-28T17:23:58.999Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:23:59.270Z] Removing intermediate container b2e78fb210de [2021-01-28T17:23:59.270Z] ---> c36f5b421854 [2021-01-28T17:23:59.270Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:23:59.546Z] ---> Running in a12610d60814 [2021-01-28T17:23:59.825Z] ---> Running in 87450641c895 [2021-01-28T17:24:00.119Z] Removing intermediate container 5f182f3a0b5b [2021-01-28T17:24:00.119Z] ---> 4261019f4570 [2021-01-28T17:24:00.119Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:24:01.107Z] Removing intermediate container 87450641c895 [2021-01-28T17:24:01.107Z] ---> 401608080905 [2021-01-28T17:24:01.107Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:24:01.107Z] ---> Running in 59c171bb2371 [2021-01-28T17:24:01.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:01.655Z] ---> Running in fc10c04c29a6 [2021-01-28T17:24:02.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:02.956Z] Removing intermediate container fc10c04c29a6 [2021-01-28T17:24:02.956Z] ---> 1ded37c7de86 [2021-01-28T17:24:02.956Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:24:03.302Z] OK: 217 MiB in 51 packages [2021-01-28T17:24:03.302Z] ---> Running in 3be9652580d6 [2021-01-28T17:24:06.037Z] Removing intermediate container a12610d60814 [2021-01-28T17:24:06.037Z] ---> 17d92a07c8c4 [2021-01-28T17:24:06.037Z] Step 6/23 : COPY go.mod . [2021-01-28T17:24:07.471Z] ---> 0285b0b63247 [2021-01-28T17:24:07.471Z] Step 7/23 : RUN go mod download [2021-01-28T17:24:07.471Z] Removing intermediate container 3be9652580d6 [2021-01-28T17:24:07.471Z] ---> 6f2c1b5c7f53 [2021-01-28T17:24:07.471Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:24:07.745Z] ---> Running in 7d6d1f0046b8 [2021-01-28T17:24:07.745Z] ---> Running in 6bba8aea3a1e [2021-01-28T17:24:08.728Z] Collecting docker-compose==1.23.2 [2021-01-28T17:24:09.002Z] Removing intermediate container 7d6d1f0046b8 [2021-01-28T17:24:09.002Z] ---> 0231dca4da01 [2021-01-28T17:24:09.002Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:24:09.002Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:24:09.987Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:24:09.987Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:24:10.986Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:24:10.986Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:24:11.263Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:24:11.263Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:24:11.263Z] ---> 45db4134aeb7 [2021-01-28T17:24:11.263Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:24:11.263Z] ---> Using cache [2021-01-28T17:24:11.263Z] ---> fade0afd815d [2021-01-28T17:24:11.263Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:24:11.263Z] ---> Using cache [2021-01-28T17:24:11.263Z] ---> 4572f371261a [2021-01-28T17:24:11.263Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:24:11.263Z] ---> Using cache [2021-01-28T17:24:11.263Z] ---> f0a0d74f16c6 [2021-01-28T17:24:11.263Z] Step 6/21 : COPY go.mod . [2021-01-28T17:24:11.263Z] ---> Using cache [2021-01-28T17:24:11.263Z] ---> 6a61c76d6ccd [2021-01-28T17:24:11.263Z] Step 7/21 : RUN go mod download [2021-01-28T17:24:11.263Z] ---> Using cache [2021-01-28T17:24:11.263Z] ---> e8b73b406281 [2021-01-28T17:24:11.263Z] Step 8/21 : COPY . . [2021-01-28T17:24:11.538Z] ---> Using cache [2021-01-28T17:24:11.538Z] ---> f68826ee3675 [2021-01-28T17:24:11.538Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:24:11.816Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:24:11.816Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:24:11.816Z] ---> 45db4134aeb7 [2021-01-28T17:24:11.816Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:24:11.816Z] ---> Using cache [2021-01-28T17:24:11.816Z] ---> fade0afd815d [2021-01-28T17:24:11.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:24:11.816Z] ---> Using cache [2021-01-28T17:24:11.816Z] ---> 4572f371261a [2021-01-28T17:24:11.816Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:24:11.816Z] ---> Using cache [2021-01-28T17:24:11.816Z] ---> f0a0d74f16c6 [2021-01-28T17:24:11.816Z] Step 6/22 : COPY go.mod . [2021-01-28T17:24:11.816Z] ---> Using cache [2021-01-28T17:24:11.816Z] ---> 6a61c76d6ccd [2021-01-28T17:24:11.816Z] Step 7/22 : RUN go mod download [2021-01-28T17:24:11.816Z] ---> Using cache [2021-01-28T17:24:11.816Z] ---> e8b73b406281 [2021-01-28T17:24:11.816Z] Step 8/22 : COPY . . [2021-01-28T17:24:11.816Z] ---> cafaeb79b3cc [2021-01-28T17:24:11.816Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:24:11.816Z] ---> Running in 5844070fd660 [2021-01-28T17:24:11.816Z] ---> Using cache [2021-01-28T17:24:11.816Z] ---> f68826ee3675 [2021-01-28T17:24:11.816Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:24:12.089Z] ---> Running in dbb6b01251f5 [2021-01-28T17:24:12.362Z] Removing intermediate container 6bba8aea3a1e [2021-01-28T17:24:12.362Z] ---> 563fc709f0cd [2021-01-28T17:24:12.362Z] Step 8/23 : COPY . . [2021-01-28T17:24:13.348Z] ---> 753ce8e2b6bc [2021-01-28T17:24:13.348Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:24:13.348Z] ---> Running in d64a84e622af [2021-01-28T17:24:13.623Z] 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-01-28T17:24:13.898Z] 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-01-28T17:24:15.898Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:24:15.898Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:24:16.906Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:24:16.906Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:24:18.346Z] Removing intermediate container d64a84e622af [2021-01-28T17:24:18.346Z] ---> dc31cc10bf14 [2021-01-28T17:24:18.346Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:20.345Z] ---> fe054bc61a05 [2021-01-28T17:24:20.345Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:24:20.950Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:24:20.950Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:24:22.942Z] ---> 07954ac6a743 [2021-01-28T17:24:22.942Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:24:25.582Z] ---> a3267bc816da [2021-01-28T17:24:25.582Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:24:25.582Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:24:25.582Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:24:28.215Z] ---> 788598aaea5f [2021-01-28T17:24:28.215Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:24:29.677Z] ---> c2dc7f1aee82 [2021-01-28T17:24:29.677Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:24:30.662Z] ---> Running in 54e16573d5f2 [2021-01-28T17:24:31.262Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:24:31.262Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:24:31.865Z] Removing intermediate container 54e16573d5f2 [2021-01-28T17:24:31.865Z] ---> fb746a2a87bf [2021-01-28T17:24:31.865Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:24:32.487Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:24:32.487Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:24:33.578Z] ---> ac035fe2db44 [2021-01-28T17:24:33.578Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:24:33.859Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:24:33.859Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:24:34.147Z] 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-01-28T17:24:34.147Z] 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-01-28T17:24:34.147Z] 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-01-28T17:24:34.418Z] ---> Running in 3a30e63aec10 [2021-01-28T17:24:34.691Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:24:34.691Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:24:34.691Z] ---> dde9328ed5bc [2021-01-28T17:24:34.691Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:24:34.964Z] ---> Running in 088b76aab71f [2021-01-28T17:24:35.946Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:24:35.946Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:24:36.931Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:24:36.931Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:24:36.931Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:24:36.931Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:24:36.931Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:24:36.931Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:24:37.539Z] 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-01-28T17:24:38.548Z] Installing collected packages: jsonschema, dockerpty, idna, urllib3, requests, texttable, docopt, PyYAML, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-01-28T17:24:38.548Z] Removing intermediate container 3a30e63aec10 [2021-01-28T17:24:38.548Z] ---> 65c6ee96a3b2 [2021-01-28T17:24:38.548Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:24:39.155Z] ---> Running in e5c6bba78e28 [2021-01-28T17:24:39.155Z] Running setup.py install for dockerpty: started [2021-01-28T17:24:40.141Z] Removing intermediate container e5c6bba78e28 [2021-01-28T17:24:40.141Z] ---> 34398c57dca2 [2021-01-28T17:24:40.141Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:24:40.416Z] ---> Running in 4ea538550de5 [2021-01-28T17:24:41.430Z] Removing intermediate container 4ea538550de5 [2021-01-28T17:24:41.430Z] ---> ab77157e2f4b [2021-01-28T17:24:41.430Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T17:24:42.073Z] ---> Running in 8ebf2bc78769 [2021-01-28T17:24:43.065Z] Removing intermediate container 8ebf2bc78769 [2021-01-28T17:24:43.065Z] ---> 60d2ae9d365b [2021-01-28T17:24:43.065Z] Step 33/34 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:24:43.065Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:24:43.065Z] Attempting uninstall: idna [2021-01-28T17:24:43.065Z] Found existing installation: idna 2.9 [2021-01-28T17:24:43.065Z] Uninstalling idna-2.9: [2021-01-28T17:24:43.342Z] Successfully uninstalled idna-2.9 [2021-01-28T17:24:43.637Z] ---> Running in 2c1fb96ea11e [2021-01-28T17:24:44.249Z] Removing intermediate container 2c1fb96ea11e [2021-01-28T17:24:44.249Z] ---> c977147b589b [2021-01-28T17:24:44.249Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T17:24:44.525Z] Attempting uninstall: urllib3 [2021-01-28T17:24:44.525Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:24:44.525Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:24:44.801Z] ---> Running in ff3b347831e9 [2021-01-28T17:24:44.801Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:24:45.419Z] Removing intermediate container ff3b347831e9 [2021-01-28T17:24:45.419Z] ---> 2fa7bb68d635 [2021-01-28T17:24:45.419Z] [2021-01-28T17:24:46.033Z] Successfully built 2fa7bb68d635 [2021-01-28T17:24:46.033Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T17:24:46.033Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-01-28T17:24:46.033Z] Attempting uninstall: requests [2021-01-28T17:24:46.033Z] Found existing installation: requests 2.23.0 [2021-01-28T17:24:46.033Z] Uninstalling requests-2.23.0: [2021-01-28T17:24:46.324Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:24:46.603Z] Running setup.py install for texttable: started [2021-01-28T17:24:50.039Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:24:50.040Z] Running setup.py install for docopt: started [2021-01-28T17:24:52.688Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:24:52.688Z] Running setup.py install for PyYAML: started [2021-01-28T17:24:58.132Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:25:02.483Z] 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-01-28T17:25:12.770Z] Removing intermediate container 59c171bb2371 [2021-01-28T17:25:12.770Z] ---> 0ce75abd6d0f [2021-01-28T17:25:12.770Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:25:12.770Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:25:12.770Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:25:12.770Z] ---> 45db4134aeb7 [2021-01-28T17:25:12.770Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:25:12.770Z] ---> Using cache [2021-01-28T17:25:12.770Z] ---> fade0afd815d [2021-01-28T17:25:12.770Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:25:12.770Z] ---> Using cache [2021-01-28T17:25:12.770Z] ---> 4572f371261a [2021-01-28T17:25:12.770Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:25:12.770Z] ---> Using cache [2021-01-28T17:25:12.770Z] ---> f0a0d74f16c6 [2021-01-28T17:25:12.770Z] Step 6/23 : COPY go.mod . [2021-01-28T17:25:12.770Z] ---> Using cache [2021-01-28T17:25:12.770Z] ---> 6a61c76d6ccd [2021-01-28T17:25:12.770Z] Step 7/23 : RUN go mod download [2021-01-28T17:25:12.770Z] ---> Using cache [2021-01-28T17:25:12.770Z] ---> e8b73b406281 [2021-01-28T17:25:12.770Z] Step 8/23 : COPY . . [2021-01-28T17:25:12.770Z] ---> Using cache [2021-01-28T17:25:12.770Z] ---> f68826ee3675 [2021-01-28T17:25:12.770Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:25:13.045Z] ---> Running in c5a4a844bb02 [2021-01-28T17:25:13.045Z] ---> Running in cac46b2b048f [2021-01-28T17:25:15.670Z] 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-01-28T17:25:15.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:25:15.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:25:16.647Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:25:16.647Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:25:16.647Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:25:16.647Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:25:16.647Z] OK: 71 MiB in 58 packages [2021-01-28T17:25:18.629Z] Removing intermediate container cac46b2b048f [2021-01-28T17:25:18.629Z] ---> beae02ba46e7 [2021-01-28T17:25:18.629Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:25:18.629Z] ---> Running in 88e25bfe8afe [2021-01-28T17:25:19.237Z] Removing intermediate container 88e25bfe8afe [2021-01-28T17:25:19.237Z] ---> 0b88ac9d9034 [2021-01-28T17:25:19.237Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:25:19.837Z] ---> Running in 58d54a356c08 [2021-01-28T17:25:20.434Z] Removing intermediate container 58d54a356c08 [2021-01-28T17:25:20.434Z] ---> 4690e1e7c42b [2021-01-28T17:25:20.434Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T17:25:20.710Z] ---> Running in c7995f5486e6 [2021-01-28T17:25:21.316Z] Removing intermediate container c7995f5486e6 [2021-01-28T17:25:21.316Z] ---> 5eb2ab06727a [2021-01-28T17:25:21.316Z] Step 25/26 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:25:21.591Z] ---> Running in 6de0412e86c4 [2021-01-28T17:25:22.189Z] Removing intermediate container 6de0412e86c4 [2021-01-28T17:25:22.189Z] ---> 5e6d01d17e68 [2021-01-28T17:25:22.189Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T17:25:22.461Z] ---> Running in 67e536a012df [2021-01-28T17:25:23.451Z] Removing intermediate container 67e536a012df [2021-01-28T17:25:23.451Z] ---> 3ca80517defd [2021-01-28T17:25:23.451Z] [2021-01-28T17:25:23.730Z] Successfully built 3ca80517defd [2021-01-28T17:25:24.009Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T17:25:39.160Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:25:57.559Z] Removing intermediate container 5844070fd660 [2021-01-28T17:25:57.559Z] ---> 472502ae669f [2021-01-28T17:25:57.559Z] [2021-01-28T17:25:57.559Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:25:57.559Z] ---> afeebe901d6b [2021-01-28T17:25:57.559Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:25:57.839Z] ---> Running in c457afc35ea3 [2021-01-28T17:25:58.130Z] Removing intermediate container dbb6b01251f5 [2021-01-28T17:25:58.130Z] ---> 7fa93b71ae55 [2021-01-28T17:25:58.130Z] [2021-01-28T17:25:58.419Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:25:58.419Z] ---> afeebe901d6b [2021-01-28T17:25:58.419Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:25:58.419Z] ---> Using cache [2021-01-28T17:25:58.419Z] ---> fc8a2620e9bf [2021-01-28T17:25:58.419Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:25:58.419Z] ---> Using cache [2021-01-28T17:25:58.419Z] ---> 831f6e7a7116 [2021-01-28T17:25:58.419Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:25:58.702Z] ---> Running in d646c4a5e229 [2021-01-28T17:25:59.715Z] Removing intermediate container d646c4a5e229 [2021-01-28T17:25:59.715Z] ---> 82e8f3167e08 [2021-01-28T17:25:59.715Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:25:59.715Z] ---> Running in 540e7a74ff39 [2021-01-28T17:26:00.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:00.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:00.581Z] Removing intermediate container 540e7a74ff39 [2021-01-28T17:26:00.581Z] ---> dee226ddf4ae [2021-01-28T17:26:00.581Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:26:01.606Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:26:01.606Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:26:01.606Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:26:01.606Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:26:01.606Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:26:01.606Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:26:01.606Z] ---> 336ec0fd9935 [2021-01-28T17:26:01.606Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:26:01.893Z] OK: 7 MiB in 18 packages [2021-01-28T17:26:03.909Z] ---> 86878e1d79a0 [2021-01-28T17:26:03.909Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:26:04.924Z] Removing intermediate container c457afc35ea3 [2021-01-28T17:26:04.924Z] ---> 6987647afc98 [2021-01-28T17:26:04.924Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:26:05.222Z] ---> Running in d0c424b1ae89 [2021-01-28T17:26:05.500Z] ---> 83e49010e181 [2021-01-28T17:26:05.500Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:26:05.780Z] ---> Running in 0d9b233c915c [2021-01-28T17:26:06.068Z] Removing intermediate container d0c424b1ae89 [2021-01-28T17:26:06.068Z] ---> 862afc4c8c0c [2021-01-28T17:26:06.068Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:26:06.345Z] ---> Running in e93c7bd91890 [2021-01-28T17:26:06.625Z] Removing intermediate container 0d9b233c915c [2021-01-28T17:26:06.625Z] ---> 37d47c294372 [2021-01-28T17:26:06.625Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:26:06.909Z] ---> Running in 551b240dcdf8 [2021-01-28T17:26:06.909Z] Removing intermediate container e93c7bd91890 [2021-01-28T17:26:06.909Z] ---> 98c2feca6338 [2021-01-28T17:26:06.909Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:26:07.513Z] Removing intermediate container 551b240dcdf8 [2021-01-28T17:26:07.513Z] ---> 61062c3b2009 [2021-01-28T17:26:07.513Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:26:07.793Z] ---> Running in 4246bbb8de44 [2021-01-28T17:26:08.795Z] ---> ef0dc68036fd [2021-01-28T17:26:08.795Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:26:08.795Z] Removing intermediate container 4246bbb8de44 [2021-01-28T17:26:08.795Z] ---> e52783d5af53 [2021-01-28T17:26:09.077Z] Step 21/22 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:26:09.356Z] ---> Running in c366d1db0de0 [2021-01-28T17:26:10.805Z] ---> 5accd1339870 [2021-01-28T17:26:10.805Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:26:10.805Z] Removing intermediate container c366d1db0de0 [2021-01-28T17:26:10.805Z] ---> 79d7d64b37d0 [2021-01-28T17:26:10.805Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:26:11.413Z] ---> Running in 5c5039b5c486 [2021-01-28T17:26:12.429Z] Removing intermediate container 5c5039b5c486 [2021-01-28T17:26:12.429Z] ---> 9d1b85158ede [2021-01-28T17:26:12.429Z] [2021-01-28T17:26:13.063Z] Successfully built 9d1b85158ede [2021-01-28T17:26:13.063Z] ---> 6aa271af931a [2021-01-28T17:26:13.063Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:26:13.063Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T17:26:13.681Z]  Building docker-support-scheduler-go ... done  ---> Running in 3742831f71a1 [2021-01-28T17:26:14.290Z] Removing intermediate container 3742831f71a1 [2021-01-28T17:26:14.290Z] ---> 3722966e5a3a [2021-01-28T17:26:14.290Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:26:14.569Z] ---> Running in ea163c46a55b [2021-01-28T17:26:15.172Z] Removing intermediate container ea163c46a55b [2021-01-28T17:26:15.172Z] ---> 6dad7fca122f [2021-01-28T17:26:15.172Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T17:26:15.172Z] ---> Running in 60ac8201e562 [2021-01-28T17:26:15.777Z] Removing intermediate container 60ac8201e562 [2021-01-28T17:26:15.777Z] ---> 77f541084abd [2021-01-28T17:26:15.777Z] Step 20/21 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:26:16.054Z] ---> Running in 88bc75da527c [2021-01-28T17:26:16.663Z] Removing intermediate container 88bc75da527c [2021-01-28T17:26:16.663Z] ---> 90896f7b9a3e [2021-01-28T17:26:16.663Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T17:26:16.947Z] ---> Running in 86378c485f47 [2021-01-28T17:26:17.549Z] Removing intermediate container 86378c485f47 [2021-01-28T17:26:17.549Z] ---> 116877c3d2be [2021-01-28T17:26:17.549Z] [2021-01-28T17:26:18.151Z] Successfully built 116877c3d2be [2021-01-28T17:26:18.151Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T17:26:36.485Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 088b76aab71f [2021-01-28T17:26:36.485Z] ---> 6771deb2b2c2 [2021-01-28T17:26:36.485Z] [2021-01-28T17:26:36.485Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:26:36.485Z] ---> afeebe901d6b [2021-01-28T17:26:36.485Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:26:36.485Z] ---> Running in f6c84b192b64 [2021-01-28T17:26:36.485Z] Removing intermediate container f6c84b192b64 [2021-01-28T17:26:36.485Z] ---> 939d984e3662 [2021-01-28T17:26:36.485Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:26:36.485Z] ---> Running in 30d44944dbf9 [2021-01-28T17:26:36.485Z] Removing intermediate container 30d44944dbf9 [2021-01-28T17:26:36.485Z] ---> 36fe272d1731 [2021-01-28T17:26:36.485Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:26:36.485Z] ---> Running in be9de8fb32ab [2021-01-28T17:26:36.485Z] Removing intermediate container c5a4a844bb02 [2021-01-28T17:26:36.485Z] ---> 2e56557fff33 [2021-01-28T17:26:36.485Z] [2021-01-28T17:26:36.485Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:26:36.485Z] ---> afeebe901d6b [2021-01-28T17:26:36.485Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:26:36.485Z] ---> Using cache [2021-01-28T17:26:36.485Z] ---> fc8a2620e9bf [2021-01-28T17:26:36.485Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:26:36.756Z] ---> Using cache [2021-01-28T17:26:36.756Z] ---> 831f6e7a7116 [2021-01-28T17:26:36.756Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:26:36.756Z] ---> Running in a52c4b9f2675 [2021-01-28T17:26:36.756Z] Removing intermediate container be9de8fb32ab [2021-01-28T17:26:36.756Z] ---> 1e39f8f8edd5 [2021-01-28T17:26:36.756Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:26:37.030Z] ---> Running in 2e21d1d54d53 [2021-01-28T17:26:37.303Z] Removing intermediate container a52c4b9f2675 [2021-01-28T17:26:37.303Z] ---> 5e33a4d7b7ca [2021-01-28T17:26:37.303Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:26:37.574Z] ---> Running in e1ffdf5b8018 [2021-01-28T17:26:37.851Z] Removing intermediate container e1ffdf5b8018 [2021-01-28T17:26:37.851Z] ---> d29abd3de9bc [2021-01-28T17:26:37.851Z] Step 15/23 : WORKDIR / [2021-01-28T17:26:38.123Z] ---> Running in 5901a85203f1 [2021-01-28T17:26:38.822Z] Removing intermediate container 5901a85203f1 [2021-01-28T17:26:38.822Z] ---> effef006b423 [2021-01-28T17:26:38.822Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:26:39.435Z] Removing intermediate container 2e21d1d54d53 [2021-01-28T17:26:39.435Z] ---> 81453cd822f2 [2021-01-28T17:26:39.435Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:26:39.435Z] ---> Running in 2db177da02a6 [2021-01-28T17:26:39.717Z] ---> 48263d39c2fb [2021-01-28T17:26:39.717Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:26:40.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:40.962Z] ---> 1f498160816a [2021-01-28T17:26:40.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:26:41.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:41.564Z] ---> aec59169ae7c [2021-01-28T17:26:41.564Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:26:41.838Z] ---> Running in 889b9791ec12 [2021-01-28T17:26:42.112Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:26:42.387Z] Removing intermediate container 889b9791ec12 [2021-01-28T17:26:42.387Z] ---> 7f0183df2f7f [2021-01-28T17:26:42.387Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:26:42.387Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:26:42.387Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:26:42.387Z] ---> Running in 7ac399c6058a [2021-01-28T17:26:42.660Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:26:42.933Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:26:42.933Z] Removing intermediate container 7ac399c6058a [2021-01-28T17:26:42.933Z] ---> 44106381efc4 [2021-01-28T17:26:42.933Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:26:42.933Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:26:43.208Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:26:43.208Z] OK: 8 MiB in 20 packages [2021-01-28T17:26:43.208Z] ---> Running in 91a5d621839b [2021-01-28T17:26:43.809Z] Removing intermediate container 91a5d621839b [2021-01-28T17:26:43.809Z] ---> 11ecee064856 [2021-01-28T17:26:43.809Z] Step 22/23 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:26:43.809Z] ---> Running in 47b09507ca38 [2021-01-28T17:26:44.408Z] Removing intermediate container 47b09507ca38 [2021-01-28T17:26:44.408Z] ---> ea936b83685a [2021-01-28T17:26:44.408Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:26:44.681Z] ---> Running in 6c0c731cc9f4 [2021-01-28T17:26:44.681Z] Removing intermediate container 2db177da02a6 [2021-01-28T17:26:44.681Z] ---> 0aa7b5342c64 [2021-01-28T17:26:44.681Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:26:45.276Z] Removing intermediate container 6c0c731cc9f4 [2021-01-28T17:26:45.276Z] ---> fd6117632432 [2021-01-28T17:26:45.276Z] [2021-01-28T17:26:45.550Z] Successfully built fd6117632432 [2021-01-28T17:26:45.550Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T17:26:45.550Z]  Building docker-core-metadata-go ... done  ---> 63c5489db93f [2021-01-28T17:26:45.550Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:26:46.986Z] ---> 9aa179457925 [2021-01-28T17:26:46.986Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:26:47.964Z] ---> e34889e7bcac [2021-01-28T17:26:47.964Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:26:47.964Z] ---> Running in 23b4bb55a6b6 [2021-01-28T17:26:48.559Z] Removing intermediate container 23b4bb55a6b6 [2021-01-28T17:26:48.559Z] ---> b77bd5d87469 [2021-01-28T17:26:48.559Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:26:48.559Z] ---> Running in b69d29446e99 [2021-01-28T17:26:49.157Z] Removing intermediate container b69d29446e99 [2021-01-28T17:26:49.157Z] ---> ab41f85c8817 [2021-01-28T17:26:49.157Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:26:49.157Z] ---> Running in 8f25f8aa98ce [2021-01-28T17:26:49.752Z] Removing intermediate container 8f25f8aa98ce [2021-01-28T17:26:49.752Z] ---> 5faf9ebfe5db [2021-01-28T17:26:49.752Z] Step 22/23 : LABEL git_sha=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [2021-01-28T17:26:49.752Z] ---> Running in cfead138c204 [2021-01-28T17:26:50.343Z] Removing intermediate container cfead138c204 [2021-01-28T17:26:50.343Z] ---> a43a7093fc2e [2021-01-28T17:26:50.343Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:26:50.343Z] ---> Running in 66c5b16c7774 [2021-01-28T17:26:50.942Z] Removing intermediate container 66c5b16c7774 [2021-01-28T17:26:50.942Z] ---> ae9ce495c1c5 [2021-01-28T17:26:50.942Z] [2021-01-28T17:26:51.213Z] Successfully built ae9ce495c1c5 [2021-01-28T17:26:51.213Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T17:26:51.825Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-28T17:26:51.842Z] $ docker stop --time=1 53f701cd77d336fffdb05be15306528ab350c5ddebdc990e2a25bdca23d83beb [2021-01-28T17:26:53.802Z] $ docker rm -f 53f701cd77d336fffdb05be15306528ab350c5ddebdc990e2a25bdca23d83beb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:26:54.550Z] + docker+ images [2021-01-28T17:26:54.550Z] grep docker [2021-01-28T17:26:54.823Z] docker-core-data-go-arm64 latest ae9ce495c1c5 4 seconds ago 21MB [2021-01-28T17:26:54.823Z] docker-core-metadata-go-arm64 latest fd6117632432 10 seconds ago 17.7MB [2021-01-28T17:26:54.823Z] docker-security-proxy-setup-go-arm64 latest 116877c3d2be 37 seconds ago 23.2MB [2021-01-28T17:26:54.823Z] docker-support-scheduler-go-arm64 latest 9d1b85158ede 43 seconds ago 15.5MB [2021-01-28T17:26:54.823Z] docker-sys-mgmt-agent-go-arm64 latest 3ca80517defd About a minute ago 300MB [2021-01-28T17:26:54.823Z] docker-security-bootstrapper-go-arm64 latest 2fa7bb68d635 2 minutes ago 31.9MB [2021-01-28T17:26:54.823Z] docker-core-command-go-arm64 latest af375ec86565 3 minutes ago 16MB [2021-01-28T17:26:54.823Z] docker-security-secretstore-setup-go-arm64 latest 9d113ad47b22 3 minutes ago 23.4MB [2021-01-28T17:26:54.823Z] docker-support-notifications-go-arm64 latest c6974e5b76b2 3 minutes ago 16MB [2021-01-28T17:26:54.823Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T17:26:56.428Z] provisioning config files... [2021-01-28T17:26:56.440Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1220059139070093555tmp [Pipeline] { [Pipeline] sh [2021-01-28T17:26:56.815Z] + set +x [2021-01-28T17:26:56.815Z] + curl -s https://codecov.io/bash [2021-01-28T17:26:56.815Z] + bash -s -- [2021-01-28T17:26:57.076Z] [2021-01-28T17:26:57.076Z] _____ _ [2021-01-28T17:26:57.076Z] / ____| | | [2021-01-28T17:26:57.076Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T17:26:57.076Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T17:26:57.076Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T17:26:57.076Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T17:26:57.076Z] Bash-20210128-d4071a2 [2021-01-28T17:26:57.076Z] [2021-01-28T17:26:57.076Z] [2021-01-28T17:26:57.076Z] ==> git version 2.24.3 found [2021-01-28T17:26:57.076Z] ==> 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-01-28T17:26:57.076Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T17:26:57.076Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T17:26:57.076Z] ==> Jenkins CI detected. [2021-01-28T17:26:57.076Z] project root: . [2021-01-28T17:26:57.076Z] --> token set from env [2021-01-28T17:26:57.338Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T17:26:57.338Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T17:26:57.338Z] ==> Python coveragepy not found [2021-01-28T17:26:57.338Z] ==> Searching for coverage reports in: [2021-01-28T17:26:57.338Z] + . [2021-01-28T17:26:57.338Z] -> Found 1 reports [2021-01-28T17:26:57.338Z] ==> Detecting git/mercurial file structure [2021-01-28T17:26:57.338Z] ==> Reading reports [2021-01-28T17:26:57.338Z] + ./coverage.out bytes=565356 [2021-01-28T17:26:57.338Z] ==> Appending adjustments [2021-01-28T17:26:57.338Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T17:27:00.645Z] + Found adjustments [2021-01-28T17:27:00.645Z] ==> Gzipping contents [2021-01-28T17:27:00.645Z] 84K /tmp/codecov.pIXKIO.gz [2021-01-28T17:27:00.645Z] ==> Uploading reports [2021-01-28T17:27:00.645Z] url: https://codecov.io [2021-01-28T17:27:00.645Z] query: branch=PR-3075&commit=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-28T17:27:00.645Z] -> Pinging Codecov [2021-01-28T17:27:00.645Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3075&commit=74e618f1ac4d4125df7ed5b0a4127dbb5a560f46&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-28T17:27:02.034Z] -> Uploading to [2021-01-28T17:27:02.034Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/74e618f1ac4d4125df7ed5b0a4127dbb5a560f46/a0095f23-07f0-45ff-8038-ed7fd0793f0e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T172701Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bd29e84b25312c30a3082e197acdf26fdd7375cb3a0b687ce8c2fa72790013e3 [2021-01-28T17:27:02.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:27:02.034Z] Dload Upload Total Spent Left Speed [2021-01-28T17:27:02.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85753 0 0 100 85753 0 152k --:--:-- --:--:-- --:--:-- 153k [2021-01-28T17:27:02.614Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/74e618f1ac4d4125df7ed5b0a4127dbb5a560f46 [Pipeline] } [2021-01-28T17:27:02.624Z] 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-01-28T17:27:04.504Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:05.415Z] ---> package-listing.sh [2021-01-28T17:27:05.415Z] ++ facter osfamily [2021-01-28T17:27:05.415Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T17:27:05.415Z] + OS_FAMILY=redhat [2021-01-28T17:27:05.415Z] + workspace=/w/workspace/edgex-go/6 [2021-01-28T17:27:05.415Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T17:27:05.415Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T17:27:05.415Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T17:27:05.415Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T17:27:05.415Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-28T17:27:05.415Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T17:27:05.415Z] + case "${OS_FAMILY}" in [2021-01-28T17:27:05.415Z] + rpm -qa [2021-01-28T17:27:05.415Z] + sort [2021-01-28T17:27:10.830Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T17:27:10.830Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T17:27:10.830Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T17:27:10.830Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-28T17:27:10.830Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-01-28T17:27:10.830Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-01-28T17:27:10.852Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T17:27:11.174Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:27:11.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:27:11.480Z] [2021-01-28T17:27:11.480Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:27:11.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:27:11.826Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T17:27:11.826Z] df20fa9351a1: Pulling fs layer [2021-01-28T17:27:11.826Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T17:27:11.826Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T17:27:11.826Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T17:27:11.826Z] 93b61091891f: Pulling fs layer [2021-01-28T17:27:11.826Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T17:27:11.826Z] 5e14af77c1be: Pulling fs layer [2021-01-28T17:27:11.826Z] 01666e4c0597: Pulling fs layer [2021-01-28T17:27:11.826Z] aa168da1d23b: Pulling fs layer [2021-01-28T17:27:11.826Z] 46f8f816bc3b: Waiting [2021-01-28T17:27:11.826Z] 5e14af77c1be: Waiting [2021-01-28T17:27:11.826Z] 93b61091891f: Waiting [2021-01-28T17:27:11.826Z] 93b9cdb0e59b: Waiting [2021-01-28T17:27:11.826Z] 01666e4c0597: Waiting [2021-01-28T17:27:11.826Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T17:27:11.826Z] 36b3adc4ff6f: Download complete [2021-01-28T17:27:11.826Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T17:27:11.826Z] 46f8f816bc3b: Download complete [2021-01-28T17:27:11.826Z] df20fa9351a1: Verifying Checksum [2021-01-28T17:27:11.826Z] df20fa9351a1: Download complete [2021-01-28T17:27:11.826Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T17:27:11.826Z] 93b9cdb0e59b: Download complete [2021-01-28T17:27:12.093Z] 5e14af77c1be: Verifying Checksum [2021-01-28T17:27:12.093Z] 5e14af77c1be: Download complete [2021-01-28T17:27:12.093Z] 93b61091891f: Verifying Checksum [2021-01-28T17:27:12.093Z] 93b61091891f: Download complete [2021-01-28T17:27:12.093Z] 01666e4c0597: Verifying Checksum [2021-01-28T17:27:12.093Z] 01666e4c0597: Download complete [2021-01-28T17:27:12.355Z] df20fa9351a1: Pull complete [2021-01-28T17:27:12.355Z] 36b3adc4ff6f: Pull complete [2021-01-28T17:27:12.930Z] 8ad3a11d3b57: Download complete [2021-01-28T17:27:13.880Z] 8ad3a11d3b57: Pull complete [2021-01-28T17:27:14.454Z] aa168da1d23b: Verifying Checksum [2021-01-28T17:27:14.454Z] aa168da1d23b: Download complete [2021-01-28T17:27:14.716Z] 46f8f816bc3b: Pull complete [2021-01-28T17:27:15.671Z] 93b61091891f: Pull complete [2021-01-28T17:27:15.671Z] 93b9cdb0e59b: Pull complete [2021-01-28T17:27:15.933Z] 5e14af77c1be: Pull complete [2021-01-28T17:27:15.933Z] 01666e4c0597: Pull complete [2021-01-28T17:27:22.552Z] aa168da1d23b: Pull complete [2021-01-28T17:27:22.552Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T17:27:23.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:27:23.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T17:27:23.703Z] prd-centos7-docker-4c-2g-23787 does not seem to be running inside a container [2021-01-28T17:27:23.754Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T17:27:30.530Z] $ docker top 47d14b24e10a4e3ac5daddf68e253fc3484b37d5287511ca20b411fefd754e1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:27:31.085Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T17:27:31.411Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T17:27:31.712Z] + ls /var/log/sa-host [2021-01-28T17:27:31.712Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T17:27:31.712Z] file_magic: OK [2021-01-28T17:27:31.712Z] HZ: Using current value: 100 [2021-01-28T17:27:31.712Z] file_header: OK [2021-01-28T17:27:31.712Z] 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-01-28T17:27:31.712Z] Statistics: [2021-01-28T17:27:31.712Z] Hnuu...uuuununununu... [2021-01-28T17:27:31.712Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T17:27:31.712Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T17:27:31.712Z] file_magic: OK [2021-01-28T17:27:31.712Z] HZ: Using current value: 100 [2021-01-28T17:27:31.712Z] file_header: OK [2021-01-28T17:27:31.712Z] 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-01-28T17:27:31.712Z] Statistics: [2021-01-28T17:27:31.712Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T17:27:31.712Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:27:31.918Z] provisioning config files... [2021-01-28T17:27:31.931Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config656653333966798945tmp [Pipeline] { [Pipeline] echo [2021-01-28T17:27:32.001Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:32.306Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T17:27:32.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T17:27:32.420Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:32.727Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T17:27:32.738Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:33.038Z] ---> sudo-logs.sh [2021-01-28T17:27:33.038Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T17:27:33.048Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:33.346Z] ---> job-cost.sh [2021-01-28T17:27:33.346Z] lf-activate-venv: SKIPPING [2021-01-28T17:27:33.346Z] INFO: No Stack... [2021-01-28T17:27:34.288Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T17:27:34.549Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T17:27:34.562Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:27:34.857Z] ---> logs-deploy.sh [2021-01-28T17:27:34.857Z] lf-activate-venv: SKIPPING [2021-01-28T17:27:34.857Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/6 [2021-01-28T17:27:34.857Z] INFO: archiving workspace using pattern(s): [2021-01-28T17:27:36.244Z] Archives upload complete. [2021-01-28T17:27:36.244Z] INFO: archiving logs to Nexus [2021-01-28T17:27:37.189Z] ---> uname -a: [2021-01-28T17:27:37.189Z] Linux prd-centos7-docker-4c-2g-23787.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] ---> lscpu: [2021-01-28T17:27:37.189Z] Architecture: x86_64 [2021-01-28T17:27:37.189Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T17:27:37.189Z] Byte Order: Little Endian [2021-01-28T17:27:37.189Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T17:27:37.189Z] CPU(s): 4 [2021-01-28T17:27:37.189Z] On-line CPU(s) list: 0-3 [2021-01-28T17:27:37.189Z] Thread(s) per core: 1 [2021-01-28T17:27:37.189Z] Core(s) per socket: 1 [2021-01-28T17:27:37.189Z] Socket(s): 4 [2021-01-28T17:27:37.189Z] NUMA node(s): 1 [2021-01-28T17:27:37.189Z] Vendor ID: GenuineIntel [2021-01-28T17:27:37.189Z] CPU family: 6 [2021-01-28T17:27:37.189Z] Model: 44 [2021-01-28T17:27:37.189Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T17:27:37.189Z] Stepping: 1 [2021-01-28T17:27:37.189Z] CPU MHz: 2933.438 [2021-01-28T17:27:37.189Z] BogoMIPS: 5866.87 [2021-01-28T17:27:37.189Z] Virtualization: VT-x [2021-01-28T17:27:37.189Z] Hypervisor vendor: KVM [2021-01-28T17:27:37.189Z] Virtualization type: full [2021-01-28T17:27:37.189Z] L1d cache: 128 KiB [2021-01-28T17:27:37.189Z] L1i cache: 128 KiB [2021-01-28T17:27:37.189Z] L2 cache: 16 MiB [2021-01-28T17:27:37.189Z] L3 cache: 64 MiB [2021-01-28T17:27:37.189Z] NUMA node0 CPU(s): 0-3 [2021-01-28T17:27:37.189Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T17:27:37.189Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T17:27:37.189Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T17:27:37.189Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T17:27:37.189Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T17:27:37.189Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T17:27:37.189Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T17:27:37.189Z] Vulnerability Srbds: Not affected [2021-01-28T17:27:37.189Z] Vulnerability Tsx async abort: Not affected [2021-01-28T17:27:37.189Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] ---> nproc: [2021-01-28T17:27:37.189Z] 4 [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] ---> df -h: [2021-01-28T17:27:37.189Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T17:27:37.189Z] overlay 50.0G 11.8G 38.2G 24% / [2021-01-28T17:27:37.189Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T17:27:37.189Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T17:27:37.189Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/6 [2021-01-28T17:27:37.189Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/6@tmp [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z] ---> free -m: [2021-01-28T17:27:37.189Z] total used free shared buff/cache available [2021-01-28T17:27:37.189Z] Mem: 1837 696 119 0 1021 1054 [2021-01-28T17:27:37.189Z] Swap: 1023 73 950 [2021-01-28T17:27:37.189Z] [2021-01-28T17:27:37.189Z]