Pull request #3085 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9675dda737749418a9e6e468e7912526e7704378+4a83cd830d92d64e3c8662a0b68849c078e73697 (2218ca0193170f216db762f74e8184bc800a3dc5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23559 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 9675dda737749418a9e6e468e7912526e7704378 Merge succeeded, producing be2eadb06b45a7c3f35f5919d212f2db5cbb026a Checking out Revision be2eadb06b45a7c3f35f5919d212f2db5cbb026a (PR-3085) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be2eadb06b45a7c3f35f5919d212f2db5cbb026a # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" > git rev-list --no-walk 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:24:23.198Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:24:23.453Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:24:23.567Z] ========================================================= [2021-01-28T00:24:23.567Z] EdgeX Global Pipelines Version Info [2021-01-28T00:24:23.567Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:24:24.986Z] ------------------- [2021-01-28T00:24:24.986Z] stable info: [2021-01-28T00:24:24.986Z] ------------------- [2021-01-28T00:24:24.986Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:24:24.986Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:24:24.986Z] Message: update stable to v1.0.179 [2021-01-28T00:24:25.934Z] ------------------- [2021-01-28T00:24:25.934Z] experimental info: [2021-01-28T00:24:25.934Z] ------------------- [2021-01-28T00:24:25.934Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:24:25.934Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:24:25.934Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:24:26.183Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:24:26.264Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:24:26.350Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:24:26.507Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:24:26.595Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:24:26.679Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:24:26.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:24:26.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:24:26.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:24:27.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:24:27.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:24:27.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:24:27.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:24:27.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:24:27.517Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:24:27.610Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:24:27.712Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:24:27.807Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:24:27.927Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:24:28.050Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:24:28.144Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:24:28.225Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:24:28.311Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:24:28.404Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3085 [Pipeline] echo [2021-01-28T00:24:28.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3085 [Pipeline] echo [2021-01-28T00:24:28.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3085 [Pipeline] echo [2021-01-28T00:24:28.666Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be2eadb06b45a7c3f35f5919d212f2db5cbb026a [Pipeline] echo [2021-01-28T00:24:28.752Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be2eadb [Pipeline] echo [2021-01-28T00:24:28.837Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:24:29.040Z] provisioning config files... [2021-01-28T00:24:29.107Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1001194743116953186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:24:29.461Z] ---> docker-login.sh [2021-01-28T00:24:29.461Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:24:29.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:24:29.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:24:29.724Z] Configure a credential helper to remove this warning. See [2021-01-28T00:24:29.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:24:29.724Z] [2021-01-28T00:24:29.724Z] Login Succeeded [2021-01-28T00:24:29.724Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:24:29.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:24:29.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:24:29.987Z] Configure a credential helper to remove this warning. See [2021-01-28T00:24:29.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:24:29.987Z] [2021-01-28T00:24:29.987Z] Login Succeeded [2021-01-28T00:24:29.987Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:24:30.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:24:30.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:24:30.251Z] Configure a credential helper to remove this warning. See [2021-01-28T00:24:30.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:24:30.251Z] [2021-01-28T00:24:30.251Z] Login Succeeded [2021-01-28T00:24:30.251Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:24:30.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:24:30.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:24:30.514Z] Configure a credential helper to remove this warning. See [2021-01-28T00:24:30.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:24:30.514Z] [2021-01-28T00:24:30.514Z] Login Succeeded [2021-01-28T00:24:30.514Z] docker.io [2021-01-28T00:24:30.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:24:30.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:24:30.777Z] Configure a credential helper to remove this warning. See [2021-01-28T00:24:30.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:24:30.777Z] [2021-01-28T00:24:30.777Z] Login Succeeded [2021-01-28T00:24:30.777Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:24:30.787Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:24:31.251Z] ++ 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-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:24:31.251Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:24:31.251Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:24:31.251Z] ++ cut -d/ -f2 [2021-01-28T00:24:31.251Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:24:31.324Z] 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-28T00:24:32.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:24:32.349Z] [2021-01-28T00:24:32.349Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:24:32.691Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:24:32.691Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:24:32.691Z] 31603596830f: Pulling fs layer [2021-01-28T00:24:32.691Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:24:32.691Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:24:32.691Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:24:32.691Z] ecc8261a40a4: Waiting [2021-01-28T00:24:32.956Z] 2a8b12db71e7: Download complete [2021-01-28T00:24:32.956Z] 31603596830f: Download complete [2021-01-28T00:24:32.956Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:24:32.956Z] ecc8261a40a4: Download complete [2021-01-28T00:24:33.223Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:24:33.223Z] 6ca5941a6612: Download complete [2021-01-28T00:24:33.223Z] 31603596830f: Pull complete [2021-01-28T00:24:33.492Z] 2a8b12db71e7: Pull complete [2021-01-28T00:24:34.445Z] 6ca5941a6612: Pull complete [2021-01-28T00:24:34.445Z] ecc8261a40a4: Pull complete [2021-01-28T00:24:34.445Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:24:34.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:24:34.445Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:24:34.615Z] prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container [2021-01-28T00:24:34.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:24:37.422Z] $ docker top 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:24:37.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:24:37.765Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:24:38.024Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:24:38.028Z] $ docker exec 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent [2021-01-28T00:24:38.220Z] SSH_AUTH_SOCK=/tmp/ssh-vM82GRRq6ota/agent.12 [2021-01-28T00:24:38.220Z] SSH_AGENT_PID=17 [2021-01-28T00:24:38.235Z] Running ssh-add (command line suppressed) [2021-01-28T00:24:38.356Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5565573213108493910.key (/w/workspace/edgex-go/2@tmp/private_key_5565573213108493910.key) [2021-01-28T00:24:38.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:24:38.752Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:24:38.776Z] $ docker exec --env ******** --env ******** 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent -k [2021-01-28T00:24:38.891Z] unset SSH_AUTH_SOCK; [2021-01-28T00:24:38.892Z] unset SSH_AGENT_PID; [2021-01-28T00:24:38.892Z] echo Agent pid 17 killed; [2021-01-28T00:24:38.942Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:24:39.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:24:39.087Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:24:39.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:24:39.268Z] $ docker exec 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent [2021-01-28T00:24:39.433Z] SSH_AUTH_SOCK=/tmp/ssh-Hz28f0xV8CqG/agent.47 [2021-01-28T00:24:39.433Z] SSH_AGENT_PID=52 [2021-01-28T00:24:39.440Z] Running ssh-add (command line suppressed) [2021-01-28T00:24:39.561Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2494345074680085284.key (/w/workspace/edgex-go/2@tmp/private_key_2494345074680085284.key) [2021-01-28T00:24:39.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:24:39.973Z] + git semver init [2021-01-28T00:24:39.973Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:24:39.973Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-28T00:24:39.973Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-28T00:24:39.973Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:24:39.973Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:24:39.973Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:24:39.973Z] # $SEMVER_BRANCH = PR-3085 [2021-01-28T00:24:39.973Z] # $SEMVER_TEMP = /tmp/semver-330723255 [2021-01-28T00:24:39.973Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:24:58.161Z] # '/tmp/semver-330723255' -> '/w/workspace/edgex-go/2/.semver' [2021-01-28T00:24:59.113Z] # -> Force: false [2021-01-28T00:24:59.113Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-28T00:24:59.128Z] $ docker exec --env ******** --env ******** 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent -k [2021-01-28T00:24:59.380Z] unset SSH_AUTH_SOCK; [2021-01-28T00:24:59.381Z] unset SSH_AGENT_PID; [2021-01-28T00:24:59.381Z] echo Agent pid 52 killed; [2021-01-28T00:24:59.461Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:24:59.934Z] + git semver [Pipeline] } [2021-01-28T00:24:59.953Z] $ docker stop --time=1 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 [2021-01-28T00:25:01.595Z] $ docker rm -f 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:25:02.146Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:25:02.684Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:25:02.687Z] [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-28T00:25:03.598Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:25:03.903Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:25:04.209Z] + sudo service docker restart [2021-01-28T00:25:04.209Z] + true [2021-01-28T00:25:04.209Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:25:04.802Z] ========================================================= [2021-01-28T00:25:04.802Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:25:04.802Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:25:05.176Z] + 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-28T00:25:09.411Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:25:09.411Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:25:09.411Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:25:09.411Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:25:09.411Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:25:09.411Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:25:09.411Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:25:09.411Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:25:09.411Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:25:09.411Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:25:09.411Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:25:09.411Z] 7c6f9722023f: Waiting [2021-01-28T00:25:09.411Z] a35cf1a2eb13: Waiting [2021-01-28T00:25:09.411Z] bca2f99d35d6: Waiting [2021-01-28T00:25:09.411Z] 93359f2a8cfa: Waiting [2021-01-28T00:25:09.411Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:25:09.411Z] de9db76c5a1d: Download complete [2021-01-28T00:25:09.411Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:25:09.411Z] 0ef7d3d256c8: Download complete [2021-01-28T00:25:09.411Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:25:09.411Z] 93359f2a8cfa: Download complete [2021-01-28T00:25:09.411Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:25:09.411Z] 7c6f9722023f: Download complete [2021-01-28T00:25:09.998Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:25:09.998Z] 188c0c94c7c5: Download complete [2021-01-28T00:25:10.279Z] 188c0c94c7c5: Pull complete [2021-01-28T00:25:10.555Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:25:10.555Z] de9db76c5a1d: Pull complete [2021-01-28T00:25:11.509Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:25:11.509Z] a35cf1a2eb13: Download complete [2021-01-28T00:25:12.475Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:25:12.475Z] bca2f99d35d6: Download complete [2021-01-28T00:25:18.100Z] Still waiting to schedule task [2021-01-28T00:25:18.101Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23560’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23563’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23557’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23561’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23562’ is offline [2021-01-28T00:25:19.108Z] bca2f99d35d6: Pull complete [2021-01-28T00:25:19.108Z] 93359f2a8cfa: Pull complete [2021-01-28T00:25:19.108Z] 7c6f9722023f: Pull complete [2021-01-28T00:25:24.493Z] a35cf1a2eb13: Pull complete [2021-01-28T00:25:24.493Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:25:24.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:25:24.493Z] ---> a62c8e92a672 [2021-01-28T00:25:24.493Z] 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-28T00:25:24.493Z] ---> Running in 37993a659dd4 [2021-01-28T00:25:24.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:25:25.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:25:25.480Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:25:25.753Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:25:25.753Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:25:26.019Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:25:32.674Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:25:32.941Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:25:32.941Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:25:32.941Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:25:33.205Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:25:33.205Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:25:33.467Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:25:33.467Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:25:33.467Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:25:33.467Z] OK: 233 MiB in 51 packages [2021-01-28T00:25:37.710Z] Removing intermediate container 37993a659dd4 [2021-01-28T00:25:37.710Z] ---> a118beed3f72 [2021-01-28T00:25:37.710Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:25:37.710Z] ---> Running in 6dcf849391b9 [2021-01-28T00:25:37.710Z] Removing intermediate container 6dcf849391b9 [2021-01-28T00:25:37.710Z] ---> 6acd9f1183ee [2021-01-28T00:25:37.711Z] Step 5/6 : COPY go.mod . [2021-01-28T00:25:37.711Z] ---> 7e2cafdfee4f [2021-01-28T00:25:37.711Z] Step 6/6 : RUN go mod download [2021-01-28T00:25:37.711Z] ---> Running in b1a7e70ce1d2 [2021-01-28T00:25:59.725Z] Removing intermediate container b1a7e70ce1d2 [2021-01-28T00:25:59.725Z] ---> e8747c682414 [2021-01-28T00:25:59.725Z] Successfully built e8747c682414 [2021-01-28T00:25:59.725Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:26:00.041Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:26:00.041Z] . [Pipeline] withDockerContainer [2021-01-28T00:26:00.144Z] prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container [2021-01-28T00:26:00.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:26:01.332Z] $ docker top fe2d05f81ffa92970e18b5d685b37f0bae88c44016a79271de1dbf2127efebd5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:26:01.864Z] + go version [2021-01-28T00:26:01.864Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:26:01.883Z] $ docker stop --time=1 fe2d05f81ffa92970e18b5d685b37f0bae88c44016a79271de1dbf2127efebd5 [2021-01-28T00:26:03.264Z] $ docker rm -f fe2d05f81ffa92970e18b5d685b37f0bae88c44016a79271de1dbf2127efebd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:26:04.139Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:26:04.139Z] . [Pipeline] withDockerContainer [2021-01-28T00:26:04.245Z] prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container [2021-01-28T00:26:04.421Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:26:05.268Z] $ docker top cae588565e7b6bd7f63104994b4ef900b49fd68177627d43e6f1939056f09ddf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:26:05.495Z] ========================================================= [2021-01-28T00:26:05.495Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:26:05.495Z] ========================================================= [Pipeline] sh [2021-01-28T00:26:05.826Z] + make test [2021-01-28T00:26:05.826Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:26:15.903Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:26:34.147Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:26:36.147Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:26:38.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:26:38.114Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:26:38.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:26:40.707Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:26:40.707Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:26:40.707Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:26:40.707Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:26:40.707Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:26:41.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:26:43.914Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:26:43.914Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:26:43.914Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:26:45.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2021-01-28T00:26:45.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:26:45.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:26:45.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:26:45.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:26:45.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:26:51.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:26:51.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:26:51.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:26:51.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 65.8% of statements [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:26:51.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 82.3% of statements [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:26:51.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:26:53.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.310s coverage: 28.6% of statements [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:26:53.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:26:53.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:26:53.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:26:53.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:26:53.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:26:53.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:26:56.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:26:56.537Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:26:56.537Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:26:56.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:26:56.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 43.8% of statements [2021-01-28T00:26:56.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements [2021-01-28T00:26:56.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-01-28T00:26:56.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-01-28T00:26:56.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.125s coverage: 91.4% of statements [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 63.5% of statements [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:27:08.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:27:08.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:27:08.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements [2021-01-28T00:27:08.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-28T00:27:08.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:27:08.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:27:08.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-01-28T00:27:08.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:27:09.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.715s coverage: 29.1% of statements [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:27:09.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:27:09.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:27:09.836Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:27:09.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:27:09.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:27:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:27:09.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-28T00:27:10.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-28T00:27:10.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-28T00:27:10.950Z] GO111MODULE=on go vet ./... [2021-01-28T00:27:35.702Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23568 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws [2021-01-28T00:27:35.761Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-28T00:27:37.743Z] gofmt -l . [2021-01-28T00:27:38.005Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:27:38.956Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:27:39.224Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:27:41.173Z] + ls -al . [2021-01-28T00:27:41.173Z] total 668 [2021-01-28T00:27:41.173Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:27 . [2021-01-28T00:27:41.173Z] drwxr-xr-x 4 root root 28 Jan 28 00:26 .. [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:24 .dockerignore [2021-01-28T00:27:41.173Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:24 .git [2021-01-28T00:27:41.173Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:24 .github [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:24 .gitignore [2021-01-28T00:27:41.173Z] drwx------ 3 1001 1001 60 Jan 28 00:24 .semver [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:24 .sonarcloud.properties [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:24 Attribution.txt [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:24 CONTRIBUTING.md [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:24 Dockerfile.build [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:24 Jenkinsfile [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:24 LICENSE [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:24 Makefile [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:24 README.md [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:24 SECURITY.md [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:25 VERSION [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:24 ZMQWindows.md [2021-01-28T00:27:41.173Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:24 bin [2021-01-28T00:27:41.173Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:24 cmd [2021-01-28T00:27:41.173Z] -rw-r--r-- 1 root root 564700 Jan 28 00:27 coverage.out [2021-01-28T00:27:41.173Z] -rw-r--r-- 1 root root 1053 Jan 28 00:27 go.mod [2021-01-28T00:27:41.173Z] -rw-r--r-- 1 root root 19080 Jan 28 00:27 go.sum [2021-01-28T00:27:41.173Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:24 internal [2021-01-28T00:27:41.173Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:24 openapi [2021-01-28T00:27:41.173Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:24 snap [2021-01-28T00:27:41.173Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:24 version.go [Pipeline] sh [2021-01-28T00:27:41.489Z] + '[' -e coverage.out ] [2021-01-28T00:27:41.489Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:27:41.720Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:27:42.028Z] + make build [2021-01-28T00:27:42.028Z] 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-28T00:27:42.253Z] using credential edgex-jenkins-ssh [2021-01-28T00:27:42.327Z] Cloning the remote Git repository [2021-01-28T00:27:42.386Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:27:42.515Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-28T00:27:42.634Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:27:42.635Z] > git --version # timeout=10 [2021-01-28T00:27:42.664Z] > git --version # 'git version 2.17.1' [2021-01-28T00:27:42.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:27:42.737Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:27:45.362Z] 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-28T00:27:53.622Z] 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-28T00:27:54.576Z] 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-28T00:27:55.981Z] 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-28T00:27:56.561Z] 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-28T00:27:57.973Z] 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-28T00:27:59.391Z] 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-28T00:28:00.352Z] 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-28T00:28:00.918Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 9675dda737749418a9e6e468e7912526e7704378 [2021-01-28T00:28:01.754Z] Merge succeeded, producing e2ee346c43d71cd30b46eb6d15d859410cdf10c6 [2021-01-28T00:28:01.754Z] Checking out Revision e2ee346c43d71cd30b46eb6d15d859410cdf10c6 (PR-3085) [2021-01-28T00:28:00.115Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:28:00.140Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:28:00.176Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:28:00.208Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:28:00.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:28:00.221Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:28:00.940Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:28:00.962Z] > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [2021-01-28T00:28:01.315Z] > git remote # timeout=10 [2021-01-28T00:28:01.341Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:28:01.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:28:01.393Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:28:01.736Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:28:01.761Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:28:01.771Z] > git checkout -f e2ee346c43d71cd30b46eb6d15d859410cdf10c6 # timeout=10 [2021-01-28T00:28:02.424Z] 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-28T00:28:03.396Z] 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-28T00:28:04.800Z] 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-28T00:28:05.768Z] 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-28T00:28:06.292Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:28:06.302Z] > git rev-list --no-walk 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } [2021-01-28T00:28:07.783Z] $ docker stop --time=1 cae588565e7b6bd7f63104994b4ef900b49fd68177627d43e6f1939056f09ddf [2021-01-28T00:28:08.071Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-28T00:28:09.491Z] $ docker rm -f cae588565e7b6bd7f63104994b4ef900b49fd68177627d43e6f1939056f09ddf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2021-01-28T00:28:10.533Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T00:28:10.969Z] + sudo service docker restart [2021-01-28T00:28:10.969Z] + true [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:28:11.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:28:11.934Z] [2021-01-28T00:28:11.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:28:12.343Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:28:12.343Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:28:12.343Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:28:12.343Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:28:12.343Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:28:12.616Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:28:12.887Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:28:12.887Z] ca9280d653b3: Download complete [2021-01-28T00:28:12.887Z] cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:28:13.030Z] provisioning config files... [2021-01-28T00:28:13.072Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5759649956865542921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:28:13.483Z] ---> docker-login.sh [2021-01-28T00:28:13.483Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:28:13.861Z] ca9280d653b3: Pull complete [2021-01-28T00:28:14.143Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T00:28:14.144Z] 7e9c9ca2126c: Download complete [2021-01-28T00:28:14.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:28:14.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:28:14.745Z] Configure a credential helper to remove this warning. See [2021-01-28T00:28:14.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:28:14.745Z] [2021-01-28T00:28:14.745Z] Login Succeeded [2021-01-28T00:28:14.745Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:28:15.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:28:15.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:28:15.312Z] Configure a credential helper to remove this warning. See [2021-01-28T00:28:15.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:28:15.312Z] [2021-01-28T00:28:15.312Z] Login Succeeded [2021-01-28T00:28:15.312Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:28:15.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:28:15.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:28:15.871Z] Configure a credential helper to remove this warning. See [2021-01-28T00:28:15.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:28:15.871Z] [2021-01-28T00:28:15.871Z] Login Succeeded [2021-01-28T00:28:15.871Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:28:16.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:28:16.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:28:16.428Z] Configure a credential helper to remove this warning. See [2021-01-28T00:28:16.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:28:16.428Z] [2021-01-28T00:28:16.428Z] Login Succeeded [2021-01-28T00:28:16.428Z] docker.io [2021-01-28T00:28:17.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:28:17.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:28:17.296Z] Configure a credential helper to remove this warning. See [2021-01-28T00:28:17.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:28:17.296Z] [2021-01-28T00:28:17.296Z] Login Succeeded [2021-01-28T00:28:17.296Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:28:17.314Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:28:17.740Z] ========================================================= [2021-01-28T00:28:17.740Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:28:17.740Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:28:18.109Z] + 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-28T00:28:20.759Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:28:20.760Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:28:20.760Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:28:20.760Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:28:20.760Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:28:20.760Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:28:20.760Z] 18c013af1878: Pulling fs layer [2021-01-28T00:28:20.760Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:28:20.760Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:28:20.760Z] b116817d02f9: Pulling fs layer [2021-01-28T00:28:20.760Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:28:20.760Z] 63d7cb157983: Waiting [2021-01-28T00:28:20.760Z] 745a02a5169b: Waiting [2021-01-28T00:28:20.760Z] b116817d02f9: Waiting [2021-01-28T00:28:20.760Z] 00ac8860ef70: Waiting [2021-01-28T00:28:20.760Z] 18c013af1878: Verifying Checksum [2021-01-28T00:28:20.760Z] 18c013af1878: Download complete [2021-01-28T00:28:20.760Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:28:20.760Z] a4357932f1b6: Download complete [2021-01-28T00:28:20.760Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:28:20.760Z] 63d7cb157983: Download complete [2021-01-28T00:28:20.760Z] b116817d02f9: Verifying Checksum [2021-01-28T00:28:20.760Z] b116817d02f9: Download complete [2021-01-28T00:28:20.760Z] 5f621e34cdf4: Download complete [2021-01-28T00:28:20.804Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:28:20.804Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:28:20.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:28:20.804Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:28:20.943Z] prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container [2021-01-28T00:28:21.045Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:28:21.396Z] 5f621e34cdf4: Pull complete [2021-01-28T00:28:21.683Z] a4357932f1b6: Pull complete [2021-01-28T00:28:22.303Z] 18c013af1878: Pull complete [2021-01-28T00:28:22.925Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:28:22.925Z] 745a02a5169b: Download complete [2021-01-28T00:28:24.088Z] $ docker top 0c13c78c0c961de2aafb14b914825585bc18ed75eb7c2b6097cd15f189d83d9f -eo pid,comm [Pipeline] { [2021-01-28T00:28:24.419Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:28:24.419Z] 00ac8860ef70: Download complete [Pipeline] sh [2021-01-28T00:28:24.797Z] + docker-compose build --help [2021-01-28T00:28:24.797Z] + grep parallel [2021-01-28T00:28:25.804Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:28:25.820Z] $ docker stop --time=1 0c13c78c0c961de2aafb14b914825585bc18ed75eb7c2b6097cd15f189d83d9f [2021-01-28T00:28:27.196Z] $ docker rm -f 0c13c78c0c961de2aafb14b914825585bc18ed75eb7c2b6097cd15f189d83d9f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:28:27.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:28:27.964Z] . [Pipeline] withDockerContainer [2021-01-28T00:28:28.079Z] prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container [2021-01-28T00:28:28.145Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:28:28.977Z] $ docker top fe2fdde32d05626d91f5d697904db0bee5b0c342aa1f2a783272272d52dd3f42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:28:29.513Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:28:30.512Z] Building docker-core-command-go ... [2021-01-28T00:28:30.512Z] Building docker-core-data-go ... [2021-01-28T00:28:30.512Z] Building docker-core-metadata-go ... [2021-01-28T00:28:30.512Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:28:30.512Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:28:30.512Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:28:30.512Z] Building docker-support-notifications-go ... [2021-01-28T00:28:30.512Z] Building docker-support-scheduler-go ... [2021-01-28T00:28:30.512Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:28:30.512Z] Building docker-core-data-go [2021-01-28T00:28:30.512Z] Building docker-security-secretstore-setup-go [2021-01-28T00:28:30.512Z] Building docker-security-bootstrapper-go [2021-01-28T00:28:30.512Z] Building docker-support-scheduler-go [2021-01-28T00:28:30.512Z] Building docker-support-notifications-go [2021-01-28T00:28:34.745Z] 00ac8860ef70: Pull complete [2021-01-28T00:28:34.745Z] 63d7cb157983: Pull complete [2021-01-28T00:28:34.745Z] b116817d02f9: Pull complete [2021-01-28T00:28:38.267Z] 745a02a5169b: Pull complete [2021-01-28T00:28:38.267Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:28:38.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:28:38.267Z] ---> b7e6874047d6 [2021-01-28T00:28:38.267Z] 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-28T00:28:41.727Z] ---> Running in 0ceea9f56e92 [2021-01-28T00:28:43.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:44.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:28:46.052Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:28:46.652Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:28:46.925Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:28:46.925Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:29:02.020Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:29:02.020Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:29:02.020Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:29:02.020Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:29:02.020Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:29:02.020Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:29:02.020Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:29:02.296Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:29:02.296Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:29:02.296Z] OK: 217 MiB in 51 packages [2021-01-28T00:29:06.667Z] Removing intermediate container 0ceea9f56e92 [2021-01-28T00:29:06.667Z] ---> e567e88b4c49 [2021-01-28T00:29:06.667Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:29:06.940Z] ---> Running in 1d4c467c4030 [2021-01-28T00:29:07.215Z] Removing intermediate container 1d4c467c4030 [2021-01-28T00:29:07.215Z] ---> 9ecc21c88fd5 [2021-01-28T00:29:07.215Z] Step 5/6 : COPY go.mod . [2021-01-28T00:29:08.204Z] ---> d71673c0d71d [2021-01-28T00:29:08.204Z] Step 6/6 : RUN go mod download [2021-01-28T00:29:08.204Z] ---> Running in abdd88dc2fc2 [2021-01-28T00:29:09.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:29:09.795Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:29:09.795Z] ---> e8747c682414 [2021-01-28T00:29:09.795Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:29:09.795Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:29:09.795Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:29:09.795Z] ---> e8747c682414 [2021-01-28T00:29:09.795Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:29:09.795Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:29:09.795Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:29:09.795Z] ---> e8747c682414 [2021-01-28T00:29:09.795Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:29:09.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:29:09.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:29:09.795Z] ---> e8747c682414 [2021-01-28T00:29:09.795Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:29:09.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:29:09.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:29:09.795Z] ---> e8747c682414 [2021-01-28T00:29:09.795Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:29:09.795Z] ---> Running in 907cf79d1b4a [2021-01-28T00:29:09.795Z] ---> Running in a2edcd7e0d0c [2021-01-28T00:29:09.795Z] ---> Running in de4c81fbd526 [2021-01-28T00:29:09.795Z] ---> Running in 6033c1163d6d [2021-01-28T00:29:09.795Z] ---> Running in 30f8ec8986b1 [2021-01-28T00:29:09.795Z] Removing intermediate container a2edcd7e0d0c [2021-01-28T00:29:09.795Z] ---> 9044b8ad826b [2021-01-28T00:29:09.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:29:09.795Z] Removing intermediate container 30f8ec8986b1 [2021-01-28T00:29:09.795Z] ---> 1e051640ab67 [2021-01-28T00:29:09.795Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:29:09.795Z] Removing intermediate container de4c81fbd526 [2021-01-28T00:29:09.795Z] ---> 1babce355130 [2021-01-28T00:29:09.795Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:29:09.795Z] Removing intermediate container 907cf79d1b4a [2021-01-28T00:29:09.795Z] ---> e25015340c78 [2021-01-28T00:29:09.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:29:09.795Z] Removing intermediate container 6033c1163d6d [2021-01-28T00:29:09.795Z] ---> c4f29fcf6772 [2021-01-28T00:29:09.795Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:29:09.795Z] ---> Running in d7dc55a268ed [2021-01-28T00:29:09.795Z] ---> Running in d0da8b3535c6 [2021-01-28T00:29:09.795Z] ---> Running in 972c237b45bb [2021-01-28T00:29:09.795Z] ---> Running in 45fce9bae254 [2021-01-28T00:29:09.795Z] ---> Running in 05eb23bd7806 [2021-01-28T00:29:09.795Z] Removing intermediate container d0da8b3535c6 [2021-01-28T00:29:09.795Z] ---> 9b1db13c929c [2021-01-28T00:29:09.795Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:29:09.795Z] Removing intermediate container d7dc55a268ed [2021-01-28T00:29:09.795Z] ---> 6c59c745b649 [2021-01-28T00:29:09.795Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:29:09.795Z] Removing intermediate container 972c237b45bb [2021-01-28T00:29:09.795Z] ---> b876f0cf99f4 [2021-01-28T00:29:09.795Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:29:09.795Z] ---> Running in cc3a7fe096d5 [2021-01-28T00:29:09.795Z] ---> Running in bd0f5570c424 [2021-01-28T00:29:09.795Z] Removing intermediate container 05eb23bd7806 [2021-01-28T00:29:09.795Z] ---> 3e33fc0e83bb [2021-01-28T00:29:09.795Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:29:09.795Z] ---> Running in ccf029a12c16 [2021-01-28T00:29:09.795Z] Removing intermediate container 45fce9bae254 [2021-01-28T00:29:09.795Z] ---> 10a14cad1d96 [2021-01-28T00:29:09.795Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:29:09.795Z] ---> Running in ca9156d25ad5 [2021-01-28T00:29:09.795Z] ---> Running in e844de4ef532 [2021-01-28T00:29:09.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:09.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:10.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:29:11.153Z] OK: 233 MiB in 51 packages [2021-01-28T00:29:11.420Z] OK: 233 MiB in 51 packages [2021-01-28T00:29:11.702Z] OK: 233 MiB in 51 packages [2021-01-28T00:29:11.702Z] Removing intermediate container cc3a7fe096d5 [2021-01-28T00:29:11.702Z] ---> 8394c500a910 [2021-01-28T00:29:11.702Z] Step 6/23 : COPY go.mod . [2021-01-28T00:29:11.702Z] Removing intermediate container ccf029a12c16 [2021-01-28T00:29:11.702Z] ---> a22f44614491 [2021-01-28T00:29:11.702Z] Step 6/34 : COPY go.mod . [2021-01-28T00:29:11.979Z] ---> 3ea9dbb49c34 [2021-01-28T00:29:11.979Z] Step 7/23 : RUN go mod download [2021-01-28T00:29:12.268Z] OK: 233 MiB in 51 packages [2021-01-28T00:29:12.268Z] ---> a0b136582920 [2021-01-28T00:29:12.268Z] Step 7/34 : RUN go mod download [2021-01-28T00:29:12.268Z] ---> Running in 1075915cd30c [2021-01-28T00:29:12.268Z] OK: 233 MiB in 51 packages [2021-01-28T00:29:12.268Z] ---> Running in 745b5930656c [2021-01-28T00:29:12.534Z] Removing intermediate container e844de4ef532 [2021-01-28T00:29:12.534Z] ---> 30698e15b8a8 [2021-01-28T00:29:12.534Z] Step 6/22 : COPY go.mod . [2021-01-28T00:29:12.815Z] ---> c9775ddebfa6 [2021-01-28T00:29:12.815Z] Step 7/22 : RUN go mod download [2021-01-28T00:29:13.093Z] ---> Running in 836ff34ffd3d [2021-01-28T00:29:13.093Z] Removing intermediate container bd0f5570c424 [2021-01-28T00:29:13.093Z] ---> b89fc3f65111 [2021-01-28T00:29:13.093Z] Step 6/22 : COPY go.mod . [2021-01-28T00:29:13.359Z] Removing intermediate container ca9156d25ad5 [2021-01-28T00:29:13.359Z] ---> 4659b657656f [2021-01-28T00:29:13.359Z] Step 6/24 : COPY go.mod . [2021-01-28T00:29:13.625Z] ---> fa462844c2f7 [2021-01-28T00:29:13.625Z] Step 7/22 : RUN go mod download [2021-01-28T00:29:13.625Z] ---> Running in e151b15036f7 [2021-01-28T00:29:13.888Z] ---> e84a9dc0acac [2021-01-28T00:29:13.888Z] Step 7/24 : RUN go mod download [2021-01-28T00:29:13.888Z] ---> Running in b13d593be9c5 [2021-01-28T00:29:14.476Z] Removing intermediate container 1075915cd30c [2021-01-28T00:29:14.476Z] ---> 69ef0ab2110f [2021-01-28T00:29:14.476Z] Step 8/23 : COPY . . [2021-01-28T00:29:14.739Z] Removing intermediate container 745b5930656c [2021-01-28T00:29:14.739Z] ---> ab0d459a615d [2021-01-28T00:29:14.739Z] Step 8/34 : COPY . . [2021-01-28T00:29:15.333Z] Removing intermediate container 836ff34ffd3d [2021-01-28T00:29:15.333Z] ---> d9634629cbcb [2021-01-28T00:29:15.333Z] Step 8/22 : COPY . . [2021-01-28T00:29:23.825Z] Removing intermediate container e151b15036f7 [2021-01-28T00:29:23.825Z] ---> 40c8de4b0cff [2021-01-28T00:29:23.825Z] Step 8/22 : COPY . . [2021-01-28T00:29:23.825Z] Removing intermediate container b13d593be9c5 [2021-01-28T00:29:23.825Z] ---> 8438c82f47cb [2021-01-28T00:29:23.825Z] Step 8/24 : COPY . . [2021-01-28T00:29:35.070Z] Removing intermediate container abdd88dc2fc2 [2021-01-28T00:29:35.070Z] ---> 76089645be55 [2021-01-28T00:29:35.070Z] Successfully built 76089645be55 [2021-01-28T00:29:35.070Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:29:35.437Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:29:35.437Z] . [Pipeline] withDockerContainer [2021-01-28T00:29:35.733Z] prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container [2021-01-28T00:29:35.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:29:37.412Z] $ docker top bc953d50ca5fe0bcb19158e86141036096965b3b49ad5a42f0b946ff401076ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:29:38.474Z] + go version [2021-01-28T00:29:38.474Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:29:38.502Z] $ docker stop --time=1 bc953d50ca5fe0bcb19158e86141036096965b3b49ad5a42f0b946ff401076ef [2021-01-28T00:29:40.481Z] $ docker rm -f bc953d50ca5fe0bcb19158e86141036096965b3b49ad5a42f0b946ff401076ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:29:41.625Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:29:41.625Z] . [Pipeline] withDockerContainer [2021-01-28T00:29:41.902Z] prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container [2021-01-28T00:29:42.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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:29:43.513Z] $ docker top ba7ce1a7c520c24820ee9072b8aa93a62b9efd4b899b8d4b7f972f4e5eca7b85 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:29:43.915Z] ========================================================= [2021-01-28T00:29:43.915Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:29:43.915Z] ========================================================= [Pipeline] sh [2021-01-28T00:29:44.578Z] + make test [2021-01-28T00:29:44.578Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:29:56.461Z] ---> 8886435e5e76 [2021-01-28T00:29:56.461Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:29:56.461Z] ---> f8a9c79aacec [2021-01-28T00:29:56.461Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:29:56.461Z] ---> 114947bac1ea [2021-01-28T00:29:56.461Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:29:56.461Z] ---> Running in 6fed2e11b7ca [2021-01-28T00:29:56.461Z] ---> Running in 1cddeef96d2f [2021-01-28T00:29:56.461Z] ---> Running in ba457d6e3216 [2021-01-28T00:29:57.055Z] ---> 2d27ba4610c8 [2021-01-28T00:29:57.055Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:29:57.329Z] ---> f67ee6ad2dc2 [2021-01-28T00:29:57.329Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:29:57.329Z] ---> Running in 1d9da795b988 [2021-01-28T00:29:57.599Z] Removing intermediate container ba457d6e3216 [2021-01-28T00:29:57.599Z] ---> dc2d1a670ce3 [2021-01-28T00:29:57.599Z] 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-28T00:29:57.599Z] ---> Running in 49c15ce494bb [2021-01-28T00:29:57.599Z] ---> Running in 2cbf669c6cad [2021-01-28T00:29:58.190Z] 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-28T00:29:58.190Z] 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-28T00:29:58.468Z] 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-28T00:29:58.468Z] 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-28T00:29:58.737Z] 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-28T00:30:11.432Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:30:31.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:30:31.059Z] 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-28T00:30:35.313Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:30:35.313Z] + cd /tmp/build/dist/linux [2021-01-28T00:30:35.313Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:30:35.313Z] Cloning into '.'... [2021-01-28T00:30:36.259Z] + go get github.com/robfig/glock [2021-01-28T00:30:36.259Z] Removing intermediate container 1d9da795b988 [2021-01-28T00:30:36.259Z] ---> b34eae44259a [2021-01-28T00:30:36.259Z] [2021-01-28T00:30:36.259Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:30:36.259Z] 3.12: Pulling from library/alpine [2021-01-28T00:30:37.656Z] Removing intermediate container 1cddeef96d2f [2021-01-28T00:30:37.657Z] ---> 3a341006f6dd [2021-01-28T00:30:37.657Z] [2021-01-28T00:30:37.657Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:30:37.657Z] Removing intermediate container 49c15ce494bb [2021-01-28T00:30:37.657Z] ---> 20e45983ac88 [2021-01-28T00:30:37.657Z] [2021-01-28T00:30:37.657Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:30:37.657Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:30:37.657Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:30:37.657Z] ---> 389fef711851 [2021-01-28T00:30:37.657Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:30:37.657Z] 3.12: Pulling from library/alpine [2021-01-28T00:30:37.657Z] 3.12: Pulling from library/alpine [2021-01-28T00:30:37.657Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:30:37.657Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:30:37.657Z] ---> 389fef711851 [2021-01-28T00:30:37.657Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:30:37.657Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:30:37.657Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:30:37.657Z] ---> 389fef711851 [2021-01-28T00:30:37.657Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:30:37.657Z] ---> Running in b3a66aae791d [2021-01-28T00:30:37.657Z] ---> Running in 88f040668ccb [2021-01-28T00:30:37.926Z] ---> Running in 5de79a8c1be2 [2021-01-28T00:30:39.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:39.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:39.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:39.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:39.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:39.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:39.215Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:30:39.215Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:30:39.215Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:39.215Z] OK: 6 MiB in 15 packages [2021-01-28T00:30:39.215Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:30:39.215Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:30:39.215Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:30:39.215Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:30:39.215Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:30:39.215Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:30:39.215Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:39.215Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:30:39.215Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:39.215Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:30:39.215Z] OK: 7 MiB in 19 packages [2021-01-28T00:30:39.215Z] OK: 6 MiB in 16 packages [2021-01-28T00:30:42.539Z] Removing intermediate container 6fed2e11b7ca [2021-01-28T00:30:42.539Z] ---> 4f17021eab5b [2021-01-28T00:30:42.539Z] [2021-01-28T00:30:42.539Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:30:42.539Z] ---> 389fef711851 [2021-01-28T00:30:42.539Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:30:45.116Z] ---> Running in 357f95b6318e [2021-01-28T00:30:45.116Z] Removing intermediate container 88f040668ccb [2021-01-28T00:30:45.116Z] ---> ae867fc3b22c [2021-01-28T00:30:45.116Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:30:45.378Z] ---> Running in 72ba5431d577 [2021-01-28T00:30:45.956Z] + glock sync -n [2021-01-28T00:30:45.956Z] Removing intermediate container 357f95b6318e [2021-01-28T00:30:45.956Z] ---> d5691d860edd [2021-01-28T00:30:45.956Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:30:45.956Z] Removing intermediate container 5de79a8c1be2 [2021-01-28T00:30:45.956Z] ---> f84f7943a1b6 [2021-01-28T00:30:45.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:30:46.224Z] Removing intermediate container b3a66aae791d [2021-01-28T00:30:46.224Z] ---> 5cbc97d3cffc [2021-01-28T00:30:46.224Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:30:46.224Z] Removing intermediate container 72ba5431d577 [2021-01-28T00:30:46.224Z] ---> 4c939e9c831f [2021-01-28T00:30:46.224Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:30:46.224Z] ---> Running in e5b035b83ef2 [2021-01-28T00:30:46.224Z] ---> Running in b65067a8f4cc [2021-01-28T00:30:46.224Z] ---> Running in 74faf71001ef [2021-01-28T00:30:46.224Z] ---> Running in 9dba85a1424d [2021-01-28T00:30:46.491Z] Removing intermediate container e5b035b83ef2 [2021-01-28T00:30:46.491Z] ---> f9f277a91036 [2021-01-28T00:30:46.491Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:30:46.491Z] Removing intermediate container b65067a8f4cc [2021-01-28T00:30:46.491Z] ---> b1085d1c25de [2021-01-28T00:30:46.491Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:30:46.753Z] ---> Running in fd9d1a728d8a [2021-01-28T00:30:46.753Z] ---> Running in 2683d8031455 [2021-01-28T00:30:46.753Z] Removing intermediate container 74faf71001ef [2021-01-28T00:30:46.753Z] ---> 17f9347fa11d [2021-01-28T00:30:46.753Z] Step 13/24 : WORKDIR / [2021-01-28T00:30:46.753Z] Removing intermediate container 9dba85a1424d [2021-01-28T00:30:46.753Z] ---> e2ba8c6a8024 [2021-01-28T00:30:46.753Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:30:47.333Z] ---> Running in 6b70d0bd982c [2021-01-28T00:30:47.333Z] ---> Running in cd0fc53b64cd [2021-01-28T00:30:47.333Z] Removing intermediate container 2683d8031455 [2021-01-28T00:30:47.333Z] ---> eea4cda74ce3 [2021-01-28T00:30:47.333Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:30:47.333Z] Removing intermediate container fd9d1a728d8a [2021-01-28T00:30:47.333Z] ---> 0a6b68d7042a [2021-01-28T00:30:47.333Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:30:47.333Z] ---> Running in 03c2f67f5874 [2021-01-28T00:30:47.608Z] ---> Running in c53781173c03 [2021-01-28T00:30:47.608Z] Removing intermediate container 6b70d0bd982c [2021-01-28T00:30:47.608Z] ---> 5603767dcf1b [2021-01-28T00:30:47.608Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:30:47.608Z] Removing intermediate container cd0fc53b64cd [2021-01-28T00:30:47.608Z] ---> 55b391bc7405 [2021-01-28T00:30:47.608Z] 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-28T00:30:48.563Z] Removing intermediate container 03c2f67f5874 [2021-01-28T00:30:48.563Z] ---> f2e99c8183d9 [2021-01-28T00:30:48.563Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:30:48.841Z] ---> e388f9dbda1f [2021-01-28T00:30:48.842Z] 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-28T00:30:48.842Z] ---> 9a0c6c30d05a [2021-01-28T00:30:48.842Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:30:48.842Z] ---> 1e3bb21c713a [2021-01-28T00:30:48.842Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:30:49.426Z] ---> 1c0ac2673fb5 [2021-01-28T00:30:49.426Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:30:49.426Z] ---> f18acdbaff32 [2021-01-28T00:30:49.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:30:49.695Z] ---> 461f56dca58d [2021-01-28T00:30:49.695Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:30:49.957Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:30:49.957Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:30:49.957Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:30:51.348Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:30:51.348Z] + git describe '--abbrev=0' --tags [2021-01-28T00:30:51.348Z] Removing intermediate container c53781173c03 [2021-01-28T00:30:51.348Z] ---> 253e32e51e7b [2021-01-28T00:30:51.348Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:30:51.348Z] ---> 023b029e2b37 [2021-01-28T00:30:51.348Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:30:51.348Z] + TAG=v0.6.1 [2021-01-28T00:30:51.348Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:30:51.348Z] + apk --print-arch [2021-01-28T00:30:51.348Z] + arch=x86_64 [2021-01-28T00:30:51.348Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T00:30:51.348Z] + 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-28T00:30:51.348Z] building [dockerize] for amd64 ... [2021-01-28T00:30:51.569Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:30:52.769Z] ---> Running in 2901c3f9f8d2 [2021-01-28T00:30:52.769Z] ---> a467fa976463 [2021-01-28T00:30:52.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:30:52.769Z] ---> f5947058c0fd [2021-01-28T00:30:52.769Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:30:52.769Z] ---> 84237c47d13a [2021-01-28T00:30:52.769Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:30:53.038Z] ---> Running in 04bf0f9345bc [2021-01-28T00:30:53.038Z] ---> Running in 2ede4dccb062 [2021-01-28T00:30:53.038Z] ---> b678c0af18c7 [2021-01-28T00:30:53.038Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:30:53.304Z] Removing intermediate container 04bf0f9345bc [2021-01-28T00:30:53.305Z] ---> c83e4f06907f [2021-01-28T00:30:53.305Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:30:53.305Z] Removing intermediate container 2ede4dccb062 [2021-01-28T00:30:53.305Z] ---> a990c48fe5a7 [2021-01-28T00:30:53.305Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:30:53.305Z] ---> Running in 5209e976d674 [2021-01-28T00:30:53.589Z] ---> Running in 5981978b8632 [2021-01-28T00:30:53.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:53.872Z] Removing intermediate container 5209e976d674 [2021-01-28T00:30:53.872Z] ---> 5ef66bfab50c [2021-01-28T00:30:53.872Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:30:53.872Z] ---> 785d2933b54d [2021-01-28T00:30:53.872Z] 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-28T00:30:53.872Z] Removing intermediate container 5981978b8632 [2021-01-28T00:30:53.872Z] ---> 539785be5f15 [2021-01-28T00:30:53.872Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:30:53.872Z] ---> Running in a35a69deef0c [2021-01-28T00:30:53.872Z] ---> Running in 13d5fc2e040c [2021-01-28T00:30:53.872Z] ---> Running in 8358968e93c4 [2021-01-28T00:30:54.141Z] Removing intermediate container 13d5fc2e040c [2021-01-28T00:30:54.141Z] ---> d984bf56a6e7 [2021-01-28T00:30:54.141Z] Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:30:54.141Z] ---> Running in ff299561146f [2021-01-28T00:30:54.141Z] Removing intermediate container 8358968e93c4 [2021-01-28T00:30:54.141Z] ---> 1a18930c0252 [2021-01-28T00:30:54.141Z] Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:30:54.414Z] ---> Running in 366a8e2f8b56 [2021-01-28T00:30:54.680Z] Removing intermediate container ff299561146f [2021-01-28T00:30:54.680Z] ---> 171936164b26 [2021-01-28T00:30:54.680Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:30:54.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:54.680Z] ---> Running in aedc631b644e [2021-01-28T00:30:54.954Z] Removing intermediate container 366a8e2f8b56 [2021-01-28T00:30:54.954Z] ---> 77d0b8afec89 [2021-01-28T00:30:54.954Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:30:54.954Z] ---> Running in ca13329ed718 [2021-01-28T00:30:54.954Z] Removing intermediate container aedc631b644e [2021-01-28T00:30:54.954Z] ---> c185b6360d96 [2021-01-28T00:30:54.954Z] [2021-01-28T00:30:55.223Z] Removing intermediate container ca13329ed718 [2021-01-28T00:30:55.223Z] ---> c9f7beda928d [2021-01-28T00:30:55.223Z] [2021-01-28T00:30:55.491Z] Successfully built c185b6360d96 [2021-01-28T00:30:55.753Z] Successfully built c9f7beda928d [2021-01-28T00:30:56.021Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T00:30:56.021Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T00:30:56.021Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T00:30:56.021Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-28T00:30:56.021Z] Removing intermediate container a35a69deef0c [2021-01-28T00:30:56.021Z] ---> b317b435c184 [2021-01-28T00:30:56.021Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:30:56.292Z] ---> Running in bc76575afb89 [2021-01-28T00:30:56.564Z] Removing intermediate container bc76575afb89 [2021-01-28T00:30:56.564Z] ---> 05d5d5b54d1c [2021-01-28T00:30:56.564Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T00:30:56.564Z] ---> Running in c0d355114307 [2021-01-28T00:30:56.844Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:30:56.844Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:30:56.844Z] Removing intermediate container c0d355114307 [2021-01-28T00:30:56.844Z] ---> 4c5e06e39fdd [2021-01-28T00:30:56.844Z] Step 23/24 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:30:57.119Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:30:57.119Z] ---> Running in 051a12542760 [2021-01-28T00:30:57.384Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:30:58.787Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:30:59.362Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:30:59.625Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:59.625Z] OK: 8 MiB in 20 packages [2021-01-28T00:31:04.957Z] Removing intermediate container 051a12542760 [2021-01-28T00:31:04.957Z] ---> c8ff6a2d9390 [2021-01-28T00:31:04.957Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:31:06.365Z] ---> Running in e2f72a798c52 [2021-01-28T00:31:06.970Z] Removing intermediate container 2901c3f9f8d2 [2021-01-28T00:31:06.970Z] ---> 7663ac5a72dc [2021-01-28T00:31:06.970Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:31:09.560Z] Removing intermediate container e2f72a798c52 [2021-01-28T00:31:09.560Z] ---> 66eedf8428f9 [2021-01-28T00:31:09.560Z] [2021-01-28T00:31:09.833Z] Successfully built 66eedf8428f9 [2021-01-28T00:31:11.248Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T00:31:11.248Z] Building docker-core-metadata-go [2021-01-28T00:31:12.683Z]  Building docker-security-secretstore-setup-go ... done  ---> 3e044c68b88d [2021-01-28T00:31:12.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:31:18.713Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:31:19.450Z] ---> 523fdeb78fe9 [2021-01-28T00:31:19.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:31:20.884Z] ---> 2fd534b827c6 [2021-01-28T00:31:20.884Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:31:21.862Z] ---> Running in aed7f6e3226b [2021-01-28T00:31:21.862Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:31:21.862Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:31:21.862Z] ---> e8747c682414 [2021-01-28T00:31:21.862Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:31:21.862Z] ---> Using cache [2021-01-28T00:31:21.862Z] ---> 1babce355130 [2021-01-28T00:31:21.862Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:31:21.862Z] ---> Using cache [2021-01-28T00:31:21.862Z] ---> 3e33fc0e83bb [2021-01-28T00:31:21.862Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:31:23.832Z] + date [2021-01-28T00:31:23.832Z] + echo 'Thu Jan 28 00:31:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:31:23.832Z] Thu Jan 28 00:31:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:31:24.110Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:31:24.110Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:31:24.110Z] ---> e8747c682414 [2021-01-28T00:31:24.110Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:31:24.110Z] ---> Using cache [2021-01-28T00:31:24.110Z] ---> 1babce355130 [2021-01-28T00:31:24.110Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:31:24.110Z] ---> Using cache [2021-01-28T00:31:24.110Z] ---> 3e33fc0e83bb [2021-01-28T00:31:24.110Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:31:24.110Z] ---> Using cache [2021-01-28T00:31:24.110Z] ---> 4659b657656f [2021-01-28T00:31:24.110Z] Step 6/21 : COPY go.mod . [2021-01-28T00:31:24.110Z] ---> Using cache [2021-01-28T00:31:24.110Z] ---> e84a9dc0acac [2021-01-28T00:31:24.110Z] Step 7/21 : RUN go mod download [2021-01-28T00:31:24.110Z] ---> Using cache [2021-01-28T00:31:24.110Z] ---> 8438c82f47cb [2021-01-28T00:31:24.110Z] Step 8/21 : COPY . . [2021-01-28T00:31:24.383Z] ---> Running in af1eccc95428 [2021-01-28T00:31:24.383Z] ---> Using cache [2021-01-28T00:31:24.383Z] ---> 2d27ba4610c8 [2021-01-28T00:31:24.383Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:31:24.383Z] Removing intermediate container aed7f6e3226b [2021-01-28T00:31:24.383Z] ---> 5ac4021120db [2021-01-28T00:31:24.383Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:31:25.450Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:31:25.450Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:31:25.450Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:31:25.783Z] ---> Running in f259525d7fc8 [2021-01-28T00:31:25.783Z] ---> Running in c30aefe725b9 [2021-01-28T00:31:27.226Z] Removing intermediate container c30aefe725b9 [2021-01-28T00:31:27.226Z] ---> 371bf8667802 [2021-01-28T00:31:27.226Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:31:27.808Z] ---> Running in 8d95c73c8024 [2021-01-28T00:31:27.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:31:27.808Z] 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-28T00:31:28.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:31:28.676Z] Removing intermediate container 8d95c73c8024 [2021-01-28T00:31:28.676Z] ---> 870b75114a3a [2021-01-28T00:31:28.676Z] Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:31:28.953Z] OK: 233 MiB in 51 packages [2021-01-28T00:31:29.558Z] ---> Running in 70bc0bfff067 [2021-01-28T00:31:31.524Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:31:31.524Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:31:31.524Z] ---> e8747c682414 [2021-01-28T00:31:31.524Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:31:31.524Z] ---> Using cache [2021-01-28T00:31:31.524Z] ---> 1babce355130 [2021-01-28T00:31:31.524Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:31:31.524Z] ---> Using cache [2021-01-28T00:31:31.524Z] ---> 3e33fc0e83bb [2021-01-28T00:31:31.524Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:31:31.524Z] ---> Using cache [2021-01-28T00:31:31.524Z] ---> 4659b657656f [2021-01-28T00:31:31.524Z] Step 6/23 : COPY go.mod . [2021-01-28T00:31:31.524Z] ---> Using cache [2021-01-28T00:31:31.524Z] ---> e84a9dc0acac [2021-01-28T00:31:31.524Z] Step 7/23 : RUN go mod download [2021-01-28T00:31:31.524Z] ---> Using cache [2021-01-28T00:31:31.524Z] ---> 8438c82f47cb [2021-01-28T00:31:31.524Z] Step 8/23 : COPY . . [2021-01-28T00:31:31.524Z] ---> Using cache [2021-01-28T00:31:31.524Z] ---> 2d27ba4610c8 [2021-01-28T00:31:31.524Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:31:32.122Z] Removing intermediate container 70bc0bfff067 [2021-01-28T00:31:32.122Z] ---> b36f15b7dc76 [2021-01-28T00:31:32.122Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:31:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.233s coverage: 46.6% of statements [2021-01-28T00:31:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:31:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:31:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:31:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:31:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:31:33.094Z] ---> Running in 0196bdbcc270 [2021-01-28T00:31:34.078Z] Removing intermediate container af1eccc95428 [2021-01-28T00:31:34.078Z] ---> 60786f5d7b2b [2021-01-28T00:31:34.078Z] Step 6/26 : COPY go.mod . [2021-01-28T00:31:34.078Z] ---> Running in 561696c33c19 [2021-01-28T00:31:35.044Z] Removing intermediate container 561696c33c19 [2021-01-28T00:31:35.044Z] ---> 2921768f5a75 [2021-01-28T00:31:35.044Z] [2021-01-28T00:31:35.309Z] 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-28T00:31:35.309Z] Successfully built 2921768f5a75 [2021-01-28T00:31:35.905Z] ---> 0843e051ffd2 [2021-01-28T00:31:35.905Z] Step 7/26 : RUN go mod download [2021-01-28T00:31:35.905Z] Successfully tagged docker-core-data-go:latest [2021-01-28T00:31:35.905Z] Building docker-core-command-go [2021-01-28T00:31:38.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.1% of statements [2021-01-28T00:31:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:31:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:31:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:31:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:31:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:31:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:31:38.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-01-28T00:31:38.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:31:38.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:31:38.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.274s coverage: 65.8% of statements [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:31:38.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.383s coverage: 82.3% of statements [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:31:38.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:31:39.354Z]  Building docker-core-data-go ... done  ---> Running in ed8f9b5493d2 [2021-01-28T00:31:47.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements [2021-01-28T00:31:47.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:31:47.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:31:47.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:31:47.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:31:47.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:31:47.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-01-28T00:31:47.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:31:47.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-01-28T00:31:47.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:31:47.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements [2021-01-28T00:31:47.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:31:48.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.500s coverage: 97.5% of statements [2021-01-28T00:31:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:31:48.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.174s coverage: 78.3% of statements [2021-01-28T00:31:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:31:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:31:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:31:48.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:31:51.949Z] Removing intermediate container ed8f9b5493d2 [2021-01-28T00:31:51.949Z] ---> 9b10a5ec40b7 [2021-01-28T00:31:51.949Z] Step 8/26 : COPY . . [2021-01-28T00:31:51.949Z] 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-28T00:31:56.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.421s coverage: 92.8% of statements [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:31:56.632Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:31:56.632Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:31:56.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:31:56.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.108s coverage: 43.8% of statements [2021-01-28T00:31:56.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-01-28T00:31:56.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-01-28T00:31:56.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-01-28T00:31:56.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-01-28T00:31:58.602Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:31:58.602Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:31:58.602Z] ---> e8747c682414 [2021-01-28T00:31:58.602Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:31:58.602Z] ---> Using cache [2021-01-28T00:31:58.602Z] ---> 1babce355130 [2021-01-28T00:31:58.602Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:31:58.602Z] ---> Using cache [2021-01-28T00:31:58.602Z] ---> 3e33fc0e83bb [2021-01-28T00:31:58.602Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:31:58.602Z] ---> Using cache [2021-01-28T00:31:58.602Z] ---> 4659b657656f [2021-01-28T00:31:58.602Z] Step 6/23 : COPY go.mod . [2021-01-28T00:31:58.602Z] ---> Using cache [2021-01-28T00:31:58.602Z] ---> e84a9dc0acac [2021-01-28T00:31:58.602Z] Step 7/23 : RUN go mod download [2021-01-28T00:31:58.602Z] ---> Using cache [2021-01-28T00:31:58.602Z] ---> 8438c82f47cb [2021-01-28T00:31:58.602Z] Step 8/23 : COPY . . [2021-01-28T00:31:58.602Z] ---> Using cache [2021-01-28T00:31:58.602Z] ---> 2d27ba4610c8 [2021-01-28T00:31:58.602Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:32:01.976Z] ---> Running in 950e319a1523 [2021-01-28T00:32:05.321Z] Removing intermediate container 2cbf669c6cad [2021-01-28T00:32:05.321Z] ---> f525eafd8bd8 [2021-01-28T00:32:05.321Z] 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-28T00:32:05.911Z] 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-28T00:32:09.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements [2021-01-28T00:32:09.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-01-28T00:32:09.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:32:09.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:32:09.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:32:09.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:32:09.264Z] ---> Running in 8f9e0f186f8e [2021-01-28T00:32:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-01-28T00:32:10.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:32:10.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:32:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements [2021-01-28T00:32:10.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:32:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-28T00:32:10.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:32:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-28T00:32:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-01-28T00:32:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements [2021-01-28T00:32:10.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements [2021-01-28T00:32:10.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:32:12.627Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:32:12.627Z] statically linked [2021-01-28T00:32:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.718s coverage: 63.5% of statements [2021-01-28T00:32:12.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:32:12.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:32:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2021-01-28T00:32:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2021-01-28T00:32:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-01-28T00:32:13.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-01-28T00:32:14.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-01-28T00:32:16.915Z] Removing intermediate container f259525d7fc8 [2021-01-28T00:32:16.916Z] ---> 23f82fa0502b [2021-01-28T00:32:16.916Z] [2021-01-28T00:32:16.916Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:32:16.916Z] ---> 389fef711851 [2021-01-28T00:32:16.916Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:32:17.181Z] ---> Running in f8990e9dcdaa [2021-01-28T00:32:18.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 68.9% of statements [2021-01-28T00:32:18.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:32:18.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:32:18.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:32:18.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:32:18.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:32:19.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:19.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:19.417Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:32:19.417Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:32:19.417Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:32:19.417Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:32:19.417Z] Removing intermediate container 8f9e0f186f8e [2021-01-28T00:32:19.417Z] ---> f119590a6436 [2021-01-28T00:32:19.417Z] [2021-01-28T00:32:19.417Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:32:19.417Z] ---> 389fef711851 [2021-01-28T00:32:19.417Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:32:19.417Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:32:19.996Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:32:19.996Z] OK: 7 MiB in 18 packages [2021-01-28T00:32:20.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements [2021-01-28T00:32:20.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:32:20.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:32:20.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.722s coverage: 84.0% of statements [2021-01-28T00:32:20.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.113s coverage: 100.0% of statements [2021-01-28T00:32:22.574Z] ---> Running in 7d1d23a3a4f0 [2021-01-28T00:32:22.574Z] ---> f3a5de183052 [2021-01-28T00:32:22.574Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:32:22.841Z] Removing intermediate container 0196bdbcc270 [2021-01-28T00:32:22.841Z] ---> 3e16ed0cfc95 [2021-01-28T00:32:22.841Z] [2021-01-28T00:32:22.841Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:32:23.447Z] ---> 389fef711851 [2021-01-28T00:32:23.447Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:32:23.447Z] ---> Using cache [2021-01-28T00:32:23.447Z] ---> ae867fc3b22c [2021-01-28T00:32:23.447Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:32:23.447Z] ---> Using cache [2021-01-28T00:32:23.447Z] ---> 4c939e9c831f [2021-01-28T00:32:23.447Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:32:23.447Z] ---> Running in b254c3c2362b [2021-01-28T00:32:23.447Z] Removing intermediate container 7d1d23a3a4f0 [2021-01-28T00:32:23.447Z] ---> aad2d538c6f9 [2021-01-28T00:32:23.447Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:32:24.030Z] ---> Running in 1903a981adc4 [2021-01-28T00:32:24.030Z] Removing intermediate container f8990e9dcdaa [2021-01-28T00:32:24.030Z] ---> 5c3d02e755a6 [2021-01-28T00:32:24.030Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:32:24.030Z] ---> Running in 0f1ceb8f5b32 [2021-01-28T00:32:24.295Z] ---> Running in 145162297e49 [2021-01-28T00:32:24.295Z] Removing intermediate container 1903a981adc4 [2021-01-28T00:32:24.295Z] ---> 7d4e0473fd55 [2021-01-28T00:32:24.295Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:32:24.562Z] ---> Running in 9429c770ab82 [2021-01-28T00:32:24.562Z] 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-28T00:32:24.562Z] Removing intermediate container 145162297e49 [2021-01-28T00:32:24.562Z] ---> 75fb8246c519 [2021-01-28T00:32:24.562Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:32:24.851Z] ---> Running in ab25f58efa41 [2021-01-28T00:32:24.851Z] Removing intermediate container 9429c770ab82 [2021-01-28T00:32:24.851Z] ---> 1cb3d4cded26 [2021-01-28T00:32:24.851Z] Step 15/23 : WORKDIR / [2021-01-28T00:32:24.851Z] ---> Running in f43c344956fe [2021-01-28T00:32:24.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:24.851Z] Removing intermediate container ab25f58efa41 [2021-01-28T00:32:24.851Z] ---> 0e0a5399d0b3 [2021-01-28T00:32:24.851Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:32:25.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:25.128Z] Removing intermediate container f43c344956fe [2021-01-28T00:32:25.129Z] ---> 0d5d28d6ab5a [2021-01-28T00:32:25.129Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:32:25.129Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:32:25.129Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:32:25.129Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:32:25.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:32:25.408Z] OK: 6 MiB in 17 packages [2021-01-28T00:32:25.408Z] ---> 6cb54d8a4ee2 [2021-01-28T00:32:25.408Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:32:26.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.1% of statements [2021-01-28T00:32:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:32:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:32:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:32:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:32:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:32:26.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.204s coverage: 100.0% of statements [2021-01-28T00:32:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:32:26.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.128s coverage: 100.0% of statements [2021-01-28T00:32:26.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:32:27.372Z] ---> c960dde917e2 [2021-01-28T00:32:27.372Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:32:27.372Z] ---> ed778ac0f07b [2021-01-28T00:32:27.372Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:32:27.643Z] Removing intermediate container 0f1ceb8f5b32 [2021-01-28T00:32:27.643Z] ---> 8f3de7856a44 [2021-01-28T00:32:27.643Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:32:27.919Z] ---> Running in 362c5d8bd7ea [2021-01-28T00:32:28.890Z] Removing intermediate container 362c5d8bd7ea [2021-01-28T00:32:28.890Z] ---> 0819bf53b499 [2021-01-28T00:32:28.890Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:32:30.310Z] ---> ffbfeaeceaf1 [2021-01-28T00:32:30.310Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:32:30.310Z] ---> Running in 4c3c1cad25f1 [2021-01-28T00:32:30.310Z] ---> ef8a5370b716 [2021-01-28T00:32:30.310Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:32:30.594Z] Removing intermediate container 950e319a1523 [2021-01-28T00:32:30.594Z] ---> 22a8f42d9ab7 [2021-01-28T00:32:30.594Z] [2021-01-28T00:32:30.594Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:32:30.594Z] ---> 389fef711851 [2021-01-28T00:32:30.594Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:32:30.594Z] ---> Using cache [2021-01-28T00:32:30.594Z] ---> ae867fc3b22c [2021-01-28T00:32:30.862Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:32:30.862Z] ---> Using cache [2021-01-28T00:32:30.862Z] ---> 4c939e9c831f [2021-01-28T00:32:30.862Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:32:30.862Z] ---> Running in eacce7c3e3c8 [2021-01-28T00:32:30.862Z] ---> Running in f20873b6fdf2 [2021-01-28T00:32:30.862Z] Removing intermediate container 4c3c1cad25f1 [2021-01-28T00:32:30.862Z] ---> 69d24f81f800 [2021-01-28T00:32:30.862Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:32:31.133Z] Removing intermediate container eacce7c3e3c8 [2021-01-28T00:32:31.133Z] ---> 0cab3c0a289f [2021-01-28T00:32:31.133Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:32:31.133Z] ---> a5e80db41cf7 [2021-01-28T00:32:31.133Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:32:31.133Z] ---> Running in 482c392f2a32 [2021-01-28T00:32:31.410Z] Removing intermediate container f20873b6fdf2 [2021-01-28T00:32:31.410Z] ---> a9dae57a5af7 [2021-01-28T00:32:31.410Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:32:31.410Z] ---> Running in f73624893ea8 [2021-01-28T00:32:31.410Z] ---> Running in f159beb527bb [2021-01-28T00:32:31.689Z] ---> Running in 8c8109089e80 [2021-01-28T00:32:31.689Z] Removing intermediate container f73624893ea8 [2021-01-28T00:32:31.689Z] ---> 7ca3c9dff744 [2021-01-28T00:32:31.689Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T00:32:31.967Z] ---> Running in cae69e084cd6 [2021-01-28T00:32:31.967Z] Removing intermediate container 8c8109089e80 [2021-01-28T00:32:31.967Z] ---> 5cb002258b27 [2021-01-28T00:32:31.967Z] Step 15/23 : WORKDIR / [2021-01-28T00:32:31.967Z] Removing intermediate container f159beb527bb [2021-01-28T00:32:31.967Z] ---> 01dbb5000f49 [2021-01-28T00:32:31.967Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:32:32.240Z] ---> Running in 31a90c3786c1 [2021-01-28T00:32:32.240Z] ---> Running in 9fc315bc8039 [2021-01-28T00:32:32.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.619s coverage: 29.1% of statements [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:32:32.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:32:32.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:32:32.409Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:32:32.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:32:32.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:32:32.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:32:32.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-01-28T00:32:32.504Z] Removing intermediate container cae69e084cd6 [2021-01-28T00:32:32.505Z] ---> b341985c131e [2021-01-28T00:32:32.505Z] Step 20/21 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:32:33.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements [2021-01-28T00:32:33.933Z] ---> Running in 73a9091afba4 [2021-01-28T00:32:33.933Z] Removing intermediate container 31a90c3786c1 [2021-01-28T00:32:33.933Z] ---> f433cf02e651 [2021-01-28T00:32:33.933Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:32:33.933Z] Removing intermediate container 9fc315bc8039 [2021-01-28T00:32:33.933Z] ---> 81ae5b1cd0a9 [2021-01-28T00:32:33.933Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:32:34.204Z] ---> Running in fe83ba569faa [2021-01-28T00:32:34.204Z] Removing intermediate container 73a9091afba4 [2021-01-28T00:32:34.204Z] ---> 73c09e207c8c [2021-01-28T00:32:34.204Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:32:34.474Z] Removing intermediate container 482c392f2a32 [2021-01-28T00:32:34.474Z] ---> f82d58f6b094 [2021-01-28T00:32:34.474Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:32:34.474Z] ---> 7439d49ef54b [2021-01-28T00:32:34.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:32:34.474Z] ---> Running in af5d0e898563 [2021-01-28T00:32:34.758Z] Removing intermediate container fe83ba569faa [2021-01-28T00:32:34.758Z] ---> 0b17864f5947 [2021-01-28T00:32:34.758Z] Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:32:34.758Z] ---> Running in 8b69bf4e8937 [2021-01-28T00:32:34.988Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-01-28T00:32:35.040Z] ---> Running in 71d981711c28 [2021-01-28T00:32:35.040Z] Removing intermediate container af5d0e898563 [2021-01-28T00:32:35.040Z] ---> bf0b640bf1c8 [2021-01-28T00:32:35.040Z] [2021-01-28T00:32:35.324Z] Removing intermediate container 8b69bf4e8937 [2021-01-28T00:32:35.324Z] ---> 258b4f520303 [2021-01-28T00:32:35.324Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:32:35.324Z] Successfully built bf0b640bf1c8 [2021-01-28T00:32:35.324Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T00:32:35.598Z] GO111MODULE=on go vet ./... [2021-01-28T00:32:35.628Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 71d981711c28 [2021-01-28T00:32:35.628Z] ---> e0b93b33511b [2021-01-28T00:32:35.629Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:32:35.629Z] ---> d81d7ed265e0 [2021-01-28T00:32:35.629Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:32:35.913Z] ---> Running in 019cf73dba63 [2021-01-28T00:32:36.177Z] ---> 50e6c24a3127 [2021-01-28T00:32:36.177Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:32:36.446Z] ---> 46ea4ee2f23f [2021-01-28T00:32:36.446Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:32:36.446Z] ---> Running in fc1a992f318f [2021-01-28T00:32:36.446Z] Removing intermediate container 019cf73dba63 [2021-01-28T00:32:36.446Z] ---> f32139f0c9d0 [2021-01-28T00:32:36.446Z] [2021-01-28T00:32:36.715Z] Successfully built f32139f0c9d0 [2021-01-28T00:32:36.715Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T00:32:36.715Z]  Building docker-core-metadata-go ... done Removing intermediate container fc1a992f318f [2021-01-28T00:32:36.715Z] ---> c9984967e63a [2021-01-28T00:32:36.715Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:32:36.990Z] ---> Running in 4065f39c6496 [2021-01-28T00:32:36.990Z] ---> 0ec503f71b2d [2021-01-28T00:32:36.990Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:32:37.271Z] ---> Running in 96d01eb7385c [2021-01-28T00:32:37.271Z] Removing intermediate container 4065f39c6496 [2021-01-28T00:32:37.271Z] ---> 0fd161835142 [2021-01-28T00:32:37.271Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:32:37.548Z] ---> Running in 625be0c478b5 [2021-01-28T00:32:37.824Z] Removing intermediate container 625be0c478b5 [2021-01-28T00:32:37.824Z] ---> e741bf4a3a0b [2021-01-28T00:32:37.824Z] Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:32:37.824Z] ---> Running in 8872a26896cf [2021-01-28T00:32:38.088Z] Removing intermediate container 8872a26896cf [2021-01-28T00:32:38.088Z] ---> 640fc48d558a [2021-01-28T00:32:38.088Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:32:38.351Z] ---> Running in 7036d816fbce [2021-01-28T00:32:38.628Z] Removing intermediate container 7036d816fbce [2021-01-28T00:32:38.628Z] ---> 77108e8c02f1 [2021-01-28T00:32:38.628Z] [2021-01-28T00:32:39.210Z] Successfully built 77108e8c02f1 [2021-01-28T00:32:39.210Z] Successfully tagged docker-core-command-go:latest [2021-01-28T00:32:39.210Z]  Building docker-core-command-go ... done Removing intermediate container 96d01eb7385c [2021-01-28T00:32:39.210Z] ---> 14ac81b0a399 [2021-01-28T00:32:39.210Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:32:41.148Z] ---> fa3df8eb11fa [2021-01-28T00:32:41.148Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:32:41.148Z] Removing intermediate container b254c3c2362b [2021-01-28T00:32:41.148Z] ---> 04594df39d0c [2021-01-28T00:32:41.148Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:32:41.148Z] ---> Running in 2f888b9ed519 [2021-01-28T00:32:41.424Z] ---> 303ca2928c80 [2021-01-28T00:32:41.424Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:32:41.424Z] 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-28T00:32:41.685Z] ---> 3d14fe4f37f6 [2021-01-28T00:32:41.685Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:32:42.283Z] ---> a72100ca245e [2021-01-28T00:32:42.283Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:32:42.864Z] ---> e775047c5bf7 [2021-01-28T00:32:42.864Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:32:42.864Z] Removing intermediate container 2f888b9ed519 [2021-01-28T00:32:42.864Z] ---> 3a2e2a7b510c [2021-01-28T00:32:42.864Z] [2021-01-28T00:32:42.864Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:32:42.864Z] 20.10.0: Pulling from library/docker [2021-01-28T00:32:43.127Z] ---> Running in a6423c236ff2 [2021-01-28T00:32:43.391Z] Removing intermediate container a6423c236ff2 [2021-01-28T00:32:43.391Z] ---> 5f136d53e2a4 [2021-01-28T00:32:43.391Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:32:43.655Z] ---> 5b9acbd5774e [2021-01-28T00:32:43.655Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:32:43.924Z] ---> Running in 4d7f024a085b [2021-01-28T00:32:45.334Z] Removing intermediate container 4d7f024a085b [2021-01-28T00:32:45.334Z] ---> 07dff64d4871 [2021-01-28T00:32:45.334Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:32:45.598Z] ---> Running in d187a297058f [2021-01-28T00:32:45.862Z] Removing intermediate container d187a297058f [2021-01-28T00:32:45.862Z] ---> b6e76f21aea0 [2021-01-28T00:32:45.862Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:32:46.135Z] ---> Running in f7fd0ee8df3c [2021-01-28T00:32:46.402Z] Removing intermediate container f7fd0ee8df3c [2021-01-28T00:32:46.402Z] ---> 3f127a80a6f2 [2021-01-28T00:32:46.402Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T00:32:46.672Z] ---> Running in 95e17abac5d4 [2021-01-28T00:32:46.940Z] Removing intermediate container 95e17abac5d4 [2021-01-28T00:32:46.940Z] ---> 5cf7b9547556 [2021-01-28T00:32:46.940Z] Step 33/34 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:32:47.203Z] ---> Running in 0a14ec904298 [2021-01-28T00:32:48.353Z] Removing intermediate container 0a14ec904298 [2021-01-28T00:32:48.353Z] ---> a9b1b1e833a7 [2021-01-28T00:32:48.353Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:32:48.642Z] ---> Running in e686cecd2940 [2021-01-28T00:32:48.905Z] Removing intermediate container e686cecd2940 [2021-01-28T00:32:48.905Z] ---> 0577631db95a [2021-01-28T00:32:48.905Z] [2021-01-28T00:32:48.905Z] Successfully built 0577631db95a [2021-01-28T00:32:48.905Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:32:48.905Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T00:32:49.198Z]  Building docker-security-bootstrapper-go ... done Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:32:49.198Z] ---> aefe523efa57 [2021-01-28T00:32:49.198Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:32:49.198Z] ---> Running in 546faefb9792 [2021-01-28T00:32:49.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:49.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:49.723Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:32:49.723Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:32:49.723Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:32:49.723Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:32:49.723Z] OK: 12 MiB in 22 packages [2021-01-28T00:32:50.302Z] Removing intermediate container 546faefb9792 [2021-01-28T00:32:50.302Z] ---> ed3b69fed2b5 [2021-01-28T00:32:50.302Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:32:50.566Z] ---> Running in d0612bc67c85 [2021-01-28T00:32:50.566Z] Removing intermediate container d0612bc67c85 [2021-01-28T00:32:50.566Z] ---> 9ddb80c0e5b2 [2021-01-28T00:32:50.566Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:32:50.829Z] ---> Running in 9c3139c9fda1 [2021-01-28T00:32:50.829Z] Removing intermediate container 9c3139c9fda1 [2021-01-28T00:32:50.829Z] ---> 45c6739d35ed [2021-01-28T00:32:50.829Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:32:50.829Z] ---> Running in 29246b31a9d9 [2021-01-28T00:32:51.092Z] Removing intermediate container 29246b31a9d9 [2021-01-28T00:32:51.092Z] ---> 30e23ae5bf06 [2021-01-28T00:32:51.092Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:32:51.670Z] ---> 41bbf4e25a5a [2021-01-28T00:32:51.670Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:32:51.932Z] ---> b387b24997ac [2021-01-28T00:32:51.932Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:32:52.198Z] ---> 0bdf9fee93ad [2021-01-28T00:32:52.198Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:32:52.198Z] ---> Running in 11976f0edc21 [2021-01-28T00:32:52.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:52.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:32:53.042Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:32:53.042Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:32:53.042Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:32:53.042Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:32:53.042Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:32:53.042Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:32:53.042Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:32:54.981Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:32:54.981Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:32:54.981Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:32:54.981Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:32:54.981Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:32:54.981Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:32:54.981Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:32:54.981Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:32:54.981Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:32:54.981Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:32:54.981Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:32:54.981Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:32:55.244Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:32:55.244Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:32:55.244Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:32:55.244Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:32:55.244Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:32:55.244Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:32:55.244Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:32:55.244Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:32:55.244Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:32:55.244Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:32:55.244Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:32:55.244Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:32:55.507Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:32:55.507Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:32:55.507Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:32:55.507Z] OK: 71 MiB in 55 packages [2021-01-28T00:33:05.530Z] Removing intermediate container 11976f0edc21 [2021-01-28T00:33:05.530Z] ---> 73aaadab75eb [2021-01-28T00:33:05.530Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:33:05.530Z] ---> Running in c1f659fdb72b [2021-01-28T00:33:06.478Z] Collecting docker-compose==1.23.2 [2021-01-28T00:33:06.478Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:33:06.741Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:33:06.741Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:33:06.741Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:33:06.741Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:33:07.314Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:33:07.314Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:33:07.314Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:33:07.314Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:33:07.577Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:33:07.577Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:33:08.525Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:33:08.525Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:33:08.525Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:33:08.525Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:33:09.099Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:33:09.099Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:33:09.675Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T00:33:09.675Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:33:09.675Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:33:10.250Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:33:10.250Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:33:10.250Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:33:10.250Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:33:10.513Z] 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-28T00:33:10.513Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:33:10.513Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:33:10.513Z] 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-28T00:33:10.513Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:33:10.513Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:33:10.513Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:33:10.513Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:33:10.776Z] Installing collected packages: cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, dockerpty, texttable, docopt, docker-compose [2021-01-28T00:33:10.776Z] Attempting uninstall: urllib3 [2021-01-28T00:33:10.776Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:33:10.776Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:33:10.776Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:33:11.038Z] Attempting uninstall: idna [2021-01-28T00:33:11.038Z] Found existing installation: idna 2.9 [2021-01-28T00:33:11.038Z] Uninstalling idna-2.9: [2021-01-28T00:33:11.038Z] Successfully uninstalled idna-2.9 [2021-01-28T00:33:11.299Z] Attempting uninstall: requests [2021-01-28T00:33:11.300Z] Found existing installation: requests 2.23.0 [2021-01-28T00:33:11.300Z] Uninstalling requests-2.23.0: [2021-01-28T00:33:11.300Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:33:11.876Z] Running setup.py install for PyYAML: started [2021-01-28T00:33:12.451Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:33:12.451Z] Running setup.py install for dockerpty: started [2021-01-28T00:33:13.027Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:33:13.027Z] Running setup.py install for texttable: started [2021-01-28T00:33:13.603Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:33:13.603Z] Running setup.py install for docopt: started [2021-01-28T00:33:13.865Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:33:14.132Z] 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-28T00:33:18.360Z] Removing intermediate container c1f659fdb72b [2021-01-28T00:33:18.360Z] ---> c7d5b84c16fa [2021-01-28T00:33:18.360Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:33:18.360Z] ---> Running in 223336d9584d [2021-01-28T00:33:18.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:33:18.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:33:18.629Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:33:18.629Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:33:18.629Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:33:18.629Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:33:18.629Z] OK: 72 MiB in 58 packages [2021-01-28T00:33:19.204Z] Removing intermediate container 223336d9584d [2021-01-28T00:33:19.204Z] ---> 8494274f0765 [2021-01-28T00:33:19.204Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:33:19.204Z] ---> Running in 0d9ffc47188d [2021-01-28T00:33:19.467Z] Removing intermediate container 0d9ffc47188d [2021-01-28T00:33:19.467Z] ---> be64ce76c9e4 [2021-01-28T00:33:19.467Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:33:19.467Z] ---> Running in e1c357bde52a [2021-01-28T00:33:19.467Z] Removing intermediate container e1c357bde52a [2021-01-28T00:33:19.467Z] ---> c959c0f7b292 [2021-01-28T00:33:19.467Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T00:33:19.730Z] ---> Running in 1a9dc78e4125 [2021-01-28T00:33:19.730Z] Removing intermediate container 1a9dc78e4125 [2021-01-28T00:33:19.730Z] ---> 251b7b8b5e9a [2021-01-28T00:33:19.730Z] Step 25/26 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:33:19.995Z] ---> Running in bde64f985b6d [2021-01-28T00:33:19.995Z] Removing intermediate container bde64f985b6d [2021-01-28T00:33:19.995Z] ---> 6fb62cf7846a [2021-01-28T00:33:19.995Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:33:19.995Z] ---> Running in 5b879806b491 [2021-01-28T00:33:20.256Z] Removing intermediate container 5b879806b491 [2021-01-28T00:33:20.256Z] ---> 1481b7e9ed12 [2021-01-28T00:33:20.256Z] [2021-01-28T00:33:20.256Z] Successfully built 1481b7e9ed12 [2021-01-28T00:33:20.517Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T00:33:20.527Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:33:20.534Z] $ docker stop --time=1 fe2fdde32d05626d91f5d697904db0bee5b0c342aa1f2a783272272d52dd3f42 [2021-01-28T00:33:22.192Z] $ docker rm -f fe2fdde32d05626d91f5d697904db0bee5b0c342aa1f2a783272272d52dd3f42 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:33:22.726Z] + docker images [2021-01-28T00:33:22.726Z] + grep docker [2021-01-28T00:33:22.991Z] docker-sys-mgmt-agent-go latest 1481b7e9ed12 2 seconds ago 313MB [2021-01-28T00:33:22.991Z] docker-security-bootstrapper-go latest 0577631db95a 34 seconds ago 33.5MB [2021-01-28T00:33:22.991Z] docker-core-command-go latest 77108e8c02f1 44 seconds ago 16.3MB [2021-01-28T00:33:22.991Z] docker-core-metadata-go latest f32139f0c9d0 46 seconds ago 18.8MB [2021-01-28T00:33:22.991Z] docker-security-proxy-setup-go latest bf0b640bf1c8 48 seconds ago 24.4MB [2021-01-28T00:33:22.991Z] docker-core-data-go latest 2921768f5a75 About a minute ago 22.3MB [2021-01-28T00:33:22.991Z] docker-security-secretstore-setup-go latest 66eedf8428f9 2 minutes ago 24.6MB [2021-01-28T00:33:22.991Z] docker-support-notifications-go latest c9f7beda928d 2 minutes ago 16.9MB [2021-01-28T00:33:22.991Z] docker-support-scheduler-go latest c185b6360d96 2 minutes ago 16.4MB [2021-01-28T00:33:22.991Z] 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-28T00:33:40.173Z] Still waiting to schedule task [2021-01-28T00:33:40.173Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-23571’ [2021-01-28T00:33:57.418Z] gofmt -l . [2021-01-28T00:33:57.418Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:33:57.418Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:33:57.418Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:33:59.065Z] + ls -al . [2021-01-28T00:33:59.065Z] total 696 [2021-01-28T00:33:59.065Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 00:33 . [2021-01-28T00:33:59.065Z] drwxr-xr-x 4 root root 4096 Jan 28 00:29 .. [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:28 .dockerignore [2021-01-28T00:33:59.065Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:28 .git [2021-01-28T00:33:59.065Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:28 .github [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:28 .gitignore [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:28 .sonarcloud.properties [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:28 Attribution.txt [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:28 CONTRIBUTING.md [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:28 Dockerfile.build [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:28 Jenkinsfile [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:28 LICENSE [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:28 Makefile [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:28 README.md [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:28 SECURITY.md [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:25 VERSION [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:28 ZMQWindows.md [2021-01-28T00:33:59.065Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:28 bin [2021-01-28T00:33:59.065Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:28 cmd [2021-01-28T00:33:59.065Z] -rw-r--r-- 1 root root 564700 Jan 28 00:32 coverage.out [2021-01-28T00:33:59.065Z] -rw-r--r-- 1 root root 1053 Jan 28 00:33 go.mod [2021-01-28T00:33:59.065Z] -rw-r--r-- 1 root root 19080 Jan 28 00:33 go.sum [2021-01-28T00:33:59.065Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:28 internal [2021-01-28T00:33:59.065Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:28 openapi [2021-01-28T00:33:59.065Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:28 snap [2021-01-28T00:33:59.065Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:28 version.go [Pipeline] sh [2021-01-28T00:33:59.734Z] + '[' -e coverage.out ] [2021-01-28T00:33:59.734Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:33:59.754Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:34:01.369Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:34:02.070Z] + make build [2021-01-28T00:34:02.070Z] 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-28T00:34:12.238Z] 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-28T00:34:39.094Z] 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-28T00:34:42.497Z] 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-28T00:34:49.204Z] 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-28T00:34:49.798Z] 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-28T00:34:56.488Z] 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-28T00:35:00.796Z] 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-28T00:35:05.101Z] 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-28T00:35:10.508Z] 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-28T00:35:13.146Z] 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-28T00:35:17.471Z] 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-28T00:35:18.316Z] Running on prd-ubuntu18.04-docker-8c-8g-23579 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws [2021-01-28T00:35:18.377Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-28T00:35:20.853Z] using credential edgex-jenkins-ssh [2021-01-28T00:35:20.925Z] Cloning the remote Git repository [2021-01-28T00:35:21.782Z] 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-28T00:35:20.949Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:35:21.027Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-28T00:35:21.062Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:35:21.062Z] > git --version # timeout=10 [2021-01-28T00:35:21.071Z] > git --version # 'git version 2.17.1' [2021-01-28T00:35:21.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:35:21.098Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-28T00:35:28.547Z] $ docker stop --time=1 ba7ce1a7c520c24820ee9072b8aa93a62b9efd4b899b8d4b7f972f4e5eca7b85 [2021-01-28T00:35:31.143Z] $ docker rm -f ba7ce1a7c520c24820ee9072b8aa93a62b9efd4b899b8d4b7f972f4e5eca7b85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:32.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:35:32.958Z] [2021-01-28T00:35:32.958Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:33.339Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:35:33.339Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T00:35:33.339Z] 29e5d40040c1: Pulling fs layer [2021-01-28T00:35:33.339Z] 1ce36da41761: Pulling fs layer [2021-01-28T00:35:33.339Z] 25b303627fd3: Pulling fs layer [2021-01-28T00:35:33.612Z] 29e5d40040c1: Verifying Checksum [2021-01-28T00:35:33.612Z] 29e5d40040c1: Download complete [2021-01-28T00:35:34.212Z] 1ce36da41761: Verifying Checksum [2021-01-28T00:35:34.212Z] 1ce36da41761: Download complete [2021-01-28T00:35:34.212Z] 29e5d40040c1: Pull complete [2021-01-28T00:35:35.667Z] 1ce36da41761: Pull complete [2021-01-28T00:35:35.963Z] 25b303627fd3: Verifying Checksum [2021-01-28T00:35:35.963Z] 25b303627fd3: Download complete [2021-01-28T00:35:46.210Z] 25b303627fd3: Pull complete [2021-01-28T00:35:46.210Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T00:35:46.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:35:46.210Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T00:35:46.453Z] prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container [2021-01-28T00:35:46.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:35:49.402Z] $ docker top ebf2c231f6ff4125731e3b6a7b9c50b9bcb05fafcd5f82f416ce9b6b50765085 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:35:50.373Z] + + grepdocker-compose parallel build [2021-01-28T00:35:50.373Z] --help [2021-01-28T00:35:54.674Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:35:54.709Z] $ docker stop --time=1 ebf2c231f6ff4125731e3b6a7b9c50b9bcb05fafcd5f82f416ce9b6b50765085 [2021-01-28T00:35:56.724Z] $ docker rm -f ebf2c231f6ff4125731e3b6a7b9c50b9bcb05fafcd5f82f416ce9b6b50765085 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:57.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:35:57.660Z] . [Pipeline] withDockerContainer [2021-01-28T00:35:57.928Z] prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container [2021-01-28T00:35:58.019Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:35:59.362Z] $ docker top 3e8868c4cee9b3987e72f7d2de980e08f740c42b48c94a8bd51b08cfc5004613 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:36:00.336Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:36:02.358Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:36:02.366Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:36:02.376Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:36:02.387Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:36:02.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:36:02.392Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:36:03.541Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 9675dda737749418a9e6e468e7912526e7704378 [2021-01-28T00:36:03.721Z] Merge succeeded, producing 6b46c15f702df18bcb5290fa9dc250c36b564810 [2021-01-28T00:36:03.721Z] Checking out Revision 6b46c15f702df18bcb5290fa9dc250c36b564810 (PR-3085) [2021-01-28T00:36:04.625Z] Building docker-core-command-go ... [2021-01-28T00:36:04.625Z] Building docker-core-data-go ... [2021-01-28T00:36:04.625Z] Building docker-core-metadata-go ... [2021-01-28T00:36:04.625Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:36:04.625Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:36:04.625Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:36:04.625Z] Building docker-support-notifications-go ... [2021-01-28T00:36:04.625Z] Building docker-support-scheduler-go ... [2021-01-28T00:36:04.625Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:36:04.625Z] Building docker-core-data-go [2021-01-28T00:36:04.625Z] Building docker-security-bootstrapper-go [2021-01-28T00:36:04.625Z] Building docker-security-secretstore-setup-go [2021-01-28T00:36:04.625Z] Building docker-security-proxy-setup-go [2021-01-28T00:36:04.625Z] Building docker-core-metadata-go [2021-01-28T00:36:03.555Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:36:03.561Z] > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [2021-01-28T00:36:03.633Z] > git remote # timeout=10 [2021-01-28T00:36:03.640Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:36:03.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:36:03.647Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:36:03.717Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:36:03.728Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:36:03.733Z] > git checkout -f 6b46c15f702df18bcb5290fa9dc250c36b564810 # timeout=10 [2021-01-28T00:36:07.443Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:36:07.452Z] > git rev-list --no-walk 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:36:08.531Z] + echo snap-build.sh [2021-01-28T00:36:08.531Z] snap-build.sh [2021-01-28T00:36:08.531Z] + SNAP_BASE_DIR=. [2021-01-28T00:36:08.531Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-28T00:36:08.531Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-28T00:36:08.531Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-28T00:36:08.531Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-28T00:36:08.531Z] + cd /w/workspace/edgex-go/2 [2021-01-28T00:36:08.531Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T00:36:08.531Z] Reading package lists... [2021-01-28T00:36:08.793Z] Building dependency tree... [2021-01-28T00:36:08.793Z] Reading state information... [2021-01-28T00:36:08.793Z] The following packages were automatically installed and are no longer required: [2021-01-28T00:36:08.793Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T00:36:08.793Z] uidmap xdelta3 [2021-01-28T00:36:08.793Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T00:36:08.793Z] The following packages will be REMOVED: [2021-01-28T00:36:08.793Z] lxd* lxd-client* [2021-01-28T00:36:09.369Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T00:36:09.369Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T00:36:10.157Z] (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-28T00:36:10.157Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:36:11.108Z] Removing lxd dnsmasq configuration [2021-01-28T00:36:11.108Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:36:11.108Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T00:36:12.059Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T00:36:12.320Z] (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-28T00:36:12.320Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:36:13.708Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T00:36:13.708Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T00:36:15.103Z] + sudo snap remove --purge lxd [2021-01-28T00:36:15.103Z] snap "lxd" is not installed [2021-01-28T00:36:15.103Z] + sudo groupadd --force --system lxd [2021-01-28T00:36:15.103Z] ++ whoami [2021-01-28T00:36:15.103Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T00:36:15.103Z] + newgrp - lxd [2021-01-28T00:36:15.365Z] + sudo snap install lxd [2021-01-28T00:36:23.554Z] 2021-01-28T00:36:20Z INFO Waiting for automatic snapd restart... [2021-01-28T00:36:38.512Z] lxd 4.10 from Canonical* installed [2021-01-28T00:36:38.512Z] + sudo lxd init --auto [2021-01-28T00:36:46.682Z] + sudo snap install --classic snapcraft [2021-01-28T00:36:51.980Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:36:51.980Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T00:36:51.980Z] + patch --verbose -p1 [2021-01-28T00:36:51.980Z] Hmm... Looks like a unified diff to me... [2021-01-28T00:36:51.980Z] The text leading up to this was: [2021-01-28T00:36:51.980Z] -------------------------- [2021-01-28T00:36:51.980Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T00:36:51.980Z] |From: Tony Espy [2021-01-28T00:36:51.980Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T00:36:51.980Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T00:36:51.980Z] | [2021-01-28T00:36:51.980Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T00:36:51.980Z] |optimize the snap CI check run for pull requests. When [2021-01-28T00:36:51.980Z] |applied, it essentially strips out everything (apps and [2021-01-28T00:36:51.980Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T00:36:51.980Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T00:36:51.980Z] |catch changes to edgex-go that break the snap build. [2021-01-28T00:36:51.980Z] | [2021-01-28T00:36:51.980Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T00:36:51.980Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T00:36:51.980Z] |resulting in a failed snap build CI check in the associated [2021-01-28T00:36:51.980Z] |pull request. [2021-01-28T00:36:51.980Z] | [2021-01-28T00:36:51.980Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T00:36:51.980Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T00:36:51.980Z] |need to build the finally binary .snap file (and it won't [2021-01-28T00:36:51.980Z] |work with the patch applied). This further reduces the build [2021-01-28T00:36:51.980Z] |time. [2021-01-28T00:36:51.980Z] |--- [2021-01-28T00:36:51.980Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T00:36:51.980Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T00:36:51.980Z] | [2021-01-28T00:36:51.980Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T00:36:51.980Z] |index 1e537489..faf42425 100644 [2021-01-28T00:36:51.980Z] |--- a/snap/snapcraft.yaml [2021-01-28T00:36:51.980Z] |+++ b/snap/snapcraft.yaml [2021-01-28T00:36:51.980Z] -------------------------- [2021-01-28T00:36:51.980Z] patching file snap/snapcraft.yaml [2021-01-28T00:36:51.980Z] Using Plan A... [2021-01-28T00:36:51.980Z] Hunk #1 succeeded at 73. [2021-01-28T00:36:51.980Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T00:36:51.980Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T00:36:51.980Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T00:36:51.980Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T00:36:51.980Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T00:36:51.980Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T00:36:51.980Z] Hunk #8 succeeded at 342. [2021-01-28T00:36:51.980Z] Hmm... Ignoring the trailing garbage. [2021-01-28T00:36:51.980Z] done [2021-01-28T00:36:51.980Z] + sudo snapcraft prime --use-lxd [2021-01-28T00:36:53.360Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T00:36:53.360Z] 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-28T00:36:53.360Z] - README.md [2021-01-28T00:36:53.360Z] - snapcraft.yaml.orig [2021-01-28T00:36:53.360Z] [2021-01-28T00:36:53.360Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:36:53.931Z] Launching a container. [2021-01-28T00:37:06.168Z] Waiting for container to be ready [2021-01-28T00:37:06.169Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T00:37:06.169Z] [2021-01-28T00:37:08.711Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T00:37:08.711Z] Waiting for network to be ready... [2021-01-28T00:37:09.279Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:37:09.279Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:37:09.279Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:37:09.279Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:37:09.279Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:37:09.279Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:37:09.279Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:37:09.279Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:37:09.279Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:37:09.540Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:37:09.800Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:37:09.800Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:37:10.061Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:37:10.061Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:37:10.061Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:37:10.061Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:37:10.061Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:37:10.061Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:37:10.320Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:37:10.581Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:37:10.581Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:37:10.581Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:37:10.581Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:37:10.581Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:37:10.581Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:37:10.581Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:37:10.842Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:37:12.640Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:12.640Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:12.640Z] ---> 76089645be55 [2021-01-28T00:37:12.640Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:37:12.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:12.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:12.640Z] ---> 76089645be55 [2021-01-28T00:37:12.640Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:37:12.640Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:12.640Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:12.640Z] ---> 76089645be55 [2021-01-28T00:37:12.640Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:37:12.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:12.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:12.640Z] ---> 76089645be55 [2021-01-28T00:37:12.640Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:37:12.640Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:12.640Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:12.640Z] ---> 76089645be55 [2021-01-28T00:37:12.640Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:37:13.385Z] Fetched 23.8 MB in 4s (6233 kB/s) [2021-01-28T00:37:13.645Z] Reading package lists... [2021-01-28T00:37:13.905Z] Reading package lists... [2021-01-28T00:37:14.167Z] Building dependency tree... [2021-01-28T00:37:14.167Z] Reading state information... [2021-01-28T00:37:14.167Z] The following additional packages will be installed: [2021-01-28T00:37:14.167Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:37:14.167Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:37:14.167Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:37:14.167Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T00:37:14.167Z] Suggested packages: [2021-01-28T00:37:14.167Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T00:37:14.167Z] Recommended packages: [2021-01-28T00:37:14.167Z] gnupg libsasl2-modules [2021-01-28T00:37:14.167Z] The following NEW packages will be installed: [2021-01-28T00:37:14.167Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:37:14.167Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:37:14.167Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:37:14.167Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T00:37:14.167Z] The following packages will be upgraded: [2021-01-28T00:37:14.167Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T00:37:14.167Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T00:37:14.167Z] Need to get 3533 kB of archives. [2021-01-28T00:37:14.167Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T00:37:14.167Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T00:37:14.427Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T00:37:14.427Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T00:37:14.427Z] Get:4 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-28T00:37:14.427Z] Get:5 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-28T00:37:14.427Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T00:37:14.427Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T00:37:14.427Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T00:37:14.427Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T00:37:14.686Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T00:37:15.258Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T00:37:15.258Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T00:37:15.258Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T00:37:15.258Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T00:37:15.258Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T00:37:15.258Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T00:37:15.258Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T00:37:15.258Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T00:37:15.258Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T00:37:15.258Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T00:37:15.258Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T00:37:15.258Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T00:37:15.520Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:37:15.520Z] Fetched 3533 kB in 1s (3227 kB/s) [2021-01-28T00:37:15.520Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:37:15.520Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:37:15.520Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:37:15.520Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:37:15.787Z] Selecting previously unselected package udev. [2021-01-28T00:37:15.787Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:37:15.787Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:37:15.787Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T00:37:16.047Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T00:37:16.047Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:37:16.047Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:37:16.047Z] Selecting previously unselected package fuse. [2021-01-28T00:37:16.047Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:37:16.047Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:37:16.307Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:37:16.307Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:37:16.307Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:37:16.307Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:37:16.567Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:37:16.567Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:37:16.567Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T00:37:16.567Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T00:37:16.567Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:37:16.567Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T00:37:16.567Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:16.567Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:16.828Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T00:37:16.828Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:16.828Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:16.828Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T00:37:16.828Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:16.828Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:16.828Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T00:37:16.828Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:16.926Z] ---> Running in 6c89e699b4d4 [2021-01-28T00:37:16.926Z] ---> Running in b0d3e90f9fce [2021-01-28T00:37:16.926Z] ---> Running in 8109dd6d941d [2021-01-28T00:37:16.926Z] ---> Running in b336beb5923e [2021-01-28T00:37:16.926Z] ---> Running in 4c09c409e794 [2021-01-28T00:37:17.088Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:17.088Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T00:37:17.088Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:17.088Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:17.088Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T00:37:17.088Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:17.088Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:17.349Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T00:37:17.349Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:17.349Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:17.349Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T00:37:17.349Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:17.349Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:17.349Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T00:37:17.349Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:37:17.349Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:17.521Z] Removing intermediate container 8109dd6d941d [2021-01-28T00:37:17.522Z] ---> 4fa0da540d63 [2021-01-28T00:37:17.522Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:17.522Z] Removing intermediate container 4c09c409e794 [2021-01-28T00:37:17.522Z] ---> 2fba087e9abf [2021-01-28T00:37:17.522Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:17.522Z] Removing intermediate container b336beb5923e [2021-01-28T00:37:17.522Z] ---> f01621c96db9 [2021-01-28T00:37:17.522Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:17.522Z] Removing intermediate container 6c89e699b4d4 [2021-01-28T00:37:17.522Z] ---> 8729930e8a5d [2021-01-28T00:37:17.522Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:17.522Z] Removing intermediate container b0d3e90f9fce [2021-01-28T00:37:17.522Z] ---> 4127a30e4e58 [2021-01-28T00:37:17.522Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:17.609Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T00:37:17.609Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:37:17.609Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:37:17.609Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T00:37:17.609Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:37:17.609Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:37:17.609Z] Selecting previously unselected package libldap-common. [2021-01-28T00:37:17.609Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T00:37:17.609Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:37:17.795Z] ---> Running in 33615e99d7ab [2021-01-28T00:37:17.795Z] ---> Running in aef23d31e199 [2021-01-28T00:37:17.795Z] ---> Running in b17b980bbff7 [2021-01-28T00:37:17.795Z] ---> Running in d95a8474be28 [2021-01-28T00:37:17.795Z] ---> Running in 16299812a579 [2021-01-28T00:37:17.869Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T00:37:17.869Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T00:37:17.869Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:37:17.869Z] Selecting previously unselected package dirmngr. [2021-01-28T00:37:17.869Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:37:17.869Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:37:17.869Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:37:18.130Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T00:37:18.130Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:37:18.130Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:37:18.130Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:37:18.130Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T00:37:18.130Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.130Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:37:18.130Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:37:18.130Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T00:37:18.703Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T00:37:18.703Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.703Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T00:37:18.703Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:37:18.703Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T00:37:18.703Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.703Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.703Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.966Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.966Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.966Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.966Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:37:18.966Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:37:18.966Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:37:18.966Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:37:19.538Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T00:37:19.538Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T00:37:19.538Z] This means they are not meant to be enabled using systemctl. [2021-01-28T00:37:19.538Z] Possible reasons for having this kind of units are: [2021-01-28T00:37:19.538Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T00:37:19.538Z] .wants/ or .requires/ directory. [2021-01-28T00:37:19.538Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T00:37:19.538Z] a requirement dependency on it. [2021-01-28T00:37:19.538Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T00:37:19.538Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T00:37:19.538Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T00:37:19.538Z] instance name specified. [2021-01-28T00:37:19.800Z] Reading package lists... [2021-01-28T00:37:19.800Z] Building dependency tree... [2021-01-28T00:37:19.800Z] Reading state information... [2021-01-28T00:37:19.800Z] The following additional packages will be installed: [2021-01-28T00:37:19.800Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T00:37:19.800Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T00:37:19.800Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T00:37:19.800Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T00:37:19.800Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T00:37:19.800Z] Suggested packages: [2021-01-28T00:37:19.800Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T00:37:19.800Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T00:37:19.800Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T00:37:19.800Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T00:37:19.800Z] systemd-container policykit-1 [2021-01-28T00:37:19.800Z] Recommended packages: [2021-01-28T00:37:19.800Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T00:37:20.060Z] The following NEW packages will be installed: [2021-01-28T00:37:20.060Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T00:37:20.060Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T00:37:20.060Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T00:37:20.060Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T00:37:20.060Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T00:37:20.060Z] The following packages will be upgraded: [2021-01-28T00:37:20.060Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T00:37:20.060Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T00:37:20.060Z] Need to get 35.2 MB of archives. [2021-01-28T00:37:20.060Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T00:37:20.060Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T00:37:20.060Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T00:37:20.060Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T00:37:20.060Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T00:37:20.321Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T00:37:20.321Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T00:37:20.321Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T00:37:20.321Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T00:37:20.321Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T00:37:20.321Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T00:37:20.321Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T00:37:20.321Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T00:37:20.321Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T00:37:20.321Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T00:37:20.321Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T00:37:20.321Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T00:37:20.321Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T00:37:20.321Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T00:37:21.239Z] Removing intermediate container 33615e99d7ab [2021-01-28T00:37:21.239Z] ---> dde7991f19ad [2021-01-28T00:37:21.239Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:37:21.270Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T00:37:21.270Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T00:37:21.270Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T00:37:21.270Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T00:37:21.270Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T00:37:21.270Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T00:37:21.270Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T00:37:21.270Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T00:37:21.270Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T00:37:21.270Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T00:37:21.270Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T00:37:21.270Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T00:37:21.516Z] ---> Running in a6c0d8c4ad95 [2021-01-28T00:37:22.137Z] Removing intermediate container d95a8474be28 [2021-01-28T00:37:22.137Z] ---> 0f8e1833afff [2021-01-28T00:37:22.137Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:37:22.137Z] Removing intermediate container b17b980bbff7 [2021-01-28T00:37:22.137Z] ---> 6057271b6c51 [2021-01-28T00:37:22.137Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:37:22.137Z] ---> Running in 0e4853e9f683 [2021-01-28T00:37:22.306Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:37:22.306Z] Fetched 35.2 MB in 2s (15.9 MB/s) [2021-01-28T00:37:22.306Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:37:22.306Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:37:22.421Z] ---> Running in 18f99ea2b678 [2021-01-28T00:37:22.421Z] Removing intermediate container aef23d31e199 [2021-01-28T00:37:22.421Z] ---> 97d10a3e5d84 [2021-01-28T00:37:22.421Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:37:22.421Z] Removing intermediate container 16299812a579 [2021-01-28T00:37:22.421Z] ---> 2f8d5a770ddf [2021-01-28T00:37:22.421Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:37:22.566Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:37:22.692Z] ---> Running in 07d571655420 [2021-01-28T00:37:22.692Z] ---> Running in 21fd8df0b691 [2021-01-28T00:37:23.136Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:37:23.137Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:37:23.137Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:37:23.137Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:37:23.137Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:37:23.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:23.398Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:37:23.399Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T00:37:23.399Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:37:23.664Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:37:23.664Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:37:24.235Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T00:37:24.235Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T00:37:24.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:24.497Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T00:37:24.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:24.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:24.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:24.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:24.757Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T00:37:24.757Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:37:24.757Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:37:25.017Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T00:37:25.017Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:37:25.017Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:25.017Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T00:37:25.017Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T00:37:25.017Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:37:25.277Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T00:37:25.277Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:37:25.277Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:25.277Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:37:25.538Z] Checking for services that may need to be restarted...done. [2021-01-28T00:37:25.538Z] Checking for services that may need to be restarted...done. [2021-01-28T00:37:25.538Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:25.538Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:37:25.538Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:25.545Z] OK: 217 MiB in 51 packages [2021-01-28T00:37:25.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:25.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:25.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:25.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:37:26.108Z] Selecting previously unselected package python3-minimal. [2021-01-28T00:37:26.108Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T00:37:26.108Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:37:26.108Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:37:26.108Z] Selecting previously unselected package mime-support. [2021-01-28T00:37:26.108Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T00:37:26.108Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T00:37:26.367Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T00:37:26.367Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T00:37:26.367Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:37:26.367Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T00:37:26.367Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:37:26.367Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:26.530Z] OK: 217 MiB in 51 packages [2021-01-28T00:37:26.530Z] OK: 217 MiB in 51 packages [2021-01-28T00:37:26.530Z] Removing intermediate container a6c0d8c4ad95 [2021-01-28T00:37:26.530Z] ---> cdfd11627f35 [2021-01-28T00:37:26.530Z] Step 6/21 : COPY go.mod . [2021-01-28T00:37:26.628Z] Selecting previously unselected package python3.6. [2021-01-28T00:37:26.628Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:37:26.628Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:26.628Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T00:37:26.628Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:37:26.628Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:37:26.628Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:37:26.808Z] OK: 217 MiB in 51 packages [2021-01-28T00:37:26.808Z] OK: 217 MiB in 51 packages [2021-01-28T00:37:26.887Z] Selecting previously unselected package python3. [2021-01-28T00:37:26.887Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T00:37:26.887Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:37:26.887Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T00:37:27.147Z] Selecting previously unselected package multiarch-support. [2021-01-28T00:37:27.147Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:37:27.147Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:37:27.147Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:37:27.147Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T00:37:27.147Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T00:37:27.147Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T00:37:27.147Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:37:27.409Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T00:37:27.409Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T00:37:27.409Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:37:27.409Z] Selecting previously unselected package sudo. [2021-01-28T00:37:27.409Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T00:37:27.409Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:37:27.669Z] Selecting previously unselected package apparmor. [2021-01-28T00:37:27.669Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:37:27.669Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:37:27.669Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T00:37:27.669Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T00:37:27.669Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:37:27.786Z] ---> 2e6c22687955 [2021-01-28T00:37:27.786Z] Step 7/21 : RUN go mod download [2021-01-28T00:37:27.930Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T00:37:27.930Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:37:27.930Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:27.930Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T00:37:27.930Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:37:27.930Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:28.061Z] ---> Running in 53c5a753d40d [2021-01-28T00:37:28.191Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T00:37:28.191Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T00:37:28.191Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:37:28.191Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T00:37:28.191Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:37:28.191Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:28.191Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T00:37:28.191Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:37:28.191Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:28.339Z] Removing intermediate container 18f99ea2b678 [2021-01-28T00:37:28.339Z] ---> d53907b716bc [2021-01-28T00:37:28.339Z] Step 6/24 : COPY go.mod . [2021-01-28T00:37:28.452Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T00:37:28.452Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T00:37:28.452Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:37:28.452Z] Selecting previously unselected package openssh-client. [2021-01-28T00:37:28.452Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T00:37:28.452Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:37:28.614Z] Removing intermediate container 0e4853e9f683 [2021-01-28T00:37:28.614Z] ---> 5d645a35c038 [2021-01-28T00:37:28.614Z] Step 6/23 : COPY go.mod . [2021-01-28T00:37:28.614Z] Removing intermediate container 07d571655420 [2021-01-28T00:37:28.614Z] ---> 2412029ace18 [2021-01-28T00:37:28.614Z] Step 6/34 : COPY go.mod . [2021-01-28T00:37:28.614Z] Removing intermediate container 21fd8df0b691 [2021-01-28T00:37:28.614Z] ---> bab3aab3b953 [2021-01-28T00:37:28.614Z] Step 6/23 : COPY go.mod . [2021-01-28T00:37:28.712Z] Selecting previously unselected package squashfs-tools. [2021-01-28T00:37:28.712Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:37:28.712Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:37:28.712Z] Selecting previously unselected package snapd. [2021-01-28T00:37:28.712Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T00:37:28.712Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T00:37:29.606Z] ---> 23e6488b3ad1 [2021-01-28T00:37:29.606Z] Step 7/24 : RUN go mod download [2021-01-28T00:37:29.606Z] ---> cbf5d36643ca [2021-01-28T00:37:29.606Z] Step 7/34 : RUN go mod download [2021-01-28T00:37:29.878Z] ---> Running in 2d1015907490 [2021-01-28T00:37:29.878Z] ---> d9b0c1657ab5 [2021-01-28T00:37:29.878Z] Step 7/23 : RUN go mod download [2021-01-28T00:37:29.878Z] ---> 6f76bf4ea542 [2021-01-28T00:37:29.878Z] Step 7/23 : RUN go mod download [2021-01-28T00:37:29.878Z] ---> Running in c0fd99aa0606 [2021-01-28T00:37:30.166Z] ---> Running in b18a3b4d3867 [2021-01-28T00:37:30.166Z] ---> Running in f5ddae8119be [2021-01-28T00:37:30.620Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:37:30.620Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:37:30.881Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T00:37:30.881Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:37:30.881Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:37:31.140Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:31.140Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:37:31.140Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T00:37:31.140Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T00:37:32.084Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:37:32.084Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:37:32.084Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:37:32.084Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:32.084Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:32.084Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:37:32.145Z] Removing intermediate container 53c5a753d40d [2021-01-28T00:37:32.145Z] ---> c2974bf2bb3f [2021-01-28T00:37:32.145Z] Step 8/21 : COPY . . [2021-01-28T00:37:32.658Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:37:32.658Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:32.658Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:37:32.658Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T00:37:32.658Z] running python rtupdate hooks for python3.6... [2021-01-28T00:37:32.658Z] running python post-rtupdate hooks for python3.6... [2021-01-28T00:37:32.919Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:37:33.863Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T00:37:34.141Z] Removing intermediate container 2d1015907490 [2021-01-28T00:37:34.141Z] ---> a15262960e0f [2021-01-28T00:37:34.141Z] Step 8/24 : COPY . . [2021-01-28T00:37:34.437Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:37:34.747Z] Removing intermediate container c0fd99aa0606 [2021-01-28T00:37:34.747Z] ---> 89049b5a3e98 [2021-01-28T00:37:34.747Z] Step 8/34 : COPY . . [2021-01-28T00:37:35.012Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:37:35.276Z] Setting up snapd (2.48+18.04) ... [2021-01-28T00:37:35.360Z] Removing intermediate container f5ddae8119be [2021-01-28T00:37:35.360Z] ---> 4010d3e2a8a8 [2021-01-28T00:37:35.360Z] Step 8/23 : COPY . . [2021-01-28T00:37:35.538Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T00:37:35.639Z] Removing intermediate container b18a3b4d3867 [2021-01-28T00:37:35.639Z] ---> 52f1c3bbd58d [2021-01-28T00:37:35.639Z] Step 8/23 : COPY . . [2021-01-28T00:37:35.800Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T00:37:36.060Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T00:37:36.060Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T00:37:36.320Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:37:36.320Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:37:36.581Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T00:37:36.581Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T00:37:36.844Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T00:37:37.104Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T00:37:37.104Z] /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-28T00:37:37.104Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:37:37.104Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:37:38.045Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:37:38.045Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:37:38.306Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:37:38.566Z] Fetched 88.7 kB in 1s (170 kB/s) [2021-01-28T00:37:39.506Z] Reading package lists... [2021-01-28T00:37:39.506Z] Reading package lists... [2021-01-28T00:37:39.767Z] Building dependency tree... [2021-01-28T00:37:39.767Z] Reading state information... [2021-01-28T00:37:39.767Z] Calculating upgrade... [2021-01-28T00:37:39.767Z] The following packages will be upgraded: [2021-01-28T00:37:39.767Z] advancecomp base-files bash binutils binutils-common [2021-01-28T00:37:39.767Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T00:37:39.767Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T00:37:39.767Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T00:37:39.767Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T00:37:39.767Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T00:37:39.767Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T00:37:39.767Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T00:37:39.767Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T00:37:39.767Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T00:37:39.767Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T00:37:39.767Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T00:37:39.767Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T00:37:39.767Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T00:37:39.767Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T00:37:40.027Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:37:40.027Z] Need to get 63.8 MB of archives. [2021-01-28T00:37:40.027Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T00:37:40.027Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T00:37:40.027Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T00:37:40.967Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T00:37:40.967Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T00:37:40.967Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T00:37:40.967Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T00:37:40.967Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T00:37:40.967Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T00:37:40.967Z] 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-28T00:37:40.967Z] 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-28T00:37:40.967Z] 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-28T00:37:40.967Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T00:37:40.967Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T00:37:40.967Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T00:37:40.967Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T00:37:40.967Z] 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-28T00:37:40.967Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T00:37:40.967Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T00:37:40.967Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T00:37:41.227Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T00:37:41.227Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T00:37:41.227Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T00:37:41.227Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T00:37:41.227Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T00:37:41.227Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T00:37:41.227Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T00:37:41.227Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T00:37:41.227Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T00:37:41.227Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T00:37:41.227Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T00:37:41.227Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T00:37:41.227Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T00:37:41.487Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T00:37:41.487Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T00:37:41.487Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T00:37:41.487Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T00:37:41.487Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T00:37:41.487Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T00:37:41.487Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-28T00:37:41.487Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T00:37:41.487Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T00:37:41.487Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T00:37:41.487Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T00:37:41.487Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T00:37:41.487Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T00:37:41.487Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T00:37:41.487Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T00:37:41.487Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T00:37:41.487Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T00:37:41.487Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T00:37:41.748Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T00:37:41.748Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T00:37:41.748Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T00:37:41.748Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T00:37:41.748Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T00:37:41.748Z] Get:56 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-28T00:37:41.748Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T00:37:41.748Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T00:37:41.748Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T00:37:41.748Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T00:37:41.748Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T00:37:41.748Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T00:37:41.748Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T00:37:41.748Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T00:37:41.748Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T00:37:41.748Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T00:37:41.748Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T00:37:41.748Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T00:37:41.748Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T00:37:41.748Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T00:37:41.748Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T00:37:41.748Z] 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-28T00:37:41.748Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T00:37:41.748Z] 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-28T00:37:41.748Z] 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-28T00:37:42.008Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T00:37:42.008Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T00:37:42.008Z] 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-28T00:37:42.008Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T00:37:42.008Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T00:37:42.008Z] 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-28T00:37:42.008Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T00:37:42.008Z] 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-28T00:37:42.268Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T00:37:42.268Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T00:37:42.268Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T00:37:42.268Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T00:37:42.268Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T00:37:42.268Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T00:37:42.268Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T00:37:42.837Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T00:37:43.408Z] 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-28T00:37:43.408Z] 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-28T00:37:43.408Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T00:37:43.669Z] 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-28T00:37:43.669Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T00:37:43.669Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T00:37:43.930Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T00:37:43.930Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T00:37:43.930Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:37:43.930Z] Fetched 63.8 MB in 4s (16.4 MB/s) [2021-01-28T00:37:43.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:43.930Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:37:43.930Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:37:44.507Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:37:44.768Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:37:44.768Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T00:37:44.768Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T00:37:45.719Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:45.719Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:45.719Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:45.719Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:45.980Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:45.980Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:45.980Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:45.980Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:46.239Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:46.239Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:46.239Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:46.239Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:46.239Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:46.239Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:46.499Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:37:46.499Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:37:46.499Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:46.499Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T00:37:46.499Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:37:46.759Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:37:46.759Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:46.759Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:46.759Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:46.760Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:47.020Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:37:47.020Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:37:47.020Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:37:47.281Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:37:47.281Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:37:47.281Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:37:47.850Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:37:47.850Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:37:47.850Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T00:37:48.112Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T00:37:48.112Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T00:37:48.112Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T00:37:48.372Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T00:37:48.372Z] Installing new version of config file /etc/issue ... [2021-01-28T00:37:48.372Z] Installing new version of config file /etc/issue.net ... [2021-01-28T00:37:48.372Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T00:37:48.372Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T00:37:48.632Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T00:37:48.632Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T00:37:48.632Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T00:37:48.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:48.900Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T00:37:48.900Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T00:37:48.900Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T00:37:49.161Z] 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-28T00:37:49.161Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:49.161Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:49.161Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:49.426Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:49.426Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:49.426Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T00:37:49.426Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T00:37:49.426Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T00:37:49.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:49.687Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T00:37:49.687Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:37:49.948Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T00:37:49.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:49.948Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:37:49.948Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:37:50.209Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:37:50.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:50.209Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:37:50.469Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:37:50.469Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T00:37:50.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:50.469Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T00:37:50.729Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T00:37:50.729Z] Setting up grep (3.1-2build1) ... [2021-01-28T00:37:50.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:50.729Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:37:50.989Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:37:50.989Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T00:37:50.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:50.989Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:37:51.249Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:37:51.249Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T00:37:51.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:51.509Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:37:51.509Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:37:52.079Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:37:52.079Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:37:52.079Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:37:52.079Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:37:52.650Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T00:37:52.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:52.909Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T00:37:52.909Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:37:54.291Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:37:54.291Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:37:54.291Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:37:54.291Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:37:54.291Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:37:54.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:54.291Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T00:37:54.559Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T00:37:54.559Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T00:37:54.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:54.820Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:54.820Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:54.820Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:55.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:55.080Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:55.080Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:55.080Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:55.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:55.080Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:55.080Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:55.340Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:55.340Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:55.340Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:55.340Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:55.600Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:55.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:55.600Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:37:55.860Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:37:55.860Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:37:55.860Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:37:55.860Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:37:56.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:56.119Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:37:56.119Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:37:56.119Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:37:56.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:56.119Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:56.378Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:56.378Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:56.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:56.378Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:56.378Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:56.638Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:56.638Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:56.638Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:37:56.638Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:37:57.207Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:37:57.469Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T00:37:57.728Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T00:37:57.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:57.728Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:37:57.990Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:37:58.251Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:37:58.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:37:58.251Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T00:37:58.251Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:37:58.511Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T00:37:58.511Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:37:58.511Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T00:37:58.511Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T00:37:58.770Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T00:37:59.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:37:59.031Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T00:37:59.031Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:37:59.031Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:37:59.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:37:59.031Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T00:37:59.293Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:37:59.293Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:37:59.293Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:37:59.293Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:37:59.293Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:37:59.553Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:37:59.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:37:59.553Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:37:59.553Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:37:59.812Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:37:59.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:37:59.812Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:37:59.812Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:38:00.071Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:38:00.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:00.071Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:38:00.071Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:38:00.331Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:38:00.331Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:38:00.331Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:38:00.594Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:38:00.594Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:38:00.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:00.594Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T00:38:00.855Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T00:38:00.855Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T00:38:01.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:01.118Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T00:38:01.118Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:38:01.118Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:38:01.380Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:01.380Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:38:01.380Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:38:01.645Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:38:01.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:01.645Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T00:38:01.645Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T00:38:01.908Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T00:38:01.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:01.908Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:38:01.908Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:38:02.180Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T00:38:02.436Z] ---> e476f3f31c0f [2021-01-28T00:38:02.436Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:38:02.436Z] ---> 7d4c7bc177b1 [2021-01-28T00:38:02.436Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:38:02.436Z] ---> b626ebc43992 [2021-01-28T00:38:02.436Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:38:02.436Z] ---> 5863a43d4129 [2021-01-28T00:38:02.436Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:38:02.436Z] ---> 0318d07b9a94 [2021-01-28T00:38:02.436Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:38:02.436Z] ---> Running in 06662848b93b [2021-01-28T00:38:02.436Z] ---> Running in 22e0e68852c0 [2021-01-28T00:38:02.436Z] ---> Running in 983fd485c39c [2021-01-28T00:38:02.436Z] ---> Running in 2382d0d33c09 [2021-01-28T00:38:02.436Z] ---> Running in f1c732b6150e [2021-01-28T00:38:02.436Z] Removing intermediate container 22e0e68852c0 [2021-01-28T00:38:02.436Z] ---> 3246997b4bf8 [2021-01-28T00:38:02.436Z] 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-28T00:38:02.436Z] ---> Running in f5b0c0cd6872 [2021-01-28T00:38:02.436Z] 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-28T00:38:02.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:02.440Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:38:02.440Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:38:02.440Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T00:38:02.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:02.440Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T00:38:02.440Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T00:38:02.700Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T00:38:02.700Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:02.700Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T00:38:02.700Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T00:38:02.710Z] 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-28T00:38:02.961Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T00:38:02.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:02.961Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T00:38:02.961Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T00:38:02.961Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T00:38:03.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:03.221Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T00:38:03.221Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T00:38:03.221Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T00:38:03.319Z] 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-28T00:38:03.319Z] 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-28T00:38:03.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:03.481Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:38:03.481Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T00:38:03.481Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T00:38:03.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:38:03.481Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T00:38:03.481Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T00:38:03.599Z] 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-28T00:38:03.741Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T00:38:03.742Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T00:38:03.742Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:38:03.742Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:38:04.005Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:38:04.005Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:38:04.005Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:38:04.005Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:38:04.266Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T00:38:04.266Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T00:38:04.527Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:38:04.527Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T00:38:04.787Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:38:04.787Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T00:38:04.787Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T00:38:04.787Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T00:38:05.047Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T00:38:05.047Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T00:38:05.314Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T00:38:05.314Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T00:38:05.314Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T00:38:05.314Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T00:38:05.588Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T00:38:05.588Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T00:38:05.588Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T00:38:05.588Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T00:38:06.971Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T00:38:06.971Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T00:38:07.229Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:38:07.229Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T00:38:07.229Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:38:07.489Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:38:07.749Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:38:07.749Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:38:07.749Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:38:07.749Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:38:08.013Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:38:08.013Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:38:08.013Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:08.013Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:08.274Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:08.274Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:08.535Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:08.535Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:08.535Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:08.535Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:09.476Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:09.476Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:10.418Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:10.418Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:11.002Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:11.002Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:11.271Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:11.271Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:12.236Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:38:12.236Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:38:12.236Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:38:12.236Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:38:12.236Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:38:12.236Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:38:12.498Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:38:12.498Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:38:12.786Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T00:38:12.786Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T00:38:12.786Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:38:12.786Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:38:13.059Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:38:13.060Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:38:13.060Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T00:38:13.060Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T00:38:13.327Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:13.327Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:38:13.327Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:13.327Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:13.327Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:13.327Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T00:38:13.327Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T00:38:13.603Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T00:38:13.603Z] [2021-01-28T00:38:13.603Z] Current default time zone: 'Etc/UTC' [2021-01-28T00:38:13.603Z] Local time is now: Thu Jan 28 00:38:13 UTC 2021. [2021-01-28T00:38:13.603Z] Universal Time is now: Thu Jan 28 00:38:13 UTC 2021. [2021-01-28T00:38:13.603Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T00:38:13.603Z] [2021-01-28T00:38:13.603Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T00:38:13.603Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:13.603Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T00:38:13.603Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:38:13.870Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T00:38:13.870Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T00:38:13.870Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:38:13.870Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:38:13.870Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T00:38:13.870Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:38:13.870Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:13.870Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:38:14.132Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:14.132Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:38:14.394Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:14.394Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T00:38:14.394Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:38:14.394Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T00:38:14.394Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:38:14.394Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T00:38:14.394Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T00:38:14.394Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:38:14.394Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:38:16.318Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:38:16.888Z] 22 added, 17 removed; done. [2021-01-28T00:38:17.149Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:38:17.149Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:38:17.149Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T00:38:17.149Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T00:38:17.149Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T00:38:17.149Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.149Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:38:17.149Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.149Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.149Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.409Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.409Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.409Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T00:38:17.409Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:38:17.409Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:38:17.409Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T00:38:17.409Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:38:17.409Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.409Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:38:17.409Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:38:17.679Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T00:38:17.679Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:38:17.679Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:38:17.679Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:38:17.679Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T00:38:17.941Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:38:17.941Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:38:18.510Z] 0 added, 0 removed; done. [2021-01-28T00:38:18.510Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T00:38:18.510Z] done. [2021-01-28T00:38:18.771Z] Reading package lists... [2021-01-28T00:38:19.032Z] Building dependency tree... [2021-01-28T00:38:19.032Z] Reading state information... [2021-01-28T00:38:19.032Z] The following NEW packages will be installed: [2021-01-28T00:38:19.032Z] apt-transport-https [2021-01-28T00:38:19.291Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:38:19.291Z] Need to get 1696 B of archives. [2021-01-28T00:38:19.291Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T00:38:19.291Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T00:38:19.291Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:38:19.291Z] Fetched 1696 B in 0s (9378 B/s) [2021-01-28T00:38:19.291Z] Selecting previously unselected package apt-transport-https. [2021-01-28T00:38:19.291Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T00:38:19.291Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T00:38:19.555Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:38:19.555Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:38:19.816Z] Waiting for network to be ready... [2021-01-28T00:38:25.130Z] 2021-01-28T00:38:22Z INFO Waiting for automatic snapd restart... [2021-01-28T00:38:25.130Z] snapd 2.48.2 from Canonical* installed [2021-01-28T00:38:26.070Z] "snapd" switched to the "latest/stable" channel [2021-01-28T00:38:26.070Z] [2021-01-28T00:38:28.613Z] core18 20201210 from Canonical* installed [2021-01-28T00:38:28.613Z] "core18" switched to the "latest/stable" channel [2021-01-28T00:38:28.613Z] [2021-01-28T00:38:31.911Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:38:31.911Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T00:38:31.911Z] [2021-01-28T00:38:35.209Z] 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-28T00:38:35.209Z] - README.md [2021-01-28T00:38:35.209Z] - snapcraft.yaml.orig [2021-01-28T00:38:35.209Z] [2021-01-28T00:38:35.209Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:38:41.796Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:38:41.796Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:38:41.796Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:38:42.060Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:38:43.006Z] Reading package lists... [2021-01-28T00:38:43.579Z] 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-28T00:38:50.194Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:38:50.194Z] Reading package lists... [2021-01-28T00:38:50.194Z] Building dependency tree... [2021-01-28T00:38:50.194Z] Reading state information... [2021-01-28T00:38:50.194Z] Suggested packages: [2021-01-28T00:38:50.194Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T00:38:50.194Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T00:38:50.194Z] Recommended packages: [2021-01-28T00:38:50.194Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T00:38:50.194Z] The following NEW packages will be installed: [2021-01-28T00:38:50.194Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T00:38:50.194Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T00:38:50.194Z] pkg-config zip [2021-01-28T00:38:50.194Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:38:50.194Z] Need to get 7655 kB of archives. [2021-01-28T00:38:50.194Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T00:38:50.194Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T00:38:50.194Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T00:38:50.194Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T00:38:50.194Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T00:38:50.194Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T00:38:50.194Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T00:38:50.455Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T00:38:50.455Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T00:38:50.455Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T00:38:50.455Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T00:38:50.716Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T00:38:50.716Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T00:38:50.716Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T00:38:50.982Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T00:38:50.982Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T00:38:50.982Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:38:50.982Z] Fetched 7655 kB in 1s (7094 kB/s) [2021-01-28T00:38:50.982Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T00:38:50.982Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T00:38:50.982Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T00:38:50.982Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:38:51.244Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T00:38:51.244Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T00:38:51.244Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:38:51.244Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T00:38:51.244Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T00:38:51.244Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:38:51.504Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T00:38:51.504Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T00:38:51.504Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:38:51.504Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T00:38:51.504Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T00:38:51.504Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:38:51.504Z] Selecting previously unselected package liberror-perl. [2021-01-28T00:38:51.504Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T00:38:51.504Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T00:38:51.765Z] Selecting previously unselected package git-man. [2021-01-28T00:38:51.765Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T00:38:51.765Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:38:51.765Z] Selecting previously unselected package git. [2021-01-28T00:38:51.765Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T00:38:51.765Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:38:52.710Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T00:38:52.710Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T00:38:52.710Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:38:52.710Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T00:38:52.710Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T00:38:52.710Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:38:52.971Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T00:38:52.971Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T00:38:52.971Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:38:52.971Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T00:38:52.971Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:38:52.971Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:38:53.232Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T00:38:53.232Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:38:53.232Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:38:53.232Z] Selecting previously unselected package pkg-config. [2021-01-28T00:38:53.232Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T00:38:53.232Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:38:53.232Z] Selecting previously unselected package zip. [2021-01-28T00:38:53.232Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T00:38:53.232Z] Unpacking zip (3.0-11build1) ... [2021-01-28T00:38:53.497Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:38:53.497Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:38:53.497Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:38:53.498Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T00:38:53.498Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:38:53.498Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:38:53.498Z] No schema files found: doing nothing. [2021-01-28T00:38:53.498Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:38:53.782Z] Setting up zip (3.0-11build1) ... [2021-01-28T00:38:53.782Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:38:53.782Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:38:53.782Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:38:53.782Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:38:53.782Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:38:53.782Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:38:53.782Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:38:54.049Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:39:00.650Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:39:00.650Z] git set to automatically installed. [2021-01-28T00:39:00.650Z] git-man set to automatically installed. [2021-01-28T00:39:00.650Z] libcurl3-gnutls set to automatically installed. [2021-01-28T00:39:00.650Z] liberror-perl set to automatically installed. [2021-01-28T00:39:00.650Z] libglib2.0-0 set to automatically installed. [2021-01-28T00:39:00.650Z] libnghttp2-14 set to automatically installed. [2021-01-28T00:39:00.650Z] libnorm1 set to automatically installed. [2021-01-28T00:39:00.650Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T00:39:00.650Z] libpsl5 set to automatically installed. [2021-01-28T00:39:00.650Z] librtmp1 set to automatically installed. [2021-01-28T00:39:00.650Z] libsodium23 set to automatically installed. [2021-01-28T00:39:00.650Z] libzmq3-dev set to automatically installed. [2021-01-28T00:39:00.650Z] libzmq5 set to automatically installed. [2021-01-28T00:39:00.650Z] pkg-config set to automatically installed. [2021-01-28T00:39:00.650Z] zip set to automatically installed. [2021-01-28T00:39:02.039Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T00:39:08.637Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:39:08.637Z] snap "core18" has no updates available [2021-01-28T00:39:09.209Z] Pulling config-common [2021-01-28T00:39:10.150Z] Pulling go-build-helper [2021-01-28T00:39:25.620Z] 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-28T00:39:25.620Z] 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-28T00:39:25.620Z] 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-28T00:39:32.123Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:39:32.123Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:39:32.123Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:39:32.123Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:39:32.123Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:39:32.123Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:39:32.123Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:39:32.123Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:39:32.123Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:39:32.123Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:39:32.123Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:39:32.123Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:39:32.123Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:39:32.123Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:39:32.123Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:39:32.123Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:39:32.123Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:39:32.123Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:39:32.123Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:39:32.123Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:39:32.123Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:39:32.123Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:39:32.123Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:39:32.123Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:39:32.123Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:39:32.123Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:39:32.123Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:39:32.123Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T00:39:32.123Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T00:39:32.123Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T00:39:32.123Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T00:39:32.123Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T00:39:32.123Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T00:39:32.123Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T00:39:32.123Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T00:39:32.123Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T00:39:32.123Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T00:39:32.123Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T00:39:32.124Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T00:39:32.124Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T00:39:32.124Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T00:39:32.124Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T00:39:32.124Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T00:39:32.124Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T00:39:32.124Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T00:39:32.124Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T00:39:32.124Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T00:39:32.124Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T00:39:32.124Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T00:39:32.124Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T00:39:32.124Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T00:39:32.124Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T00:39:32.124Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T00:39:32.124Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T00:39:32.124Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T00:39:32.124Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T00:39:32.124Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T00:39:32.124Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T00:39:32.124Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T00:39:32.124Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T00:39:32.124Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T00:39:32.124Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T00:39:32.124Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T00:39:32.124Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T00:39:32.124Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T00:39:32.124Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T00:39:32.124Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T00:39:32.124Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T00:39:32.124Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T00:39:34.692Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T00:39:34.692Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T00:39:34.692Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T00:39:34.692Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T00:39:34.692Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T00:39:34.692Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T00:39:34.692Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T00:39:34.692Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T00:39:34.692Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T00:39:34.692Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T00:39:34.692Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T00:39:34.692Z] Pulling static-packages [2021-01-28T00:39:35.267Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T00:39:35.267Z] Skipping pull go-build-helper (already ran) [2021-01-28T00:39:35.267Z] Skipping pull static-packages (already ran) [2021-01-28T00:39:35.267Z] Building go-build-helper [2021-01-28T00:39:35.821Z] Removing intermediate container 06662848b93b [2021-01-28T00:39:35.821Z] ---> dbab053a1685 [2021-01-28T00:39:35.821Z] [2021-01-28T00:39:35.821Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:39:35.821Z] 3.12: Pulling from library/alpine [2021-01-28T00:39:36.809Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:39:37.288Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:39:37.288Z] ---> afeebe901d6b [2021-01-28T00:39:37.288Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:39:37.575Z] ---> Running in ad692964c8f1 [2021-01-28T00:39:39.498Z] Building static-packages [2021-01-28T00:39:40.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:39:40.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:39:40.469Z] Staging go-build-helper [2021-01-28T00:39:40.885Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:39:40.885Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:39:40.885Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:39:40.885Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:39:40.885Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:39:40.885Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:39:41.164Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:39:41.164Z] Removing intermediate container 983fd485c39c [2021-01-28T00:39:41.164Z] ---> dd9ae9cb5e8a [2021-01-28T00:39:41.164Z] [2021-01-28T00:39:41.164Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:39:41.164Z] ---> afeebe901d6b [2021-01-28T00:39:41.164Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:39:41.409Z] Staging static-packages [2021-01-28T00:39:41.438Z] OK: 7 MiB in 19 packages [2021-01-28T00:39:41.438Z] ---> Running in d60c0f6f1383 [2021-01-28T00:39:42.349Z] Pulling go115 [2021-01-28T00:39:43.289Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T00:39:43.289Z] Skipping pull go115 (already ran) [2021-01-28T00:39:43.289Z] Building go115 [2021-01-28T00:39:43.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:39:43.289Z] Dload Upload Total Spent Left Speed [2021-01-28T00:39:44.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:39:44.384Z] Removing intermediate container ad692964c8f1 [2021-01-28T00:39:44.384Z] ---> a46c62eab4d4 [2021-01-28T00:39:44.384Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:39:44.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:39:44.675Z] ---> Running in 408b0cc9f1cf [2021-01-28T00:39:44.956Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:39:45.244Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:39:45.244Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:39:45.244Z] Removing intermediate container 408b0cc9f1cf [2021-01-28T00:39:45.244Z] ---> 8f086a539b5c [2021-01-28T00:39:45.244Z] Step 13/24 : WORKDIR / [2021-01-28T00:39:45.244Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:39:45.244Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:39:45.244Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:39:45.258Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 115M 33 38.5M 0 0 43.3M 0 0:00:02 --:--:-- 0:00:02 43.3M 92 115M 92 106M 0 0 55.9M 0 0:00:02 0:00:01 0:00:01 55.9M 100 115M 100 115M 0 0 57.1M 0 0:00:02 0:00:02 --:--:-- 57.1M [2021-01-28T00:39:45.520Z] ---> Running in 529a6b56e151 [2021-01-28T00:39:45.806Z] OK: 7 MiB in 18 packages [2021-01-28T00:39:45.829Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T00:39:46.103Z] Removing intermediate container 529a6b56e151 [2021-01-28T00:39:46.103Z] ---> 832562e0eac8 [2021-01-28T00:39:46.103Z] 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-28T00:39:47.097Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:39:47.097Z] + cd /tmp/build/dist/linux [2021-01-28T00:39:47.097Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:39:47.097Z] Cloning into '.'... [2021-01-28T00:39:47.374Z]  ---> f94047389e36 [2021-01-28T00:39:47.374Z] 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-28T00:39:47.651Z] + go get github.com/robfig/glock [2021-01-28T00:39:49.105Z] Removing intermediate container d60c0f6f1383 [2021-01-28T00:39:49.105Z] ---> 5f33359f8c58 [2021-01-28T00:39:49.105Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:39:49.105Z] ---> 45d6c5fbf98f [2021-01-28T00:39:49.105Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:39:49.105Z] ---> Running in 6d790d16b4db [2021-01-28T00:39:49.134Z] Staging go115 [2021-01-28T00:39:49.712Z] Removing intermediate container 6d790d16b4db [2021-01-28T00:39:49.712Z] ---> 6c0795ebeb42 [2021-01-28T00:39:49.712Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:39:49.990Z] ---> Running in 643d365f91c2 [2021-01-28T00:39:50.266Z] ---> 54207d7e2e6d [2021-01-28T00:39:50.266Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:39:50.896Z] Removing intermediate container 643d365f91c2 [2021-01-28T00:39:50.896Z] ---> 94a1ddf5c3f4 [2021-01-28T00:39:50.896Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:39:52.344Z] ---> 0d8b0eb2f6cf [2021-01-28T00:39:52.344Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:39:52.344Z] ---> 3fd3a3753986 [2021-01-28T00:39:52.344Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:39:54.343Z] ---> fd6cb0a070d5 [2021-01-28T00:39:54.343Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:39:54.343Z] ---> d13dafe813e0 [2021-01-28T00:39:54.343Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:39:54.425Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:39:54.425Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:39:54.425Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:39:54.425Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T00:39:54.425Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T00:39:54.425Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T00:39:54.425Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T00:39:54.425Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T00:39:54.425Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T00:39:54.425Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T00:39:54.425Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T00:39:54.425Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T00:39:54.425Z] Pulling edgex-go [2021-01-28T00:39:55.785Z] ---> 269dbfcff599 [2021-01-28T00:39:55.785Z] 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-28T00:39:55.803Z] Pulling version [2021-01-28T00:39:56.410Z] ---> Running in 816eee34dc2a [2021-01-28T00:39:56.410Z] ---> 4647e7783f96 [2021-01-28T00:39:56.410Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:39:56.693Z] ---> Running in 14341133cd0c [2021-01-28T00:39:56.742Z] Building config-common [2021-01-28T00:39:57.687Z] Removing intermediate container 14341133cd0c [2021-01-28T00:39:57.687Z] ---> 32c5e8904cec [2021-01-28T00:39:57.687Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:39:57.687Z] ---> Running in aebac2b0c214 [2021-01-28T00:39:58.655Z] Skipping build go-build-helper (already ran) [2021-01-28T00:39:58.655Z] Skipping build static-packages (already ran) [2021-01-28T00:39:58.655Z] Skipping build go115 (already ran) [2021-01-28T00:39:58.655Z] Building edgex-go [2021-01-28T00:39:58.677Z] Removing intermediate container aebac2b0c214 [2021-01-28T00:39:58.677Z] ---> c3b38caa5b2f [2021-01-28T00:39:58.677Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T00:39:58.677Z] ---> Running in a8c82b5b1833 [2021-01-28T00:39:58.915Z] 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-28T00:39:59.670Z] Removing intermediate container a8c82b5b1833 [2021-01-28T00:39:59.670Z] ---> 6a8a57dc661d [2021-01-28T00:39:59.670Z] Step 20/21 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:39:59.854Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T00:39:59.854Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-28T00:39:59.854Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T00:39:59.854Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T00:39:59.854Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T00:39:59.854Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T00:39:59.854Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T00:39:59.949Z] ---> Running in 6c5236e83fbc [2021-01-28T00:39:59.949Z] Removing intermediate container 816eee34dc2a [2021-01-28T00:39:59.949Z] ---> f91f1c15093a [2021-01-28T00:39:59.949Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:40:00.114Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T00:40:00.115Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T00:40:00.115Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T00:40:00.115Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T00:40:00.115Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T00:40:00.115Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T00:40:00.115Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T00:40:00.115Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T00:40:00.115Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T00:40:00.115Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T00:40:00.115Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T00:40:00.115Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T00:40:00.115Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T00:40:00.115Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T00:40:00.115Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T00:40:00.115Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T00:40:00.115Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T00:40:00.115Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T00:40:00.224Z] ---> Running in ad1d684eb706 [2021-01-28T00:40:00.375Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T00:40:00.375Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T00:40:00.375Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T00:40:00.506Z] Removing intermediate container 6c5236e83fbc [2021-01-28T00:40:00.506Z] ---> c984fa19c126 [2021-01-28T00:40:00.506Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:40:00.642Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T00:40:00.642Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T00:40:00.642Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T00:40:00.796Z] Removing intermediate container ad1d684eb706 [2021-01-28T00:40:00.796Z] ---> 0da9a632be69 [2021-01-28T00:40:00.796Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:40:01.076Z] ---> Running in 00d904383569 [2021-01-28T00:40:01.216Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T00:40:01.216Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T00:40:01.366Z] ---> Running in 04407dae50b2 [2021-01-28T00:40:01.963Z] Removing intermediate container 00d904383569 [2021-01-28T00:40:01.963Z] ---> 88935b0569fe [2021-01-28T00:40:01.963Z] [2021-01-28T00:40:02.240Z] Removing intermediate container 04407dae50b2 [2021-01-28T00:40:02.240Z] ---> 9d14d89d13ef [2021-01-28T00:40:02.240Z] Step 23/24 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:40:02.515Z] ---> Running in 81ab9d893223 [2021-01-28T00:40:02.786Z] Successfully built 88935b0569fe [2021-01-28T00:40:02.786Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T00:40:02.786Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-28T00:40:03.391Z] Removing intermediate container 81ab9d893223 [2021-01-28T00:40:03.391Z] ---> 9acc1d001fa7 [2021-01-28T00:40:03.391Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:40:03.670Z] ---> Running in a805610f4745 [2021-01-28T00:40:04.652Z] Removing intermediate container a805610f4745 [2021-01-28T00:40:04.652Z] ---> a2d75db140bf [2021-01-28T00:40:04.652Z] [2021-01-28T00:40:05.634Z] Successfully built a2d75db140bf [2021-01-28T00:40:05.635Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T00:40:05.635Z] Building docker-support-notifications-go [2021-01-28T00:40:07.095Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f1c732b6150e [2021-01-28T00:40:07.095Z] ---> 7a9133b69f1a [2021-01-28T00:40:07.095Z] [2021-01-28T00:40:07.095Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:40:07.095Z] ---> afeebe901d6b [2021-01-28T00:40:07.095Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:40:07.699Z] ---> Running in 6b57da9c2b74 [2021-01-28T00:40:07.794Z] 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-28T00:40:09.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:09.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:10.285Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:10.285Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:10.285Z] OK: 5 MiB in 15 packages [2021-01-28T00:40:11.091Z] 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-28T00:40:11.661Z] 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-28T00:40:12.603Z] 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-28T00:40:13.183Z] 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-28T00:40:13.183Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T00:40:13.444Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T00:40:13.444Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T00:40:13.444Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T00:40:13.725Z] Removing intermediate container 6b57da9c2b74 [2021-01-28T00:40:13.725Z] ---> 8fd03e9a03e0 [2021-01-28T00:40:13.725Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:40:14.005Z] ---> Running in 1c8d41213e85 [2021-01-28T00:40:14.281Z] + glock sync -n [2021-01-28T00:40:14.869Z] 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-28T00:40:14.869Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T00:40:14.870Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T00:40:14.900Z] Removing intermediate container 1c8d41213e85 [2021-01-28T00:40:14.900Z] ---> 1d53f8751a09 [2021-01-28T00:40:14.900Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:40:15.515Z] ---> Running in b6846f5cc9a7 [2021-01-28T00:40:16.266Z] 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-28T00:40:16.525Z] Removing intermediate container b6846f5cc9a7 [2021-01-28T00:40:16.525Z] ---> 935d6afab516 [2021-01-28T00:40:16.525Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:40:16.837Z] 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-28T00:40:16.837Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T00:40:17.116Z] ---> Running in 373f30707f52 [2021-01-28T00:40:17.117Z] Removing intermediate container 2382d0d33c09 [2021-01-28T00:40:17.117Z] ---> d6d11e3eb06a [2021-01-28T00:40:17.117Z] [2021-01-28T00:40:17.117Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:40:17.117Z] ---> afeebe901d6b [2021-01-28T00:40:17.117Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:40:17.391Z] ---> Running in b839ec0c3d70 [2021-01-28T00:40:17.666Z] Removing intermediate container 373f30707f52 [2021-01-28T00:40:17.666Z] ---> 9a8e12fc4e79 [2021-01-28T00:40:17.666Z] Step 15/23 : WORKDIR / [2021-01-28T00:40:17.941Z] ---> Running in 8255e6c76a64 [2021-01-28T00:40:18.211Z] Removing intermediate container b839ec0c3d70 [2021-01-28T00:40:18.211Z] ---> 90e678cd7ee8 [2021-01-28T00:40:18.211Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:40:18.228Z] 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-28T00:40:18.489Z] ---> Running in 9e5992dc60ab [2021-01-28T00:40:18.766Z] Removing intermediate container 8255e6c76a64 [2021-01-28T00:40:18.766Z] ---> 4f0a9ea84e9c [2021-01-28T00:40:18.766Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:40:18.803Z] 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-28T00:40:19.046Z] Removing intermediate container 9e5992dc60ab [2021-01-28T00:40:19.046Z] ---> 402f150f5177 [2021-01-28T00:40:19.046Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:40:19.339Z] ---> Running in 59505c3d60c2 [2021-01-28T00:40:19.746Z] 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-28T00:40:19.746Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T00:40:19.947Z] ---> 3959607e6fc0 [2021-01-28T00:40:19.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:40:19.947Z] Removing intermediate container 59505c3d60c2 [2021-01-28T00:40:19.947Z] ---> 848288da8bfa [2021-01-28T00:40:19.947Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:20.564Z] ---> Running in 2fe7a5578b36 [2021-01-28T00:40:20.685Z] 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-28T00:40:20.686Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T00:40:22.023Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:40:22.300Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:40:22.300Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:40:22.587Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:40:22.587Z] + git describe '--abbrev=0' --tags [2021-01-28T00:40:22.587Z] + TAG=v0.6.1 [2021-01-28T00:40:22.587Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:40:22.587Z] + apk --print-arch [2021-01-28T00:40:22.587Z] + arch=aarch64 [2021-01-28T00:40:22.587Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T00:40:22.587Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T00:40:22.587Z] building [dockerize] for arm64 ... [2021-01-28T00:40:23.209Z] ---> 6ea66dd1c86c [2021-01-28T00:40:23.209Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:23.242Z] Building version [2021-01-28T00:40:25.196Z] Staging config-common [2021-01-28T00:40:25.234Z] ---> cac0d632180b [2021-01-28T00:40:25.234Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:40:25.234Z] Removing intermediate container 2fe7a5578b36 [2021-01-28T00:40:25.234Z] ---> 8513e277e9f7 [2021-01-28T00:40:25.234Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:40:25.234Z] ---> Running in b8545a7d5c71 [2021-01-28T00:40:25.234Z] ---> Running in ef254d617f99 [2021-01-28T00:40:25.781Z] Skipping stage go-build-helper (already ran) [2021-01-28T00:40:25.781Z] Skipping stage static-packages (already ran) [2021-01-28T00:40:25.781Z] Skipping stage go115 (already ran) [2021-01-28T00:40:25.781Z] Staging edgex-go [2021-01-28T00:40:26.236Z] Removing intermediate container ef254d617f99 [2021-01-28T00:40:26.236Z] ---> 7eca0338a978 [2021-01-28T00:40:26.236Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:40:26.516Z] ---> Running in 8748182ea685 [2021-01-28T00:40:26.752Z] Staging version [2021-01-28T00:40:27.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:27.413Z] Removing intermediate container 8748182ea685 [2021-01-28T00:40:27.413Z] ---> 010fc862dd7b [2021-01-28T00:40:27.413Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:40:27.688Z] ---> Running in 3dfae0ebb39b [2021-01-28T00:40:27.694Z] Priming config-common [2021-01-28T00:40:27.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:28.232Z] Removing intermediate container 3dfae0ebb39b [2021-01-28T00:40:28.232Z] ---> 0a2cae809f3e [2021-01-28T00:40:28.232Z] Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:40:28.522Z] ---> Running in 1620017fef3c [2021-01-28T00:40:28.522Z] + date [2021-01-28T00:40:28.636Z] Priming go-build-helper [2021-01-28T00:40:28.796Z] + echo 'Thu Jan 28 00:40:28 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:40:28.796Z] Thu Jan 28 00:40:28 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:40:29.391Z] Removing intermediate container 1620017fef3c [2021-01-28T00:40:29.391Z] ---> d19264de6152 [2021-01-28T00:40:29.391Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:40:29.391Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:29.580Z] Priming static-packages [2021-01-28T00:40:29.667Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:40:29.667Z] ---> Running in 5b549ea9446c [2021-01-28T00:40:29.667Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:40:29.942Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:40:30.537Z] Removing intermediate container 5b549ea9446c [2021-01-28T00:40:30.537Z] ---> 46967e23a026 [2021-01-28T00:40:30.537Z] [2021-01-28T00:40:30.537Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:40:30.830Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:40:30.830Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:30.830Z] OK: 8 MiB in 20 packages [2021-01-28T00:40:31.104Z] Successfully built 46967e23a026 [2021-01-28T00:40:31.104Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T00:40:31.104Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T00:40:31.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:31.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:31.707Z] ---> 76089645be55 [2021-01-28T00:40:31.707Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:40:31.986Z] ---> Using cache [2021-01-28T00:40:31.986Z] ---> 4127a30e4e58 [2021-01-28T00:40:31.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:31.986Z] ---> Using cache [2021-01-28T00:40:31.986Z] ---> 2f8d5a770ddf [2021-01-28T00:40:31.986Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:40:31.986Z] ---> Using cache [2021-01-28T00:40:31.986Z] ---> bab3aab3b953 [2021-01-28T00:40:31.986Z] Step 6/22 : COPY go.mod . [2021-01-28T00:40:31.986Z] ---> Using cache [2021-01-28T00:40:31.986Z] ---> 6f76bf4ea542 [2021-01-28T00:40:31.986Z] Step 7/22 : RUN go mod download [2021-01-28T00:40:31.986Z] ---> Using cache [2021-01-28T00:40:31.986Z] ---> 4010d3e2a8a8 [2021-01-28T00:40:31.986Z] Step 8/22 : COPY . . [2021-01-28T00:40:31.986Z] ---> Using cache [2021-01-28T00:40:31.986Z] ---> 0318d07b9a94 [2021-01-28T00:40:31.986Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:40:32.134Z] Priming go115 [2021-01-28T00:40:32.657Z] ---> Running in f6ee7482edb4 [2021-01-28T00:40:33.079Z] Priming edgex-go [2021-01-28T00:40:34.020Z] Priming version [2021-01-28T00:40:34.188Z] Removing intermediate container b8545a7d5c71 [2021-01-28T00:40:34.188Z] ---> 82cb957a66bd [2021-01-28T00:40:34.188Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:40:34.472Z] 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-28T00:40:34.961Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [2021-01-28T00:40:36.466Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:36.466Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:36.466Z] ---> 76089645be55 [2021-01-28T00:40:36.466Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:40:36.466Z] ---> Using cache [2021-01-28T00:40:36.466Z] ---> 4127a30e4e58 [2021-01-28T00:40:36.466Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:36.466Z] ---> Using cache [2021-01-28T00:40:36.466Z] ---> 2f8d5a770ddf [2021-01-28T00:40:36.466Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:40:37.926Z] ---> d8b9b70706b3 [2021-01-28T00:40:37.926Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:40:37.926Z] ---> Running in 507893d45d28 [2021-01-28T00:40:39.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:40.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:41.924Z] ---> 4b0c80541c19 [2021-01-28T00:40:41.924Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:42.533Z] OK: 217 MiB in 51 packages [2021-01-28T00:40:43.990Z] ---> 7e73cbb9ddbf [2021-01-28T00:40:43.990Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:40:44.269Z] ---> Running in 59aa58a9e2af [2021-01-28T00:40:44.544Z] Removing intermediate container f5b0c0cd6872 [2021-01-28T00:40:44.544Z] ---> c3bf3bf2a3d6 [2021-01-28T00:40:44.544Z] 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-28T00:40:44.824Z] ---> Running in 8ab9accb0c5d [2021-01-28T00:40:45.103Z] Removing intermediate container 59aa58a9e2af [2021-01-28T00:40:45.103Z] ---> f46521cbdf92 [2021-01-28T00:40:45.103Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:40:45.382Z] Removing intermediate container 507893d45d28 [2021-01-28T00:40:45.382Z] ---> 5cd08d291701 [2021-01-28T00:40:45.382Z] Step 6/22 : COPY go.mod . [2021-01-28T00:40:45.382Z] ---> Running in 07960a96c0d5 [2021-01-28T00:40:47.387Z] Removing intermediate container 07960a96c0d5 [2021-01-28T00:40:47.387Z] ---> c6245df047c1 [2021-01-28T00:40:47.387Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:40:47.387Z] ---> Running in d7c037f7a36d [2021-01-28T00:40:47.665Z] ---> 150afc5f0796 [2021-01-28T00:40:47.665Z] Step 7/22 : RUN go mod download [2021-01-28T00:40:47.939Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:40:47.939Z] statically linked [2021-01-28T00:40:48.218Z] ---> Running in a8c512f48cd8 [2021-01-28T00:40:48.495Z] Removing intermediate container d7c037f7a36d [2021-01-28T00:40:48.495Z] ---> 5f5a4eba2cde [2021-01-28T00:40:48.495Z] Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:40:49.099Z] ---> Running in b58f719b7823 [2021-01-28T00:40:50.086Z] Removing intermediate container b58f719b7823 [2021-01-28T00:40:50.086Z] ---> 37668a18a7bc [2021-01-28T00:40:50.086Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:40:50.690Z] ---> Running in 710f7c399ba2 [2021-01-28T00:40:50.690Z] Removing intermediate container 8ab9accb0c5d [2021-01-28T00:40:50.690Z] ---> a492e3ea94eb [2021-01-28T00:40:50.690Z] [2021-01-28T00:40:50.690Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:40:50.690Z] ---> afeebe901d6b [2021-01-28T00:40:50.690Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:40:51.290Z] ---> Running in 313544edd810 [2021-01-28T00:40:51.569Z] Removing intermediate container 710f7c399ba2 [2021-01-28T00:40:51.569Z] ---> aec052dd6208 [2021-01-28T00:40:51.569Z] [2021-01-28T00:40:52.177Z] Removing intermediate container 313544edd810 [2021-01-28T00:40:52.177Z] ---> ba90b0bc09d7 [2021-01-28T00:40:52.177Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:40:52.455Z] Successfully built aec052dd6208 [2021-01-28T00:40:52.730Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T00:40:52.731Z] Building docker-core-command-go [2021-01-28T00:40:52.731Z]  Building docker-core-data-go ... done  ---> Running in 60572f2d7f4e [2021-01-28T00:40:53.719Z] Removing intermediate container a8c512f48cd8 [2021-01-28T00:40:53.719Z] ---> 299771542457 [2021-01-28T00:40:53.719Z] Step 8/22 : COPY . . [2021-01-28T00:40:54.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:54.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:55.582Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:55.582Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:40:55.582Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:40:55.582Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:55.582Z] OK: 6 MiB in 17 packages [2021-01-28T00:40:57.029Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:57.030Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:57.030Z] ---> 76089645be55 [2021-01-28T00:40:57.030Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:40:57.030Z] ---> Using cache [2021-01-28T00:40:57.030Z] ---> 4127a30e4e58 [2021-01-28T00:40:57.030Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:57.030Z] ---> Using cache [2021-01-28T00:40:57.030Z] ---> 2f8d5a770ddf [2021-01-28T00:40:57.030Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:41:00.425Z] ---> Running in ab3672ab10fc [2021-01-28T00:41:00.720Z] Removing intermediate container 60572f2d7f4e [2021-01-28T00:41:00.720Z] ---> fe9650641269 [2021-01-28T00:41:00.720Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:41:00.997Z] ---> Running in 3e2606d889b4 [2021-01-28T00:41:01.998Z] Removing intermediate container 3e2606d889b4 [2021-01-28T00:41:01.998Z] ---> 55acd61e003f [2021-01-28T00:41:01.998Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:41:02.277Z] ---> Running in 84a611eb2dbd [2021-01-28T00:41:02.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:41:03.495Z] Removing intermediate container 84a611eb2dbd [2021-01-28T00:41:03.495Z] ---> f5a774a3690b [2021-01-28T00:41:03.495Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:41:03.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:41:04.045Z] ---> Running in 20fe4fab0f9b [2021-01-28T00:41:04.645Z] OK: 217 MiB in 51 packages [2021-01-28T00:41:08.286Z] Removing intermediate container ab3672ab10fc [2021-01-28T00:41:08.286Z] ---> 1229062e7156 [2021-01-28T00:41:08.286Z] Step 6/26 : COPY go.mod . [2021-01-28T00:41:09.276Z] Removing intermediate container 20fe4fab0f9b [2021-01-28T00:41:09.276Z] ---> 49789650f3f6 [2021-01-28T00:41:09.276Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:41:09.882Z] ---> Running in 2fc9f3999521 [2021-01-28T00:41:10.155Z] ---> 4ce2c3ff2182 [2021-01-28T00:41:10.155Z] Step 7/26 : RUN go mod download [2021-01-28T00:41:10.455Z] ---> Running in 62582c14a04e [2021-01-28T00:41:10.733Z] Removing intermediate container 2fc9f3999521 [2021-01-28T00:41:10.733Z] ---> 1a4a0a0448d5 [2021-01-28T00:41:10.733Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:41:15.083Z] ---> 77a244798d96 [2021-01-28T00:41:15.083Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:41:16.530Z] Removing intermediate container 62582c14a04e [2021-01-28T00:41:16.530Z] ---> 56a0e8613bf3 [2021-01-28T00:41:16.530Z] Step 8/26 : COPY . . [2021-01-28T00:41:17.520Z] ---> 0d08babf48c5 [2021-01-28T00:41:17.520Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:41:17.794Z] ---> Running in 89551219dee1 [2021-01-28T00:41:22.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:41:22.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:41:22.122Z] ---> 76089645be55 [2021-01-28T00:41:22.122Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:41:22.122Z] ---> Using cache [2021-01-28T00:41:22.122Z] ---> 4127a30e4e58 [2021-01-28T00:41:22.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:41:22.122Z] ---> Using cache [2021-01-28T00:41:22.122Z] ---> 2f8d5a770ddf [2021-01-28T00:41:22.122Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:41:22.122Z] ---> Using cache [2021-01-28T00:41:22.122Z] ---> bab3aab3b953 [2021-01-28T00:41:22.122Z] Step 6/23 : COPY go.mod . [2021-01-28T00:41:22.122Z] ---> Using cache [2021-01-28T00:41:22.122Z] ---> 6f76bf4ea542 [2021-01-28T00:41:22.122Z] Step 7/23 : RUN go mod download [2021-01-28T00:41:22.122Z] ---> Using cache [2021-01-28T00:41:22.122Z] ---> 4010d3e2a8a8 [2021-01-28T00:41:22.122Z] Step 8/23 : COPY . . [2021-01-28T00:41:22.122Z] ---> Using cache [2021-01-28T00:41:22.122Z] ---> 0318d07b9a94 [2021-01-28T00:41:22.122Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:41:22.397Z] ---> Running in 6d4cabb35dce [2021-01-28T00:41:22.670Z] ---> 6056d55b9d3c [2021-01-28T00:41:22.670Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:41:22.942Z] Removing intermediate container 89551219dee1 [2021-01-28T00:41:22.942Z] ---> 931c2f227a46 [2021-01-28T00:41:22.942Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:41:23.221Z] ---> Running in 41ca36eb1678 [2021-01-28T00:41:25.862Z] ---> a9c7303f1c51 [2021-01-28T00:41:25.862Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:41:25.862Z] 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-28T00:41:25.862Z] 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-28T00:41:29.277Z] ---> 52417fc16105 [2021-01-28T00:41:29.277Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:41:31.278Z] Removing intermediate container f6ee7482edb4 [2021-01-28T00:41:31.278Z] ---> 84b247921295 [2021-01-28T00:41:31.278Z] [2021-01-28T00:41:31.278Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:41:31.278Z] ---> afeebe901d6b [2021-01-28T00:41:31.278Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:41:31.278Z] ---> Using cache [2021-01-28T00:41:31.278Z] ---> 8fd03e9a03e0 [2021-01-28T00:41:31.278Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:41:31.278Z] ---> Using cache [2021-01-28T00:41:31.278Z] ---> 1d53f8751a09 [2021-01-28T00:41:31.278Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:41:31.560Z] ---> 8e2446d88d6b [2021-01-28T00:41:31.560Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:41:31.843Z] ---> Running in eca65923b62d [2021-01-28T00:41:33.414Z] Removing intermediate container eca65923b62d [2021-01-28T00:41:33.414Z] ---> b2f0783225f6 [2021-01-28T00:41:33.414Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:41:34.135Z] ---> Running in bdc7d463395f [2021-01-28T00:41:34.771Z] ---> c7e95f8d4cfa [2021-01-28T00:41:34.771Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:41:35.411Z] Removing intermediate container bdc7d463395f [2021-01-28T00:41:35.411Z] ---> b777c6100fa6 [2021-01-28T00:41:35.411Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:41:38.083Z] ---> 937aeff6e22d [2021-01-28T00:41:38.083Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:41:38.083Z] ---> 81f9e86a034e [2021-01-28T00:41:38.083Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:41:39.076Z] ---> Running in c257b992a22c [2021-01-28T00:41:41.076Z] Removing intermediate container c257b992a22c [2021-01-28T00:41:41.076Z] ---> e21acd3ec1ca [2021-01-28T00:41:41.076Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:41:42.553Z] ---> dddf9fea5c53 [2021-01-28T00:41:42.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:41:42.553Z] ---> 581786fa3c6e [2021-01-28T00:41:42.553Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:41:43.564Z] ---> Running in e858f3c29041 [2021-01-28T00:41:44.566Z] ---> b7c7cabd999e [2021-01-28T00:41:44.566Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:41:44.566Z] ---> Running in 7ea6dd0290c0 [2021-01-28T00:41:45.171Z] ---> f1180e78fc44 [2021-01-28T00:41:45.171Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:41:45.449Z] ---> Running in 1eae7dae4aed [2021-01-28T00:41:45.734Z] Removing intermediate container 7ea6dd0290c0 [2021-01-28T00:41:45.734Z] ---> 0b52017d6e14 [2021-01-28T00:41:45.734Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:41:46.021Z] ---> Running in 254a52a8202a [2021-01-28T00:41:47.025Z] Removing intermediate container 254a52a8202a [2021-01-28T00:41:47.025Z] ---> 5e360cf90002 [2021-01-28T00:41:47.025Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:41:47.025Z] ---> Running in 44ce9d0114ea [2021-01-28T00:41:48.029Z] Removing intermediate container 44ce9d0114ea [2021-01-28T00:41:48.029Z] ---> cf8bfa996b3c [2021-01-28T00:41:48.029Z] Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:41:48.029Z] Removing intermediate container e858f3c29041 [2021-01-28T00:41:48.029Z] ---> af3774f41043 [2021-01-28T00:41:48.029Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:41:48.314Z] ---> Running in 416700d3a25c [2021-01-28T00:41:48.314Z] 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-28T00:41:48.919Z] ---> Running in abc795e2b684 [2021-01-28T00:41:49.191Z] Removing intermediate container 416700d3a25c [2021-01-28T00:41:49.191Z] ---> ba09ce5e22b6 [2021-01-28T00:41:49.191Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:41:49.468Z] ---> Running in f99081a88ed0 [2021-01-28T00:41:49.751Z] Removing intermediate container abc795e2b684 [2021-01-28T00:41:49.751Z] ---> c7d7565c4ad7 [2021-01-28T00:41:49.751Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:41:50.354Z] Removing intermediate container f99081a88ed0 [2021-01-28T00:41:50.354Z] ---> d631ab08016f [2021-01-28T00:41:50.354Z] [2021-01-28T00:41:50.631Z] ---> Running in 643875fb6c2f [2021-01-28T00:41:50.905Z] Successfully built d631ab08016f [2021-01-28T00:41:50.905Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T00:41:51.503Z]  Building docker-support-scheduler-go ... done Removing intermediate container 643875fb6c2f [2021-01-28T00:41:51.503Z] ---> 20547477c8e4 [2021-01-28T00:41:51.503Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T00:41:51.795Z] ---> Running in d64a7249a7b2 [2021-01-28T00:41:52.773Z] Removing intermediate container d64a7249a7b2 [2021-01-28T00:41:52.773Z] ---> 7d2db55f0ba9 [2021-01-28T00:41:52.773Z] Step 33/34 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:41:53.046Z] ---> Running in b03f01459785 [2021-01-28T00:41:54.041Z] Removing intermediate container b03f01459785 [2021-01-28T00:41:54.041Z] ---> 72d0e7bd0d9d [2021-01-28T00:41:54.041Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:41:54.331Z] ---> Running in 85d4e13aad3d [2021-01-28T00:41:55.338Z] Removing intermediate container 85d4e13aad3d [2021-01-28T00:41:55.338Z] ---> 0434f6bae502 [2021-01-28T00:41:55.338Z] [2021-01-28T00:41:55.620Z] Successfully built 0434f6bae502 [2021-01-28T00:41:55.897Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T00:42:42.948Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 41ca36eb1678 [2021-01-28T00:42:42.948Z] ---> 88b671368c09 [2021-01-28T00:42:42.948Z] [2021-01-28T00:42:42.948Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:42:42.948Z] ---> afeebe901d6b [2021-01-28T00:42:42.948Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:42:42.948Z] ---> Running in 369bb23a5b7d [2021-01-28T00:42:42.948Z] Removing intermediate container 6d4cabb35dce [2021-01-28T00:42:42.948Z] ---> 26a28964a9f9 [2021-01-28T00:42:42.948Z] [2021-01-28T00:42:42.948Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:42:42.948Z] ---> afeebe901d6b [2021-01-28T00:42:42.948Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:42:42.948Z] ---> Using cache [2021-01-28T00:42:42.948Z] ---> 8fd03e9a03e0 [2021-01-28T00:42:42.948Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:42:42.948Z] ---> Using cache [2021-01-28T00:42:42.948Z] ---> 1d53f8751a09 [2021-01-28T00:42:42.948Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:42:42.948Z] ---> Running in 71f717d63f67 [2021-01-28T00:42:42.948Z] Removing intermediate container 71f717d63f67 [2021-01-28T00:42:42.948Z] ---> dcf6e8a9121d [2021-01-28T00:42:42.948Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:42:42.948Z] ---> Running in fa6547f4c0b9 [2021-01-28T00:42:42.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:42:42.948Z] Removing intermediate container fa6547f4c0b9 [2021-01-28T00:42:42.948Z] ---> f6380d376c45 [2021-01-28T00:42:42.948Z] Step 15/23 : WORKDIR / [2021-01-28T00:42:42.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:42:42.948Z] ---> Running in cf6590948953 [2021-01-28T00:42:42.948Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:42:42.948Z] Removing intermediate container cf6590948953 [2021-01-28T00:42:42.948Z] ---> 232dd865d6dc [2021-01-28T00:42:42.948Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:42:42.948Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:42:42.948Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:42.948Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:42:42.948Z] OK: 6 MiB in 16 packages [2021-01-28T00:42:42.948Z] ---> f8cdf3a3c7f1 [2021-01-28T00:42:42.948Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:42:42.948Z] Removing intermediate container 369bb23a5b7d [2021-01-28T00:42:42.948Z] ---> 7e5ad6a277f0 [2021-01-28T00:42:42.948Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:42:42.948Z] ---> 996d95f82be8 [2021-01-28T00:42:42.948Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:42:42.948Z] ---> Running in b4618a651347 [2021-01-28T00:42:42.948Z] Removing intermediate container b4618a651347 [2021-01-28T00:42:42.948Z] ---> 56790c530068 [2021-01-28T00:42:42.948Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:42:43.223Z] ---> 246412233af2 [2021-01-28T00:42:43.223Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:42:43.223Z] ---> Running in e928c31b659a [2021-01-28T00:42:43.509Z] ---> Running in 9becee4a1759 [2021-01-28T00:42:43.788Z] Removing intermediate container 1eae7dae4aed [2021-01-28T00:42:43.788Z] ---> 3aa2e5ac8695 [2021-01-28T00:42:43.788Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:42:43.788Z] ---> Running in 7c3264913fb0 [2021-01-28T00:42:44.068Z] Removing intermediate container e928c31b659a [2021-01-28T00:42:44.068Z] ---> f17a29334772 [2021-01-28T00:42:44.068Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:42:44.068Z] Removing intermediate container 9becee4a1759 [2021-01-28T00:42:44.068Z] ---> 2b95b82aa57a [2021-01-28T00:42:44.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:42:44.068Z] ---> Running in a406b0b288da [2021-01-28T00:42:44.347Z] ---> Running in d5d6ccda7547 [2021-01-28T00:42:44.951Z] Removing intermediate container a406b0b288da [2021-01-28T00:42:44.951Z] ---> e1beb45aa274 [2021-01-28T00:42:44.951Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:42:44.951Z] Removing intermediate container d5d6ccda7547 [2021-01-28T00:42:44.951Z] ---> fa70d9d465ce [2021-01-28T00:42:44.951Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:42:45.228Z] ---> Running in b789d1ee8d13 [2021-01-28T00:42:45.228Z] 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-28T00:42:45.834Z] Removing intermediate container b789d1ee8d13 [2021-01-28T00:42:45.834Z] ---> 81575cc3af2b [2021-01-28T00:42:45.834Z] Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:42:45.834Z] ---> af553a3b7581 [2021-01-28T00:42:45.834Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:42:46.122Z] ---> Running in d4ca8b6af7c6 [2021-01-28T00:42:46.731Z] Removing intermediate container d4ca8b6af7c6 [2021-01-28T00:42:46.731Z] ---> c5cd13d214c0 [2021-01-28T00:42:46.731Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:42:47.015Z] ---> Running in 77c7688b37f3 [2021-01-28T00:42:47.293Z] ---> c91eef781007 [2021-01-28T00:42:47.293Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:42:47.893Z] Removing intermediate container 77c7688b37f3 [2021-01-28T00:42:47.893Z] ---> 1d41f915e189 [2021-01-28T00:42:47.893Z] [2021-01-28T00:42:48.496Z] Successfully built 1d41f915e189 [2021-01-28T00:42:48.496Z] ---> e05411d8136a [2021-01-28T00:42:48.496Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:42:48.496Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T00:42:48.496Z]  Building docker-core-command-go ... done Removing intermediate container 7c3264913fb0 [2021-01-28T00:42:48.496Z] ---> 158d55151756 [2021-01-28T00:42:48.496Z] [2021-01-28T00:42:48.496Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:42:48.496Z] ---> Running in 9e97b4a029a2 [2021-01-28T00:42:48.496Z] 20.10.0: Pulling from library/docker [2021-01-28T00:42:49.108Z] Removing intermediate container 9e97b4a029a2 [2021-01-28T00:42:49.108Z] ---> d8834c99845e [2021-01-28T00:42:49.108Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:42:49.393Z] ---> Running in d450981ae55f [2021-01-28T00:42:50.391Z] Removing intermediate container d450981ae55f [2021-01-28T00:42:50.391Z] ---> 4ff2af3c6d38 [2021-01-28T00:42:50.391Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:42:50.668Z] ---> Running in a3ec04e40f55 [2021-01-28T00:42:51.657Z] Removing intermediate container a3ec04e40f55 [2021-01-28T00:42:51.657Z] ---> 768cde8e9bfd [2021-01-28T00:42:51.657Z] Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:42:51.657Z] ---> Running in c1a0f4307bec [2021-01-28T00:42:52.647Z] Removing intermediate container c1a0f4307bec [2021-01-28T00:42:52.647Z] ---> 4cb9d0606ffe [2021-01-28T00:42:52.647Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:42:53.249Z] ---> Running in cb7a4a24da96 [2021-01-28T00:42:53.848Z] Removing intermediate container cb7a4a24da96 [2021-01-28T00:42:53.848Z] ---> 87250634f663 [2021-01-28T00:42:53.848Z] [2021-01-28T00:42:54.452Z] Successfully built 87250634f663 [2021-01-28T00:42:54.452Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T00:42:57.088Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:42:57.088Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:42:57.088Z] ---> eeaf43b92773 [2021-01-28T00:42:57.088Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:42:58.065Z] ---> Running in bbb4eeaeff90 [2021-01-28T00:42:59.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:42:59.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:00.102Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:43:00.102Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:43:00.102Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:43:00.102Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:00.102Z] OK: 12 MiB in 22 packages [2021-01-28T00:43:01.532Z] Removing intermediate container bbb4eeaeff90 [2021-01-28T00:43:01.532Z] ---> 8bfd98742fcb [2021-01-28T00:43:01.532Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:43:01.805Z] ---> Running in fb921b4f553c [2021-01-28T00:43:02.077Z] Removing intermediate container fb921b4f553c [2021-01-28T00:43:02.077Z] ---> 67dc6b6867c0 [2021-01-28T00:43:02.077Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:43:02.349Z] ---> Running in 55e84843a2b7 [2021-01-28T00:43:02.944Z] Removing intermediate container 55e84843a2b7 [2021-01-28T00:43:02.944Z] ---> c165bc297399 [2021-01-28T00:43:02.944Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:43:02.944Z] ---> Running in c9e46928d5fd [2021-01-28T00:43:03.537Z] Removing intermediate container c9e46928d5fd [2021-01-28T00:43:03.537Z] ---> b92b366ff5bd [2021-01-28T00:43:03.537Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:43:04.977Z] ---> 11ab903656a6 [2021-01-28T00:43:04.977Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:05.572Z] ---> 6f7843bf89f2 [2021-01-28T00:43:05.572Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:43:06.546Z] ---> 34af4fd287f3 [2021-01-28T00:43:06.546Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:43:06.546Z] ---> Running in 833054e7e7fc [2021-01-28T00:43:08.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:08.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:08.640Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:43:08.640Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:43:08.640Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:43:08.640Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:43:08.640Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:43:08.640Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:43:08.917Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:43:10.885Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:43:10.885Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:43:10.885Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:43:10.885Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:43:10.885Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:43:10.885Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:43:10.885Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:43:10.885Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:43:10.885Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:43:10.885Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:43:10.885Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:43:10.885Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:43:10.885Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:43:10.885Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:43:10.885Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:43:11.155Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:43:11.155Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:43:11.155Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:43:11.155Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:43:11.155Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:43:11.155Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:43:11.155Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:43:11.155Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:43:11.155Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:43:11.155Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:43:11.155Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:43:11.427Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:11.427Z] OK: 71 MiB in 55 packages [2021-01-28T00:43:18.127Z] Removing intermediate container 833054e7e7fc [2021-01-28T00:43:18.127Z] ---> 2920540d738e [2021-01-28T00:43:18.127Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:43:18.127Z] ---> Running in 50cb83b7c63d [2021-01-28T00:43:24.819Z] Collecting docker-compose==1.23.2 [2021-01-28T00:43:24.819Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:43:25.090Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:43:25.090Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:43:25.691Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:43:25.691Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:43:28.350Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:43:28.350Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:43:28.350Z] 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-28T00:43:29.383Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:43:29.383Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:43:33.679Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:43:33.679Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:43:36.286Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:43:36.286Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:43:37.716Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:43:37.716Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:43:38.308Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:43:38.308Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:43:40.925Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:43:40.925Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:43:41.196Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:43:41.196Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:43:41.468Z] 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-28T00:43:41.739Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:43:41.739Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:43:41.739Z] 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-28T00:43:42.331Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:43:42.331Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:43:42.603Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:43:42.603Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:43:42.603Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:43:42.603Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:43:44.038Z] Installing collected packages: jsonschema, texttable, cached-property, PyYAML, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, docker-compose [2021-01-28T00:43:44.310Z] Running setup.py install for texttable: started [2021-01-28T00:43:46.924Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:43:46.924Z] Running setup.py install for PyYAML: started [2021-01-28T00:43:49.532Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:43:49.532Z] Running setup.py install for docopt: started [2021-01-28T00:43:52.139Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:43:52.139Z] Attempting uninstall: idna [2021-01-28T00:43:52.139Z] Found existing installation: idna 2.9 [2021-01-28T00:43:52.139Z] Uninstalling idna-2.9: [2021-01-28T00:43:52.139Z] Successfully uninstalled idna-2.9 [2021-01-28T00:43:52.734Z] Attempting uninstall: urllib3 [2021-01-28T00:43:52.734Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:43:52.734Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:43:53.006Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:43:53.600Z] Attempting uninstall: requests [2021-01-28T00:43:53.600Z] Found existing installation: requests 2.23.0 [2021-01-28T00:43:53.600Z] Uninstalling requests-2.23.0: [2021-01-28T00:43:53.600Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:43:55.089Z] Running setup.py install for dockerpty: started [2021-01-28T00:43:57.698Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:43:58.673Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T00:44:04.086Z] Removing intermediate container 50cb83b7c63d [2021-01-28T00:44:04.086Z] ---> 8c9b9af0bf49 [2021-01-28T00:44:04.086Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:44:04.087Z] ---> Running in f1ab8d7449ce [2021-01-28T00:44:04.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:04.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:05.280Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:44:05.280Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:44:05.280Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:44:05.280Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:44:05.280Z] OK: 71 MiB in 58 packages [2021-01-28T00:44:06.735Z] Removing intermediate container f1ab8d7449ce [2021-01-28T00:44:06.735Z] ---> f9d64759071f [2021-01-28T00:44:06.735Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:44:06.735Z] ---> Running in 04aed6350d98 [2021-01-28T00:44:07.338Z] Removing intermediate container 04aed6350d98 [2021-01-28T00:44:07.338Z] ---> f7212951a645 [2021-01-28T00:44:07.338Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:44:07.621Z] ---> Running in cd0b0a318ef3 [2021-01-28T00:44:08.218Z] Removing intermediate container cd0b0a318ef3 [2021-01-28T00:44:08.218Z] ---> 656caee3626d [2021-01-28T00:44:08.218Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T00:44:08.218Z] ---> Running in 7fb79957b8b5 [2021-01-28T00:44:08.810Z] Removing intermediate container 7fb79957b8b5 [2021-01-28T00:44:08.810Z] ---> cae4434da42b [2021-01-28T00:44:08.810Z] Step 25/26 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a [2021-01-28T00:44:08.810Z] ---> Running in aa49bf7d7436 [2021-01-28T00:44:09.406Z] Removing intermediate container aa49bf7d7436 [2021-01-28T00:44:09.406Z] ---> ebe0c354a9cf [2021-01-28T00:44:09.406Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:44:09.406Z] ---> Running in ef2889708136 [2021-01-28T00:44:09.998Z] Removing intermediate container ef2889708136 [2021-01-28T00:44:09.998Z] ---> 5054f82d3d88 [2021-01-28T00:44:09.998Z] [2021-01-28T00:44:10.597Z] Successfully built 5054f82d3d88 [2021-01-28T00:44:10.597Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T00:44:10.882Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:44:10.896Z] $ docker stop --time=1 3e8868c4cee9b3987e72f7d2de980e08f740c42b48c94a8bd51b08cfc5004613 [2021-01-28T00:44:12.881Z] $ docker rm -f 3e8868c4cee9b3987e72f7d2de980e08f740c42b48c94a8bd51b08cfc5004613 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:44:13.618Z] + grep docker [2021-01-28T00:44:13.618Z] + docker images [2021-01-28T00:44:13.897Z] docker-sys-mgmt-agent-go-arm64 latest 5054f82d3d88 4 seconds ago 300MB [2021-01-28T00:44:13.897Z] docker-support-notifications-go-arm64 latest 87250634f663 About a minute ago 16MB [2021-01-28T00:44:13.897Z] docker-core-command-go-arm64 latest 1d41f915e189 About a minute ago 15.4MB [2021-01-28T00:44:13.897Z] docker-security-bootstrapper-go-arm64 latest 0434f6bae502 2 minutes ago 31.9MB [2021-01-28T00:44:13.897Z] docker-support-scheduler-go-arm64 latest d631ab08016f 2 minutes ago 15.5MB [2021-01-28T00:44:13.897Z] docker-core-data-go-arm64 latest aec052dd6208 3 minutes ago 21MB [2021-01-28T00:44:13.897Z] docker-core-metadata-go-arm64 latest 46967e23a026 3 minutes ago 17.7MB [2021-01-28T00:44:13.897Z] docker-security-secretstore-setup-go-arm64 latest a2d75db140bf 4 minutes ago 23.4MB [2021-01-28T00:44:13.897Z] docker-security-proxy-setup-go-arm64 latest 88935b0569fe 4 minutes ago 23.2MB [2021-01-28T00:44:13.897Z] 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-28T00:44:15.453Z] provisioning config files... [2021-01-28T00:44:15.467Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2729251345294775433tmp [Pipeline] { [Pipeline] sh [2021-01-28T00:44:15.852Z] + set +x [2021-01-28T00:44:15.852Z] + curl -s https://codecov.io/bash [2021-01-28T00:44:15.852Z] + bash -s -- [2021-01-28T00:44:16.124Z] [2021-01-28T00:44:16.124Z] _____ _ [2021-01-28T00:44:16.124Z] / ____| | | [2021-01-28T00:44:16.124Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T00:44:16.124Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T00:44:16.124Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T00:44:16.124Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T00:44:16.124Z] Bash-20210128-d4071a2 [2021-01-28T00:44:16.124Z] [2021-01-28T00:44:16.124Z] [2021-01-28T00:44:16.124Z] ==> git version 2.24.3 found [2021-01-28T00:44:16.124Z] ==> 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-28T00:44:16.124Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T00:44:16.124Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T00:44:16.388Z] ==> Jenkins CI detected. [2021-01-28T00:44:16.388Z] project root: . [2021-01-28T00:44:16.388Z] --> token set from env [2021-01-28T00:44:16.388Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T00:44:16.388Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T00:44:16.388Z] ==> Python coveragepy not found [2021-01-28T00:44:16.388Z] ==> Searching for coverage reports in: [2021-01-28T00:44:16.388Z] + . [2021-01-28T00:44:16.388Z] -> Found 1 reports [2021-01-28T00:44:16.388Z] ==> Detecting git/mercurial file structure [2021-01-28T00:44:16.653Z] ==> Reading reports [2021-01-28T00:44:16.653Z] + ./coverage.out bytes=564700 [2021-01-28T00:44:16.653Z] ==> Appending adjustments [2021-01-28T00:44:16.653Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T00:44:19.990Z] + Found adjustments [2021-01-28T00:44:19.990Z] ==> Gzipping contents [2021-01-28T00:44:19.990Z] 84K /tmp/codecov.TwxJjn.gz [2021-01-28T00:44:19.990Z] ==> Uploading reports [2021-01-28T00:44:19.990Z] url: https://codecov.io [2021-01-28T00:44:19.990Z] query: branch=PR-3085&commit=be2eadb06b45a7c3f35f5919d212f2db5cbb026a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= [2021-01-28T00:44:19.990Z] -> Pinging Codecov [2021-01-28T00:44:19.990Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3085&commit=be2eadb06b45a7c3f35f5919d212f2db5cbb026a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= [2021-01-28T00:44:20.565Z] -> Uploading to [2021-01-28T00:44:20.565Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/be2eadb06b45a7c3f35f5919d212f2db5cbb026a/6176f047-e572-4296-8819-813b2be7cca4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T004420Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=44842cf9751d17c90981fa392b11668bbcfd1b18f4870ffb973ec50fa1f8c5a8 [2021-01-28T00:44:20.565Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:44:20.565Z] Dload Upload Total Spent Left Speed [2021-01-28T00:44:21.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85443 0 0 100 85443 0 179k --:--:-- --:--:-- --:--:-- 179k [2021-01-28T00:44:21.090Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/be2eadb06b45a7c3f35f5919d212f2db5cbb026a [Pipeline] } [2021-01-28T00:44:21.099Z] 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-28T00:44:23.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:44:23.893Z] ---> package-listing.sh [2021-01-28T00:44:23.893Z] ++ facter osfamily [2021-01-28T00:44:23.893Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:44:23.893Z] + OS_FAMILY=redhat [2021-01-28T00:44:23.893Z] + workspace=/w/workspace/edgex-go/2 [2021-01-28T00:44:23.893Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:44:23.893Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:44:23.893Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:44:23.893Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:44:23.893Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-28T00:44:23.893Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:44:23.893Z] + case "${OS_FAMILY}" in [2021-01-28T00:44:23.893Z] + rpm -qa [2021-01-28T00:44:23.893Z] + sort [2021-01-28T00:44:29.403Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:44:29.403Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:44:29.403Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:44:29.403Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-28T00:44:29.403Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-28T00:44:29.403Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-28T00:44:29.420Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:44:29.717Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:30.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:44:30.297Z] [2021-01-28T00:44:30.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:30.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:44:30.682Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:44:30.682Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:44:30.682Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:44:30.682Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:44:30.682Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:44:30.682Z] 93b61091891f: Pulling fs layer [2021-01-28T00:44:30.682Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:44:30.682Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:44:30.682Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:44:30.682Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:44:30.682Z] 93b9cdb0e59b: Waiting [2021-01-28T00:44:30.682Z] 5e14af77c1be: Waiting [2021-01-28T00:44:30.682Z] 01666e4c0597: Waiting [2021-01-28T00:44:30.682Z] aa168da1d23b: Waiting [2021-01-28T00:44:30.682Z] 46f8f816bc3b: Waiting [2021-01-28T00:44:30.682Z] 93b61091891f: Waiting [2021-01-28T00:44:30.682Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T00:44:30.682Z] 36b3adc4ff6f: Download complete [2021-01-28T00:44:30.682Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T00:44:30.682Z] 46f8f816bc3b: Download complete [2021-01-28T00:44:30.945Z] df20fa9351a1: Download complete [2021-01-28T00:44:30.945Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:44:30.945Z] 93b9cdb0e59b: Download complete [2021-01-28T00:44:30.945Z] 93b61091891f: Download complete [2021-01-28T00:44:30.945Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:44:30.945Z] 5e14af77c1be: Download complete [2021-01-28T00:44:30.945Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:44:30.945Z] 01666e4c0597: Download complete [2021-01-28T00:44:31.521Z] df20fa9351a1: Pull complete [2021-01-28T00:44:31.521Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:44:31.521Z] 8ad3a11d3b57: Download complete [2021-01-28T00:44:31.521Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:44:32.487Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:44:32.750Z] 46f8f816bc3b: Pull complete [2021-01-28T00:44:33.717Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:44:33.717Z] aa168da1d23b: Download complete [2021-01-28T00:44:34.293Z] 93b61091891f: Pull complete [2021-01-28T00:44:34.893Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:44:34.893Z] 5e14af77c1be: Pull complete [2021-01-28T00:44:35.164Z] 01666e4c0597: Pull complete [2021-01-28T00:44:43.411Z] aa168da1d23b: Pull complete [2021-01-28T00:44:43.675Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:44:43.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:44:43.675Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:44:43.936Z] prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container [2021-01-28T00:44:44.024Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-28T00:44:52.220Z] $ docker top 61e737c1457ecf68e49d0c94fc797f2bb1f3e4985250e1615525aacb74ccb9f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:44:52.737Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:44:53.036Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:44:53.346Z] + ls /var/log/sa-host [2021-01-28T00:44:53.346Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:44:53.346Z] file_magic: OK [2021-01-28T00:44:53.346Z] HZ: Using current value: 100 [2021-01-28T00:44:53.346Z] file_header: OK [2021-01-28T00:44:53.346Z] 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-28T00:44:53.346Z] Statistics: [2021-01-28T00:44:53.346Z] Hnuu...uuuununununu... [2021-01-28T00:44:53.346Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:44:53.346Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:44:53.346Z] file_magic: OK [2021-01-28T00:44:53.346Z] HZ: Using current value: 100 [2021-01-28T00:44:53.346Z] file_header: OK [2021-01-28T00:44:53.346Z] 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-28T00:44:53.346Z] Statistics: [2021-01-28T00:44:53.346Z] 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-28T00:44:53.346Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:44:53.587Z] provisioning config files... [2021-01-28T00:44:53.609Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1012872983998014496tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:44:53.747Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:44:54.106Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:44:54.128Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:44:54.237Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:44:54.560Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:44:54.572Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:44:54.871Z] ---> sudo-logs.sh [2021-01-28T00:44:54.871Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:44:54.883Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:44:55.234Z] ---> job-cost.sh [2021-01-28T00:44:55.234Z] lf-activate-venv: SKIPPING [2021-01-28T00:44:55.234Z] INFO: No Stack... [2021-01-28T00:44:55.819Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:44:56.425Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:44:56.471Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:44:56.804Z] ---> logs-deploy.sh [2021-01-28T00:44:56.804Z] lf-activate-venv: SKIPPING [2021-01-28T00:44:56.804Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3085/2 [2021-01-28T00:44:56.804Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:44:58.221Z] Archives upload complete. [2021-01-28T00:44:58.496Z] INFO: archiving logs to Nexus